*{
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;
  }

  .logo{
    width: 110px;
    height: 100px;
    border-radius: 50%;
    
  }

  .menu a{
    color: #7d3f50;
    font-size: 18px;
    font-weight: 700;
  }

  .nosotros01{
  color: #09122C;
  font-size: 15px;
  font-weight: 600;
  text-align: justify;
  padding: 15px;
  }

  .nosotros02{
    color: #7d3f50;
    font-size: 25px;
    font-weight: 900;
    font-family: Arial, Helvetica, sans-serif;
  }
.nosotros03{
  color: #7d3f50;
  font-size: 18px;
  font-weight: 900;
  text-align: justify;
  padding:0px;
  margin: 0 15px;
  font-family: Arial, Helvetica, sans-serif;

}
  .bg01{
    background: #37353E;
    padding: 25px;
    color: #fff;
    font-size: 25px;
  }

  .bg02{
    background: #44444E;
    padding: 25px;
    color: #fff;
    font-size: 25px;
  }

  .bg03{
    background: #44444E;
    padding: 25px;
    color: #fff;
    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: #fff;
    font-size: 40px;
    opacity: 0.4;
    margin: 10px;
    transition: transform .6s ease;
    cursor: pointer;    
  }

  .icono01:hover{
transform: rotate(360deg);

  }


  .textos01{
    color: #fff;
    font-size: 14px;
    margin: 0 25px;
    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: 15px;
  display: block;
  background-color: #edcc6e;
  border-radius: 3%;
  color: #7d3f50;
  font-weight: 900;
  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-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 img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  transition: transform 0.3s ease;
}

.slide12 img:hover {
  transform: scale(1.2);
}

/* Animación */
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

 /**NOSOTROS01**/ 



.icono07{
  font-size: 35px;
  color: #7d3f50;  
}

  .contacto{
    color: #000000;
    font-size: 20px;
    text-align: center;
  }

  .contacto01{
    color: #7d3f50;
    font-size: 20px;
    padding: 8px;
    font-weight: 700;
  }

  .redessociales{
    color: #7d3f50;
    font-weight: 700;
    transition: transform .6s ease;
  }

  .redessociales:hover{
  transform: rotate(360deg);
}
  .titulo{
   color: #7d3f50;
   font-size: 25px;
   text-align: left;
   font-weight: 900;
  }

  .titulo01{
    color: #0548a9;
    font-size: 25px;
    text-align: left;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 700;
  }

  .titulo2 {
    color: #446A9E;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
  }

  .titulo3{
    color: #09122C;
    font-size: 20px;
    font-weight: 700;
  }

  .icono02{
    color: #FA1C8E;
    font-size: 48px;
    font-weight: 700;
    padding: 15px;
  }

  .textos h5{
    font-size: 35px;
    background-color: #edcc6e;
    color: #7d3f50;
  }

  .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: #09122C;
    font-size: 15px;
    text-align: left;
    padding: 25px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 600;
  }

  .img01{
   width: 200px;
   height: 200px;
   border-radius: 50%;
   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: #09122C;
  text-align: center;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 900;
}

.direccion01{
  color: #09122C;
  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: #09122C;
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: 600;
  padding:15px;
  background-color: #d3ae49;
}

@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;
    }

    .icono05{
      font-size: 20px;
      text-align: center;
    }

    .img01{
      width: 90%;
      height: 90%;
    }

.direccion01{
  color: #09122C;
  font-size: 25px;
  text-align: center;
  font-weight: 900;
}

.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: #09122C;
  text-align: center;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.titulo{
   color: #7d3f50;
   font-size: 20px;
   text-align: left;
   font-weight: 900;
  }

.direccion04{
color: #09122C;
font-size: 25px;
text-align: center;
font-weight: 900;
}

.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: 12px;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
}

.servicio02{
  color: #09122C;
  text-align: justify;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

.icono05{
    color: #09122C;
    font-size: 15px;
    text-align: center;
    padding: 25px;
    font-weight: 600;
  }

  .img01{
   width: 150px;
   height: 150px;
   border-radius: 50%;
   text-align: center; 
  }

  .nosotros02{
    color: #7d3f50;
    font-size: 20px;
    font-weight: 900;
    font-family: Arial, Helvetica, sans-serif;
  }

}