@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Gilda+Display&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Quicksand:wght@300..700&display=swap");
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

*,
*::before,
*::after {
  outline: 0;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html.contrast {
  filter: grayscale(100%);
}

#wpadminbar {
  position: fixed !important;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body,
input,
textarea,
button {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 130%;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
}
p strong {
  color: #63b586;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gilda Display", serif;
  font-weight: 400;
  color: #1d1d1d;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: normal;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  color: #63b586;
}

h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
}
h1 strong {
  color: #63b586;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  font-family: "Gilda Display", serif;
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}
h2 strong {
  color: #63b586;
}

h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 767px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 24px;
  font-weight: 700 !important;
  line-height: 130%;
  font-weight: 500;
}
@media (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}

a {
  text-decoration: none;
  transition: 0.3s all;
  color: #1d1d1d;
}
a:hover {
  opacity: 0.7;
}

.btn {
  border-radius: 4px;
  background: #63b586;
  padding: 8px 16px;
  color: white;
  cursor: pointer;
  font-weight: 700;
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-size: 16px;
}

.btn:hover {
  color: white;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px); /* leve elevação */
  opacity: 1;
}

img {
  max-width: 100%;
  height: auto;
}

.overflow {
  width: 100%;
  overflow: auto;
}

*::-webkit-scrollbar {
  width: 9px !important;
  height: 9px !important;
}

*::-moz-scrollbar {
  width: 9px !important;
  height: 9px !important;
}

*::-webkit-scrollbar-track {
  background-color: rgba(29, 29, 29, 0.15) !important;
}

*::-moz-scrollbar-track {
  background-color: rgba(29, 29, 29, 0.15) !important;
}

*::-webkit-scrollbar-thumb:hover {
  background: rgba(99, 181, 134, 0.75) !important;
}

*::-moz-scrollbar-thumb:hover {
  background: rgba(99, 181, 134, 0.75) !important;
}

*::-webkit-scrollbar-thumb:active {
  background: #63b586 !important;
}

*::-moz-scrollbar-thumb:active {
  background: #63b586 !important;
}

*::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: black !important;
}

*::-moz-scrollbar-thumb {
  border-radius: 8px;
  background: black !important;
}

.footer {
  padding: 24px 0;
}
.footer > .container {
  background: white;
  border-radius: 12px;
}
.footer__top {
  padding: 24px 0;
}
.footer__top * {
  color: #000;
}
.footer__top h4 {
  color: #2a2a2a;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
.footer__top > .container {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .footer__top > .container {
    max-width: 1440px;
  }
}
@media (max-width: 1199px) {
  .footer__top > .container {
    flex-direction: column;
    align-items: center;
    padding: 24px 16px;
    gap: 48px;
  }
}
.footer__top .logoFooter {
  max-width: 370px;
  text-align: center;
}
.footer__top .logoFooter .txtLogo {
  text-align: center;
  font-size: 12px;
}
.footer__top .logoFooter img:first-child {
  margin-bottom: 16px;
}
.footer__top .menuFooter .primary-menu li {
  margin-bottom: 12px;
}
.footer__top .menuFooter .primary-menu li a {
  font-size: 16px;
  font-weight: 400;
}
.footer__top .morada iframe {
  border-radius: 12px;
  height: 100px;
}
.footer__top .btnsFooter {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__top .btnsFooter .redes {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}
.footer__bottom {
  padding: 24px 0 0;
  border-top: 4px solid #63b586;
}
@media (min-width: 1200px) {
  .footer__bottom > .container {
    max-width: 1440px;
  }
}
@media (max-width: 1199px) {
  .footer__bottom > .container {
    padding: 24px 16px;
  }
}
.footer__bottom .txtBottom {
  text-align: center;
  margin: 0 auto;
}
.footer__bottom .txtBottom p {
  font-size: 14px;
  margin: 0;
}

.contacto {
  padding: 150px 0 0;
}

.contactSection {
  padding: 24px 0 48px;
}
.contactSection .contactWrapper {
  display: flex;
  border: 1px solid #c5d5d5;
  border-radius: 8px;
  overflow: hidden;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .contactSection .contactWrapper {
    flex-direction: column;
  }
}
.contactSection .contactForm {
  flex: 0 0 50%;
  padding: 40px;
  border-right: 1px solid #c5d5d5;
}
@media (max-width: 768px) {
  .contactSection .contactForm {
    border-right: none;
    border-bottom: 1px solid #c5d5d5;
  }
}
.contactSection .contactForm form .formRow {
  display: flex;
  gap: 15px;
}
@media (max-width: 600px) {
  .contactSection .contactForm form .formRow {
    flex-direction: column;
  }
}
.contactSection .contactForm form .formGroup {
  width: 100%;
  margin-bottom: 20px;
}
.contactSection .contactForm form .formGroup.half {
  flex: 1;
}
.contactSection .contactForm form .formGroup input,
.contactSection .contactForm form .formGroup textarea,
.contactSection .contactForm form .formGroup select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  color: #2c2c2c;
  font-family: inherit;
  transition: border-color 0.2s ease;
  background: transparent;
}
.contactSection .contactForm form .formGroup input:focus,
.contactSection .contactForm form .formGroup textarea:focus,
.contactSection .contactForm form .formGroup select:focus {
  border-color: #d00321;
  outline: none;
}
.contactSection .contactForm form .formGroup input::placeholder,
.contactSection .contactForm form .formGroup textarea::placeholder,
.contactSection .contactForm form .formGroup select::placeholder {
  color: #2c2c2c;
}
.contactSection .contactForm form .formGroup label {
  color: #2c2c2c;
}
.contactSection .contactForm form .formGroup textarea {
  height: 120px;
  resize: none;
}
.contactSection .contactForm form .formSubmit {
  text-align: left;
}
.contactSection .contactForm form .formSubmit input[type=submit] {
  background: #63b586;
  color: white;
  border: none;
  padding: 12px 28px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M3 20V4L22 12L3 20ZM5 17L16.85 12L5 7V10.5L11 12L5 13.5V17ZM5 17V12V7V10.5V13.5V17Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 16px center;
  padding-left: 50px;
}
.contactSection .contactInfo {
  flex: 0 0 40%;
  padding: 40px;
  background: #fff;
}
.contactSection .contactInfo h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 25px;
}
.contactSection .contactInfo p strong {
  color: #1d1d1d;
}
.contactSection .contactInfo .btnWhats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-radius: 12px;
  background: #00d35e;
  padding: 8px 16px;
  color: white;
  font-size: 16px;
  font-weight: 700;
  width: fit-content;
  margin: 16px 0;
}
.contactSection .contactInfo .infoItem {
  margin-bottom: 20px;
}
.contactSection .contactInfo .infoItem strong {
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
  color: #000;
}
.contactSection .contactInfo .infoItem p {
  margin: 0;
  color: #333;
  font-size: 15px;
}
.contactSection .contactInfo .infoItem p a {
  color: #d00321;
  text-decoration: none;
}
.contactSection .contactInfo .infoItem p a:hover {
  text-decoration: underline;
}

.iframeMapa p {
  margin: 0 !important;
}
.iframeMapa iframe {
  width: 100%;
}

.ctaContacto {
  background: #63b586;
  padding-top: 42px;
  border-bottom: 7px solid #000000;
}
.ctaContacto * {
  color: white;
}
.ctaContacto .txt {
  text-align: center;
  border: none;
}
.ctaContacto .imgCta {
  text-align: center;
  margin-top: 32px;
  margin-bottom: -5px;
}

.medicina-privada {
  padding-top: 0;
}
.medicina-privada__banner {
  position: relative;
  min-height: 657px;
  background-color: #e8e8e6;
  display: flex;
  align-items: center;
  padding: 150px 0 100px;
  overflow: hidden;
}
.medicina-privada__banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.medicina-privada__banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 0;
}
.medicina-privada__banner-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.medicina-privada__banner .container {
  position: relative;
  z-index: 1;
}
.medicina-privada__banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  position: relative;
}
.medicina-privada__card {
  border-radius: 4px;
  padding: 0 44px 37px;
  max-width: 890px;
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .medicina-privada__card {
    padding: 0 32px 32px;
  }
}
.medicina-privada__titulo {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 0.95;
  color: white;
  margin: 0 0 15px 0;
  text-align: center;
  padding-top: 0;
}
@media (max-width: 768px) {
  .medicina-privada__titulo {
    font-size: 36px;
    line-height: 1.1;
  }
}
@media (max-width: 576px) {
  .medicina-privada__titulo {
    font-size: 28px;
    line-height: 1.15;
  }
}
.medicina-privada__descricao {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: white;
  text-align: center;
  max-width: 623px;
  margin-left: auto;
  margin-right: auto;
}
.medicina-privada__descricao p {
  margin: 0 0 1em 0;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.medicina-privada__descricao p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .medicina-privada__descricao {
    font-size: 20px;
    margin-bottom: 48px;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .medicina-privada__descricao {
    font-size: 18px;
    margin-bottom: 32px;
  }
}
.medicina-privada__botao {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #63b586;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.47;
  letter-spacing: -0.02em;
  padding: 6px 27px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
  min-width: 175px;
  min-height: 37px;
  margin-top: 32px;
}
.medicina-privada__botao:hover {
  background: rgb(81.8826086957, 172.6173913043, 120.6108695652);
  transform: translateY(-2px);
  color: white;
  text-decoration: none;
}
.medicina-privada__botao:active {
  transform: translateY(0);
}
.medicina-privada__servicos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 25px;
  width: 100%;
  margin: 0 auto;
  row-gap: 0;
}
@media (max-width: 768px) {
  .medicina-privada__servicos {
    gap: 0 20px;
  }
}
@media (max-width: 576px) {
  .medicina-privada__servicos {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px 0;
  }
}
.medicina-privada__servico-item {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 29px;
}
@media (max-width: 576px) {
  .medicina-privada__servico-item {
    width: 100%;
    height: auto;
  }
}
.medicina-privada__servico-icon {
  width: 23px;
  height: 23px;
  background: #63b586;
  border-radius: 50%;
  flex-shrink: 0;
}
.medicina-privada__servico-texto {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.47;
  letter-spacing: -0.02em;
  color: white;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .medicina-privada__servico-texto {
    font-size: 18px;
    white-space: normal;
  }
}
@media (max-width: 576px) {
  .medicina-privada__servico-texto {
    font-size: 16px;
  }
}

.home-page {
  padding-top: 0;
}
.home-page__banner {
  position: relative;
  min-height: 657px;
  background-color: #e8e8e6;
  display: flex;
  align-items: center;
  padding: 150px 0 100px;
  overflow: hidden;
}
.home-page__banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.home-page__banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 0;
}
.home-page__banner-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.home-page__banner .container {
  position: relative;
  z-index: 1;
}
.home-page__banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 40px;
}
.home-page__logo {
  max-width: 231px;
  width: 100%;
}
.home-page__logo img {
  width: 100%;
  height: auto;
  display: block;
}
.home-page__texto-principal {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 0.95;
  color: #ffffff;
  margin: 0;
  text-align: center;
  max-width: 1321px;
}
@media (max-width: 768px) {
  .home-page__texto-principal {
    font-size: 36px;
    line-height: 1.1;
  }
}
@media (max-width: 576px) {
  .home-page__texto-principal {
    font-size: 28px;
    line-height: 1.15;
  }
}
.home-page__textos-principais {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.04;
  letter-spacing: -0.03em;
  color: #ffffff;
  text-align: center;
}
.home-page__textos-principais * {
  color: white;
}
.home-page__textos-principais p {
  margin: 0;
  color: white;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
@media (max-width: 768px) {
  .home-page__textos-principais {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .home-page__textos-principais {
    font-size: 18px;
  }
}
.home-page__botao {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #63b586;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.47;
  letter-spacing: -0.02em;
  padding: 6px 27px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
  min-width: 175px;
  min-height: 37px;
}
.home-page__botao:hover {
  background: rgb(81.8826086957, 172.6173913043, 120.6108695652);
  transform: translateY(-2px);
  color: #ffffff;
  text-decoration: none;
}
.home-page__botao:active {
  transform: translateY(0);
}
.home-page__saude {
  background-color: white;
  padding: 55px 0;
  position: relative;
}
.home-page__saude .container {
  max-width: 905px;
  margin: 0 auto;
}
.home-page__saude-texto {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #333333;
  text-align: center;
  margin: 0 0 57px 0;
  max-width: 905px;
}
.home-page__saude-texto p {
  margin: 0;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: 48px;
}
@media (max-width: 768px) {
  .home-page__saude-texto {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .home-page__saude-texto {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.home-page__saude-acoes {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 29px;
  max-width: 347px;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .home-page__saude-acoes {
    flex-direction: column;
    gap: 20px;
  }
}
.home-page__saude-botao {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #63b586;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.47;
  letter-spacing: -0.02em;
  padding: 6px 27px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
  min-width: 175px;
  min-height: 37px;
  flex-shrink: 0;
}
.home-page__saude-botao:hover {
  background: rgb(81.8826086957, 172.6173913043, 120.6108695652);
  transform: translateY(-2px);
  color: #ffffff;
  text-decoration: none;
}
.home-page__saude-botao:active {
  transform: translateY(0);
}
.home-page__saude-redes {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 38px;
}
.home-page__saude-rede {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  text-decoration: none;
  transition: transform 0.2s ease;
}
.home-page__saude-rede:hover {
  transform: scale(1.1);
}
.home-page__saude-rede img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.home-page__formulario {
  background-color: #fafafa;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .home-page__formulario {
    padding: 60px 0;
  }
}
.home-page__formulario-titulo {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: #000000;
  margin: 0 0 60px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .home-page__formulario-titulo {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.home-page__formulario-wrapper {
  max-width: 629px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #61a6ab;
  border-radius: 12px;
  padding: 23px 32px;
  min-height: 544px;
  position: relative;
}
.home-page__formulario-wrapper form .wpcf7-form-control-wrap {
  margin-bottom: 20px;
  display: block;
}
.home-page__formulario-wrapper form label {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  margin-bottom: 8px;
}
.home-page__formulario-wrapper form input[type=text],
.home-page__formulario-wrapper form input[type=email],
.home-page__formulario-wrapper form input[type=tel],
.home-page__formulario-wrapper form textarea,
.home-page__formulario-wrapper form select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #2c2c2c;
  transition: border-color 0.2s ease;
  background: transparent;
}
.home-page__formulario-wrapper form input[type=text]:focus,
.home-page__formulario-wrapper form input[type=email]:focus,
.home-page__formulario-wrapper form input[type=tel]:focus,
.home-page__formulario-wrapper form textarea:focus,
.home-page__formulario-wrapper form select:focus {
  border-color: #61a6ab;
  outline: none;
}
.home-page__formulario-wrapper form input[type=text]::placeholder,
.home-page__formulario-wrapper form input[type=email]::placeholder,
.home-page__formulario-wrapper form input[type=tel]::placeholder,
.home-page__formulario-wrapper form textarea::placeholder,
.home-page__formulario-wrapper form select::placeholder {
  color: #999;
}
.home-page__formulario-wrapper form textarea {
  height: 120px;
  resize: vertical;
}
.home-page__formulario-wrapper form input[type=submit] {
  background: #63b586;
  color: #ffffff;
  border: none;
  padding: 12px 28px;
  border-radius: 6px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.home-page__formulario-wrapper form input[type=submit]:hover {
  background: rgb(81.8826086957, 172.6173913043, 120.6108695652);
}
.home-page__formulario-wrapper form .wpcf7-response-output {
  margin-top: 20px;
  padding: 12px;
  border-radius: 6px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
.home-page__formulario-wrapper form .wpcf7-mail-sent-ok {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.home-page__formulario-wrapper form .wpcf7-mail-sent-ng,
.home-page__formulario-wrapper form .wpcf7-aborted,
.home-page__formulario-wrapper form .wpcf7-spam {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}
.home-page__formulario-wrapper form .wpcf7-validation-errors,
.home-page__formulario-wrapper form .wpcf7-acceptance-missing {
  background: #fff3cd;
  color: #856404;
  border: 1px solid #ffeaa7;
}

.imgEffect {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
@media (max-width: 1199px) {
  .imgEffect {
    width: 100%;
  }
}
.imgEffect:hover {
  transform: scale(1.03) translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.imgFilter {
  filter: grayscale(100%);
  transition: filter 0.4s ease;
}

.imgFilter:hover {
  filter: grayscale(0%);
}

.cardEffect {
  box-shadow: 0 4px 10px rgba(22, 17, 3, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}
.cardEffect:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.295);
}

.header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
  background: #fff;
}
.header > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .header > .container {
    max-width: 1440px;
  }
}
.header__top {
  background: #63b586;
}
.header__top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__top .container a {
  color: white;
  text-decoration: none;
}
.header__top .container .redes {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header__bottom > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}
@media (max-width: 1199px) {
  .header__bottom > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .header__bottom > .container {
    max-width: 1440px;
  }
}
.header .headerLeft {
  display: flex;
  align-items: center;
  gap: 36px;
}
.header .headerTop {
  background: white;
  padding: 24px 0;
}
.header .headerRight {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 1199px) {
  .header .headerRight.desktop {
    display: none;
  }
}
.header .headerRight.mobile {
  display: none;
}
@media (max-width: 1199px) {
  .header .headerRight.mobile {
    display: flex;
    flex-direction: column;
  }
}
.header .headerRight .redes {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header .logo img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 240px;
}
@media (max-width: 1199px) {
  .header .logo {
    max-width: 190px;
  }
}
@media (min-width: 1200px) {
  .header .openMenu {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .header nav {
    display: none;
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    background: white;
    padding: 48px 0;
    z-index: 1;
  }
  .header nav.active {
    display: block;
    right: 0;
  }
}
.header nav .closeMenu {
  position: absolute;
  top: 16px;
  right: 16px;
}
@media (min-width: 1200px) {
  .header nav .closeMenu {
    display: none !important;
  }
}
.header .primary-menu {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1199px) {
  .header .primary-menu {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
  }
}
.header .primary-menu li a {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .header .primary-menu li a {
    color: #1d1d1d;
  }
}
@media (max-width: 1199px) {
  .header .primary-menu li > .sub-menu {
    padding-top: 16px;
    padding-left: 16px;
  }
  .header .primary-menu li > .sub-menu li {
    margin-bottom: 16px;
  }
}
@media (min-width: 1200px) {
  .header .primary-menu li > .sub-menu {
    position: absolute;
    background: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-top: 8px;
    display: none;
    flex-direction: column;
    padding: 16px 8px;
    z-index: 2;
    border-radius: 0 0 8px 8px;
  }
  .header .primary-menu li > .sub-menu li {
    margin-bottom: 16px;
  }
  .header .primary-menu li > .sub-menu li a {
    padding: 8px 16px;
    font-size: 16px;
  }
  .header .primary-menu li > .sub-menu li a:hover {
    background: #63b586;
    color: white;
  }
  .header .primary-menu li:hover > .sub-menu {
    display: block;
  }
}

.banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 767px) {
  .banner {
    height: 500px;
    background-position: center;
  }
}
@media (max-width: 1199px) {
  .banner {
    margin-top: 80px;
  }
}
.banner::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.banner-slick .slick-dots {
  bottom: 60px;
  z-index: 1;
}
.banner-slick .slick-dots li button:before {
  font-size: 24px;
  width: 32px;
  height: 32px;
  color: white;
}
.banner > .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.banner h1 {
  color: white;
}
.banner h2,
.banner h3,
.banner h4 {
  color: white;
  font-weight: 300;
  text-align: center;
}
.banner__txt * {
  color: white;
}
.banner__txt p {
  font-size: 18px;
  line-height: 25px;
}
.banner .boxBanner .btnsBanner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .banner .boxBanner .btnsBanner .btn {
    font-size: 12px;
  }
}
.banner .boxBanner .btnsBanner .btn:nth-child(even) {
  background: white;
  color: #000000;
}

.content-default {
  padding: 150px 0 32px;
}

.slick-slider .slick-list {
  margin: 0 -16px;
}
.slick-slider .slick-slide {
  padding: 0 16px;
}
.slick-slider .slick-slide > div {
  height: 100%;
}