/* ------------------------------------------------------------------------------
	Template Name: Mount
	Author: Designstub
	Author URI: http://www.designstub.com

/* ------------------------------------------------------------------------------
	generel Style
-------------------------------------------------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Open%20Sans:300,400,500,600,700);
body, html {
    height: 100%;
    font-family: 'Nexa', sans-serif;
    font-weight: 700;
    color:#a3a3a3;
    background-repeat: no-repeat;
    background-image: url(../images/05-Productos.jpg);
}
h1 {
    font-size: 24px;
    color: #fff;
    letter-spacing:-2px;
    /*font-weight:700; ##*/
}
h2 {
    font-size: 13px !important;
    color: #c1c1c1;
    /*font-weight:700; ##*/
    letter-spacing:3px;
    /* text-transform:uppercase; ##*/
}
h3 {
    font-size: 28px;
    color: #c1c1c1;
    /*font-weight: 300;*/
}
h4 {
    font-size: 22px;
    color: #2d3033;
    font-weight: 400;
}
h5 {
    font-size: 14px;
    color: #2d3033;
    text-transform: uppercase;
    font-weight: 700;
}
p {
    font-size: 14px;
    line-height: 22.4px;
    color: #6c7279;
}
.text-center {
    text-align:center;
}



.red {
    color:#ff4c34;
}

/* ------------------------------------------------------------------------------
	Pre Loader Style
-------------------------------------------------------------------------------*/
.js div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #161618 url('../images/loader.gif') no-repeat center center;
}


/* ------------------------------------------------------------------------------
	Access Box Style
-------------------------------------------------------------------------------*/
/* ----------- Android ----------- */

/* Portrait and Landscape */
/*@media screen
and (device-width: 320px)
and (device-height: 640px)
and (-webkit-device-pixel-ratio: 2) {

}*/

/* Portrait */
@media screen
and (device-width: 320px)
and (device-height: 640px)
and (-webkit-device-pixel-ratio: 2)
and (orientation: portrait) {
    #accessbox {
        width: 90%;
        max-width: 700px;
        height: 50%;
        max-height: 500px;
        /*background-color: rgba(0, 0, 0, 0.5);
        border: rgba(255, 255, 255, 1) 12px solid;*/
        -moz-animation-delay: 1s;
        -o-animation-delay: 1s;
        -webkit-animation-delay: 1s;
        position: absolute;
        top: 15%;
        left: 5%;
        transform: translate(-50%, -50%);
    }

    .profile-img {
        margin: 0 auto 25px;
        display: block;
        max-width: 35% !important;
    }

    .access-form {
        margin-left: 3%;
    }
}

/* Landscape */
@media screen
and (device-width: 320px)
and (device-height: 640px)
and (-webkit-device-pixel-ratio: 2)
and (orientation: landscape) {
    #accessbox {
        width: 90%;
        max-width: 700px;
        height: 80%;
        max-height: 500px;
        /*background-color: rgba(0, 0, 0, 0.5);
        border: rgba(255, 255, 255, 1) 12px solid;*/
        -moz-animation-delay: 1s;
        -o-animation-delay: 1s;
        -webkit-animation-delay: 1s;
        position: absolute;
        top: 10%;
        left: 5%;
        transform: translate(-50%, -50%);
    }

    .profile-img {
        margin: 0 auto 25px;
        display: block;
        max-width: 40%;
    }

    .access-form {
        margin-left: 3%;
    }

}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
/*@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2) {

}*/

/* Portrait */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
    #accessbox {
        width: 90%;
        max-width: 700px;
        height: 50%;
        max-height: 500px;
        /*background-color: rgba(0, 0, 0, 0.5);
        border: rgba(255, 255, 255, 1) 12px solid;*/
        -moz-animation-delay: 1s;
        -o-animation-delay: 1s;
        -webkit-animation-delay: 1s;
        position: absolute;
        top: 15%;
        left: 5%;
        transform: translate(-50%, -50%);
    }

    .profile-img {
        margin: 0 auto 25px;
        display: block;
        max-width: 40%;
    }

    .access-form {
        margin-left: 3%;
    }
}

/* Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {
    #accessbox {
        width: 90%;
        max-width: 700px;
        height: 80%;
        max-height: 500px;
        /*background-color: rgba(0, 0, 0, 0.5);
        border: rgba(255, 255, 255, 1) 12px solid;*/
        -moz-animation-delay: 1s;
        -o-animation-delay: 1s;
        -webkit-animation-delay: 1s;
        position: absolute;
        top: 10%;
        left: 5%;
        transform: translate(-50%, -50%);
    }

    .profile-img {
        margin: 0 auto 25px;
        display: block;
        max-width: 15%;
    }

    .access-form {
        margin-left: 3%;
    }

}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
/*@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2) {

}*/

/* Portrait */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
    #accessbox {
        width: 90%;
        max-width: 700px;
        height: 50%;
        max-height: 500px;
        /*background-color: rgba(0, 0, 0, 0.5);
        border: rgba(255, 255, 255, 1) 12px solid;*/
        -moz-animation-delay: 1s;
        -o-animation-delay: 1s;
        -webkit-animation-delay: 1s;
        position: absolute;
        top: 15%;
        left: 5%;
        transform: translate(-50%, -50%);
    }

    .profile-img {
        margin: 5% auto 25px;
        display: block;
        max-width: 40%;
    }

    .access-form {
        margin-left: 3%;
    }
}

/* Landscape */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {
    #accessbox {
        width: 70%;
        max-width: 700px;
        height: 80%;
        max-height: 500px;
        /*background-color: rgba(0, 0, 0, 0.5);
        border: rgba(255, 255, 255, 1) 12px solid;*/
        -moz-animation-delay: 1s;
        -o-animation-delay: 1s;
        -webkit-animation-delay: 1s;
        position: absolute;
        top: 10%;
        left: 15%;
        transform: translate(-50%, -50%);
    }

    .profile-img {
        margin: 3% auto 25px;
        display: block;
        max-width: 15%;
    }

    .access-form {
        margin-left: 3%;
    }

}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
/*@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (-webkit-min-device-pixel-ratio: 3) {

}*/

/* Portrait */
@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: portrait) {
    #accessbox {
        width: 90%;
        max-width: 700px;
        height: 50%;
        max-height: 500px;
        /*background-color: rgba(0, 0, 0, 0.5);
        border: rgba(255, 255, 255, 1) 12px solid;*/
        -moz-animation-delay: 1s;
        -o-animation-delay: 1s;
        -webkit-animation-delay: 1s;
        position: absolute;
        top: 15%;
        left: 5%;
        transform: translate(-50%, -50%);
    }

    .profile-img {
        margin: 0 auto 25px;
        display: block;
        max-width: 40%;
    }

    .access-form {
        margin-left: 3%;
    }
}

/* Landscape */
@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: landscape) {
    #accessbox {
        width: 70%;
        max-width: 700px;
        height: 70%;
        max-height: 500px;
        /*background-color: rgba(0, 0, 0, 0.5);
        border: rgba(255, 255, 255, 1) 12px solid;*/
        -moz-animation-delay: 1s;
        -o-animation-delay: 1s;
        -webkit-animation-delay: 1s;
        position: absolute;
        top: 10%;
        left: 15%;
        transform: translate(-50%, -50%);
    }

    .profile-img {
        margin: 3% auto 25px;
        display: block;
        max-width: 15%;
    }

    .access-form {
        margin-left: 3%;
    }

}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
/*@media only screen
and (min-device-width: 375px)
and (max-device-width: 812px)
and (-webkit-min-device-pixel-ratio: 3) {

}*/

/* Portrait */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 812px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: portrait) {
    #accessbox {
        width: 90%;
        max-width: 700px;
        height: 40%;
        max-height: 500px;
        /*               background-color: rgba(0, 0, 0, 0.5);
        border: rgba(255, 255, 255, 1) 12px solid; ## */
        -moz-animation-delay: 1s;
        -o-animation-delay: 1s;
        -webkit-animation-delay: 1s;
        position: absolute;
        top: 15%;
        left: 5%;
        transform: translate(-50%, -50%);
    }

    .profile-img {
        margin: 0 auto 25px;
        display: block;
        max-width: 40%;
    }

    .access-form {
        margin-left: 3%;
    }
}

/* Landscape */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 812px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: landscape) {
    #accessbox {
        width: 70%;
        max-width: 700px;
        height: 80%;
        max-height: 500px;
/*               background-color: rgba(0, 0, 0, 0.5);
        border: rgba(255, 255, 255, 1) 12px solid; ## */
        -moz-animation-delay: 1s;
        -o-animation-delay: 1s;
        -webkit-animation-delay: 1s;
        position: absolute;
        top: 10%;
        left: 15%;
        transform: translate(-50%, -50%);
    }

    .profile-img {
        margin: 0 auto 25px;
        display: block;
        max-width: 15%;
    }

    .access-form {
        margin-left: 3%;
    }
}



/* ----------- Laptops ----------- */
@media screen
and (min-device-width: 1200px)
and (max-device-width: 1400px)
and (-webkit-min-device-pixel-ratio: 1) {
    #accessbox {
        width: 40%;
        max-width: 700px;
        height: 50%;
        max-height: 500px;
        /*        background-color: rgba(0, 0, 0, 0.5);
                border: rgba(255, 255, 255, 1) 12px solid; ## */
        -moz-animation-delay: 1s;
        -o-animation-delay: 1s;
        -webkit-animation-delay: 1s;
        position: absolute;
        top: 15%;
        left: 30%;
        transform: translate(-50%, -50%);
    }

    .profile-img {
        margin: 5% auto 25px;
        display: block;
        max-width: 40%;
    }

    .access-form {
        margin-left: 3%;
    }
}

/* ----------- Retina Screens ----------- */
@media screen
and (min-device-width: 1200px)
and (max-device-width: 1600px)
and (-webkit-min-device-pixel-ratio: 2)
and (min-resolution: 192dpi) {
    #accessbox {
        width: 40%;
        max-width: 700px;
        height: 50%;
        max-height: 500px;
/*        background-color: rgba(0, 0, 0, 0.5);
        border: rgba(255, 255, 255, 1) 12px solid; ## */
        -moz-animation-delay: 1s;
        -o-animation-delay: 1s;
        -webkit-animation-delay: 1s;
        position: absolute;
        top: 15%;
        left: 30%;
        transform: translate(-50%, -50%);
    }

    .profile-img {
        margin: 5% auto 25px;
        display: block;
        max-width: 40%;
    }

    .access-form {
        margin-left: 3%;
    }
}

/* ----------- Monitor ----------- */
@media screen
and (min-device-width: 1100px)
and (-webkit-min-device-pixel-ratio: 1) {
    #accessbox {
        width: 40%;
        max-width: 700px;
        height: 50%;
        max-height: 500px;
        /*        background-color: rgba(0, 0, 0, 0.5);
                border: rgba(255, 255, 255, 1) 12px solid; ## */
        -moz-animation-delay: 1s;
        -o-animation-delay: 1s;
        -webkit-animation-delay: 1s;
        position: absolute;
        top: 15%;
        left: 30%;
        transform: translate(-50%, -50%);
    }

    .profile-img {
        margin: 5% auto 25px;
        display: block;
        max-width: 40%;
    }

    .access-form {
        margin-left: 3%;
    }
}


/*    position: absolute;
    width: 300px;
    height: 500px;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -100px;*/


/*.fullscreenDiv {
    background-color: #e8e8e8;
    width: 100%;
    height: auto;
    bottom: 0;
    top: 0;
    left: 0;
    position: absolute;
}*/

/*.profile-img {
    margin: 0 auto 25px;
    display: block;
    max-width: 30%;
}*/

.access-input {
    width: 20%;
    background: #000;
    color: #fff;
    padding: 1% 2%;
    text-align: center;
    margin: 1%;
    border: #f4f3f3 2px solid;
    font-size: 27px;
}
.access-input-lg {
    width: 25%;
    background: #000;
    color: #fff;
    padding: 1% 2%;
    text-align: center;
    margin: 1%;
    border: #f4f3f3 2px solid;
    font-size: 27px;
}
.access-btn {
    width: 20%;
    background: #244B5A;
    color: #fff;
    padding: 1% 2%;
    text-align: center;
    margin: 1%;
    border: #244B5A 2px solid;
    font-size: 27px;
}
.access-btn:hover, .access-btn:focus {
    background-color: #11465a;
    border: #ffffff 2px solid;
    color: #fff;
}


