/* RESETEO ESTILOS */

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  font-family: sans-serif;
  color: #212529;
  font-family: "Gabarito", sans-serif;
}

a {
    text-decoration: none;
    color: inherit;
  }




:root {
            --font-main: "new-zen", sans-serif;
            --font-outcast: "ambicase-fatface", sans-serif;
        }

        

 /*   HEADER MENU */

 header {
    padding: 15px 0 15px 0;
    position: static;
    z-index: 99999999;
    background-color: #ffffff;
    width: 100%;
    box-shadow: 0 0 6px #00000034;
  
 }

 .header-logo {
    max-width: 250px;
}

 .contenido {
    max-width: 1220px;
    margin: 0 auto;
 }
 .header-top {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;    
    align-items: center;
 }

 .header-menu {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
 }

 .header-contacto{
    display: flex;
    justify-content: flex-end;
 }

 .header-contacto a{
    border: 2px solid #244082;
    padding: 10px 15px;
    border-radius: 5px;
    color: #244082;
    font-family: "Jockey One", sans-serif;
    font-size: 1.3rem;
    font-weight: 200;
    align-self: center;

 }

 .header-contacto a:hover{
    border: 2px solid #129145;
    background-color: #129145;   
    color: #ffffff; 
 }

 .header-menu a {
    font-family: "Jockey One", sans-serif;
    font-size: 1.3rem;
    font-weight: 200;
    color: #244082;
 }
 .header-menu a:hover { 
   /* font-weight: 700;*/
    color: #129145;
 }

 .enviar-whatsapps {
    border: 2px solid #129145;
    padding: 10px 15px;
    border-radius: 5px;
    color: #129145;
    font-family: "Jockey One", sans-serif;
    font-size: 1.1rem;
    font-weight: 200;
    align-self: flex-start;
 }

 .enviar-whatsapps:hover{
    border: 2px solid #129145;
    background-color: #129145;   
    color: #ffffff; 
 }

 .header-smart {
    display: none;
    justify-content: flex-end;
 }
 .header-smart i {
    color: #244082;
    opacity: 1;
    font-size: 2.8rem;
    font-weight: 700;
}

.menu-toggle {
    width: 30px;
    height: 24px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    align-self: center;
  }
  
  .menu-toggle span {
    background-color: #244082;
    height: 4px;
    width: 100%;
    position: absolute;
    left: 0;
    transition: all 0.3s ease-in-out;
    border-radius: 2px;
  }
  
  .menu-toggle span:nth-child(1) {
    top: 0;
    background-color: #244082;
  }
  .menu-toggle span:nth-child(2) {
    top: 10px;
  }
  .menu-toggle span:nth-child(3) {
    top: 20px;
  }
  
  .menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 10px;
    background-color: #008900;
  }
  
  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  
  .menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 10px;
    background-color: #008900;
  }

  .menu-desplegable {
    display: none;
    position: fixed;
    width: 310px;
    right: 0;
    top: 66px;
    bottom: 0;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    border-left: 1px solid #e0e0e0;
    z-index: 9999999;
    padding: 30px;
    flex-direction: column;
    justify-content: space-between;
  }

.header-desplegable a{
    color: #244082;
    font-size: 1.8rem;
    padding: 10px 0 10px 0;
    margin-bottom: 10px;
    border-bottom: 2px solid #008900;
}

.header-desplegable a:hover{
    color: #ffffff;    
   background-color: #008900;;
    border-bottom: 2px solid #008900;
    text-align: center;

}


.header-desplegable a{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.header-contacto-desplegable a {
    border: 3px solid #244082;
    padding: 5px 10px;
    font-size: 2rem;
    font-weight: 200;
    color: #244082;
    border-radius: 5px;    
}

.header-contacto-desplegable a:hover {
    border: 2px solid #129145;
    background-color: #129145;   
    color: #ffffff; 
}


 @media (max-width: 1024px) {
    header .contenido {
        width: 80%;
    }

    .header-top {
        grid-template-columns: 1fr 1fr;    
     }

    .header-menu {
        display: none;
    }

    .header-smart {
        display: flex;
     }

     .header-contacto {
        gap: 15px;
     }

     .header-contacto a {
        border: 2px solid #244082;
        padding: 5px 10px;     
        font-size: 1.1rem;
        font-weight: 200;
    }   


    .header-smart i {     
        font-size: 2.2rem;
    }    


}


@media (max-width: 500px) {
    header .contenido {
        width: 90%;
    }

     .header-contacto {
        gap: 10px;
     }
     .header-contacto a {
        border: 2px solid #244082;
        padding: 5px 10px;     
        font-size: 1rem;
        font-weight: 200;
    }

    .header-smart i {     
        font-size: 2rem;
    }    


}






 /* SLIDER */

 .hero-banner {
    width: 100%;
    height: 674px;
    position: relative;
    color: #fff !important;
}

.hero-container {
    height: 100%;
    margin: 0 auto;
    column-gap: 36px;
    display: flex;
    position: static;
}

.container-left {
    width: 43%;
    padding: 0 50px;
    height: 100%;
    flex-direction: column;
    background-color: #24408278;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: end;    
    z-index: 9999;
    justify-content: center;
    gap: 20px;
}

.container-right {
    display: flex;
    width: calc(48% - 36px);
    height: 100%;
    z-index: 9999;
    align-items: center;
}

.image-swiper, .image-swiper img {
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.container-left h1 {
    font-family: "Jockey One", sans-serif;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 400;
    margin: 0;  
}

.container-left p {
    font-size: 1.5rem;
}

.container-right p {
    font-size: 1.3rem;
}

@media (max-width: 999px) {
    .hero-container {
        flex-direction: column;
        align-items: center;
    }

    .container-left {
        padding: 40px 20px !important;
        width: 100%;
        align-items: center;
        text-align: center;
    }

    .container-right {
        padding: 80px 20px 160px;
        width: 100%;
        flex-direction: column;
        align-items: start;
        text-align: center;
    }

    .container-right p {
        font-size: 1.3rem;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    }
}


/*INDEX */

.servicios-index {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    align-items: center;
}

#smart-quality  .contenido-texto,
#sistema-balanzas .contenido-texto {
    order: 1; 
}

#sistema-balanzas .contenido-imagen {
    display: flex;
    flex-direction: row;
}

#sistema-balanzas .contenido-imagen video {
    padding-top: 100px;
    width: 50%;
}
#sistema-balanzas .contenido-imagen picture {
    width: 50%;
}


#smart-quality .contenido-imagen,
#sistema-balanzas .contenido-imagen {
    order: 2; 
}

#mantenimiento-preventivo .contenido-texto,
#smart-fish .contenido-texto {
    order: 2; 
}
#mantenimiento-preventivo .contenido-imagen,
#smart-fish .contenido-imagen {
    order: 1; 
}

.contenido-imagen img{
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}


.contenedor-texto {
    max-width: 450px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contenido-texto {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.texto-destacado {
    font-weight: 700;
    font-size: 1.2rem;
    color: #008900;
}

.texto-span {
    font-weight: 200;
    font-size: 1rem;
    color: #656565;
}

.contenido-texto h1 {
    font-family: "Jockey One", sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
    margin: 0;
    color: #244082;
}

#clientes {
    margin: 50px 0;
    padding: 75px 0;
    text-align: center;
    background: rgb(222,223,222);
    background: linear-gradient(45deg, rgba(222,223,222,1) 1%, rgba(239,242,239,1) 66%);
}

#clientes h2 {
    font-family: "Jockey One", sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
}


.list-clientes  {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 15px;
    padding: 30px 0 ;
}

.list-clientes img  {
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    filter: grayscale(100%);
    cursor: pointer;
    mix-blend-mode: multiply;
}


.list-clientes img:hover  {
    opacity: 1;
    filter: grayscale(0%);
}



@media (max-width: 999px) {

    .servicios-index {
        grid-template-columns: 100%;
        gap: 25px;
    }
    .contenido-texto {
        padding-top: 40px;
    }

    .contenedor-texto {
        max-width: 80%;
    }


    #smart-quality  .contenido-texto,
    #sistema-balanzas .contenido-texto,
    #mantenimiento-preventivo .contenido-texto,
    #smart-fish .contenido-texto {
        order: 1; 
    }
    #smart-quality .contenido-imagen,
    #sistema-balanzas .contenido-imagen,
    #mantenimiento-preventivo .contenido-imagen,
    #smart-fish .contenido-imagen  {
        order: 2; 
    }

    #clientes .contenido {
        width: 80%;
    }

    .list-clientes  {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 15px;
        padding: 30px 0 ;
    }    


}


@media (max-width: 500px) {

    

    #clientes .contenido {
        width: 90%;
    }

    .list-clientes  {
        grid-template-columns: 1fr 1fr 1fr ;

    }    


}







/*footer */

footer {
    width: 100%;
    padding: 75px 0;
    background: rgb(0,35,88);
    background: -moz-linear-gradient(45deg, rgba(0,35,88,1) 20%, rgba(36,64,130,1) 80%);
    background: -webkit-linear-gradient(45deg, rgba(0,35,88,1) 20%, rgba(36,64,130,1) 80%);
    background: linear-gradient(45deg, rgba(0,35,88,1) 20%, rgba(36,64,130,1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002358",endColorstr="#244082",GradientType=1);
}

.footer {
    display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
        justify-items: center;
        justify-content: center;
        align-items: center;
        padding-bottom: 50px;
        margin-bottom: 50px;
        border-bottom: 3px solid #008900;
}

.footer-nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sub-footer {
    text-align: center;
}

.sub-footer p {
    color: #ffffff;
}


.footer-titulo {
    color: #008900;
    padding-bottom: 15px;
    font-family: "Jockey One", sans-serif;
    font-size: 1.5rem;

}
.footer-nav a,
.footer-texto {
    color:#ffffff;
}



.footer-texto {
    padding-bottom: 15px;
}

.contactos {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-detalle {
    color:#ffffff;
    text-align: center;

}

.ingeniatic {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.logo-footer {
    max-width: 300px;
    margin: 0 auto;
}





@media (max-width: 999px) {

    .footer {
            grid-template-columns: 1fr 1fr; 
            width: 70%;
            margin: 0 auto 45px auto;
            text-align: center;
        }          

      .ingeniatic {
        grid-column: 1 / -1;
    }

    .sub-footer {
        width: 80%;
        margin: 0 auto;
    }

}


@media (max-width: 500px) {

    .footer {
            grid-template-columns: 1fr; 
            width: 70%;
            margin: 0 auto 45px auto;
            text-align: center;
        }          

      .ingeniatic {
        grid-column: 1 ;
    }

    .sub-footer {
        width: 90%;
    }


}