@charset "UTF-8";
@font-face {
  font-family: "Owners";
  src: url(../fonts/Owners-Regular.ttf);
}
@font-face {
  font-family: "Owners Bold";
  src: url(../fonts/Owners-Bold.otf);
  font-weight: 500;
}
@font-face {
  font-family: "Owners Medium";
  src: url(../fonts/Owners-Medium.ttf);
}
@font-face {
  font-family: "Owners Light";
  src: url(../fonts/Owners-Light.ttf);
  font-weight: light;
}
@keyframes "scrollText" {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
/* new update 11042024 */

html {
  scroll-behavior: smooth;
}

.btn-default {
  color: #ededdd;
  font-family: "Owners";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  background-color: #1c4557;
  border-radius: 0;
  border-color: transparent;
  padding: 25px;
  font-size: 15px;
  letter-spacing: 1.5px;
}
.btn-default:hover {
  background-color: #1c4557;
  border-color: transparent;
  color: #fff;
  text-decoration: underline;
}

.btn-secondary {
  color: #ededdd;
  font-family: "Owners";
  font-style: normal;
  font-weight: light;
  line-height: 100%;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #ededdd;
  padding: 25px;
  font-size: 15px;
  letter-spacing: 1.5px;
  transition: all 0.5s;
}
.btn-secondary:hover {
  background-color: #ededdd;
  border: 1px solid #ededdd;
  color: #1c4557;
  text-decoration: underline;
}

body {
  overflow-x: hidden;
}

nav {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 0;
  left: 0;
  mix-blend-mode: difference;
  color: #fff;
  z-index: 2;
}
nav .logo {
  height: 25px;
}
nav a {
  padding: 15px;
  position: relative;
  z-index: 5;
}

header {
  position: fixed;
  z-index: 2;
  top: 0;
  color: #fff;
  right: 0;
}
header .hamburger {
  mix-blend-mode: normal;
  height: 56px;
  width: 56px;
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: #212528;
  position: relative;
  z-index: 10;
}
header .hamburger:hover {
  opacity: 1;
}
header .hamburger .hamburger-box {
  width: 30px;
}
header .hamburger .hamburger-box .hamburger-inner {
  border-radius: 0;
  background-color: #ededdd;
  width: 30px;
  height: 2px;
}
header .hamburger .hamburger-box .hamburger-inner:before {
  top: -8px;
  width: 30px;
  height: 2px;
}
header .hamburger .hamburger-box .hamburger-inner:after {
  bottom: -8px;
  width: 30px;
  height: 2px;
}
header .hamburger .hamburger-box .hamburger-inner::before {
  border-radius: 0;
  background-color: #fff;
}
header .hamburger .hamburger-box .hamburger-inner::after {
  border-radius: 0;
  background-color: #fff;
}
header .hamburger.is-active:hover {
  opacity: 1;
}
header .hamburger.is-active .hamburger-inner {
  background-color: #ededdd;
}
header .header_content {
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  padding: 100px 25px 25px 50px;
  background: #212528;
  color: #fff;
  display: none;
  width: 300px;
}
header .header_content .menu_items li {
  margin-bottom: 35px;
}
header .header_content .menu_items li:last-of-type {
  margin-bottom: 70px;
}
header .header_content .menu_items li a {
  color: #ededdd;
  font-family: "Owners";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 2.4px;
  text-decoration: none;
}
header .header_content .menu_items li a:hover {
  color: #1c4557;
}
header .header_content .social_media_items li {
  margin-right: 15px;
}
header .header_content .social_media_items li:last-of-type {
  margin-right: 0;
}
header .header_content .social_media_items li a {
  color: #ededdd;
  font-size: 28px;
}

.banner {
  background-image: url(https://site1.luizfaustino.com/wp-content/uploads/2025/09/pexels-n-voitkevich-5425827-scaled.jpg);
  background-size: cover;
  background-position: center;
}
.banner .banner_content {
  padding: 50px 25px;
  height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.banner .banner_content h1 {
  color: #fff;
  font-family: "Owners";
  font-size: 40px;
  letter-spacing: 4px;
  font-style: normal;
  font-weight: bold;
  line-height: 110%;
  margin-bottom: 50px;
}
.banner .banner_content .btn-secondary {
  text-decoration: none;
}
.banner .dropdown-button {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .banner .dropdown-button {
    text-align: center;
    white-space: nowrap;
  }
}
.banner .dropdown-button .agendar-button {
  color: #ededdd;
  font-family: "Owners";
  font-style: normal;
  font-weight: light;
  line-height: 100%;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #ededdd;
  font-size: 15px;
  letter-spacing: 1.5px;
  transition: all 0.5s;
  padding: 35px 20px;
  font-size: 18px;
  letter-spacing: 1.8px;
  text-decoration: none;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .banner .dropdown-button .agendar-button {
    padding: 25px;
  }
}
.banner .dropdown-button .agendar-button:hover {
  background-color: #ededdd;
  border: 1px solid #ededdd;
  color: #1c4557;
}
.banner .agendar-dropdown {
  display: none;
  margin-top: 10px;
}
.banner .agendar-dropdown a {
  padding: 7px !important;
}
.banner .agendar-dropdown.agendar-show {
  display: block;
}

.single .banner {
  height: 500px;
}
.single .banner .banner_content {
  height: 500px;
  justify-content: flex-end;
}
.single .banner h1 {
  font-family: "Owners";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 0;
  text-shadow: 2px -1px 4px rgba(28, 69, 87, 0.6);
  font-size: 48px;
  letter-spacing: 1.44px;
}
.single .single_content {
  padding: 50px 25px;
}
.single .single_content .author {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.single .single_content .author img {
  margin-right: 10px;
}
.single .single_content .author span {
  color: var(212528, #212528);
  font-family: "Owners";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.5px;
}
.single .single_content h2 {
  font-family: "Owners";
  font-size: 48px;
  font-style: normal;
  font-weight: bold;
  line-height: 112%;
  letter-spacing: 4.8px;
}
@media (max-width: 767px) {
  .single .single_content h2 {
    font-size: 28px;
  }
}
.single .single_content hr {
  margin: 25px 0;
}
.single .single_content .wp-block-image {
  margin: 25px 0;
}
.single .single_content figcaption {
  color: #212528;
  font-family: "Owners";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.2px;
}
.single .single_content p {
  color: #212528;
  font-family: "Owners";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.8px;
}
.single .related_posts {
  padding: 50px 25px;
  background: linear-gradient(180deg, #e7e7dc 0%, #f7f7e9 19.03%, #ededdd 100%);
}
.single .related_posts .image_content {
  position: relative;
}
.single .related_posts .image_content::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.single .related_posts .image_content h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ededdd;
  font-family: "Owners";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 112%;
  letter-spacing: 2.8px;
  padding: 25px;
  text-shadow: 2px -1px 4px rgba(28, 69, 87, 0.6);
}
.single .related_posts .post_content {
  padding: 25px;
  background-color: #1c4557;
}
.single .related_posts .post_content p {
  color: #ededdd;
  font-family: "Owners";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  letter-spacing: 1.8px;
}
.single .related_posts .post_content a {
  color: #ededdd;
  font-family: "Owners";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.8px;
  text-decoration-line: underline;
}
.single .schedule {
  margin: 50px 0;
}

.lettering {
  background-color: #264a61;
  box-shadow: 0px 120px 80px -40px rgba(0, 0, 0, 0.2) inset;
  padding: 40px 0;
  text-align: center;
  position: relative;
}
.lettering::before {
  content: "";
  display: block;
  width: 20%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #1c4557 19.67%, rgba(28, 69, 87, 0) 100%);
  z-index: 1;
}
.lettering::after {
  content: "";
  display: block;
  width: 20%;
  height: 100%;
  position: absolute;
  top: 0;
  background: linear-gradient(270deg, #1c4557 19.67%, rgba(28, 69, 87, 0) 100%);
  right: 0;
}
.lettering .content {
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
}
.lettering .content div {
  animation: scrollText 10s infinite linear;
  display: flex;
  align-items: center;
}
.lettering .content div span {
  display: flex;
  margin-right: 50px;
  align-items: center;
}
.lettering .content div span p {
  margin-right: 50px;
  margin-bottom: 0;
  font-family: "Owners Light";
  font-style: normal;
  font-weight: lighter;
  line-height: 100%;
  font-size: 18px;
  letter-spacing: 1.8px;
  color: #ededdd;
}
.lettering .content div span img {
  display: inline-block;
  transform: scale(0.75);
}

.anchor {
  display: block;
  position: relative;
  top: -57px;
}

.anchor#contato {
  top: 14px;
}

.about {
  position: relative;
}
.about .box {
  background-color: #fff;
  padding: 100px 25px;
}
.about .box p {
  color: #1c4557;
  font-family: "Owners";
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 50px;
  line-height: 24px;
}
.about .box p:first-of-type {
  margin-bottom: 25px;
}
.about .box p small {
  color: #1c4557;
  font-family: "Owners";
  font-style: normal;
  font-weight: lighter;
  line-height: normal;
  text-transform: uppercase;
  display: block;
  margin-bottom: 25px;
  font-size: 12px;
  letter-spacing: 4.8px;
}
.about .box h2 {
  color: #1c4557;
  font-family: "Owners";
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 112%;
  letter-spacing: 3.2px;
  margin-bottom: 25px;
}
.about .team-carousel {
  padding: 0;
}
.about .btn-default {
  width: 100%;
}

.treatments {
  padding-top: 0px;
  margin-bottom: 50px;
}
.treatments #sync1 {
  height: 100%;
}
.treatments #sync1 .owl-stage-outer {
  height: 100%;
}
.treatments #sync1 .owl-stage-outer .owl-stage {
  height: 100%;
}
.treatments #sync1 .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
.treatments #sync1 .owl-stage-outer .owl-stage .owl-item .item {
  height: 100%;
}
.treatments #sync1 .item {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}
.treatments #sync1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.treatments .slider_nav {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  display: flex;
}
.treatments .slider_nav .am-prev {
  color: #fff;
  border-radius: 0;
  margin: 0;
  width: 70px;
  height: 70px;
  border: 1px solid #fff;
  background-color: transparent;
}
.treatments .slider_nav .am-next {
  color: #fff;
  border-radius: 0;
  margin: 0;
  width: 70px;
  height: 70px;
  border: 1px solid #fff;
  background-color: transparent;
}
.treatments .box {
  background: #1c4557;
  display: flex;
  align-items: center;
  position: relative;
}
.treatments .box .content {
  overflow: hidden;
  padding: 25px 25px 50px 25px;
}
.treatments .box .content p small {
  color: #ededdd;
  font-family: "Owners Light";
  font-style: normal;
  font-weight: lighter;
  line-height: normal;
  text-transform: uppercase;
  display: block;
  font-size: 12px;
  letter-spacing: 4.8px;
  margin-bottom: 50px;
  margin-top: 10px;
}
.treatments .box .content .item {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.treatments .box .content .item h2 {
  font-family: "Owners";
  color: #ededdd;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 112%;
  letter-spacing: 2.5px;
  margin-bottom: 25px;
}
.treatments .box .content .item p {
  font-family: "Owners Light";
  color: #ededdd;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  font-size: 14px;
  letter-spacing: 1.4px;
}
.treatments .box .content .item a {
  font-family: "Owners";
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-decoration-line: underline;
  color: #ededdd;
  text-transform: lowercase;
  font-size: 15px;
  letter-spacing: 1.5px;
  display: inline-block;
  margin-top: 50px;
}
.treatments .box .content .item a:hover {
  color: #ededdd;
}

.schedule .content {
  padding: 50px 25px;
  background-image: url(../img/agendar-mobile.jpg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
}
.schedule .content img {
  margin-bottom: 100px;
}
.schedule .content p {
  margin-bottom: 100px;
  color: #fff;
  text-align: center;
  font-family: "Owners Light";
  font-size: 24px;
  font-style: normal;
  font-weight: lighter;
  line-height: 120%;
  letter-spacing: 6px;
}

.clinic {
  position: relative;
}
.clinic .box {
  background-color: #fff;
  padding: 100px 25px;
}
.clinic .box p {
  color: #1c4557;
  font-family: "Owners";
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 0px;
  line-height: 24px;
}
.clinic .box p:first-of-type {
  margin-bottom: 25px;
}
.clinic .box p small {
  color: #1c4557;
  font-family: "Owners";
  font-style: normal;
  font-weight: lighter;
  line-height: normal;
  text-transform: uppercase;
  display: block;
  margin-bottom: 25px;
  font-size: 12px;
  letter-spacing: 4.8px;
}
.clinic .box h2 {
  color: #1c4557;
  font-family: "Owners";
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 112%;
  letter-spacing: 3.2px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .clinic .owl-nav {
    display: block !important;
  }
}

.location {
  background: #d9d9d9;
}
.location .location_content {
  padding: 50px 25px;
}
.location .location_content .medico-conteudo {
  padding: 50px 0 0 0;
}
@media (max-width: 768px) {
  .location .location_content .medico-conteudo {
    padding: 50px 0px;
  }
}
@media (max-width: 768px) {
  .location .location_content .medico-conteudo .author {
    padding: 20px 0;
  }
}
.location .location_content .medico-conteudo .medico-imagem img {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}
.location .location_content h2 {
  color: #1c4557;
  font-family: "Owners";
  font-style: normal;
  font-weight: bold;
  line-height: 112%;
  font-size: 28px;
  letter-spacing: 2.8px;
  margin-bottom: 0;
}
.location .location_content p {
  font-family: "Owners";
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  font-size: 14px;
  letter-spacing: 1.8px;
  color: #212528;
}
.location .location_content p a {
  color: #212528;
}
.location .location_content p:first-of-type {
  margin-bottom: 25px;
}
.location .location_content p:nth-of-type(2) {
  margin-bottom: 0px;
}
.location .location_content p:nth-of-type(3) {
  margin-bottom: 25px;
}
.location .location_content p:nth-of-type(4) {
  margin-bottom: 50px;
}
.location .location_content .btn-default {
  width: 100%;
}
.location #location_map_mobile {
  position: relative;
  height: 500px;
}
.location #location_map_mobile::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 200px;
  background: linear-gradient(180deg, #fff 25%, rgba(255, 255, 255, 0) 100%);
}
.location #location_map {
  position: relative;
  height: 500px;
}
.location #location_map::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 200px;
  background: linear-gradient(180deg, #fff 25%, rgba(255, 255, 255, 0) 100%);
}
.questions {
  margin-bottom: 100px;
}
.questions h2 {
  color: #3c7582;
  font-family: "Owners";
  font-style: normal;
  font-weight: bold;
  line-height: 100%;
  font-size: 32px;
  letter-spacing: 1px;
  margin-bottom: 25px;
}
.questions .form-control {
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
}
.questions .form-control::-moz-placeholder {
  color: #000;
  font-family: "Owners";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.6px;
}
.questions .form-control::placeholder {
  color: #000;
  font-family: "Owners";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.6px;
}
.questions .accordion {
  margin: 50px 0;
}
.questions .accordion .accordion-item {
  border: none;
  border-radius: 0;
}
.questions .accordion .accordion-item .accordion-header .accordion-button {
  background: none;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  color: #1c4557;
  font-family: "Owners";
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 1.1px;
  box-shadow: none;
}
.questions .accordion .accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.questions .accordion .accordion-item .accordion-body {
  color: #1c4557;
  font-family: "Owners";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.8px;
  padding-top: 50px;
  padding-bottom: 50px;
}

footer {
  padding: 50px;
  background: #212528;
}
footer img {
  margin-bottom: 25px;
}
footer .menu_items {
  color: #d9d9d9;
  font-family: "Owners";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.8px;
  margin-bottom: 50px;
  margin-top: 25px;
  display: flex !important;
}
footer .menu_items li {
  margin-right: 50px;
  margin-top: 0;
}
@media (max-width: 767px) {
  footer .menu_items li {
    margin-right: 0;
  }
}
footer .menu_items li a:hover {
  color: #1c4557;
}
footer hr {
  border-color: #d9d9d9;
}
footer p {
  color: #d9d9d9;
  font-family: "Owners";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.8px;
}
footer p.copyright {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}

.related_posts .owl-carousel #slider_nav {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
.related_posts .owl-carousel #slider_nav .am-prev {
  color: #fff;
  border-radius: 0;
  margin: 0;
  width: 70px;
  height: 70px;
  border: 1px solid #fff;
  transform: translate(12px, -10px);
}
.related_posts .owl-carousel #slider_nav .am-next {
  color: #fff;
  border-radius: 0;
  margin: 0;
  width: 70px;
  height: 70px;
  border: 1px solid #fff;
  transform: translate(12px, -10px);
}
.related_posts .owl-carousel .owl-nav {
  top: 10px;
  right: 10px;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
@media (min-width: 767px) {
  .related_posts .owl-carousel .owl-nav {
    display: none;
  }
}

#sync2.owl-carousel #slider_nav {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
#sync2.owl-carousel #slider_nav .am-prev {
  color: #fff;
  border-radius: 0;
  margin: 0;
  width: 70px;
  height: 70px;
  border: 1px solid #fff;
  transform: translate(12px, -10px);
}
#sync2.owl-carousel #slider_nav .am-next {
  color: #fff;
  border-radius: 0;
  margin: 0;
  width: 70px;
  height: 70px;
  border: 1px solid #fff;
  transform: translate(12px, -10px);
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 25px;
  right: 25px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}

.page-countdown {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-position: center;
  background-size: cover;
  position: relative;
  background-color: #264a61;
}
.page-countdown .logo {
  max-width: 150px;
  margin-top: 50px;
}
.page-countdown #main_countedown_1 {
  margin-top: 50px;
  width: 100%;
}
.page-countdown #main_countedown_1 .countdown {
  width: 100%;
}
.page-countdown #main_countedown_1 .element_conteiner {
  min-width: 75px;
}
.page-countdown #main_countedown_1 .time_left {
  font-family: "Owners";
  color: #1c4557;
  height: 130px;
  border-radius: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  letter-spacing: 3.6px;
}
.page-countdown #main_countedown_1 .time_description {
  font-family: "Owners Light";
  color: #ededdd;
  font-size: 14px;
  letter-spacing: 1.4px;
}
.page-countdown .lettering {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.page-countdown nav {
  display: none;
}
.page-countdown header {
  display: none;
}
.page-countdown .titulo-pagina {
  display: none;
}
.page-countdown footer {
  display: none;
}
.page-countdown .float {
  display: none;
}

.page-equipe .banner-equipe {
  height: 90svh;
  /* background-position: top center; */
  width: 100%;
  background-position: 50% 50% !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #264a61;
}
@media (max-width: 767px) {
  .page-equipe .banner-equipe {
    height: 40svh;
  }
}
.page-equipe .banner-equipe .item {
  height: 90svh;
  width: 100%;
  background-position: 50% 10% !important;
  background-size: cover;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-equipe .banner-equipe .item {
    height: 40svh;
    width: 100%;
    background-position: 65% 50% !important;
  }
}
.page-equipe .banner-equipe .item h2 {
  color: #fff;
  font-family: "Owners";
  font-size: 80px;
  letter-spacing: 5px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 50px;
  margin-top: 70svh;
  text-shadow: 2px -1px 4px rgba(28, 69, 87, 0.6);
}
@media (max-width: 767px) {
  .page-equipe .banner-equipe .item h2 {
    margin-top: 30svh;
    font-size: 55px;
  }
}
.page-equipe .banner-equipe .banner_content {
  height: 70svh;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .page-equipe .banner-equipe .banner_content {
    height: 30svh;
  }
}
.page-equipe .banner-equipe h1 {
  text-shadow: 2px -1px 4px rgba(28, 69, 87, 0.6);
  margin-bottom: 0;
}
.page-equipe .team {
  padding: 50px 0;
}
.page-equipe .team ul {
  padding: 0;
  margin: 0;
}
.page-equipe .team ul li {
  list-style: none;
}
.page-equipe .team .doctor {
  margin: 50px 0;
}
.page-equipe .team .doctor .item {
  box-shadow: 0px 2px 10px 0px rgba(158, 158, 158, 0.49);
}
.page-equipe .team .doctor .item.diretoria {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .page-equipe .team .doctor .item.diretoria {
    flex-direction: row;
  }
}
.page-equipe .team .doctor .item.especialistas {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page-equipe .team .doctor .item.especialistas img {
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
  padding: 20px;
}
@media (max-width: 767px) {
  .page-equipe .team .doctor .item.especialistas img {
    height: 400px;
    padding: 0;
  }
}
.page-equipe .team .doctor .item a:has(.item-imagem) {
  width: 100%;
}
.page-equipe .team .doctor .item .item-imagem {
  padding: 20px;
  height: 550px;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-equipe .team .doctor .item .item-imagem {
    width: 100%;
    padding: 0;
    height: 450px;
  }
}
.page-equipe .team .doctor .item .item-imagem img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 25%;
     object-position: 50% 25%;
}
.page-equipe .team .doctor .item .item-imagem-especialistas {
  width: 100%;
  height: 500px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-equipe .team .doctor .item .item-imagem-especialistas {
    padding: 0;
    height: 400px;
  }
}
.page-equipe .team .doctor .item .item-imagem-especialistas img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}
.page-equipe .team .doctor .item .content {
  padding: 20px 25px;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-equipe .team .doctor .item .content h2 {
  font-family: "Owners";
  color: #212528;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 112%;
  letter-spacing: 2.5px;
  margin-bottom: 10px;
}
.page-equipe .team .doctor .item .content p {
  font-family: "Owners Light";
  color: #212528;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  font-size: 14px;
  letter-spacing: 1.4px;
}

body.page-equipe .buttons-agendamento {
  display: flex;
  flex-direction: column;
}
body.page-equipe .agende-aqui {
  color: #212528;
  font-family: "Owners";
  font-style: normal;
  font-weight: light;
  line-height: 100%;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #212528;
  padding: 10px;
  font-size: 15px;
  letter-spacing: 1.5px;
  transition: all 0.5s;
  margin-bottom: 10px;
}
body.page-equipe .agende-aqui:hover {
  color: #1c4557;
  border: 1px solid #1c4557;
}
body.page-equipe .mini-curriculo {
  color: #212528;
  font-family: "Owners";
  font-style: normal;
  font-weight: light;
  line-height: 100%;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #212121;
  padding: 10px;
  font-size: 15px;
  letter-spacing: 1.5px;
  transition: all 0.5s;
}
body.page-equipe .mini-curriculo:hover {
  color: #1c4557;
  border: 1px solid #1c4557;
}
body.page-equipe .especialidade {
  min-height: 40px;
  margin: 0;
}

body.single-medico .related_posts .item {
  height: 300px;
}
body.single-medico .related_posts .post_content {
  flex-direction: column;
}
body.single-medico .related_posts .post_content p {
  margin: 0;
  font-size: 10px;
  text-align: center;
}
body.single-medico .agendamento {
  display: flex;
  justify-content: center;
  align-items: center;
}

body.page-obrigado .obrigado {
  height: 70svh;
  display: flex;
  align-items: center;
}
body.page-obrigado .obrigado h2 {
  font-size: 2.5rem;
  line-height: 100%;
  letter-spacing: 2.4px;
  color: #1c4557;
  font-weight: bold;
}
body.page-obrigado .obrigado h4 {
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 1.8px;
  color: #1c4557;
}
body.page-obrigado .obrigado .obrigado-logo {
  display: flex;
  justify-content: center;
}
body.page-obrigado .obrigado .obrigado_content {
  display: flex;
  flex-direction: column;
  text-align: center;
}
body.page-obrigado .obrigado .obrigado_content_text {
  margin: 30px 0 0 0;
}
body.page-obrigado .obrigado .obrigado_content_text a i {
  color: #1c4557;
  font-size: 24px;
}

body.page-contato-2 .page-contato {
  padding: 100px 0;
  /* ====== ESTILO GERAL DO FORM ====== */
  /* ====== INPUTS E TEXTAREA ====== */
  /* ====== FOCUS ====== */
  /* ====== BOTÃO ====== */
  /* ====== RESPONSIVO ====== */
}
body.page-contato-2 .page-contato h2 {
  color: #1c4557;
  font-family: "Owners", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 112%;
  letter-spacing: 3.2px;
}
@media (min-width: 768px) {
  body.page-contato-2 .page-contato h2 {
    font-size: 40px;
    line-height: 112%;
    letter-spacing: 4px;
  }
}
body.page-contato-2 .page-contato p {
  color: #1c4557;
  font-family: "Owners", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 24px;
  margin: 5px 0;
}
@media (min-width: 768px) {
  body.page-contato-2 .page-contato p {
    font-size: 16px;
    letter-spacing: 1.6px;
    font-weight: 400;
  }
}
body.page-contato-2 .page-contato a {
  color: #1c4557;
  font-family: "Owners", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  letter-spacing: 1.5px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  body.page-contato-2 .page-contato a {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}
body.page-contato-2 .page-contato a:hover {
  text-decoration: underline;
  opacity: 0.8;
}
body.page-contato-2 .page-contato .location_content .medico-conteudo {
  padding: 50px 0 0 0;
}
@media (max-width: 768px) {
  body.page-contato-2 .page-contato .location_content .medico-conteudo {
    padding: 50px 0px;
  }
}
@media (max-width: 768px) {
  body.page-contato-2 .page-contato .location_content .medico-conteudo .author {
    padding: 20px 0;
  }
}
body.page-contato-2 .page-contato .location_content .medico-conteudo .medico-imagem img {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}
body.page-contato-2 .page-contato form.wpcf7-form {
  max-width: 600px;
  margin: 0 auto;
}
body.page-contato-2 .page-contato form.wpcf7-form .form-control,
body.page-contato-2 .page-contato form.wpcf7-form input[type=text],
body.page-contato-2 .page-contato form.wpcf7-form input[type=email],
body.page-contato-2 .page-contato form.wpcf7-form input[type=tel],
body.page-contato-2 .page-contato form.wpcf7-form textarea {
  width: 100%;
  font-family: "Owners", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #1c4557;
  background: transparent;
  border: none;
  border-bottom: 1px solid #1c4557;
  border-radius: 0;
  transition: all 0.3s ease;
  outline: none;
}
body.page-contato-2 .page-contato form.wpcf7-form input::-moz-placeholder, body.page-contato-2 .page-contato form.wpcf7-form textarea::-moz-placeholder {
  color: #1c4557;
  opacity: 0.7;
}
body.page-contato-2 .page-contato form.wpcf7-form input::placeholder,
body.page-contato-2 .page-contato form.wpcf7-form textarea::placeholder {
  color: #1c4557;
  opacity: 0.7;
}
body.page-contato-2 .page-contato form.wpcf7-form input:focus,
body.page-contato-2 .page-contato form.wpcf7-form textarea:focus {
  border-bottom-color: #b9997d;
}
body.page-contato-2 .page-contato form.wpcf7-form input[type=submit],
body.page-contato-2 .page-contato form.wpcf7-form button {
  display: inline-block;
  color: #ededdd;
  background-color: #1c4557;
  font-family: "Owners", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1.5px;
  padding: 15px 20px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
}
body.page-contato-2 .page-contato form.wpcf7-form input[type=submit]:hover,
body.page-contato-2 .page-contato form.wpcf7-form button:hover {
  background-color: #17364a;
}
@media (min-width: 1024px) {
  body.page-contato-2 .page-contato form.wpcf7-form input[type=submit],
  body.page-contato-2 .page-contato form.wpcf7-form button {
    padding: 15px 20px;
    font-size: 18px;
    letter-spacing: 1.8px;
  }
  body.page-contato-2 .page-contato form.wpcf7-form .form-control,
  body.page-contato-2 .page-contato form.wpcf7-form input,
  body.page-contato-2 .page-contato form.wpcf7-form textarea {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
}

.location {
  position: relative;
}
.location .mapa {
  position: absolute;
  right: 0px;
  z-index: 1;
  padding-right: 0;
  padding-left: 0;
  bottom: 0;
  top: 0;
  height: 100%;
}
@media (max-width: 767px) {
  .location .mapa {
    position: relative;
    height: 500px;
    width: 100%;
  }
}
.location .mapa iframe {
  height: 100%;
  width: 100%;
}

@media (min-width: 1024px) {
  .btn-default {
    padding: 35px 20px;
    font-size: 18px;
    letter-spacing: 1.8px;
  }
  .btn-secondary {
    padding: 35px 20px;
    font-size: 18px;
    letter-spacing: 1.8px;
  }
  .banner {
    background-image: url(https://site1.luizfaustino.com/wp-content/uploads/2025/10/Adobe-Express-file-1.jpg);
  }
  .banner .banner_content {
    justify-content: center;
  }
  .banner .banner_content h1 {
    font-size: 72px;
    letter-spacing: 7.2px;
  }
  .single .banner h1 {
    font-size: 94px;
    letter-spacing: 2.82px;
  }
  .single .related_posts {
    padding: 50px 0;
  }
  .single .schedule {
    margin: 0;
  }
  .lettering .content div span p {
    font-size: 22px;
    letter-spacing: 2.2px;
  }
  .anchor#contato {
    top: -57px;
  }
  #sobre,
  #exames {
    padding-top: unset !important;
  }
  .about {
    padding: 100px 0;
  }
  .about .box {
    padding: 50px 25px;
  }
  .about .box p {
    font-size: 16px;
    letter-spacing: 1.6px;
    font-weight: 400;
  }
  .about .box p small {
    font-size: 12px;
    letter-spacing: 5.6px;
    margin-bottom: 50px;
  }
  .about .box h2 {
    font-size: 40px;
    line-height: 112%;
    letter-spacing: 4px;
  }
  .about .team-carousel {
    position: absolute;
    right: -15px;
    z-index: -1;
    bottom: 100px;
    top: 0;
  }
  .about .btn-default {
    width: -moz-fit-content;
    width: fit-content;
  }
  .treatments {
    margin-bottom: 100px;
  }
  .treatments #sync1 {
    padding-top: 0;
  }
  .treatments .box .content {
    padding: 25px;
  }
  .treatments .box .content p small {
    margin-bottom: 100px;
  }
  .treatments .box .content .item h2 {
    margin-bottom: 25px;
  }
  .treatments .box .content .item p {
    line-height: 150%;
  }
  .treatments .box .content .item a {
    margin-top: 100px;
  }
  .schedule {
    height: 300px;
    background-image: url(../img/agendar.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 100px;
  }
  .schedule::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 30%;
    background: linear-gradient(270deg, #212528 68.24%, rgba(33, 37, 40, 0) 100%);
    z-index: 0;
  }
  .schedule .content {
    background-image: none;
    padding: 100px 0px;
    height: 300px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    position: relative;
    z-index: 1;
  }
  .schedule .content img {
    margin-bottom: 0;
  }
  .schedule .content p {
    font-size: 18x;
    text-align: right;
    margin: 0;
  }
  .clinic {
    padding: 100px 0 0;
  }
  .clinic .box {
    padding: 50px;
  }
  .clinic .box p {
    font-size: 16px;
    letter-spacing: 1.6px;
    font-weight: 400;
  }
  .clinic .box p small {
    font-size: 12px;
    letter-spacing: 5.6px;
    margin-bottom: 50px;
  }
  .clinic .box h2 {
    font-size: 40px;
    line-height: 112%;
    letter-spacing: 4px;
  }
  .clinic .clinic-carousel {
    position: absolute;
    right: 0px;
    z-index: -1;
    bottom: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .location {
    margin-top: 0;
  }
  .location .location_content h2 {
    font-size: 28px;
    letter-spacing: 2.8px;
  }
  .location .location_content p {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
  .location .location_content .btn-default {
    width: -moz-fit-content;
    width: fit-content;
  }
  .location #location_map_mobile {
    height: auto;
  }
  .location #location_map {
    height: auto;
  }
  .questions h2 {
    font-size: 40px;
    letter-spacing: 1.8px;
    margin-bottom: 0;
  }
  footer img {
    margin-bottom: 0;
  }
  footer .menu_items li.list-inline-item:not(:last-child) {
    margin-top: 0;
    margin-right: 50px;
  }
  footer p {
    text-align: left;
  }
  .related_posts .owl-carousel #slider_nav .am-prev {
    transform: translate(12px, -20px);
  }
  .related_posts .owl-carousel #slider_nav .am-next {
    transform: translate(12px, -20px);
  }
  #sync2.owl-carousel #slider_nav .am-prev {
    transform: translate(12px, -20px);
  }
  #sync2.owl-carousel #slider_nav .am-next {
    transform: translate(12px, -20px);
  }
  .page-countdown #main_countedown_1 .element_conteiner {
    min-width: 130px;
  }
  .page-countdown #main_countedown_1 .time_left {
    font-size: 48px;
    letter-spacing: 4.8px;
  }
  .page-countdown #main_countedown_1 .time_description {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
  .page-equipe .banner {
    background-position: top -100px center;
  }
  .page-equipe .banner .banner_content {
    margin-top: 70svh;
    display: block;
  }
  .page-equipe .team .doctor .item .content h2 {
    margin-bottom: 10px;
  }
  .page-equipe .team .doctor .item .content p {
    line-height: 100%;
  }
}
#exames .exame_repetidor {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  #exames .exame_repetidor {
    flex-direction: column;
  }
}
#exames .exame_repetidor .box {
  padding: 10px 25px;
}
@media (max-width: 767px) {
  #exames .exam-carousel {
    display: none;
  }
}

@media (max-width: 767px) {
  .about .box a {
    margin-bottom: 10px;
  }
  body.page-equipe .buttons-agendamento {
    flex-direction: row;
  }
  body.page-equipe .agende-aqui {
    margin-right: 10px;
    margin-bottom: unset;
  }
  body.page-equipe .mini-curriculo {
    text-align: center;
  }
  footer .menu_items {
    gap: 10px;
    text-align: center;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  body.page-equipe .agende-aqui {
    text-align: center;
  }
}
@media (min-width: 768px) {
  body.page-equipe .especialistas .content {
    min-height: 240px !important;
  }
}
#sobre .box {
  padding: 50px 25px;
}

@media (min-width: 1600px) {
  #sobre {
    padding: 100px 0 !important;
  }
}
.clinic .box {
  padding: 50px 25px;
}

@media (max-width: 767px) {
  body.page-equipe .doctor {
    margin-bottom: unset !important;
    margin: 20px auto 20px auto !important;
  }
}
@media (max-width: 767px) {
  #exam-carousel .owl-nav {
    display: block !important;
  }
  #exam-carousel .owl-nav button {
    font-size: 3rem;
  }
  #clinic-carousel-mobile .owl-nav button {
    font-size: 3rem;
  }
}
.lettering .marquee {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.lettering .marquee .marquee--inner {
  position: absolute;
  animation: marquee 10s linear infinite;
}
.lettering .marquee span {
  float: left;
  width: 50%;
  overflow: hidden;
}
@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}

body.single h2 {
  margin-bottom: 15px;
}

.cmplz-show {
  display: none;
}/*# sourceMappingURL=index.css.map */