@import url('https://fonts.googleapis.com/css2?family=Barrio&display=swap');

header {
  background-color: #E3F7F8 !important;
}

.wrapper {
  background: linear-gradient(rgba(93, 206, 215, 1),rgba(255, 255, 255, 0)) no-repeat;
}

#kids-treatment {
  color: #FFF;
}

.row > .title {
  font-size: 40px;
  margin-bottom: 32px;
}

h1.title, h2.title {
  font-family: 'Barrio', cursive;
}

p.subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
}

/* Header */
.header {
  background: url('../images/kids-treatment/header-stars.png') no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  padding-top: 60px;
  text-align: center;
}

.title-container .title {
  font-size: 80px;
  line-height: 1.1;
  font-weight: 400;
}

.title-container {
  padding-top: 100px;
}

.title-container > h3 {
  font-weight: 400;
}

.header .image-header {
  position: relative;
  top: 140px;
}

@media screen and (max-width: 768px) {
  .header .image-header {
    top: 190px;
  }
}

@media screen and (max-width: 425px) {
  .title-container {
    padding-top: 0;
  }

  .header .image-header {
    top: 56px;
  }
}

/* Cloud */
.cloud-container {
  position: relative;
}

.cloud-container--rotated {
  transform: rotateX(180deg);
}

.cloud-container .cloud {
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  max-height: 360px;
}

.cloud-container .cloud-transparent {
  width: 100%;
}

/* USP */
.usp {
  background-color: #FFF;
  padding: 24px 0;
  color: #2EC0CB;
  position: relative;
}

.usp-item-trigger-container {
  display: flex;
  flex-direction: row;
  width: 80%;
  justify-content: space-evenly;
  margin: 0 auto;
  flex-wrap: wrap;
}

.usp-item-trigger {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px 16px 0;
}

.image-usp {
  max-width: 65px;
  position: relative;
  top: 0;
  transition: .3s top ease;
}

.usp-item-trigger:hover .image-usp {
  top: -12px;
}

.usp-item-trigger--blue {
  background-color: #91D8D9;
}

.usp-item-trigger--red {
  background-color: #FB9092;
}

.usp-item-trigger--green {
  background-color: #B6ED70;
}

.usp-item-trigger--yellow {
  background-color: #FCD637;
}

.usp-item-trigger--purple {
  background-color: #D3B5DA;
}

.usp-content-container {
  margin-top: 40px;
  display: flex;
  align-items: center ;
}

.usp-content-container .usp-content {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.5;
}

.usp-content-image-container {
  padding: 16px;
}

.usp-content-container--blue {
  color: #2EC0CB;
}

.usp-content-container--blue .usp-content-image-container {
  background-color: #2EC0CB !important;
}

.usp-content-container--red {
  color: #FB9092;
}

.usp-content-container--red .usp-content-image-container {
  background-color: #FB9092 !important;
}

.usp-content-container--yellow {
  color: #FCD637;
}

.usp-content-container--yellow .usp-content-image-container {
  background-color: #FCD637 !important;
}

.usp-content-container--green {
  color: #B6ED70;
}

.usp-content-container--green .usp-content-image-container {
  background-color: #B6ED70 !important;
}

.usp-content-container--purple {
  color: #D3B5DA;
}

.usp-content-container--purple .usp-content-image-container {
  background-color: #D3B5DA !important;
}

@media screen and (max-width: 425px) {
  .usp-content-container {
    display: flex;
    flex-direction: column-reverse;
    width: 100vw;
  }
  
  .usp-content-container .usp-content {
    margin-top: 24px;
  }

  .usp-item-trigger {
    margin: 16px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .usp-item-trigger-container {
    width: 90%;
  }
}

/* Treatment */
.treatment {
  padding: 40px 24px;
  color: #FFF;
  background: url('../images/kids-treatment/header-stars.png') repeat;
  background-position: 0% 50%;
  background-size: cover;
}

.treatment .showcase-card-item .title {
  color: #2EC0CB;
}


/* Kids Treatment */
.kids-treatment-container {
  position: relative;
  background: url('../images/kids-treatment/header-stars.png') no-repeat;
  background-color: #FFF;
  background-position: 50% 0%;
  z-index: 2;
}

.kids-treatment {
  background: none;
}

.kids-treatment .showcase-card-slider-arrow {
  color: #25BEC9;
}

/* Girl */
.girl {
  background: url('../images/kids-treatment/header-stars.png') repeat;
  background-position: 0% 50%;
  background-size: cover;
}

.girl .image-header {
  position: relative;
  top: 140px;
}

.box-container {
  height: 100px;
  background-color: #FFF;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .girl .image-header {
    top: 210px;
  }
}

@media screen and (max-width: 425px) {
  .girl {
    display: flex;
    flex-direction: column-reverse;
  }

  .girl .title-container {
    padding-top: 40px;
  }

  .girl .title-container .title {
    font-size: 64px;
  }
  
  .girl .image-header {
    top: 56px;
  }
}

/* FAQ */
.faq .title {
  color: #2EC0CB;
  padding: 48px 0 24px;
}

.faq .bubble {
  background-color: #2EC0CB;
  padding: 24px 24px 40px;
  border-radius: 30px;
  position: relative;
}

.faq .bubble-container + .bubble-container {
  margin-top: 48px;
}

.faq .bubble-left::before {
  display: block;
  position: absolute;
  content: '';
  height: 0;
  top: 25%;
  left: -36px;
  border-top: 36px solid transparent;
  border-bottom: 36px solid transparent; 
  border-right: 36px solid #2EC0CB; 
}

.faq .bubble-right::after {
  display: block;
  position: absolute;
  content: '';
  height: 0;
  top: 25%;
  right: -36px;
  border-top: 36px solid transparent;
  border-bottom: 36px solid transparent; 
  border-left: 36px solid #2EC0CB; 
}

/* Reservation */
.reservation {
  padding: 80px 0 240px;
}

.image-reservation-container {
  position: relative;
  border-radius: 36px;
  z-index: 2;
}

.image-reservation-container::before {
  position: absolute;
  border-radius: 36px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background-color: rgba(93, 206, 215, 0.8);
  z-index: 1;
}

.image-reservation-container .image-star, .image-reservation-container .image-whatsapp {
  position: absolute;
  width: 64px;
  height: 64px;
  z-index: 2;
  bottom: -16px;
}

.image-reservation-container .image-reservation {
  border-radius: 36px;
}

.image-reservation-container .image-star {
  left: -24px;
}

.image-reservation-container .image-whatsapp {
  right: -24px;
}

.reservation-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 3;
}

.reservation-content > p {
  font-size: 32px;
  width: 80%;
}

.reservation-content .whatsapp--trigger {
  position: absolute;
  background-color: #FFF;
  font-size: 24px;
  border-radius: 8px;
  padding: 8px 0;
  width: 280px;
  color: #2EC0CB;
  bottom: 16px;
  cursor: pointer;
  transition: 0.3s all ease;
}

.reservation-content .whatsapp--trigger:hover {
  background-color: #1B7076;
  color: #FFF;
}

@media screen and (max-width: 768px) {
  .reservation {
    padding-bottom: 150px;
  }
}