/* ============ *\
	   SLIDER 
\* ============ */

#slider-lavanderia{
  background-color: none;
  z-index: -1;
}

section{
  background: none;
}

/* Slider */
.slider {
  height: 40vh;
  
}

.wallpaper {
  -webkit-animation: slider 1s ease infinite;
  animation: slider 14s ease infinite;
  background: linear-gradient(to bottom, #202c56 , #202c566b), url('https://images.unsplash.com/photo-1503676382389-4809596d5290?q=80&w=1752&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D') #fff center / cover no-repeat scroll;
  
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  /*border-radius: 0 0 90% 90%/0 0 30% 30%;*/
}

.wallpaper:nth-child(2) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
          background: linear-gradient(to bottom, #202c56 , #202c566b), url('https://images.unsplash.com/photo-1581548937082-f61b63fd32a6?q=80&w=1738&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D') #fff center / cover no-repeat scroll;
}

.wallpaper:nth-child(3) {
  background: linear-gradient(to bottom, #202c56 , #202c566b), url('https://images.unsplash.com/photo-1611928505960-5ffb0f8c0bd1?q=80&w=1740&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D') #fff center / cover no-repeat scroll;
    -webkit-animation-delay: 20s;
            animation-delay: 20s;
}

@media (max-width: 991px){
  .slider {
    height: 50vh;
    
  }
  
  .wallpaper {

    border-radius: 0 0 250% 250%/0 0 91% 91%;
  }

}

.ctn-content-slider h1 {
  color: #fff;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 0px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 30%;
}

  
@media (max-width: 991px){
  .ctn-content-slider h1 {
      color: #fff;
      font-weight: 700;
      font-size: 1.7rem;
      line-height: 0px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
    }
  }


.ctn-book-now {
  background-color: #000000;
  font: bold 18px sans-serif;
  padding: 0.5rem 1rem;
  right: calc(0% - 5px);
  transform: rotateZ(270deg) translateY(100%);
  z-index: 1;
}


@-webkit-keyframes slider {	
    20% {
        opacity: 1;
        visibility: visible;
  }
}

@keyframes slider {	
    20% {
        opacity: 1;
        visibility: visible;
  }
}







.terms-section {
  padding: 2rem;
  background: transparent;
}

.terms-section p{
  color: var(--color-letras-blanco);
}

.container__terminos {
  max-width: 1200px;
  margin: auto;
  padding: 1rem;
}

h1 {
  color: var(--color-principal);
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1rem;
  text-align: center;
}

.intro {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  text-align: center;
  color: #202c56 !important;
}

.term-block {
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: var(--color-principal);
  border-left: 5px solid #c29e50;
  border-radius: 6px;
}

.term-block h2 {
  margin-top: 0;
  font-size: 1.2rem;
  color: var(--color-letras-blanco);
  margin-bottom: 1rem;
}

.footer-note {
  text-align: center;
  font-size: 0.9rem;
  color: var(--color-principal) !important;
  margin-top: 2rem;
}

/* ============ *\
	   POLITICA DE DEVOLUCION
\* ============ */

#politica-devolucion{
  background-color: none;
  z-index: 1000;
}

.legal-section {
  padding: 4rem 1rem;
  background: transparent;
}

.legal-container {
  max-width: 1000px;
  margin: auto;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  backdrop-filter: blur(5px);
}

.legal-container h1 {
  color: var(--color-principal);
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.legal-container .intro {
  font-size: 1.15rem;
  margin-bottom: 3rem;
  text-align: center;
  color: var(--color-secundario) !important;
  line-height: 1.6;
  font-weight: 500;
}

.legal-block {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: var(--color-principal);
  border-left: 6px solid var(--color-terciario);
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.legal-block:hover {
  transform: translateX(5px);
}

.legal-block h2 {
  margin-top: 0;
  font-size: 1.4rem;
  color: var(--color-terciario);
  margin-bottom: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.legal-block p {
  color: var(--color-letras-blanco) !important;
  line-height: 1.7;
  font-size: 1rem;
  text-align: left;
}

.legal-footer-note {
  text-align: center;
  font-size: 0.95rem;
  color: var(--color-secundario) !important;
  margin-top: 3rem;
  font-weight: 600;
  border-top: 1px solid rgba(0,0,0,0.1);
  padding-top: 1.5rem;
}

/* Responsive */
@media (max-width: 768px) {
  .legal-container {
    padding: 1rem;
  }

  .legal-container h1 {
    font-size: 1.8rem;
  }

  .legal-block {
    padding: 1rem;
  }

  .legal-block h2 {
    font-size: 1.1rem;
  }
}
