*{
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: #e57b06;

    font-size: 18px;
    font-weight: 900;
  }

.icono5{
  color: #e57b06;
  font-size: 40px;
  transition: transform .6s ease;
  cursor: pointer; 
}

.icono5:hover{
 transform: rotate(360deg);
}
.containercero{
text-align: center;
width: 1200px;
height: 480px;
position: relative;
display: flex;
text-align: center;
}
  
  .nosotros01{
  color: #e57b06;
  font-size: 30px;
  font-weight: 900;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
   }

  .nosot02{
    color: #09122C;
    font-size: 12px;
    font-family:Arial, Helvetica, sans-serif;
    text-align: justify;
    padding: 5px 25px 5px 1px;
    margin: 5px 50px 5px 1px;
  }

    .nosot025{
    color: #551d1a;
    font-size: 15px;
    font-family:'Times New Roman', Times, serif;
    text-align: justify;
    font-weight: 700;
    
  }

    .nosot021{
    color: #551d1a;
    font-size: 20px;
    font-family:'Times New Roman', Times, serif;
    text-align: justify;
    font-weight: 900;
  }

    .nosotros02{
    color: #551d1a;
    font-size: 20px;
    font-weight: 800; 
    font-family:Arial, Helvetica, sans-serif;
    text-align: justify;
  }

  
  .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);
}

.nosotros03{
  color: #551d1a;
  font-size: 12px;
  text-align: justify;
  font-family:Arial, Helvetica, sans-serif;

  }

.nosotros04{
color: #09122C;
font-size: 17px;
text-align: center;

}

.direccion{
  color: #8b8b4e;
  text-align: center;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 900;
} 
  .bg01{
    background: #84994F;
    padding: 25px 25px;
    color: #fff;
    opacity: 90%;
    font-size: 25px;
    border-radius: 2%;
  }

  .bg02{
    background: #B45253;
    padding: 25px;
    color: #fff;
    font-size: 25px;
    border-radius: 2%;
    opacity: 90%;
  }

  .bg03{
    background: #FCB53B;
    padding: 25px;
    color: #fff;
    opacity: 90%;
    border-radius: 2%;
    font-size: 25px;
  }

   .bg004{
    background: #715A5A;
    padding: 25px;
    color: #fff;
    font-size: 25px;
  }

   .bg005{
    background: #5a7975;
    padding: 25px;
    color: #fff;
    font-size: 25px;
  }

  .icono01{
    color: #e57b06;
    font-size: 18px;
    margin: 5px;
    font-weight: 900;
    transition: transform .9s ease;
    cursor: pointer;    
  }

  .icono01:hover{
    transform: rotate(360deg);
  }

  .textos01{
    color: #fff;
    font-size: 17px;
    margin: 0 25px;
    font-weight: 900;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }

    .textos02{
    color: #fff;
    font-size: 13px;
    margin: 4px;
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    }

    /*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: 30px;
  display: block;
  border-radius: 3%;
  color: #551d1a;
  font-weight: 900;
font-family: 'Times New Roman', Times, 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: 200px;
    padding: 0 10px;
  }

  /* 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: #09122C;
  font-size: 13px;
  font-weight: 400;
  text-align: justify;
  font-family: Arial, Helvetica, sans-serif;
  padding: 5px;
}

.icono07{
  font-size: 35px;
  color: #7d3f50;  
}

  .contacto{
    color: #551d1a;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
  }

  .contacto01{
    color: #e57b06;
    font-size: 20px;
    padding: 8px;
    font-weight: 700;
  }

  .redessociales01{
    color: #551d1a;
    font-weight: 700;
    transition: transform .6s ease;
  }

    .redessociales02{
    color: #e57b06;
    font-weight: 700;
    transition: transform .6s ease;
  }

    .redessociales03{
    color: #b08f8a;
    font-weight: 700;
    transition: transform .6s ease;
  }

  .redessociales01:hover{
  transform: rotate(360deg);
}

  .redessociales02:hover{
  transform: rotate(360deg);
}

  .redessociales03:hover{
  transform: rotate(360deg);
}

  .titulo{
   color: #551d1a;
   font-size: 20px;
   text-align: left;
   font-weight: 900;
   text-transform: uppercase;
   font-family: Arial, Helvetica, sans-serif;
   padding: 35px 35px;
  }


  .titulo3{
    color: #09122C;
    font-size: 20px;
    font-weight: 700;
  }

  .textos h5{
    font-size: 50px;
    background-color: #fff;
    font-weight:900;
    color: #551d1a;
    font-family: 'Times New Roman', Times, serif;
  }

  .textos05{
    font-size: 20px;
    background-color: #fff;
    font-weight: 900;
    color: #551d1a;
    font-family:'Times New Roman', Times, serif;
  }

  .icono03{
    color: #fff;
    font-size: 130px;
    font-weight: 700;
    margin: 30px;
    opacity: 0.5;
  }

 .icono06 {
    color: #FFF;
    font-size: 70px;
    opacity: .5;
  }

  .bg04{
    background: #0548a9;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
     margin: 0 20px;
     padding: 25px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  }

  .bg05{
    background: #446A9E;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
  }

  .bg08{
    color: #FFF;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 15px;
  }

  .slider01{
    color: #0548a9;
    text-align: center;
    font-size: 30px;
    
  }

  .slider02 {
    color: #FA1C8E;
    font-size: 80px;
    font-weight: 600;
  }

  .titulo02{
    color: #0548a9;
    text-align: left;
    font-size: px;
    font-weight: 500;
    margin: 40px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif ;

  }

  .icono04{
  color: #7d3f50;
  font-size: 35px;
  padding:0 25px;
  }

  .icono05{
    color: #551d1a;
    font-size: 20px;
    text-align: left;
    padding: 25px;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
  }

  .icono08{
    color: #B45253;
   font-size: 25px;
    text-align: left;
    padding: 25px;
    font-weight: 900;
  }

  .img01{
   width: 100px;
   height: 200px;
   border-radius: 5%;
   text-align: center;
   overflow: hidden;
   transition: transform 0.3s ease;
 }


  .img01:hover{
  transform: scale(1.3);
}


 .bg6{
    color: #fff;
    background: #0548a9 ;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.bg7{
color: #fff;
background: #6C87BC;
font-size: 18px;
text-align: justify;
}

.bg8{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 18px;
  padding: 0 15px;
}

.img2{
width: 50%;
height: 50%;
border-radius: 50%;
position: relative;
margin: 0 90px;
}

 
    /**GALERIA**/   

.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: 30%; /* 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: 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: #09122C;
  text-align: center;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
}

.servicio02{
  color: #09122C;
  text-align: justify;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}


.direccion{
  color: #8b8b4e;
  text-align: center;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 900;
}

.direccion01{
  color: #551d1a;
  font-size: 40px;
  text-align: center;
  font-weight: 900;
}

.direccion02{
  color: #FFF;
  font-size: 26px;
   text-align: center;
   font-weight: 900;   
}

.direccion03{
color: #FFF;
font-size: 30px;
text-align: center;
font-weight: 900;
}

.direccion04{
color: #551d1a;
font-size: 40px;
text-align: center;
font-weight: 900;
}

.direccion05{
  color: #FFF;
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  margin: 0 25px;
}

.direccion06{
color: #40534C;
background: #09122C;
text-align: center;
margin: 10px;
}

.footer01{
  color: #FFF;
  font-size: 15px;
  font-weight: 900;
}

.productos01{
color: #09122C;
text-align: right;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
}

.colproductos{
  width: 850px;
  margin:20px auto;
  border-radius: 2%;
  padding:20px;
}

.titulo03{
   color: #551d1a;
   font-size: 20px;
   text-align: left;
   font-weight: 900;
   font-family: Arial, Helvetica, sans-serif;
  }

.imgprod{
  width: 300px;
  height: 300px;
  display: flex;
  flex: 0 0 auto;
  margin: 0 100px;
  transition: transform 0.3s ease;
}

   .imgprod:hover{
  transform: scale(1.3);
}



@media only screen and (max-width: 480px) {

  .img2{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  margin: 10px;
  }

  .bg6{
    font-size: 10px;
    margin: 0 30 0px;
    text-align: center;
    letter-spacing: 0.20em;
    word-spacing: 0.65em;
  }
  .bg7 p{
    font-size: 12px;
    text-align: center;
    padding: 0;
    }

    .bg04{
      font-size: 20px;
      text-align: center;
      margin: 0;
      letter-spacing: 0.20em;
       word-spacing: 0.65em;
    }

    .icono03{
      font-size: 65px;
      text-align: center;
    }

     .img01{
      width: 90%;
      height: 90%;
    }

.direccion02{
  color: #FFF;
  font-size: 20px;
   text-align: center;
   font-weight: 900;   
}

.direccion03{
color: #FFF;
font-size: 20px;
text-align: center;
font-weight: 900;
}

.direccion05{
  color: #FFF;
  font-size: 12px;
  text-align: center;
  font-weight: 700;
}

.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);
  }

  .icono5{
  color: #e57b06;
  font-size: 40px;
  padding: 0 50px;
  margin: 10px;
}


.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: 100%; /* 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: #09122C;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
}

.servicio02{
  color: #09122C;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}

   .img01{
   width: 150px;
   height: 150px;
   border-radius: 50%;
   text-align: center; 
  }

.productos01{
color: #09122C;
text-align: left;
font-size: 12px;
}
  
.imgprod{
  overflow: hidden; 
}
.card-body{
  width: auto;
  position: relative;
  overflow: hidden;
}

/* NUEVOS CSS*/
  .nosotros01{
  color: #e57b06;
  font-size: 25px;
  text-align: left;
  font-weight: 900;
  font-family: Arial, Helvetica, sans-serif;
   }

 .containercero{
  text-align: center;
  width: 110%;
  height: 100%;
  position: relative;
  display: flex;
  text-align: center;
  margin: 40px auto;
  padding: 10px;
  }

    .nosot021{
    color: #551d1a;
    font-size: 12px;
    font-weight: 900;
    text-align: justify;

  }

    .nosot02{
    color: #09122C;
    font-size: 12px;
 
  }

    .nosotros02{
    color: #551d1a;
    font-size: 18px;
    font-weight: 800; 
    text-align: center;
  }

  .icono05{
    color: #551d1a;
    font-size: 18px;
    text-align: center;
    padding: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
  }

.nosotros03{
  color: #551d1a;
  font-size: 11px;
  text-align: justify;
   margin: 10px;
   padding: 20px;
   width: 300px;
   height: 20px;
  
  }

  .container0100{
    max-width: 1100px;
    height: 400px;
    width: 300px;
    margin: 1px 100px 1px 1px;
    padding: 1px 100px 1px 1px;
     }

 .imgserv01{  
   width: 50%;
   height: 40%;
   overflow: hidden;
   display: flex;
   padding:150px;
   margin: 5px;
   max-width: 60%;
   position: absolute;
   
  }

  .nosotros04{
  color: #09122C;
  font-size: 13px;
  width: 320px;
  text-align: right;
  padding: 1px 40px 20px 15px;
  }

  .titulo{
   color: #551d1a;
   font-size: 18px;
   text-align: center;
   font-weight: 900;
   font-family: Arial, Helvetica, sans-serif;
   padding: 35px 35px;
  }

.titul001{
 color: #09122C;
  font-size: 12px;
  font-weight: 400;
  text-align: justify;
  font-family: Arial, Helvetica, sans-serif;
  padding: 15px;
  margin: 15px;
}


.titulo03{
   color: #551d1a;
   font-size: 20px;
   text-align: center;
   font-weight: 900;
   font-family: Arial, Helvetica, sans-serif;
  }

  .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: #551d1a;
  font-size: 30px;
  text-align: center;
  font-weight: 900;
}

.direccion04{
color: #551d1a;
font-size: 30px;
text-align: center;
font-weight: 900;
}
 }