/*
@version 1.1.5
*/

.funnel-dialog-multi__content__span {
  font-weight: bold;
  color: #228288;
}

.funnel-dialog-multi .funnel-tile {
  height: 100%;
  flex-basis: 270px;
  cursor: pointer;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.funnel-dialog-multi .funnel-tile__icon {
  position: relative;
  text-align: center;
  flex: 0 0 auto;
}

.funnel-dialog-multi .funnel-tile__title {
  background: #9b9b9b;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
  color: white;
  flex: 1 0;
}

.funnel-dialog-multi a:hover .funnel-tile__title {
  background-color: #228288;
}

.funnel-dialog-multi .funnel-tile__title h4 {
  font-size: 14px;
  text-align: center;
}

.funnel-dialog-multi .funnel-tile-container{
  display: flex;
  justify-content: center;
  margin: 16px;
}

.funnel-dialog-multi .funnel-tile-container a.cta-track-button {
  text-decoration: none;
}

.funnel-dialog-multi .funnel-tile-row {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}

.funnel-dialog-multi .funnel-tile-col {
  margin: 20px 0;
}

.header-wrapper {
  min-height: 550px;
  position: relative;
  background: #FCD85D;
  display: flex;
}

.header-wrapper .gradient {
  position: absolute;
  bottom: 0;
  height: 200px;
  width: 100%;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.00) 29%, rgba(0, 0, 0, 0.05) 66%, rgba(0, 0, 0, 0.10) 100%);
}

.screaming-banner__block__tel-link,
.screaming-banner__block__whatsapp-link {
  color: #228288
}

.content-elements {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 30px;
  z-index: 2;
}

.mobile-header {
  display: none;
  color: #228288;
  font-size: 24px;
  margin-bottom: 20px;
}

.mobile-header h3 {
  font-weight: bold;
}

.background-elements {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.background-elements div {
  position: absolute;
}

.background-elements__lamp img {
  width: 100%;
}

.background-elements__girl img {
  width: 100%;
}

.background-elements__plant img {
  width: 100%;
}

.background-elements__lamp {
  right: 10%;
  top: 0;
  width: 135px;
}

.background-elements__girl {
  right: 24%;
  bottom: 0;
  width: 495px;
}

.background-elements__plant {
  right: 0;
  bottom: 0;
  width: 165px;
}

.discount-badge {
  position: absolute;
  top: 100px;
  right: 20%;
  width: 165px;
  z-index: 3;
}

.company-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.company-details__reviews {
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 370px;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 4px;
}

.company-details__contact {
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: space-around;
  width: 370px;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 10px 0;
}

.company-details__contact .phone,
.company-details__contact .whatsapp {
  margin: 0 10px;
}

.company-details__contact span {
  color: #228288;
  font-size: 18px;
}

.company-details__contact img {
  margin-right: 7px;
  width: 20px;
}

.company-details__reviews .reviews__badges img {
  height: 30px;
  margin: 3px;
  max-height: 5vw;
}

.company-details__reviews .reviews__stars {
  display: flex;
}

.company-details__reviews .reviews__stars span {
  margin-right: 5px;
}

.funnel-dialog-multi {
  width: 100%;
  position: relative;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.call_to_action__ribbon {
  position: absolute;
  top: 0;
  z-index: 1;
  overflow: hidden;
  width: 165px;
  height: 165px;
  text-align: right;
}

.call_to_action__ribbon span {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  transform: rotate(-45deg);
  display: block;
  background: #228288;
  position: absolute;
  height: 100px;
  left: -80px;
  top: -30px;
  width: 200px;
  padding: 50px;
}

.funnel-dialog-multi__content {
  display: flex;
  flex-direction: column;
  padding: 10px;
  /* max-width: 620px; */
}

.funnel-dialog-multi__content h1 {
  font-size: 28px;
  margin: 14px;
  font-weight: bold;
  color: #228288;
}

.funnel-dialog-multi__content p {
  font-size: 14px;
  margin: 0px 0px 5px 15px;
}

.funnel-dialog-multi__content .cta-button {
  border: none;
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  margin: 10px 0;
  color: #ffffff;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  transition: 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  background: #770358;
  min-width: 220px;
  padding: 10px 20px;
}

.funnel-dialog-multi__content button.cta-button--big {
  padding: 20px 40px;
  margin: 25px 0;
}

.funnel-dialog-multi__footer {
  background: #228288;
}

.funnel-dialog-multi__footer ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 15px 0;
  margin-bottom: 0;
}

.funnel-dialog-multi__footer ul li {
  display: flex;
  font-size: 14px;
  color: #fff;
  margin: 5px 0;
  counter-increment: item;
}

.funnel-dialog-multi__footer ul li:before {
  font-size: 10px;
  line-height: 17px;
  width: 17px;
  margin-right: 10px;
  content: counter(item);
  background: #fff;
  border-radius: 100%;
  color: #228288;
  text-align: center;
  display: inline-block;
}

.company-details-mobile {
  display: none;
}

.funnel-dialog-multi .funnel-tile__check {
  position: absolute;
  top: 0;
  right: 0;
  height: 32px;
  width: 32px;
  margin: 20px;
}

.funnel-dialog-multi .funnel-tile__check-1 {
  display: none;
}

.funnel-dialog-multi .funnel-tile__check-2 {
  display: none;
}

@media (max-width: 1279px) {
  .content-elements {
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 0;
  }

  .header-wrapper {
    flex-direction: column;
  }

  .mobile-header {
    display: block;
    margin-top: 60px;
  }

  .discount-badge {
    position: relative;
    right: auto;
    top: auto;
    order: 1;
    margin-left: 30px;
    margin-bottom: 30px;
  }

  .discount-badge img {
    max-width: 160px;
  }

  .company-details {
    display: none;
  }

  .company-details-mobile {
    display: flex;
    background: #F2F2F2;
    flex-direction: column;
  }

  .company-details__contact {
    display: flex;
    flex-direction: column;
    background: none;
    text-align: center;
    margin: 0;
    width: auto;
  }

  .company-details__contact .phone, .company-details__contact .whatsapp {
    background: white;
    padding: 15px;
    margin: 10px 20px;
    border-radius: 4px;
  }

  .company-details__reviews {
    height: 56px;
    width: auto;
    margin: 0px 20px;
  }

  .company-details__reviews .reviews__link a {
    font-size: 10px;
  }

  .background-elements__girl {
    display: none;
  }

  .funnel-dialog-multi {
    margin-bottom: 0;
  }

  .funnel-dialog-multi__content {
    padding: 20px 30px;
  }

  .funnel-dialog-multi__footer ul {
    flex-direction: column;
    padding: 20px 20px;
  }

  .funnel-dialog-multi__footer ul li {
    margin: 10px;
  }
}

@media only screen and (max-width: 1280px) {
  /* .funnel-dialog-multi .funnel-tile {
    height: 116px;
  } */
}

@media only screen and (max-width: 767px) {

  .funnel-dialog-multi .funnel-tile-col {
    margin: 5px 0;
  }
  .funnel-dialog-multi .funnel-tile__image {
    height: 64px;
  }
  .funnel-dialog-multi__content {
    padding: 15px;
  }
  .funnel-dialog-multi__content h1 {
    font-size: 28px;
    margin: 20px 13px 10px;
    font-weight: bold;
    color: #228288;
  }
  .funnel-dialog-multi .funnel-tile {
    flex-direction: row;
  }
  .funnel-dialog-multi .funnel-tile__title h4 {
    font-size: 16px;
  }
}

@media (max-width: 426px) {
  .funnel-dialog-multi .funnel-tile-container {
    margin: 15px;
  }

  .funnel-dialog-multi__content h1 {
    margin: 0 13px 10px;
    font-size: 22px;
  }

  .funnel-dialog-multi__content {
    padding: 15px;
  }

}

@media (max-width: 360px) {
  .funnel-dialog-multi__content {
    padding: 15px 0px;
  }
}

