*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



.containercero01{
   text-align: center;
  background-color: #268a4b;
  padding: 40px;
  margin:15px 60px;
}

.containercero{
  text-align: center;
  background-color: #258a4b;
  padding: 60px;
  margin:0 25px;
  border-radius: 3px 3px;
}

.nos01{
  font-size: 65px;
  color: #000;
  font-weight:700;
  text-shadow: 0 0 10px #000000, 0 0 100px #000000;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.noscero{
    color: #000000;
  font-weight: 800;
  text-align: center;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 25px;
}

.nos02{
  font-size: 14px;
  color: #000000;
  padding: 25px;
  text-align: justify;
  font-family:Arial, Helvetica, sans-serif;
}

.containeruno{
  text-align: center;
  margin:70px 100px;
 }

.nostres{
text-align: left;
font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
color: #000000;
font-size: 30px;
font-weight: 600;
}

.nos04{
  font-size: 14px;
  text-align: justify;
  margin: 15px 1px;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
}

.noscuatro{
 font-size: 18px;
  text-align: justify;
  color: #000000;
  font-weight: 800;
   margin-top: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.nostitu{
font-size: 20px;
  text-align: justify;
  color: #000000;
  font-weight: 800;
  font-family: Arial, Helvetica, sans-serif;
   margin-top: 20px;
}

.nos041{
 color: #000000;
 text-align: center;
 height: 140px;
 padding: 20px 16px;
 border-radius: 2%;
 font-size: 13px;
 transition: 0.7s ease;
 box-shadow: 0 8px 8px rgba(8, 58, 73, 0); /* Sombra suave */
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; background-color:#fff;
}

.nos041:hover{
 background-color: #258a4b;
 transform:scale(1.2);
}

.icono04{
  font-size: 32px;
  margin: 25px;
  color: #1A5319;
}

.icono04:hover{
 color: #000000;
text-shadow: 5px 5px 30px #fff, 0 0 20px #fff;
}

.containercuatro{
padding: 50px;
margin-top: 35px;
}


.nos011{
  font-size: 45px;
  color: #000000;
  margin: 15px 15px;
  font-weight: 700;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; 
}

.nos022{
  font-size: 14px;
   margin: 15px 15px;
   color: #000000;
   text-align: justify;
  font-family:Arial, Helvetica, sans-serif; 
}


.containerdos{
  text-align: left;
   margin-top: 40px;
   margin: 50px 100px;
}


.nos032{
  color: #258a4b;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 30px;
  text-align: left;
  font-weight: bold;
}

.nus01{
margin-top: 60px;
}

.contac01{
font-size: 30px;
color: #000000;
font-weight: 600;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
text-align: center;
}


.nos033{
font-size: 12px;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
text-align: justify;
margin-top: 10px;
}


.contenedor-imagenes{
  display: flex;
  justify-content: center; /* Centra las imágenes horizontalmente */
  gap: 62px; /* Espacio entre imágenes */
  flex-wrap: wrap; /* Permite que las imágenes se ajusten en varias filas si es necesario */
  margin-top: 60px;
}

.contenedor-imagenes img {
  width: 300px; /* Ajusta el tamaño de las imágenes */
  height: 250px;
  border-radius: 8px; /* Bordes redondeados */
  transition: 0.7s ease;
  box-shadow: 0 8px 8px rgba(8, 58, 73, 0.726); /* Sombra suave */
}

.contenedor-imagenes img:hover{
  transform:scale(1.1);
}

.contenedor-imagenes img:hover{
  opacity: 0.5;
}

.containercinco{
 padding:25px 50px;
 margin: 15px 15px;
}

.logo{
  width: 150px;
  height: 13x0px;
}

.logo01{
  transition: transform 0.4s ease;
  border-radius: 3%;
  opacity: 75%;
  box-shadow: 0 8px 8px rgba(8, 58, 73, 0.726); /* Sombra suave */
}

.logo01:hover{
transform: scale(0.9);
opacity: 100%;
}

.logo02{
  filter: grayscale(100%);
  transition: filter 0.5s ease;
  border-radius: 5%;
  opacity: 85%;
  transition: transform 0.4s ease;
  box-shadow: 0 8px 8px rgba(8, 58, 73, 0.726); /* Sombra suave */
}

.logo02:hover{
   filter: grayscale(0%);
   opacity: 100%;
   transform: scale(0.9);
}

.logo03{
  margin-top: 25px;
  opacity: 65%;
  object-fit: cover;
  transition: clip-path 0.5s ease, transform 0.5s ease;
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 100%,
    0% 100%
  );
}

.logo03:hover {
 opacity: 100%;
  transform: scale(1.1);
  clip-path: polygon(
    5% 5%,
    95% 0%,
    100% 95%,
    0% 100%
  );
}


 .btnWhats{
    bottom: 20px;
    right: 20px;
    width: 70px;
    transition: transform 0.5s ease;          

 }

.btnWhats:hover{
transform: scale(1.3);
 }

 .icono01{
    color: #258a4b;         
    font-size: 25px;
    transition: transform 0.5s ease;          
 }

 .icono01:hover{
transform: scale(1.6);
 }

 .icono02{
    color: #000;
    font-size: 25px;
    transition: transform 0.5s ease;        
 }

 .icono02:hover{
  transform: scale(1.6)
 }

 .icono03{
    color: #268a4b;
    font-size: 25px;
    transition: transform 0.5s ease;    
  }

  .icono03:hover{
transform: scale(1.6)
  }

.cabecera01{
  color: #377a50;
  font-size: 15px;
  font-weight: 700;
}

.cabecera02{
   font-weight: bold;
  font-size: 15px;
}

/**EMIEZA VISION**/

.containerseis{
 position: relative;
 overflow: hidden;
}

.te03{
color: #274f36;
font-size: 26px;
font-family: Arial, Helvetica, sans-serif;
}


/**TERMINA VISION**/

 .bg-texto{
    background: #fff;
    color: #000000;
    font-size: 45px;
    text-align: center;
    text-shadow: 2px 4px 6px #fff;
    }

.servicio01{
color: #000000; 
font-weight: bold;
font-size: 15px;
text-align: center;
margin-top: 65px;
font-family: Arial, Helvetica, sans-serif;
}

.servicio02{
color: #2d3e31;
font-size: 12px; 
text-align: justify;
margin:10px 5px;
font-family: Arial, Helvetica, sans-serif;
}

.icon05{
color: #379237; 
font-weight: 900;
font-size: 20px;
transition: transform 0.5s ease;    
}

.icon05:hover{
transform: scale(1.5);
}

.icon06{
color: #379237; 
font-weight: 900;
font-size: 15px;
transition: transform 0.6s ease;    
}

.icon06:hover{
transform: scale(1.6);
}

.text22{
 color: #000000; 
 font-weight: 900;
 font-size: 23px;
 font-family: Arial, Helvetica, sans-serif;
}

.text23{
 color: #000000; 
 margin-top: 15px;
 font-weight: 900;
 text-align: right;
 font-size: 12px;
 background-color: #268a4b;
 margin: 15px 3px;
 padding: 5px 5px;

}



.text033 i{
     transition: all 2s;
}

.text033 :hover{
  transform: rotate(360deg);
}


.direccion03{
  color: #377a50;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: 900;
}

.direcc01{
  color: #268a4b;
  font-size: 30px;
  font-weight: 900;
}

.direccion02{
 color: #000000;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 20px;
}

.bgfooter{
  background: #268c4c;
  font-size: 15px;
  font-weight: bold;
  color: #000;
}

@media screen and (max-width:800px){
    .menu-navegacion{
        flex-direction: column;
        height: 180px;
       justify-content: space-evenly;
}

.noscero{
  color: #000000;
  font-weight: 800;
  text-align: center;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 16px;
}

.nos01{
  font-size: 25px;
  color: #000;
  font-weight:700;
  text-shadow: 0 0 10px #000000, 0 0 100px #000000;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.nos02{
  font-size: 11px;
  color: #000000;
  padding: 5px;
  text-align: justify;
  font-family:Arial, Helvetica, sans-serif;
}

.nostres{
padding: 5px 5px;
font-size: 17px;
text-align: center;
}

.logo01{
  transition: transform 0.4s ease;
  border-radius: 3%;
  opacity: 75%;
  width: 60%;
  padding: 6px;
  box-shadow: 0 8px 8px rgba(8, 58, 73, 0.726); /* Sombra suave */
}


.logo03{
  margin-top: 25px;
  opacity: 65%;
  width: 97%;
  object-fit: cover;
  transition: clip-path 0.5s ease, transform 0.5s ease;
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 100%,
    0% 100%
  );
}

.containeruno{
   text-align: center;
  margin:30px 30px;
 }

 .containerseis{
position: relative;
align-items: center;
justify-content: center;
padding: 2px 90px;
margin: 5px;
}

 .noscuatro{
 font-size: 15px;
  text-align: justify;
  color: #000000;
  font-weight: 800;
   margin-top: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

 .nos04{
  font-size: 11px;
  text-align: justify;
  margin: 10px 40px;
  color: #273F4F;
  font-family: Arial, Helvetica, sans-serif;
}

.logo02{
  filter: grayscale(100%);
  transition: filter 0.5s ease;
  border-radius: 5%;
  opacity: 85%;
  width: 90%;
  transition: transform 0.4s ease;
  box-shadow: 0 8px 8px rgba(8, 58, 73, 0.726); /* Sombra suave */
}

.contac01{
font-size: 20px;
}

.containercinco{
  padding:0 40px;
  margin: 5px;
  text-align: center;
}


.nos032{
  color: #258a4b;
  font-weight: 900;
  font-size: 20px; 
 text-align: center;
  padding: 20px 90px;  
  display: flex;
  align-items: center;
  overflow: hidden;
}


.nos033{
font-size: 11px;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
text-align: justify;
margin-top: 10px;
}s

.containercuatro{
padding: 40px;
}


.servicio01{
font-size: 12px;
margin: 15px;
}

.servicio02{
color: #000000;
font-size: 11px; 
margin:10px 5px;
font-family: Arial, Helvetica, sans-serif;
}
.text23{
font-size: 10px; 
}

.containerdos{
 text-align: left;
  margin: 5px 25px;
  padding: 5px 15px;

}


.contenedor-imagenes img{
  margin:5px 20px;
  width: 80%;
  height: 60%;
}

.containercero01{
   text-align: center;
  background-color: #268a4b;
  padding: 40px;
  margin:15px 30px;
}


.containercero{
  text-align: center;
  background-color: #268a4b;
  padding: 57px;
  margin:0 15px;
  
  }

.nos011{
  font-size: 20px;
  color: #000000;
  margin: 15px 10px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.direcc01{
  color: #268a4b;
  font-size: 30px;
  font-weight: 900;
}

.direccion03{
  color: #377a50;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 900;
}

.direccion02{
 color: #000000;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 15px;
}

.nos022{
  font-size: 12px;
   margin: 5px 1px;
   color: #000000;
   text-align: justify;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

}
