* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

body {
    background-color: #ffd037;
    color: #333;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

/* HERO SECTION */
.hero {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('images/fundo2.webp');
    background-size: cover;
    background-position: center;
    color: rgb(255, 234, 130);
    padding: 100px 0;
    border-bottom: 6px solid #53c833;
}

.badge {
    background: #edb714;
    color: #000;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 0.9rem;
}

h1 {
    font-size: 2.6rem;
    margin: 10px 0 15px;
    font-weight: 900;
}

.hero p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: #ddd;
}

/* BOTÃO */
.btn-whatsapp {
    background-color: #3cd325;
    color: white;
    padding: 18px 30px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 50px;
    display: inline-block;
    transition: transform 0.2s;
}

.btn-whatsapp:hover {
    transform: scale(1.05);
}

/* CARDS */
.servicos {
    padding: 60px 0;
}

.cards {
    display: flex;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.card {
    background: white;
    padding: 30px;
    border-radius: 10px;
    flex: 1;
    min-width: 250px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

footer {
    padding: 40px;
    background: #222;
    color: #777;
    font-size: 0.8rem;
}
.whatsapp-fixo {
    position: fixed;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #25d366;
    color: white;
    padding: 15px 25px;
    border-radius: 40px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    z-index: 999;
}

@media (min-width: 768px) {
    .whatsapp-fixo {
        display: none;
    }
}
.prova-social {
    background: #fff;
    padding: 60px 20px;
}

.prova-social p {
    font-size: 1.1rem;
    color: #555;
    margin-top: 15px;
}
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    transition: transform 0.2s ease;
}

.whatsapp-float img {
    width: 32px;
    height: 32px;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}
.logo {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 12px;
    background: white;
    padding: 10px;
    display: block;
    margin: 0 auto 20px;
}

.horario {
    margin: 20px auto 30px;
    padding: 15px 20px;
    max-width: 420px;
    background: rgba(0, 0, 0, 0.55);
    border-radius: 10px;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #eee;
}
.print-avaliacao {
    width: 100%;
    max-width: 350px;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.print-container {
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    border-radius: 10px;
}

.print-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* AJUSTE DO CARROSSEL */
.carrossel {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 20px 10px;
    -webkit-overflow-scrolling: touch; /* Melhora o toque no celular */
}

/* Esconder barra de rolagem padrão (opcional, deixa mais limpo) */
.carrossel::-webkit-scrollbar {
    height: 8px;
}
.carrossel::-webkit-scrollbar-thumb {
    background: #edb714;
    border-radius: 10px;
}
.carrossel::-webkit-scrollbar-track {
    background: #eee;
}

/* AJUSTE DO CARD DE DEPOIMENTO */
.depoimento {
    min-width: 320px; /* Largura fixa para manter o padrão */
    max-width: 320px;
    flex: 0 0 auto;
    scroll-snap-align: center; /* Alinha o card no centro ao parar de rolar */
    background: #fdfdfd;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    text-align: center; /* Centraliza o texto e imagem */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #eee;
}

/* AJUSTE DA IMAGEM (PRINT) DENTRO DO CARD */
.print-avaliacao {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 15px;
    border: 1px solid #f0f0f0;
}

.depoimento p {
    font-style: italic;
    font-size: 1rem !important;
    line-height: 1.4;
    color: #444;
    margin: 15px 0 !important;
}

.depoimento strong {
    color: #edb714;
    font-size: 0.95rem;
    display: block;
}

/* SEÇÃO LOCALIZAÇÃO */
.localizacao {
    padding: 60px 20px;
    background-color: #fff;
    text-align: center;
}

.localizacao h2 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.mapa-container {
    max-width: 900px;
    margin: 30px auto;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    border: 5px solid #fff;
}

.endereco-info {
    margin-top: 20px;
}

.endereco-info p {
    font-size: 1.1rem;
    color: #444;
    margin-bottom: 20px;
}

/* BOTÃO DE ROTA */
.btn-rota {
    background-color: #4285F4; /* Azul do Google Maps */
    color: white;
    padding: 12px 25px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 8px;
    display: inline-block;
    transition: background 0.3s;
}

.btn-rota:hover {
    background-color: #3367d6;
}
/* Espaçamento para o título da seção */
.prova-social h2 {
    margin-top: 40px; /* Cria espaço acima do título */
    margin-bottom: 10px; /* Espaço entre o título e o texto abaixo */
}

/* Espaçamento para o bloco de estrelas e nota */
.avaliacao-geral {
    margin-top: 30px; /* Espaço entre o texto e as estrelas */
    margin-bottom: 40px; /* Espaço entre a nota e o início do carrossel */
}

/* Garante que o parágrafo de introdução não fique colado */
.prova-social p {
    margin-bottom: 20px;
}
