@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');



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body { 
    background-color: rgb(250, 250, 250);
}

/* 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-Sanavir{
    width: 250px;
}

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(30, 132, 248);
    text-decoration: none;
    transition:0.3s ease;
} 

 nav ul li a:hover {
    transform: scale(1.2);
    background-color: rgb(221, 237, 255);
    border-radius: 2px;
    color: rgb(22, 126, 245);
  
}


#Productos {
    font-family:'Poppins', sans-serif;
    display: inline-block;
    font-weight:600;
    font-size: 17px;
    padding: 14px 25px ;
    color: rgb(30, 132, 248);
    text-decoration: none;
    cursor: pointer;
    transition:0.3s ease;
} 

#Productos:hover{
    transform:scale(1);
    background-color: rgb(255, 255, 255);
    border-radius: 2px;
    color: rgb(22, 126, 245);

}

#letras_ecopotenxial {
    
    color: rgb(54, 196, 18);
}

#letras_ecopotenxial:hover {
    transform: scale(1.2);
    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, 237, 255);
    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 #letras_ecopotenxial img{
    width: 100px;
}

header ul{
    list-style:none;
}

#Productos {
    color: black;
}

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(30, 132, 248);
    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(22, 126, 245);
  
}

.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(30, 132, 248);
    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-Sanavir{
    width: 140px;
   }
   .menu-icon {
    margin-right: 20px;
    width: 30px;
    height: 30px;
}


header .navigation.active{
    top: 4.5rem;}

}

@media (max-width:350px){
  .Logo-Sanavir{
    width: 120px;
  }
 
}


/* FIN RESPONSIVE HEADER*/


/* FIN HEADER */

main{
    font-family: 'Poppins', sans-serif;
    z-index: 999;
}

.main-container{
    display: block;
    overflow: hidden;
}

a{
    text-decoration: none;
}



/* SANAVIR ACTUALIZACION 2025 JULIO */

.Terapia-alt {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
text-align: center;
  margin-top: 3%;
  margin-bottom: 3%;
  color:#1d99ff;
}



/* SLIDER DE IMAGENES - TEXTOS: PRINCIPAL*/


.container{
  position: relative;
  overflow: hidden;
}

.container .slide-container .slide{
 min-height: 100vh;
 display: flex;
 flex-direction: row-reverse;
 align-items: center;
 flex-wrap: wrap;
 gap: 15px;
 padding: 20px 9%;
 padding-bottom: 70px ;

}

.container .slide-container .slide .content{
  flex: 1 1 350px;
}

.container .slide-container .slide .image {
   flex: 1 1 500px;
   margin-top: -15px;
}

.container .slide-container .slide .image img{
  width: 100%;

}

.svgolabs-logo{
  position: absolute;
    width: 550px;
    top: 65%;
    left: 55%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    align-items: center;
    gap: 1.6rem;
    background: white;

 
}

.svgolabs-logo::before, .svgolabs-logo::after{
  content: "";
  height: 2px;
  background-color: rgb(0, 30, 101);
  display: block;
  width: 100%;
}

.container .slide-container .slide .content h3{
 position: absolute;
 top: 5%;
 font-size: 60px;
 margin-bottom: 10px;
}


.container .slide-container .slide .content p{
  position: absolute;
  top: 20%;
  font-size: 20px;
  width: 35%;

}

.container .slide-container .slide .content a{
  text-decoration: none;
}

.container .slide-container .slide .content .btn{
  font-size: 18px;
  border: none;
    padding: 10px 20px;
    background: linear-gradient(
        130deg,
        #116cff,
        #002afd
    );
    color: #ffffff;
    border-radius: 20px;
    cursor: pointer;
}



.container .slide-container {
  display: none;
  text-decoration: none;

}

.container .slide-container.active{
  display: block;
  background: linear-gradient(45deg, rgb(80, 182, 255), rgb(97, 221, 255), rgb(132, 144, 255), rgb(82, 223, 255));
  background-size: 300% 300%;
  animation: color 12s ease-in-out infinite;

}



@keyframes color {
  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }

}

.container #prev,
.container #next{
position: absolute;
top: 45%;
transform: translateY(-50%);
height: 50px;
width: 40px;
line-height: 50px;
font-size: 40px;
text-align: center;
cursor: pointer;
transition: 0.5s ease;
}


.container #next:hover{
  margin-left: 10px;

}

.container #prev:hover{
  margin-left: -10px;
}

.container #prev{
left: 15%;
}

.container #next{
left: 45%;
}

/* Media Icons */

.img-media-icons {

    z-index: 999;
    position: relative;
    right: 50%;
    display: flex;
    flex-direction: row;
    top: 108%;
    background-color:  #116cff;
    width: 50%;
    left: 25%;
    align-items: center;
    justify-content: center;


}

.img-media-icons a{
  font-size: 2rem;
  color: rgb(255, 255, 255);
  margin: 10px;
  transition: 0.3s ease;
}

 .img-media-icons a:hover{
  transform: scale(1.3);
}

/* MEDIA ICONS RESPONSIVE */

@media (max-width:786px){
  .img-media-icons{
    width: 100%;
    left: 0;
    margin-bottom: 25px
}
}

/* FIN MEDIA ICONS RESPONSIVE*/



/* RESPONSIVE SLIDER DE IMAGENES - TEXTOS */

@media (max-width:1055px){

  

  .svgolabs-logo::before, .svgolabs-logo::after{
  
    display: none;
  
  }

.svgolabs-logo {

  width: 650px;
  top: 90%;
  left: 2%;

}


  .container #prev{
      left: 5%;
      }
      
      .container #next{
         left: 80%;
        }
        

      .container .slide-container .slide .content h3{
          position: relative;
          
        
       }
       
  .container .slide-container .slide .content p{
      position: relative;
      margin-bottom: 50px;
      width: 80%;
   }
}


@media (max-width:768px){


  
.container .slide-container .slide .image {
  margin-top: 0px;
}
  



.container .slide-container .slide .content{
  margin-top: 0px;
   }


  .container .slide-container .slide .content h3{
      font-size: 45px;
      position: relative;
    
   }
   
.container .slide-container .slide .content p{
  font-size: 22px;
  position: relative;
  width: 90%;
  margin-bottom: 20px;
  
}


.container .slide-container .slide .content .btn{
  font-size: 20px ;
}

.container #prev,
.container #next{

top: 65%;

}
}


@media (max-width:500px){
    
  .container .slide-container .slide {
    margin-top: -50px;
}
  
}



@media (max-width:400px) {

  .container .slide-container .slide {
    margin-top: 0px;
}
 

  .container .slide-container .slide .image {
    margin-top: 50px;
}

  .container .slide-container .slide .content p {
     font-size:20px;
    margin-bottom: 40px;
}
}


/* FIN RESPONSIVE SLIDER DE IMAGENES - TEXTOS */

/* FIN SLIDER DE IMAGENES - TEXTOS: PRINCIPAL */








/* DIAPOSITIVAS INFORMACIÓN SANAVIR */

.diapositiva-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 35px;
    min-height: 70vh;
    background: #fffafa;
  }
  .wrapper {
    max-width: 1100px;
    width: 100%;
    position: relative;
  }
  
  
  .wrapper li{
      list-style:none;
  }
  
  
  .wrapper i {
    top: 50%;
    height: 50px;
    width: 50px;
    cursor: pointer;
    font-size: 1.25rem;
    position: absolute;
    text-align: center;
    line-height: 50px;
    background:  #fff;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.23);
    transform: translateY(-50%);
    transition: transform 0.1s linear;
  }
  .wrapper i:active{
    transform: translateY(-50%) scale(0.85);
  }
  .wrapper i:first-child{
    z-index: 999;
    left: -22px;
  }
  .wrapper i:last-child{
    z-index: 999;
    right: -22px;
  }
  .wrapper .carousel{
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 3) - 12px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    border-radius: 8px;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .carousel::-webkit-scrollbar {
    display: none;
  }
  .carousel.no-transition {
    scroll-behavior: auto;
  }
  .carousel.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
  }
  .carousel.dragging .card {
    cursor: grab;
    user-select: none;
  }
  
  
  .carousel.card {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .carousel .card {
    z-index: 2;
      scroll-snap-align: start;
      height: 342px;
      box-shadow: 2px 2px 30px rgba(0, 0, 0,0.3);
      background-color: white;
      padding-top: 15px;
      padding-bottom: 25px;
      padding-left: 30px;
      padding-right: 30px;
      font-size: 15px;
      text-align: justify;
      border: 5px solid rgba(0, 0, 0, 0.2);
      cursor: pointer;
      position: relative;
    
  }
  
  .card .diapositiva-logo-ecopXXI img{
    position: absolute;
    bottom: 5px;
  } 


  .diapositiva-logo-ecopXXI{
      margin-left: 160px;
  }
  
  /* DIAPOSITIVAS SANAVIR RESPONSIVE */
  
  @media screen and (max-width: 1100px) {
      .carousel .card {
          font-size: 13px;}
  
     .diapositiva-logo-ecopXXI img{
     width: 80px ;}
  
     .diapositiva-logo-ecopXXI {
      margin-left: 140px;
     }
  }
  
  @media screen and (max-width: 900px) {
    .wrapper .carousel {
      grid-auto-columns: calc((100% / 2) - 9px);
    }
    .carousel .card {
      font-size: 13px;}
  
  }
  
  @media screen and (max-width:755px){
      .diapositiva-container {
         
          min-height: 50vh;
        }
  
  }
  
  @media screen and (max-width: 600px) {
    .wrapper .carousel {
      grid-auto-columns: 100%;
    }
  }

  @media screen and (max-width:400px){
    .diapositiva-container {
       
        min-height: 60vh;
      }

}
  
  /* FIN DIAPOSITIVAS RESPONSIVE */
  
  /* FIN DIAPOSITIVAS INFORMACIÓN SANAVIR*/



/* INFO SANAVIR */
.titulo-info-sanavir {
  position: relative;
  left: 40%;
  width: fit-content;
  background:   rgb(87, 185, 255);
  padding: 10px;
}

.info-columnas-container{
  width: 100%;
  min-height: 60vh;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 50px;  
}


.info-col1 {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 37%;
  left: 13%;
   }
  
  .info-col2{
  display: flex;
  flex-direction: column;
   position: absolute;
  width: 37%;
  right: 5%;
  } 


.info-icon-sanavir{
  display: flex;
  flex-direction: row;
  align-items: center;
 margin-bottom: 20px;
  
}
.info-icon-hexa,
.info-icon {
  position: absolute;
  font-size: 40px;
  color: rgb(6, 149, 251);
  align-items: center;
  display: flex;
  justify-content: center;
  width: 80px;
  left: -20%;
}

.info-icon-hexa{
  font-size: 70px;
}



.info-sanavir{
  display: flex;
  flex-direction: column;
}



/* RESPONSIVE INFO SANAVIR */




@media (max-width:768px){

  .titulo-info-sanavir {
    margin-top: 30px;
    left: 20%;
   
  }

  .info-columnas-container {
      position: relative;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      gap: 0;
      left: 5%;
      right: 10%;
      height: fit-content;
  }

  .info-col1 {
      flex-direction: column;
      position: relative;
      left: 0;
      width: 75%;
  }

  .info-col2 {
      
      flex-direction: column;
      position: relative;
      right: 0;
      width: 75%;
  }
   .info-icon-hexa,
  .info-icon {
      position: relative;
      width: 0px;
      left: 5%;
  }
 

  .info-sanavir {
   
      position: relative;
      left: 20%
}

  .info-sanavir p{
    font-size: 16px;

}
}

/* FIN RESPONSIVE INFO SANAVIR */


/* FIN INFO SANAVIR */



  

/* 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;
}

.iniciar-tratamiento-col-1 h3{
  font-size: 30px;
  color: #707070;
  font-weight: 100;
  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;
  font-weight: 500;
  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 */





/* NOSOTROS SECTION */



.font-weight-nosotros {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}

.nosotros-title {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  height: 20vh;
  width: 100%;
  justify-content: center;
  align-content: center;
  font-size: 25px;
  font-weight: 100;
  background: linear-gradient(45deg, rgb(80, 182, 255), rgb(97, 221, 255), rgb(132, 144, 255), rgb(82, 223, 255));
  background-size: 300% 300%;
  animation: color 12s ease-in-out infinite;
}

@keyframes color {
  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }

}




.nosotros-row {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 3rem;
  left: 5%;
  right: 5%;
}

.nosotros-card-info{
  width: 27%;
  padding: 20px;
  padding-top: 30px;
  margin-top: 20px;
  margin-bottom: 50px;
  background-color: rgb(234, 228, 228);
 

}

.nosotros-card-info i{
  font-size: 30px;
  color:rgb(6, 149, 251) ;
  margin-right: 5px;
}

.nosotros-card-info h3{
  font-size: 23px;
}

.nosotros-card-info .checkmark i{
  color: green;
}

.nosotros-productos-row{
  width: 100%;
  height: fit-content;
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  left: 5%;
  right: 5%;
}

.nosotros-productos-col1{
width: 40%;
}

.nosotros-productos-col1 img{
  margin-top: 10rem;
}

.nosotros-productos-col2 p{
  margin-bottom: 2rem;
  text-align: justify;
}


.nosotros-productos-col2{
  position: relative;
  display: flex;
  flex-direction: column;
  width: 50%;
}

.texto-empresa-p p{
  text-align: left;
}

.nosotros-productos{
  
  display: flex;
  flex-direction: row;
  gap: 4rem;
  justify-content: center;
  margin-bottom: 30px;
  
}

.nosotros-productos h2{
  text-align: center;
  margin-bottom: 2rem;
   
   
}

.productos-sanavir{
  background: #006dbb;
  padding: 10px;
}

.productos-pocimapets{
  background: #913dff;
  padding: 10px;
}

.productos-pocimavegs{
  background: #04871c;
  padding: 10px;
}

.contactarse-pocima {
   padding: 7px;
    background:rgb(107, 208, 255);
    color: rgb(0, 0, 0);
    border-radius: 0.375rem;
    cursor: pointer;
    margin-left: 10px;
 
  
}

.nosotros-empresa {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 10rem;
  justify-content: center;
  margin-bottom: 30px;
}

.nosotros-empresa img{
  margin-top: 0;
  margin-left: 6rem;
  background-color: #b6b6b6;
}

.pocima-row{
  position: relative;
  display:flex;
  flex-direction: row;
  gap: 9rem;
  margin-bottom: 3rem;

}

.pocima-col1,
.pocima-col2{
  width: 40%;
  text-align: justify;
}
.pocima-col1{
  position: relative;
  left: 5%;
}



.h3-sanavir{
  background-color: #007bd3;
  padding: 10px;
  width: fit-content;
}

.pocimapets {
  background-color: #913dff;
  padding: 10px;
  width: fit-content;
  margin: 10px;
  margin-bottom: 20px;
}

.pocimavegs {
  background-color: green;
  padding: 10px;
  width: fit-content;
  margin: 10px;
  margin-bottom: 20px;
}




/* RESPONSIVE NOSOTROS */
@media (max-width:1124px){

  .nosotros-productos-row {
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
.nosotros-productos-col2 {
  width: 80%}

.nosotros-productos-col1 {
width: 80%;
display: flex;
justify-content:center;
}


.nosotros-productos-col1 img{
  margin-top: 2rem;
}

.nosotros-productos-row {
  left: 0%;
  right: 0%;

}

.nosotros-row {
  left: 0%;
  right: 0%;
  justify-content: center;
}

.nosotros-empresa img {
  margin-left: 0rem;}

}

@media (max-width:768px){

  .nosotros-row {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    left: 5%;
    right: 5%;
}

  .nosotros-card-info {
  width: 90%;
  margin-bottom: 0px;
}

.nosotros-card-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.nosotros-productos {
  
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.productos-pocimapets {
  width: 100%;
}

.productos-sanavir {
  width: 100%;
}

.productos-pocimavegs {
 
  width: 100%;
}

.nosotros-empresa img {
  width: 200px;

}

.pocima-row{
  flex-direction: column;
  gap: 3rem;
}


.pocima-col1,
.pocima-col2{
  width: 80%;
  position: relative;
  left: 10%;
  right: 10%;
}

.contactarse-pocima {
  margin: 10px;
}





}

/* FIN RESPONSIVE NOSOTROS */



/* FIN NOSOTROS SECTION */

  

/* 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 */






/* FRANQUICIAS */

.hero-section {
  display: flex;
  justify-content: space-evenly;
  height: 95vh;
  padding: 0 15px;
  max-width: 1200px;
  margin: 0 auto;
   background-color: rgb(33 181 245);

  background-image: linear-gradient(to bottom, transparent 90%,#f1f1f1);
  background-repeat: no-repeat;
  background-position: bottom;
}
.hero-section .hero {
    position: relative;
    max-width: 100%;
    text-align: center;
    top: 15%;
}

.hero h2 {
  font-size: 3.5rem;
  margin-bottom: 20px;
} 

.franquicias-title{
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  padding-top: 25px;
  padding-bottom: 25px;
  backdrop-filter: blur(20px);
  border:1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
  border-radius: 15px;

}

.icon-franquicias-title i{
  background-color: green;
  color: blue;
  border-radius: 50%;
}


.hero p {
  position: relative;
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: #000000;
  width: 80%;
  left: 10%;
}
.hero-section .img img {
  position: relative;
  top: 15%;
  right: 10%;
  width: 417px;
}

.franquicia-svgolabs{
 margin-top: 1rem;

}

.hero-section .buttons {
  margin-top: 40px;
}
.hero-section .buttons a {
  font-size: 18px;
  border: none;
    padding: 10px 20px;
    background: linear-gradient(
        130deg,
        #0077ff,
        #6a59ff
    );
    color: #ffffff;
    border-radius: 0.375rem;
    cursor: pointer;
  
  display: inline-block;
  transition: 0.3s ease;
}

.hero-section .buttons a:not(:last-child) {
  margin-right: 15px;
}


.hero-section .buttons .join {
  border: 2px solid #ffffff;
  border-radius: 0.375rem;
}
.hero-section .buttons a:hover {
  transform: scale(1.1);
}



/* RESPONSIVE FRANQUICIA */

@media screen and (max-width: 1023px) {
 
 
  .header .buttons {
    display: none;
  }
  .hero-section .hero {
    max-width: 100%;
    text-align: center;
  }
  .hero-section .img {
    display: none;
  }

}

@media (max-width: 768px){


  .hero-section .buttons {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.hero-section .buttons a:not(:last-child) {
  margin-right: 0px;
}

  .hero h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.hero p{
  width: 100%;
  left: 0;
}

.franquicia-svgolabs{
  margin-top: 3rem;

}
}


@media (max-width: 390px){

  .hero-section .hero {
 
    top: 11%;
}

  .franquicia-svgolabs{
    margin-top: 2rem;
  
  }

  .franquicias-title {
    padding-top: 15px
  }
}

/* FIN RESPONSIVE FRANQUICIA */




/* FIN FRANQUICIAS */


   


/* 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%;
    bottom: 0;
    background-color: white;
    padding: 70px 0;
}

.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: blue;
    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 .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 .media-icons a:hover{
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

/* RESPONSIVE FOOTER */

@media (max-width: 767px) {
 .footer-col {
    width: 50%;
    margin-bottom: 30px;
 }
}


@media (max-width: 574px) {
    .footer-col {
       width: 100%;
       margin-left: 20px;
    }
   }

/* FIN RESPONSIVE FOOTER */
/* FIN FOOTER */
