/********* BODY */

body {
    width: 100vw;
    height: auto;
    margin: 0;
    padding: 0;
    background-color:#fff;
    display: flex;
    flex-wrap: wrap;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    display: none;
}

body::-webkit-scrollbar {
    display: block;
    width: 8px;
}
  
body::-webkit-scrollbar-track {
    background: #929292;
}

body::-webkit-scrollbar-thumb {
    background: #474747;
}

/********* NAVEGADOR */

.navegador {
    width: 100%;
    height: 60px;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 96;
    background-color: rgba(255, 255, 255, 0.90);
    border-bottom: 1px solid #EBECF5;
}

.logo-navegador {
    width: 120px;
    height: 40px;
    background-image: url('../img/logo.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    top: 10px;
    left: 20px;
}

.opciones-navegador {
    width: auto;
    height: 40px;
    display: flex;
    position: absolute;
    top: 10px;
    right: 20px;
}

.opcion-navegador {
    width: auto;
    height: 40px;
    line-height: 40px;
    margin: 0 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #393939;
    cursor: pointer;
}

.opcion-navegador.active {
    color: #5E101E;
    font-weight: 400;
    border-bottom: 2px solid #5E101E;
}

.idioma-navegador {
    width: 80px;
    height: 28px;
    display: flex;
    margin: 5px 10px;
    border: 1px solid #393939;
    cursor: pointer;
}

.imagen-idioma-navegador {
    width: 26px;
    height: 14px;
    margin: 7px;
    background-size: cover;
    background-position: center;
}

.texto-idioma-navegador {
    width: 20px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin: 0;
    color: #393939;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 12px;
    user-select: none;
}

.icono-idioma-navegador {
    width: 20px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #393939;
    font-size: 12px;
}

.opcion-idioma {
    width: 82px;
    height: 28px;
    display: none;
    position: absolute;
    bottom: -30px;
    right: 10px;
    background-color: rgba(0,0,0,0.7);
    cursor: pointer;
}

.opcion-idioma.active {
    display: flex;
}

.imagen-opcion-idioma {
    width: 26px;
    height: 14px;
    margin: 7px;
    background-size: cover;
    background-position: center;
}

.texto-opcion-idioma {
    width: 20px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin: 0;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 12px;
}

.barras-navegador {
    width: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 5px;
    color: #393939;
    font-size: 17px;
    cursor: pointer;
    display: none;
}

@media(max-width: 650px) {
    .opcion-navegador {
        display: none;
    }

    .barras-navegador {
        display: block;
    }
}

.sombra-navegador {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 95;
    background-color: rgba(0,0,0,0.5);
    display: none;
}

.sombra-navegador.active {
    display: block;
}

.menu-navegador {
    width: 250px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -320px;
    z-index: 95;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    transition: 0.6s all ease-out;
    -webkit-transition: 0.6s all ease-out;
}

.menu-navegador.active {
    left: 0;
}

.opcion-menu-navegador {
    width: 80%;
    height: 30px;
    line-height: 30px;
    text-align: left;
    margin: 10px auto;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #393939;
    cursor: pointer;
}

/******** WHATSAPP */

.whatsapp-chat {
    width: 50px;
    height: 50px;
    background-color: #25D366;
    color: #fff;
    position: fixed;
    top: calc(100% - 60px);
    left: calc(100% - 60px);
    border-radius: 1000px;
    text-align: center;
    line-height: 51px;
    font-size: 32px;
    cursor: pointer;
    z-index: 7;
}

/********* PORTADA */

.portada {
    width: 100%;
    height: 100vh;
    margin: 0;
    background-image: url('../img/portada_web.png');
    background-size: cover;
    background-position: center;
}

.contenido-portada {
    width: 90%;
    max-width: 800px;
    height: auto;
    position: absolute;
    top: 30%;
    left: 20px;
}

.titulo-contenido-portada {
    width: 100%;
    height: auto;
    margin: 0;
    font-family: "oswald", sans-serif;
    font-weight: 700;
    font-size: 50px;
    color: #EFEFEF;
    text-align: left;
}

.texto-contenido-portada {
    width: 100%;
    height: auto;
    margin: 35px 0;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #D9D9D9;
    text-align: left;
}

.boton-contenido-portada {
    width: 160px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin: 0;
    border-radius: 20px;
    background-color: #5B3333;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #D9D9D9;
    cursor: pointer;
}

@media(max-width: 650px) {
    .portada {
        background-image: url('../img/portada_movil.png');
    }

    .contenido-portada {
        top: 20%;
    }

    .titulo-contenido-portada {
        font-size: 25px;
    }
    
    .texto-contenido-portada {
        font-size: 14px;
        margin: 20px 0;
    }
}

.semi-portada {
    width: 100%;
    height: 50vh;
    margin: 0 auto;
    position: relative;
    background-size: cover;
    background-position: center;
}

.sombra-semi-portada {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
    z-index: 3;
}

.titulo-semi-portada {
    width: 90%;
    height: auto;
    position: absolute;
    bottom: 20px;
    left: 5%;
    font-family: "oswald", sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #EFEFEF;
    text-align: left;
    z-index: 4;
}

/********* NOSOTROS */

.nosotros {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 50px 0;
}

.contenido-nosotros {
    width: 90%;
    max-width: 1100px;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.info-nosotros {
    width: 100%;
    max-width: 400px;
    height: auto;
    margin: 20px auto;
}

.titulo-nosotros {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: left;
    margin: 0 auto;
    font-family: "oswald", sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #291F1F;
}

.texto-nosotros {
    width: 100%;
    height: auto;
    margin: 25px auto;
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #707070;
}

.boton-nosotros {
    width: 160px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin: 0;
    border-radius: 20px;
    background-color: #5B3333;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #D9D9D9;
    cursor: pointer;
}

.imagen-nosotros {
    width: 100%;
    max-width: 550px;
    height: 380px;
    margin: 20px auto;
    background-image: url('../img/nosotros.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
}

@media(max-width: 650px) {
    .imagen-nosotros {
        height: 280px;
    }
}

.texto-imagen-nosotros {
    width: 280px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #5E101E;
    position: absolute;
    bottom: -20px;
    left: 20px;
    font-family: "oswald", sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #FFFFFF;
    box-shadow: 0px 10px 10px #d6d6d6;
}

/********* MISION VISION VALORES */

.mvv {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 40px 0;
    background-color: #eaeaea;
}

.contenido-mvv {
    width: 90%;
    max-width: 1100px;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.elemento-mvv {
    width: 100%;
    max-width: 330px;
    height: auto;
    margin: 12px auto;
    border-radius: 5px;
    background-color: #fff;
    position: relative;
    box-shadow: 0px 20px 20px #d6d6d6;
}

.icono-elemento-mvv {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 5px;
    right: 5px;
    color: #3E3E3E;
}

.titulo-elemento-mvv {
    width: 90%;
    height: 40px;
    line-height: 40px;
    text-align: left;
    margin: 10px auto;
    font-family: "oswald", sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #2B2B2B;
    border-bottom: 1px solid #cecece;
}

.texto-elemento-mvv {
    width: 90%;
    height: auto;
    margin: 10px auto;
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #393939;
}

.certificados {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 40px 0;
    background-color: #fff;
}

.contenido-certificados {
    width: 90%;
    max-width: 900px;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.textos-contenido-certificados {
    width: 100%;
    max-width: 350px;
    height: auto;
    margin: 10px auto;
}

.titulo-contenido-certificados {
    width: 100%;
    height: auto;
    margin: 10px auto;
    text-align: left;
    font-family: "oswald", sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #291F1F;
}

.texto-contenido-certificados {
    width: calc(100% - 20px);
    height: auto;
    line-height: 20px;
    text-align: left;
    padding: 10px;
    margin: 20px auto;
    background-color: #eaeaea;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #393939;
    box-shadow: 0px 5px 5px #d6d6d6;
    border-radius: 5px;
}

.imagen-contenido-certificados {
    width: 350px;
    height: 460px;
    margin: 10px auto;
    background-image: url('../img/certificado.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

/********* DATOS */

.datos {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 50px 0;
    background-color: #5E101E;
}

.contenido-datos {
    width: 90%;
    max-width: 800px;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.dato {
    width: 200px;
    height: auto;
    margin: 12px auto;
}

.numero-dato {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    font-family: "oswald", sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #E1E1E1;
}

.texto-dato {
    width: 100%;
    height: auto;
    margin: 10px auto;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #D1D1D1;
}

/********* SERVICIOS */

.servicios {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 50px 0;
}

.titulo-servicios {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    font-family: "oswald", sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #291F1F;
}

.contenido-servicios {
    width: 90%;
    max-width: 1100px;
    height: auto;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.servicio {
    width: 100%;
    max-width: 330px;
    height: auto;
    margin: 12px auto;
    border-radius: 5px;
    box-shadow: 0px 20px 20px #d6d6d6;
}

.imagen-servicio {
    width: 100%;
    height: 160px;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.titulo-servicio {
    width: 90%;
    height: auto;
    margin: 18px auto;
    text-align: center;
    font-family: "oswald", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #291F1F;
}

.texto-servicio {
    width: 90%;
    height: auto;
    margin: 18px auto;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #707070;
}

.btn-servicio {
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin: 12px auto;
    background-color: #5B3333;
    border-radius: 5px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
}

/********* INFO SERVICIO */

.info-servicio {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 50px 0;
}

.contenido-info-servicio {
    width: 90%;
    max-width: 1100px;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.titulo-info-servicio {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: left;
    margin: 0 auto;
    margin-top: 40px;
    font-family: "oswald", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #291F1F;
    border-bottom: 1px solid #cecece;
}

.textos-info-servicio {
    width: 330px;
    height: auto;
    margin: 10px 0;
}

.texto-info-servicio {
    width: 100%;
    height: 15px;
    line-height: 15px;
    text-align: left;
    margin: 10px 0;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #393939;
}

.texto-info-servicio i {
    font-size: 10px;
    color: #5B3333;
    margin-right: 5px;
}

.fotos-servicio {
    width: 100%;
    height: auto;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.foto-servicio {
    width: 90%;
    max-width: 480px;
    height: 320px;
    background-size: cover;
    background-position: center;
    box-shadow: 0px 5px 5px #d6d6d6;
    border-radius: 5px;
}

@media(max-width: 750px) {
    .foto-servicio {
        margin: 15px auto;
    }
}

/********* PRODUCTOS */

.productos {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 50px 0;
}

.titulo-productos {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    font-family: "oswald", sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #291F1F;
}

.subtitulo-productos {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #291F1F;
}

.contenido-productos {
    width: 90%;
    max-width: 1100px;
    height: auto;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}

/********* CONTACTO */

.contacto {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 40px 0;
    background-color: #eaeaea;
}

.contenido-contacto {
    width: 90%;
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.textos-contacto {
    width: 100%;
    max-width: 450px;
    height: auto;
    margin: 10px auto;
}

.titulo-contacto {
    width: 100%;
    height: auto;
    margin: 10px auto;
    text-align: left;
    font-family: "oswald", sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #291F1F;
}

.forma-contacto {
    width: 90%;
    max-width: 400px;
    height: 44px;
    background-color: #f0f0f0;
    border-radius: 5px;
    display: flex;
    margin: 10px 0;
    cursor: pointer;
}

.icono-contacto {
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background-color: #5b5b5b;
    color: #fff;
    font-size: 17px;
    margin: 5px;
    border-radius: 5px;
}

.texto-contacto {
    width: calc(100% - 60px);
    height: 34px;
    line-height: 34px;
    text-align: left;
    margin: 5px auto;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #2B2B2B;
}

.texto-contacto a {
    color: #2B2B2B;
    text-decoration: none;
}

#btntel {
    background-color: #06d315;
    font-size: 14px;
}

#btnwa {
    background-color: #25D366;
    font-size: 16px;
}

#btnmail {
    background-color: #00a2ed;
    font-size: 14px;
}

#btninsta {
    background: #f09433;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    font-size: 16px;
}

#btnface {
    background-color: #3b5998;
    font-size: 14px;
}

#btntwitter {
    background-color: #1da1f2;
    font-size: 14px;
}

.mapa {
    width: 100%;
    max-width: 500px;
    height: 340px;
    margin: 20px 0;
}

iframe {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

/* ********* SOLICITUD */

.solicitud {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 50px 0;
}

.contenido-solicitud {
    width: 90%;
    max-width: 1100px;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}

form {
    width: 100%;
    max-width: 400px;
    height: auto;
    margin: 0 auto;
}
  
input, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
  
label {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.textfield {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    background-color: transparent;
    height: calc(3em + 2px);
    padding: 1em;
    font-size: 1em;
    border: none;
    border-bottom: 1px solid #CCCCCC;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-box-shadow: none;
    box-shadow: none;
    resize: none;
    outline: none;
    color: #5b5b5b;
    font-family: 'Lato', sans-serif;
}

.textfield:focus,
.textfield:active {
    border-bottom: 1px solid #5b5b5b;
}

.textfield:focus + label:before,
.textfield:active + label:before {
    color: #5b5b5b;
}

.textfield + label {
    display: block;
    font-size: 1em;
    height: 3em;
    line-height: 3em;
    margin-top: calc(-3em - 1px);
    margin-bottom: 1em;
    pointer-events: none;
}

.textfield + label:before {
    content: attr(placeholder);
    display: inline-block;
    color: #888888;
    font-family: 'Lato', sans-serif;
    margin: 0 calc(1em + 2px);
    white-space: nowrap;
    transition-property: color, -webkit-transform;
    -webkit-transition-property: color, -webkit-transform;
    transition-property: transform, color;
    transition-property: transform, color, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.textfield:focus + label:before,
.textfield.active + label:before,
.textfield:valid + label:before {
    background: #fff;
    line-height: 1;
    padding: 0 1.5px;
    -webkit-transform: translateY(calc(-3em / 2 - 1px/2)) scale(0.8, 0.8);
    transform: translateY(calc(-3em / 2 - 1px/2)) scale(0.8, 0.8);
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    background-color: transparent;
    height: calc(8em + 2px);
    padding: 1em;
    font-size: 1em;
    border: 1px solid #CCCCCC;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-box-shadow: none;
    box-shadow: none;
    resize: none;
    outline: none;
    color: #5b5b5b;
    font-family: 'Lato', sans-serif;
    border-radius: 5px;
}

textarea:focus,
textarea:active {
    border: 1px solid #5b5b5b;
}

textarea:focus + label:before,
textarea:active + label:before {
    color: #5b5b5b;
}

textarea + label {
    display: block;
    font-size: 1em;
    height: calc(8em + 2px);
    line-height: 1;
    padding-top: calc(1em + 1px);
    margin-top: calc(-8em - 2px);
    margin-bottom: 1em;
    pointer-events: none;
}

textarea + label:before {
    content: attr(placeholder);
    display: inline-block;
    color: #888888;
    font-family: 'Lato', sans-serif;
    margin: 0 calc(1em + 2px);
    white-space: nowrap;
    transition-property: color, -webkit-transform;
    -webkit-transition-property: color, -webkit-transform;
    transition-property: transform, color;
    transition-property: transform, color, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

textarea:focus + label:before,
textarea.active + label:before,
textarea:valid + label:before {
    background: #fff;
    line-height: 1;
    padding: 0 1.5px;
    -webkit-transform: translateY(calc((-1em - 0.5em) - 0.5px)) scale(0.8, 0.8);
    transform: translateY(calc((-1em - 0.5em) - 0.5px)) scale(0.8, 0.8);
}

.btnenviar {
    width: 220px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    margin: 30px calc(50% - 110px);
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background-color: #5E101E;
    position: relative;
    z-index: 3;
    cursor: pointer;
    border-radius: 5px;
}

.textos-solicitud {
    width: 100%;
    max-width: 400px;
    height: auto;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.titulo-solicitud {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: left;
    margin: 10px auto;
    font-family: "oswald", sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #291F1F;
}

.texto-solicitud {
    width: 100%;
    height: auto;
    margin: 10px auto;
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #434343;
}

/* ********* POPUP */

.popup {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
    background: #5B3333;
    display: none;
}
  
.icono-popup {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 0 calc(50% - 30px);
    margin-top: 30vh;
    z-index: 99;
    border: 4px solid #fff;
    color: #fff;
    font-size: 40px;
    border-radius: 1000px;
}
  
.mensaje-popup {
    width: 95%;
    height: auto;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #fff;
    margin: 0 auto;
    margin-top: 20px;
}
  
.btn-popup {
    width: 160px;
    height: 40px;
    line-height: 40px;
    background-color: transparent;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    border: 2px solid #fff;
    color: #fff;
    margin: 25px calc(50% - 80px);
    cursor: pointer;
    border-radius: 5px;
}

/* ********* LEGAL */

.seccion-legal {
    width: 90%;
    max-width: 1100px;
    height: auto;
    margin: 80px auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.titulo-seccion-legal {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 15px;
    text-align: left;
    font-family: "oswald", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #434343;
}

.separador-seccion-legal {
    width: 100%;
    height: 1px;
    background-color: #CECECE;
    margin: 5px auto;
}

.texto-seccion-legal {
    width: 100%;
    height: auto;
    margin: 10px auto;
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #434343;
}

.subtitulo-seccion-legal {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 15px;
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #3b3b3b;
    text-transform: uppercase;
}

/********* SOLICITUDES */

.header {
    width: 100%;
    height: 60px;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 96;
    background-color: rgba(255, 255, 255, 0.90);
    border-bottom: 1px solid #EBECF5;
}

.buscador {
    width: 330px;
    height: 40px;
    margin: 10px calc(50% - 165px);
    border: 1px solid #cecece;
    border-radius: 5px;
    position: relative;
}

.campo-buscador {
    width: 280px;
    height: 32px;
    line-height: 32px;
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    outline: none;
    border-radius: 0;
    position: absolute;
    top: 4px;
    left: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #696969;
}

.icono-buscador {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 5px;
    right: 5px;
    color: #000;
    font-size: 17px;
}

.contenido {
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
    height: auto;
    margin: 0 auto;
    margin-top: 60px;
    display: none;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    position: relative;
    z-index: 2;
    display: flex;
}

ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
}

.resultados {
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #707070;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    margin: 15px;
}

.elemento1 {
    width: 320px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 12px;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

.estadoElemento {
    position: absolute;
    top: 12px;
    right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #5b5b5b;
    font-size: 25px;
    cursor: pointer;
}

.estadoElemento.active {
    color: #2ECC71;
}

.textos2-elemento1 {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin: 5px auto;
}

.titulo-textos2 {
    width: 90%;
    height: 30px;
    line-height: 30px;
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #000;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    margin: 0 auto;
}

.texto-textos2 {
    width: 90%;
    height: 30px;
    line-height: 30px;
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: #5b5b5b;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    margin: 0 auto;
}

.texto-textos2 a {
    color: #5b5b5b;
    text-decoration: none;
}

.texto-textos2 i {
    color: #000;
    width: 25px;
    text-align: center;
}

.descripcion-textos2 {
    width: 90%;
    height: auto;
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: #5b5b5b;
    margin: 10px auto;
}

/********* FOOTER */

.footer {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.secciones-footer {
    width: 90%;
    max-width: 1200px;
    height: auto;
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.seccion-footer {
    width: 100%;
    max-width: 280px;
    height: auto;
    margin: 5px auto;
}

.logo-seccion-footer {
    width: 180px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    background-image: url('../img/logo.png');
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}

.texto-alt-seccion-footer {
    width: 90%;
    height: auto;
    line-height: 18px;
    margin: 10px auto;
    margin-left: 0;
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #696969;
}

.titulo-seccion-footer {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: left;
    margin: 0 auto;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #3E3E3E;
}

.texto-seccion-footer {
    width: 100%;
    height: auto;
    margin: 10px auto;
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #9A9A9A;
}

.texto-seccion-footer:hover {
    cursor: pointer;
    color: #000;
}

.texto-seccion-footer a {
    text-decoration: none;
    color: #9A9A9A;
}

.linea-footer {
    width: 90%;
    height: 1px;
    background-color: #b8b8b8;
    margin: 20px auto;
}

.texto-alt-footer {
    width: 100%;
    height: auto;
    margin: 10px auto;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #9A9A9A;
}

.powered {
    width: 100%;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #9A9A9A;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.phantomy {
    font-family: "Times New Roman", Times, serif;
    color: #000;
    font-size: 16px;
    padding-left: 5px;
    cursor: pointer;
}