
/* ============ *\
	   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%);
    }
  }

/*Los movi al css general al recursos style*/

/*
.btn-slider {
  background-color: #ec5483;
  border-radius: 30px;
  font-size: 1.2rem;
  padding: 10px 20px;
  text-align: center;
  transition: ease-in;
}

.btn-slider:hover {
  transition: ease-in .7s;
  background-color: #c03c66;
}

*/

.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;
  }
}



.customerSlider {
  margin: 96px auto;
  max-width: 1260px;
  position: relative;
}

.customerSlider-slide {
  box-sizing: border-box;
  display: none;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (min-width: 48em) {
  .customerSlider-slide {
    box-shadow: 0 20px 50px 0 rgba(34, 43, 55, 0.1);
  }
}
.customerSlider-slide.-active {
  display: flex;
}

.customerSlider-image {
  box-sizing: border-box;
  flex: 0 1 auto;
  position: relative;
  width: 100%;
  cursor: pointer;
}
@media (min-width: 60em) {
  .customerSlider-image {
    flex-basis: 50%;
    max-width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
}
.customerSlider-image img {
  height: 100%;
  width: 100%;
}

.customerSlider-text {
  box-sizing: border-box;
  flex-basis: 100%;
  flex: 0 1 auto;
  max-width: 100%;
  position: relative;
}
@media (min-width: 60em) {
  .customerSlider-text {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 48em) {
  .customerSlider-text {
    background-color: #fff;
  }
}

.customerSlider-text-inner {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  padding: 24px;
}
@media (min-width: 80em) {
  .customerSlider-text-inner {
    padding-bottom: 32px;
    padding-top: 32px;
  }
}

.customerSlider-text-inner-col {
  box-sizing: border-box;
  flex: 0 1 auto;
  position: relative;
}
@media (min-width: 60em) {
  .customerSlider-text-inner-col {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
    margin-left: 8.33333%;
  }
}
@media (min-width: 80em) {
  .customerSlider-text-inner-col {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
    margin-left: 16.66667%;
  }
}
.customerSlider-text-inner-col:before {
  background: url("https://luna1.co/b2578d.png") no-repeat 50%;
  background-size: cover;
  content: "";
  display: block;
  height: 21px;
  margin-bottom: 16px;
  width: 25px;
}
@media (min-width: 60em) {
  .customerSlider-text-inner-col:before {
    left: -36px;
    margin-bottom: 0;
    position: absolute;
    top: 0;
  }
}
@media (min-width: 80em) {
  .customerSlider-text-inner-col:before {
    left: -48px;
  }
}

@media (min-width: 70em) {
  .customerSlider-quote {
    margin-bottom: 32px;
  }
}
@media (min-width: 80em) {
  .customerSlider-quote {
    font-size: 1.375rem;
  }
}

.customerSlider-navigation {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 32px;
}
@media (min-width: 48em) {
  .customerSlider-navigation {
    margin-top: 64px;
  }
}

.customerSlider-link {
  background-color: #f6f8f9;
  cursor: pointer;
  flex: 1;
  flex-basis: 50%;
  max-width: 50%;
  padding-bottom: 16px;
  padding-top: 16px;
  text-align: center;
  transition: background-color 225ms, box-shadow 225ms;
}
@media (min-width: 50em) {
  .customerSlider-link {
    flex-basis: initial;
    max-width: initial;
  }
}
@media (min-width: 50em) {
  .customerSlider-link:not(:first-of-type) {
    margin-left: 16px;
  }
}
.customerSlider-link img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 48px;
  opacity: 0.5;
  transition: opacity 225ms;
}
.customerSlider-link.-active, .customerSlider-link:hover {
  background-color: #fff;
}
@media (min-width: 48em) {
  .customerSlider-link.-active, .customerSlider-link:hover {
    box-shadow: 0 20px 50px 0 rgba(34, 43, 55, 0.1);
  }
}
.customerSlider-link.-active img, .customerSlider-link:hover img {
  opacity: 1;
}




.container__contacto {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  padding: 40px 20px;
  height: auto;
  max-width: 1200px;
  margin: auto;
}

.card__contacto {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  padding: 2rem;
}

.card__contacto:hover {
  transform: translateY(-5px);
}

.card__contacto img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.card__contacto-content {
  padding: 20px;
}

.card__contacto-content h3 {
  margin-top: 0;
  color: #0078D7;
}

.card__contacto-content p {
  margin: 10px 0;
  line-height: 1.5;
}

.zoom-link {
  display: inline-block;
  margin-top: 10px;
  color: #0078D7;
  text-decoration: none;
  font-weight: bold;
}

.zoom-link:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .card__contacto img {
    height: 140px;
  }
}