@font-face {
    font-family: 'Provicali Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Provicali Regular'), url('../fonts/Provicali.woff') format('woff');
}

@font-face {
    font-family: 'ElliotSans-Medium';
    font-style: normal;
    font-weight: normal;
    src: local('ElliotSans-Medium'), url('../fonts/ElliotSans-Medium.woff') format('woff');
}

@font-face {
    font-family: 'HighlandGothicFLF Regular';
    font-style: normal;
    font-weight: normal;
    src: local('HighlandGothicFLF Regular'), url('../fonts/HighlandGothicFLF.woff') format('woff');
}

body {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: #fff;
    position: relative;
}

::-webkit-scrollbar {
  display: none;
}

::-webkit-scrollbar:vertical {
  display: block;
  width: 5px;
}
  
::-webkit-scrollbar-track:vertical {
  background: transparent;
}

::-webkit-scrollbar-thumb:vertical {
  background: #5c5c5c;
}

/**** NAVEGADOR */

.nav {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: transparent;
    position: absolute;
    background-color: rgba(0,0,0,0.3);
    z-index: 2;
}

.nav.active {
    background-color: #fff;
    box-shadow: 0px 0px 4px 2px #cecece;
    position: relative;
}

.nav-logo img {
    height: 100px;
}

.nav-opciones {
    /* width: 690px; */
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
}

.nav-opcion {
    margin-top: 12px;
    margin-right: 20px;
    font-family: 'ElliotSans-Medium', sans-serif;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
}

.nav-opcion.alt {
    color: #6e6e6e;
}

.nav-redes {
    display: flex;
}

.nav-red {
    margin: 8px;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}

.nav-red.alt {
    color: #6e6e6e;
}

.nav-ham {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 28px;
    color: #fff;
    display: none;
    cursor: pointer;
}

.nav-ham.alt {
    color: #6e6e6e;
}

.nav-ops-mob {
    position: fixed;
    top: 0;
    right: -280px;
    width: 280px;
    height: 100vh;
    background-color: #fff;
    z-index: 50;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    transition: 1s all ease;
    -webkit-transition: 1s all ease;
    -moz-transition: 1s all ease;
    -ms-transition: 1s all ease;
    -o-transition: 1s all ease;
}

.nav-ops-mob.alt {
    right: 0;
}

.close-nav-ops-mob {
  font-size: 20px;
  position: absolute;
  top: 30px;
  left: 30px;
  color: #6e6e6e;
  cursor: pointer;
}

.nav-op-mob {
  width: 90%;
  margin: 15px auto;
  text-align: right;
  font-family: 'ElliotSans-Medium', sans-serif;
  font-size: 18px;
  color: #6e6e6e;
  font-weight: 600;
  cursor: pointer;
}

.nav-redes-mob {
    width: 90%;
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 1319px) {
    .nav-ham {
        display: block;
    }

    .nav-opciones {
        display: none;
    }
}

/**** ELEMENTO GENERALES */

.contenido {
    width: 100%;
    height: auto;
    margin: 0 auto;
    /* margin-top: 70px; */
    display: flex;
    flex-wrap: wrap;
}

.sombra {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 49;
    display: none;
}

.sombra.active {
    display: block;
}

.sombra-portada {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 3;
}

.contenedor-flex {
    width: 100%;
    max-width: 1300px;
    height: auto;
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
}

.contenedor-wrap-reverse {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap-reverse;
}

.titulo-seccion {
    width: 90%;
    height: auto;
    margin: 10px auto;
    text-align: center;
    font-size: 30px;
    font-family: 'Provicali Regular', sans-serif;
    letter-spacing: 2px;
    color: #20ca28;
}

.texto-seccion {
    width: 90%;
    max-width: 600px;
    margin: 30px auto;
    text-align: justify;
    font-size: 18px;
    font-family: 'ElliotSans-Medium', sans-serif;
    color: #5b5b5b;
}

/**** INICIO */

.portada-inicio {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* .portada-inicio video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
} */

.flecha-portada-home {
    position: absolute;
    bottom: 10%;
    left: calc(50% - 15px);
    width: 30px;
    text-align: center;
    z-index: 2;
    font-size: 20px;
    color: #fff;
}

.seccion-home {
    width: 100%;
    height: 500px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.textos-home {
    width: 90%;
    max-width: 580px;
    display: flex;
    flex-wrap: wrap;
}

.titulo-home {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-family: 'Provicali Regular', sans-serif;
    font-size: 65px;
    color: #20ca28;
}

@media (max-width: 500px) {
    .titulo-home {
        font-size: 40px;
    }
}

.texto-home {
    width: 100%;
    line-height: 28px;
    margin: 20px auto;
    text-align: center;
    font-family: 'ElliotSans-Medium', sans-serif;
    font-size: 16px;
    color: #5b5b5b;
}

.logos-home {
    width: 90%;
    max-width: 600px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
}

.logo-home {
    margin: 10px auto;
}

.logo-home img {
    width: 180px;
}

.unidad-home {
    width: 180px;
    height: 180px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    cursor: pointer;
}

@media (max-width: 500px) {
    .unidad-home {
        margin: 30px auto;
    }
}

.unidad-home p {
    position: absolute;
    width: 125%;
    bottom: -60px;
    left: 50%;
    font-size: 16px;
    font-family: 'ElliotSans-Medium', sans-serif;
    color: #5b5b5b;
    text-align: center;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.icon-home {
    width: 100%;
    max-width: 200px;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.btn-home {
    width: 150px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    font-family: 'ElliotSans-Medium', sans-serif;
    color: #fff;
    background-color: #20ca28;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.servicios-home {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* background-attachment: fixed; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.blogs-home {
    width: 90%;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
}

.blog-home {
    width: 100%;
    max-width: 370px;
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    cursor: pointer;
}

.img-blog-home {
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.titulo-blog-home {
    width: 100%;
    margin: 20px auto;
    text-align: center;
    font-family: 'ElliotSans-Medium', sans-serif;
    font-size: 22px;
    color: #5b5b5b;
}

/**** NOSOTROS */

.portada-about {
    width: 100%;
    height: 65vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.elementos-about {
    width: 90%;
    max-width: 800px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
}

.elemento-about {
    width: 100%;
    max-width: 320px;
    height: 300px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
}

.icono-elemento-about {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 40px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.titulo-elemento-about {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    font-size: 22px;
    color: #6e6e6e;
    font-family: 'Provicali Regular', sans-serif;
}

.texto-elemento-about {
    width: 100%;
    margin-top: 10px;
    text-align: justify;
    font-size: 14px;
    color: #6e6e6e;
    font-family: 'ElliotSans-Medium', sans-serif;
}

.valores-about {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
}

.titulo-valores-about {
    width: 100%;
    margin: 10px auto;
    text-align: center;
    font-size: 22px;
    color: #6e6e6e;
    font-family: 'Provicali Regular', sans-serif;
}

.valor-about {
    width: 200px;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

@media (max-width: 500px) {
    .valor-about {
        width: 50%;
    }
}

.icono-valor-about {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    text-align: center;
    color: #fff;
    background-color: #20ca28;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.texto-valor-about {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    color: #6e6e6e;
    font-family: 'ElliotSans-Medium', sans-serif;
}

/**** UNIDADES */

.imagenes-unidad {
    width: 90%;
    max-width: 600px;
    height: 500px;
    display: flex;
    position: relative;
}

@media (max-width: 1199px) {
  .imagenes-producto {
    max-width: 600px;
  }
}

.video-composta {
    width: 100%;
}

.video-composta video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.imagen-unidad {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
}

.informacion-unidad {
    width: 90%;
    max-width: 400px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

@media (max-width: 500px) {
    .informacion-unidad {
        margin-bottom: 30px;
    }
}

.nombre-unidad {
    width: 100%;
    margin-bottom: 15px;
    text-align: left;
    font-size: 40px;
    color: #20ca28;
    font-family: 'Provicali Regular', sans-serif;
}

.descripcion-unidad {
    width: 100%;
    margin-bottom: 15px;
    text-align: justify;
    font-size: 16px;
    line-height: 30px;
    color: #6e6e6e;
    font-family: 'ElliotSans-Medium', sans-serif;
}

.puntos-unidad {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
}

.punto-unidad {
    /* min-width: 120px; */
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
    color: #6e6e6e;
    font-family: 'ElliotSans-Medium', sans-serif;
}

/**** AUTORIZACIONES */

.autorizaciones {
    width: 100%;
    max-width: 800px;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    position: relative;
}

.autorizacion {
    width: 100%;
    /* max-width: 400px; */
    min-height: 200px;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0px 4px 4px #d6d6d6;
}

.autorizacion-nombre {
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #72b4dd;
    font-family: 'Provicali Regular', sans-serif;
}

.autorizacion-desc {
    width: 90%;
    margin-top: 12px;
    text-align: center;
    font-size: 14px;
    color: #6e6e6e;
    font-family: 'ElliotSans-Medium', sans-serif;
}

/**** BLOG */

.titulo-blog {
    width: 100%;
    margin: 30px auto;
    text-align: center;
    font-size: 40px;
    color: #000;
    font-family: 'Provicali Regular', sans-serif;
    text-transform: uppercase;
}

.portada-blog {
    width: 90%;
    height: 500px;
    margin: 10px auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contenido-blog {
    width: 90%;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
}

.fecha-blog {
    width: 100%;
    font-size: 12px;
    color: #6e6e6e;
    font-family: 'ElliotSans-Medium', sans-serif;
}

.texto-blog {
    width: 100%;
    white-space: pre-wrap;
    font-size: 16px;
    color: #5b5b5b;
    font-family: 'ElliotSans-Medium', sans-serif;
}

/**** CONTACTO */

.mapa-contacto {
    width: 90%;
    max-width: 500px;
    height: 400px;
    margin: 10px auto;
}

@media (max-width: 900px) {
    .mapa-contacto {
        margin-bottom: 80px;
    }
}

.mapa-contacto iframe {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.contenedor-redes-contacto {
    width: 150px;
    height: auto;
    margin: 20px 0;
    display: flex;
}

.red-contacto {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
}

.formulario-contacto {
    width: 90%;
    max-width: 400px;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
    padding-bottom: 70px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 500px) {
    .formulario-contacto {
        margin-bottom: 40px;
    }
}

.leyenda-formulario-contacto {
    width: 90%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 6px;
    margin-top: 5px;
    font-size: 16px;
    color: #fff;
    font-family: 'ElliotSans-Medium', sans-serif;
}

.campo-formulario-contacto {
    width: 90%;
    height: 40px;
    margin: 0 auto;
    margin-top: 6px;
    margin-bottom: 5px;
    border: none;
    outline: none;
    appearance: none;
    border: 1px solid #fff;
    background-color: transparent;
    font-family: 'ElliotSans-Medium', sans-serif;
    color: #fff;
    font-size: 15px;
    padding-left: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.textarea-formulario-contacto {
    width: 90%;
    height: 164px;
    margin: 0 auto;
    border: none;
    outline: none;
    appearance: none;
    resize: none;
    border: 1px solid #fff;
    background-color: transparent;
    padding-left: 10px;
    padding-top: 10px;
    font-family: 'ElliotSans-Medium', sans-serif;
    color: #fff;
    font-size: 15px;
    padding-left: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.btn-formulario-contacto {
    position: absolute;
    bottom: 10px;
    right: 3%;
    width: 165px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    font-family: 'ElliotSans-Medium', sans-serif;
    color: #5b5b5b;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.panel-mensaje-contacto {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    background-color: #20ca28;
    z-index: 2;
    transition: ease-in-out 1s;
    -webkit-transition: ease-in-out 1s;
    -moz-transition: ease-in-out 1s;
    -ms-transition: ease-in-out 1s;
    -o-transition: ease-in-out 1s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.panel-mensaje-contacto.active {
    display: flex;
}

.logo-panel-mensaje-contacto {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
}

.texto-panel-mensaje-contacto {
    width: auto;
    height: auto;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-family: 'ElliotSans-Medium', sans-serif;
}

/**** GALERIA */

.hello {
    opacity: 1 !important;
}

.full {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.full .content {
    background-color: rgba(0,0,0,0.75) !important;
    height: 100%;
    width: 100%;
    display: grid;
}

.full .content img {
    left: 50%;
    transform: translate3d(0, 0, 0);
    animation: zoomin 1s ease;
    max-width: 40%;
    max-height: 100%;
    margin: auto;
}

@media(max-width: 800px) {
    .full .content img {
        max-width: 90%;
    }
}

.byebye {
    opacity: 0;
}

.byebye:hover {
    transform: scale(0.2) !important;
}

.gallery {
    display: grid;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-auto-rows: 8px;
}

.gallery img {
    max-width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 16px #333;
    transition: all 1.5s ease;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.gallery img:hover {
    box-shadow: 0 0 32px #333;
}

.gallery .content {
    padding: 4px;
}

.gallery .gallery-item {
    transition: grid-row-start 300ms linear;
    transition: transform 300ms ease;
    transition: all 0.5s ease;
    cursor: pointer;
}

.gallery .gallery-item:hover {
    transform: scale(1.025);
}

@media (max-width: 600px) {
    .gallery {
        grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
    }
}

@media (max-width: 400px) {
    .gallery {
        grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
    }
}

/**** FOOTER */

.footer {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #72b4dd;
}

.section-footer {
    width: 80%;
    max-width: 400px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.title-footer {
    width: 100%;
    margin: 5px auto;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.element-footer {
    width: 100%;
    margin: 8px auto;
    text-decoration: none;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    cursor: pointer;
}

.logo-footer {
    margin: 10px auto;
}

.logo-footer img {
    height: 70px;
}

.somm-footer {
    font-size: 10px;
    font-family: 'HighlandGothicFLF Regular';
    cursor: pointer;
}

@media (max-width: 1100px) {
    .section-footer {
        margin: 20px auto;
    }
}

@media (max-width: 1199px) {
    .title-footer,
    .element-footer {
        text-align: center;
    }
}