/*#region GENERICO */
.h-full {
  height: 100%;
}

.w-full {
  width: 100%;
}

.w-fit {
  width: fit-content;
}

.w-33 {
  width: 33%;
}

.w-2-5 {
  width: 2.5rem;
}

.pb-30 {
  padding-bottom: 30px;
}

.pr-8 {
  padding-right: 8px;
}

.cursor-pointer:hover {
  cursor: pointer;
}

.text-center {
  text-align: center;
}

.flex-1 {
  flex: 1 1 0;
}

.hover-underline-white:hover {
  text-decoration: underline;
  text-decoration-color: white;
}

.hover-underline-blue:hover {
  text-decoration: underline;
  text-decoration-color: #00839c;
}

.hover-bg-gray:hover {
  background-color: #dddddd;
  transition: all 0.2s ease-in-out;
}

.hover-bg-gray {
  background-color: transparent;
  transition: all 0.2s ease-in-out;
}

.bg-white-important {
  background-color: white !important;
}
/*#endregion */

/*#region TRANSPLANTES */
.gallery-prev-after {
  position: relative;
  max-height: 1000px;
  overflow: hidden;
}

.gallery-prev-after-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 80%,
    rgba(255, 255, 255, 1) 95%,
    rgba(255, 255, 255, 1) 100%
  );
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}

.gallery-prev-after-absolute-txt {
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #00839c;
  padding: 24px;
}

.gallery-prev-after-absolute-txt:hover {
  cursor: pointer;
}

.gallery-prev-after-display {
  padding: 0px;
  margin: 0px;
  column-count: 3;
  -webkit-column-count: 3;
  list-style-type: none;
  column-gap: 60px;
}

.gallery-prev-after-image {
  width: 100%;
  height: auto;
}
/*#endregion */

/*#region SWIPER CASOS SUCESSO */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.controllers-div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding-bottom: 30px;
}

.swiper-pagination-test {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow-x: auto;
}

.swiper-pagination-test .swiper-pagination-bullet {
  height: 60px;
  width: 60px;
  border-radius: 60px;
  background-color: white;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.swiper-pagination-test
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 2px solid #6fb1c8;
  opacity: 1;
}

.swiper-button-prev-test,
.swiper-button-next-test {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(0, 53, 64, 0.6);
  border-radius: 50px;
  background-color: white;
  transition: all 0.3s ease-in-out;
  color: #003540;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.swiper-button-prev-test:hover:not(.swiper-button-disabled),
.swiper-button-next-test:hover:not(.swiper-button-disabled) {
  cursor: pointer;
  background-color: #003540;
  color: white;
  transition: all 0.3s ease-in-out;
}

.swiper-button-prev-test:hover.swiper-button-disabled,
.swiper-button-next-test:hover.swiper-button-disabled {
  cursor: not-allowed;
}

.testimonials-main-div {
  height: 100%;
  display: flex;
  flex-direction: row;
  background: linear-gradient(
    269.86deg,
    #fafafa 11.11%,
    rgba(255, 255, 255, 0) 69.73%
  );
}

.testimonial-video-div {
  position: relative;
  width: 50%;
}

.testimonial-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.testimonial-content {
  padding: 80px;
  width: 50%;
}

.testimonial-content h4 {
  font-weight: 500;
  text-align: start;
  padding-bottom: 6px;
}

.testimonial-content p {
  text-align: start;
}

.testimonial-comparator {
  padding-top: 40px;
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.testimonial-comparator-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-comparator-img-left,
.testimonial-comparator-img-right {
  width: 50%;
  height: 250px;
}
/*#endregion */

/*#region FORMAÇÃO */
.testimonial10_arrow:hover {
  background-color: #003540;
  transition: all 0.3s ease-in-out;
}

.testimonial10_arrow:hover .testimonial10_arrow-icon {
  color: white;
  transition: all 0.3s ease-in-out;
}
/*#endregion */

/*#region NOTICIAS */
.blog6_list-wrapper {
  display: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.blog6_menu-link.w-inline-block.active {
  background-color: #6fb1c8;
}

.blog6_menu-link.w-inline-block {
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}

.blog6_menu-link.w-inline-block:hover {
  background-color: #6fb1c8;
  transition: all 0.3s ease-in-out;
}
/*#endregion */

/*#region CASOS SUCESSO */
.casos-sucesso-categorias-div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.casos-sucesso-categoria {
  text-decoration: none;
  color: #222222;
  padding: 20px;
  border-bottom: 3px solid white;
}

.casos-sucesso-categoria:hover {
  cursor: pointer;
  border-bottom: 3px solid #6fb1c8;
}

.casos-sucesso-categoria.active {
  color: #000;
  border-bottom: 3px solid #00839c;
}

.casos-sucesso-txt {
  text-wrap: nowrap;
  white-space: nowrap;
}

.gallery-transplante {
  display: none;
  transition: all 0.3s ease-in-out;
}

.gallery-transplante.active {
  display: block;
  transition: all 0.3s ease-in-out;
}
/*#endregion */

/*#region POPUP SIMULACAO */
.h-popup {
  max-height: 90vh;
  overflow: auto;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

#popup-simulacao {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  display: none;
  justify-content: center;
  align-items: center;
  overflow: auto;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.popup-card {
  position: relative;
  display: flex;
  padding: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  border-radius: 30px;
  background: #fff;
  width: 100%;
  max-width: 750px;
}

.close-popup {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 1;
}

.close-popup:hover {
  cursor: pointer;
}

.popup-content {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  width: 100%;
}

#paragraph-step {
  font-family: DM Sans, sans-serif;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #6fb1c8;
}

#popup-title {
  font-family: DM Sans, sans-serif;
  font-weight: 500;
  line-height: 48px;
  text-align: center;
  color: #003540;
}

#popup-data {
  font-family: DM Sans, sans-serif;
  font-weight: 700;
  line-height: 34px;
  text-align: center;
  color: #003540;
}

.popup-inputs-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 18px;
}

#popup-content {
  transition: all 0.3s ease-in-out;
}

#checkbox-genero,
#checkbox-idade,
#checkbox-queda-cabelo,
#input-contactos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
}

#checkbox-genero div,
#checkbox-idade div,
#checkbox-queda-cabelo div {
  width: 100%;
  padding: 12px;
  border: 1px solid #003540;
  border-radius: 60px;
  font-family: DM Sans, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}

#checkbox-genero div:hover,
#checkbox-idade div:hover,
#checkbox-queda-cabelo div:hover {
  cursor: pointer;
  background-color: #6fb1c8;
  transition: all 0.3s ease-in-out;
}

#checkbox-genero div.active,
#checkbox-idade div.active,
#checkbox-queda-cabelo div.active {
  background-color: #6fb1c8;
}

#popup-notes {
  font-family: DM Sans, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}
/*#endregion */

/*#region CONTACTOS */
.contact-form-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.step-txt {
  font-family: DM Sans, sans-serif;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #6fb1c8;
}

.contact-form-title {
  font-family: DM Sans, sans-serif;
  font-weight: 500;
  line-height: 48px;
  text-align: center;
  color: #003540;
}

.contact-form-input-title {
  font-family: DM Sans, sans-serif;
  font-weight: 700;
  line-height: 34px;
  text-align: center;
  color: #003540;
}

.contact-form-notes {
  font-family: DM Sans, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.iti__country-container:hover,
.iti__country-container:hover .iti__selected-country {
  background-color: transparent !important;
}

.iti {
  width: 100%;
}

.iti--allow-dropdown input.iti__tel-input,
.iti--allow-dropdown input.iti__tel-input[type="text"] {
  padding-left: unset !important;
}

.grecaptcha-badge{
  width: 0 !important;
  opacity: 0 !important;
}
/*#endregion */

/*#region WIDGET REVIEWS */
.background-cinza {
  background-color: #fbfbfb;
}
/*#endregion */

/*#region SUCCESS */
.layout-sucess {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/*#endregion */

/*#region FOOTER */
.newsletter-form {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.input-newsletter {
  background-color: transparent;
  border: 1px solid white;
  color: white;
}

.input-newsletter::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.input-newsletter:focus {
  border-color: white;
}
/*#endregion */

/*#region MEDIA QUERIES */
@media screen and (min-width: 768px) {
  .layout416_content-left {
    position: sticky;
    top: 100px;
  }
}
@media screen and (min-width: 992px) {
  .pb-lg-60 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
  .navbar5_menu {
    height: 100dvh;
    border-bottom: 1px solid var(--border-color--border-primary);
    background-color: var(--base-color-neutral--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    align-items: flex-start;
    margin-left: 0;
    padding: 1rem 5% 6.5rem;
    transition: height 0.5s;
    position: absolute;
    overflow: auto;
  }

  .navbar5_link {
    width: auto;
    padding: 0.75rem 0;
    font-size: 1.125rem;
  }

  .navbar5_menu-right {
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: start;
    margin-top: 1.5rem;
  }

  .menu-icon {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -0.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    width: 24px;
    height: 2px;
    background-color: var(--base-color-neutral--black);
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    width: 24px;
    height: 2px;
    background-color: var(--base-color-neutral--black);
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-bottom {
    width: 24px;
    height: 2px;
    background-color: var(--base-color-neutral--black);
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar5_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .navbar5_dropdown-toggle {
    align-items: center;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .dropdown-chevron {
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .navbar5_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .navbar5_dropdown-content {
    flex-direction: column;
  }

  .navbar5_dropdown-content-left {
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar5_dropdown-content-right {
    max-width: none;
    align-items: flex-start;
  }

  .navbar5_dropdown-list.w--open {
    min-width: auto;
    border-style: none;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .navbar5_dropdown-background-layer {
    min-width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .testimonials-main-div {
    flex-direction: column;
    background: linear-gradient(
      00deg,
      #fafafa 11.11%,
      rgba(255, 255, 255, 0) 69.73%
    );
  }
  .testimonial-video-div {
    margin-inline: auto;
    width: 50%;
    height: 600px;
  }
  .testimonial-content {
    width: 100%;
  }
  .testimonial-comparator-img-left,
  .testimonial-comparator-img-right {
    height: 350px;
  }
  .gallery-prev-after-display {
    column-count: 2;
    -webkit-column-count: 2;
    column-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .testimonial10_slide {
    padding-inline: 3rem;
  }
  .testimonial10_arrow {
    width: 2rem;
    height: 2rem;
  }
  .w-slider-nav {
    padding-top: 15px;
  }
  .testimonial-video-div {
    height: 400px;
  }
  .testimonial-comparator-img-left,
  .testimonial-comparator-img-right {
    height: 250px;
  }
  .swiper-pagination-test .swiper-pagination-bullet,
  .swiper-button-prev-test,
  .swiper-button-next-test {
    width: 30px;
    height: 30px;
  }
  .testimonial-content {
    padding: 20px;
  }
  .popup-card {
    padding: 50px 20px;
  }
  .casos-sucesso-categorias-div {
    justify-content: unset;
  }
}
@media screen and (max-width: 575px) {
  .testimonial-video-div {
    width: 100%;
  }
  .gallery-prev-after-display {
    column-count: 1;
    -webkit-column-count: 1;
    column-gap: 30px;
  }
  .contact23_item {
    padding: 15px;
  }
}
/*#endregion */
