/* =====================================================
   VARIÁVEIS DE CORES
===================================================== */
:root {
  --color-offwhite: #F6F3EE;
  --color-bordo: #7F2D1F;
  --color-marrom: #42332E;
  --color-terracota: #C96148;
  --color-transparent: transparent;
}

/* =====================================================
   BASE GLOBAL
===================================================== */
body {
  overflow-x: hidden !important;
}

header,
main,
footer {
  overflow-x: hidden !important;
}

section {
  padding: 60px 0;
}

header {
  min-height: 990px;
  background-image: url('../../assets/images/desk/imagem_bannerhero.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.area-hero .area-menu {
  font-size: .75rem;
}

/* =====================================================
   TIPOGRAFIA
===================================================== */
h1,
h2,
h3,
h4,
h5 {
  font-family: "Fraunces", serif;
  font-weight: 300;
}

.bordo {
  color: var(--color-bordo);
}

.marrom {
  color: var(--color-marrom);
}

.off-white {
  color: var(--color-offwhite);
}

.terracota {
  color: var(--color-terracota);
}

section p {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
}

.section-title {
  font-family: "Fraunces", serif;
  font-weight: 400;
  font-size: 2.3rem;
  color: var(--color-bordo);
  margin: 0 0 30px;
}

.section-title-white {
  font-family: "Fraunces", serif;
  font-weight: 400;
  font-size: 2.3rem;
  color: var(--color-offwhite);
  justify-content: center;
}

.hero-section-title {
  font-family: "Fraunces", serif;
  font-weight: 400;
  font-size: 1.3rem;
  color: var(--color-offwhite);
  justify-content: center;
}

.hero-section-txt {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  color: var(--color-offwhite);
  justify-content: center;
}

.text-focus {
  font-weight: 500;
  color: var(--color-terracota);
}

.quote-focus {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-size: .985rem;
  color: var(--color-terracota);
}

.slider-area {
  margin: 80px 0 0;
}

.bold {
  font-family: "Fraunces", serif;
  font-weight: 600;
}

.bold-white {
  font-family: "Fraunces", serif;
  font-weight: 600;
  color: var(--color-offwhite);
}

.quote {
  font-size: 2.5rem;
  margin: 0 0 40px;
}

/* =====================================================
   MOBILE NAV
===================================================== */
.mobile-container {
  max-width: 480px;
  margin: auto;
  background-color: var(--azul);
  height: 500px;
  color: var(--branco);
  border-radius: 10px;
}

.topnav {
  overflow: hidden;
  background-color: var(--azul);
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: var(--branco);
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  background: var(--azul);
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover,
.active {
  background-color: var(--azul);
  color: var(--branco);
}

.txt-header-group{
  position: relative;
}



/* =====================================================
   BOTÕES
===================================================== */
.slider-btn{
  border: none;
  background-color: transparent!important;
  font-weight: 500;
  font-size: 3rem;
  padding: 0 0 0 5px;
  border-bottom-left-radius: 5px;
  width: 40px;
  height: 40px;
  color: var(--color-terracota);
}

.btn-glass {
  padding: 14px 28px;
  border-radius: 999px; /* formato de pílula */

  background: rgba(255, 255, 255, 0.15); /* transparência */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  border: 1px solid rgba(255, 255, 255, 0.35);
  font-family: "Nunito Sans", sans-serif;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none!important;
  cursor: pointer;
  transition: all 0.25s ease;
}

.btn-glass:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.05);
}

.btn-terracota:hover {
  background: transparent;
  color: var(--color-terracota);
  border: solid 2px var(--color-terracota);
  transform: scale(1.05);
}

.btn-terracota,
.btn-offwhite {
  padding: 12px 24px;
  border-radius: 20px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none !important;
  font-family: "Nunito Sans", sans-serif;
  margin: 15px 0;
}

.btn-terracota {
  background-color: var(--color-terracota);
  border-color: transparent;
  color: var(--color-offwhite);
}

.btn-offwhite {
  background-color: var(--color-offwhite);
  border-color: transparent;
  color: var(--color-bordo);
}

.btn-footer {
  right: 0;
}

/* =====================================================
   CARDS / COMPONENTES
===================================================== */
.card-benefico {
  display: flex;
  align-items: center;
  background-color: #FFF;
  border-radius: 12px;
  padding: 10px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.95rem;
  color: #333;
  margin: 0 5px;
  flex: 1 1 auto;
}

.card-benefico img {
  width: 30px;
  margin-right: 12px;
  flex-shrink: 0;
}

.card-servico {
  display: flex;
  align-items: center;
  background-color: var(--color-offwhite);
  border-radius: 12px;
  padding: 10px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.95rem;
  color: #333;
  margin: 10px 5px;
  flex: 1 1 auto;
  min-height: 310px;
}

.card-servico img {
  width: 30px;
  margin-right: 12px;
  flex-shrink: 0;
}

/* =====================================================
   SECTION 1
===================================================== */
#section-1 {
  background-color: var(--color-offwhite);

}

/* =====================================================
   SECTION 2
===================================================== */
#section-2 {
  background-color: var(--color-offwhite);
  min-height: 600px;
}

#section-2 .col-12 .row.center .area-img {
  position: relative;
}

#section-2 .area-img {
  overflow-x: hidden !important;
}

#section-2 .area-img img {
  position: absolute;
  left: -10px;
}

#section-2 .area-img img::after {
  content: "";
  clear: both;
}

#section-2 p i {
  color: var(--color-terracota);
}

#section-2 .image-left {
  display: block;
  width: 100%;
  max-width: 600px;
  margin-right: auto;
}

/* =====================================================
   SECTION 3
===================================================== */
#section-3 {
  background-color: var(--color-bordo);
}

#section-3 .sub-titulo-area{
  color:#FFF;
  display: inline-block;
  font-size: 1.9rem;
  padding: 10px 0;
}

#section-3 h2,
#section-3 h3,
#section-3 h4,
#section-3 p {
  color: var(--color-offwhite);
}

#section-3 .image-profile {
  max-width: 490px;
  width: 100%;
  margin-right: auto;
}

/* =====================================================
   SECTION 4
===================================================== */
#section-4 {
  background-color: var(--color-offwhite);
}

#section-4 .row.flex.flex-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* =====================================================
   SECTION 5
===================================================== */
#section-6 {
  background-color: var(--color-offwhite);
}

#section-6 .bloco {
  background-color: #FFF;
  min-height: 170px;
  border-radius: 20px;
  padding: 20px;
}

/* =====================================================
   SECTION 6
===================================================== */

#section-6 iframe {
  margin: 20px 0;
}

#section-6 .area-cities {
  margin: 30px 0;
}

#section-6 .area-cities i {
  color: var(--color-terracota);
}

/* =====================================================
   COMPONENTE — CARDS DE SERVIÇOS
===================================================== */
.card-benefico {
  border-radius: 20px;
  height: 100%;
}

/* Ícones */
.card-benefico img {
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
}

/* Títulos */
.card-benefico h3 {
  font-size: 1.1rem;
  line-height: 1.3;
  color: #7F2D1F;
}

/* Texto */
.card-benefico p {
  font-size: 0.95rem;
  line-height: 1.6;
  max-width: 42ch;
  /* ouro puro pra leitura */
}

/* Centralização elegante do último card */
#section-services .col-8 {
  margin-inline: auto;
}

/* =====================================================
   SECTION 5 — Onde Atendemos
===================================================== */

/* =====================================================
   BABY CARE — IMAGEM PRINCIPAL
===================================================== */
.baby-image {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 4;
  overflow: hidden;
  border-radius: 20px;
}

/* Imagem */
.baby-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  /* prioriza rosto / bebê */
  display: block;
}

/* Texto sobreposto */
.baby-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 16px 18px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  color: #fff;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.65),
      rgba(0, 0, 0, 0));
}


/* =====================================================
   SECTION 6 — Onde Atendemos
===================================================== */
#section-6.where-we-serve {
  background-color: #FFF;
  padding: 60px 0;
  color: var(--color-marrom);
  font-family: "Nunito Sans", sans-serif;
}

/* conteúdo, lista, mapa mantidos intactos */

/* =====================================================
   SECTION 7 — Cuidado terapêutico ao bebê
===================================================== */
#section-7 {
  background-color: var(--color-offwhite);
  padding: 60px 0;
}

/* =====================================================
   SECTION 9
===================================================== */
#section-9 {
  background-color: var(--color-offwhite);
  padding: 60px 0;
}

/* =====================================================
   SECTION 8
===================================================== */
#section-8 {
  width: 100%;
  min-height: 480px;
  padding: 200px 0 0;
  flex-direction: column;
  justify-content: center;
  background-image: url('/assets/images/desk/mulher_deitada.png');
  background-position: center -20px;
  background-repeat: no-repeat;
  background-size: cover;
}

#section-8.services {
  background-color: var(--color-offwhite);
  padding: 60px 0;
}

/* =====================================================
   FOOTER
===================================================== */
.site-footer {
  background-color: var(--color-bordo);
  min-height: 300px;
  color: var(--color-offwhite);
}

.site-footer section {
  padding: 40px 10px;
}

.site-footer .info {
  font-family: "Fraunces", serif;
  font-weight: 400;
  font-size: 1.2rem;
}

.site-footer li {
  list-style-type: none !important;
}

.site-footer li a {
  text-decoration: none;
  color: var(--color-offwhite) !important;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  font-size: .75rem;
}


.site-footer .box-footer p {
  text-decoration: none;
  color: var(--color-offwhite) !important;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  font-size: .75rem;
}

.site-footer h3 {
  font-weight: 400;
}

.footer-brand,
.footer-bottom,
.footer-contact {
  text-decoration: none;
  color: var(--color-offwhite) !important;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  font-size: .985rem;
}

.footer-bottom {
  font-size: 0.8rem;
  padding: 5px 0;
  background-color: var(--color-terracota);
}

.site-footer i.fa-brands{
  color: #FFF !important;
}

.avanco{
  margin-right: 40px;
}

/* =====================================================
   MODELO FOTO + TEXTO
===================================================== */
.topo-site-modelo-foto-texto {
  padding: var(--gutter) 0;
}

.topo-site-img {
  width: 100%;
  display: block;
}

.slider-btn.prev{
  position: absolute;
  top: 0;
  left: 0;
}

.slider-btn.prev{
  position: absolute;
  top: 0;
  left: 0;
}

/* =====================================================
   RESPONSIVIDADE
===================================================== */

/* Tablet */
@media (max-width: 1023px) {

  #section-2 .image-left,
  #section-3 .image-profile {
    margin-right: auto;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  #section-7 .baby-intro {
    padding-right: 0;
  }

.hidden-mobile{
  display: none !important;
}


}


/* Mobile */
@media (max-width: 767px) {

  .area-hero-txt {
    padding-top: 50px;
    min-height: 610px;
  }

  .area-hero-txt .btn-glass {
    display: block;
    margin-top: 30px 0 0 !important;
  }

  header {
    background-image: url('../../assets/images/mobile/imagem_bannerhero_mobile.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .site-footer .btn-offwhite {
    width: 170px;
    font-size: 1rem;
    font-weight: bold;
    padding: 14px 0 !important;
    margin: 10px 5px 0 !important;
  }

  .btn-footer {
    position: relative;
    margin: auto;
  }

  .baby-image {
    margin: 0 0 30px;
  }

  #section-2 .area-img img {
    position: relative;
  }

  section {
    padding: 40px 0;
  }

  .card-benefico {
    width: 100%;
    margin: 5px 0;
  }

  #section-4 .py-sm {
    padding: 0 10px !important;
  }

  .topo-site-img-col {
    order: -1;
    margin-bottom: 20px;
  }

  .topo-site-text-col {
    text-align: center;
  }

  #section-8 {
    width: 100%;
    min-height: 300px;
    flex-direction: column;
    padding: 30px 5px;
    background-image: url('/assets/images/mobile/mulher_deitada.png') !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  #section-8 .section-title-white {
    text-align: center;
  }

  #section-8 .btn-footer {
    display: block;
    width: 190px;
    text-align: center;
  }

  .site-footer .fa-brands.big,
  .site-footer .fa-envelope.big{
    font-size: 2rem;
  }

  .avanco{
    margin: 0!important;
}

.hidden-mobile{
  display: none !important;
}

.site-footer .btn-offwhite{
  display: block;
  font-size: .8rem;
  width: 120px;
}

.area-control-slider{
  display: block;
}

}