@charset "UTF-8";
:root {
  --bg-page: #2d2f35; /* fundo externo escuro */
  --card-bg: #9576ea; /* roxo do card */
  --card-fg: #0b0b0b; /* texto escuro no card */
  --muted: #1a1a1a;
  --border: #00000010;
  --white: #ffffff;
  --shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  --radius-lg: 18px;
  --radius-md: 12px;
  --gap-xl: clamp(2rem, 3vw, 3rem);
  --gap-lg: 3rem;
  --gap-md: 0.75rem;
  --h1: clamp(1.8rem, 2.8vw, 3rem); /* títulos grandes */
  --h2: clamp(1.2rem, 2vw, 1.6rem);
  --p: clamp(0.95rem, 1.2vw, 1.05rem);
}

.main-header {
  background: #87abaa;
  padding: 0;
}
.main-header .relative {
  position: relative;
}
.main-header .relative .dg-logo-principal {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .main-header .relative .dg-logo-principal {
    display: none;
  }
}
.main-header .relative .dg-logo-principal img {
  width: 140px;
  height: 140px;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 auto;
  padding: 0 32px;
  height: 58px;
}
@media (max-width: 991px) {
  .navbar {
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }
}

@media (max-width: 991px) {
  .gr-nav-mobile .gr-menu-hamburguer {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 35px;
  }
}
@media (max-width: 991px) {
  .gr-nav-mobile .gr-menu-hamburguer .bar1,
  .gr-nav-mobile .gr-menu-hamburguer .bar2,
  .gr-nav-mobile .gr-menu-hamburguer .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
  }
}

@media (max-width: 991px) {
  .change {
    z-index: 100;
  }
}
@media (max-width: 991px) {
  .change .bar1 {
    transform: rotate(-45deg) translate(-9px, 6px);
  }
}
@media (max-width: 991px) {
  .change .bar2 {
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .change .bar3 {
    transform: rotate(45deg) translate(-8px, -8px);
  }
}

.social-icons a {
  display: inline-block;
  margin-right: 8px;
  height: 38px;
  width: 38px;
  vertical-align: middle;
}

.social-icons img {
  width: 34px;
  height: 34px;
}

.nav-menu .menu ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .nav-menu .menu ul {
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    padding: 4rem 1rem 0;
    box-shadow: 0 0 40px -15px #000;
    display: none;
    z-index: 99;
  }
}
@media (max-width: 991px) {
  .nav-menu .menu ul li {
    margin: 0 20px 20px 15px;
  }
}
.nav-menu .menu ul li a {
  font-family: Arial, sans-serif;
  font-size: 18px;
  color: #222;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 4px;
  position: relative;
  transition: background 0.2s;
}
@media (max-width: 991px) {
  .nav-menu .menu ul li a {
    color: #000;
    text-decoration: none;
    font-size: 22px;
    font-weight: 700;
  }
}

.sobre-nos {
  padding: 0.5rem 1rem 0;
  background-color: #fff;
  color: #000;
}
.sobre-nos .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;
}
.sobre-nos .text-content {
  flex: 1 1 45%;
}
.sobre-nos .text-content h2 {
  font-size: 3.1875rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.sobre-nos .text-content h3 {
  font-size: 1.25rem;
  font-weight: 700;
}
.sobre-nos .text-content p {
  font-size: 1.5625rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.sobre-nos .text-content p span {
  font-weight: 500;
}
.sobre-nos .image-and-education {
  flex: 1 1 50%;
}
@media (max-width: 991px) {
  .sobre-nos .image-and-education img {
    width: 100%;
  }
}
.sobre-nos .image-and-education .founder-photo {
  width: 100%;
  max-width: 500px;
  height: auto;
  margin-bottom: 1rem;
  border-radius: 8px;
}
.sobre-nos .wrapper-list-flex {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .sobre-nos .wrapper-list-flex {
    gap: 20px;
  }
}
.sobre-nos .wrapper-flex {
  display: grid;
  grid-template-columns: 34rem 1fr;
  gap: 45px;
}
@media (max-width: 991px) {
  .sobre-nos .wrapper-flex {
    grid-template-columns: 1fr;
  }
}
.sobre-nos .wrapper-flex .formacao h4 {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.sobre-nos .wrapper-flex .formacao ul {
  list-style: none;
  padding: 0;
}
.sobre-nos .wrapper-flex .formacao ul li {
  margin-bottom: 30px;
  font-size: 1.25rem;
  font-weight: 500;
}
.sobre-nos .wrapper-flex .formacao ul li strong {
  font-weight: 700;
}

.nossos-servicos {
  background-image: url("../img/nossos-serviços-01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 4rem 1rem;
  background-color: #fff;
  color: #000;
}
.nossos-servicos .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
}
.nossos-servicos .text-content {
  flex: 1 1 50%;
}
.nossos-servicos .text-content h2 {
  font-size: 51px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2rem;
  text-align: center;
}
.nossos-servicos .text-content .servico {
  margin-bottom: 2rem;
}
.nossos-servicos .text-content .servico h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.nossos-servicos .text-content .servico p {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.6;
}
.nossos-servicos .image-content {
  flex: 1 1 45%;
}
.nossos-servicos .image-content img {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .nossos-servicos .container {
    flex-direction: column;
    text-align: left;
  }
  .nossos-servicos .text-content,
  .nossos-servicos .image-content {
    flex: 1 1 100%;
  }
  .nossos-servicos .text-content h2 {
    font-size: 36px;
  }
  .nossos-servicos .text-content .servico p {
    font-size: 18px;
  }
}

.doencas-previstas {
  padding: 2rem 2rem 4rem;
  background: linear-gradient(to right, #fff, #fbdde5);
  text-align: center;
}
.doencas-previstas h2 {
  font-size: 51px;
  font-weight: bold;
  margin: 0 0 2rem;
  font-family: "Merriweather", serif;
}
@media (max-width: 991px) {
  .doencas-previstas h2 {
    font-size: 35px;
  }
}
.doencas-previstas .lista-doencas {
  display: flex;
  justify-content: center;
  gap: 4rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .doencas-previstas .lista-doencas {
    gap: 0;
    justify-content: flex-start;
  }
}
.doencas-previstas .lista-doencas ul {
  list-style: none;
  padding: 0;
  text-align: left;
}
.doencas-previstas .lista-doencas ul li {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}

.procedimentos {
  background-image: url("../img/nossos-procedimentos-.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-position: center;
  padding: 0 2rem 1rem;
  position: relative;
}
.procedimentos .overlay {
  display: flex;
  justify-content: flex-end;
}
.procedimentos .card-procedimentos {
  background-color: #f4aab8;
  padding: 2rem;
  border-radius: 100px;
  max-width: 500px;
  width: 100%;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.2);
  margin-top: 30px;
}
.procedimentos .card-procedimentos h2 {
  font-size: 46px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
  font-family: "Merriweather", serif;
}
.procedimentos .card-procedimentos h3 {
  font-size: 23px;
  font-weight: 500;
  margin-top: 1.5rem;
  text-align: center;
}
.procedimentos .card-procedimentos p {
  font-size: 23px;
  font-weight: 400;
  line-height: 1.5;
}
.procedimentos .card-procedimentos ul {
  margin-top: 1rem;
  padding-left: 1.2rem;
}
.procedimentos .card-procedimentos ul li {
  font-size: 23px;
  font-weight: 400;
  margin-bottom: 0.5rem;
  list-style: disc;
}
@media (max-width: 768px) {
  .procedimentos {
    padding: 4rem 1rem;
  }
  .procedimentos .card-procedimentos {
    padding: 1.5rem;
  }
  .procedimentos .card-procedimentos h2 {
    font-size: 26px;
  }
  .procedimentos .card-procedimentos h3 {
    font-size: 16px;
  }
  .procedimentos .card-procedimentos p,
  .procedimentos .card-procedimentos ul li {
    font-size: 14px;
  }
}

.faq {
  background-color: #18254b;
  color: white;
  padding: 4rem 2rem;
}
.faq h2 {
  font-size: 51px;
  margin-bottom: 3rem;
  font-family: "Merriweather", serif;
  text-align: center;
}
.faq .faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  flex-wrap: wrap;
  gap: 1.5rem;
}
.faq .faq-grid .faq-card {
  background-color: #ffd25f;
  color: #000;
  padding: 1.5rem;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.parceiros {
  padding: 4rem 2rem;
  text-align: center;
  background-color: white;
}
.parceiros h2 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 3rem;
}
.parceiros .logos {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
.parceiros .logos .img6 {
  width: 209px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ====== Seção ====== */
.wrapper-flex-footer {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .wrapper-flex-footer {
    grid-template-columns: 100%;
  }
}

.contact-cta {
  background: var(--card-bg);
  color: var(--card-fg);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: clamp(1rem, 3vw, 2rem);
  /* ====== Coluna esquerda ====== */
  /* ====== Coluna direita (form) ====== */
  /* ====== Responsividade ====== */
  /* Tablets */
  /* Smartphones médios */
  /* Smartphones pequenos */
}
.contact-cta__container {
  max-width: 1360px;
}
.contact-cta__card {
  display: grid;
  grid-template-columns: auto 1fr;
}
.contact-cta__info {
  display: flex;
  flex-direction: column;
  gap: var(--gap-lg);
}
.contact-cta__brand {
  font-size: 2.8725rem;
  font-family: "Merriweather", serif;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 0.25rem 0;
}
.contact-cta__subtitle {
  font-size: var(--h2);
  font-weight: 800;
  margin: 0 0 0.25rem 0;
  text-transform: uppercase;
}
.contact-cta__block {
  display: grid;
  gap: 0.25rem;
}
.contact-cta__line {
  font-size: var(--p);
  margin: 0;
  font-weight: 600;
}
.contact-cta__phones {
  display: grid;
  gap: 0.35rem;
}
.contact-cta__phones .contact-cta__phone {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  font-size: var(--p);
  text-decoration: none;
  color: var(--card-fg);
}
.contact-cta__phones .contact-cta__phone .icon {
  width: 22px;
  height: 22px;
  fill: currentColor;
}
.contact-cta__phones .contact-cta__phone:hover {
  text-decoration: underline;
}
.contact-cta__phones .contact-cta__phone:focus-visible {
  outline: 2px solid #1f1f1f;
  outline-offset: 3px;
  border-radius: 6px;
}
.contact-cta__address {
  font-style: normal;
  font-size: var(--p);
  font-weight: 600;
  line-height: 1.5;
}
.contact-cta__email {
  margin-top: 0.35rem;
  display: inline-block;
  color: var(--card-fg);
  font-weight: 700;
  text-decoration: none;
}
.contact-cta__email:hover {
  text-decoration: underline;
}
.contact-cta__social {
  display: flex;
  gap: 0.6rem;
  margin-top: 0.25rem;
}
.contact-cta__social .social-link {
  width: 58px;
  height: 58px;
  border-radius: 12px;
  display: inline-grid;
  place-items: center;
  text-decoration: none;
  opacity: 1;
}
.contact-cta__social .social-link:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.contact-cta__form {
  display: grid;
  align-content: start;
  gap: var(--gap-lg);
  max-width: 400px;
  width: 100%;
}
.contact-cta__form-title {
  font-size: var(--h1);
  font-weight: 800;
  text-align: left;
  margin: 0;
}
.contact-cta form {
  display: grid;
  gap: var(--gap-md);
}
.contact-cta .field p {
  text-align: right;
}
.contact-cta .field p br {
  display: none;
}
.contact-cta .field label {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}
.contact-cta .field input,
.contact-cta .field textarea {
  width: 93%;
  padding: 0.8rem 1rem;
  border: 1px solid var(--border);
  background: var(--white);
  color: #111;
  font-size: 1rem;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.05);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.contact-cta .field input::-moz-placeholder, .contact-cta .field textarea::-moz-placeholder {
  color: #777;
}
.contact-cta .field input::placeholder,
.contact-cta .field textarea::placeholder {
  color: #777;
}
.contact-cta .field input:focus,
.contact-cta .field textarea:focus {
  outline: none;
  border-color: #2b3f9f;
  box-shadow: 0 0 0 3px rgba(43, 63, 159, 0.2);
}
.contact-cta .field textarea {
  resize: vertical;
  height: 88px;
}
.contact-cta .field input {
  height: 5px;
}
.contact-cta .btn-primary {
  justify-self: center;
  background: #1e2f56;
  color: #fff;
  border: 0;
  padding: 0.7rem 1.25rem;
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.06s ease, filter 0.2s ease;
}
.contact-cta .btn-primary:hover {
  filter: brightness(1.05);
}
.contact-cta .btn-primary:active {
  transform: translateY(1px);
}
.contact-cta .btn-primary:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}
.contact-cta .actions {
  position: relative;
}
.contact-cta .actions .wpcf7-spinner {
  position: absolute;
}
.contact-cta .actions p {
  text-align: center;
}
@media (max-width: 1024px) {
  .contact-cta__card {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
  .contact-cta__form-title {
    text-align: left;
  }
  .contact-cta__social {
    margin-top: 0.5rem;
  }
}
@media (max-width: 640px) {
  .contact-cta__card {
    padding: 1.25rem;
  }
  .contact-cta__brand, .contact-cta__form-title {
    font-size: clamp(1.6rem, 6vw, 2.2rem);
  }
  .contact-cta__subtitle {
    font-size: 1rem;
  }
  .contact-cta__social .social-link {
    width: 52px;
    height: 52px;
    border-radius: 10px;
  }
}
@media (max-width: 400px) {
  .contact-cta__social .social-link {
    width: 48px;
    height: 48px;
  }
  .contact-cta .btn-primary {
    width: 100%;
    justify-self: stretch;
    text-align: center;
  }
}

/* Modal styles */
#modal-faq {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

#modal-content {
  background: #fff;
  max-width: 600px;
  width: 90%;
  padding: 20px;
  border-radius: 10px;
  position: relative;
}

#modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
  color: #555;
}

#modal-text {
  font-size: 1.1rem;
  color: #111;
  white-space: pre-wrap;
}/*# sourceMappingURL=style.css.map */