@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Liter&family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

/* Reset básico */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;


}

:root {
    --cor-azul-subtitulo: #fff;
    --cor-laranja-titulo: #ffbd86;
}


body {
    font-family: Rubik;
    color: #fff;
    /* background: url(../img/background.png);url(../../../../Users/Hayek/Downloads/background_banner.png) */
    overflow-x: hidden;


    & h1 {
        /* font-family: Archive Black; */
        /* font-family: Exo 2; */
        /* font-family: Oswald; */
    }

    & h2 {
        /* font-family: roboto; */
    }
}

.tituloh1 {
    font-family: "Archivo", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.oswald {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}


/* Navbar */
.navbar {
    width: 100%;
    padding: 15px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, #131313, #d4d4d4);
    height: 90px;
    opacity: 0.9;

    position: relative;
    top: 0;
    left: 0;
    z-index: 100;

}

.hamburguer {
    display: none;
    font-size: 1.8rem;
    cursor: pointer;
    position: absolute;
    right: 15px;
}


.navbar:hover {
    opacity: 1;
}

.logo {
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--cor-laranja-titulo);

    & img {
        position: relative;
        /* width: 20%; */
        margin-bottom: 12px;
        /* width: 50px; */
    }
}

.menu {
    list-style: none;
    display: flex;
    gap: 25px;
}

.menu li a {
    text-decoration: none;
    color: white;
    font-weight: 500;
    font-size: 1.4rem;
}

.menu li a:hover {
    color: var(--cor-laranja-titulo);
}

.btn-topo {
    padding: 8px 16px;
    background: #fff;
    color: black;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: bold;
    /* position: absolute;  */
    right: 15px;
}

.btn-topo:hover {
    background: var(--cor-laranja-titulo);
}

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #76e29e;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    transition: transform 0.2s ease-in-out;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

.whatsapp-float img {
    width: 35px;
    height: 35px;
}


/* Hero Section */
.hero {
    position: absolute;
    background: url(../img/cozinha.png) no-repeat;
    background-size: cover;

    background-position: center 70%;

    height: 100vh;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    position: relative;
    /* margin-top: 70px; */
    /* margin-bottom: 40px; */
    z-index: 1;
    /* position: sticky; */
    top: 0;
    /* espaço por causa da navbar fixa */
}

.overlay {
    position: relative;
    display: flex;
    width: 100%;
    /* top: -120px; */
    /* height: 100vh; */
    /* margin-top: 70px; */
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(2px);
    /* efeito vidro */
    -webkit-backdrop-filter: blur(10px);
    /* flex-direction: row-reverse; */
    /* height: 800px; */
    /* background: rgba(0, 102, 204, 0.15); */
    /* azul translúcido */
    display: flex;
    align-items: center;
    justify-content: left;

    & .coifa {
        width: 100%;
        position: relative;
        top: -150px;
        margin-left: 50px;
    }

    color: black;

    .coifashero {
        margin-top: 20px;
        display: flex;
        justify-content: center;
    }

    .comparador {
        position: relative;
        width: 100%;
        max-width: 500px;
        overflow: hidden;
        border-radius: 12px;
        top: -250px;
        left: 50px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .comparador img {
        width: 100%;
        display: block;
        height: 300px;
    }

    .imagem-depois {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 50%;
        /* começa no meio */
        overflow: hidden;
    }

    .imagem-depois img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .slider {
        position: absolute;
        top: 0;
        left: 50%;
        width: 4px;
        height: 100%;
        background: white;
        cursor: ew-resize;
        z-index: 10;
        transform: translateX(-50%);
    }

    .slider::before {
        content: "↔";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 18px;
        background: white;
        border-radius: 50%;
        padding: 6px 10px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    }

    .etiqueta {
        position: absolute;
        bottom: 10px;
        padding: 5px 12px;
        border-radius: 20px;
        font-weight: bold;
        color: white;
        font-size: 13px;
    }

    .antes {
        left: 15px;
        background: #d32f2f;
    }

    .depois {
        right: 15px;
        background: #388e3c;
    }

}

.hero-content {
    max-width: 800px;
    text-align: left;
    color: white;
    padding: 20px;

    margin-bottom: 120px;
    margin-right: 30%;
}

.hero-content h1 {
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 15px;
    /* font-family: Archivo Black; */

    /* font-family: roboto; */

    color: var(--cor-laranja-titulo);
}

.hero-content p {
    font-size: 1.2rem;
    margin-bottom: 25px;
}

.hero-content h2 {}

/* Botões */
.buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.btn-primary {
    border-radius: 15px;
    /* margin-top: 20px; */
    font-size: 1.1rem;
    background-color: rgb(0, 0, 0, 0.8);
    backdrop-filter: blur(15px);
    color: white;
    padding: 20px;
    -webkit-backdrop-filter: blur(15px);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
    font-weight: bold;
    text-decoration: none;
    font-style: none;
}

.btn-primary:hover {
    background: var(--cor-laranja-titulo);
    color: black;
}

.btn-secondary {
    border: 2px solid #fff;
    padding: 12px 24px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    color: var(--cor-azul-subtitulo);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* Seção Serviços */
/* Seção Serviços */
.background {
    background: url(../img/background.png);
    /* padding: 40px 20px; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* max-width: 1200px; */
    /* width: 90%; */
    /* margin: 0 auto; */

}

.servicos {
    text-align: center;
    margin-top: 40px;
    background: rgba(0, 0, 0, 0.55);
    /* camada translúcida */
    margin-bottom: 100px;
    position: relative;
    /* width: 100%; */
    backdrop-filter: blur(10px);
    /* efeito vidro */
    -webkit-backdrop-filter: blur(10px);
    /* suporte Safari */
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    z-index: 2;
    position: relative;
    top: 0;
    padding: 40px 40px;
}

.servicos .container {
    max-width: 1200px;
    margin: 0 auto;
}

.servicos h2 {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 30px;
    color: var(--cor-laranja-titulo);

}

.servicos .subtitulo {
    font-size: 1.4em;
    color: var(--cor-azul-subtitulo);
    margin-bottom: 50px;
}

.cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 25px;
    /* margin-bottom: 40px; */
}

.servicos .card {
    flex: 1;
    min-width: 280px;
    background: rgba(0, 0, 0, 0.35);
    padding: 30px 20px;
    border-radius: 8px;
    border: 1px solid #eee;
    box-shadow: 0 2px 8px rgba(231, 231, 231, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.1);
    /* branco translúcido */

    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}




.servicos .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.servicos .card .icon {
    font-size: 28px;
    color: #0066cc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;

    & img {
        width: 80px;
        margin-bottom: 20px;
    }
}

.servicos .card h3 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--cor-laranja-titulo);
}


.servicos .card p {
    font-size: 1.1rem;
    color: var(--cor-azul-subtitulo);
    line-height: 1.5;
}

/* Botão Ver Mais */
.btn-vermais {
    display: inline-block;
    padding: 12px 30px;
    background: #fff;
    color: #fff;
    border-radius: 6px;
    font-weight: bold;
    text-decoration: none;
    transition: background 0.3s ease;
}

.btn-vermais:hover {
    background: #004c99;
}

.highlight-box {
    background: rgb(255, 255, 255, 0.9);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 40px;
    max-width: 1200px;
    position: absolute;
    z-index: 100;

    margin-top: 20px;
    margin-bottom: 20px;
    height: 150px;

    /* margin: 40px auto; */
}

.highlight-content {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.highlight-icon {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--cor-laranja-titulo);
    /* verde chamativo */
    display: flex;
    align-items: center;
    justify-content: center;
}

.highlight-icon img {
    width: 40px;
    height: 40px;
}

.highlight-content p {
    flex: 1;
    font-size: 1.2rem;
    line-height: 1.5;
    color: black;
    margin: 0;
}

.highlight-btn {
    padding: 12px 25px;
    background: var(--cor-laranja-titulo);
    color: #000;
    text-decoration: none;
    font-weight: bold;
    border-radius: 30px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.highlight-btn:hover {
    /* background: #00c853; */
    /* transform: scale(); */
    transform: translateY(-5px);
}

/* Seção Por Que Escolher */
.porque {
    margin-top: 50px;
    padding: 80px 20px;
    background: rgba(0, 0, 0, 0.55);
    /* camada translúcida */
    backdrop-filter: blur(10px);
    /* efeito vidro */
    -webkit-backdrop-filter: blur(10px);
    z-index: 3;
    /* position: sticky; */
    margin-bottom: 100px;
    width: 100%;
    padding: 40px;
    height: auto;
    align-items: center;
    border-radius: 15px;
    /* top: 0; */
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
}

.porque .container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

/* Coluna Esquerda */
.col-left {
    flex: 1;
    min-width: 300px;
    text-align: left;
}

.col-left h2 {
    font-size: 2.6em;
    font-weight: bold;
    margin-bottom: 15px;
    color: #ffbd86;
}

.col-left .subtitulo {
    font-size: 1.4em;
    /* color: #77c2ff; */
    margin-bottom: 25px;
    line-height: 1.5;
}

.lista {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.lista li {
    font-size: 1.2rem;
    margin-bottom: 10px;
    /* color: rgb(119, 194, 255); */
}

.lista li::before {
    content: "✔ ";
    color: #0066cc;
    font-weight: bold;
}

/* Coluna Direita */
.col-right {
    flex: 1;
    min-width: 300px;
    /* height: 100px; */
}

.card {
    /* background: #fff; */
    padding: 30px 25px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    background: rgb(255, 255, 255, 0.9);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.card h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: black;
}

.item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.item .icon {
    font-size: 22px;
    color: #0066cc;
    margin-right: 12px;
}

.item strong {
    font-size: 1.5rem;
    display: block;
    color: #000;
}

.item p {
    font-size: 1.3rem;
    color: #666;
}

/* Botão */
.btn-vermais {
    display: inline-block;
    padding: 12px 28px;
    background: #fff;
    color: #000;
    border-radius: 6px;
    font-weight: bold;
    font-size: 1.2rem;
    text-decoration: none;
    transition: background 0.3s ease;
}

.btn-vermais:hover {
    background: var(--cor-laranja-titulo);
}

.testimonials {
    text-align: center;
    padding: 60px 60px;
    /* background: #fff; */
    z-index: 4;
    /* position: sticky; */
    /* top: 0; */
    background: rgba(0, 0, 0, 0.55);
    /* camada translúcida */
    backdrop-filter: blur(10px);
    /* efeito vidro */
    margin-bottom: 100px;
    -webkit-backdrop-filter: blur(10px);
}

.testimonials h2 {
    font-size: 2.6em;
    font-weight: 700;
    color: var(--cor-laranja-titulo);
    margin-bottom: 50px;
}

.testimonials .subtitulo {
    color: var(--cor-azul-subtitulo);
    margin-bottom: 40px;
    font-size: 1.4em;
}

.cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 40px;
    padding-top: 40px;
}

.card {
    background: #fdfdfd;
    border-radius: 16px;
    padding: 40px;
    text-align: left;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
    background: rgb(255, 255, 255, 0.9);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);

}

.user {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.user .avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
}

.user h3 {
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0;
    color: #1a2b4c;
}

.user span {
    font-size: 1.2rem;
    color: #777;
}

.stars {
    color: #ffb400;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.texto {
    font-size: 1.2rem;
    color: #444;
    margin-bottom: 20px;
    line-height: 1.5;
}

.highlight {
    padding: 12px;
    border-radius: 8px;
    font-size: 1.3rem;
}

.highlight.green {
    background: #e8f9ee;
    color: #2c7a3f;
}

.highlight.orange {
    background: #fff3e6;
    color: #c05621;
}

.highlight.blue {
    background: #eef6ff;
    color: #1e40af;
}

.highlight.purple {
    background: #eef6ff;
    color: #441285;
}


.clientes-atendidos {
    padding: 40px 60px;
    border-top: 2px solid white;
    border-bottom: 2px solid white;

}

.logos-swiper {
    display: flex;
    margin: 150px 0;
    position: relative;

    & img {
        width: 100%;
    }
}

section {
    /* height: 100vh; */
    /* cada seção ocupa a tela toda */
    /* position: relative; */
    max-width: 1200px;
    margin: 0 auto;
    /* margin-bottom: 100px; */
}

.cta {
    /* background: linear-gradient(135deg, #1e90ff, #0066ff); */
    color: white;
    text-align: center;
    padding: 80px 40px;
    height: auto;
    background: rgba(0, 0, 0, 0.45);
    /* camada translúcida */
    border: 1px solid rgba(255, 255, 255, 0.3);

    backdrop-filter: blur(10px);
    /* efeito vidro */
    -webkit-backdrop-filter: blur(10px);
    /* suporte Safari */
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    padding: 60px;
    color: white;
    margin-bottom: 100px;
    /* justify-content: center; */
    align-items: center;
    display: flex;
    flex-direction: column;
    z-index: 6;
    /* position: sticky; */
    /* top: 0; */

    h2 {
        font-size: 2rem;
        margin-bottom: 15px;
    }

    p {
        font-size: 1.1rem;
        margin-bottom: 25px;
    }

    .buttons {
        display: flex;
        justify-content: center;
        gap: 15px;
    }

    .btn {
        padding: 12px 24px;
        border-radius: 8px;
        font-weight: 600;
        text-decoration: none;
        transition: 0.3s ease;
    }

    .btn-primary {
        background: #fff;
        color: #fff;
        border: none;
    }

    .btn-primary:hover {
        background: #218838;
        box-shadow: 0px 0px 10px rgba(40, 167, 69, 0.6);
    }

    .btn-outline {
        border: 2px solid #fff;
        color: #fff;
    }

    .btn-outline:hover {
        background: #fff;
        color: #0066ff;
    }



}

/* Rodapé */
.footer {
    /* background: #f8f9fa; */
    padding: 40px 20px 0px 20px;
    color: white;
    z-index: 7;
    backdrop-filter: blur(2px);
    /* efeito vidro */
    -webkit-backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.8);
    position: relative;
    top: 0;

    .container {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        /* max-width: 1200px; */
        margin: auto;
        text-align: center !important;

        /* gap: 30px; */
        & .footer-col {
            width: 26%;
            /* text-align: left; */
        }
    }

    .footer-col h3,
    .footer-col h4 {
        color: var(--cor-laranja-titulo);
        margin-bottom: 15px;
        font-size: 1.7rem;
    }

    .footer-col ul {
        list-style: none;
    }

    .footer-col ul li {
        margin-bottom: 10px;
        font-size: 1.2rem;
        color: white;
    }

    .footer-col p {
        font-size: 1.4rem;
    }

    .footer-col ul li a {
        text-decoration: none;
        color: white;
        transition: 0.3s;
    }

    .footer-col ul li a:hover {
        color: var(--cor-laranja-titulo);
    }

    .copy {
        text-align: center;
        padding: 15px;
        border-top: 1px solid #ddd;
        margin-top: 20px;
        font-size: 1.1rem;
        color: white;
    }
}

.container-cobertura {
    z-index: 7;
    position: relative;
    top: 0;
}

.cobertura {
    padding: 60px 20px;
    background: #fff;
}

.container-cobertura {
    max-width: 1100px;
    margin: 0 auto;
}

.cobertura-texto {
    text-align: center;
    margin-bottom: 40px;
}

.cobertura-texto h2 {
    font-size: 2.6rem;
    font-weight: 700;
    color: var(--cor-laranja-titulo);
}

.cobertura-texto p {
    font-size: 1rem;
    color: #555;
}

.cobertura-content {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.cobertura-cidades {
    padding: 20px;

    & h2 {
        color: var(--cor-laranja-titulo);
        font-size: 2.6rem
    }
}

.cobertura-cidades .regiao {
    display: inline-block;
    vertical-align: top;
    width: 17%;
    margin: 10px;
}

.cobertura-cidades h4 {
    font-size: 1.7rem;
    margin-bottom: 8px;
}

.cobertura-cidades ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cobertura-cidades li {
    font-size: 1.2rem;
    line-height: 1.4;
}

.mapa {
    flex: 2;
    background: #f2f6fc;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 250px;
    text-align: center;
}

.mapa-content .icone {
    font-size: 2rem;
    color: #1a2b4c;
    display: block;
    margin-bottom: 10px;
}

.mapa-content h3 {
    font-size: 1.2rem;
    color: #1a2b4c;
    margin-bottom: 6px;
}

.mapa-content p {
    font-size: 0.95rem;
    color: #555;
}

.locais {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.local-card {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    position: relative;
}

.local-card h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #1a2b4c;
    margin-bottom: 6px;
}

.local-card p {
    font-size: 0.9rem;
    color: #555;
    margin: 2px 0;
}

.status {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: bold;
    color: #fff;
}

.status.disponivel {
    background: #28a745;
}

.status.limitado {
    background: #ff9800;
}

/* Responsivo */
@media (max-width: 900px) {
    .cobertura-content {
        flex-direction: column;
    }
}

.ativo {
    color: var(--cor-laranja-titulo) !important;
}

/* =========================
   SEÇÃO CONTATO
   ========================= */
.contato {
    margin-top: 40px;
    padding: 60px 20px;
    background: rgba(0, 0, 0, 0.4);


    & p {
        color: black;
    }
}


.contato .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
}

.contato h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
    color: var(--cor-laranja-titulo);
}

.contato .formulario form {
    /* background: #fff; */
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.contato .formulario .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.contato .formulario input,
.contato .formulario select,
.contato .formulario textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    color: white;
    font-size: 0.95rem;
    background: rgba(0, 0, 0, 0.4);
}

.contato .formulario input,
.contato .formulario select,
.contato .formulario textarea {
    &::placeholder {
        color: white;
    }
}

.contato .formulario select {
    margin-top: 20px;
}

.contato .formulario textarea {
    resize: none;
    height: 100px;
    margin-top: 15px;
}

.contato .formulario button {
    width: 100%;
    padding: 14px;
    margin-top: 15px;
    background: black;
    color: white;
    font-weight: bold;
    border: 1px solid white;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1.2rem;
    transition: background 0.3s;
}

.contato .formulario button:hover {
    color: black;
    background-color: var(--cor-laranja-titulo);
}

.contato .formulario {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Informações */
.contato .informacoes {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;

}

.contato .back-box {
    background: rgba(0, 0, 0, 0.7);
    padding: 40px;
    border-radius: 10px;

}

.contato .info-box {
    display: flex;
    align-items: center;
    gap: 15px;
    color: white;
    border: 1px solid #ddd;
    padding: 15px;
    margin-top: 15px;
    border-radius: 8px;

    & p {
        color: white;
    }
}

.contato .info-box span {
    font-size: 1.5rem;
}

.contato .emergencia {
    background: rgba(0, 0, 0, 0.8);

    color: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;

    & p {
        color: white;
    }
}

.contato .emergencia button {
    margin-top: 10px;
    padding: 10px 20px;
    background: white;
    color: black;
    border: none;
    font-size: 1.2rem;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
}

.contato .emergencia button:hover {
    color: black;
    background-color: var(--cor-laranja-titulo);
}

.contato {
    & p {
        font-size: 1.2rem;
    }
}

.emergencia h3 {
    color: var(--cor-laranja-titulo);
}

#empresa {

    /* Nossa História */
    .historia {
        margin-top: 40px;
        padding: 60px 20px;
        /* background: #fff; */
    }

    .historia-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 40px;
        max-width: 1200px;
        margin: auto;
    }

    .historia-texto {
        background: rgba(0, 0, 0, 0.6);
        padding: 40px;
        flex: 1 1 55%;
    }

    .historia-texto h2 {
        font-size: 2.6rem;
        font-weight: bold;
        margin-bottom: 20px;
        text-align: center;
        color: var(--cor-laranja-titulo);
    }

    .historia-texto p {
        margin-bottom: 15px;
        line-height: 1.6;
        color: white;
        font-size: 1.6rem;
    }

    .historia-texto {
        & strong {
            color: var(--cor-laranja-titulo);
        }
    }

    .historia-numeros {
        flex: 1 1 40%;
        background: rgba(0, 0, 0, 0.6);
        border-radius: 10px;
        padding: 40px;
        height: 350px;
    }

    .historia-numeros h3 {
        font-size: 2.6rem;
        margin-bottom: 20px;
        text-align: center;
        color: var(--cor-laranja-titulo);
    }

    .numeros-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        text-align: center;
    }

    .numero span {
        font-size: 2.2rem;
        font-weight: bold;

        color: var(--cor-laranja-titulo);
    }

    .numero p {
        font-size: 1.4rem;
        color: white;
    }

    /* Valores */
    .valores {
        padding: 40px;
        background: rgba(0, 0, 0, 0.6);
        margin-bottom: 100px;
        text-align: center;
        width: 100%;
    }

    .valores h2 {
        font-size: 2.4rem;
        font-weight: bold;
        margin-bottom: 10px;
        color: var(--cor-laranja-titulo);
    }

    .valores .descricao {
        max-width: 700px;
        font-size: 1.6rem;
        margin: 0 auto 40px;
        color: white;
    }

    .valores-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 20px;
    }

    .valor {
        background: rgba(0, 0, 0, 0.6);
        padding: 25px;
        border-radius: 10px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        transition: transform 0.2s ease-in-out;
    }

    .valor:hover {
        transform: translateY(-5px);
    }

    .valor i {
        font-size: 40px;
        color: var(--cor-laranja-titulo);
        margin-bottom: 15px;
    }

    .valor h3 {
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 10px;
        color: var(--cor-laranja-titulo);
    }

    .valor p {
        font-size: 1.5rem;
        color: white;
    }

}




.sucesso {
    /* background-color: #d4edda; */
    color: #155724;
    padding: 15px;
    margin-top: 10px;
    border-radius: 5px;
}

.erro {
    background-color: #f8d7da;
    color: #721c24;
    padding: 15px;
    margin-top: 10px;
    border-radius: 5px;
}

/* Responsivo */
@media (max-width: 1280px) {

    .section {
        max-width: 100%;
    }

    .servicos {
        max-width: 100%;
    }

    .highlight-box {
        /* position: relative; */
    }

    .porque {
        max-width: 100%;
        width: 100%;
    }

    .testimonials {
        max-width: 100%;
    }

    .cta {
        max-width: 100%;
    }

    .footer {
        max-width: 100%;
    }
}

@media (max-width: 1180px) {
    .email {
        /* display: none; */
    }
}

@media (max-width: 1180px) {
    .footer {
        & .container {
            & .footer-col {
                width: 33%;
            }
        }

    }

    .navbar {
        padding: 5px;
    }
}

@media (max-width: 980px) {
    .hero-content {
        margin-left: 0 !important;
        margin-right: 0;
    }

    #empresa {
        .valores-grid {
            grid-template-columns: repeat(2, 1fr);
            /* 2 em cima, 2 embaixo */
        }
    }

    .btn-topo {
        /* margin-left: 60px; */
    }

    .menu {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        flex-direction: column;
        background: #111;
        text-align: center;
        display: none;
        /* escondido */
    }

    .menu.active {
        display: flex;
        /* aparece quando ativo */
    }

    .btn-topo {
        display: none;
        /* esconde botão no mobile */
    }

    .hamburguer {
        display: block;
    }

    #empresa {
        .historia-numeros {
            height: 400px;
        }
    }

    .hero-content h1 {
        font-size: 4rem;
    }
}

@media (max-width: 854px) {
    .hero-content {
        margin-left: 0;
    }

    .footer {
        & .container {
            & .footer-col {
                width: 100%;
            }
        }
    }

    .servicos .card h3 {
        font-size: 1.8rem;

    }

    .servicos .card p {
        font-size: 1.5rem;
    }

    .highlight-content p {
        font-size: 1.5rem;
    }

    .highlight-btn {
        font-size: 1.4rem;
        display: flex;
        /* height: 100px; */
        /* margin-bottom: 60px; */
    }


}



@media (max-width: 900px) {
    .contato .container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    .highlight-box {
        display: none;
    }

    .cobertura-cidades .regiao {
        width: 100%;
    }
}





@media (max-width: 768px) {
    .menu {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        flex-direction: column;
        background: #111;
        text-align: center;
        display: none;
        /* escondido */
    }

    .menu.active {
        display: flex;
        /* aparece quando ativo */
    }

    .btn-topo {
        display: none;
        /* esconde botão no mobile */
    }

    .hamburguer {
        display: block;
    }

    h2 {
        font-size: 3.5rem;
    }

    h1 {
        font-size: 4.5rem;
    }

    .servicos {
        padding: 10px;
    }

    .servicos .card .icon {
        & img {
            width: 110px;
        }
    }

    .btn-primary {
        border-radius: 25px;
        margin-top: 20px;
        font-size: 2rem;
        background-color: rgb(0, 0, 0, 0.8);
        backdrop-filter: blur(15px);
        color: white;
        padding: 25px;
        -webkit-backdrop-filter: blur(15px);
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
    }

    .servicos h2 {
        font-size: 3rem;
    }
}

@media (max-width: 690px) {
    .porque {
        height: 1000px;
    }

    .testimonials {
        padding: 10px;
    }

    .hero-content h1 {
        font-family: 3rem;
    }

    .porque {
        height: 1100px;
    }
}

@media (max-width: 570px) {
    #empresa {
        .valores-grid {
            grid-template-columns: 1fr;
            /* apenas 1 por linha */
            /* 2 em cima, 2 embaixo */
        }
    }

    .contato .back-box {
        padding: 5px;
    }

}

@media (max-width: 500px) {
    .footer {
        & .container {
            & .footer-col {
                width: 100%;
                margin-bottom: 20px;
                /* text-align: left; */
            }
        }
    }

    .contato {
        padding: 0;
    }

    .cta {
        padding: 0;

        & h2 {
            font-size: 2.6rem;
        }
    }

    .cobertura-cidades h4 {
        font-size: 2.1rem;
    }

    .cobertura-cidades li {
        font-size: 1.5rem;
    }

    #empresa {
        .valores-grid {
            grid-template-columns: 1fr;
            /* apenas 1 por linha */
            /* 2 em cima, 2 embaixo */
        }
    }

    .user h3 {
        font-size: 2.5rem;

    }

    .user span {
        font-size: 1.8rem;
    }

    .stars {
        font-size: 2rem;
    }

    .texto {
        font-size: 1.8rem;
    }

    .testimonials .card {
        /* height: 680px; */
    }

    .highlight {
        font-size: 1.5rem;
    }

    .hero-content h1 {
        font-size: 3.2rem;
    }

}


@media (max-width: 426px) {
    .hero-content h1 {
        font-size: 3rem;
    }

    .btn-primary {
        font-size: 1.5rem;
    }

    .hero-content p {
        font-size: 1.5rem;
    }
}




@media (max-width: 385px) {
    .hero-content {
        padding: 5px;
        margin-top: 30%;
    }

    #empresa {
        .historia {

            padding: 0px;
        }

        .historia-numeros {
            padding: 0px;
        }

        .valores {
            padding: 0px;
        }
    }

    .contato .info-box {
        & p {
            font-size: 1rem;
        }
    }

    .hero-content h1 {
        font-size: 2.6rem;
        margin-top: 40px;
    }

    .hero-content h2 {

        font-size: 1.4rem;
    }

    .footer {
        & .container {
            & .footer-col {
                width: 100%;
            }
        }
    }

    .porque {
        padding: 0;
    }

    .servicos {
        padding: 0;
    }

    .navbar {
        padding: 0px;
        justify-content: start;
        position: absolute;

    }

    .hamburguer {

        position: absolute;
        right: 15px;
    }

    .menu li a {
        font-size: 1.4rem;
    }

    .contatotopo {
        margin-right: 0;
    }



}