/* 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;
}

  .phone-error-msg {
    color: red;
    font-size: 0.85rem;
    margin-top: 4px;
    display: none;
  }

.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: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}

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

.hide{display:none !important;}

/* ///////////////////////////////// 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: 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_custom{
 height:400px !important;
}

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

.tit-modal-contact{width:100%; font-size:19px; 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 ////////////////////////////////////////////// */

/* Visível com opacidade total */
.visible {
  display: block;
  opacity: 1;
}

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

.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: 10;
  max-width: 1140px;
  width:100%;
}

.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;
    text-align:left;
  }

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

.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(https://lp.clinicaseven.com.br/assets/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(https://lp.clinicaseven.com.br/assets/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(../img/hero/feat-homens-desktop.webp) 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(../img/hero/feat-homens-mobile.webp) 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: 3vw;
    letter-spacing: 0;
    line-height: 1.4;
    margin-bottom: 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;
  }
}



.box_tres_colunas{
width:100%; margin-bottom:40px; margin-top:-20px;"
}

.box_tres_colunas .box_33{ 
width:33%; float:left;
}

.box_tres_colunas .box_33 h2{
  text-align:center; font-size:16px; line-height:32px;
  font-family: "Poppins-Regular"; letter-spacing:2px;
} 

/* BANNER HEDO FULL */

    .hero-banner {
      display: flex;
      overflow-x: scroll;
      scroll-behavior: smooth;
      scroll-snap-type: x mandatory;
      cursor: grab;
      user-select: none;
      width: 100%;
      height: 100vh;
    }

    .hero-banner::-webkit-scrollbar {
      display: none;
    }

    .hero-banner:active {
      cursor: grabbing;
    }

    .banner-item {
      min-width: 100vw;
      height: 100vh;
      flex-shrink: 0;
      scroll-snap-align: start;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 3rem;
      color: white;
    }

    /*------------------------------------- RESPONSIVIDADE DESK -----------------------------------------------*/
@media  (min-width: 601px) and ( max-width:3000px){
  
  .banner-item:nth-child(1) {
    background: url('https://www.clinicaseven.com.br/hubfs/raw_assets/public/clinica-serven-v1/assets/img/hero/site/clinica-seven-satisfacao-hb-desktop.jpg') no-repeat center center;
    background-size: cover;
  }

  .banner-item:nth-child(2) {
    background: url('https://www.clinicaseven.com.br/hubfs/raw_assets/public/clinica-serven-v1/assets/img/hero/site/clinica-seven-caua-reymond-hb-desktop.jpg') no-repeat center center;
    background-size: cover;
  }

  
.banner_destaque{
  width:100%;
  height:620px;
  max-width:900px;
  margin:auto;
  position:relative;
  display:block;
  background: url('https://www.clinicaseven.com.br/hubfs/raw_assets/public/clinica-serven-v1/assets/img/hero/site/clinica-seven-caua-reymond-banner-desktop.jpg') no-repeat center center;
  background-size: cover;
}
  
  .p_destaque{
    width: 60%;
    margin: auto;
    font-size: 18px !important;
    line-height: 28px  !important;
    color:#000;
  }
  
  .h3_ajuste {
    width: 72%;
    margin: auto !important;
  }
  
  .bt_hero{
    padding: 20px 30px;
    text-align:center;
    background-color: rgba (000, 000, 000, 0.6);
    color:#fff;
    font-size:18px;
    margin-top:20px;
  }
  
}


/*------------------------------------- RESPONSIVIDADE SMARTPHONE -----------------------------------------------*/
@media  (min-width: 280px) and ( max-width:600px){

  
 .banner-item:nth-child(1) {
    background: url('https://www.clinicaseven.com.br/hubfs/raw_assets/public/clinica-serven-v1/assets/img/hero/site/clinica-seven-satisfacao-hb-mobile.jpg') no-repeat center center;
    background-size: cover;
  }
  
  .banner-item:nth-child(2) {
    background: url('https://www.clinicaseven.com.br/hubfs/raw_assets/public/clinica-serven-v1/assets/img/hero/site/clinica-seven-caua-reymond-hb-mobile.jpg') no-repeat center center;
    background-size: cover;
  }


 .banner_destaque{
  width:85%;
  height:620px;
  max-width:600px;
  margin:auto;
  position:relative;
  display:block;
  background: url('https://www.clinicaseven.com.br/hubfs/raw_assets/public/clinica-serven-v1/assets/img/hero/site/clinica-seven-caua-reymond-banner-mobile.jpg') no-repeat center center;/clinica-serven-v1/assets/img/hero/site/cl
  background-size: cover;
}

 .p_destaque{
    width: 90%;
    margin: auto;
    font-size: 16px !important;
    line-height: 26px !important;
    color:#000;
  }
  
 .box_tres_colunas .box_33{ 
width:100%; float:left;
}
   
  
  .box_tres_colunas .box_33 h2{
  text-align:left; font-size:16px; line-height:30px;
  font-family: "Poppins-Regular"; letter-spacing:2px;
} 
  
}


    .bullets {
      position: absolute;
      bottom: 40px;
      width: 100%;
      display: flex;
      justify-content: center;
      gap: 10px;
      z-index: 10;
    }

    .bullet {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: rgba(255, 255, 255, 0.5);
      cursor: pointer;
      transition: background-color 0.3s;
    }

    .bullet.active {
      background-color: #8837EC;
    }
.open-modal-whats{position:fixed; bottom: 4px; right:10px; display:block; z-index:99999999999;}

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}