/* ===== RESET ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Raleway', Arial, sans-serif;
    background: url('images/pred.jpg') center/cover no-repeat fixed;
    color: #fff;
     font-family: 'Raleway', Arial, sans-serif;
    font-variant-numeric: lining-nums;
    font-feature-settings: "lnum";
}

/* ===== MENU ===== */
.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(20,20,20,0.95);
    backdrop-filter: blur(6px);
    z-index: 999;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.menu ul {
    display: flex;
    justify-content: flex-end;
    list-style: none;
}

.menu li {
    padding: 15px 20px;
}

.menu a {
    color: #fff;
    text-decoration: none;
    transition: 0.2s;
    font-weight: 500;
}

.menu a:hover {
    color: #f1c40f;
}

/* ===== MAIN ===== */
section.main {
    margin-top: 60px;
    padding: 30px 15px 60px;
}

/* ===== TÍTULO ===== */
h1.titulo {
    text-align: center;
    font-size: 40px;
    background: rgba(0,0,0,0.75);
    padding: 14px 20px;
    border-radius: 10px;
    max-width: 900px;
    width: 90%;
    margin: -20px auto 20px auto;
    line-height: 1.3;
    box-shadow: 0 10px 25px rgba(0,0,0,0.4);
    
    backdrop-filter: blur(4px);
    letter-spacing: 0.5px;
    
}

/* ===== LOGO ===== */
.cartlogo {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

.cartlogo img {
    width: 100%;
    max-width: 650px;
    height: auto;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.4));
}

/* ===== CARD PADRÃO ===== */
.card {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 40px;
    padding: 25px;
    background: linear-gradient(135deg, #255aff, #1a3dcc);
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

/* ===== TEXTOS ===== */
.informacoes h3 {
    color: #ff6b6b;
    font-size: 28px;
    margin: 10px 0;
}

.informacoes h4 {
    color: #f1f1f1;
    margin: 8px 0;
}

/* ===== LISTAS ===== */
.service-list {
    text-align: left;
    margin-top: 15px;
    padding-left: 20px;
}

.service-list li {
    margin: 8px 0;
}

/* ===== PDF ===== */
.pdf h1 {
    color: #ffffff;
    margin-bottom: 15px;
}

.pdf a {
    display: inline-block;
    padding: 12px 22px;
    background: #111;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.2s;
}

.pdf a:hover {
    background: #000;
}

/* ===== CONTATO ===== */
.contato img {
    max-width: 100%;
    padding: 40px;
}

/* ===== LOCAL ===== */
.loc {
    margin: 40px auto;
}

/* ===== AVISO IMAGEM ===== */
.aviso-img {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.aviso-img img {
    height: 600px;
    max-height: 80vh;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.center {
    gap: 20px;
}

/* ===== RESPONSIVO ===== */
@media (max-width: 600px) {

    h1.titulo {
        font-size: 24px;
        padding: 8px 12px;
    }

    .card {
        padding: 18px;
    }

    .informacoes h3 {
        font-size: 22px;
    }

    .cartlogo img {
        max-width: 90%;
    }

    .aviso-img img {
        height: 420px;
    }
}

/* ===== WHATSAPP SERVIÇOS ===== */

.servicos-whatsapp {
    background: #fff;
    color: #000;
    
}

.titulo-whatsapp {
    text-align: center;
    color: #e74c3c;
    font-size: 20px;
    margin-bottom: 20px;
}

.titulo-whatsapp i {
    color: #25D366;
    margin-right: 8px;
}

.grid-servicos {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.col {
    width: 50%;
}

.col h4 {
    font-size: 14px;
    margin-top: 10px;
    color: #222;
}

.desc {
    font-size: 12px;
    color: #555;
    margin: 5px 0;
}

.numero {
    font-size: 20px;
    font-weight: bold;
    color: #e74c3c;
    margin-bottom: 10px;

    font-variant-numeric: lining-nums;
    font-feature-settings: "lnum";
}


/* ===== MOBILE ===== */
@media (max-width: 600px) {

    .grid-servicos {
        flex-direction: column;
    }

    .col {
        width: 100%;
        text-align: center;
    }

    .numero {
        font-size: 18px;
    }
}

/* ===== ENDEREÇO ===== */
.loc {
    width: 100%;
    max-width: 900px;
    margin: 40px auto;
    padding: 25px;

    background: rgba(37, 90, 255, 0.95);
    border-radius: 10px;
    text-align: center;

    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

/* título */
.loc h1 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
}

/* texto */
.loc p {
    color: #f1f1f1;
    margin: 6px 0;
}

/* mapa */
.map {
    margin-top: 15px;
}

.map iframe {
    width: 100%;
    height: 300px;
    border: 0;
    border-radius: 8px;
}


.destaque-amarelo {
    color: #ff6b6b; /* Ou use hexadecimal: #ffff00 */
}

p {
    color: black;
}
