*{
margin: 0;
padding: 0;
}

/*.formulario{
    background: url(img/img1.jpg);
    background-size: cover;
  }*/
  .fondo-blanco{
    background: rgba(255, 255, 255, .5);
  }
  .btnWhats{
    bottom: 20px;
    right: 20px;
    width: 70px;
    transition: transform .3s ease;
    cursor: pointer; 
  }

.btnWhats:hover{
 transform: scale(1.2);
}
  .logo{
    width: 110px;
    height: 100px;  
  }

  .menu a{
    color: #2c583d;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 800;
  }

.containercero{
text-align: center;
position: relative;
display: flex;
text-align: center;
margin-top: 100px;
}

  .nososzero{
  color: #b8945c;
  font-size: 37px;
  font-weight: 900;
  text-align: left;
  letter-spacing: 2px;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 
  'Trebuchet MS', sans-serif;
   }

   .nosouno{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 
  'Trebuchet MS', sans-serif;
   color: #2c583d;
   text-align: left;
   font-size: 25px;
   letter-spacing: 5px;
   font-weight: 600;
   }

  .nosotros01{
  color: #2c583d;
  font-size: 13px;
  font-weight: 900;
  text-align: left;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri,
   'Trebuchet MS', sans-serif;
   }

  .nosot02{
    color: #848872;
    font-size: 14px;
    font-family:Arial, Helvetica, sans-serif;
    text-align: justify;
  }

  .imgzero{
    width: 75%;
    margin-top: 20px;
    border-radius: 3%;
    opacity: 65%;
    transition: transform 0.3s ease
  }
   .imgzero:hover{
  transform: scale(1.1);
  opacity: 100%;
}

    .nosot025{
    color: #2c583d;
    font-size: 17px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri,
     'Trebuchet MS', sans-serif;
    text-align: justify;
    letter-spacing: 3px;
  }

    .nosot021{
    color: #2c583d;
    font-size: 20px;
    font-family:'Times New Roman', Times, serif;
    text-align: justify;
    font-weight: 900;
  }

    .nosotros02{
    color: #b8945c;
    font-size: 25px;
    font-weight: 700; 
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 
    'Trebuchet MS', sans-serif;
    text-align: justify;
    letter-spacing: 5px;
  }

.parrazero{
  color: #2c583d;
  margin-top: 20px;
  font-size: 14px;
  text-align: justify;
  font-family:Arial, Helvetica, sans-serif;
}

.parrauno{
  color: #848872;
  margin-top: 20px;
  font-size: 14px;
  text-align: justify;
  font-family:Arial, Helvetica, sans-serif;
}

.parimg{
  width: 90%;
  padding: 10px;
  border-radius: 3%;
  opacity: 65%;
  transition: transform 0.3s ease
}

   .parimg:hover{
  transform: scale(1.1);
  opacity: 100%;
}

.icozero{
  font-size: 15px;
  color: #2c583d;
}
  .contzero{
    margin-top: 70px;
  }
  .contaelge{
    margin-top: 100px;
    text-align: center;
  }
  
  .container0100{
    max-width: 1000px;
    height: 300px;
    margin: 1px auto;
    padding: 1px auto;
  }

.imgserv01{
  width: 180px;
  height: 180px;
  display: flex;
  flex: 0 0 auto;
  margin: 5px;
  padding: 5px;
  transition: transform 0.3s ease;
}

  .imgserv01:hover{
  transform: scale(1.3);
}
  .icono01{
    color: #2c583d;
    font-size: 11px;
    margin: 2px;
    transition: transform .9s ease;
    cursor: pointer;    
  }

  .icono01:hover{
    transform: rotate(360deg);
  }

    /*CARROUCEL*/ 
.infinite-slider {
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding: 20px 0;
}

/* Pista que se mueve */
.slider-track12 {
  display: flex;
  width: calc(200px * 16); /* 8 imágenes * 2 (duplicadas) */
  animation: scroll 30s linear infinite;
}

/* Cada slide */
.slide12 {
  flex: 0 0 auto;
  width: 200px;
  padding: 0 10px;
}

/* Imágenes */
.slide12 p {
  width: 100%;
  height: auto;
  font-size: 12px;
  display: block;
  color: #2c583d;
  font-weight: 900;
  text-align: center;
font-family:Arial, Helvetica, sans-serif;
border-radius: 3%;
  transition: transform 0.1s ease;
}

.slide12 p:hover {
  transform: scale(1.00);
}

/* Animación */
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/*SLIDER01*/

 /**NOSOTROS01**/ 
  .infinite-slider02 {
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 20px 0;
  }

  /* Pista que se mueve */
  .slider-track120 {
    display: flex;
    width: calc(200px * 16); /* 8 imágenes * 2 (duplicadas) */
    animation: scroll 30s linear infinite;
  }

  /* Cada slide */
  .slide120 {
    flex: 0 0 auto;
    width: 300px;
    padding: 0 15px;
  }

  /* Imágenes */
  .slide120 img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
    transition: transform 0.3s ease;
  }

  .slide120 img:hover {
    transform: scale(1.2);
  }

  /* Animación */
  @keyframes scroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }

 /**NOSOTROS01**/ 

.titul001{
 color: #848872;
  font-size: 15px;
  text-align: justify;
  font-family: Arial, Helvetica, sans-serif;
  padding: 5px;
}
  .contacto{
    color: #2c583d;
    font-size: 15px;
    text-align: center;
    font-weight: 700;
  }

  .contacto01{
    color: #b8945c;
    font-size: 20px;
    padding: 8px;
    font-weight: 700;
  }

  .redessociales01{
    color: #2c583d;
    font-size: 25px;
    transition: transform .6s ease;
  }

    .redessociales02{
    color: #b8945c;
    font-size: 25px;
    transition: transform .6s ease;
  }

    .redessociales03{
    color: #040403;
    font-size: 25px;
    transition: transform .6s ease;
  }

  .redessociales01:hover{
  transform: rotate(360deg);
}

  .redessociales02:hover{
  transform: rotate(360deg);
}

  .redessociales03:hover{
  transform: rotate(360deg);
}

  .titulo{
   color: #b8945c;
   font-size: 25px;
   text-align: justify;
   font-weight: 600;
   text-transform: uppercase;
   font-family: 'Gill Sans', 'Gill Sans MT', Calibri,
   'Trebuchet MS', sans-serif;
  margin-top: 60px;
  letter-spacing: 3px;
  }


 .textos h5{
    font-size: 40px;
    background-color: #fff;
    font-weight:700;
    color: #b87e5c;
    text-align: center;
    font-family: 'Segoe UI', Tahoma,
     Geneva, Verdana, sans-serif;
  }

  .textos05{
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    font-family:'Times New Roman', Times, serif;
  }

  .icono05{
    color: #b8945c;
    font-size: 30px;
    text-align: center;
    margin-top: 100px;
    font-weight: 900;
    font-family: Arial, Helvetica, sans-serif;
  }
    /**GALERIA**/   

.cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* o space-between/space-around si quieres espacios */
  gap: 50px; /* espacio entre las tarjetas */
}

.card2025{
  width: 40%; /* Aproximadamente 3 por fila, ajusta si usas padding/margin */
  position: relative;
  padding: 10px;
  box-sizing: border-box;
  background-color: #fff; 
  overflow: hidden;
}

.card2025 img {
  object-fit: contain;
  overflow: hidden;
  display: block;
  position: relative;
 min-width: 200px;
}

.card2025 article {
  background-color: #FFF;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.5s ease;
  padding: 0 10px;
}

 .card2025:hover article{
  max-height: 200px; /* Ajusta según contenido */
  padding: 10px;
  cursor: pointer;
 }

/***eES AQUI**/
.servicio img{
  width: 100%;           /* Ocupa todo el ancho del contenedor */
  height: auto;          /* Mantiene la proporción original */
  border-radius: 5%;    /* Opcional: esquinas redondeadas */
  object-fit: cover;     /* Cubre bien el espacio sin deformarse */
  display: block;
}
 
.servicio01{
  color: #2c583d;
  text-align: center;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
}

.servicio02{
  color: #848872;
  text-align: justify;
  font-size: 15px;
  letter-spacing: 1px;
  font-family: Arial, Helvetica, sans-serif;
}

.direccion01{
  color: #2c583d;
  font-size: 35px;
  text-align: center;
  font-weight: 700;
  font-family: 'Gill Sans', 'Gill Sans MT', 
  Calibri, 'Trebuchet MS', sans-serif;
}

.direccion02{
  color: #b8945c;
  font-size: 20px;
   text-align: center;
   font-weight: 700;   
    font-family: Arial, Helvetica, sans-serif;  
  }

.direccion03{
  color: #b8945c;
  font-size: 20px;
   text-align: center;
   font-weight: 700;   
    font-family: Arial, Helvetica, sans-serif;
}

.direccion04{
color: #2c583d;
font-size: 35px;
text-align: center;
font-weight: 700;
}

.direccion05{
  color: #b8945c;
  font-size: 20px;
   text-align: center;
   font-weight: 700;   
    font-family: Arial, Helvetica, sans-serif;
}

.direccion06{
color: #b8945c;
text-align: center;
font-size: 13px;
margin:0 10px;
font-family: Arial, Helvetica, sans-serif;
}

.logozero{
  width: 30%;
  margin: 0 170px;
}

.contfooter{
margin-top: 100px;
}

.footer01{
  color: #FFF;
  font-size: 15px;
  font-weight: 900;
}

.productos01{
color: #848872;
text-align: right;
font-size: 15px;
font-family: Arial, Helvetica, sans-serif;
}

.colproductos{
  margin: auto;
  border-radius: 2%;
  padding:10px;
}

.titulo03{
 color: #b8945c;
   font-size: 25px;
   text-align: left;
   font-weight: 600;
   letter-spacing: 5px;
   margin-top: 30px;
   text-transform: uppercase;
   font-family: 'Gill Sans', 'Gill Sans MT', Calibri,
   'Trebuchet MS', sans-serif;
  }

  .tizero{
    color: #848872;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
  }

.imgprod{
  width: 300px;
  height: 280px;
  display: flex;
  flex: 0 0 auto;
  margin: 0 100px;
  border-radius: 3%;
  transition: transform 0.3s ease;
}

   .imgprod:hover{
  transform: scale(1.3);
}

@media only screen and (max-width: 480px) {

   .contzero{
    margin-top: 1px;
  }

    .titulo{
   color: #b8945c;
   font-size: 20px;
   text-align: center;
   font-weight: 700;
   text-transform: uppercase;
   font-family: 'Gill Sans', 'Gill Sans MT', Calibri,
   'Trebuchet MS', sans-serif;
  margin-top: 40px;
  letter-spacing: 3px;
  }

  .nosot025{
    color: #2c583d;
    font-size: 14px;
   }

     .contaelge{
    margin-top: 40px;
    text-align: center;
    padding: 0 10px;   
  }

  .contaelge01{
    text-align: center;
    display: contents;
    position: relative;
  }
  
  .parimg{
  width: 70%;
  border-radius: 3%;
  opacity: 65%;
  margin: 0 40px;
  transition: transform 0.3s ease
}

.contaelge02{
     text-align: center;
    display: contents;
    position: relative;
}

  /* Imágenes */
  .slide120 img {
    width: 80%;
    height: auto;
    border-radius: 8px;
    display: block;
    transition: transform 0.3s ease;
  }

.parrazero{
  color: #2c583d;
  margin-top: 20px;
  font-size: 13px;
  text-align: justify;
  padding: 0 30px;
  font-family:Arial, Helvetica, sans-serif;
}

.parrauno{
  color: #848872;
  margin-top: 20px;
  font-size: 12px;
  text-align: justify;
  font-family:Arial, Helvetica, sans-serif;
}

.contfooter{
margin-top: 90px;
padding: 0 30px;
}

.contfooter01{
margin-top: 20px;
padding: 0 30px;
}

.direccion02{
  color: #b8945c;
  font-size: 16px;
   text-align: center;
   font-weight: 700;   
    font-family: Arial, Helvetica, sans-serif;  
  }

.direccion03{
  color: #b8945c;
  font-size: 16px;
   text-align: center;
   font-weight: 700;   
    font-family: Arial, Helvetica, sans-serif;
}

.direccion04{
color: #2c583d;
font-size: 25px;
text-align: center;
font-weight: 700;
}

.direccion05{
  color: #b8945c;
  font-size: 13px;
   text-align: center;
   font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
}

.logozero{
  width: 50%;
  margin: 0 50px;
}

.direccion06{
color: #b8945c;
text-align: center;
font-size: 11px;
margin:0 10px;
margin-top: 50px;
font-family: Arial, Helvetica, sans-serif;
}

.direccion{
  color: #8b8b4e;
  text-align: center;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.formulario{
  width: 100px;
  height: 100px;
 }

  .fondo-blanco{
    background: rgba(255, 255, 255, .5);
  }

.cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* o space-between/space-around si quieres espacios */
  gap: 25px; /* espacio entre las tarjetas */
}

.card2025{
  width: 85%; /* Aproximadamente 3 por fila, ajusta si usas padding/margin */
  position: relative;
  border: 1px solid #ccc;
  padding: 10px;
  box-sizing: border-box;
  background-color: #fff; 
  overflow: hidden;
}

.card2025 img {
  object-fit: contain;
  overflow: hidden;
  display: block;
  position: relative;
 min-width: 100%;
}

.card2025 article {
  background-color: #FFF;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.5s ease;
  padding: 0 10px;
}

 .card2025:hover article{
  max-height: 200px; /* Ajusta según contenido */
  padding: 10px;
  cursor: pointer;
 }

/***eES AQUI**/
.servicio img{
  width: 10%;           /* Ocupa todo el ancho del contenedor */
  height: auto;          /* Mantiene la proporción original */
  border-radius: 5%;    /* Opcional: esquinas redondeadas */
  object-fit: cover;     /* Cubre bien el espacio sin deformarse */
  display: block;
}

.servicio01{
  color: #2c583d;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
}

.servicio02{
  color: #848872;
  text-align: justify;
  font-size: 13px;
  letter-spacing: 1px;
  font-family: Arial, Helvetica, sans-serif;
}

   .img01{
   width: 150px;
   height: 150px;
   border-radius: 50%;
   text-align: center; 
  }

.productos01{
color: #848872;
text-align: left;
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
}
  
.imgprod{
  overflow: hidden; 
}
.card-body{
  width: auto;
  position: relative;
  overflow: hidden;
}

/* NUEVOS CSS*/
  .nosotros01{
  color: #2c583d;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  padding: 0 30px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri,
   'Trebuchet MS', sans-serif;
   }

 .containercero{
text-align: center;
position: relative;
display: contents;
text-align: center;
  }

    .nososzero{
  color: #b8945c;
  font-size: 23px;
  font-weight: 900;
  margin-top: 50px;
  text-align: center;
  padding: 0 30px;
   }

      .nosouno{
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 
  'Trebuchet MS', sans-serif;
   color: #2c583d;
   text-align: left;
   font-size: 20px;
    padding: 0 30px;
   }

    .nosot02{
   color: #848872;
    font-size: 12px;
    font-family:Arial, Helvetica, sans-serif;
    text-align: justify;
    padding: 0 30px;
  }

    .nosotros02{
    color: #b8945c;
    font-size: 20px;
    text-align: center;
    letter-spacing: 5px;
    padding: 0 10px;
  }

  .icono05{
    color: #b8945c;
    font-size: 17px;
    text-align: center;
    margin-top: 60px;
    font-weight: 900;
    padding: 0 20px;
    font-family: Arial, Helvetica, sans-serif;
  }

.titul001{
 color: #848872;
  font-size: 13px;
  text-align: justify;
  font-family: Arial, Helvetica, sans-serif;
  padding:0 20px;
}

.titulo03{
 color: #b8945c;
   font-size: 18px;
   text-align: center;
   font-weight: 600;
   letter-spacing: 5px;
   margin-top: 30px;
   text-transform: uppercase;
   font-family: 'Gill Sans', 'Gill Sans MT', Calibri,
   'Trebuchet MS', sans-serif;
  }

   .tizero{
    font-size: 13px;
    text-align: justify;
  }

  .colproductos{
  width: 500px;
  margin: 3px auto;
  border-radius: 2%;
  padding:20px;
}

.imgprod{
  width: 110px;
  height: 110px;
  display: flex;
  flex: 0 0 auto;
  margin: 0 80px;
  padding: 30px auto;
  transition: transform 0.3s ease;
}

.direccion01{
  color: #2c583d;
  font-size: 25px;
  text-align: center;
  font-weight: 700;
  font-family: 'Gill Sans', 'Gill Sans MT', 
  Calibri, 'Trebuchet MS', sans-serif;
  }

}