@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

:root {
    --primary: #111;
    --secondary: #fd0;
}	

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins",sans-serif;
    font-weight: 500;
}


/* HEADER */

header {
    z-index: 9999;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color:rgb(255, 255, 255);
}

.Logo-ECOPXXI{
    width: 200px;
    margin: 10px;
    margin-left: 50px;
}

nav{
   z-index: 9999;
}



nav ul{ 
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
} 

nav ul li a {
    font-family:'Poppins', sans-serif;
    display: inline-block;
    font-weight:600;
    font-size: 17px;
    padding: 14px 25px ;
    color: rgb(39, 197, 0);
    text-decoration: none;
    transition:0.3s ease;
} 

 nav ul li a:hover {
    transform: scale(1.2);
    background-color: rgb(221, 255, 225);
    border-radius: 2px;
    color: rgb(39, 197, 0);
  
}


#Invenciones {
    font-family:'Poppins', sans-serif;
    display: inline-block;
    font-weight:600;
    font-size: 17px;
    padding: 14px 25px ;
    color: rgb(39, 197, 0);
    text-decoration: none;
    cursor: pointer;
    transition:0.3s ease;
} 

#Invenciones:hover{
    transform:scale(1);
    background-color: rgb(255, 255, 255);
    border-radius: 2px;
    color: rgb(39, 197, 0);

}


#SANAVIR:hover {
    transform: scale(1.3);
    background-color: white;
}


#idiomas{
    font-family:'Poppins', sans-serif;
    display: inline-block;
    font-weight:600;
    font-size: 17px;
    padding: 14px 25px ;
    color: rgb(0, 0, 0);
    text-decoration: none;
    cursor: pointer;
    transition:0.3s ease;
    margin-right: 13px;
}

#idiomas:hover{
    color: rgb(0, 0, 0);
    background-color: white;
    transform: scale(1);
    
}
/* DROPDOWN MENU */
nav ul li ul.dropdown li{
    display: block;
    transition: 0.3s ease;
}

 nav ul li ul.dropdown{
    background-color: white;
    position: absolute;
    z-index: 999;
    display:none;
}

 nav ul li:hover ul.dropdown{
   display: block;
}

nav ul li ul.dropdown li a{
    width: 160px;
   
} 


nav ul li ul.dropdown li a:hover {
    background-color: rgb(221, 255, 225);
    padding-left: 35px;
    transform: scale(1);
}

/* FIN DROPDOWN MENU */




/* RESPONSIVE HEADER */


.menu-icon {
    display: none;
}
.idiomas-responsive {
    display: none;
}

.x-icon{
    display: none;
}

@media (max-width: 1140px) {
    

header .navigation {
    display: none;
}


header .navigation.active{
    position: absolute;
    left: 0;
    top: 6rem;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: rgba(1, 1, 1, 0.5);
    
} 


.navigation ul {
    margin-top: 0;
    list-style: none;
    background: white;
    width: 100%;
    margin: 10px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content:flex-start;
    align-items: flex-start;
    border-radius: 5px;
    margin-top: 0;
    height: fit-content;
    box-shadow: 0px 5px 25px rgb(1,1,1,0.5);
}


.navigation li ul.dropdown{
    position: relative;
    width: 100%;
    box-shadow: none;
}

nav #idiomas{
    display: none;
}
 
nav #SANAVIR img{
    width: 100px;
}

header ul{
    list-style:none;
}



nav ul li a{
    color: black
};

nav ul li a::before{
    background: black;
    height: 5px;
}

.idiomas-menu-container{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: end;
    align-items: center;
  }

.idiomas-responsive {
    display: flex;
   margin-right: 0;
  }


/* NAVEGADOR IDIOMAS */

.idiomas-responsive ul li a {
    font-family:'Poppins', sans-serif;
    display: inline-block;
    font-weight:600;
    font-size: 17px;
    padding: 14px 25px ;
    color: rgb(0, 0, 0);
    text-decoration: none;
    transition:0.3s ease;
} 

 .idiomas-responsive ul li a:hover {
    transform: scale(1.2);
    background-color: rgb(221, 237, 255);
    border-radius: 2px;
    color: rgb(39, 197, 0);
  
}

.idiomas-responsive ul li ul.dropdown li{
    display: block;
    transition: 0.3s ease;
}

.idiomas-responsive ul li ul.dropdown{
    
    background-color: white;
    position: absolute;
    z-index: 999;
    display:none;
}

 .idiomas-responsive li:hover ul.dropdown{
   display: block;
} 

.idiomas-responsive ul li ul.dropdown li  a{
    width: 140px;
} 


.idiomas-responsive ul li ul.dropdown li a:hover {
    background-color: rgb(221, 237, 255);
    padding-left: 35px;
    transform: scale(1);
}

/* FIN NAVEGADOR IDIOMAS */ 


.menu-icon {
  display: flex;
  background: url(menu-icono.jpg)no-repeat;
  background-size: 50px;
  width: 40px;
  height: 40px;
  background-position: center;
  margin-right: 30px;
  color:  rgb(39, 197, 0);
  font-size: 40px;
  cursor: pointer;
  transition: 0.3s ease;
}



.menu-icon.active{
   background: url(x.jpg)no-repeat;
   background-size: 40px;
   background-position: center;
   width: 40px;
  }
}


@media (max-width:560px){
   .Logo-ECOPXXI{
    width: 140px;
   }
   .menu-icon {
    margin-right: 20px;
    width: 30px;
    height: 30px;
}


header .navigation.active{
    top: 4.5rem;}

}

@media (max-width:350px){
  .Logo-ECOPXXI{
    width: 120px;
  }
 
}


/* FIN RESPONSIVE HEADER*/


/* FIN HEADER */


/* SECTION NIMBUS ARG-4*/
section{
    min-height: 90vh;
    padding: 1rem 5% 5rem;
    background: black;
   }
   
   .nimbus{
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 4rem;
   }
   .nimbus-content{
     display: flex;
     flex-direction: column;
     align-items: baseline;
     text-align: left;
     justify-content: center;
     margin-top: 1rem;
     width: 58%;
   
   }
   span{
     color: rgb(59, 0, 162);
   }
   
   .nimbus-content h3 {
     margin-bottom: 2rem;
     margin-top: 0.5rem;
     font-size: 2.5rem;
     color: white;
   }
   
   .nimbus-content h1{
     font-size: 5rem;
     font-weight: 700;
     margin-top: 1rem;
     line-height: 1;
     color: white;
   }
   .nimbus-img{
     border-radius: 50%;
   }
   .nimbus-img img{
     position: relative;
     top: 1rem;
     width: 30vw;
     border-radius: 50%;
     box-shadow: 0 0 25px rgb(59, 0, 162);
     cursor: pointer;
     transition: 0.4s ease-in-out;
   }
   .nimbus-img img:hover{
     box-shadow: 0 0 25px rgb(59, 0, 162),
                 0 0 25px rgb(59, 0, 162),
                 0 0 100px rgb(59, 0, 162);
   } 
   
   .nimbus-content p{
     font-size: 1.5rem;
     font-weight: 500;
     line-height: 1.8;
     max-width: 1000px;
     color: white;
   } 
   .text-animation{
   font-size: 34px;
   font-weight: 600;
   min-width: 280px;
   }
   .text-animation span {
     display: inline-block;
     position: relative;
   }
   
   .text-animation span::before{
   content: "Endotérmico";
   color: blueviolet;
   animation: words 20s infinite;
   }
   
   .text-animation span::after{
   content: "";
   background-color: blueviolet;
   position: absolute;
   width: calc(100% + 8px);
   height: 100%;
   border-left: 3px solid blueviolet;
   right: -8px;
   animation: cursor 0.6s infinite, typing steps(14) 20s infinite;
   }
   @keyframes cursor{
     to {
       border-left: 2px solid blueviolet;
     }
   }
   
   @keyframes words{
     0%,
     20%{
       content:"Endotérmico";
     }
     21%,
     40%{
       content:" de Hidrógeno";
     }
     41%,
     60% {
       content: " de Electricidad";
     }
     61%,
     80%{
       content:" de Oxígeno";
     }
     81%,
     100%{
       content:" de Agua ";
     }
   }
   
   @keyframes typing {
     10%,
     15%,
     30%,
     35%,
     50%,
     55%,
     70%,
     75%,
     90%,
     95%{
       width: 0;
     }
     5%,
     20%,
     25%,
     40%,
     45%,
     60%,
     65%,
     80%,
     85%{
       width: calc(100% + 8px);
     }
   }
    
   
   
   /* FIN SECTION NIMBUS ARG-4*/
   
   /* NIMBUS ARG-4 RESPONSIVE*/
   
   @media (max-width:895px){
   
     .nimbus {
       flex-direction: column-reverse;
      
     }
     .nimbus-content{
       width: 95%;
    
     }
     .nimbus-content h3{
       font-size: 2rem;
   
     }
     .home-content h1{
       font-size: 5rem;
       margin-top: 2rem;
       margin-right: 1rem;
     }
     .home-content p{
       max-width: 600px;
       margin: 0 auto;
     }
   
     .nimbus-img img{
       width: 56vw;
     }
   
   
   }
   
   /*FIN NIMBUS ARG-4 RESPONSIVE*/
   

   /* SECTION NUESTROS PRODUCTOS*/
   
.home {
  min-height: 80vh;
  background: linear-gradient(rgb(0, 93, 0), rgb(0, 227, 0));
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 0;
  overflow: hidden;
  position: relative;
}
.home .content{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
}

.home .content h1{
  font-size: 3rem;
  color: rgb(255, 255, 255);
  padding: 0 1rem;
  text-shadow: 0 .3rem .5rem rgba(0, 0, 0, .3);
  text-transform: uppercase;
}

.home .content p{
  font-size: 1.5rem;
  color: rgb(228, 228, 228);
  padding: 1rem 5rem;
}

.home .content button{
  height: 3rem;
  width: 15rem;
  border-radius: 5rem;
  background: linear-gradient(rgb(29, 244, 29), rgb(0, 164, 0));
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  transition: 2s;
  border:none;
  box-shadow: 0 .3rem 1rem rgba(0, 0, 0, .3);
}

.home .content button:hover {
  background: black;
}

.home .box-container{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.home .box-container .box{
 height: 15rem;
 width: 20rem;
 background: white;
 text-align: center;
 border-radius: 1rem;
 box-shadow:  0 .3rem .5rem rgba(0,0,0,.5);
 margin: 1rem;

 cursor: pointer;
}

.home .box-container .box .i{
  height: 6rem;

text-align:center;

transition: .2s;
}

.home .box-container .box h3{
  font-size: 2rem;
  
  color: rgb(0, 0, 0);
  transition: .2s;
}

.home .box-container .box p{
  font-size: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  color: rgb(0, 0, 0);
}

.home .box-container .box:hover h3{
  color: rgb(0, 189, 41);
 
}

.home::before{
  content: '';
  position: absolute;
  bottom: -25%; left: 50%;
  transform: translateX(-50%);
  border-top: 70vh solid white;
  width: 120%;
  border-radius: 50%;
  z-index: -1;
}

/* FIN SECTION NUESTROS PRODUCTOS*/

/* SECTION NUESTROS PRODUCTOS RESPONSIVE*/

@media (max-width:768px) {
  .home .content p{
    padding: 1.5rem 2rem;
  }
}
/* FIN SECTION NUESTROS PRODUCTOS RESPONSIVE*/

/* SECTION INNOVACION TECNOLÓGICA*/

.innovacion {
  
text-align: center;
}

.innovacion h1{
  font-size: 3rem;
  font-weight: bold;
}

.innovacion h3{
  font-size: 2rem;
}

@media (max-width:768px) {
 
    .innovacion h3{
        margin-top: 1rem;
        font-size: 1.5rem;
    }
  }

/* FIN SECTION INNOVACION TECNOLÓGICA*/

/* SECTION GAAEL */
.about{
  background-color: white;
  padding-top: 3rem;

}
.about .row {

  display: flex;
  justify-content: center;
  align-items: center;
}

.about .row .image img{
  height: 60vh;
  margin-left: 4rem;
}

.about .row .content{
  padding-left: 3rem;
 
}

.about .row .content h3{
  font-size: 2rem;
  color: blue;
}

 .about .row .content p{
  font-size: 1.5rem;
  color: rgb(75, 75, 75);
  padding: 1rem 0;
}

/* FIN SECTION GAAEL */

/* GAAEL RESPONSIVE */

@media (max-width: 768px){
 .about .row{
  flex-flow: column-reverse;
 }
 .about .row .content{
  padding-left: 0;
 }

 .about .row .image img{
 align-items: center;
 width: 100%;
 height: auto;
 margin-left: 0;
 }
 }


/* FIN GAAEL RESPONSIVE */



/* INICIAR TRATAMIENTO */

.iniciar-tratamiento-row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 100px 0;
  width: 100%;
}

.iniciar-tratamiento-col-1{
  flex-basis: 40%;
  position: relative;
  margin-left: 70px;
}

.iniciar-tratamiento-col-1 h2{
  font-size: 54px;
  font-weight: bold;
}

.iniciar-tratamiento-col-1 h3{
  font-size: 30px;
  color: #707070;

  margin: 20px 0 10px;
}

.iniciar-tratamiento-col-1::after {
  content: '';
  width: 10px;
  height: 57%;
  background: linear-gradient(#46c4ff, #006dbb);
  position: absolute;
  left: -40px;
  top: 8px;
}

.iniciar-tratamiento-col-1 button{
  width: 180px;
  font-size: 15px;
  
  padding: 12px 0;
  color: white;
  background-color: #0034a5;
  border: 0;
  outline: none;
  border-radius: 20px;
  margin-top: 25px;
  margin-right: 10px;
  cursor: pointer;
 
}

.iniciar-tratamiento-col-2 {
  position: relative;
  flex-basis: 60%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.iniciar-tratamiento-col-2 .botellas{
  width: 70%;
  transition: 0.3s ease;
  margin-top: 20px;
  margin-bottom: 10px;
}

.iniciar-tratamiento-col-2 .botellas:hover{
  transform: scale(1.12);
}

.iniciar-tratamiento-col-2 .color-box{
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(#46c4ff, #0034a5);
  border-radius: 20px 0 0 20px;
  height: 100%;
  width: 80%;
  z-index: -1;
  transform: translateX(75px);
}

/*RESPONSIVE INICIAR TRATAMIENTO*/

@media only screen and (max-width:700px){
 .iniciar-tratamiento-row {
  flex-direction: column-reverse;
  margin: 50px 0;
 }
 
.iniciar-tratamiento-col-1{ 
  margin-left: 50px;
   }


.iniciar-tratamiento-col-2{
  flex-basis: 100%;
  margin-bottom: 10px;
}
.iniciar-tratamiento-col-2 .botellas{
  width: 77%;
}

.iniciar-tratamiento-col-1{
  flex-basis: 100%;
}
.iniciar-tratamiento-col-1 h2{
  font-size: 35px;
}
.iniciar-tratamiento-col-1 h3{
  font-size: 25px;
}
}

/* FIN RESPONSIVE INICIAR TRATAMIENTO*/

/* FIN INICIAR TRATAMIENTO */



/* INFINITE AUTOPLAY SLIDER ENFERMEDADES */

.slider-enfermedades-container {
    background: #f2f2f2;
  }
  
  @keyframes slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  
  .enfermedades-slider {
    overflow: hidden;
    padding: 60px 0;
    background: white;
    white-space: nowrap;
    position: relative;
  }
  
  .enfermedades-slider:before,
  .enfermedades-slider:after {
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    content: "";
    z-index: 2;
  }
  
  .enfermedades-slider:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
  }
  
  .enfermedades-slider:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
  }
  
  .enfermedades-slider:hover .enfermedades-slide {
    animation-play-state: paused;
  }
  
  .enfermedades-slide {
    display: inline-block;
    animation: 35s slide infinite linear;
  }
  
  .enfermedades-slide img {
    height: 50px;
    margin: 0 40px;
  }
  
  /* FIN INFINITE AUTOPLAY SLIDER ENFERMEDADES */







/* FOOTER */

.footer-container{
    max-width: 1170px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}



footer ul {
    list-style: none;
}

.ECOP21-footer-logo {
    margin-bottom: 40px;
}

.footer {
   position: relative;
    width: 100%;
    background-color: white;
    padding: 70px 0;
    
    padding-bottom: 300px;
}

.Bandera-Arg{
    display: flex;
    flex-direction: row;
    margin-bottom: 5px;
}

.Bandera-Arg p{
    margin-left: 5px;
}

.Copyright{
    color: rgb(112, 111, 111);
}

.footer-col{
    width: 25%;
    padding: 0 15px;
}

.footer-col h4{
    font-size: 18px;
    text-transform: capitalize;
    margin-top: 15px;
    margin-bottom: 40px;
    font-weight: 500;
    position: relative;
}

.footer-col h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom:  -10px;
    background-color: rgb(6, 187, 0);
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}

.footer-col ul li:not(:last-child){
   margin-bottom: 10px;
}



.footer-col ul li a{
  font-size: 16px;
  text-transform: capitalize;
  color: rgb(58, 56, 56);
  text-decoration: none;
  font-weight: 400;
  display: block;

  transition: all 0.3s ease;
}

.footer-col ul li a:hover{
    color: black;
    padding-left: 8px;
}

.footer-col .footer-media-icons a{
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(0, 0, 0, 0.2);
    margin-right: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: black;
    transition: all 0.5s ease;
}

.footer-col .footer-media-icons a:hover{
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}


/* RESPONSIVE FOOTER */
@media (max-width:1024px){
    .footer {
        margin-top: 0vh;
        padding-bottom: 30px;
    }
    
}


@media (max-width: 767px) {
  .footer{
    padding-left: 10px;
  }

 .footer-col {
    width: 50%;
    margin-bottom: 30px;
 }
}


@media (max-width: 574px) {
    .footer-col {
       width: 100%;
       margin-left: 20px;
    }
   }

/* FIN RESPONSIVE FOOTER */
/* FIN FOOTER */
