/* ===================================
   CLÍNICA ESTÉTICA PÓS-PARTO
   Arquivo CSS Principal
   =================================== */

/* --- VARIÁVEIS DE CORES --- */
:root {
    --rosa-principal: #d44c9a;
    --rosa-detalhes: #9c2c74;
    --branco: #fff;
    --cinza-claro: #f8f9fa;
    --cinza-medio: #6c757d;
    --preto: #000;
	--vinho: #f6eaf2;
}

/* --- RESET E CONFIGURAÇÕES GERAIS --- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    color: var(--cinza-medio);
    background-color: var(--branco);
    line-height: 1.8;
    overflow-x: hidden;
}

/* --- TIPOGRAFIA --- */
h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--rosa-detalhes);
    margin-bottom: 1.5rem;
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2.5rem;
}

h3 {
    font-size: 2rem;
}

p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

a {
    text-decoration: none;
    color: var(--rosa-principal);
    transition: all 0.3s ease;
}

a:hover {
    color: var(--rosa-detalhes);
}

dl, ol, ul {
margin-top: 0;
margin-bottom: 1rem;
text-align: left;
}

.letra-rosa{
    color: var(--rosa-detalhes) !important;
}

.justify {
    text-align:justify !important;
}


/* --- NAVBAR: Design Responsivo com Alinhamento e Expansão Correta --- */
.navbar {
    background-color: var(--branco);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 1rem 0.5rem;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;  /* Mantém itens na mesma linha */
}

.navbar-brand {
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--rosa-detalhes) !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 1rem;
}

.navbar-brand i {
    font-size: 1.5rem;
    margin-right: 0.5rem;
}

.navbar-toggler {
    border: none;
    padding: 0.5rem;
    order: 1;  /* Garante que fique ao lado da logo */
}

.navbar-collapse {
    background: var(--branco);  /* Fundo branco para o menu */
    padding: 1rem;
    width: 100%;  /* Garante que ocupe a tela inteira em mobile */
}

.navbar-nav .nav-link {
    color: var(--cinza-medio) !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
    margin: 0 0.5rem;
    transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--rosa-principal) !important;
}

/* RESPONSIVO: Ajustes para Mobile (sm-: <768px) */
@media (max-width: 767.98px) {
    .navbar {
        padding: 0.5rem;
    }
    
    .navbar-brand {
        font-size: 1.2rem;
    }
    
    .navbar-brand i {
        font-size: 1.2rem;
    }
    
    .navbar-collapse {
        position: absolute;  /* Garante que abra abaixo */
        top: 100%;  /* Posiciona logo abaixo da navbar */
        left: 0;
        width: 100%;
        z-index: 1000;  /* Para sobrepor outros elementos */
    }
    
    .navbar-nav {
        flex-direction: column;  /* Empilha itens do menu */
    }
    
    .navbar-nav .nav-link {
        padding: 0.5rem 1rem;
    }
}

/* Ajuste específico para telas muito pequenas (ex.: iPhone 6/7/8, <375px) */
@media (max-width: 375px) {
    .navbar {
        padding: 0.25rem;
    }
    
    .navbar-brand {
        font-size: 1rem;
    }
    
    .navbar-brand i {
        font-size: 1rem;
    }
    
    .navbar-nav .nav-link {
        font-size: 0.8rem;
        margin: 0;
        padding: 0.5rem;
    }
}

/* --- BOTÕES --- */
.btn-primary {
    background-color: var(--rosa-principal);
    border: none;
    border-radius: 50px;
    padding: 0.8rem 2rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: var(--rosa-detalhes);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(212, 76, 154, 0.3);
}

.btn-outline-primary {
    border: 2px solid var(--rosa-principal);
    color: var(--rosa-principal);
    border-radius: 50px;
    padding: 0.8rem 2rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.btn-outline-primary:hover {
    background-color: var(--rosa-principal);
    color: var(--branco);
    transform: translateY(-2px);
}

/* --- SEÇÕES --- */
.section {
    padding: 5rem 0;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
}

.section-bg {
    background-color: var(--cinza-claro);
}


/* --- HERO / BANNER PRINCIPAL --- */
.hero-section {
    position: relative; /* ESSENCIAL: Torna a seção a referência para a imagem */
    overflow: hidden;
    display: flex;
    align-items: center;
    background-image: url('../img/consultorio.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 70px;
}

.hero-section::before {
    content: '';  /* Overlay para transparência */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);  /* Transparência (branco com 50% opacidade) */
    z-index: 1;  /* Atrás do conteúdo */
}

.hero-section .container {
    position: relative;
    z-index: 2;  /* Conteúdo por cima do overlay */
}

/* ========================================
   AJUSTE PARA ANCORAR IMAGEM (VERSÃO CORRIGIDA)
   ======================================== */

.hero-section .row {
    align-items: center;
    
    /* 
       A SOLUÇÃO: Forçamos a linha (row) a ter 100% da altura
       da sua seção-pai (.hero-section).
    */
    height: 100%;

    /* A altura mínima pode ser removida se a seção principal já tiver uma.
       Mas vamos mantê-la por segurança. */
    min-height: 50vh;
}

.hero-content h1 {
    font-size: 4rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #d251a3;  /* Cor escura para contraste */
}

.hero-content p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: var(--cinza-medio);
}

.hero-section .btn-primary {
    background: linear-gradient(135deg, var(--rosa-principal), #c084fc);
    border: none;
    transition: all 0.3s ease;
}

.hero-section .btn-primary:hover {
    opacity: 0.9;
    transform: scale(1.05);
}

/* Imagem da Profissional: Destaque e Responsiva */
.hero-section .img-fluid.rounded.shadow-lg.profissional-image {
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 3;  /* Maior que o overlay, fica em destaque */
}

.text-highlight {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(248, 180, 217, 0.2));  /* Fundo levemente rosa com transparência */
    padding: 2rem;
    border-radius: 15px;  /* Bordas arredondadas para modernidade */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);  /* Sombra para destaque */
    z-index: 3;  /* Por cima do overlay do fundo */
}

/* RESPONSIVO: Ajustes para Mobile (sm-: <768px) */
@media (max-width: 767.98px) {
    .hero-section {
        padding: 100px 0 0 0;
        text-align: center;
        min-height: auto;
		margin-top: -30px;
    }
    
    .hero-section .row {
        align-items: stretch;
        min-height: auto;
    }
    
    .hero-section h1 {
        font-size: 2.2rem;
        line-height: 1.3;
        margin-bottom: 1rem;
    }
    
    .hero-section .lead {
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 1.5rem;
    }
    
    .hero-section .d-flex {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    
    .hero-section .btn-lg {
        width: 100%;
        max-width: 280px;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .hero-section .hero-image img {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        display: block;
    }
}

/* RESPONSIVO: Tablet (md: 768px - 991px) */
@media (max-width: 991.98px) and (min-width: 768px) {
    .hero-section {
        /*
           A SOLUÇÃO: Aumentamos drasticamente o padding vertical.
           Isso cria mais espaço interno na seção, empurrando o conteúdo
           para uma posição mais central e agradável.
           Experimente valores entre 120px e 180px.
        */
        padding: 150px 0 0 0; 
        
        /* Podemos até remover a min-height se o padding já der a altura desejada */
        min-height: auto; 
        
        margin-top: -30px; /* Mantido seu ajuste */
    }
    
    .hero-section h1 {
        font-size: 3rem;
    }
    
    .hero-section .lead {
        font-size: 1.15rem;
    }
}


/* Hero Section Interna com Imagem de Fundo Responsiva */
.hero-section-internal {
    position: relative;
    overflow: hidden;
    min-height: 50vh;
    display: flex;
    align-items: center;
    background-image: url('../img/internal.png');  /* Fundo com imagem para desktop */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0;
}

.hero-section-internal .lead {
    font-weight:600;
	font-size: 1.15rem;
}

/* RESPONSIVO: Ajustes para Mobile (sm-: <768px) - Usa background-color */
@media (max-width: 767.98px) {
    .hero-section-internal {
        background-image: none;  /* Remove a imagem */
        background-color: #fcf1f4 !important;  /* Fundo rosa para mobile */
        background-size: auto;  /* Não aplicável, mas para segurança */
        min-height: 40vh;
		padding: 90px 0 0 0;
    }
    
    /* Overlay ou ajustes adicionais se necessário */
    .hero-section-internal::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: none;  /* Remove overlay se estava presente */
        z-index: 1;
    }
    
    .hero-section-internal .container {
        position: relative;
        z-index: 2;
    }
}

/* ========================================
   AJUSTE PARA ANCORAR IMAGEM DA HERO
   ======================================== */

/* Adicione este código ao seu arquivo style.css */

.hero-image-col {
  display: flex;
  align-items: flex-end;
  height: 100%;
}


/* 
   Garante que a imagem não tenha margens inferiores indesejadas que possam
   criar um espaço em branco.
*/
.hero-image-col .img-fluid {
    margin-bottom: 0;
}



/* --- ESTATÍSTICAS --- */
.stats-section {
    background: linear-gradient(135deg, var(--rosa-detalhes) 0%, var(--rosa-principal) 100%);
    color: var(--branco);
    padding: 3rem 0;
}

.stat-item {
    text-align: center;
    padding: 1rem;
}

.stat-item h3 {
    font-size: 4rem;
    font-weight: 400;
    color: var(--branco);
    margin-bottom: 0.5rem;
}

.stat-item p {
    font-size: 1.5rem;
    color: var(--branco);
    margin-bottom: 0;
}

/* --- CARDS --- */
.card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(212, 76, 154, 0.2);
}

.card-img-top {
    height: 250px;
    object-fit: cover;
}

.card-body {
    padding: 2rem;
}

.card-title {
    font-size: 1.3rem;
    color: var(--rosa-detalhes);
    margin-bottom: 1rem;
}

.card-text {
    color: var(--cinza-medio);
    font-size: 0.95rem;
}

/* --- SEÇÃO DE BENEFÍCIOS: Design Moderno com Fundo --- */
.section.bg-section {
    position: relative;
    overflow: hidden;
    padding: 4rem 0;  /* Padding base para espaçamento */
    background-image: url('../img/mesa.png');  /* Fundo com imagem do consultório */
    background-size: cover;  /* Cobre a área sem distorção */
    background-position: center;  /* Centraliza */
    background-repeat: no-repeat;
}

.section.bg-section::before {
    content: '';  /* Overlay para transparência e legibilidade */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);  /* Branco com 60% opacidade - ajuste para 0.4-0.7 */
    z-index: 1;  /* Atrás do conteúdo */
}

.section .container {
    position: relative;
    z-index: 2;  /* Conteúdo por cima do overlay */
}

.section-title {
    text-align: center;
    margin-bottom: 2.5rem;
}

.section-title h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;  /* Cor escura para contraste */
}

.section-title p {
    font-size: 1.1rem;
    color: #666;
}

/* --- ÍCONES BOXES: Design Moderno e Responsivo --- */
/* SUBSTITUA a regra .icon-box original por esta */
.icon-box {
    text-align: center;
    padding: 2.5rem 1.5rem;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    /* margin-bottom: 1.5rem; */ /* REMOVIDO: A margem agora fica na coluna */
    height: 100%; /* ADICIONADO: Garante que o card ocupe toda a altura */
	width: 100%; /* Garante que o card ocupe toda a largura da coluna */
}

.icon-box i {
    font-size: 3.5rem;
    color: var(--rosa-principal);
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
}

.icon-box h4 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
    color: #333;
}

.icon-box p {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
}

.icon-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    /*background: linear-gradient(135deg, rgba(248, 180, 217, 0.15), rgba(192, 132, 252, 0.15));*/
}

.icon-box:hover i {
    transform: scale(1.1);
}

/* RESPONSIVO: Ajustes para Mobile (sm-: <768px) */
@media (max-width: 767.98px) {
    .section {
        padding: 2rem 0;  /* Padding menor */
    }
    
    .section-title h2 {
        font-size: 2rem;
    }
    
    .section-title p {
        font-size: 1rem;
    }
    
    .icon-box {
        padding: 2rem 1rem;
        margin-bottom: 2rem;
        font-size: 0.95rem;
    }
    
    .icon-box h4 {
        font-size: 1.2rem;
    }
    
    .icon-box i {
        font-size: 3rem;
    }
    
    .section .row {
        text-align: center;
    }
}

/* RESPONSIVO: Tablet (md: 768px - 991px) */
@media (max-width: 991.98px) and (min-width: 768px) {
    .section {
        padding: 3rem 0;
    }
    
    .section-title h2 {
        font-size: 2.2rem;
    }
    
    .icon-box {
        padding: 2rem 1.5rem;
        margin-bottom: 1rem;
    }
    
    .icon-box h4 {
        font-size: 1.3rem;
    }
    
    .icon-box i {
        font-size: 3.2rem;
    }
}



/* --- DEPOIMENTOS --- */
.section.testimonial-bg {
    position: relative;
    overflow: hidden;
    padding: 4rem 0;  /* Mantido como base */
    background-image: url('../img/depoimento.png');  /* Adicionado: Fundo com imagem */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section.testimonial-bg::before {
    content: '';  /* Overlay para transparência */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(253, 239, 247, 0.6);  /* Transparência suave */
    z-index: 1;  /* Atrás do conteúdo */
}

.section .container {
    position: relative;
    z-index: 2;  /* Conteúdo por cima do overlay */
}

.testimonial-item {
    background-color: var(--branco);
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 2rem;
    border-left: 4px solid var(--rosa-principal);  /* Mantido */
}

.testimonial-item p {
    font-style: italic;
    color: var(--cinza-medio);
    margin-bottom: 1rem;
}

.testimonial-author {
    font-weight: 400;
    color: var(--rosa-detalhes);
    text-align: right;
}

/* RESPONSIVO: Ajustes para Mobile (sm-: <768px) */
@media (max-width: 767.98px) {
    .section.testimonial-bg {
        padding: 2rem 0;  /* Padding menor */
    }
    
    .section-title h2 {
        font-size: 2rem;
    }
    
    .section-title p {
        font-size: 1rem;
    }
    
    .testimonial-item {
        padding: 1.5rem;
        margin-bottom: 1.5rem;
    }
}

/* RESPONSIVO: Tablet (md: 768px - 991px) */
@media (max-width: 991.98px) and (min-width: 768px) {
    .section.testimonial-bg {
        padding: 3rem 0;
    }
    
    .section-title h2 {
        font-size: 2.2rem;
    }
}


/* --- CARROSSEL --- */
.carousel-item img {
    height: 500px;
    object-fit: cover;
    border-radius: 15px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: var(--rosa-principal);
    border-radius: 50%;
    padding: 1.5rem;
}

/* --- GALERIA DE IMAGENS --- */
.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 2rem;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: all 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(212, 76, 154, 0.8) 0%, rgba(156, 44, 116, 0.8) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay h4 {
    color: var(--branco);
    font-size: 1.5rem;
}

/* --- SEÇÃO DE HORÁRIO DE FUNCIONAMENTO: Design Moderno com Fundo Rosa --- */
.section-horario {
    position: relative !important;
    overflow: hidden !important;
    padding: 4rem 0 !important;
    background: linear-gradient(135deg, var(--rosa-principal) 0%, rgba(248, 180, 217, 0.2) 100%) !important;
    color: #333 !important;
}

.section-horario .container {
    max-width: 800px !important;
    background: rgba(255, 255, 255, 0.8) !important;
    padding: 2rem !important;
    border-radius: 15px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
}

.section-horario .section-title {
    text-align: center !important;
    margin-bottom: 2rem !important;
}

.section-horario .section-title h2 {
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    color: var(--rosa-principal) !important;
}

.section-horario .section-title h2.letra-rosa {
    color: var(--rosa-principal) !important;
}

.section-horario table.table {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 10px !important;
}

.section-horario table.table td {
    background: rgba(255, 255, 255, 0.9) !important;
    padding: 1rem !important;
    border-radius: 8px !important;
    font-size: 1.1rem !important;
    transition: background 0.3s ease !important;
}

.section-horario table.table td:first-child {
    font-weight: 600 !important;
    color: #444 !important;
}

.section-horario table.table td:last-child {
    color: var(--rosa-detalhes) !important;
}

/* RESPONSIVO: Ajustes para Mobile (sm-: <768px) */
@media (max-width: 767.98px) {
    .section-horario {
        padding: 2rem 0 !important;
    }
    
    .section-horario .section-title h2 {
        font-size: 2rem !important;
    }
    
    .section-horario table.table td {
        font-size: 1rem !important;
        padding: 0.8rem !important;
    }
    
    .section-horario table.table {
        border-spacing: 0 8px !important;
    }
}

/* RESPONSIVO: Tablet (md: 768px - 991px) */
@media (max-width: 991.98px) and (min-width: 768px) {
    .section-horario {
        padding: 3rem 0 !important;
    }
    
    .section-horario .section-title h2 {
        font-size: 2.2rem !important;
    }
    
    .section-horario table.table td {
        font-size: 1.05rem !important;
        padding: 1rem !important;
    }
}


/* --- SEÇÃO DE INFORMAÇÕES DE CONTATO: Design Moderno e Responsivo --- */
.section-contato {
    position: relative;
    overflow: hidden;
    padding: 4rem 0;  /* Padding base para espaçamento */
    background: linear-gradient(135deg, rgba(248, 180, 217, 0.1), rgba(192, 132, 252, 0.1));  /* Fundo suave e temático */
    color: #333;
}

.section-contato .container {
    /* max-width: 900px;*/  /* Limita a largura para harmonia */
}

.section-contato .row {
    justify-content: center;
}

.section-contato .icon-box {
    text-align: center;
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.9);  /* Fundo claro para legibilidade */
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);  /* Sombra leve */
    transition: all 0.3s ease;
    margin-bottom: 1.5rem;
	min-height: 350px !important;
}

.section-contato .icon-box i {
    font-size: 3rem;
    color: var(--rosa-principal);  /* Cor do tema */
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
}

.section-contato .icon-box h4 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
    color: #444;
}

.section-contato .icon-box p {
    font-size: 1.2rem;
    color: #666;
    line-height: 1.6;
}

.section-contato .icon-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.section-contato .icon-box a {
    color: var(--rosa-detalhes);
    text-decoration: none;
}

.section-contato .icon-box a:hover {
    text-decoration: underline;
}

/* RESPONSIVO: Ajustes para Mobile (sm-: <768px) */
@media (max-width: 767.98px) {
    .section-contato {
        padding: 2rem 0;
    }
    
    .section-contato .icon-box {
        padding: 2rem 1rem;
        margin-bottom: 2rem;
    }
    
    .section-contato .icon-box h4 {
        font-size: 1.2rem;
    }
    
    .section-contato .icon-box i {
        font-size: 2.8rem;
    }
    
    .section-contato .row {
        text-align: center;
    }
}

/* RESPONSIVO: Tablet (md: 768px - 991px) */
@media (max-width: 991.98px) and (min-width: 768px) {
    .section-contato {
        padding: 3rem 0;
    }
    
    .section-contato .icon-box {
        padding: 2rem 1.5rem;
    }
    
    .section-contato .icon-box h4 {
        font-size: 1.3rem;
    }
    
    .section-contato .icon-box i {
        font-size: 3.2rem;
    }
}


/* --- BOTÃO WHATSAPP FIXO --- */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(37, 211, 102, 0.4);
    z-index: 1000;
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 30px rgba(37, 211, 102, 0.6);
}

.whatsapp-float i {
    font-size: 2rem;
    color: var(--branco);
}

/* --- MAPA --- */
.map-container {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.map-container iframe {
    width: 100%;
    height: 400px;
    border: none;
}

/* --- REDES SOCIAIS --- */
.social-icons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin: 2rem 0;
}

.social-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--rosa-principal);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background-color: var(--rosa-detalhes);
    transform: translateY(-3px);
}

.social-icon i {
    font-size: 1.5rem;
    color: var(--branco);
}

/* --- RODAPÉ --- */
.footer {
    background-color: var(--rosa-detalhes);
    color: var(--branco);
    padding: 3rem 0 1rem;
}

.footer h5 {
    color: var(--branco);
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}

.footer p,
.footer a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
}

.footer a:hover {
    color: var(--branco);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1.5rem;
    margin-top: 2rem;
    text-align: center;
    font-size: 0.85rem;
}

/* --- RESPONSIVIDADE --- */
@media (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.8rem;
    }

    .hero-content h1 {
        font-size: 2.5rem;
    }

    .navbar-nav .nav-link {
        margin: 0.5rem 0;
    }

    .section {
        padding: 3rem 0;
    }

    .stat-item h3 {
        font-size: 3.5rem;
    }
}

/* --- ANIMAÇÕES --- */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.8s ease-out;
}

