/********* BODY */

body {
    width: 100vw;
    height: auto;
    margin: 0;
    padding: 0;
    background-color:#fff;
    position: relative;
}

::-webkit-scrollbar {
    display: none;
}

body::-webkit-scrollbar:vertical {
    display: block;
    width: 8px;
}
  
body::-webkit-scrollbar-track:vertical {
    background: #929292;
}

body::-webkit-scrollbar-thumb:vertical {
    background: #474747;
}

/********* NAVEGADOR */

.navegador {
    width: 100%;
    height: 65px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgb(0, 0, 0, 0.7);
}

.logo-navegador {
    width: 130px;
    height: 50px;
    line-height: 50px;
    background-image: url('../img/logo_alta.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 7.5px;
    left: 15px;
}

.opciones-navegador {
    width: auto;
    height: 65px;
    position: absolute;
    top: 0;
    right: 10px;
    display: flex;
}

.opcion-navegador {
    width: auto;
    height: 65px;
    line-height: 65px;
    margin: 0 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #c2c2c2;
}

.opcion-navegador:hover {
    cursor: pointer;
    color: #fdfdfd;
}

.opcion-navegador.active {
    color: #fff;
    font-weight: bold;
}

.opcion-navegador.alt {
    width: 80px;
    height: 30px;
    line-height: 30px;
    margin: 17.5px 20px;
    text-align: center;
    background-color: #5b5b5b;
    border-radius: 5px;
    font-weight: bold;
}

.barras-navegador {
    width: 40px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 10px;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    display: none;
}

@media(max-width: 1300px) {
    .opciones-navegador {
        display: none;
    }

    .barras-navegador {
        display: block;
    }
}

.opciones-movil-navegador {
    width: 100%;
    height: calc(100vh - 65px);
    z-index: 9997;
    background-color: rgb(0, 0, 0, 0.7);
    position: fixed;
    top: -105vh;
    left: 0;
    opacity: 0;
    filter: blur(0);
    -webkit-filter: blur(12px);
    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;
}

.opciones-movil-navegador.active {
    top: calc(0vh + 65px);
    opacity: 1;
    filter: blur(0);
    -webkit-filter: blur(0);
}

.opcion-movil-navegador {
    width: 90%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #c9c9c9;
    cursor: pointer;
}

.opcion-movil-navegador:hover {
    cursor: pointer;
    color: #fdfdfd;
}

.opcion-movil-navegador.active {
    color: #fff;
}

.opcion-movil-navegador.alt {
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #5b5b5b;
    border-radius: 5px; 
    font-weight: bold;
    margin: 20px auto;
}

/******** 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;
    position: relative;
    background-image: url('../img/portada.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.sombra-portada {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.titulo-portada {
    width: 100%;
    height: auto;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 55px;
    color: #fff;
    text-align: center;
    margin: 10px auto;
    position: absolute;
    bottom: 15px;
    left: 0;
    z-index: 3;
}

@media(max-width: 650px) {
    .portada {
        height: 350px;
    }

    .titulo-portada {
        font-size: 25px;
        bottom: 0;
    }
}

/********* NOSOTROS */

.seccion {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

#nosotros, #sectores, #servicios {
    background-color: #242222;
}

#cobertura, #contacto {
    background-color: #171616;
}

#productos {
    background-color: #f4f4f4;
}

.contenido-seccion {
    width: 90%;
    max-width: 1300px;
    height: auto;
    margin: 0 auto;
    padding: 60px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}

.seccion-contenendores {
    width: 100%;
    height: auto;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}

.contenedor {
    width: 300px;
    height: auto;
    margin: 15px auto;
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 20px 20px #d6d6d6;
    border-radius: 5px;
}

@media(max-width: 650px) {
    .contenedor {
        width: 100%;
    }
}

.imagen-contenedor {
    width: 80px;
    height: 60px;
    margin: 5px auto;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.titulo-contenedor {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 26px;
    margin: 10px auto;
    color: #242222;
}

.enor {
    background: linear-gradient(to right, #9bb93f, #61a67e, #1697b9);
    background-clip: text;
    color: transparent;
}

.ulsd {
    background: linear-gradient(to right, #63ff9f, #63c8ff);
    background-clip: text;
    color: transparent;
}

.lsd {
    background: linear-gradient(to right, #68ff63, #e2ff63);
    background-clip: text;
    color: transparent;
}

.regular {
    background: linear-gradient(to right, #edf820, #ffd363);
    background-clip: text;
    color: transparent;
}

.premium {
    background: linear-gradient(to right, #fe0000, #ff8a63);
    background-clip: text;
    color: transparent;
}

.texto-contenedor {
    width: 90%;
    height: auto;
    margin: 5px auto;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #5b5b5b;
}

.boton-contenedor {
    width: 120px;
    height: 32px;
    line-height: 32px;
    background-color: #25D366;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    margin: 10px auto;
}

.titulo-contenido-seccion {
    width: 100%;
    height: auto;
    line-height: 40px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #171616;
    margin: 0 auto;
}

.textos-contenido-seccion {
    width: 100%;
    max-width: 620px;
    height: auto;
    margin: 15px auto;
}

.titulo-textos-contenido-seccion {
    width: 100%;
    height: auto;
    line-height: 55px;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 50px;
    color: #fff;
    margin: 0 auto;
}

.subtitulo-textos-contenido-seccion {
    width: 100%;
    height: auto;
    line-height: 45px;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    margin: 0 auto;
}

.texto-textos-contenido-seccion {
    width: 100%;
    height: auto;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin: 20px auto;
}

.datos-contenido-seccion {
    width: 100%;
    height: auto;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}

.dato-contenido-seccion {
    width: 280px;
    height: auto;
    margin: 20px 0;
}

.titulo-dato-contenido-seccion {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: left;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #fff;
}

.linea-dato-contenido-seccion {
    width: 100%;
    height: 1px;
    margin: 15px auto;
    background-color: #0E96BE;
}

.texto-dato-contenido-seccion {
    width: 100%;
    height: 16px;
    line-height: 16px;
    text-align: left;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

.puntos-contenido-seccion {
    width: 100%;
    height: auto;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
}

.punto-contenido-seccion {
    width: 280px;
    height: 30px;
    line-height: 30px;
    display: flex;
    margin: 12px auto;
}

.icono-punto-contenido-seccion{
    width: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    margin-right: 10px;
    color: #fff;
    font-size: 20px;
}

.texto-punto-contenido-seccion {
    width: calc(100% - 40px);
    height: 30px;
    line-height: 30px;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}

.listado-contenido-seccion {
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
}

.elemento-listado-contenido-seccion {
    width: 100%;
    height: 40px;
    display: flex;
    margin: 10px auto;
    border-bottom: 1px solid #fff;
}

.icono-listado-contenido-seccion {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin: 0 auto;
    margin-right: 20px;
}

.texto-listado-contenido-seccion {
    width: calc(100% - 60px);
    height: 40px;
    line-height: 40px;
    text-align: left;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}

.imagen-contenido-seccion {
    width: 100%;
    max-width: 600px;
    height: 400px;
}

#imagen-nosotros {
    background-image: url('../img/patio1.jpg');
    background-size: cover;
    background-position: center;
}

#imagen-cobertura {
    background-image: url('../img/mapa_cobertura.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media(max-width: 650px) {
    .titulo-textos-contenido-seccion {
        font-size: 35px;
    }

    .subtitulo-textos-contenido-seccion {
        font-size: 26px;
    }
    
    .texto-textos-contenido-seccion {
        font-size: 15px;
        text-align: left;
    }

    .dato-contenido-seccion {
        width: 100%;
    }

    #imagen-nosotros {
        height: 220px;
    }

    #imagen-cobertura {
        height: 220px;
    }
}

/********* SEPARADOR IMAGEN */

.separador-imagen {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    background-image: url('../img/patio2.jpg');
    background-size: cover;
    background-position: center;
}

@media(max-width: 650px) {
    .separador-imagen {
        height: 350px;
    }
}

/********* CONTACTO */

.contacto {
    width: 100%;
    height: auto;
    padding: 40px 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.formulario-contacto {
    width: 90%;
    max-width: 480px;
    height: auto;
    margin: 10px auto;
    background-color: #3b3838;
    padding: 20px 0;
    border-radius: 5px;
}

.titulo-formulario-contacto {
    width: 90%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #25D366;
}

.descripcion-formulario-contacto {
    width: 90%;
    height: auto;
    line-height: 20px;
    text-align: center;
    margin: 5px auto;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #d6d6d6;
}

.campo-formulario-contacto {
    width: 90%;
    height: auto;
    margin: 5px auto;
    margin-bottom: 10px;
}

.titulo-campo-formulario-contacto {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    margin: 0 auto;
}

.textfield {
    width: calc(100% - 10px);
    height: 36px;
    line-height: 36px;
    background-color: #171616;
    outline: none;
    border: none;
    appearance: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    padding: 5px;
}

textarea {
    width: calc(100% - 10px);
    height: 100px;
    background-color: #171616;
    outline: none;
    border: none;
    appearance: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    padding: 5px;
}

.boton-formulario {
    width: 120px;
    height: 32px;
    line-height: 32px;
    background-color: #25D366;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    margin: 10px auto;
    margin-top: 25px;
}

.formas-contacto {
    width: 90%;
    max-width: 600px;
    height: auto;
    margin: 10px auto;
}

.descripcion-formas-contacto {
    width: 100%;
    height: auto;
    margin: 5px auto;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    color: #fff;
}

.iconos-formas-contacto {
    width: 100%;
    height: auto;
    margin: 10px auto;
    display: flex;
}

.icono-formas-contacto {
    width: 50px;
    height: 50px;
    margin: 10px;
}