body {
  font-family: 'Lato', 'Susanow', sans-serif!important;
}

/* Carrusel */
.carrusel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
  padding: 0px 0px 0px 0px;
  top:0px;
  left:0px;
}

#nokey {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; /* encima del carrusel, debajo de imagen si z-index de imagen es mayor */
  width: 100%;
  height: auto;
  pointer-events: none; /* para que no bloquee clicks o botones */
}

.carousel {
  position: relative;
  z-index: 1; /* debajo del canvas */
}

.imagen-fondo-inferior {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 5;
}

.texto-slide {
  position: absolute;
  bottom: 15%;
  left: 3%;
  color: white;
  font-size: calc(2em + 2vw);
  line-height: 0.85;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  max-width: 40%;
  font-weight: 300;
  font-family: 'Susanow', sans-serif;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
  pointer-events: none; /* para que no interfiera con eventos */
}

@media (max-width: 762px) {
  .texto-slide {
    font-size: calc(1em + 1vw);
    line-height: 0.6;
     bottom: 20%;
    
  }
}
/* Carrusel */



/* Botones */
.botones {
	padding: 50px 0px 120px 0px;
	background-color:#ffffff;
}



.flip-container {
  perspective: 1000px;
  width: 100%;
  max-width: 300px;
  margin:0 auto;
}

.flipper {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-container:hover .flipper {
  transform: rotateY(180deg);
}

.front,
.back {
  width: 100%;
  height: auto;
  backface-visibility: hidden;
}

.front img,
.back img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.back {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateY(180deg);
}

/* Botones */


/* Particulas */
canvas{
    background-color: transparent;
}

/* Canvas superpuesto y adaptado al carrusel */
canvas#nokey {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 opacity:0.8;
  z-index: 2;
}
/* Particulas */

/* Flor de Liz */
.imagen-flotante {
  position: absolute;
  top: 5vh;         /* Separación relativa arriba */
  right: 5vw;       /* Separación relativa a la derecha */
  width: 20vw;      /* 20% del ancho de la pantalla */
  height: auto;     /* Ajuste proporcional al ancho */
  max-width: 350px; /* Límite máximo opcional */
  opacity: 0.3;
  z-index: 4;       /* Por encima del canvas y slider */
  animation: moverArribaAbajo 6s ease-in-out infinite;
   pointer-events: none; /* para que no interfiera con eventos */
}

@keyframes moverArribaAbajo {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* Flor de Liz */


/* Tu haces parte de este Proceso */
.proceso {
	padding:0px;
	background-color:#00b7a5;
}

.texto-proceso h1 {
	color:#ffffff;
	font-size: calc(3.5em + 3.5vw);
	font-weight:400;
	line-height:0.8;
	margin-bottom:50px;
}

.texto-proceso h1 span {
	font-weight:900;
	letter-spacing:1.5px;
}

.texto-proceso p {
	color:#ffffff;
	font-size: calc(1em + 1vw);
	font-weight:300!important;
	line-height:1;
}

.custom-btn {
  background-color: #FBB03B;
    color: #ffffff;
    border: none;
    transition: background-color 0.3s ease;
    border-radius: 50px;
    font-size: 25px;
    font-family: 'Susanow';
    font-weight: 400;
    padding: 5px 30px 5px 30px;
	margin-top:30px;
}

.custom-btn:hover {
  background-color: #FFC06E; /* color al pasar el mouse */
}
/* Tu haces parte de este Proceso */


/* Carrusen inferior */
.splide__slide {
      text-align: center;
      background: white;
      border-radius: 10px;
      padding: 10px;
      box-shadow: 0 4px 8px rgb(0 0 0 / 0.1);
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .splide__slide img {
      width: 100%;
      height: auto;
      object-fit: contain;
      border-radius: 8px;
      margin-bottom: 10px;
    }

    .splide__pagination {
      margin-top: 20px;
    }

    .splide__pagination__page {
      width: 10px;
      height: 10px;
      background: #ccc;
      border-radius: 50%;
      margin: 0 5px;
      transition: background 0.3s;
    }

    .splide__pagination__page.is-active {
      background: #007bff;
    }

    .splide__arrow {
      background: #007bff;
      border-radius: 50%;
      color: white;
      width: 35px;
      height: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    }

    .splide__arrow:hover {
      background: #0056b3;
	  
	}
	
	.carrusel-inf {
		background-color:#ffffff;
		padding:90px 0 90px 0;
	}
	
	.carrusel-inf h1 {
		font-size: calc(3em + 3vw);
		font-family: 'Susanow';
		color:#00b7a5;
	}
	
	.splide__pagination {
		margin-bottom:-50px;
	}
/* Carrusel infeior */

/* Footer */
.footer {
	padding:60px 0 60px 0;
	text-align:center;
	background-color:#004f9c
}

.footer img {
	margin: 0 auto;
}
/* footer */