/* ESTILOS ONEPAGE */
body {
    margin: 0;
    padding: 0;
    height: 100%;
}
/* estilos generales */
.t-white {
    color: #ffffff;
}
.t-orange {
    color: #EEB383;
}
.t-blue {
    color: #323756;
}
.t-blue-2 {
    color: #70769F;
}
.content-izq {
    text-align: left;
}
.content-der {
    text-align: right;
}
.t1 {
    font-family: 'OpenSans-SemiBold';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    padding: 10px 0;
}
.b1 {
    font-family: 'OpenSans-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    padding: 10px 0;
}
.t2 {
    font-family: 'OpenSans-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    padding: 10px 0;
}
.b2 {
    font-family: 'OpenSans-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}
.space-30 {
    height: 30px;
}
.space-50 {
    width: 100%;
    height: 50px;
}
.space-80 {
    height: 80px;
}
.space-100 {
    height: 100px;
}
.button-blue {
    width: 220px;
    height: 50px;
    background: #323756;
    border-radius: 25px;
    font-family: 'OpenSans-Bold';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    border: 0px;
    color: #ffffff;
}
.button-blue:hover {
    background: #EEB383;
    color: #323756;
}
.button-orange {
    width: 220px;
    height: 50px;
    background: #EEB383;
    border-radius: 25px;
    font-family: 'OpenSans-Bold';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    border: 0px;
    color: #ffffff;
}
.button-orange:hover {
    background: #323756;
    color: #EEB383;
}
/* header y nav */
header {
    width: 100%;
    background: #323756;
    padding: 0px;
    height: 98px;
    margin: 0;
}
.logo {
    text-align: left;
    padding-top: 20px;

}
nav li {
    margin: 0px 10px;
    padding: 30px 0px 20px 0px;
    border-top: 4px solid #323756;
}
nav li a {
    font-family: 'OpenSans-SemiBold';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff !important;
    text-decoration: none;
    
}
nav li:hover {
    margin: 0px 10px;
    padding: 30px 0px 20px 0px;
    margin: 0px 10px;
    border-top: 4px solid #EEB383;
}
nav li a:hover {
    color: #EEB383 !important;
}
.navbar-toggler {
    background: #EEB383 !important;
}
.navbar {
    padding: 0 !important;
    margin: 0 !important;
}
.menu {
    margin-top: 0px;
}
.c-login {
    background: #EEB383;
    padding: 10px 35px !important;
    border-radius: 30px;
    color: #ffffff;
}
.c-login:hover {
    color: #323756 !important;
}
/* sección slides */
.t-slide {
    position: absolute;
    top: 40%;
}
/* sección nosotros */
#nosotros {
    background-image: url("/assets/imagenes/mb-back-nosotros.png");
    background-color: #323756;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.nosotros {
    padding: 60px 0;
}

.serv1 {
    padding: 10px 0;
}
.serv1 img {
    margin-bottom: 15px;
}
/* sección productos */
#productos {
    background-image: url("/assets/imagenes/mb-back-productos.png");
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.productos {
    padding: 80px 0;
}
.card-p1 {
    padding: 0 !important;
    margin: 10px;
    background: #F0F0EE;
    width: 46% !important;
    border: 1px solid #dedede;
    border-radius: 13px;
    height: 100%;
}
.card-p2 {
    margin-top: 130px !important;
    padding: 0 !important;
    margin: 10px;
    background: #F0F0EE;
    width: 46% !important;
    border: 1px solid #dedede;
    border-radius: 13px;
    height: 100%;
}
.content-logo {
    padding: 35px 0;
}
.content-logo img {
    padding: 0 50px 35px;
}
/* sección productos definición */
#productos-def {
    background-image: url("/assets/imagenes/mb-back-productos-def.png");
    background-color: #323756;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.productos-def {
    padding: 80px 0;
}
.product-1 .content-izq img {
    width: 100%;
    max-width: 515px;
}
.product-2 .content-der img {
    width: 100%;
    max-width: 543px;
}
/* sección banderas */
#banderas {
    background-image: url("/assets/imagenes/mb-back-banderas.png");
    background-color: #F0F0F0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banderas {
    padding: 120px 0;
}
/* sección contacto */
#contacto {
    background-image: url("/assets/imagenes/mb-back-nosotros.png");
    background-color: #323756;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.contacto {
    padding: 80px 0;
}
.contacto .b2 a {
    text-decoration: none;
    color: #ffffff;
}
.contacto .b2 a:hover {
    color: #EEB383;
}
.contacto .text-center img, .contacto .text-center p {
    padding-bottom: 10px;
}
/* estilos formu */
.formu {
    background: #ffffff;
    border-radius: 15px;
    padding-bottom: 30px;
}
.formu .titulo-formu {
    background: #EEB383;
    padding: 12px;
    border-radius: 11px 11px 0 0;
    margin-bottom: 10px;
}
.formu .texto-formu {
    width: 90%;
    margin-left: 5%;
    margin-bottom: 0px;
    margin-top: 10px;
}
.formu .formu-imput {
    width: 90%;
    height: 40px;
    margin-left: 5%;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #D9D9D9;
    background: #fff;
    border-radius: 4px;
    font-size: 13px;
    padding-left: 13px;
    color: #8E8E8E;
}
.formu .formu-textarea {
    width: 90%;
    height: 90px;
    margin-left: 5%;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #D9D9D9;
    background: #fff;
    border-radius: 4px;
    font-size: 13px;
    padding-left: 13px;
    padding-top: 13px;
    color: #8E8E8E;
}
.formu button {
    margin-left: 5%;
}
/* estilos footer */
footer {
    background-image: url("/assets/imagenes/mb-back-footer.png");
    background-color: #70769F;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer {
    padding: 60px 0 20px 0;
}
.footer a {
    text-decoration: none;
    color: #ffffff;
}
.footer a:hover {
    color: #EEB383;
}
footer .line1 {
    width: 100%;
    height: 1px;
    background: #ffffff;
    margin: 20px 0 40px 0;
}
footer .derechos {
    padding: 20px 0;
}
footer .footer-columna {
    margin: 0 10px;
}
/* ESTILOS LOGIN */
.fondo-blue-1 {
    background-color: #323756;
    height: 100vh;
}
.content-login {
    margin: 0 !important;
    padding: 0 !important;
    background-image: url("/assets/imagenes/mb-back-login.png");
    background-color: #323756;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.content-login .content {
    margin-left: 10%;
    width: 85%;
}
.logo-login {
    padding: 30px 0px;
}
.content-slide {
    margin: 0 !important;
    padding: 0 !important;
    background-image: url("/assets/imagenes/mb-login-img1.png");
    background-color: #323756;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.conteedor {
    height: 100%;
}
.formu-login .formu-imput {
    width: 90%;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #D9D9D9;
    background: #fff;
    border-radius: 4px;
    font-size: 13px;
    padding-left: 13px;
    color: #8E8E8E;
}
.formu-login .button-orange {
    width: 220px;
    height: 50px;
    background: #EEB383;
    border-radius: 4px;
    font-family: 'OpenSans-Regular';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    border: 0px;
    color: #323756;
}
.formu-login .button-orange:hover {
    background: #ffffff;
    color: #323756;
}
.textos-formu-login {
    width: 90%;
    margin-bottom: 20px;
}
/* ESTILOS INTERFAZ */
.back-der {
    background-color: #494C70 !important;
}
.back-nav {
    background-color: #323756 !important;
}
.back-nav:hover, .link-burger:hover {
    background-color: #494C70 !important;
}
.logo-interfaz-1 {
    height: 120px;
    margin: 0 auto;
    height: 26px;
}
.contenedor-logo {
    background-color: #494C70 !important;
}
.logo-interfaz {
    height: 120px;
    margin: 0 auto;
}
.header-interfaz {
    height: 60px !important;
}
.link-burger {
    background: #323756;
    padding: 20px;
    border-right: 1px solid #494C70;
    border-left: 1px solid #494C70;
    height: 60px;
}
.border-3 {
    border-bottom: 1px solid #494C70 !important;
}
.foto-user {
    position: absolute;
    right: 0px;
    background: #323756;
    padding: 30px;
    height: 60px;
}
.imput-buscador {
    border-radius: 35px 0 0 35px !important;
    border: 0px !important;
}
.btn-buscador {
    background: #EEB383 !important;
    border-radius: 0 35px 35px 0 !important;
    font-size: 14px !important;
    padding: 8px 25px !important;
    color: #323756;
    font-family: 'OpenSans-Bold' !important;
    font-weight: 700 !important;
}
.btn-buscador:hover {
    background: #323756 !important;
    color: #ffffff !important;
}
/* estilos contenido interfaz */
.banner-interfaz, .cards-productos {
    padding: 25px;
}
.card-producto {
    background: #F8F8F8;
    border: 1px solid #E3E3E3;
    border-radius: 13px;
    padding: 45px;
}
.card-producto img {
    margin-bottom: 35px;
}
.banderas img {
    margin-bottom: 20px;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
}
.productos-mobile {
    display: none;
}
/* ESTILOS MOBILE 1199px*/
@media (max-width: 1199px) {
    .navbar-brand img {
        width: 65%;
    }
    nav li a {
        font-size: 12px !important;
    }
    .navbar-collapse {
        z-index: 999;
        background: #323756;
    }
    .productos-def .producto-2 img {
        width: 100%;
        margin-top: 100px;
    }
    .t2 {
        font-size: 24px;
    }
}
/* ESTILOS MOBILE 1080px*/
@media (max-width: 1080px) {
    .producto-1 img {
        width: 100%;
    }
}
/* ESTILOS MOBILE 912px*/
@media (max-width: 912px) {
    .menu {
        margin-top: 15px;
    }
    .t2 {
        font-size: 19px;
    }
    .productos {
        display: none;
    }
    .productos-mobile {
        display: block;
        padding: 60px 0;
    }
    .productos-mobile .t1 {
        font-size: 27px;
    }
    .card-p2, .card-p1 {
        margin-top: 0px !important;
        width: 100% !important;
        height: inherit;
    }
    .cards {
        padding: 10px 0;
    }
    .productos-def .producto-1 img {
        width: 100%;
    }
    .productos-def .producto-1 .space-100 {
        display: none;
    }
    .footer img {
        width: 130px;
    }
    .navbar-collapse {
        z-index: 999;
        background: #323756;
    }
}
/* ESTILOS MOBILE 767px*/
@media (max-width: 767px) {
    .footer img {
        width: 230px;
    }
    .contacto .content-izq, .producto-2 .content-izq, .producto-1 .content-der  {
        text-align: center;
    }
    .producto-2 .space-100 {
        display: none;
    }
    .t1 {
        font-size: 24px;
    }
    .productos-mobile .t1 {
        font-size: 20px;
    }
}
/* ESTILOS MOBILE 600px*/
@media (max-width: 600px) {
    .t-slide {
        top: 15%;
    }
    .t-slide .t2 {
        width: 60% !important;
    }
}
/* ESTILOS MOBILE 524px*/
@media (max-width: 524px) {
    .t-slide .t2 {
        width: 50% !important;
    }
}
/* ESTILOS MOBILE 440px*/
@media (max-width: 440px) {
    .t-slide .t2 {
        width: 65% !important;
    }
    .t-slide {
        top: 8%;
    }
    .t-slide .t2 {
        font-size: 15px;
    }
    .card-p1, .card-p2 {
        margin: 0px;
        margin-bottom: 20px;
    }
    .navbar-brand {
        width: 60%;
    }
    .banderas, .contacto {
        padding: 40px 0;
    }
    .nosotros {
        padding: 20px 0;
    }
    .productos-def {
        padding: 40px 0;
    }
}
/* ESTILOS FUENTES */

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('/assets/Fuentes/Open_Sans/OpenSans-Regular.ttf') format('opentype');
}

@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url('/assets/Fuentes/Open_Sans/OpenSans-SemiBold.ttf') format('opentype');
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('/assets/Fuentes/Open_Sans/OpenSans-Bold.ttf') format('opentype');
}
