/* Last modified: 2025-01-17 17:23:41 */

@keyframes fadeInUp {
  0% {
    transform: translateY(80px);
    opacity: 0;
  }

  to {
    opacity: 1;
    transform: translateY(10px);
  }
}

* {
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  appearance: none;
  padding: 0;
  outline: 0;
  margin: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -webkit-appearance: none;
}

body,
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

body.no-scroll,
html.no-scroll {
  overflow: hidden;
}

.seniors .static-box-text.custom > a,
.seniors .static-title h2.static-h2 {
  color: #5a06ad;
}

.seniors a.static-button {
  font-family: "Seven-Goudy Old Style";
  background-color: #5a06ad;
  color: #fff;
  border-image: linear-gradient(90deg, #d0c1f0, #5a06ad, #d0c1f0) !important;
  border-image-slice: 1 !important;
  letter-spacing: normal;
  display: inline-block;
  transition: all 0.3s;
}

.seniors a.static-button.big {
  padding: 28px 40px 20px;
  margin: 10% 0 0;
  border: 2px solid;
}

.seniors a.static-button.big span {
  text-transform: uppercase;
  line-height: 18px;
  font-size: 18px;
}

.seniors a.static-button:hover,
section.section.hero.seniors .container .content .text a:hover {
  background-color: transparent;
  color: #5a06ad;
}

.teens * {
  font-family: "Helvetica Neue" !important;
}

.teens a.static-button {
  background: #4e1369;
  transition: all 0.2s;
  color: #fff;
}

.teens a.static-button:hover {
  background: rgba(78, 19, 105, 0.3);
  border-color: #4e1369;
  color: #4e1369;
}

.teens .static-p {
  font-weight: 400;
  font-size: 14px;
}

.teens .static-title p {
  font-weight: 400;
  font-size: 13px;
}

.static-section {
  font-family: "Gotham", Sans-serif;
  flex-direction: column;
  color: #575757;
  display: flex;
}

.static-container {
  flex-direction: column;
  align-items: center;
  padding: 8% 0;
  display: flex;
}

.static-container.noBottom {
  padding-bottom: 0;
}

.static-title {
  padding-bottom: 8%;
  text-align: center;
}

.static-title.custom {
  padding-bottom: 4%;
}

.static-title h2.static-h2,
.static-title h3.static-h3 {
  text-transform: uppercase;
  opacity: 0;
  margin: 0;
}

.static-title h2.static-h2 {
  font-family: "gotham-medium";
  padding-bottom: 30px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 700;
  font-size: 16px;
}

.static-image p,
.static-title h3.static-h3 {
  font-family: "Seven-Goudy Old Style";
  font-weight: 400;
}

.static-title h3.static-h3 {
  line-height: 45px;
  font-size: 30px;
  color: #575757;
}

.static-title p {
  font-family: "Poppins-Regular";
  padding: 30px 0 0;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 100;
  font-size: 14px;
  opacity: 0;
}

.animate .static-title h2.static-h2 {
  animation: fadeInUp 1.25s forwards;
  animation-delay: 0.25s;
}

.animate .static-title h3.static-h3,
.animate .static-title p {
  animation: fadeInUp 1.25s forwards;
  animation-delay: 0.5s;
}

.animate .static-title p {
  animation-delay: 0.75s;
}

.animate .static-content .static-content-text,
.animate .static-content .static-ul {
  animation: fadeInUp 1.25s forwards;
  animation-delay: 1s;
}

.static-video {
  position: relative;
  aspect-ratio: 1.7777;
  max-width: 1450px;
  padding: 0 2%;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.static-iframe iframe,
.static-video video {
  background-color: #000;
  object-fit: cover;
  display: flex;
  border: 0;
  height: 100%;
  width: 100%;
}

.static-content {
  flex-direction: column;
  align-items: center;
  display: flex;
  width: 100%;
  flex: 1;
}

.static-p {
  font-family: "gotham-light";
  text-align: center;
  padding: 0 0 3%;
  line-height: 24px;
  font-weight: 300;
  font-size: 16px;
  color: #575757;
  margin: 0;
}

.static-ul {
  list-style: none;
  display: flex;
  padding: 0;
  opacity: 0;
  margin: 0;
}

.static-ul li {
  padding: 0 30px 8%;
  text-align: center;
  margin: 0;
}

.static-ul li strong {
  line-height: 32px;
  font-weight: 600;
  font-size: 16px;
  font-family: "gotham-medium";
}

.static-content-text,
.static-image {
  flex-direction: column;
  align-items: center;
  display: flex;
  padding: 0 2%;
}

.static-image {
  position: relative;
  z-index: 1000;
  max-width: 1140px;
}

.static-image img,
.static-ol li figure img {
  display: block;
  height: 100%;
  width: 100%;
}

.static-image p {
  padding: 1.5% 0 0;
  font-size: 14px;
  color: #000;
}

.static-content-text {
  max-width: 943px;
  width: 100%;
  opacity: 0;
}

.static-h4,
.static-h5 {
  font-family: "gotham-book";
  text-align: center;
  padding: 5% 0 0;
  line-height: 24px;
  font-weight: 500;
  font-size: 16px;
  margin: 0;
  color: #000;
}

.static-content-button {
  justify-content: space-around;
  align-items: center;
  max-width: 805px;
  display: flex;
  width: 100%;
}

.static-button {
  font-family: "Poppins-Regular";
  border-radius: 0 0 0 0;
  border-width: 1px;
  text-transform: uppercase;
  border-color: #7a7a7a;
  border-style: solid;
  transition: all 0.3s;
  text-align: center;
  padding: 10px 24px;
  font-weight: 500;
  font-size: 12px;
  color: #545454;
  fill: #545454;
}

.static-button.invert {
  background-color: #242424bf;
  color: #fff;
  font-size: 15px;
  border: 0;
}

.static-button.invert:hover {
  background-color: #fff;
  color: #545454;
}

.static-button:focus,
.static-button:hover {
  background-color: #545454;
  color: #fff;
}

.static-button.big {
  font-family: "Poppins-Regular";
  padding: 21px 60px;
  background-color: #545454;
  text-transform: uppercase;
  transition-duration: 1s;
  border-color: #545454;
  letter-spacing: 2px;
  margin: 10% 0 0;
  font-weight: 400;
  font-size: 17px;
  color: #fff;
  fill: #fff;
}

.static-button.big:focus,
.static-button.big:hover {
  background-color: silver;
  border-color: #545454;
  color: #545454;
}

.static-ol {
  justify-content: space-between;
  padding: 0 2% 5%;
  max-width: 1800px;
  list-style: none;
  flex-wrap: wrap;
  display: flex;
  width: 100%;
  margin: 0;
  flex: 1;
}

.static-ol.custom {
  padding-bottom: 0;
  max-width: 1140px;
}

.static-ol.custom li {
  padding: 5% 0 0;
  max-width: 311px;
}

.static-ol.all li {
  display: block !important;
}

.static-ol.all + .static-content-button {
  display: none;
}

.static-ol li {
  padding: 5% 0 0;
  display: none;
  width: 31%;
  margin: 0;
}

.static-ol li:nth-child(-n + 3) {
  padding-top: 0;
}

.static-ol li:nth-child(-n + 9) {
  display: block;
}

.static-ol li figure {
  margin: 0 0 12%;
  display: block;
  width: 100%;
}

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

.static-box-text h3 {
  font-family: "Seven-Goudy Old Style";
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 26px;
  color: #575757;
}

.static-box-text p {
  font-family: "gotham-light";
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
  color: #575757;
}

.static-box-text.custom h3 {
  margin: 3% 0;
}

.static-box-text.custom h3 a {
  font-family: "Seven-Goudy Old Style";
  font-weight: 400;
  font-size: 24px;
  color: #545454;
}

.static-box-text.custom p,
.static-box-text.custom > a {
  font-family: "Poppins-Regular";
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  color: #545454;
}

.static-box-text.custom > a {
  text-decoration: underline;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
}

.static-iframe {
  aspect-ratio: 1.7777;
  position: relative;
  height: 100%;
  width: 100%;
}

.static-iframe .static-image-overlay {
  background-position: center;
  background-size: cover;
  position: absolute;
  cursor: pointer;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.custom-thumbnail {
  padding-bottom: calc(1.5 * 80%);
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  width: 80%;
}

.custom-thumbnail img {
  transform: scale(1.01) translate(-50%, -50%);
  left: calc(50% + 1px);
  top: calc(50% + 1px);
  position: absolute;
  max-width: inherit;
  height: 100%;
  width: 125%;
}

@media only screen and (max-width: 767px) {
  .seniors a.static-button.big {
    padding: 15px 30px;
  }

  .seniors a.static-button.big span {
    font-weight: 500;
    font-size: 4vw;
  }

  .static-image p {
    padding: 1% 0 0;
    font-size: 12px;
  }

  .static-p {
    line-height: 22px;
    font-size: 14px;
  }

  .static-ul {
    flex-wrap: wrap;
    margin-bottom: 5%;
  }

  .static-ul li {
    width: 100%;
    padding: 0 10px;
    text-align: center;
    margin: 0;
  }

  .static-ul li strong {
    font-weight: 700;
  }

  .static-h4,
  .static-h5,
  .static-ul li strong {
    line-height: 22px;
    font-size: 14px;
  }

  .static-h4 br,
  .static-h5 br {
    display: none;
  }

  .static-title {
    padding: 0 10vw 10%;
  }

  .static-title.custom {
    padding-bottom: 4%;
  }

  .static-title h2.static-h2 {
    padding-bottom: 10px;
    line-height: 20px;
    font-size: 10px;
  }

  .static-title h3.static-h3 {
    line-height: 6vw;
    font-size: 5vw;
  }

  .static-title p {
    font-size: 12px;
    padding: 15px 0 0;
    letter-spacing: 0;
  }

  .static-content-button {
    flex-direction: column;
  }

  .static-button.big {
    padding: 15px 0;
    margin: 8% 0 0;
    font-size: 15px;
    width: 80%;
  }

  .static-ol {
    padding-top: 5%;
  }

  .static-ol.custom li {
    width: 100%;
    max-width: 100%;
    padding: 0 0 15%;
  }

  .static-ol.custom li:nth-child(3) {
    padding: 0 0 15%;
  }

  .static-ol.custom li figure {
    margin-bottom: 5%;
  }

  .static-ol li {
    width: 30%;
  }

  .static-ol li:nth-child(3) {
    padding: 0;
  }

  .static-image.noPadding,
  .static-video {
    padding: 0;
  }

  .static-video video {
    background-color: #000;
    object-fit: cover;
    display: flex;
    border: 0;
    height: 100%;
    width: 100%;
  }

  .static-image.fix {
    padding-top: 4%;
  }

  .static-content-text {
    max-width: initial;
    padding: 0 6vw;
  }

  .static-box-text h3 {
    margin-bottom: 10px;
    font-size: 17px;
  }

  .static-box-text p {
    line-height: 22px;
    font-size: 14px;
  }

  .static-box-text.custom h3 {
    margin: 3% 0;
  }

  .static-box-text.custom h3 a {
    font-size: 15px;
  }

  .static-box-text.custom p {
    line-height: 10px;
    font-size: 8px;
  }

  .static-box-text.custom > a {
    justify-content: center;
    padding: 10px 0;
    display: flex;
  }
}

.section-static.billboard {
  position: relative;
}

.section-static.billboard .wrapper-logo {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 1% 3%;
}

.section-static.billboard .wrapper-logo:before,
section.section.hero.mulheres .wrapper-logo:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 10;
  background-color: transparent;
  background-image: linear-gradient(180deg, #000 0%, transparent 90%);
  opacity: 0.2;
}

.section-static.billboard .wrapper-logo .logo {
  width: 146px;
  z-index: 20;
}

.section-static.billboard .wrapper-logo .logo img,
section.section.hero.mulheres .wrapper-logo .logo img {
  width: 100%;
  display: block;
  height: auto;
}

.billboard-slider {
  height: 100vh;
}

.billboard-slider .swiper-pagination-bullet {
  background: #fff !important;
  opacity: 1 !important;
  width: 6px;
  height: 6px;
  margin: 0 8px;
}

.billboard-slider .swiper-pagination-bullet-active {
  background: #8837ec !important;
}

.billboard-slider .swiper-slide {
  background-position: center;
  background-size: cover;
  align-items: baseline;
  position: relative;
  display: flex;
}

.billboard-slider .swiper-slide .mobile-image,
.static-section.resultados
  .static-modal
  .overlay-modal
  .content-modal
  .center-modal
  br {
  display: none;
}

.billboard-slider .swiper-slide .slider-content {
  flex-direction: column;
  justify-content: end;
  align-items: center;
  position: absolute;
  padding: 100px;
  display: flex;
  color: #fff;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}

.billboard-slider .swiper-slide .slider-content h5 {
  font-family: "gotham-medium";
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 13px;
}

.billboard-slider .swiper-slide-active .slider-content {
  animation: fadeInUp 2s forwards;
  animation-delay: 2s;
}

@media only screen and (max-width: 767px) {
  .section-static.billboard {
    position: relative;
  }

  .section-static.billboard .wrapper-logo {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3%;
  }

  .section-static.billboard .wrapper-logo:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    background-color: transparent;
    background-image: linear-gradient(180deg, #000 0%, transparent 90%);
    opacity: 0.2;
  }

  .section-static.billboard .wrapper-logo .logo {
    width: 146px;
    z-index: 20;
  }

  .section-static.billboard .wrapper-logo .logo img {
    width: 100%;
    display: block;
    height: auto;
  }

  .billboard-slider {
    height: 100vh;
  }

  .billboard-slider .swiper-button-next,
  .billboard-slider .swiper-button-prev {
    display: none;
  }

  .billboard-slider .swiper-slide .mobile-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    height: 100%;
    width: 100%;
  }

  .billboard-slider .swiper-slide .slider-content {
    padding: 100px 10px;
    animation-delay: 0s;
  }
}

.static-section.slide {
  padding-bottom: 4%;
  display: block;
}

.static-section.slide .midia-slider {
  padding: 0 100px;
  margin: 0 auto;
  width: 90%;
}

.static-section.slide .midia-slider .swiper-pagination-bullet {
  background: #545454 !important;
  width: 6px;
  height: 6px;
  margin: 0 8px;
}

.static-section.o-metodo .o-metodo-slider .swiper-button-next:after,
.static-section.o-metodo .o-metodo-slider .swiper-button-prev:after,
.static-section.reestruturacao .reestruturacao-slider .swiper-button-next:after,
.static-section.reestruturacao .reestruturacao-slider .swiper-button-prev:after,
.static-section.satisfacao .satisfacao-slider .swiper-button-next:after,
.static-section.satisfacao .satisfacao-slider .swiper-button-prev:after,
.static-section.slide .midia-slider .swiper-button-next:after,
.static-section.slide .midia-slider .swiper-button-prev:after {
  font-weight: 700;
  color: silver;
  font-size: 30px;
}

.static-section.slide .midia-slider .swiper-slide {
  justify-content: flex-end;
  align-items: center;
  position: relative;
  display: flex;
}

.static-section.slide .midia-slider .slider-content {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 460px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .static-section.slide {
    padding-bottom: 8%;
  }

  .static-section.slide .midia-slider {
    width: 100%;
    padding: 0;
  }

  .static-section.slide .midia-slider .slider-content {
    height: 300px;
  }
}

.static-section.o-metodo,
.static-section.reestruturacao,
.static-section.resultados,
.static-section.satisfacao {
  display: block;
}

.static-section.satisfacao .static-title {
  position: relative;
  padding-bottom: 1%;
  max-width: 1230px;
  z-index: 20;
}

.static-section.satisfacao .satisfacao-slider {
  position: relative;
  max-width: 1140px;
  width: 100%;
  z-index: 10;
}

.static-section.satisfacao .satisfacao-slider .swiper-pagination {
  position: relative;
  padding-top: 4%;
}

.static-section.satisfacao .satisfacao-slider .swiper-pagination-bullet {
  background: #545454 !important;
  width: 6px;
  height: 6px;
  margin: 0 8px;
}

.static-section.satisfacao .satisfacao-slider .swiper-slide {
  justify-content: flex-end;
  align-items: center;
  position: relative;
  display: flex;
}

.static-section.satisfacao .satisfacao-slider .slider-content {
  width: 100%;
}

.static-section.reestruturacao .reestruturacao-slider .slider-content img,
.static-section.resultados
  .static-modal
  .overlay-modal
  .content-modal
  .center-modal
  .content-img
  img,
.static-section.resultados
  .static-modal
  .overlay-modal
  .content-modal
  .center-modal
  .content-thumb
  img,
.static-section.satisfacao .satisfacao-slider .slider-content img {
  display: block;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .static-section.satisfacao .satisfacao-slider {
    margin-top: -10vw;
  }

  .static-section.satisfacao .satisfacao-slider .swiper-pagination {
    position: relative;
    padding-top: 0;
    transform: translateY(-15px);
  }
}

.static-section.reestruturacao .static-title {
  position: relative;
  padding-bottom: 1%;
  z-index: 20;
}

.static-section.reestruturacao .reestruturacao-slider {
  position: relative;
  padding: 0 50px;
  z-index: 10;
  width: 90%;
}

.static-section.reestruturacao .reestruturacao-slider .swiper-pagination {
  bottom: initial;
  position: relative;
  padding-top: 4%;
}

.static-section.reestruturacao
  .reestruturacao-slider
  .swiper-pagination-bullet {
  background: #545454 !important;
  width: 6px;
  height: 6px;
  margin: 0 8px;
}

.static-section.reestruturacao .reestruturacao-slider .swiper-slide {
  justify-content: flex-end;
  align-items: center;
  position: relative;
  display: flex;
}

.static-section.reestruturacao .reestruturacao-slider .slider-content {
  width: 100%;
}

.static-section.reestruturacao
  .reestruturacao-slider
  .slider-content
  .slider-content-info {
  flex-direction: column;
  align-items: center;
  position: absolute;
  display: flex;
  width: 100%;
  top: 80%;
}

.static-section.reestruturacao
  .reestruturacao-slider
  .slider-content
  .slider-content-info
  p {
  font-family: "Gotham", Sans-serif;
  text-transform: uppercase;
  line-height: 20px;
  font-size: 13px;
  color: #545454;
}

@media only screen and (max-width: 767px) {
  .static-section.reestruturacao .reestruturacao-slider {
    margin-top: -10%;
    width: 100%;
  }

  .static-section.reestruturacao .reestruturacao-slider .swiper-pagination {
    padding-top: 0;
    transform: translateY(-10px);
  }

  .static-section.reestruturacao .reestruturacao-slider .slider-content {
    padding-bottom: 10%;
    padding-top: 15%;
  }

  .static-section.reestruturacao
    .reestruturacao-slider
    .slider-content
    .slider-content-info {
    top: 75%;
  }
}

.static-section.resultados .static-modal {
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 99999;
  display: none;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.static-section.resultados .static-modal.active {
  display: flex;
}

.static-section.resultados .static-modal .overlay-modal {
  background-color: #fff;
  position: relative;
  height: 90vh;
  width: 60%;
}

.static-section.resultados .static-modal .overlay-modal .content-modal {
  flex-direction: column;
  overflow: auto;
  display: flex;
  height: 90vh;
  scrollbar-width: auto;
  scrollbar-color: #ccc #fff;
}

.static-section.resultados
  .static-modal
  .overlay-modal
  .content-modal::-webkit-scrollbar {
  width: 16px;
}

.static-section.resultados
  .static-modal
  .overlay-modal
  .content-modal::-webkit-scrollbar-track {
  background: #fff;
}

.static-section.resultados
  .static-modal
  .overlay-modal
  .content-modal::-webkit-scrollbar-thumb {
  background-color: #8f54a0;
  border-radius: 10px;
  border: 3px solid #fff;
}

.static-section.resultados
  .static-modal
  .overlay-modal
  .content-modal
  .close-modal {
  position: absolute;
  font-size: 30px;
  right: -30px;
  color: #fff;
  top: -10px;
}

.static-section.resultados
  .static-modal
  .overlay-modal
  .content-modal
  .center-modal {
  flex-direction: column;
  text-align: center;
  max-width: 614px;
  margin: 0 auto;
  display: flex;
  padding: 5% 0;
  width: 80%;
}

.static-section.resultados
  .static-modal
  .overlay-modal
  .content-modal
  .center-modal
  nav
  ul {
  justify-content: space-between;
  display: flex;
}

.static-section.resultados
  .static-modal
  .overlay-modal
  .content-modal
  .center-modal
  nav
  ul
  li
  a {
  font-size: 14px;
  display: block;
  color: #fff;
  padding: 6px 10px 5px;
  text-transform: uppercase;
  transition: all 0.3s;
  background: #545454;
}

.static-section.resultados
  .static-modal
  .overlay-modal
  .content-modal
  .center-modal
  nav
  ul
  li
  a:hover {
  background: #000;
}

.static-section.resultados
  .static-modal
  .overlay-modal
  .content-modal
  .center-modal
  nav
  ul
  li
  a.disabled {
  display: none;
}

.static-section.resultados
  .static-modal
  .overlay-modal
  .content-modal
  .center-modal
  .content-img {
  padding: 20px 0;
}

.static-section.resultados
  .static-modal
  .overlay-modal
  .content-modal
  .center-modal
  h5 {
  text-transform: uppercase;
  font-family: "Seven-Goudy Old Style";
  margin-bottom: 25px;
  font-weight: 100;
  font-size: 20px;
}

.static-section.resultados
  .static-modal
  .overlay-modal
  .content-modal
  .center-modal
  b {
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 16px;
  display: block;
}

.static-section.resultados
  .static-modal
  .overlay-modal
  .content-modal
  .center-modal
  strong {
  text-transform: uppercase;
  font-style: italic;
  font-size: 16px;
  margin: 25px 0;
  display: block;
}

.static-section.resultados
  .static-modal
  .overlay-modal
  .content-modal
  .center-modal
  .description {
  margin-bottom: 25px;
  display: block;
}

.static-section.resultados
  .static-modal
  .overlay-modal
  .content-modal
  .center-modal
  .description
  p {
  margin-bottom: 10px;
  line-height: 25px;
}

.static-section.resultados
  .static-modal
  .overlay-modal
  .content-modal
  .center-modal
  .content-video {
  background-color: rgba(0, 0, 0, 0.1);
  aspect-ratio: 0.5625;
  position: relative;
  width: 100%;
}

.static-section.o-metodo .o-metodo-slider .slider-content > div iframe,
.static-section.resultados
  .static-modal
  .overlay-modal
  .content-modal
  .center-modal
  .content-video
  iframe {
  display: flex;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .static-section.resultados .static-modal .overlay-modal {
    height: 100vh;
    width: 100%;
  }

  .static-section.resultados .static-modal .overlay-modal .content-modal {
    position: relative;
    height: 100vh;
    padding-top: 15vw;
  }

  .static-section.resultados
    .static-modal
    .overlay-modal
    .content-modal
    .center-modal
    br {
    display: block;
  }

  .static-section.resultados
    .static-modal
    .overlay-modal
    .content-modal
    .close-modal {
    position: relative;
    font-size: 40px;
    margin: 0 auto;
    top: initial;
    left: initial;
    right: initial;
    transform: translateX(0);
    filter: invert(1);
  }
}

.static-section.o-metodo .static-title {
  position: relative;
  padding-bottom: 0;
  z-index: 20;
}

.static-section.o-metodo .o-metodo-slider {
  position: relative;
  padding: 8% 100px 9%;
  margin: 0 auto;
  z-index: 10;
  width: 90%;
}

.static-section.o-metodo .o-metodo-slider .swiper-pagination {
  bottom: 0;
}

.static-section.o-metodo .o-metodo-slider .swiper-pagination-bullet {
  background: #545454 !important;
  width: 6px;
  height: 6px;
  margin: 0 8px;
}

.static-section.o-metodo .o-metodo-slider .swiper-slide {
  justify-content: flex-end;
  align-items: center;
  position: relative;
  display: flex;
}

.static-section.o-metodo .o-metodo-slider .slider-content {
  width: 100%;
}

.static-section.o-metodo .o-metodo-slider .slider-content > div {
  aspect-ratio: 0.5625;
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .static-section.o-metodo {
    padding-top: 7%;
  }

  .static-section.o-metodo .static-container {
    padding-top: 0;
  }

  .static-section.o-metodo .static-container .static-title {
    padding: 0 5%;
  }

  .static-section.o-metodo .static-container .o-metodo-slider {
    padding: 10% 50px 0;
    width: 100%;
  }

  .static-section.o-metodo
    .static-container
    .o-metodo-slider
    .swiper-pagination {
    bottom: 0;
    position: relative;
    padding-top: 10%;
  }
}

.static-section.footer .static-button.big {
  margin-top: 0;
}

.static-section.footer .static-content-icon {
  align-items: center;
  display: flex;
  padding: 3% 0 0;
}

.static-section.footer .static-content-footer {
  text-transform: uppercase;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.static-section.footer .static-content-footer a {
  text-decoration: underline;
  font-weight: 700;
  font-size: 13px;
  color: #545454;
  display: block;
  margin: 2% 0;
}

.static-section.footer .static-content-footer h5 {
  text-align: center;
  margin: 5% 0 0;
  font-weight: 100;
  font-size: 13px;
}

.static-section.footer .static-content-fixed {
  z-index: 9999999;
  max-width: 100px;
  position: fixed;
  bottom: 3%;
  right: 2%;
}

.static-section.footer .static-content-fixed img {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .static-section.footer {
    padding: 0 10px;
  }

  .static-section.footer .static-button.big {
    margin-top: 5%;
  }

  .static-section.footer .static-content-icon {
    flex-direction: column;
    text-align: center;
    font-size: 13px;
    padding: 5% 0;
  }

  .static-section.footer .static-content-icon img {
    max-width: 50px;
    display: block;
  }

  .static-section.footer .static-content-footer {
    padding-bottom: 40px;
  }

  .static-section.footer .static-content-footer a {
    margin: 4% 0;
  }

  .static-section.footer .static-content-footer h5 {
    margin: 7% 0 0;
    font-size: 11px;
  }

  .static-section.footer .static-content-fixed {
    max-width: 60px;
    bottom: 3%;
    right: 2%;
  }
}

section.section.hero.mulheres {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 0;
  background: #bbb url(../img/hero/feat-mulheres-desktop.webp) no-repeat center
    center;
  background-size: cover;
}

section.section.hero.mulheres .wrapper-logo {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 1% 3%;
}

section.section.hero.mulheres .wrapper-logo .logo {
  width: 15%;
  z-index: 20;
}

section.section.hero.mulheres .container {
  text-align: left;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: flex-end;
  padding: 0 10vw 0 0;
}

section.section.hero.mulheres .container .content {
  max-width: 64%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.section.hero.mulheres .container .content .text h2 {
  font-family: "gotham-light";
  color: #470a68;
  font-size: 37px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 49px;
  letter-spacing: 0.5px;
  word-spacing: 0;
  margin-bottom: 22px;
}

section.section.hero.mulheres .container .content .text p {
  font-family: "gotham-light";
  color: #470a68;
  font-size: 19px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.4;
  margin-bottom: 84px;
}

section.section.hero.mulheres .container .content .text a {
  background-color: #470a68;
  font-family: "gotham-medium";
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  border-width: 0;
  border-radius: 0;
  padding: 20px 40px;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  section.section.hero.mulheres {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 0;
    background: #e1e7eb url(../img/hero/feat-mulheres-mobile.webp) no-repeat
      center 5rem;
    background-size: cover;
  }

  section.section.hero.mulheres .wrapper-logo {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3%;
  }

  section.section.hero.mulheres .wrapper-logo:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    background-color: transparent;
    background-image: linear-gradient(180deg, #000 0%, transparent 90%);
    opacity: 0.2;
  }

  section.section.hero.mulheres .wrapper-logo .logo {
    width: 146px;
    z-index: 20;
  }

  section.section.hero.mulheres .wrapper-logo .logo img {
    width: 100%;
    display: block;
    height: auto;
  }

  section.section.hero.mulheres .container {
    text-align: left;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    padding: 12vw 0 0;
  }

  section.section.hero.mulheres .container .content {
    max-width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  section.section.hero.mulheres .container .content .text h2 {
    font-size: 34px;
    font-weight: 300;
    line-height: 1.1em;
    letter-spacing: 0;
    word-spacing: 0;
    margin-bottom: 10px;
  }

  section.section.hero.mulheres .container .content .text p {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.4;
    margin-bottom: 30px;
  }

  section.section.hero.mulheres .container .content .text a {
    background-color: #470a68;
    font-family: "gotham-medium";
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    border-width: 0;
    border-radius: 0;
    padding: 15px 30px;
    color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  section.section.hero.mulheres {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 0;
    background: #e1e7eb url(../img/hero/feat-mulheres-mobile.webp) no-repeat
      center 11rem;
    background-size: cover;
  }

  section.section.hero.mulheres .wrapper-logo {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3%;
  }

  section.section.hero.mulheres .wrapper-logo:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    background-color: transparent;
    background-image: linear-gradient(180deg, #000 0%, transparent 90%);
    opacity: 0.2;
  }

  section.section.hero.mulheres .wrapper-logo .logo {
    width: 146px;
    z-index: 20;
  }

  section.section.hero.mulheres .wrapper-logo .logo img {
    width: 100%;
    display: block;
    height: auto;
  }

  section.section.hero.mulheres .container {
    text-align: left;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    padding: 15vw 0 0;
  }

  section.section.hero.mulheres .container .content {
    max-width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  section.section.hero.mulheres .container .content .text h2 {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.1em;
    letter-spacing: 0;
    word-spacing: 0;
    margin-bottom: 10px;
  }

  section.section.hero.mulheres .container .content .text p {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.4;
    margin-bottom: 30px;
  }

  section.section.hero.mulheres .container .content .text a {
    background-color: #470a68;
    font-family: "gotham-medium";
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    border-width: 0;
    border-radius: 0;
    padding: 15px 30px;
    color: #fff;
  }
}

section.section.hero.seniors {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 0;
  background: #bbb url(../img/hero/feat-seniors-desktop.webp) no-repeat center
    center;
  background-size: cover;
}

section.section.hero.seniors .wrapper-logo {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 1% 3%;
}

section.section.hero.seniors .wrapper-logo:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 10;
  background-color: transparent;
  background-image: linear-gradient(180deg, #000 0%, transparent 90%);
  opacity: 0.2;
}

section.section.hero.seniors .wrapper-logo .logo {
  width: 15%;
  z-index: 20;
}

section.section.hero.seniors .wrapper-logo .logo img {
  width: 100%;
  display: block;
  height: auto;
}

section.section.hero.seniors .container {
  text-align: left;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 0 0 53%;
}

section.section.hero.seniors .container .content {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.section.hero.seniors .container .content .text h2 {
  color: #5a06ad;
  font-family: "gotham-light";
  font-size: 30px;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 22px;
}

section.section.hero.seniors .container .content .text p {
  font-family: "gotham-light";
  color: #575757;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.4;
  margin-bottom: 1em;
}

section.section.hero.seniors .container .content .text a {
  font-family: "Seven-Goudy Old Style";
  background-color: #5a06ad;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  padding: 28px 40px 20px;
  border: 2px solid;
  border-image: linear-gradient(90deg, #d0c1f0, #5a06ad, #d0c1f0);
  border-image-slice: 1;
  display: inline-block;
  transition: all 0.3s;
}

@media only screen and (max-width: 1024px) {
  section.section.hero.seniors {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 0;
    background: #fff url(../img/hero/feat-seniors-mobile.webp) no-repeat top
      center;
    background-size: 52vh;
  }

  section.section.hero.seniors .wrapper-logo {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3%;
  }

  section.section.hero.seniors .wrapper-logo:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    background-color: transparent;
    background-image: linear-gradient(180deg, #000 0%, transparent 90%);
    opacity: 0.2;
  }

  section.section.hero.seniors .wrapper-logo .logo {
    width: 146px;
    z-index: 20;
  }

  section.section.hero.seniors .wrapper-logo .logo img {
    width: 100%;
    display: block;
    height: auto;
  }

  section.section.hero.seniors .container {
    text-align: left;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    padding: 22vw 0 0;
  }

  section.section.hero.seniors .container .content {
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 20%;
    max-width: 100%;
    display: flex;
    height: 100%;
  }

  section.section.hero.seniors .container .content .text {
    text-align: center;
    padding: 0 10px;
  }

  section.section.hero.seniors .container .content .text h2 {
    font-size: 5.5vw;
    font-weight: 300;
    line-height: 1.1em;
    letter-spacing: 0;
    word-spacing: 0;
    margin-bottom: 10px;
  }

  section.section.hero.seniors .container .content .text p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.4;
    margin-bottom: 20px;
    padding: 0 10vw;
  }

  section.section.hero.seniors .container .content .text p br {
    display: none;
  }

  section.section.hero.seniors .container .content .text a {
    font-size: 4vw;
    font-weight: 500;
    text-transform: uppercase;
    padding: 20px 30px 14px;
  }
}

@media only screen and (max-width: 767px) {
  section.section.hero.seniors {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 0;
    background: #fff url(../img/hero/feat-seniors-mobile.webp) no-repeat top
      center;
    background-size: 52vh;
  }

  section.section.hero.seniors .wrapper-logo {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3%;
  }

  section.section.hero.seniors .wrapper-logo:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    background-color: transparent;
    background-image: linear-gradient(180deg, #000 0%, transparent 90%);
    opacity: 0.2;
  }

  section.section.hero.seniors .wrapper-logo .logo {
    width: 146px;
    z-index: 20;
  }

  section.section.hero.seniors .wrapper-logo .logo img {
    width: 100%;
    display: block;
    height: auto;
  }

  section.section.hero.seniors .container {
    text-align: left;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    padding: 22vw 0 0;
  }

  section.section.hero.seniors .container .content {
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 20%;
    max-width: 100%;
    display: flex;
    height: 100%;
  }

  section.section.hero.seniors .container .content .text {
    text-align: center;
    padding: 0 10px;
  }

  section.section.hero.seniors .container .content .text h2 {
    font-size: 5.5vw;
    font-weight: 300;
    line-height: 1.1em;
    letter-spacing: 0;
    word-spacing: 0;
    margin-bottom: 10px;
  }

  section.section.hero.seniors .container .content .text p {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.4;
    margin-bottom: 20px;
  }

  section.section.hero.seniors .container .content .text p br {
    display: none;
  }

  section.section.hero.seniors .container .content .text a {
    font-size: 4vw;
    font-weight: 500;
    text-transform: uppercase;
    padding: 16px 30px 14px;
  }
}

section.section.hero.homens {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 0;
  background: #bbb url(https://www.clinicaseven.com.br/hubfs/raw_assets/public/clinica-serven-v1/assets/img/hero/feat-homens-desktop.png) no-repeat center
    center;
  background-size: cover;
}

section.section.hero.homens .wrapper-logo {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 1% 3%;
}

section.section.hero.homens .wrapper-logo:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 10;
  background-color: transparent;
  background-image: linear-gradient(180deg, #000 0%, transparent 90%);
  opacity: 0.2;
}

section.section.hero.homens .wrapper-logo .logo {
  width: 15%;
  z-index: 20;
}

section.section.hero.homens .wrapper-logo .logo img {
  width: 100%;
  display: block;
  height: auto;
}

section.section.hero.homens .container {
  text-align: left;
  display: flex;
  align-items: flex-end;
  height: 100%;
  justify-content: center;
  padding: 0 0 130px;
}

section.section.hero.homens .container .content {
  display: flex;
  justify-content: center;
  align-items: center;
}

section.section.hero.homens .container .content .text {
  text-align: center;
}

section.section.hero.homens .container .content .text h2 {
  font-family: "gotham-light";
  color: #fff;
  font-size: 46px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0;
  margin-bottom: 20px;
}

section.section.hero.homens .container .content .text p {
  font-family: "gotham-light";
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.4;
  margin-bottom: 4.6em;
}

section.section.hero.homens .container .content .text a {
  background-color: #fff;
  font-family: "gotham-medium";
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  border-width: 0;
  border-radius: 0;
  padding: 18px 40px;
  color: #470a68;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  section.section.hero.homens {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 0;
    background: #121212 url(https://www.clinicaseven.com.br/hubfs/raw_assets/public/clinica-serven-v1/assets/img/hero/feat-homens-mobile.png) no-repeat
      bottom center;
    background-size: cover;
  }

  section.section.hero.homens .wrapper-logo {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3%;
  }

  section.section.hero.homens .wrapper-logo:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    background-color: transparent;
    background-image: linear-gradient(180deg, #000 0%, transparent 90%);
    opacity: 0.2;
  }

  section.section.hero.homens .wrapper-logo .logo {
    width: 146px;
    z-index: 20;
  }

  section.section.hero.homens .wrapper-logo .logo img {
    width: 100%;
    display: block;
    height: auto;
  }

  section.section.hero.homens .container {
    text-align: left;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    padding: 21vw 0 0;
  }

  section.section.hero.homens .container .content {
    max-width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  section.section.hero.homens .container .content .text h2 {
    font-family: "gotham-medium";
    font-size: 4vw;
    font-weight: 500;
    line-height: 1.1em;
    letter-spacing: 0;
    word-spacing: 0;
    margin-bottom: 10px;
  }

  section.section.hero.homens .container .content .text p {
    font-size: 3.6vw;
    letter-spacing: 0;
    line-height: 1.4;
    margin-bottom: 390px;
    margin-top: 20px;
  }

  section.section.hero.homens .container .content .text a {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    border-width: 0;
    border-radius: 0;
    padding: 15px 30px;
  }
}

section.section.hero.teens {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 0;
  background: #96e940;
}

section.section.hero.teens .wrapper-logo {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1% 3%;
}

section.section.hero.teens .wrapper-logo:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 10;
  background-color: transparent;
  background-image: linear-gradient(180deg, #000 0%, transparent 90%);
  opacity: 0.2;
}

section.section.hero.teens .wrapper-logo .logo {
  width: 15%;
  z-index: 20;
}

section.section.hero.teens .wrapper-logo .logo img {
  width: 100%;
  display: block;
  height: auto;
}

section.section.hero.teens .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

section.section.hero.teens .container .content {
  position: relative;
  width: 80%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 5vw;
}

section.section.hero.teens .container .content .left {
  width: 40%;
}

section.section.hero.teens .container .content .left .title h2 {
  font-family: "Helvetica Neue";
  text-transform: uppercase;
  font-size: 4vw;
  font-weight: 500;
}

section.section.hero.teens .container .content .left .title h2 span {
  color: #4e1369;
}

section.section.hero.teens .container .content .right {
  height: 100%;
  width: 50%;
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

section.section.hero.teens .container .content .right .description {
  width: 100%;
  text-align: right;
  padding: 2.5vw 0;
}

section.section.hero.teens .container .content .right .description p {
  font-family: "Helvetica Neue";
  font-size: 2vw;
  font-weight: 500;
}

section.section.hero.teens .container .content .right .image {
  width: 100%;
}

section.section.hero.teens .container .content .right .image img {
  width: 100%;
  height: auto;
}

section.section.hero.teens .container .content .right .btn {
  justify-content: flex-end;
  align-items: end;
  display: flex;
  width: 100%;
}

section.section.hero.teens .container .content .right .btn a {
  font-family: "Helvetica Neue";
  display: inline-block;
  padding: 15px 30px 17px;
  background: #4e1369;
  color: #fff;
  font-size: 1.5vw;
  margin-bottom: 0.8vw;
}

@media only screen and (max-width: 1920px) {
  section.section.hero.teens {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 0;
    background: #96e940;
  }

  section.section.hero.teens .container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  section.section.hero.teens .container .content {
    position: relative;
    max-width: 1600px;
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 5vw;
  }

  section.section.hero.teens .container .content .left {
    width: 40%;
  }

  section.section.hero.teens .container .content .left .title h2 {
    text-transform: uppercase;
    font-size: 5vw;
    line-height: 5vw;
  }

  section.section.hero.teens .container .content .left .title h2 span {
    color: #4e1369;
  }

  section.section.hero.teens .container .content .right {
    height: 100%;
    width: 50%;
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  section.section.hero.teens .container .content .right .description {
    width: 100%;
    text-align: right;
    padding: 2.5vw 0;
  }

  section.section.hero.teens .container .content .right .description p {
    font-size: 26px;
  }

  section.section.hero.teens .container .content .right .btn,
  section.section.hero.teens .container .content .right .image,
  section.section.hero.teens .container .content .right .image img {
    width: 100%;
  }

  section.section.hero.teens .container .content .right .btn a {
    display: inline-block;
    padding: 15px 30px;
    background: #4e1369;
    color: #fff;
    font-size: 20px;
  }
}

@media only screen and (max-width: 1650px) {
  section.section.hero.teens {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 0;
    background: #96e940;
  }

  section.section.hero.teens .container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  section.section.hero.teens .container .content {
    position: relative;
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 5vw;
  }

  section.section.hero.teens .container .content .left {
    width: 40%;
  }

  section.section.hero.teens .container .content .left .title h2 {
    font-size: 4.5vw;
  }

  section.section.hero.teens .container .content .left .title h2 span {
    color: #4e1369;
  }

  section.section.hero.teens .container .content .right {
    height: 100%;
    width: 50%;
    text-align: right;
    display: flex;
    flex-wrap: wrap;
  }

  section.section.hero.teens .container .content .right .description {
    width: 100%;
    text-align: right;
    padding: 2.5vw 0;
  }

  section.section.hero.teens .container .content .right .btn,
  section.section.hero.teens .container .content .right .image,
  section.section.hero.teens .container .content .right .image img {
    width: 100%;
  }

  section.section.hero.teens .container .content .right .btn a {
    display: inline-block;
    padding: 15px 30px;
    background: #4e1369;
    color: #fff;
    font-size: 1.2em;
  }
}

@media only screen and (max-width: 1024px) {
  section.section.hero.teens {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 0;
  }

  section.section.hero.teens .wrapper-logo {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3%;
  }

  section.section.hero.teens .wrapper-logo:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    background-color: transparent;
    background-image: linear-gradient(180deg, #000 0%, transparent 90%);
    opacity: 0.2;
  }

  section.section.hero.teens .wrapper-logo .logo {
    width: 146px;
    z-index: 20;
  }

  section.section.hero.teens .wrapper-logo .logo img {
    width: 100%;
    display: block;
    height: auto;
  }

  section.section.hero.teens .container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  section.section.hero.teens .container .content {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
    padding-bottom: 0;
  }

  section.section.hero.teens .container .content .left,
  section.section.hero.teens .container .content .right .image img {
    width: 100%;
  }

  section.section.hero.teens .container .content .left .title {
    text-align: center;
    padding: 0 10vw;
  }

  section.section.hero.teens .container .content .left .title h2 {
    font-size: 6vw;
    line-height: 6vw;
  }

  section.section.hero.teens .container .content .left .title h2 br {
    display: none;
  }

  section.section.hero.teens .container .content .left .title h2 span {
    color: #4e1369;
  }

  section.section.hero.teens .container .content .right {
    height: auto;
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  section.section.hero.teens .container .content .right .description {
    width: 100%;
    text-align: center;
    padding: 4vw 0;
  }

  section.section.hero.teens .container .content .right .description p {
    font-size: 4vw;
  }

  section.section.hero.teens .container .content .right .image {
    width: 100%;
    padding: 0 5vw;
    order: 3;
  }

  section.section.hero.teens .container .content .right .btn {
    width: 100%;
    order: 4;
    transform: translateY(-50%);
    justify-content: center;
  }

  section.section.hero.teens .container .content .right .btn a {
    display: inline-block;
    padding: 10px 25px 12px;
    background: #4e1369;
    color: #fff;
    font-size: 4vw;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  section.section.hero.teens {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 0;
  }

  section.section.hero.teens .wrapper-logo {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3%;
  }

  section.section.hero.teens .wrapper-logo:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    background-color: transparent;
    background-image: linear-gradient(180deg, #000 0%, transparent 90%);
    opacity: 0.2;
  }

  section.section.hero.teens .wrapper-logo .logo {
    width: 146px;
    z-index: 20;
  }

  section.section.hero.teens .wrapper-logo .logo img {
    width: 100%;
    display: block;
    height: auto;
  }

  section.section.hero.teens .container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  section.section.hero.teens .container .content {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
    padding-bottom: 0;
  }

  section.section.hero.teens .container .content .left,
  section.section.hero.teens .container .content .right .image img {
    width: 100%;
  }

  section.section.hero.teens .container .content .left .title {
    text-align: center;
    padding: 0 10vw;
  }

  section.section.hero.teens .container .content .left .title h2 {
    font-size: 8vw;
    line-height: 8vw;
  }

  section.section.hero.teens .container .content .left .title h2 br {
    display: none;
  }

  section.section.hero.teens .container .content .left .title h2 span {
    color: #4e1369;
  }

  section.section.hero.teens .container .content .right {
    height: auto;
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  section.section.hero.teens .container .content .right .description {
    width: 100%;
    text-align: center;
    padding: 4vw 0;
  }

  section.section.hero.teens .container .content .right .description p {
    font-size: 5vw;
  }

  section.section.hero.teens .container .content .right .image {
    width: 100%;
    padding: 0 5vw;
    order: 3;
  }

  section.section.hero.teens .container .content .right .btn {
    width: 100%;
    order: 4;
    transform: translateY(-50%);
    justify-content: center;
  }

  section.section.hero.teens .container .content .right .btn a {
    display: inline-block;
    padding: 10px 25px 12px;
    background: #4e1369;
    color: #fff;
    font-size: 5vw;
    margin-bottom: 0;
  }
}
/* Visível com opacidade total */
.visible {
  display: block;
  opacity: 1 !important;
}

/* Classe usada para desaparecer suavemente */
.fade-out {
  opacity: 0;
}


/* ///////////////////////////////// CUSTOMIZADO ///////////////////////////////////////////// */


.modal-form {
    padding: 20px;
    width: 45%;
    height: fit-content;
    background-color: #ffff;
    border-radius: 12px;
    position: fixed;
    top: 80px;
    margin-left: 27.5%;
    display: none;
    z-index: 99999999999 !important;
    box-shadow: -1px 12px 24px 9px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: -1px 12px 24px 9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 12px 24px 9px rgba(0,0,0,0.75);
}

.modal-form .hs-fieldtype-text{ height:90px;}

.modal-form label{
  font-size: 18px;
  font-family: "gotham-light";
}
    
.modal-form input[type="text"] {width: 100%; height:38px; padding:10px; 
  border:1px solid #cdcdcd; border-radius:6px;  font-size:18px; margin-top:4px;}

.modal-form input[type="email"] {width: 100%; height:38px; padding:10px;
 border:1px solid #cdcdcd; border-radius:6px;  font-size:18px; margin-top:4px;}


.modal-form input[type="submit"] {
  padding: 12px 24px;
  background-color: #4a90e2;
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  margin-top:20px;
}

.modal-form input[type="submit"]:hover {
  background-color: #357ABD;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.modal-form input[type="submit"]:active {
  background-color: #2c5ea8;
}

.mask{
  width:100%;
  height:1300px;
  position:fixed;
  z-index:98;
  background-color: rgba(000, 000, 000, 0.7);
  display:none;
  top:0px;
}

.modal-form,
.mask {
  opacity: 0;
  display: none;
  transition: opacity 1s ease;
}

.form-modal ul li label {color:red;}

.close-modal{cursor: pointer; font-size:18px; font-weight:bold;   font-family: "gotham-medium";
 top:8px; right:10px; position:absolute; display:block;}

.open-modal-whats{position:fixed; bottom: 4px; right:10px; display:block; z-index:99999999999;}

.tit-modal-contact{width:100%; font-size:24px; margin-bottom:12px; text-align:center;  font-family: "gotham-medium"; color:#470a68;}

/* ////////////////////////////// MODAL MOBILE ///////////////////*/
@media  (min-width: 300px) and ( max-width:640px){
  
      .modal-form {
        padding: 20px;
        width: 96%;
        height: fit-content;
        background-color: #ffff;
        border-radius: 12px;
        position: fixed;
        bottom: 50px;
        right: 2%;
        display: none;
        z-index: 999 !important;
        box-shadow: -1px 12px 24px 9px rgba(0, 0, 0, 0.75);
        -webkit-box-shadow: -1px 12px 24px 9px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: -1px 12px 24px 9px rgba(0,0,0,0.75);
      }
 
  
  .modal-form input[type="text"] {
    width: 100%; height:32px; padding:10px; 
    border:1px solid #cdcdcd; border-radius:6px;  
    font-size:18px; margin-top:4px;
    }
  
  .modal-form input[type="email"] {
    width: 100%; height:32px; padding:10px;
 border:1px solid #cdcdcd; border-radius:6px; 
    font-size:18px; margin-top:4px;
  }

  
  .modal-form input[type="submit"] {
      padding: 12px 24px;
      background-color: #4a90e2;
      color: white;
      font-size: 16px;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      transition: background-color 0.3s ease, box-shadow 0.3s ease;
      margin-top:22px;
      width:100%;
    }
  
  .modal-form .hs-fieldtype-text{ height:82px;}
}


/* /////////////////////////////// FIM CUSTOMIZADO ////////////////////////////////////////////// */



