*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  
}    


        header h1{
            font-family: 'Delius Unicase', cursive;
            color: #086f59;
        }

        header .fondo-blanco{
             background: rgba(174, 168, 168, 0.544);
             border-radius: 2%;
        }
        h2{
            font-family: 'Delius Unicase', cursive;
            color: #8a4ffe;
        }

          .text01{
            font-size: 25px;  
            color: #8a4ffe;
            font-weight: 800;
            font-family:Arial, Helvetica, sans-serif;
      }
            .bg-menu{
            background: #f8f9f9;
           }
        
    .bg-principal{
      background: #8a4ffe;
    }


     /**NICIO NOSOTROS**/ 

.nosotros01{
color: #001BB7;
font-size: 22px;
font-weight: 700;
font-family: Arial, Helvetica, sans-serif;
}

.nosotros02{
  color: #0D1164;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
}

.nosotros03{
  color: #292c38;
  font-size: 16px;
  text-align: justify;
  font-family: Arial, Helvetica, sans-serif;
}

.nosotros04{
color: #8a4ffe;
font-size: 18px;
font-weight: 900;
}

.imgnosotros01{
  overflow-y: hidden;
  height: 300px;
  width: 450px;
  border-radius: 3%;
  margin: 0 35px;
}

     /**NICIO NOSOTROS**/ 



     /**INICIO**/ 
     .container08{
      text-align: center;
      overflow: hidden;
    
     }

       .titutexto{
      color: #8a4ffe;
      position: relative;
      transform: translate(-1%, -500%);
      color: white;
      font-size:25px;
      font-weight: bold;
      text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
      text-align: center;
       display: inline-block;
    }

        .imagenmenu{
      position: relative;
      display: inline-block;
      width: 90%;
      height: 85%;
      max-width: 400px;
      border-radius: 3%;
      transition: transform 0.5s ease;
      cursor: pointer;
    }

    .imagenmenu:hover{
      transform: scale(1.1);
    }

       .tituinicio{
      font-size: 2.5em;
      font-weight: 800;
      color: #8a4ffe;
      margin: 0 50px;
     }

     .titunosotros{
      color: #292c38;
      text-align: justify;
     }

     .titutexto01{
      color: #0D1164;
      text-align: center;
      font-size: 29px;
      font-weight: 700;
      font-family: Arial, Helvetica, sans-serif;
     }


     .titutexto03{
      color: #292c38;
      text-align: center;
      font-size: 25pxx;
      font-family: Arial, Helvetica, sans-serif;
     }

    .titutexto02{
      font-family: Arial, Helvetica, sans-serif;
      color: #0D1164;
      font-size: 25px;
     }

     .imgnosotros{
      height: 80%;
      width: 60%;
      overflow: hidden;
      position: absolute;
      border-radius: 3%;
     
     }

      /**INICIO**/ 

 /**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.05);
}

/* Animación */
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

 /**NOSOTROS01**/ 

    .menu{
        color: #8a4ffe;
        font-family:Arial, Helvetica, sans-serif;
        font-weight: 900;

    }
        .colores{
            font-family: 'Delius Unicase', cursive;
            background: #8a4ffe;
            font-size: 25px;
          }

            .direccion01{
            color: #0D1164;
        }

        .btnRosa{
            color: #fff;
            background:#0D9276;
            border: 1px solid #9ae4b8;
        }

        .boton{
            color: #f8f9f9;
            background: #8a4ffe;
        }

        .btnWhats{
                    bottom: 20px;
                    right: 20px;
                    width: 70px;
                }
        .logo{
            float: left;
            width: 15%;
            min-width: 100px;
            border-radius: 10%;
        }

          .logo01{
            float: none;
            width: 15%;
            min-width: 100px;
            border-radius: 10%;
            padding:10px;
        }

    /**NOSOTROS**/  

    /**GALERIA**/  

    .stack07{
      position: relative;
      background-color: #f8f9f8;
    }

    .card07{
      position: sticky;
      top: 20px;
      height: 250px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 10px;
    }

    .card07 img{
      height: 230px;
      width: 1000px;
      object-fit: cover;
      border-radius: 12px;
      box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
    }

    .card07:nth-child(1) {z-index: 1;}
    .card07:nth-child(2) {z-index: 2;}
    .card07:nth-child(3) {z-index: 3;}
    .card07:nth-child(4) {z-index: 4;}
    .card07:nth-child(5) {z-index: 5;}

    /**GALERIA**/   



   /**NOSOTROS01**/  
/* From Uiverse.io by vinodjangid07 */ 
.card {
  width: 300px;
  height: 220px;
  background-color: #f8f9f8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
  gap: 13px;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 2px 50px rgba(0, 0, 0, 0.062);
}

#cookieSvg {
  width: 50px;
}

#cookieSvg g path {
  fill: rgb(97, 81, 81);
}

.cookieHeading {
  font-size: 2.0em;
  font-weight: 800;
  color: #8a4ffe;
}

.cookieDescription {
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
  color: rgb(99, 99, 99);
}

.buttonContainer {
  display: flex;
  gap: 20px;
  flex-direction: row;
}

.acceptButton {
  width: 180px;
  height: 30px;
  background-color: #7b57ff;
  transition-duration: .2s;
  border: none;
  color: rgb(241, 241, 241);
  cursor: pointer;
  font-weight: 600;
  border-radius: 20px;
}

.declineButton {
  width: 80px;
  height: 30px;
  background-color: rgb(218, 218, 218);
  transition-duration: .2s;
  color: rgb(46, 46, 46);
  border: none;
  cursor: pointer;
  font-weight: 600;
  border-radius: 20px;
}

.declineButton:hover {
  background-color: #ebebeb;
  transition-duration: .2s;
}

.acceptButton:hover {
  background-color: #9173ff;
  transition-duration: .2s;
}
   /**NOSOTROS01**/  

 /**MISION**/ 
/* From Uiverse.io by suleymanlaarabidev */ 
.card02 {
  width: 90px;
  height: 90px;
  background: #f8f9f8;
  transition: all 0.4s;
  border-radius: 10px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.274);
  font-size: 30px;
  font-weight: 900;
}

.card02:hover {
  border-radius: 15px;
  cursor: pointer;
  transform: scale(1.2);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.705);
  background: #0B1D51;
}

.first02-content {
  height: 100%;
  width: 100%;
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  border-radius: 15px;
}

.card02:hover .first02-content {
  height: 0px;
  opacity: 0;
}

.second02-content {
  height: 0%;
  width: 100%;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 15px;
  transition: all 0.2s;
  color: #f8f9f8;
  transform: rotate(90deg) scale(-1);
}

.card02:hover .second02-content {
  opacity: 1;
  height: 100%;
  font-size: 10px;
  transform: rotate(0deg);
}
.card02-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  padding: 20px;
}

.titulo03{
    color: #292c38;
    font-size: 30px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.titulo04{
color: #8a4ffe; 
font-family: Arial, Helvetica, sans-serif;
font-weight: 800;
}

.icono01{
color: #0B1D51;
font-size: 30px;
}
 /**MISION**/ 

.bg-direccion{
background: #8a4ffe;
 }

 /**SERVICIOS**/ 



.titulo05{
color: #001BB7;
font-size: 16px;
font-weight: 700;
}

.titulo06{
color: #0D1164; 
font-size: 13px;
text-align: center;
}

.imgservicos{
width: 80%;
height: 60%;
border-radius: 50%;
overflow: hidden;
transition: transform 0.5s ease;
cursor: pointer;
margin: 15px;
}

.imgservicos:hover{
    transform: scale(1.1);
}

  /**SERVICIOS**/ 

/* Responsivo para pantallas más pequeñas */
@media (max-width: 768px) {
  .card02 {
    transform: scale(1) !important; /* Evitar que se salga del contenedor al hacer hover */
  }

  .card01{
  width: 400px;
  height: 0px;
  perspective: 600px;
  margin: 0 10px;
}

.titulo01{
 font-family: Arial, Helvetica, sans-serif;
 color: #fff;
 font-size: 10px;
 text-align: justify;
 margin: 0 15px;
}

.titulo02{
    font-size: 15px; 
     color: #8a4ffe; 
     font-family: Arial, Helvetica, sans-serif;
     font-weight: 800;  
}

.imgnosotros01{
  overflow-y: hidden;
  height: 200px;
  width: 450px;
  border-radius: 3%;
  margin: 0 1px;
}
.nosotros03{
  color: #292c38;
  font-size: 14px;
  text-align: justify;
  font-family: Arial, Helvetica, sans-serif;
}

 .titutexto01{
      color: #0D1164;
      text-align: center;
      font-size: 20px;
      font-weight: 700;
      font-family: Arial, Helvetica, sans-serif;
     }

       .titutexto03{
      color: #292c38;
      text-align: center;
      font-size: 15px;
      font-family: Arial, Helvetica, sans-serif;
     }

       .container08{
      text-align: center;
      overflow: hidden;
    
     }

       .titutexto{
      position: relative;
      transform: translate(1%, -250%);
      color: white;
      font-size: 12px;
      font-weight: bold;
      text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
      text-align: center;
      background-size: cover;
      
    }

        .imagenmenu{
      position: relative;
      display: inline-block;
      width: 100%;
      height: 88%;
      max-width: 400px;      
      border-radius: 3%;
      transition: transform 0.5s ease;
      cursor: pointer;      
    }

     .titutexto02{
      font-family: Arial, Helvetica, sans-serif;
      color: #0D1164;
      font-size: 13px;
      overflow: hidden;
      display: block;
      position: absolute;
     }

     .titulo05{
color: #001BB7;
font-size: 14px;
font-weight: 700;
overflow: hidden;
display: block;
min-width: 100px;
margin: 25px;
}

.titulo06{
color: #0D1164; 
font-size: 12px;
text-align: center;
overflow: hidden;
display: block;

}

.imgservicos{
width: 45%;
height: 40%;
border-radius: 50%;
transition: transform 0.5s ease;
cursor: pointer;
overflow: hidden;
margin: 25px;
} 

 .colores{
            font-family: 'Delius Unicase', cursive;
            background: #8a4ffe;
            font-size: 15px;
            text-align: center;
          }

  .img06 {
    height: 100px;
    margin-inline: 10px;
  }

  .slide-track06 {
    animation-duration: 40s; /* Más lento en móviles */
  }
.slider12-track {
    width: calc(140px * 16);
    animation-duration: 40s;
  }

  .slide12 {
    width: 140px;
    padding: 0 5px;
  }

}

@media (max-width: 480px) {
  .slider-track {
    width: calc(120px * 16);
    animation-duration: 45s;
  }

  .slide {
    width: 120px;
    padding: 0 5px;
  }

       .titutexto02{
      font-family: Arial, Helvetica, sans-serif;
      color: #0D1164;
      font-size: 14px;
     position: relative;
     overflow: hidden;
     }
}
 