/* @import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --verde: #12a331;
  --azul-principal: #2f82b6;
  --cinza-claro: #f5f5f5;
  --preto-texto: #222;
  --laranja-secundario: #ff8721;
  --padding-section: 40px 5%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: "Nunito", sans-serif; */
  font-family: "Roboto", sans-serif;
  font-weight: 300; /* Light */
  transition: 0.2s ease-in-out;
  /* letter-spacing: 0.1px; */
  /* word-spacing: 0.1px; */
  text-align: start;
  /* hyphens: auto; REMOVIDO AS QUEBRAS DE LINHAS FLUIDAS*/
  /* text-wrap: pretty; */
}

body {
  /* display: flex;
  flex-direction: column;
  position: relative;
  color: var(--cinza-claro); */

  display: flex;
  flex-direction: column;
  position: relative;
  color: var(--cinza-claro);
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
}

section {
  width: 100%;
  /* min-height: 670px; */
  height: auto;
  display: flex;
}

#section1 {
  overflow: visible;
  background-color: var(--azul-principal);
}

#section2 {
  overflow: visible;
  color: var(--preto-texto);
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

#section3 {
  padding: 75px;
  overflow: visible;
  flex-direction: column;
  gap: 24px;
  color: var(--preto-texto);
  justify-content: center;
}

#section4 {
  overflow: visible;
}

#section4 img {
  width: 100%;
}

#section5 {
  /* overflow: visible;
  height: auto;
  color: var(--preto-texto);
  padding: 75px;
  display: flex; */

  overflow: visible;
  height: auto;
  color: var(--preto-texto);
  padding: 75px;
  display: flex;
  justify-content: space-around;
  align-content: center;
  align-items: center;
}

.mq-width-quarter {
  width: calc(100% / 4);
  height: 100%;
  padding: 12px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.size-img-sobre-katrini {
  width: 400px;
}
.card {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: space-evenly;
  gap: 40px;
  width: 290px;
  height: 350px;
  border-radius: 5px;
}

.card-especilidade {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  /* gap: 40px; */
  width: 290px;
  height: 350px;
  background-color: var(--azul-principal);
  color: var(--cinza-claro);
  border-radius: 5px;
}

.secundario {
  background-color: var(--laranja-secundario);
}
.principal {
  background-color: var(--azul-principal);
}

.mq-font-24 {
  font-size: 24px;
}

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

.mq-padding-24 {
  padding: 24px;
}
.mq-padding-75 {
  padding: 75px;
}

ul {
  padding: 20px;
  margin: 0;
  font-variation-settings: "opsz" 14;
  color: var(--azul-principal);
  /* --letter-spacing: -0.8px; */
}

.mq-container-central {
  width: 50%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 60%; */
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.mq-container-central-banner {
  /* width: 50%; */
  /* padding: 23%; */
  padding: 0% 23%;
  height: 100%;
  /* position: relative; */
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.mq-container-full {
  width: 100%;
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}

.mq-container-central img.fundo {
  width: 100%;
  height: 670px;
  object-fit: cover;
  border-radius: 0;
  opacity: 0.9;
  transition: all 0.3s ease;
}

.mq-container-central img.icone {
  position: absolute;
  top: 50%;
  left: 19%;
  transform: translate(-50%, -50%);
  width: 670px;
  height: auto;
  z-index: 5;
  color: var(--azul-principal);
}

#section4 .slogan {
  color: var(--azul-principal);
  padding: 24px;
  word-break: break-word;
  font-weight: 500;
  font-size: 28px;
  /* letter-spacing: -0.64px; */
  line-height: 1.3;
}

.mq-container-central img {
  opacity: 0.9;
  border-radius: 0px 0px 0px;
  transition: all 0.3s ease;
  width: 70%;
  height: 670px;
  object-fit: cover;
}

.cta-button {
  display: inline-block;
  background: var(--laranja-secundario);
  color: #fff;
  padding: 14px 28px;
  border-radius: 90px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s;
  animation: fadeInUp 1.8s ease forwards;
  width: 100%;
  text-align: center;
}

.cta-button:hover {
  background: var(--verde);
}

.whatsapp-float {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 65px;
  height: 65px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  z-index: 1001;
  animation: pulse 2s infinite;
  transition: transform 0.3s;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-float svg {
  width: 35px;
  height: 35px;
  fill: #fff;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

footer {
  width: 100%;
  color: var(--cinza-claro);
  background-color: var(--azul-principal);
  text-align: center;
  padding: 40px 5%;
  display: flex;
  gap: 24px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

footer .social-links {
  margin-bottom: 60px;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}

footer a {
  color: var(--preto-texto);
  margin: 0 12px;
  text-decoration: none;
}

footer a:hover {
  color: var(--laranja-secundario);
}

.banner01 {
  width: 100%;
}

.banner01 img {
  background-size: cover;
  background-repeat: no-repeat;
  height: 670px;
  width: 100%;
}

.p1 {
  word-break: break-word;
  font-weight: 400;
  line-height: 1.3;
}

.mq-bold {
  font-weight: 600;
}

.mq-box-shadow {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.logo-parceiros {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  list-style: none;
  align-content: center;
  justify-content: space-between;
}
.logo-parceiros img {
  width: 150px;
  align-content: center;
}

.img-sec5 {
  width: 320px !important;
  height: 160px !important;
}

.mq-padding-18 {
  padding: 18px;
}
.mq-container-central-contato {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
  gap: 8px !important;
}

.section-mapa {
  height: auto !important;
  display: flex !important;
  flex-direction: row !important;
  align-content: center !important;
  justify-content: center !important;
  align-items: center !important;
}

@media screen and (max-width: 768px) {
  .sobre-katrini {
    display: flex;
    flex-direction: column !important;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 12px !important;
    gap: 10px !important;
  }

  .size-img-sobre-katrini {
    width: 100% !important;
  }

  .titulo-personalizado {
    text-align: center;
  }

  .mq-font-26 {
    font-size: 1.3rem !important;
  }
  .card-especilidade {
    width: 100%;
  }
  .card-especilidade .img-card {
    width: 100%;
  }

  #contato {
    padding: 60px 5%;
  }

  .contato-container {
    flex-direction: column-reverse;
    align-items: center;
    gap: 30px;
  }

  .contato-info {
    text-align: center;
    flex-direction: column !important;
  }

  .contato-info h2 {
    font-size: 1.8rem;
  }

  .contact-group h3 {
    font-size: 1.1rem;
  }

  .img-mapa-brasil img {
    /* width: 90%; */
    width: 100%;
    height: auto !important;
    /* transform: scale(1.29); */
  }
  section {
    flex-direction: column;
    height: auto;
  }
  #section3 {
    padding: 24px;
  }
  #section2 {
    padding: 24px;
  }

  .mq-container-central {
    width: 100%;
  }

  .banner01 img {
    height: auto;
  }

  .mq-padding-75 {
    padding: 24px;
  }
  .mq-container-central img {
    height: auto;
  }

  .mq-container-full {
    gap: 14px;
    flex-direction: column;
  }
  .mq-width-quarter {
    width: 100%;
  }

  .logo-parceiros {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 14px;
  }
  #section5 {
    padding: 24px;
  }

  .mq-padding-18 {
    padding: 0px;
  }

  .mq-container-central-contato {
    padding: 18px;
  }

  #home {
    height: 50vh !important;
  }
  #home .content {
    height: 50vh !important;
  }
  .mq-container-central-banner {
    padding: 15% !important;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  #home h1 {
    font-size: 1.5rem !important;
    margin-bottom: 0px !important;
  }
  #home .content img {
    height: 50vh !important;
  }
}

/* 📱 Mobile até 768px (SEU CSS ORIGINAL – MANTIDO) */
@media screen and (max-width: 768px) {
  .sobre-katrini {
    display: flex;
    flex-direction: column !important;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 12px !important;
    gap: 10px !important;
  }

  .size-img-sobre-katrini {
    width: 100% !important;
  }

  .titulo-personalizado {
    text-align: center;
  }

  .mq-font-26 {
    font-size: 1.3rem !important;
  }

  .card-especilidade {
    width: 100%;
  }

  .card-especilidade .img-card {
    width: 100%;
  }

  #contato {
    padding: 60px 5%;
  }

  .contato-container {
    flex-direction: column-reverse;
    align-items: center;
    gap: 30px;
  }

  .contato-info {
    text-align: center;
    flex-direction: column !important;
  }

  .contato-info h2 {
    font-size: 1.8rem;
  }

  .contact-group h3 {
    font-size: 1.1rem;
  }

  .img-mapa-brasil img {
    /* width: 90%; */
    width: 100%;
    height: auto !important;
  }

  section {
    flex-direction: column;
    height: auto;
  }

  #section3 {
    padding: 24px;
  }

  #section2 {
    padding: 24px;
  }

  .mq-container-central {
    width: 100%;
  }

  .banner01 img {
    height: auto;
  }

  .mq-padding-75 {
    padding: 24px;
  }

  .mq-container-central img {
    height: auto;
  }

  .mq-container-full {
    gap: 14px;
    flex-direction: column;
  }

  .mq-width-quarter {
    width: 100%;
  }

  .logo-parceiros {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 14px;
  }

  #section5 {
    padding: 24px;
  }

  .mq-padding-18 {
    padding: 0px;
  }

  .mq-container-central-contato {
    padding: 18px;
  }

  #home {
    height: 50vh !important;
  }

  #home .content {
    height: 50vh !important;
  }

  .mq-container-central-banner {
    padding: 15% !important;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
    gap: 8px;
  }

  #home h1 {
    font-size: 1.5rem !important;
    margin-bottom: 0px !important;
  }

  #home .content img {
    height: 50vh !important;
  }
}

/* 📲💻 TABLETS – ENTRE 600px e 1024px */
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .sobre-katrini {
    flex-direction: row;
    gap: 30px;
    padding: 40px 69px 16px 100px !important;
    align-items: center;
  }

  .size-img-sobre-katrini {
    width: 100% !important;
  }

  .titulo-personalizado {
    font-size: 2rem;
    text-align: left;
  }

  .mq-font-26 {
    font-size: 1.6rem !important;
  }

  .card-especilidade {
    width: 48%;
  }

  .card-especilidade .img-card {
    width: 100%;
  }

  .contato-container {
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
  }

  .contato-info {
    text-align: left;
  }

  #contato {
    padding: 60px 10%;
  }

  .img-mapa-brasil img {
    width: 70%;
  }

  .mq-container-full {
    flex-wrap: wrap;
    gap: 20px;
  }

  .mq-width-quarter {
    width: 45%;
  }

  #home {
    height: 65vh;
  }

  #home .content img {
    height: 65vh;
  }

  .mq-container-central-banner {
    padding: 10% !important;
  }

  #section5 {
    padding: 40px;
  }
  #section3 {
    padding: 16px 0px;
  }
}

.mq-font-26 {
  font-size: 26px;
}

.mq-font-18 {
  font-size: 18px;
}

.mq-font-14 {
  font-size: 14px;
}

.mq-box-shadow:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.mq-font-34 {
  font-size: 34px;
}

.img-card {
  width: 290px;
  height: 290px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 5px 5px 0 0;
}

.mg-bottom {
  margin-bottom: 12px;
}
/* .config-card-especilidades {
  background-color: var(--azul-principal);
  color: var(--cinza-claro);
  justify-content: space-between;
  padding: 0px 0px 12px 0px;
} */

/* ---------------------------- */
/* SEÇÃO CONTATO                */
/* ---------------------------- */
#contato {
  background: #fff;
  padding: 80px 8%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contato-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; /* mobile-friendly */
  gap: 40px;
  max-width: 1200px;
  width: 100%;
}

/* --- Lado Esquerdo (Texto) --- */
.contato-info {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  /* flex: 1 1 450px; */
  gap: 50px;
}

.contato-info h2 {
  color: var(--laranja-secundario);
  font-size: 2rem;
  margin-bottom: 25px;
}

.contact-group {
  margin-bottom: 20px;
}

.contact-group h3 {
  color: var(--laranja-secundario);
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.contact-group p,
.contact-group address {
  color: var(--preto-texto);
  font-size: 1.1rem;
  line-height: 1.6;
}

.contact-group a {
  color: var(--azul-principal);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s;
}

.contact-group a:hover {
  color: var(--laranja-secundario);
}

/* --- Lado Direito (Imagem do mapa) --- */
.img-mapa-brasil {
  flex: 1 1 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-mapa-brasil img {
  /* width: 90%; */
  width: 100%;
  height: 1020px;
  /* height: auto; */
  border-radius: 12px;
  object-fit: contain; /* garante que o mapa não seja cortado */
  background-color: #fff; /* fundo branco suave */
  /* box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1); */
  transition: transform 0.3s;
}

.img-mapa-brasil img:hover {
  /* transform: scale(1.09); */
}

.height-fixo-p {
  height: 150px;
}

/* ======== SEÇÃO HOME - CARROSSEL ======== */
#home {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  overflow: hidden;
  text-align: center;
}

/* container do slideshow */
.slideshow {
  position: absolute;
  inset: 0;
  z-index: 0;
}

/* cada slide */
.slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.8s ease-in-out;
}

/* slide ativo visível */
.slide.active {
  opacity: 1;
}

/* overlay escurecida por cima das imagens */
#home .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

/* conteúdo central */
#home .content {
  position: relative;
  z-index: 2;
  width: 100vw;
  /* padding: 0 20px; */
}

#home .content img {
  width: 100%;
  background-size: cover;
  /* opacity: 0; */
}

#home h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  line-height: 1.3;
  animation: fadeInUp 1.2s ease forwards;
}

p {
  text-align: justify;
  word-spacing: -1px;
  letter-spacing: 0px;
}

#home p {
  /* font-size: 1.2rem; */
  margin-bottom: 30px;
  animation: fadeInUp 1.5s ease forwards;
}

#home .cta-button {
  display: inline-block;
  background: var(--azul-principal);
  color: #fff;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s;
  animation: fadeInUp 1.8s ease forwards;
}

#home .cta-button:hover {
  background: var(--laranja-secundario);
}

/* animação texto subindo */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.titulo-personalizado {
  color: var(--azul-principal);
}

.titulo-card-especialidade {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
}

.sobre-katrini {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 40px 69px 0px 186px;
  gap: 30px;
}

.bold {
  font-weight: 500;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px 24px;
  z-index: 9999; /* sempre acima do carousel */
  display: flex;
  align-items: center;
  background: transparent; /* leve transparência opcional */
  backdrop-filter: blur(6px); /* deixa mais moderno */
  justify-content: center;
  align-items: center;
  align-content: center;
}

.navbar img {
  display: block;
}

.mw-contato {
  height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-content: center;
  align-items: flex-start;
}
