/* ========================================
   AJUSTES GERAIS
======================================== */

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

html,
body {
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background: #ffffff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  word-wrap: break-word;
}

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

main {
  flex: 1;
}

/* ========================================
   HEADER
======================================== */

.header {
  background: #ffffff;
  padding: 18px 0;
  border-bottom: 1px solid #eee;
  position: relative;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.logo {
  font-weight: 600;
  font-size: 20px;
  color: #d8a7a7;
  min-width: 0;
}

.menu ul {
  list-style: none;
  display: flex;
  gap: 30px;
  padding: 0;
  margin: 0;
}

.menu a {
  text-decoration: none;
  color: #4a3a32;
  font-weight: 500;
  font-size: 14px;
  transition: 0.3s;
}

.menu a:hover {
  color: #d8a7a7;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 28px;
  color: #4a3a32;
  cursor: pointer;
  padding: 0;
  line-height: 1;
}

.btn-agendar {
  display: inline-block;
  background: #d8a7a7;
  color: #fff;
  padding: 10px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
  white-space: nowrap;
}

.btn-agendar:hover {
  background: #c79090;
  transform: translateY(-2px);
}

/* ========================================
   INDEX - HERO
======================================== */

.hero {
  background: #fffeff;
  padding: 80px 20px;
}

.hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  box-sizing: border-box;
}

.hero-text {
  max-width: 520px;
}

.hero-subtitle {
  font-size: 14px;
  color: #6b5d55;
  line-height: 1.6;
}

.hero h1 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  color: #4a3b33;
  line-height: 1.2;
  margin: 20px 0 40px;
}

.hero-button {
  display: inline-block;
  background: #d8a7a7;
  color: #fff;
  padding: 16px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.hero-button:hover {
  background: #c79090;
  transform: translateY(-2px);
}

.hero-image img {
  width: 520px;
  max-width: 100%;
  border-radius: 6px;
  display: block;
}

/* ========================================
   INDEX - TRATAMENTOS
======================================== */

.tratamentos-home {
  padding: 90px 20px;
  background: #faf7f7;
}

.container-tratamentos {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  box-sizing: border-box;
}

.section-tag {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #c79a9a;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
}

.tratamentos-home h2 {
  margin: 0 0 16px;
  font-family: "Playfair Display", serif;
  font-size: 38px;
  color: #4a3a32;
}

.section-description {
  max-width: 680px;
  margin: 0 auto 45px;
  font-size: 16px;
  line-height: 1.7;
  color: #6b5d55;
}

.tratamentos-grid {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}

.tratamento-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 30px 24px;
  width: 320px;
  max-width: 100%;
  box-shadow: 0 8px 24px rgba(74, 58, 50, 0.06);
  text-align: left;
}

.tratamento-card h3 {
  margin: 0 0 14px;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  color: #4a3a32;
}

.tratamento-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #6b5d55;
}

.tratamentos-cta {
  margin-top: 40px;
}

.btn-tratamentos {
  display: inline-block;
  background: #d8a7a7;
  color: #ffffff;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 14px;
  transition: 0.3s;
}

.btn-tratamentos:hover {
  background: #c79090;
  transform: translateY(-2px);
}

/* ========================================
   PÁGINAS INTERNAS - HERO
======================================== */

.hero-pagina {
  padding: 80px 20px;
  background: #ffffff;
}

.hero-pagina .container {
  justify-content: center;
}

.hero-pagina h1 {
  font-family: "Playfair Display", serif;
  font-size: 38px;
  color: #4a3a32;
  margin: 0;
  text-align: center;
}

/* ========================================
   PÁGINA SERVIÇOS
======================================== */

.page-hero {
  padding: 100px 20px 55px;
  background: linear-gradient(180deg, #f7eeee 0%, #fffaf9 100%);
  text-align: center;
}

.page-hero .container {
  max-width: 900px;
  margin: 0 auto;
  display: block;
}

.page-hero .section-tag {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 16px;
  border-radius: 999px;
  background-color: #f1dede;
  color: #7b5f5f;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-hero h1 {
  max-width: 760px;
  margin: 0 auto 18px;
  font-family: "Playfair Display", serif;
  font-size: 3rem;
  line-height: 1.1;
  color: #3f2d2d;
}

.page-hero p {
  max-width: 720px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.8;
  color: #6c5c5c;
}

.servicos-section {
  padding: 60px 20px 80px;
  background-color: #fffdfc;
}

.servicos-section .container {
  display: block;
}

.servicos-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: stretch;
}

.servico-card {
  background: #ffffff;
  border: 1px solid #eadede;
  border-radius: 24px;
  padding: 28px 24px;
  box-shadow: 0 10px 28px rgba(74, 58, 50, 0.07);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.servico-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(74, 58, 50, 0.12);
}

.servico-card:hover .servico-icon {
  transform: scale(1.1);
}

.destaque-card {
  background: linear-gradient(180deg, #fffefe 0%, #fcf5f4 100%);
}

.servico-card-topo {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.servico-icon {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f6e8e8;
  font-size: 1.45rem;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.servico-card h2 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: 1.9rem;
  color: #3f2d2d;
  position: relative;
  padding-bottom: 10px;
}

.servico-card h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: #d8a7a7;
  border-radius: 2px;
  transition: width 0.3s ease;
}

.servico-card:hover h2::after {
  width: 70px;
}

.servico-intro {
  margin: 0 0 18px;
  font-size: 0.96rem;
  line-height: 1.7;
  color: #6e5f5f;
}

.servico-lista {
  list-style: none;
  margin: 0;
  padding: 0;
}

.servico-lista li {
  padding: 14px 0;
  border-top: 1px solid #eee2e2;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.servico-lista li:first-child {
  border-top: 1px solid #efe3e3;
}

.servico-lista strong {
  font-size: 0.98rem;
  line-height: 1.45;
  color: #4b3939;
  font-weight: 600;
}

.servico-lista span {
  font-size: 0.92rem;
  line-height: 1.6;
  color: #7a6d6d;
}

.servicos-cta {
  padding: 0 20px 90px;
  background-color: #fffdfc;
}

.servicos-cta .container {
  display: block;
}

.servicos-cta-box {
  text-align: center;
  padding: 48px 28px;
  border-radius: 28px;
  background: linear-gradient(180deg, #f8eeee 0%, #fcf7f7 100%);
  border: 1px solid #ecdcdc;
  box-shadow: 0 10px 26px rgba(74, 58, 50, 0.05);
}

.servicos-cta-box h2 {
  margin: 0 0 14px;
  font-family: "Playfair Display", serif;
  font-size: 2.2rem;
  color: #3f2d2d;
}

.servicos-cta-box p {
  max-width: 620px;
  margin: 0 auto 26px;
  font-size: 1rem;
  line-height: 1.8;
  color: #6d5d5d;
}

/* ========================================
   PÁGINA SOBRE
======================================== */

.sobre {
  padding: 80px 20px;
  background: #ffffff;
}

.container-sobre {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 60px;
  box-sizing: border-box;
}

.sobre-imagem img {
  width: 420px;
  max-width: 100%;
  border-radius: 10px;
  display: block;
}

.sobre-texto h2 {
  font-family: "Playfair Display", serif;
  font-size: 34px;
  color: #4a3a32;
  margin-bottom: 10px;
}

.coren {
  display: block;
  font-size: 14px;
  color: #a88a7f;
  margin-bottom: 25px;
  font-weight: 500;
}

.sobre-texto p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 18px;
}

/* ========================================
   PÁGINA CONTATO
======================================== */

.contato-page {
  padding: 90px 20px;
  background: #fffdfd;
}

.container-contato {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: start;
  box-sizing: border-box;
}

.contato-info h2 {
  margin: 0 0 18px;
  font-family: "Playfair Display", serif;
  font-size: 38px;
  color: #4a3a32;
  line-height: 1.2;
}

.contato-texto {
  font-size: 16px;
  line-height: 1.8;
  color: #6b5d55;
  margin-bottom: 34px;
  max-width: 620px;
}

.contato-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.contato-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px 20px;
  box-shadow: 0 8px 24px rgba(74, 58, 50, 0.06);
  border: 1px solid #f1e6e6;
}

.contato-card h3 {
  margin: 0 0 12px;
  font-family: "Playfair Display", serif;
  font-size: 22px;
  color: #4a3a32;
}

.contato-card p {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.7;
  color: #6b5d55;
}

.contato-card a {
  display: inline-block;
  text-decoration: none;
  color: #c79090;
  font-weight: 600;
  font-size: 14px;
  transition: 0.3s;
}

.contato-card a:hover {
  color: #a97777;
}

/* Formulário */

.contato-form-area {
  background: #faf7f7;
  border-radius: 18px;
  padding: 32px 28px;
  box-shadow: 0 8px 24px rgba(74, 58, 50, 0.05);
  border: 1px solid #f0e7e7;
}

.contato-form h3 {
  margin: 0 0 24px;
  font-family: "Playfair Display", serif;
  font-size: 28px;
  color: #4a3a32;
}

.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 18px;
}

.form-group label {
  font-size: 14px;
  font-weight: 600;
  color: #4a3a32;
  margin-bottom: 8px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  border: 1px solid #e8dede;
  border-radius: 10px;
  padding: 14px 15px;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: #4a3a32;
  background: #ffffff;
  outline: none;
  transition: 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #d8a7a7;
  box-shadow: 0 0 0 3px rgba(216, 167, 167, 0.12);
}

.form-group textarea {
  resize: vertical;
  min-height: 130px;
}

.btn-form {
  display: inline-block;
  width: 100%;
  background: #d8a7a7;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.btn-form:hover {
  background: #c79090;
  transform: translateY(-2px);
}

/* Mapa */

.mapa-section {
  padding: 40px 20px 90px;
  background: #fffdfd;
}

.container-mapa {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  box-sizing: border-box;
}

.container-mapa h2 {
  margin: 0 0 16px;
  font-family: "Playfair Display", serif;
  font-size: 38px;
  color: #4a3a32;
}

.mapa-texto {
  max-width: 680px;
  margin: 0 auto 36px;
  font-size: 16px;
  line-height: 1.7;
  color: #6b5d55;
}

.mapa-box {
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(74, 58, 50, 0.08);
  border: 1px solid #f0e7e7;
  background: #ffffff;
}

.mapa-box iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}

/* Redes Sociais */

.redes-sociais {
  margin-top: 36px;
}

.redes-sociais h3 {
  margin: 0 0 18px;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  color: #4a3a32;
}

.social-icons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.social-icons a {
  min-width: 92px;
  padding: 14px 12px;
  border-radius: 16px;
  background: #fffafa;
  border: 1px solid #f0e4e4;
  box-shadow: 0 6px 18px rgba(74, 58, 50, 0.04);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #4a3a32;
  font-size: 14px;
  font-weight: 500;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    color 0.3s ease;
}

.social-icons img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  margin-bottom: 8px;
}

.social-icons a:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(74, 58, 50, 0.08);
  color: #c79090;
}

/* ========================================
   FOOTER
======================================== */

.footer {
  background: #f5eded;
  padding: 30px 20px;
  margin-top: 60px;
}

.footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  display: block;
  box-sizing: border-box;
}

.footer p {
  font-size: 14px;
  color: #6b5d55;
  margin: 0;
}

/* ========================================
   BOTÃO FLUTUANTE WHATSAPP
======================================== */

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  transition: 0.3s;
  z-index: 999;
}

.whatsapp-float:hover {
  transform: translateY(-3px);
}

/* ========================================
   RESPONSIVO - TABLET E MOBILE
======================================== */

@media (max-width: 992px) {
  .container-contato {
    grid-template-columns: 1fr;
    gap: 40px;
  }

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

  .contato-info,
  .contato-form-area {
    max-width: 100%;
  }

  .mapa-box {
    max-width: 100%;
  }

  .page-hero {
    padding: 110px 20px 60px;
  }

  .page-hero h1 {
    font-size: 2.2rem;
  }

  .servicos-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .header {
    padding: 14px 0;
  }

  .container {
    padding: 0 20px;
    gap: 14px;
    position: relative;
    flex-wrap: nowrap;
  }

  .logo {
    font-size: 16px;
    line-height: 1.2;
    max-width: 120px;
  }

  .menu-toggle {
    display: block;
    order: 3;
  }

  .btn-agendar {
    padding: 10px 14px;
    font-size: 13px;
    order: 2;
  }

  .menu {
    display: none;
    position: absolute;
    top: calc(100% + 12px);
    left: 20px;
    right: 20px;
    background: #ffffff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    z-index: 998;
  }

  .menu.menu-aberto {
    display: block;
  }

  .menu ul {
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
  }

  .menu a {
    font-size: 14px;
  }

  .hero,
  .tratamentos-home,
  .sobre,
  .hero-pagina,
  .page-hero,
  .servicos-section,
  .servicos-cta,
  .contato-page,
  .mapa-section,
  .footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-container,
  .container-tratamentos,
  .container-sobre,
  .container-contato,
  .container-mapa,
  .footer .container {
    padding-left: 0;
    padding-right: 0;
  }

  .hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-container {
    flex-direction: column;
    text-align: center;
    gap: 36px;
  }

  .hero-text {
    max-width: 100%;
  }

  .hero-subtitle {
    font-size: 13px;
  }

  .hero h1 {
    font-size: 28px;
    line-height: 1.3;
    margin: 16px 0 28px;
  }

  .hero-image img {
    width: 100%;
    max-width: 320px;
  }

  .hero-pagina {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-pagina h1 {
    font-size: 30px;
  }

  .page-hero {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .page-hero h1 {
    font-size: 1.9rem;
  }

  .page-hero p {
    font-size: 0.98rem;
    line-height: 1.7;
  }

  .servicos-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .servico-card {
    padding: 24px 20px;
    border-radius: 22px;
  }

  .servico-card-topo {
    align-items: flex-start;
  }

  .servico-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    font-size: 1.2rem;
  }

  .servico-card h2 {
    font-size: 1.25rem;
  }

  .servico-lista strong {
    font-size: 0.97rem;
  }

  .servico-lista span {
    font-size: 0.9rem;
  }

  .servicos-cta {
    padding-bottom: 60px;
  }

  .servicos-cta-box {
    padding: 34px 20px;
  }

  .servicos-cta-box h2 {
    font-size: 1.6rem;
  }

  .servicos-cta-box p {
    font-size: 0.95rem;
  }

  .sobre {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-sobre {
    flex-direction: column;
    text-align: center;
    gap: 32px;
  }

  .sobre-imagem img {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }

  .sobre-texto h2 {
    font-size: 28px;
  }

  .sobre-texto p {
    font-size: 15px;
  }

  .tratamentos-home {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tratamentos-home h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  .section-description {
    font-size: 15px;
    margin-bottom: 32px;
  }

  .tratamentos-grid {
    flex-direction: column;
    align-items: center;
  }

  .tratamento-card {
    width: 100%;
    max-width: 320px;
    text-align: center;
  }

  .tratamento-card h3 {
    font-size: 22px;
  }

  .contato-page {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-contato {
    gap: 36px;
  }

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

  .contato-texto {
    margin-left: auto;
    margin-right: auto;
  }

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

  .contato-card {
    text-align: center;
  }

  .contato-info h2,
  .container-mapa h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  .contato-texto,
  .mapa-texto {
    font-size: 15px;
  }

  .contato-form-area {
    padding: 24px 20px;
  }

  .contato-form h3 {
    font-size: 24px;
  }

  .social-icons {
    justify-content: center;
    gap: 12px;
  }

  .social-icons a {
    min-width: 80px;
    padding: 12px;
  }

  .mapa-section {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .container-mapa {
    text-align: center;
  }

  .mapa-box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .mapa-box iframe {
    display: block;
    width: 100%;
    height: 340px;
    border: 0;
  }

  .footer {
    margin-top: 40px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer p {
    font-size: 13px;
    line-height: 1.5;
  }

  .whatsapp-float {
    width: 54px;
    height: 54px;
    font-size: 26px;
    right: 16px;
    bottom: 16px;
  }
}

/* ========================================
   RESPONSIVO - CELULARES PEQUENOS
======================================== */

@media (max-width: 480px) {
  .container {
    padding: 0 16px;
  }

  .logo {
    font-size: 15px;
    max-width: 100px;
  }

  .btn-agendar {
    padding: 9px 12px;
    font-size: 12px;
  }

  .menu {
    left: 16px;
    right: 16px;
  }

  .hero,
  .tratamentos-home,
  .sobre,
  .hero-pagina,
  .page-hero,
  .servicos-section,
  .servicos-cta,
  .contato-page,
  .mapa-section,
  .footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero h1 {
    font-size: 24px;
  }

  .hero-subtitle {
    font-size: 12px;
  }

  .hero-image img {
    max-width: 300px;
  }

  .hero-pagina h1 {
    font-size: 26px;
  }

  .page-hero h1 {
    font-size: 1.65rem;
  }

  .page-hero p {
    font-size: 0.94rem;
  }

  .sobre-texto h2,
  .contato-info h2,
  .container-mapa h2 {
    font-size: 24px;
  }

  .tratamentos-home h2 {
    font-size: 26px;
  }

  .contato-form h3,
  .servicos-cta-box h2 {
    font-size: 22px;
  }

  .tratamento-card {
    max-width: 100%;
  }

  .servico-card {
    padding: 22px 16px;
  }

  .servico-card-topo {
    gap: 12px;
  }

  .servico-icon {
    width: 42px;
    height: 42px;
    font-size: 1.1rem;
  }

  .servico-card h2 {
    font-size: 1.15rem;
  }

  .servico-intro {
    font-size: 0.92rem;
  }

  .servico-lista strong {
    font-size: 0.94rem;
  }

  .servico-lista span {
    font-size: 0.88rem;
  }

  .contato-form-area {
    padding: 22px 16px;
  }

  .form-group input,
  .form-group textarea {
    font-size: 14px;
  }

  .social-icons a {
    min-width: 76px;
    padding: 10px;
    font-size: 13px;
  }

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

  .mapa-box iframe {
    height: 280px;
  }

  .whatsapp-float {
    width: 50px;
    height: 50px;
    font-size: 24px;
    right: 14px;
    bottom: 14px;
  }
}
