*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root{
    --colorTextos:#3d3a3a;
    --colorBotones:#005B41;
    --colorFondo:#cb250f;
    --paddingSecciones:60px 0;
    --marginElementos:40px;
}

body{
    font-family: 'Lato', sans-serif;
}

.contenedor{
    width: 90%;
    max-width: 1100px;
    margin: auto;
    overflow: hidden;
    padding: var(--paddingSecciones);
}


/**MENU*/
.menu-navegacion{
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 120px;
}

.logo01{
   height: 100%;
   display: block;
   position: relative;
   overflow: hidden;
   padding:0 170px;
   transition: transform .8s ease;
}

.logo01:hover {
  transform: rotate(360deg);
  cursor: pointer;
}

.elegirnos01{
color: #232D3F;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-size: 25px;
font-weight: 900;
}

.elegirnos02{
color: #232D3F;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-size: 18px;
}

/*CARD007*/ 
.columna01{
  text-align: center;

}
/*CARD007*/ 
.acerca01{
color: #000000;
font-size: 85px;
padding: 0 25px;
margin: 0 25px;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.acerca02{
color: #232D3F;
font-size: 20px;
text-align: justify;
padding: 5px;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.acerca03{
color: #232D3F;
font-size: 32px;
font-weight: 700;
text-align: justify;
padding: 20px;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.serv01{
color: #005B41;
font-size: 17px;
font-weight: 600;
text-align: center;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

}

.card .serv02{
  color: #232D3F;
  font-size: 14px;

  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  text-align: justify;
}


/*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: 25px;
  display: block;
  color: #0F0F0F;
  transition: transform 0.3s ease;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.slide12:hover {
  transform: scale(1.00);
}
/*SLIDER01*/

/*SLIDER02*/
.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: 300px;
  padding: 0 10px;
  border-radius: 5%;
}

/* Imágenes */
.slide12 img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  border-radius: 50%;
  display: block;
  transition: transform 0.3s ease;
}

.slide12 img:hover {
  transform: scale(1.10);
  cursor:pointer;
}


/*SLIDER02*/


/* Animación */
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/*CARROUCEL*/ 


  /**GALERIA**/  
/* From Uiverse.io by Prince4fff */ 
.card p {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: #292c38;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px;
}
.card p.small {
  font-size: 15px;
  text-align: justify;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.card p.small01{
 font-size: 18px;
 font-weight: 600;
 text-align: center;
 font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  
}

.go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 32px;
  height: 32px;
  overflow: hidden;
  top: 0;
  right: 0;
  background-color: #008170;
  border-radius: 0 4px 0 32px;
}

.go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: white;
  font-family: courier, sans;
}

.card1 {
  display: block;
  position: relative;
  max-width: 250px;
  background-color: #E7F2EF;
  border-radius: 4px;
  padding: 32px 26px;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
}

.card1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  background: #008170;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-out;
}

.card1:hover:before {
  transform: scale(21);
}

.card1:hover p {
  transition: all 0.3s ease-out;
  color: rgba(255, 255, 255, 0.8);
}

.card1:hover h3 {
  transition: all 0.3s ease-out;
  color: #fff;
}

.card2 {
  display: block;
  top: 0px;
  position: relative;
  max-width: 262px;
  background-color: #f2f8f9;
  border-radius: 4px;
  padding: 32px 24px;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  border: 1px solid #f2f8f9;
}

.card2:hover {
  transition: all 0.2s ease-out;
  box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
  top: -4px;
  border: 1px solid #ccc;
  background-color: white;
}

.card2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  background: #00838d;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(2);
  transform-origin: 50% 50%;
  transition: transform 0.15s ease-out;
}

.card2:hover:before {
  transform: scale(2.15);
}

.card3 {
  display: block;
  top: 0px;
  position: relative;
  max-width: 262px;
  background-color: #f2f8f9;
  border-radius: 4px;
  padding: 32px 24px;
  margin: 12px;
  text-decoration: none;
  overflow: hidden;
  border: 1px solid #f2f8f9;
}

.card3 .go-corner {
  opacity: 0.7;
}

.card3:hover {
  border: 1px solid #00838d;
  box-shadow: 0px 0px 999px 999px rgba(255, 255, 255, 0.5);
  z-index: 500;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

}

.card3:hover p {
  color: #00838d;
}

.card3:hover .go-corner {
  transition: opactiy 0.3s linear;
  opacity: 1;
}

.card4 {
  display: block;
  top: 0px;
  position: relative;
  max-width: 262px;
  background-color: #fff;
  border-radius: 4px;
  padding: 32px 24px;
  margin: 12px;
  text-decoration: none;
  overflow: hidden;
  border: 1px solid #ccc;
}

.card4 .go-corner {
  background-color: #00838d;
  height: 100%;
  width: 16px;
  padding-right: 9px;
  border-radius: 0;
  transform: skew(6deg);
  margin-right: -36px;
  align-items: start;
  background-image: linear-gradient(-45deg, #8f479a 1%, #dc2a74 100%);
}

.card4 .go-arrow {
  transform: skew(-6deg);
  margin-left: -2px;
  margin-top: 9px;
  opacity: 0;
}

.card4:hover {
  border: 1px solid #cd3d73;
}

.card4 h3 {
  margin-top: 8px;
}

.card4:hover .go-corner {
  margin-right: -12px;
}

.card4:hover .go-arrow {
  opacity: 1;
}
    /**GALERIA**/  


  /**GALERIA**/  
         

     
    /**GALERIA**/   


.logo05{
    text-align: center;
    height: 100px;  
    border-radius: 50%;  
    margin: 0 450px;  
    overflow: hidden;
}

.logo img{
    display: block;
     width: 70%;   
    opacity: 50%;
 }


.enlaces li{
    list-style: none;
    display: inline-block;
}

.enlaces a{
    color: #005B41;
    text-decoration: none;
    margin-left: 10px;
    font-weight: 900;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.enlaces a:hover{
    text-decoration: underline;
}

.titulo01{
    width: 250px;
    height: 250px;
    text-align: center;
    margin: 0 50px;
    margin: 0 150px;
}

.titulo011{
     color: #fff;
     background: #F4631E;
    font-size: 50px;
    font-weight: 900;
    text-align: center;
    border-radius: 50%;
    margin:0 200px;
}
.titulo02{
    color: #3d3a3a;
    font-size: 17px;
    font-weight: 700;
    text-align: justify; 
}

.titulo03{
    color: #cb250f;
    font-size: 35px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
   font-weight: 900;
}

.titulo05{
color: #3d3a3a;
font-size: 18px;
font-weight: 900;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.titulo08{
    color: #F4631E;
}

.icono01{
    color: #fff;
    font-size: 30px;
    background: #cb250f;
    border-radius: 50%;
    padding: 16px;
    margin: 5px;
    font-weight: 900;
}

.icono02{
 color: #ffffff;
 font-size: 60px;
 background: #db1212;
 border-radius: 50%;
 padding: 50px;
 text-align: left;
 margin:0 150px;
}

.parrafo01{
color: #3d3a3a;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
text-align: center;
margin:40px;
font-size: 33px;
font-weight: 900;
}

.conoce01 h5{
color: #232D3F;
font-size: 18px;
font-weight: 700;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.conoce02 p{
color: #232D3F;
font-size: 16px;
text-align: center;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.card .conoce03{
color: #008170;
font-size: 17px;
text-align: center;
text-emphasis: none;
font-weight: 800;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.card .conoce04{
color: #232D3F;
font-size: 15px;
text-align: left;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

/**ELIGENOS*/

    /* Tu CSS del card (pegado tal cual) */
    .card01 {
      position: relative;
      width: 300px;
      height: 200px;
      background-color: #db1212;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      perspective: 1000px;
      box-shadow: 0 0 0 5px #fff;
      transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .card01 svg {
      width: 48px;
      fill: #fff;
      transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .card01:hover {
      transform: scale(1.05);
      box-shadow: 0 8px 16px rgba(235, 230, 230, 0.2);
    }

    .card01__content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 20px;
      box-sizing: border-box;
      background-color: #cb250f;
      transform: rotateX(-90deg);
      transform-origin: bottom;
      transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .card01:hover .card01__content {
      transform: rotateX(0deg);
    }

    .card01__title {
      margin: 0;
      font-size: 30px;
      color: #ffffff;
      font-weight: 800;
    }

    .card01:hover svg {
      scale: 0;
    }

    .card01__description {
      margin: 10px 0 0;
      font-size: 15px;
      color: #F5F7F8;
      line-height: 1.4;
      font-weight: 600;
    }

    /* Layout para mostrar múltiples cards */
    .card01-container {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
      padding: 40px;
    }
/**ELIGENOS*/

/**SERVICIOS**/

  

    /* CONTENEDOR DE TODAS LAS CARDS */

/**SERVICIOS**/

/**HERO*/

.hero{
    height: 550px;
    background-image: url("../img/cabecera008.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;

}


.contenedor-textos{
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #0F0E0E;
    text-align: center;
}

.hero h1{
    font-size:60px; 
     color: #0F0E0E;
     font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
     background: #ffffff88;     
}

.hero p{
    font-weight: 300;
    font-size: 25px;
    margin: 15px 0;    
}

.boton{
    width: 150px;
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    background: var(--colorBotones);
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
}

/**MAIN**/


.copy{
    text-align: center;
    color: var(--colorTextos);
    margin: 20px 0;
    font-weight: 900;
    font-size: 25px;
}

.beneficios{
    padding-top: var(--marginElementos);
    display: flex;
    justify-content:space-evenly;
    flex-wrap: wrap;
   
}

footer{  
    background: #005B41;
    background-position: center;
    background-size: cover;
}

footer .titulo-seccion, 
footer .copy{
    color: #F5F7F8;
   

}

.redes-sociales{
    padding-top: var(--marginElementos);
    width: 80%;
    display: flex;
    margin: auto;
    justify-content: space-evenly;
   
}

.redes-sociales i{
    font-size: 80px;
    color: #EAECCC;
    transition: all 2s;
}
.redes-sociales i:hover{
    transform: rotate(360deg);
}

.coloruno{
    transition: all 2s;
}

.coloruno i:hover{
    transform: rotate(360deg);
}



.titulo-seccion05{
    text-align: center;
    font-size: 39px;
    font-weight: 700;
}

/**MEDIAS QUIERY PARA PAGINA RESPONSIVE**/

@media screen and (max-width:780px){
    .menu-navegacion{
        flex-direction: column;
        height: 180px;
       justify-content: space-evenly;
}

 .card2025 {
    width: 100%;
  }

.hero h1{
    font-size: 38px;
}

.logo{
    height: 60px;     
}

.beneficio{
    margin-bottom: var(--marginElementos);
}
.contenedor-imagenes img{
    width: 90%;
}
.redes-sociales{
    flex-direction: column;
    align-items: center;
}
.redes-sociales i{
    margin-bottom: 20px;
}

    .card02 img{
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

     .card01__title {
      margin: 0;
      font-size: 25px;
      color: #ffffff;
      font-weight: 800;
      text-align: center;
    }

    .card01:hover svg {
      scale: 0;
    }

    .card01__description {
      margin: 10px 0 0;
      font-size: 14px;
      color: #F5F7F8;
      line-height: 1.4;
      font-weight: 600;
    }

.icono02{
 color: #ffffff;
 font-size: 60px;
 background: #db1212;
 border-radius: 50%;
 padding: 40px;
 text-align: left;
 margin:0 40px;
}

.parrafo01{
color: #3d3a3a;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
text-align: center;
margin:40px;
font-size: 25px;
font-weight: 900;
}

.titulo-seccion02{
    color: #cb250f;
    font-size: 35px;
   font-weight: 900;
   font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
   letter-spacing: 5px;
   text-align: center;
}

.hero h1{
    font-size:30px; 
     color: #0F0E0E;
     font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
     background: #ffffff88;
     padding: 15px;  
}


.logo05{    
 border-radius: 50%;  
  height: auto;
  overflow: hidden;
  margin:0 70px;
  display:flex;
  position: relative;
  }

  .acerca01{
color: #000000;
font-size: 60px;
padding: 0 10px;
margin: 0 15px;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.elegirnos01{
color: #232D3F;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-size: 18px;
font-weight: 900;
text-align: center;
}

.card .conoce03{
color: #008170;
font-size: 17px;
text-align: center;
text-emphasis: none;
font-weight: 800;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.card .conoce04{
color: #232D3F;
font-size: 13px;
text-align: center;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.acerca02{
color: #232D3F;
font-size: 16px;
text-align: justify;
padding: 5px;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.elegirnos02{
color: #232D3F;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-size: 16px;
text-align: justify;
}

.card p {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: #292c38;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px;
}
.card p.small {
  font-size: 15px;
  text-align: justify;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.card p.small01{
 font-size: 18  px;
 font-weight: 600;
 text-align: center;
 font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  
}

.go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 32px;
  height: 32px;
  overflow: hidden;
  top: 0;
  right: 0;
  background-color: #008170;
  border-radius: 0 4px 0 32px;
}

.go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: white;
  font-family: courier, sans;
  cursor: pointer;
}

.card1 {
  display: block;
  position: relative;
  max-width: 250px;
  background-color: #E7F2EF;
  border-radius: 4px;
  padding: 32px 26px;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
}

.card1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  background: #008170;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-out;
}

.card1:hover:before {
  transform: scale(21);
}

.card1:hover p {
  transition: all 0.3s ease-out;
  color: rgba(255, 255, 255, 0.8);
}

.card1:hover h3 {
  transition: all 0.3s ease-out;
  color: #fff;
}

}
     
