/*
Theme Name: Tema7-Blisq-Tema-7
Theme URI: http://blisq.pt
Author: Blisq
Author URI: http://blisq.pt
Description: Tema desenvolvido para uso exclusivo da Blisq Creative
Version: V7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Blisq
Text Domain: Blisq
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --soft-black: #333;
  --light-grey: #f3f3f3;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  color: var(--soft-black);
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

address {
  font-style: normal;
}

.container {
  max-width: 1610px;
  margin: 0 auto;
  position: relative;
}

.container-md {
  max-width: 1070px;
  margin: 0 auto;
}

.container-md-secondary {
  max-width: 900px;
  margin: 0 auto;
}

.container-secondary {
  margin-left: calc((100vw - 1710px) / 2);
}

h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 117%;
}

h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}

h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 115%;
}

h3>em,
h3>strong {
  background: linear-gradient(0deg, #02C6E9 0%, #01879F 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
  font-weight: inherit;
}

h3.break-em>em {
  display: block;
}

h4 {
  font-size: 16px;
  color: #212121
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

li,
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

li::marker {
  font-size: 12px;
}

li>a,
p>a {
  color: #007f96;
  transition: all .2s;
}

p>a:hover {
  color: #007f96;
}

.bg-light-grey {
  background-color: var(--light-grey);
}

.color-white {
  color: #fff;
}

.color-dark {
  color: var(--soft-black)
}

.d-none {
  display: none !important;
}

.d-block {
  display: block;
}

.event-none {
  pointer-events: none;
}

.blog-grid,
.grid-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 5%;
}

.strong {
  font-weight: 600;
}

.ral-content>h3,
.content-text>h2,
.title-before {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ral-content>h3::before,
.content-text>h2::before,
.title-before::before {
  content: '';
  width: 20px;
  height: 3px;
  border-radius: 20px;
  background: linear-gradient(90deg, #02C6E9 -2.45%, #01879F 125.15%);
  display: block;
}

.title-before.title-before-secondary::before {
  background: radial-gradient(50% 50% at 50% 50%, #02BBDC 0%, #4AE4FF 100%);
}

.content-text>ul {
  list-style: disc;
  padding-left: 20px;
}

.treatment-text>ul {
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-left: 40px;
}

.content-text li::marker {
  font-size: 12px;
}

.title-before-secondary::before {
  background: radial-gradient(50% 50% at 50% 50%, #02BBDC 0%, #4AE4FF 100%);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.mb-10{
  margin-bottom: 10px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-30 {
  margin-top: 30px;
}

.content-box {
  max-width: 522px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.content-box-right {
  max-width: 960px;
}

.content-box-sm {
  flex: 0 0 341px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.common-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 30px;
}

.common-wrapper {
  max-width: 600px
}

.common-wrapper-lg {
  max-width: 700px;
}

.aligners-wrapper {
  max-width: 678px;
}

.align-start {
  align-items: flex-start !important;
}

.btn-know-more {
  font-size: 14px;
  font-weight: 300;
  line-height: 104%;
  display: flex;
  align-items: center;
  gap: 7px;
  transition: all .2s;
}

.btn-know-more::after {
  content: '';
  background-image: url(assets/images/btn-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 15px;
  transition: all .2s;
}

.btn-know-more:hover::after {
  transform: translateX(10px);
}

.btn-know-more-dark::after {
  filter: invert(1);
}

.btn-space {
  min-width: 215px;
}

.btn {
  border-radius: 24px;
  border: 1.6px solid #018197;
  background-color: rgba(255, 255, 255, 0.69);
  width: fit-content;
  padding: 18px 16px;
  display: flex;
  color: #018197;
  font-size: 16px;
  font-weight: 600;
  line-height: 93.5%;
  transition: all .2s;
}

.btn-contact,
.btn-homepage,
.btn-service,
.btn-schedule {
  position: relative;
}

.btn-contact::after,
.btn-homepage::after,
.btn-service::after,
.btn-schedule::after {
  content: '';
  position: absolute;
  top: 14px;
  right: -15px;
  width: 20px;
  aspect-ratio: 1;
  background-image: url(assets/images/icone-agenda.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transition: all .2s;
}

.btn-contact::after {
  background-image: url(assets/images/icone-contacto.svg);
}

.btn-service::after {
  background-image: url(assets/images/icone-servico.svg);
}

.btn-homepage::after {
  background-image: url(assets/images/icone-homepage.svg);
}

.btn-contact:hover,
.btn-homepage:hover,
.btn-service:hover,
.btn-schedule:hover {
  padding-right: 45px;
}

.btn-homepage:hover,
.btn-schedule:hover {
  box-shadow: 0 0 18px 0 rgba(0, 166, 196, 0.70);
}

.btn-contact:hover::after,
.btn-homepage:hover::after,
.btn-service:hover::after,
.btn-schedule:hover::after {
  opacity: 1;
  right: 15px;
}

.btn-dark {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 93.5%;
  padding: 18.4px 20px;
  border-radius: 24px;
  background-color: var(--soft-black);
  transition: all .2s;
}

.btn-prev {
  width: 31px;
  border: none;
  aspect-ratio: 1;
  background-image: url(assets/images/seta-recuar.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  cursor: pointer;
  opacity: 0.6;
  transition: all .2s;
}

.btn-prev.btn-prev-secondary {
  filter: invert(1);
}

.btn-prev:hover {
  opacity: 1;
}

.btn-next {
  width: 53px;
  border: none;
  aspect-ratio: 1;
  background-image: url(assets/images/seta-avancar.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  cursor: pointer;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  transition: all .2s;
}

.btn-next.btn-next-secondary {
  background-image: url(assets/images/seta-avancar-2.svg);
}

.btn-next:hover {
  background-image: url(assets/images/seta-avancar-hover.svg);
}

#nav-icon {
  display: none;
}

header {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 10px 0 12px 0;
  transition: all .2s;
}

header.scrolled {
  background: rgba(255, 255, 255, 1);
}

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

.menu-top {
  display: flex;
  align-items: center;
  gap: 62px;
}

.menu-top>li>a {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 93.5%;
  transition: all .2s;
  position: relative;
  color: inherit;
}

.menu-top>li.gbt>a {
  color: #FE3978;
}

.menu-top>li::after {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  width: 70%;
  height: 3.2px;
  border-radius: 20px;
  background: linear-gradient(89deg, #02C6E9 -2.45%, #01879F 125.15%);
  display: block;
  transform: translateX(-50%);
  opacity: 0;
  transition: all .2s;
}

.menu-top>li.current-menu-item::after,
.menu-top>li.current-menu-parent::after,
.menu-top>li:hover::after {
  opacity: 1;
}

.menu-top>li.gbt:hover>a,
.menu-top>li.gbt.current-menu-item>a{
  color: #007f96;
}

.menu-top>li.current-menu-item,
.menu-top>li.current-menu-parent,
.menu-top>li:hover {
  color: #007f96;
  text-shadow: 0 0 0.65px currentColor;
}

.menu-item,
.menu-item-has-children {
  position: relative;
}

.menu-item-has-children::before {
  content: '';
  height: 60px;
  width: 130px;
  display: block;
  position: absolute;
  left: -30px;
  top: 0;
}

.menu-top .sub-menu {
  position: absolute;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 4px 39px 0 rgba(0, 0, 0, 0.25);
  padding: 46px;
  display: flex;
  flex-direction: column;
  gap: 23px;
  left: -155px;
  top: 55px;
  opacity: 0;
  visibility: hidden;
  transition: all .2s;
  min-width: 400px;
}

.menu-top .menu-item-has-children:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
}

.menu-top .sub-menu>li>a {
  color: var(--soft-black);
  font-size: 16px;
  font-weight: 400;
  line-height: 93.5%;
  position: relative;
  left: 0;
  display: flex;
  gap: 10px;
  align-items: center;
  transition: all .2s;
  white-space: nowrap;
}

.menu-top .sub-menu>li>a::before {
  content: '';
  width: 0;
  height: 3px;
  border-radius: 20px;
  background: linear-gradient(90deg, #02C6E9 -2.45%, #01879F 125.15%);
  display: block;
  transition: all .2s;
}

.menu-top .sub-menu>li.current-menu-item>a::before,
.menu-top .sub-menu>li>a:hover::before {
  width: 20px;
}

#blog {
  padding: 125px 0 118px 0;
}

.blog-banner {
  aspect-ratio: 21/9;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 70px;
}

.blog-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog-date-reading-time {
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  display: block;
  margin-bottom: 30px;
}

.blog-card:hover .btn-know-more::after {
  transform: translateX(10px);
}

.blog-card-title {
  color: var(--soft-black);
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 15px;
}

.blog-card-excerpt>p {
  color: var(--soft-black);
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 15px;
}

.footer-bottom {
  padding: 20px 0;
}

.footer-main {
  padding: 108px 0;
  position: relative;
  overflow: hidden;
  background-color: #00a6c5;
}

.footer-main::after {
  content: '';
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
  background: linear-gradient(to right, #0000002e 80%, transparent);
  pointer-events: none;
}

.footer-map-figure {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
}

.footer-map-image {
  object-fit: cover;
  position: relative;
  width: 100%;
  top: -20%;
  height: 150%;
  object-position: left;
}

.footer-content {
  max-width: 550px;
  position: relative;
  z-index: 1;
}

.footer-content-block>.title-before {
  font-size: 16px;
  font-weight: 600;
  line-height: 104%;
}

.footer-title {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 115%;
  max-width: 392px;
}

.footer-menu-bottom {
  display: flex;
  align-items: center;
  column-gap: 35px;
  flex-wrap: wrap;
}

.footer-menu-bottom a {
  font-size: 12px;
  font-weight: 400;
  line-height: 145%;
  transition: all .2s;
  color: var(--soft-black);
}

.footer-menu-bottom a:hover {
  color: #000;
  text-shadow: 0 0 0.65px currentColor;
}

.footer-bottom-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-content-text {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  display: block;
  transition: all .2s;
}

a.footer-content-text:hover {
  color: #4EE4FF;
}

.footer-content-text>strong {
  font-weight: 600;
}

.footer-text-small,
.footer-content-text>small {
  display: block;
  font-size: 11px;
  font-weight: 300;
  line-height: 145%;
  color: #fff;
}

.footer-content-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 32px;
  gap: 25px;
}

.footer-content-block:first-child {
  grid-row: span 2;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-social {
  height: 32px;
  width: 32px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .4s;
}

.footer-social:hover {
  filter: drop-shadow(0px 5px 5px #00d9ff);
}

.footer-facebook {
  background-image: url(assets/images/facebook.svg);
}

.footer-instagram {
  background-image: url(assets/images/instagram.svg);
}

.footer-linkedin {
  background-image: url(assets/images/linkedin.svg);
}

.footer-facebook:hover {
  background-image: url(assets/images/icone-facebook-hover.svg);
}

.footer-instagram:hover {
  background-image: url(assets/images/icone-instagram-hover.svg);
}

.footer-linkedin:hover {
  background-image: url(assets/images/icone-linkedin-hover.svg);
}

#related-blog {
  padding: 90px 0 120px 0;
}

#frontpage-aligners {
  background-image: url(assets/images/bg-alinhadores.webp);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 170px 0 100px 0;
}

.aligners-grid,
.frontpage-aligners-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.frontpage-aligners-figure {
  width: 55%;
  position: relative;
}

.frontpage-aligners-figure::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, #02BBDC 0%, #4AE4FF 100%);
  filter: blur(100px);
  display: block;
}

.aligners-item,
.frontpage-aligners-item {
  position: absolute;
  height: 100px;
  z-index: 1;
  gap: 10px;
  display: flex;
  flex-direction: column;
}

.aligners-item::before,
.frontpage-aligners-item::before {
  content: '';
  height: 100%;
  width: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: -12px;
}

.aligners-item::before {
  background-color: #02C6E9;
}

.aligners-figure {
  width: 52%;
  position: relative;
}

.aligners-figure::before {
  content: '';
  width: 80%;
  height: 80%;
  border-radius: 100%;
  background: radial-gradient(50% 50% at 50% 50%, #02BBDC 0%, #4AE4FF 100%);
  filter: blur(100px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.aligners-item:hover::after,
.frontpage-aligners-item:hover::after {
  background-image: url(assets/images/icone-alinhador.svg);
}

.aligners-item::after,
.frontpage-aligners-item::after {
  content: '';
  background-image: url(assets/images/icone-alinhador-2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  width: 50px;
  position: absolute;
  bottom: -10px;
  left: -34px;
  transform: translateY(100%);
  transition: all .2s;
}

.frontpage-aligners-item:nth-of-type(1) {
  top: -18%;
  left: 40%;
}

.frontpage-aligners-item:nth-of-type(2) {
  bottom: 62%;
  right: 18%;
}

.aligners-item:nth-of-type(3),
.frontpage-aligners-item:nth-of-type(3) {
  bottom: 0;
  left: 15%;
  align-items: flex-end;
  justify-content: flex-end;
  text-align: end;
}

.aligners-item:nth-of-type(3) {
  max-width: 190px;
  left: -5%;
}

.aligners-item:nth-of-type(4)::after {
  bottom: auto;
  top: -50px;
  transform: none;
}

.aligners-item:nth-of-type(3)::before,
.frontpage-aligners-item:nth-of-type(3)::before {
  left: auto;
  right: -12px;
}

.aligners-item:nth-of-type(3)::after,
.frontpage-aligners-item:nth-of-type(3)::after {
  bottom: auto;
  top: -50px;
  right: -38px;
  left: auto;
  transform: none;
}

.aligners-item:nth-of-type(4) {
  justify-content: flex-end;
  bottom: -30px;
  right: 20%;
}

.aligners-item-title,
.frontpage-aligners-item>h4 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 93.5%;
}

.aligners-item-title {
  color: var(--soft-black);
}

.frontpage-aligners-image {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.aligners-item:nth-of-type(1) {
  top: -10%;
  left: 25%;
}

.aligners-item:nth-of-type(2) {
  top: 18%;
  right: 10%;
}

#frontpage-clinical {
  background: linear-gradient(90deg, rgba(243, 243, 243, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(255, 255, 255, 1) 50%);
  padding: 75px 0;
}

.frontpage-clinical-grid {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 20px;
  position: relative;
}

.frontpage-clinical-grid::after {
  content: '';
  width: 88px;
  aspect-ratio: 1;
  background-image: url(assets/images/vetor-casos-clinicos-icone-2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -50px;
  right: 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  backdrop-filter: blur(20px);
}

.frontpage-clinical-grid::before {
  content: '';
  width: 154px;
  aspect-ratio: 1;
  background-image: url(assets/images/vetor-casos-clinicos-icone.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -50px;
  left: -75px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(20px);
  border-radius: 35px;
}

.frontpage-clinical-image {
  border-radius: 20px;
  max-height: 305px;
  height: fit-content;
  width: 100%;
}

.frontpage-clinical-image:first-child,
.frontpage-clinical-image:last-child {
  grid-column: span 2;
}

#services {
  padding: 84px 0 97px 0;
}

.services-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 38px 20px;
}

.service-fix {
  align-items: flex-start !important;
}

.service-fix>.content-box {
  margin-top: 40px;
}

.service-card {
  border-radius: 20px;
  box-shadow: 0 0 13.4px 0 rgba(0, 0, 0, 0.18);
  padding: 57px 30px 35px 44px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 187px;
  position: relative;
  transition: all 1s;
  flex: 0 0 calc(34% - 20px);
}

.service-card::before,
.service-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  transition: all .2s;
}

.service-card::before {
  background: linear-gradient(0deg, #02C6E9 0%, #01879F 100%);
  opacity: 0;
  z-index: -1;
}

.service-card:hover::before {
  opacity: 1;
}

.service-card:hover .btn-know-more::after {
  transform: translateX(10px);
}

.service-card::after {
  background-image: url(assets/images/bg-cartao-tratamento.svg);
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: multiply;
}

.service-card-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  transition: all .2s;
}

.service-card:hover .btn-know-more,
.service-card:hover .service-card-title {
  color: #fff;
}

.service-card:hover .btn-know-more-dark::after {
  filter: invert(0);
}

.frontpage-about-grid {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  background-color: var(--light-grey);
  border-radius: 20px;
}

.frontpage-about-grid.about-grid-secondary {
  background-color: transparent;
}

.about-image,
.frontpage-about-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 0 0 20px;
}

.about-right,
.frontpage-about-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 13%;
  counter-reset: about;
}

.frontpage-about-right.no-gap {
  gap: 0;
}

.about-right>ul,
.frontpage-about-right>ul {
  padding-left: 40px;
  list-style-type: disc;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#clinical-case,
#staff {
  padding: 94px 0 110px 0;
  overflow: hidden;
}

.staff {
  display: flex;
  padding: 20px;
  overflow: auto;
  scrollbar-width: none;
  gap: 20px;
  cursor: grab;
}

.staff.active {
  cursor: grabbing;
}

.staff.active>.staff-card {
  pointer-events: none;
}

.staff.staff-secondary {
  padding: 0 20px;
}

.staff-buttons {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: flex-end;
}

.staff-grid {
  display: flex;
  position: relative;
  gap: 10px;
}

.staff-grid::after {
  content: '';
  position: absolute;
  right: -90px;
  top: 0;
  height: 100%;
  width: 150px;
  background: #FFF;
  mix-blend-mode: hard-light;
  filter: blur(30px);
  pointer-events: none;
}

.staff-grid.staff-grid-secondary::after {
  right: 0;
  width: 200px;
}

.staff-control {
  flex: 0 0 33%;
  border-radius: 20px;
  background: linear-gradient(47deg, #02C6E9 12.52%, #01879F 97.65%);
  display: flex;
  padding: 140px 32px 32px 47px;
  box-shadow: 0 3.8px 11px 0 rgba(0, 0, 0, 0.25);
  margin: 20px 0;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.staff-control::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(assets/images/vetor-corpo-clinico.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  opacity: 0.9;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.card-control {
  flex: 0 0 33%;
  border-radius: 20px;
  display: flex;
  padding: 140px 32px 32px 47px;
  box-shadow: 0 3.8px 11px 0 rgba(0, 0, 0, 0.25);
  margin: 20px 0;
  flex-direction: column;
  justify-content: space-between;
  background-image: url(assets/images/vetor-card.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.staff-control-wrapper {
  max-width: 365px;
}

.staff-card {
  flex: 0 0 45%;
  border-radius: 20px;
  box-shadow: 0 3.8px 11px 0 rgba(0, 0, 0, 0.25);
  position: relative;
}

.staff-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  background: rgba(255, 255, 255, 0.70);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.33);
  backdrop-filter: blur(15px);
  width: 100%;
  min-height: 148px;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}

.staff-card-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 104%;
  margin-bottom: 12px;
}

.staff-card-position {
  font-size: 14px;
  font-weight: 300;
  line-height: 120%;
  position: relative;
}

.staff-card-position::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  display: block;
  width: 33px;
  height: 3px;
  border-radius: 18px;
  background: linear-gradient(90deg, #02C6E9 -2.07%, #01879F 153.85%);
}

.staff-card-figure {
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}

.staff-card-figure>img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all .2s;
}

.staff-card-figure:hover>img {
  scale: 1.1;
}

#hero {
  padding-bottom: 70px;
}

.hero-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero-content {
  flex: 0 0 544px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.hero-image {
  width: 55%;
  height: auto;
  transform: translateX(-8%);
}

.hero-content>h1 {
  font-size: 50px;
  font-weight: 600;
  line-height: 115%;
}

.hero-content>h1>strong {
  background: linear-gradient(0deg, #01879F 0%, #02C6E9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: inherit;
}

.hero-content>p {
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  max-width: 400px;
}

.hero-buttons {
  display: flex;
  align-items: center;
  gap: 18px;
}

#banner-treatment {
  padding: 175px 0 87px 0;
  background-color: #f3f3f3;
  position: relative;
  overflow: hidden;
}

.treatment-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.treatment-wrapper>h2 {
  order: 0;
}

.treatment-wrapper>h1 {
  order: 1;
}

.treatment-excerpt {
  order: 2;
}

#treatment-content {
  padding: 92px 0;
}

.treatment-grid {
  display: flex;
  justify-content: space-between;
  gap: 5%;
}

.main-title.main-title-black>em,
.main-title.main-title-black>strong,
.main-title {
  background: linear-gradient(0deg, #02C6E9 60%, #01879F 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  font-weight: 600;
  line-height: 117%;
  font-style: normal;
}

.main-title.main-title-black>em,
.main-title.main-title-black>strong {
  font-size: inherit;
}

.main-title.main-title-black {
  background: transparent;
  background-clip: unset;
  color: #333;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}

.content-text>h2 {
  margin: 36px 0 12px 0;
}

.content-text>p {
  margin-bottom: 36px;
}

.treatment-image {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.25));
  border-radius: 20px;
}

.treatment-image.no-shadow{
  filter: none;;
}

.reading-time {
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  order: 2;
}

.banner-treatment-figure {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: fit-content;
  display: flex;
  pointer-events: none;
}

.banner-treatment-figure::before {
  content: '';
  position: absolute;
  bottom: 38px;
  left: -80px;
  aspect-ratio: 1;
  width: 154px;
  background-image: url(assets/images/vetor-tratamento-icone.webp);
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 28px;
  box-shadow: 0 0 20.20px 0 rgba(0, 0, 0, 0.25);
}

.banner-treatment-figure::after {
  content: '';
  position: absolute;
  top: 120px;
  right: 280px;
  aspect-ratio: 1;
  width: 88px;
  background-image: url(assets/images/vetor-tratamento-icone-2.webp);
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 28px;
  box-shadow: 0 0 20.20px 0 rgba(0, 0, 0, 0.25);
}

#treatment-faq {
  background-color: #f3f3f3;
  padding: 90px 0;
}

.treatment-right {
  flex: 0 0 50%;
}

.treatment-faq-grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  counter-reset: faq;
  gap: 10%;
}

.faq-box {
  position: sticky;
  top: 125px;
  height: auto;
}

.related-faq {
  padding: 23px 36px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all .2s;
}

.related-faq:last-child {
  margin-bottom: 0;
}

.related-faq-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 145%;
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.related-faq-title::before {
  content: counter(faq)'. ';
  counter-increment: faq;
}

.related-faq-title::after {
  content: '';
  margin-left: auto;
  height: 22px;
  width: 22px;
  flex: 0 0 22px;
  align-self: center;
  background-image: url(assets/images/icone-mais.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .2s;
}

.related-faq:hover {
  background-color: #02c6e9;
}

.related-faq.open>.related-faq-title::after {
  rotate: -135deg;
}

.related-faq-content {
  display: none;
  margin-top: 12px;
}

.related-faq-content>p {
  font-size: 15px;
  line-height: 160%;
}

#aligners {
  padding: 190px 0;
  overflow: hidden;
}

#about {
  padding: 60px 0 100px 0;
}

.section-404 {
  padding-top: 125px;
}

.grid-404 {
  display: grid;
  grid-template-columns: 40% 48%;
  align-items: center;
  gap: 12%;
}

.buttons-404 {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: 30px;
}

.img-404 {
  width: 100%;
  height: auto;
}

.section-content {
  padding: 205px 0 145px 0;
  background-image: url(assets/images/vetor-pg.svg);
  background-position: right top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-content.no-bg {
  background-image: none;
}

.general-container {
  max-width: 1050px;
  margin: 0 auto;
}

.general-content {
  max-width: 797px;
}

.general-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 10%;
}

.ral-content>p {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 5px;
}

.ral-content>p>strong {
  font-weight: 500;
}

.ral-content>pre {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 145%;
  margin-bottom: 5px;
}

.ral-content>h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 104%;
  margin-bottom: 20px;
}

.general-content>p,
.general-content>h1 {
  margin-bottom: 20px;
}

.blog-content>p {
  margin-bottom: 30px;
}

.general-content>h2 {
  margin: 50px 0 25px 0;
}

.blog-content>h2 {
  margin: 25px 0;
}

.blog-content>h3,
.general-content>h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 25px 0;
}

.blog-content>ul,
.general-content>ul {
  padding-left: 20px;
  list-style-type: disc;
  margin: 25px 0;
}

.blog-content>ol {
  padding-left: 20px;
  margin: 25px 0;
}

.general-content>table {
  margin-top: 25px;
}

table td {
  color: #102733;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 170%;
  padding: 0 9px;
}

table>thead td {
  color: #9F9F9F;
  padding-bottom: 35px;
}

table>tbody tr:nth-child(odd) td {
  background-color: #F4F4F4;
}

table>tbody tr:nth-child(even) td {
  padding: 25px 9px;
}

#certification {
  padding: 125px 0;
}

.certification-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 5%;
}

.certification-images {
  display: flex;
  align-items: center;
}

.certification-images>img {
  width: 50%;
  height: auto;
}

#steps {
  padding-bottom: 84px;
}

.step:hover,
.step.active {
  opacity: 1;
}

.step {
  opacity: .7;
  transition: all .2s;
  cursor: pointer;
  margin-bottom: 15px;
}

.step-title {
  color: var(--soft-black);
  font-size: 18px;
  font-weight: 600;
  line-height: 145%;
  display: flex;
  align-items: center;
}

.step-title::before {
  content: counter(about)'. ';
  counter-increment: about;
  color: var(--soft-black);
  flex: 0 0 32px;
}

.step.active>.step-title::before {
  color: transparent;
  background-image: url(assets/images/etapa-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex: 0 0 20px;
  margin-right: 15px;
}

.step.active>.step-content {
  display: block;
}

.step-content {
  display: none;
}

.step-images>img {
  width: 100%;
  height: fit-content;
  border-radius: 20px 0 0 20px;
}

@media (max-width: 1680px) {
  h1 {
    font-size: 36px;
  }

  .main-title,
  h3 {
    font-size: 34px;
    line-height: 130%;
  }

  .container {
    padding: 0 5%;
  }

  .container-secondary {
    margin: 0;
    padding-left: 5%;
  }

  .service-card-title {
    font-size: 16px;
  }

  #staff {
    padding: 70px 0 85px 0;
  }

  #clinical-case {
    padding: 0;
  }

  .banner-treatment-figure {
    right: -10%;
  }

  .banner-treatment-figure::before {
    width: 110px;
    left: -50px;
  }

  .grid-404 {
    grid-template-columns: 45% 45%;
    gap: 10%;
  }

  .step-images {
    padding: 60px;
  }

  .step-images>img {
    border-radius: 20px;
  }
}

@media (max-width: 1440px) {
  .container {
    padding: 0 6%;
  }

  h2 {
    font-size: 16px;
  }

  .main-title,
  h3 {
    font-size: 31px;
    line-height: 120%;
  }

  h1 {
    font-size: 34px;
  }

  .btn-dark,
  .btn {
    font-size: 14px;
  }

  li,
  p,
  .menu-top>li>a {
    font-size: 15px;
  }

  .footer-main {
    padding: 75px 0;
  }

  .footer-title {
    font-size: 28px;
  }

  .hero-content>h1 {
    font-size: 40px;
  }

  .hero-content>p {
    font-size: 18px;
    max-width: 365px;
  }

  #hero {
    padding-bottom: 35px;
  }

  .hero-content {
    flex: 0 0 445px;
  }

  .services-grid {
    gap: 20px;
  }

  .service-card {
    padding: 45px 30px;
  }

  .frontpage-clinical-grid::before {
    width: 100px;
    left: -50px;
    border-radius: 20px;
  }

  .btn-next {
    width: 45px;
  }

  .btn-prev {
    width: 28px;
  }

  #frontpage-aligners {
    padding: 135px 0 100px 0;
  }

  .frontpage-aligners-figure {
    width: 52%;
  }

  .aligners-item,
  .frontpage-aligners-item {
    height: 70px;
  }

  .aligners-item::after,
  .frontpage-aligners-item::after {
    bottom: 0;
  }

  .frontpage-aligners-item:nth-of-type(3) {
    left: 12%;
  }

  .aligners-item:nth-of-type(1) {
    top: -15%;
  }

  .aligners-item:nth-of-type(3) {
    left: -15%;
  }

  .aligners-item:nth-of-type(2) {
    right: 0;
  }

  #treatment-content {
    padding: 75px 0;
  }

  #banner-treatment {
    padding: 140px 0 55px 0;
  }

  .banner-treatment-figure::after {
    width: 70px;
    right: 250px;
  }

  .step-title {
    font-size: 16px;
  }

  .staff-control {
    padding: 80px 32px 32px 47px;
  }

  .card-control {
    padding: 70px 30px 30px 40px;
  }

  .aligners-wrapper {
    padding-right: 35px;
  }

  #certification {
    padding: 80px 0;
  }

  #aligners {
    padding: 145px 0;
  }

  .grid-404 {
    grid-template-columns: 50% 40%;
    gap: 10%;
  }
}

@media (max-width: 1376px) {

  .main-title,
  h3 {
    font-size: 28px;
  }

  h1 {
    font-size: 32px;
  }

  .footer-title {
    font-size: 26px;
  }

  .footer-map-image {
    top: -10%;
    height: 120%;
  }

  .footer-content-text {
    font-size: 13px;
  }

  .aligners-item:nth-of-type(3) {
    left: -20%;
    bottom: -10px;
  }

  .related-faq-title {
    font-size: 15px;
  }

  .related-faq-content>p {
    font-size: 14px;
  }

  .custom-logo {
    max-width: 120px;
    height: auto;
  }

  .menu-top>li>a {
    font-size: 15px;
  }

  .menu-top .sub-menu>li>a {
    font-size: 14px;
  }

  .hero-content>h1 {
    font-size: 35px;
  }

  .hero-content {
    flex: 0 0 405px;
  }

  .hero-content>p {
    font-size: 16px;
    max-width: 320px;
  }

  .hero-image {
    width: 50%;
  }

  .blog-card-title {
    font-size: 16px;
  }

  .about-right,
  .frontpage-about-right {
    padding: 50px;
  }

  .frontpage-about-grid {
    grid-template-columns: 48% 50%;
  }

  .step-images {
    padding: 0 50px;
  }

  .frontpage-clinical-image {
    max-height: 225px;
  }

  .treatment-faq-grid {
    gap: 5%;
  }

  .banner-treatment-figure {
    right: -15%;
  }
}

@media (max-width: 1280px) {

  .main-title,
  h3 {
    font-size: 26px;
  }

  h1 {
    font-size: 30px;
  }

  .btn {
    padding: 16px;
  }

  span.title-before,
  li,
  p,
  .menu-top>li>a {
    font-size: 14px;
  }

  .menu-top .sub-menu>li>a {
    font-size: 14px;
  }

  .menu-top .sub-menu {
    top: 45px;
    min-width: 335px;
    left: -55px;
    padding: 30px;
  }

  .hero-content>h1 {
    font-size: 32px;
  }

  .about-image,
  .frontpage-about-image {
    object-fit: contain;
    border-radius: 20px;
    height: auto;
  }

  .frontpage-about-grid {
    padding: 35px;
  }

  .frontpage-about-grid.about-grid-secondary {
    padding: 0;
  }

  .frontpage-about-right {
    padding: 0 35px;
  }

  .about-right {
    padding: 0;
  }

  .frontpage-about-grid {
    gap: 5%;
  }

  .frontpage-clinical-image {
    max-height: 200px;
  }

  .frontpage-clinical-grid::before {
    width: 80px;
    bottom: -30px;
  }

  .service-card {
    min-height: 160px;
  }

  .btn-know-more {
    font-size: 13px;
  }

  .card-control,
  .staff-control {
    padding: 35px;
    align-items: flex-end;
  }

  .staff-card-content {
    padding: 20px 20px 35px 20px;
    min-height: 115px;
  }

  .treatment-figure {
    position: sticky;
    top: 100px;
    height: fit-content;
  }

  .treatment-right.treatment-right-secondary {
    flex: 1 0 60%;
  }

  .related-faq {
    padding: 22px;
  }

  .related-faq-title {
    font-size: 15px;
  }

  .related-faq-content>p {
    font-size: 14px;
  }

  .banner-treatment-figure {
    right: -25%;
  }

  .banner-treatment-figure::after {
    display: none;
  }

  .banner-treatment-figure::before {
    width: 80px;
    left: -15px;
  }

  .frontpage-aligners-figure {
    width: 50%;
  }

  .aligners-wrapper {
    max-width: 570px;
  }

  .aligners-grid {
    gap: 35px;
  }

  .aligners-figure {
    width: 100%;
    flex: 0 0 50%;
  }

  .frontpage-aligners-item>h4,
  .aligners-item-title {
    font-size: 16px;
  }

  .aligners-item-text {
    font-size: 14px;
  }

  #aligners {
    padding: 145px 0 125px 0;
  }

  .footer-map-image {
    top: 0;
    height: 100%;
  }

  .footer-content-block>.title-before {
    font-size: 14px;
  }

  #about {
    padding: 50px 0;
  }
}

@media (max-width: 1120px) {

  .container-md-secondary,
  .container-md {
    padding: 0 5%;
  }

  .banner-treatment-figure {
    right: -30%;
  }

  .banner-treatment-figure::before {
    left: 0;
  }

  .general-container {
    padding: 0 5%;
  }

  .section-404 {
    padding: 125px 0 35px 0;
  }

  .frontpage-aligners-item:nth-of-type(1) {
    top: -25%;
  }

  .frontpage-aligners-item:nth-of-type(3) {
    bottom: -30px;
  }
}

@media (max-width: 1080px) {

  .common-wrapper,
  .common-wrapper-lg {
    max-width: 550px;
  }

  h2 {
    font-size: 14px;
  }

  .main-title,
  h3 {
    font-size: 24px;
  }

  h1 {
    font-size: 28px;
  }

  .common-flex {
    gap: 20px;
  }

  .blog-grid,
  .grid-4 {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }

  .md-adj-title {
    max-width: 260px;
  }

  .flex-column-md {
    flex-direction: column;
    align-items: flex-start;
  }

  #blog {
    padding: 125px 0 30px 0;
  }

  .blog-card-title {
    font-size: 14px;
  }

  .blog-card-excerpt>p {
    font-size: 13px;
  }

  .footer-title {
    font-size: 25px;
  }

  .footer-map-image {
    top: -10%;
    height: 110%;
  }

  .footer-main::after {
    width: 60%;
  }

  .custom-logo {
    max-width: 105px;
  }

  .menu-top {
    gap: 25px;
  }

  #hero {
    padding: 25px 0;
  }

  .hero-content {
    flex: 0 0 360px;
  }

  .hero-buttons {
    gap: 10px;
  }

  .hero-content>p {
    font-size: 16px;
  }

  .hero-content>h1 {
    font-size: 31px;
  }

  .hero-image {
    width: 50%;
    transform: translate(0);
  }

  #related-blog {
    padding: 65px 0;
    overflow: hidden;
  }

  .related-faq-title {
    font-size: 14px;
  }

  .related-faq-content>p {
    font-size: 13px;
  }

  .banner-treatment-figure {
    right: -35%;
  }

  #frontpage-aligners {
    padding: 100px 0;
  }

  .content-box-sm {
    gap: 20px;
  }

  .content-box {
    max-width: 55%;
    gap: 20px;
  }

  .content-box.content-box-secondary {
    max-width: 100%;
  }

  #services {
    padding: 50px 0;
    overflow: hidden;
  }

  #clinical-case,
  #staff {
    padding: 55px 0;
  }

  .staff-grid {
    flex-direction: column;
    gap: 0;
  }

  .mb-30,
  .mb-25 {
    margin-bottom: 20px;
  }

  .staff-control {
    padding: 0;
    background: unset;
    box-shadow: none;
    align-items: flex-start;
    margin: 0 5% 0 0;
    position: relative;
  }

  #staff .staff-buttons {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .staff-control-wrapper {
    max-width: 100%;
  }

  .staff-control-wrapper>p {
    max-width: 500px;
  }

  .staff-card {
    flex: 0 0 33%;
  }

  .staff-card.clinical-card {
    flex: 0 0 25%;
  }

  #clinical-case .staff-buttons {
    position: absolute;
    bottom: 10px;
    right: 0;
  }

  .card-control {
    padding: 40px;
    margin: 0;
    margin-right: 5%;
    z-index: 1;
    align-items: flex-start;
    gap: 0;
    padding: 0;
    background-image: unset;
    box-shadow: none;
    position: relative
  }

  .service-fix>.content-box {
    margin-top: 0;
  }

  #staff {
    padding: 5% 0;
    background: linear-gradient(47deg, #02C6E9 12.52%, #01879F 97.65%);
  }

  .staff-control::before,
  .staff-grid::after {
    display: none;
  }

  .staff {
    margin: 20px 0 0 -20px;
    padding: 20px;
  }

  .staff.clinical {
    margin: 0;
    padding: 0;
  }

  .services-grid {
    flex-wrap: nowrap;
    overflow-x: auto;
    width: 100vw;
    margin-left: -5%;
    padding: 20px 0;
    scrollbar-width: none;
    cursor: grab;
  }

  .services-grid.active {
    cursor: grabbing;
  }

  .service-card {
    flex: 0 0 250px;
    padding: 30px;
  }

  .service-card:first-child {
    margin-left: 5%;
  }

  .service-card:last-child {
    margin-right: 5%;
  }

  #treatment-content {
    padding: 55px 0;
  }

  #treatment-faq {
    padding: 70px 0;
  }

  .grid-404 {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }

  .page-template-page-alinhadores #steps {
    padding-bottom: 0;
  }

  .aligners-item:nth-of-type(3) {
    left: -28%;
  }

  .frontpage-aligners-item>h4,
  .aligners-item-title {
    font-size: 14px;
  }

  .step-images {
    align-items: flex-start;
  }

  .step-images>img {
    position: sticky;
    top: 20px;
  }

  .btn-header.btn-schedule {
    padding-right: 45px;
  }

  .btn-header.btn-schedule::after {
    opacity: 1;
    right: 15px;
  }

  #clinical-case .btn-schedule,
  #services .btn-schedule {
    position: absolute;
    top: -12px;
    right: 0;
  }

  #aligners {
    padding: 90px 0;
  }

  #clinical-case {
    background-color: #f3f3f3;
    padding: 45px 0;
    margin-top: 45px;
  }

}

@media (max-width: 940px) {
  h3 {
    font-size: 24px;
  }

  .related-faq-content>p,
  table td,
  li,
  p {
    font-size: 14px;
  }

  .banner-treatment-figure {
    display: none;
  }

  .blog-content>p {
    margin-bottom: 20px;
  }

  .content-box {
    max-width: 55%;
  }

  .blog-banner {
    margin-bottom: 30px;
  }

  .section-content {
    padding: 125px 0px 50px 0;
    background-size: contain;
  }

  .footer-gray.footer-main {
    background-color: #f3f3f3;
  }

  .footer-main::after {
    display: none;
  }

  .footer-main {
    padding: 55px 0 0 0;
    background-color: #fff;
  }

  .footer-content {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .footer-map-figure {
    height: 350px;
    overflow: hidden;
    position: relative;
    width: 90%;
    margin: 0 auto;
    border-radius: 20px;
  }

  .footer-content-column {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-text-small,
  .footer-title,
  .footer-color-white,
  .footer-content-text {
    color: #212121;
  }

  .footer-socials svg rect:nth-child(2) {
    fill: #212121;
  }

  .footer-main>.container {
    width: 100%;
  }

  .footer-map-image {
    width: 100%;
    height: 100%;
    top: 0;
    position: relative;
    object-position: left 35%;
    object-fit: cover;
  }

  .menu-top {
    gap: 35px;
  }

  .menu-top>li>a {
    font-size: 14px;
  }

  .custom-logo {
    max-width: 110px;
  }

  #hero {
    margin-bottom: 0;
  }

  .frontpage-aligners-grid {
    gap: 20px;
  }

  .aligners-item,
  .frontpage-aligners-item {
    height: 40px;
  }

  .aligners-item::after,
  .frontpage-aligners-item::after {
    height: 35px;
    width: 35px;
    left: -28px;
  }

  .frontpage-aligners-item:nth-of-type(3)::after {
    top: -40px;
    right: -30px;
  }

  .frontpage-aligners-item::after {
    bottom: -5px;
  }

  .frontpage-aligners-item:nth-of-type(3) {
    bottom: -15px;
  }

  .staff-card-title {
    font-size: 15px;
  }

  .staff-card-position {
    font-size: 13px;
  }

  #clinical-case,
  #staff {
    padding: 50px 0;
  }

  #frontpage-clinical {
    background: linear-gradient(90deg, rgba(243, 243, 243, 1) 0%, rgba(243, 243, 243, 1) 70%, rgba(255, 255, 255, 1) 70%);
  }

  #certification {
    padding: 75px 0;
  }

  .certification-images {
    flex-direction: column;
  }

  .aligners-figure {
    flex: 0 0 45%;
  }

  .aligners-item:nth-of-type(4) {
    right: 0;
  }

  .aligners-item:nth-of-type(4)::after {
    top: -35px;
    left: -28px;
  }

  .aligners-item:nth-of-type(3)::after {
    top: -35px;
    right: -30px;
  }

  .aligners-item:nth-of-type(3) {
    left: -20%;
  }

  .aligners-item-text {
    font-size: 12px;
  }

  .footer-instagram {
    background-image: url(assets/images/icone-instagram-hover.svg);
  }

  .footer-facebook {
    background-image: url(assets/images/icone-facebook-hover.svg);
  }

  .footer-linkedin {
    background-image: url(assets/images/icone-linkedin-hover.svg);
  }

  .footer-social:hover {
    filter: none;
  }
}

@media (max-width: 860px) {
  .btn-space {
    min-width: auto;
  }

  .frontpage-about-grid {
    grid-template-columns: 100%;
    gap: 40px;
    padding-bottom: 50px;
  }

  .related-faq:hover {
    background-color: #fff;
  }

  .staff-grid.staff-grid-secondary::after {
    width: 150px;
    right: -5%;
  }

  #steps {
    padding-bottom: 0;
  }

  .single-tratamento #steps {
    padding-bottom: 50px;
  }

  .step-images>img {
    position: relative;
    top: 0;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  .aligners-grid {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .frontpage-aligners-image {
    width: 75%;
    display: block;
    margin: 0 auto;
  }

  .aligners-item:nth-of-type(1) {
    top: -20px;
    left: 40%;
  }

  .aligners-item:nth-of-type(2) {
    right: 10%;
    top: 25%;
  }

  .aligners-item:nth-of-type(3) {
    left: 0;
    bottom: 15px;
  }

  .aligners-item:nth-of-type(4) {
    right: 25%;
    bottom: 0;
  }

  .aligners-wrapper {
    padding-right: 0;
  }

  .aligners-item:nth-of-type(3)::before {
    right: -20px;
  }

  .aligners-item:nth-of-type(3)::after {
    right: -38px;
  }

  #aligners {
    padding: 75px 0 55px 0;
  }

  .aligners-grid {
    gap: 50px;
  }

  #about {
    padding: 55px 0;
  }

  .about-image {
    max-height: 430px;
    object-fit: cover;
  }

  .frontpage-about-grid.about-grid-secondary {
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
  }

  .frontpage-about-image {
    max-height: 350px;
    width: 100%;
    object-fit: cover;
  }

  .content-box {
    max-width: 50%;
  }

  .frontpage-clinical-grid::after {
    width: 60px;
  }

  .frontpage-clinical-grid::before {
    width: 60px;
    bottom: -30px;
  }

  .blog-grid {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    min-width: 100vw;
    cursor: grab;
  }

  .blog-grid.active {
    cursor: grabbing;
  }

  .blog-grid.active .blog-card {
    user-select: none;
  }

  .blog-card {
    flex: 0 0 280px;
  }

  .blog-card:last-child {
    margin-right: 10%;
  }


  .d-none-md {
    display: none;
  }

  .header-navigation {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    position: fixed;
    top: 0;
    right: -100vw;
    height: 100dvh;
    width: 100vw;
    background-color: #fff;
    background-image: url(assets/images/vetor-menu.svg);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 100px 5%;
    transition: all .5s;
  }

  .menu-top .sub-menu {
    position: relative;
    background: transparent;
    box-shadow: none;
    padding: 0;
    gap: 15px;
    left: 0;
    top: 0;
    opacity: 1;
    visibility: visible;
    min-width: auto;
    margin-top: 20px;
  }

  .menu-top .sub-menu>li>a {
    gap: 0;
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid #F3F3F3;
  }

  .menu-top .sub-menu>li.current-menu-item>a {
    color: #007f96;
  }

  #nav-icon.open~.header-navigation {
    right: 0;
  }

  .menu-top {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
  }

  .menu-top>.menu-item {
    width: 100%;
  }

  .menu-top>li>a {
    font-size: 16px;
    font-weight: 600;
  }

  .menu-top .sub-menu>li.current-menu-item>a::before {
    margin-right: 10px;
  }

  .menu-top>li::after,
  .menu-top>li>a::before,
  .menu-item-has-children::before {
    display: none;
  }

  .menu-top>li.current-menu-parent>a,
  .menu-top>li>a:hover {
    color: inherit;
    text-shadow: none;
  }

  .btn-schedule.d-none {
    display: flex !important;
  }

  #nav-icon {
    display: block;
    width: 45px;
    height: 24px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 1;
  }

  #nav-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background-color: #019ebb;
    border-radius: 4px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
  }

  #nav-icon span:nth-child(1) {
    top: 0px;
    transform-origin: left center;
  }

  #nav-icon span:nth-child(2) {
    top: 12px;
    transform-origin: left center;
  }

  #nav-icon span:nth-child(3) {
    top: 24px;
    transform-origin: left center;
  }

  #nav-icon.open span:nth-child(1) {
    transform: rotate(45deg);
    top: -4px;
    left: 8px;
  }

  #nav-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }

  #nav-icon.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 28px;
    left: 8px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 5%;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  h2 {
    font-size: 16px;
  }

  h1 {
    font-size: 26px;
  }

  .main-title,
  h3 {
    font-size: 22px;
  }

  table td {
    font-size: 13px;
  }

  .btn-know-more {
    font-size: 13px;
  }

  .btn-dark,
  .btn {
    font-size: 13px;
  }

  .btn.btn-homepage,
  .btn-dark.btn-contact,
  .btn-dark.btn-service,
  .btn.btn-schedule {
    padding-right: 45px;
  }

  .btn-contact::after,
  .btn-homepage::after,
  .btn-service::after,
  .btn-schedule::after {
    top: 50%;
    opacity: 1;
    visibility: visible;
    right: 15px;
    transform: translateY(-50%);
  }

  .hero-content>p {
    max-width: 100%;
  }

  .common-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .content-box {
    max-width: 65%;
  }

  .content-text>p {
    margin-bottom: 26px;
  }

  .treatment-text>ul {
    gap: 10px;
  }

  .faq-box {
    position: relative;
    top: 0;
  }

  .footer-title {
    font-size: 26px;
  }

  #hero {
    padding-top: 120px;
  }

  .frontpage-aligners-item:nth-of-type(3) {
    bottom: -35px;
    left: 0;
  }

  .frontpage-aligners-item>h4 {
    font-size: 14px;
  }

  #frontpage-aligners {
    padding: 65px 0;
  }

  .frontpage-about-image {
    width: 90%;
    margin: 35px auto 20px auto;
  }

  .frontpage-about-grid {
    padding: 0;
    gap: 10px;
  }

  .step-images {
    gap: 30px;
  }

  .frontpage-about-right {
    padding-bottom: 35px;
    gap: 20px;
  }

  .about-right {
    gap: 20px;
  }

  #services {
    padding: 50px 0;
    overflow-x: hidden;
  }

  .staff-buttons {
    display: none;
  }

  .content-box-sm {
    flex: auto;
    gap: 18px;
  }

  .frontpage-clinical-grid::before {
    width: 88px;
    left: 0;
    border-radius: 15px;
    bottom: -25px;
  }

  #frontpage-clinical {
    background: linear-gradient(to bottom, rgba(243, 243, 243, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(255, 255, 255, 1) 50%);
    padding: 50px 0;
  }

  .frontpage-clinical-grid {
    gap: 15px;
    margin-top: 35px;
  }

  .treatment-faq-grid {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }

  .treatment-right.treatment-right-secondary {
    width: 100%;
  }

  #treatment-faq {
    padding: 50px 0;
  }

  .main-title.main-title-404 {
    font-size: 26px;
  }

  .treatment-wrapper {
    gap: 20px;
  }

  .frontpage-aligners-image {
    width: 100%;
  }

  .aligners-item:nth-of-type(2) {
    right: 0%;
    top: 28%;
  }

  .aligners-item:nth-of-type(3) {
    left: -5%;
    bottom: 18px;
  }

  .frontpage-aligners-figure {
    flex: 0 0 45%;
  }

  #frontpage-clinical .btn-schedule {
    position: absolute;
    top: -12px;
    right: 0;
  }

  .md-adj-title {
    max-width: 100%;
  }

  .content-box-right {
    width: 100%;
  }

  .staff-card.clinical-card {
    flex: 0 0 30%;
  }
}

@media (max-width: 700px) {

  .btn-dark,
  .btn {
    font-size: 13px;
  }

  .hero-image {
    display: none;
  }

  .hero-content {
    flex: auto;
  }

  .staff-card {
    flex: 0 0 55%;
  }

  .treatment-faq-grid,
  .treatment-grid {
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
  }

  .treatment-grid>.common-wrapper {
    order: 1;
  }

  .content-text>h2 {
    margin: 25px 0 10px 0;
  }

  .treatment-figure {
    position: relative;
    top: 0;
  }

  #treatment-content {
    padding: 35px 0 50px 0;
  }

  #banner-treatment {
    padding: 124px 0 50px 0;
  }

  #certification {
    padding: 50px 0;
  }

  .certification-grid {
    grid-template-columns: 100%;
  }

  .certification-images {
    flex-direction: row;
  }

  .staff-grid.staff-grid-secondary::after {
    width: 10%;
    right: -5%;
  }

  .main-title.main-title-404 {
    font-size: 24px;
  }
}

@media (max-width: 600px) {
  .mt-sm-3 {
    margin-top: 20px;
  }

  #clinical-case {
    margin-top: 0;
  }

  .staff-card.clinical-card {
    flex: 0 0 40%;
  }

  .step.active>.step-title::before {
    margin-right: 5px;
  }

  .content-box {
    max-width: 100%;
    gap: 20px;
  }

  .general-content>h2 {
    margin: 35px 0 20px 0;
  }

  .general-grid {
    grid-template-columns: 100%;
    gap: 25px;
  }

  .menu-top>li,
  .menu-top {
    width: 100%;
  }

  .frontpage-aligners-figure {
    width: 100%;
  }

  .frontpage-aligners-grid {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }

  .frontpage-aligners-item:nth-of-type(3) {
    bottom: 15px;
    left: 12%;
  }

  .frontpage-aligners-item:nth-of-type(1) {
    top: 0;
  }

  #frontpage-aligners {
    padding: 55px 0;
    background-image: none;
    background-color: #007f96;
  }

  .page-template-page-alinhadores #steps {
    padding-bottom: 35px;
  }

  #clinical-case h2 {
    margin-bottom: 40px;
  }

  #frontpage-clinical {
    padding-bottom: 50px;
    background: #f3f3f3;
  }

  .staff-grid-secondary {
    gap: 0;
  }

  .staff-card-title {
    font-size: 14px;
  }

  .staff-card-position {
    font-size: 12px;
  }

  .main-title.main-title-404 {
    font-size: 22px;
  }

  .buttons-404 {
    gap: 10px;
  }

  .step-title {
    font-size: 15px;
  }

  .step-title::before {
    flex: 0 0 22px;
  }

  #about {
    padding: 35px 0;
  }

  .aligners-item {
    gap: 5px;
  }

  .aligners-item:nth-of-type(4) {
    right: 5%;
    bottom: 0;
  }

  .aligners-item:nth-of-type(3) {
    left: 0;
    bottom: -5px;
  }

  #aligners {
    padding: 75px 0 35px 0;
  }

  .blog-banner {
    aspect-ratio: 16 / 9;
  }

  .blog-date-reading-time {
    font-size: 12px;
  }
}

@media (max-width: 550px) {
  h3 {
    font-size: 20px;
  }

  .main-title.main-title-404,
  .main-title {
    font-size: 22px;
    line-height: 1.25;
  }

  h1 {
    font-size: 24px;
  }

  .grid-4 {
    grid-template-columns: 100%;
  }

  .footer-title {
    font-size: 25px;
  }

  #related-blog {
    padding: 45px 0;
    overflow: hidden;
  }

  .footer-main {
    padding: 45px 0 0 0;
  }

  .related-faq-content>p,
  .blog-card-excerpt>p {
    font-size: 13px;
  }

  .footer-map-figure {
    height: 150px;
  }

  .footer-map-image {
    scale: 1.2
  }

  .footer-content-column {
    grid-template-columns: 55% 1fr;
  }

  .footer-content-block:last-child {
    grid-column: 1;
    grid-row: 3;
  }

  .section-404 {
    padding: 125px 0 0 0;
  }

  .grid-404 {
    grid-template-columns: 100%;
    gap: 15px;
  }

  .header-navigation {
    justify-content: center;
  }

  .menu-top>.menu-item-has-children>a {
    display: flex;
    align-items: center;
  }

  .menu-top>.menu-item-has-children>a::after {
    content: '';
    margin-left: auto;
    height: 22px;
    width: 22px;
    flex: 0 0 22px;
    background-image: url(assets/images/icone-mais.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .5s;
  }

  .menu-top>.menu-item-has-children.open>a::after {
    transform: rotate(-135deg);
  }

  .menu-top .menu-item-has-children:hover>.sub-menu,
  .menu-top .sub-menu {
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    border-radius: 0;
    transition: all .5s;
  }

  .menu-top>li>a {
    padding-bottom: 16px;
    border-bottom: 2px solid #f3f3f3;
    display: block;
    text-align: start;
  }

  .menu-top .menu-item-has-children.open>.sub-menu {
    max-height: 100%;
    overflow-y: auto;
    opacity: 1;
    visibility: visible;
    margin-top: 20px;
  }

  .aligners-item:nth-of-type(4) {
    right: 0;
  }

  .aligners-item:nth-of-type(1) {
    top: -10px;
  }

  .step {
    opacity: 1;
  }

  .step-content {
    display: block;
  }

  .step.active>.step-title::before {
    margin-right: 0;
  }

  .step.active>.step-title::before {
    color: var(--soft-black);
    background-image: none;
    flex: 0 0 22px;
  }

  .staff-card {
    flex: 0 0 75%;
  }
}

@media (max-width: 460px) {
  h1 {
    font-size: 22px;
  }

  h2 {
    font-size: 15px;
  }

  h3 {
    font-size: 22px;
    line-height: 1.3;
  }

  .about-right>ul,
  .frontpage-about-right>ul {
    padding-left: 25px;
  }

  .blog-content>h2,
  .blog-content>h3,
  .general-content>h3 {
    font-size: 15px;
    margin: 20px 0;
  }

  .btn {
    padding: 16px;
  }

  table td {
    font-size: 12px;
  }

  table>tbody tr:nth-child(even) td {
    padding: 20px 9px;
  }

  .content-text>p {
    margin-bottom: 16px;
  }

  #nav-icon {
    width: 35px;
    height: 20px;
  }

  #nav-icon span:nth-child(2) {
    top: 10px;
  }

  #nav-icon span:nth-child(3) {
    top: 20px;
  }

  #nav-icon.open span:nth-child(3) {
    top: 21px;
  }

  .staff-grid::after {
    display: none;
  }

  .frontpage-about-right {
    padding: 20px;
  }

  .frontpage-aligners-item:nth-of-type(3) {
    bottom: 0;
  }

  .frontpage-aligners-item:nth-of-type(1) {
    left: 35%;
  }

  #banner-treatment {
    padding: 124px 0 35px 0;
  }

  .frontpage-clinical-grid {
    display: block;
  }

  .content-box-right {
    width: 100%
  }

  .frontpage-clinical-image {
    max-height: 100%;
    height: 198px;
    object-fit: cover;
  }

  #staff {
    padding: 35px 0;
  }

  .frontpage-clinical-grid::after {
    width: 70px;
    top: -25px;
  }

  .frontpage-clinical-grid::before {
    width: 70px;
    z-index: 1;
  }

  .frontpage-about-right.no-gap {
    gap: 0;
    padding: 0 20px 20px 20px;
  }

  .step-images>img {
    aspect-ratio: 5 / 4;
  }

  .footer-content-block>.title-before,
  .footer-content-text {
    font-size: 12px;
  }

  .footer-menu-bottom {
    display: block;
  }

  .footer-bottom-content {
    align-items: flex-end;
  }

  .footer-socials {
    gap: 10px;
  }

  .treatment-grid,
  .frontpage-about-grid {
    gap: 0;
  }

  .about-grid-secondary {
    gap: 20px;
  }

  .step-images {
    gap: 30px;
  }

  .frontpage-about-image {
    width: 100%;
    margin: 0;
  }

  .treatment-wrapper {
    gap: 15px;
  }

  .aligners-item-title {
    font-size: 14px;
  }

  .aligners-item-text {
    font-size: 11px;
  }

  .aligners-item:nth-of-type(3) {
    left: -15px;
    bottom: -22%;
    max-width: 165px;
  }

  .aligners-grid {
    gap: 80px;
  }

  .blog-date-reading-time {
    font-size: 10px;
  }

  .staff-card-position::after {
    display: none;
  }

  .staff-card-content {
    padding: 20px;
  }
}

@media (max-width: 430px) {
  .custom-logo {
    max-width: 95px;
  }

  header {
    padding: 10px 0;
  }

  .aligners-item::before {
    display: none;
  }

  .aligners-item:nth-of-type(3)::after {
    right: auto;
    left: 52px;
    top: -28px;
  }

  .aligners-item:nth-of-type(4)::after {
    top: -8px;
    left: -32px;
  }

  .aligners-item::after {
    top: -46px;
    left: -32px;
  }

  .aligners-item:nth-of-type(1) {
    left: 15%;
    top: -25px;
  }

  .aligners-item:nth-of-type(2) {
    top: 18%;
  }

  .aligners-grid {
    gap: 80px;
  }

  .aligners-item:nth-of-type(4) {
    bottom: -15%;
  }
}

@media (max-width: 375px) {
  p {
    font-size: 13px;
  }

  .staff-card {
    flex: 0 0 80%;
  }

  .main-title.main-title-404,
  .main-title,
  h3 {
    font-size: 20px;
  }

  .footer-text-small,
  .footer-content-text>small {
    font-size: 10px;
  }

  .blog-grid {
    gap: 25px;
  }

  .menu-top {
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
    justify-content: flex-start;
  }

  .menu-top .sub-menu {
    display: none;
  }

  .menu-top .menu-item-has-children:hover>.sub-menu {
    display: flex;
  }

  .frontpage-aligners-item:nth-of-type(3) {
    bottom: -15px;
  }

  .frontpage-aligners-item:nth-of-type(1) {
    left: 26%;
  }

  .footer-content-block>.mb-20 {
    margin-bottom: 13px;
  }

  .footer-content-block>.title-before,
  .footer-content-text {
    font-size: 11px;
  }

  .aligners-item-title {
    font-size: 13px;
  }

  .aligners-item:nth-of-type(3)::after {
    left: 56px;
    top: -24px;
  }

  .aligners-item-text {
    font-size: 10px;
  }

  .btn {
    border-radius: 20px;
  }

  .btn.btn-homepage,
  .btn-dark.btn-contact,
  .btn-dark.btn-service,
  .btn.btn-schedule {
    padding: 16px 20px;
  }

  .btn-contact::after,
  .btn-homepage::after,
  .btn-service::after,
  .btn-schedule::after {
    display: none;
  }
}

@media (max-width: 350px) {
  .frontpage-about-right {
    gap: 15px;
  }

  .footer-content-column {
    grid-template-columns: 100%;
    gap: 20px;
  }

  .frontpage-aligners-image {
    width: 110%;
  }

  .frontpage-aligners-item>h4 {
    font-size: 12px;
  }

  .frontpage-aligners-figure {
    margin: 0 -5%;
  }

  .footer-title {
    font-size: 22px;
  }

  .footer-menu-bottom a {
    font-size: 11px;
  }

  .main-title.main-title-404,
  .main-title,
  h3 {
    font-size: 18px;
  }

  h2 {
    font-size: 14px;
  }

  .footer-content-block:last-child {
    grid-row: auto;
  }

  .related-faq-content>p,
  table td,
  li,
  p {
    font-size: 13px;
  }
}