﻿* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", Arial, sans-serif;
}

body {
  background-color: #ffffff;
  color: #222222;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;
}

img {
  display: block;
  max-width: 100%;
}

header {
  position: relative;
  min-height: 100px;
  padding: 10px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
  background-color: #ffffff;
}

header > *,
.contato-intro > *,
.cards-contato > *,
.localizacao > *,
.footer-grid > * {
  min-width: 0;
}

.logo {
  width: 100px;
  height: auto;
}

nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.div-son {
  display: flex;
  justify-content: center;
  gap: 40px;
  list-style: none;
}

.div-son a {
  color: #666666;
  font-weight: 500;
  transition: color 0.2s ease;
}

.div-son a:hover,
.div-son .a-ativo {
  color: #1abc9c;
}

.button-header,
.button-hero,
.contato-card a,
.localizacao-texto a {
  border: 0;
  border-radius: 5px;
  background-color: #25d366;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
  max-width: 100%;
  text-align: center;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.button-header {
  background-color: #1abc9c;
}

.button-header {
  padding: 10px 20px;
  white-space: nowrap;
  font-weight: 400;
}

.button-header:hover,
.button-hero:hover,
.contato-card a:hover,
.localizacao-texto a:hover {
  background-color: #0a8a70;
  transform: translateY(-1px);
}

.a-button {
  color: #ffffff;
}

.hero-contato {
  position: relative;
  min-height: 360px;
  padding: 72px 4vw;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #e4f3ef;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: 0 4vw;
  text-align: center;
  color: #000000;
}

.hero-content h1 {
  margin-bottom: 18px;
  font-size: clamp(2.05rem, 8vw, 4.6rem);
  font-weight: 500;
}

.hero-content p {
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.7;
  color: #555555;
}

.button-hero,
.contato-card a,
.localizacao-texto a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
}

.button-hero {
  margin-top: 34px;
}

.contato-intro {
  width: min(1180px, 92vw);
  margin: 70px auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: 48px;
  align-items: center;
}

.contato-intro span,
.section-heading span {
  color: #0a8a70;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
}

.contato-intro h2 {
  margin-top: 10px;
  max-width: 680px;
  color: #000000;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
}

.contato-intro p {
  margin-top: 22px;
  max-width: 660px;
  color: #555555;
  font-size: 1.05rem;
  line-height: 1.8;
}

.contato-card {
  padding: 32px;
  border: 1px solid #dceeea;
  border-radius: 8px;
  background-color: #f6fbfa;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
}

.contato-card h3 {
  color: #000000;
  font-size: 1.35rem;
  font-weight: 800;
}

.contato-card a {
  margin-top: 26px;
  gap: 8px;
}

.contact-icon {
  display: inline-block;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.contact-icon[src$="whatsapp-black.svg"] {
  transform: scale(1.12);
}

.contact-icon[src$="1384031.png"] {
  transform: scale(0.7875);
}

.canais {
  padding: 70px 4vw;
  background-color: #f6fbfa;
}

.section-heading {
  width: min(1180px, 92vw);
  margin: 0 auto 34px;
}

.section-heading h2 {
  margin-top: 8px;
  color: #000000;
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  font-weight: 800;
}

.cards-contato {
  width: min(1180px, 92vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.cards-contato article {
  min-height: 200px;
  padding: 26px;
  border: 1px solid #dceeea;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
}

.cards-contato h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000000;
  font-size: 1.08rem;
  font-weight: 700;
}

.cards-contato p {
  margin-top: 14px;
  color: #666666;
  font-size: 0.96rem;
  line-height: 1.7;
}

.cards-contato strong {
  display: block;
  margin-top: 18px;
  color: #0a8a70;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.localizacao {
  padding: 54px 4vw;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 42vw);
  gap: 40px;
  align-items: center;
  background-color: #1abc9c;
}

.localizacao-texto {
  width: min(700px, 92vw);
  margin-left: auto;
  padding: 28px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.localizacao-texto h2 {
  color: #000000;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
}

.localizacao-texto h3 {
  margin-top: 24px;
  color: #000000;
  font-size: 1.1rem;
  font-weight: 800;
}

.localizacao-texto p {
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.72);
  line-height: 1.75;
}

.localizacao-texto a {
  margin-top: 24px;
}

.maps-iframe {
  width: 100%;
  height: 360px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

iframe {
  max-width: 100%;
}


.card-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.card-link:hover h3,
.card-link:hover {
  color: #0a8a70;
}
footer {
  padding: 58px 4vw 20px;
  background-color: #ffffff;
  color: #000000;
}

footer > h2,
.footer-grid,
.p-low {
  width: min(1180px, 92vw);
  margin-left: auto;
  margin-right: auto;
}

footer > h2 {
  font-size: 1.6rem;
  font-weight: 800;
}

.footer-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: 1fr 1.35fr 1fr;
  gap: 34px;
}

.footer-grid h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  font-size: 1rem;
  font-weight: 700;
}

.footer-grid a,
.footer-grid p {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 10px;
  color: #555555;
  line-height: 1.55;
}

.footer-grid a:hover {
  color: #1abc9c;
}
.footer-icon {
  display: inline-block;
  flex: 0 0 20px;
  width: 20px;
  min-width: 20px;
  height: 20px;
  color: #111111;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.footer-icon-img {
  display: block;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  object-fit: contain;
}

.footer-icon-img[src$="whatsapp-black.svg"] {
  transform: scale(1.12);
}

.footer-icon-img[src$="1384031.png"] {
  transform: scale(0.825);
}

.footer-icon-img[src$="17736.png"] {
  transform: scale(0.85);
}

.footer-clock {
  position: relative;
  flex-basis: 14.74px;
  width: 14.74px;
  min-width: 14.74px;
  height: 14.74px;
  margin-top: 2px;
  align-self: flex-start;
  border: 1.21px solid #111111;
  border-radius: 50%;
}

.footer-grid h3 .footer-icon-img,
.footer-grid h3 .footer-clock {
  margin-top: 0;
}

.footer-clock::before,
.footer-clock::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 50%;
  width: 1.1px;
  background-color: #111111;
  border-radius: 2px;
  transform-origin: bottom center;
}

.footer-clock::before {
  height: 4.4px;
  transform: translateX(-50%);
}

.footer-clock::after {
  height: 3.685px;
  transform: translateX(-50%) rotate(90deg);
}

.footer-grid a,
.footer-grid p {
  padding-left: 0;
}

.p-low {
  margin-top: 46px;
  color: #666666;
  text-align: center;
  font-size: 0.92rem;
}

@media screen and (max-width: 900px) {
  header {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 20px;
    padding: 12px 20px 18px;
  }

  .logo {
    width: 85px;
  }

  nav {
    position: static;
    transform: none;
    flex-basis: 100%;
    order: 2;
  }

  .div-son {
    flex-wrap: wrap;
    gap: 14px 22px;
  }

  .button-header {
    order: 3;
  }

  .button-hero,
  .contato-card a,
  .localizacao-texto a {
    width: min(100%, 280px);
  }

  .hero-contato {
  position: relative;
  min-height: 320px;
  padding: 72px 4vw;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #e4f3ef;
}

  .contato-intro,
  .localizacao,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .contato-intro {
    margin: 54px auto;
  }

  .cards-contato {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .localizacao-texto {
    margin: 0 auto;
  }

  .maps-iframe {
    width: min(100%, 720px);
    margin: 0 auto;
  }
}

@media screen and (max-width: 600px) {
  header {
    padding: 10px 14px 18px;
  }

  .logo {
    width: 76px;
  }

  .div-son {
    gap: 12px 16px;
  }

  .div-son a {
    font-size: 0.95rem;
  }

  .button-header {
    max-width: 92vw;
    padding: 10px 14px;
    font-size: 0.9rem;
  }

  .hero-contato {
  position: relative;
  min-height: 280px;
  padding: 72px 4vw;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #e4f3ef;
}

  .contato-intro {
    gap: 28px;
  }

  .contato-card {
    padding: 24px;
  }

  .canais {
    padding: 52px 0;
  }

  .cards-contato {
    grid-template-columns: 1fr;
  }

  .cards-contato article {
    min-height: auto;
    padding: 22px;
  }

  .localizacao {
    padding: 42px 4vw;
  }

  .maps-iframe {
    height: 280px;
  }

  .footer-grid a {
    overflow-wrap: anywhere;
  }
}

@media screen and (max-width: 380px) {
  .div-son {
    gap: 10px 12px;
  }

  .div-son a {
    font-size: 0.88rem;
  }
}
