/* ===================================
   RESET
=================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body{
    font-family:'Inter',sans-serif;
    background:#fff;
    color:#222;
    line-height:1.6;
}

/* ===================================
   VARIÁVEIS
=================================== */

:root{

    --bosch:#0056A4;
    --bosch-dark:#003b73;

    --black:#1b1b1b;

    --white:#ffffff;

    --gray:#f5f5f5;

    --text:#555;

    --radius:12px;

    --shadow:0 10px 30px rgba(0,0,0,.08);

    --transition:.3s;

    --container:1200px;

}

/* ===================================
   CONTAINER
=================================== */

.container{

    width:92%;

    max-width:1380px;

    margin:0 auto;

}

/* ===================================
   BOTÕES
=================================== */

.btn{

padding:18px 42px;

font-size:25px;

box-shadow:0 15px 35px rgba(0,86,164,.20);

}

.btn:hover{

    background:var(--bosch-dark);

    transform:translateY(-4px);


}

/* ===========================
   HEADER
=========================== */

/* ===========================
   HERO
=========================== */

.hero{

    padding:50px 0 100px;

    background:linear-gradient(135deg,#ffffff 0%,#f3f7fc 100%);

    position:relative;

    overflow:hidden;

    scroll-margin-top:90px;

}


.tag{

    display:inline-block;

    background:#eaf3ff;

    color:var(--bosch);

    padding:8px 16px;

    border-radius:30px;

    font-size:14px;

    font-weight:600;

}

.hero-content{

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:40px;

}

.hero-left{

    width:45%;

    max-width:none;

    flex:none;

}

.hero-right{

    width:55%;

    display:flex;

    justify-content:flex-end;

}

.hero h1{

font-size:48px;

line-height:1.15;

font-weight:800;

max-width:620px;

}

@media(max-width:1200px){

.hero h1{

    font-size:56px;

}

}


.hero-right img{

    width:100%;

    height:520px;

    object-fit:cover;

    border-radius:20px;

    box-shadow:0 25px 50px rgba(0,0,0,.15);

    transition:.4s;

}

.hero-badge{

    display:inline-block;

    background:#eaf2ff;

    color:#0056A4;

    padding:10px 20px;

    border-radius:50px;

    font-weight:600;

    margin-bottom:15px;

}



.hero p{

    font-size:18px;

    line-height:1.7;

    color:#666;

    max-width:560px;

}

.hero-list{

    display:grid;

    gap:8px;

    margin:25px 0 35px;

    font-size:18px;

}

.hero-buttons{

    display:flex;

    gap:15px;

    margin-top:30px;

    flex-wrap:wrap;

}

.btn-outline{

    border:2px solid #0056A4;

    color:#0056A4;

    text-decoration:none;

    padding:15px 35px;

    border-radius:50px;

    font-weight:bold;

    transition:.3s;

}

.btn-outline:hover{

    background:#0056A4;

    color:white;

}

.hero::before{

content:"";

position:absolute;

width:600px;

height:600px;

background:rgba(0,86,164,.05);

border-radius:50%;

top:-250px;

right:-200px;

filter:blur(20px);

}

.hero::after{

content:"";

position:absolute;

width:300px;

height:300px;

background:rgba(0,86,164,.03);

border-radius:50%;

bottom:-120px;

left:-120px;

}

/* =====================================
   BARRA DE CREDIBILIDADE
===================================== */

.trust-section{

    margin-top:-70px;

    position:relative;

    z-index:20;

}

.trust-container{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:25px;

}

.trust-card{

    background:#fff;

    padding:28px;

    border-radius:24px;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

    text-align:center;

    transition:.3s;

}

.trust-card:hover{

    transform:translateY(-8px);

}

.trust-icon{

    font-size:42px;

    margin-bottom:15px;

}

.trust-card h3{

    margin-bottom:10px;

    color:var(--bosch);

}

.trust-card p{

    color:#666;

    font-size:15px;

}

/*============================

DIFERENCIAIS

=============================*/

.diferenciais{

    padding:120px 0;

    background:white;

}

.section-tag{

    color:var(--bosch);

    font-weight:700;

    display:block;

    margin-bottom:15px;

    text-align:center;

}

.section-title{

    font-size:42px;

    text-align:center;

    max-width:800px;

    margin:0 auto 70px;

}

.diferenciais-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:25px;

}

.card{

    background:#fff;

        padding:30px;

    min-height:280px;

    border-radius:20px;

    box-shadow:0 8px 25px rgba(0,0,0,.05);

    transition:.35s;

}

.card:hover{

    transform:translateY(-8px);

    box-shadow:
    0 20px 50px rgba(0,86,164,.12);

}

.icon{

    width:70px;

    height:70px;

    background:#eef5ff;

    border-radius:18px;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:30px;

    color:#0056A4;

    margin-bottom:25px;

    transition:.3s;

}

.card:hover .icon{

    background:#0056A4;

    color:#fff;

    transform:translateY(-3px);

}

.card h3{

     min-height:60px;

    line-height:1.3;
}

.card p{

    color:#666;

    line-height:1.7;

}

/*============================

SERVIÇOS

=============================*/

.services{

    padding:120px 0;

    background:#f7f9fc;

}

.section-subtitle{

    max-width:700px;

    margin:20px auto 60px;

    text-align:center;

    color:#666;

    font-size:20px;

}

.services-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

.service-card{

    background:white;

    border-radius:28px;

    overflow:hidden;

    box-shadow:0 10px 30px rgba(0,0,0,.06);

    transition:.35s;

        display:flex;

    flex-direction:column;

}

.service-card:hover{

    transform:translateY(-10px) scale(1.05);

    box-shadow:0 20px 50px rgba(0,86,164,.12);

}

.service-card img{

    width:100%;

    height:220px;

    object-fit:cover;

    object-position:center;

    transition:.4s;

}

.service-content{

        padding:28px;

    display:flex;

    flex-direction:column;

    flex:1;

}

.service-content h3{

    margin-bottom:15px;

    color:#0056A4;

}

.service-content p{

    color:#666;

    line-height:1.7;

    margin-bottom:25px;

}

.btn-service{

     display:block;

    width:100%;

    text-align:center;

    padding:12px 25px;

    background:#0056A4;

    color:white;

    text-decoration:none;

    border-radius:40px;

    font-weight:600;

    transition:.3s;

      margin-top:auto;

}

.btn-service:hover{

    background:#003f7d;

}

/*============================

CÂMBIO AUTOMÁTICO

=============================*/

.cambio{

    padding:80px 0;

    background:white;

}

.cambio-container{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:50px;

    align-items:center;

}


.cambio-image{

    width:100%;

}

.cambio-image img{

    width:100%;

    max-width:650px;

    border-radius:20px;

    box-shadow:0 20px 40px rgba(0,0,0,.12);

}

.cambio-image img:hover{

    transform:scale(1.02);

}

.cambio-content{

    display:flex;

    flex-direction:column;

    justify-content:center;

}

.cambio-content h2{

    font-size:46px;

    line-height:1.1;

    margin-bottom:18px;

}

.cambio-content p{

    font-size:18px;

    line-height:1.8;

    color:#666;

}

.cambio-content ul{

    list-style:none;
    margin-top:15px;
    margin-bottom:35px;

}

.cambio-content li{

    margin-bottom:15px;

    font-size:18px;

}

.btn-whatsapp{

    background:#0056A4;

    color:white;

    padding:16px 28px;

    border-radius:100px;

    text-decoration:none;

    text-align:center;

    font-weight:700;

    display:block;

    align-items:center;

    gap:10px;


}

.btn-whatsapp:hover{

    transform:translateY(-4px);

    box-shadow:0 20px 40px rgba(37,211,102,.35);

}

.btn-whatsapp1{

    background:#0056A4;

    color:white;

    padding:16px 28px;

    border-radius:50px;

    text-decoration:none;

    font-weight:700;

    display:inline-flex;

    align-items:center;

    gap:10px;

}

.btn-whatsapp1:hover{

    transform:translateY(-4px);

    box-shadow:0 20px 40px rgba(37,211,102,.35);

}


.cambio-image{

    position:relative;
    max-width:700px;
        display:flex;

    justify-content:center;

}

.floating-card{

    position:absolute;

    right:-30px;

    bottom:40px;

    background:white;

    padding:20px;

    border-radius:18px;

    box-shadow:0 15px 40px rgba(0,0,0,.12);

    font-weight:700;

}

.floating-card span{

    display:block;

    margin-top:8px;

    font-size:14px;

    color:#666;

    font-weight:400;

}

.benefits{

    list-style:none;

    padding:0;

}

.benefits li{

    font-size:18px;

    gap:12px;

    margin-bottom:14px;

}

.benefits i{

    color:#0056A4;

}

.cambio-content strong{

    color:#0056A4;

    font-weight:700;

}

.bosch-badge{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:10px 18px;

    background:#eaf2ff;

    border-radius:50px;

    color:#0056A4;

    font-size:15px;

    font-weight:700;

    margin-bottom:20px;

}

.trust-line{

    display:flex;

    align-items:center;

    gap:10px;

    margin:15px 0 20px;

    color:#0056A4;

    font-weight:600;

    font-size:17px;

}

.trust-line i{

    color:#25D366;

}

/*===========================
        SOBRE
===========================*/

.sobre{

    padding:90px 0;

    background:#f8f9fb;

}

.sobre-container{

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:40px;

}

.sobre-content{

    max-width:620px;

}

.sobre-image{

    width:55%;

    display:flex;

    justify-content:flex-end;

}

.sobre-image img{

    width:100%;

    height:590px;

    object-fit:cover;

    border-radius:24px;

    box-shadow:0 20px 45px rgba(0,0,0,.12);

    transition:.3s;

}

.sobre-image img:hover{

    transform:scale(1.02);

}

.sobre-content h2{

    font-size:50px;

    line-height:1.15;

    font-weight:800;

    color:#1b1b1b;

    margin:18px 0 24px;

}

.sobre-content p{

    font-size:22px;

    line-height:1.7;

    color:#666;

    margin-bottom:30px;

}

.sobre-list{

    list-style:none;

    display:grid;

    gap:16px;

    padding:0;

    margin:0;

}

.sobre-list li{

    display:flex;

    align-items:center;

    gap:14px;

    font-size:21px;

    font-weight:500;

}

.sobre-list i{

    color:#25D366;

    font-size:20px;

}

/*============================
AVALIAÇÕES
============================*/



/*============================

FAQ

============================*/

.faq{

    padding:120px 0;

    background:#f7f9fc;

}

.faq-container{

    max-width:900px;

    margin:60px auto 0;

}

.faq-container details{

    background:white;

    border-radius:16px;

    margin-bottom:20px;

    padding:22px 28px;

    box-shadow:0 10px 30px rgba(0,0,0,.05);

    transition:.3s;

}

.faq-container details:hover{

    transform:translateY(-3px);

}

.faq-container summary{

    cursor:pointer;

    font-size:22px;

    font-weight:700;

    color:#0056A4;

    list-style:none;

}

.faq-container summary::-webkit-details-marker{

    display:none;

}

.faq-container p{

    margin-top:20px;

    color:#666;

    font-size:18px;

    line-height:1.8;

}

/*============================

CTA FINAL

=============================*/

.cta-final{

    padding:140px 0;

    background:linear-gradient(135deg,#0056A4,#003267);

    text-align:center;

    color:white;

}

.cta-tag{

    display:inline-block;

    padding:10px 20px;

    background:rgba(255,255,255,.15);

    border-radius:50px;

    font-weight:700;

    margin-bottom:25px;

}

.cta-final h2{

    font-size:58px;

    max-width:900px;

    margin:0 auto 25px;

    line-height:1.1;

}

.cta-final p{

    max-width:700px;

    margin:0 auto 50px;

    font-size:22px;

    opacity:.95;

}

.cta-buttons{

    display:flex;

    justify-content:center;

}

/*============================

FOOTER

=============================*/

.footer{

    background:#111;

    color:#fff;

    padding-top:80px;

}

.footer-grid{

    display:grid;

    grid-template-columns:2fr 1fr 1fr;

    gap:50px;

    padding-bottom:50px;

}

.footer h3,
.footer h4{

    margin-bottom:20px;

}

.footer p,
.footer li{

    color:#bbb;

    line-height:1.8;

}

.footer ul{

    list-style:none;

}

.footer-bottom{

    text-align:center;

    border-top:1px solid rgba(255,255,255,.08);

    padding:25px;

    color:#777;

}

.localizacao{

    scroll-margin-top:-82px;

    padding:120px 0;

    background:#f5f7fa;

    gap:80px;

}

.localizacao-topo{

    text-align:center;

    margin-bottom:60px;

}

.localizacao-topo h2{

    font-size:48px;

    margin-bottom:20px;

}

.localizacao-topo p{

    font-size:20px;

    color:#668;

}

.localizacao-grid{

    display:grid;

    grid-template-columns:2fr 1fr;

    gap:40px;

}

.mapa iframe{

width:100%;

height:450px;

border-radius:20px;

box-shadow:0 20px 60px rgba(0,0,0,.10);

}

.card-local{

    background:white;

    border-radius:20px;

    padding:40px;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.card-local h3{

    color:#0056A4;

    margin:25px 0;

}

.card-local p{

    margin-bottom:18px;

    color:#555;

}

.card-local i{

    color:#0056A4;

    width:25px;

}

.btn-waze,
.btn-maps{

    display:block;

    margin-top:20px;

    text-align:center;

    padding:16px;

    border-radius:12px;

    text-decoration:none;

    font-weight:bold;

}

.btn-waze{

    background:#33A9FF;

    color:white;

}

.btn-maps{

    background:#0056A4;

    color:white;

}

/*================ HEADER ================*/

.header{

    background:#fff;

    position:sticky;

    top:0;

    z-index:9999;

    box-shadow:0 2px 15px rgba(0,0,0,.05);

}

.header-container{

    max-width:1400px;

    margin:auto;

    display:flex;

    justify-content:space-between;

    align-items:center;

    height:54px;

}

.logo h2{

    font-size:24px;

    font-weight:800;

    color:#0056A4;

    margin:0;

    line-height:1;

}

.logo h3{

    font-size:23px;

    font-weight:800;

    color:#0056A4;

    margin:0;

    line-height:1;

}

.logo p{

    color:#666;

    font-size:18px;

    font-weight:400;

    letter-spacing:0.5px;

}

.menu{

display:flex;

gap:28px;

list-style:none;

}

.menu a{
    text-decoration:none;
    font-weight:600;
    color:#222;
    transition:.3s;
    position:relative;
}

.menu a::after{
    content:"";
    position:absolute;
    bottom:-8px;
    left:0;
    width:0;
    height:3px;
    background:var(--bosch);
    transition:.3s;
}

.menu a:hover::after{
    width:100%;
}

.menu a:hover{
    color:var(--bosch);
}

.btn-header{

    background:var(--bosch);

    color:#fff;

    padding:10px 20px;

    font-size:15px;

    border-radius:35px;

    text-decoration:none;

    font-weight:900;

    transition:.3s;

    box-shadow:0 10px 25px rgba(0,86,164,.20);

}

.btn-header1{

    background:var(--bosch);

    color:#fff;

    padding:10px 30px;

    font-size:20px;

    border-radius:40px;

    text-decoration:none;

    font-weight:700;

    transition:.3s;

    box-shadow:0 10px 25px rgba(0,86,164,.20);

}

.btn-header:hover{

    transform:translateY(-3px);

    box-shadow:0 15px 30px rgba(0,86,164,.35);

}

.logo{
text-decoration:none;

    color:inherit;
    transition:.3s;
display:flex;

align-items:center;

gap:18px;

}

.logo:hover{

    transform:scale(1.02);

}
.logo img{

    height:42px;

    width:auto;

}

/*========================

TOP BAR

=========================*/

.topbar{

    background:#0056A4;

    color:white;

    height:36px;

    display:flex;

    align-items:center;

}

.topbar-content{

    display:flex;

    justify-content:space-between;

    align-items:center;

}

.topbar-left{

    display:flex;

    gap:35px;

    font-size:14px;

    align-items:center;

}

.topbar-left span{

    display:flex;

    align-items:center;

    gap:8px;

}

.topbar-right{

    display:flex;

    align-items:center;

    gap:18px;

}

.topbar-right a{

    color:white;

    text-decoration:none;

    display:flex;

    align-items:center;

    gap:6px;

    font-size:14px;

    transition:.3s;

}

.topbar-right a:hover{

    opacity:.8;

}

.social{

    width:32px;

    height:32px;

    background:rgba(255,255,255,.20);

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    color:#fff;

    text-decoration:none;

    transition:.3s;

}

.social:hover{

    background:#ffffff;

    color:#0056A4;

}

/* ===========================
   SERVIÇOS
=========================== */

.servicos{

    padding:70px 0;

    background:#f8f9fb;

}

.section-tag{

    display:block;

    text-align:center;

    color:#0056A4;

    font-size:24px;

    font-weight:700;

    letter-spacing:2px;

    margin-bottom:15px;

}

.servicos h2{

    text-align:center;

    font-size:40px;

    line-height:1.15;

    font-weight:800;

    max-width:900px;

    margin:0 auto 20px;

}

.section-description{

    text-align:center;

    max-width:700px;

    margin:0 auto 60px;

    color:#666;

    font-size:20px;

    line-height:1.6;

}

.servicos-layout{

    display:grid;

    grid-template-columns:1fr 250px;

    gap:25px;

    align-items:start;

}

.cards-servicos{

    display:grid;

    grid-template-columns:repeat(2,minmax(280px,1fr));

    gap:20px;

}

.servico-card{

    background:#fff;

    border-radius:22px;

    overflow:hidden;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

    transition:.3s;

    min-height:320px;

}

.servico-card:hover{

    transform:translateY(-8px);

}

.servico-card img{

    width:100%;

    height:320px;

    object-fit:cover;

    display:block;

}

.servico-info{

    padding:18px 22px;

}

.servico-info h3{

font-size:20px;

line-height:1.3;

margin-bottom:10px;

}

.servico-info p{

font-size:16px;

line-height:1.6;

margin-bottom:18px;

min-height:60px;

}

.servico-info a{

    color:#0056A4;

    font-weight:700;

    text-decoration:none;

}

.servicos-sidebar{

background:#fff;

color:#222;

border-radius:20px;

padding:22px;

box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.servicos-sidebar h3{

    font-size:24px;

    margin-bottom:18px;

}

.servicos-sidebar ul{

    list-style:none;

    padding:0;

    margin:0;

}

.servicos-sidebar li{

padding:10px 0;

font-size:17px;

border-bottom:1px solid #eee;

}

.btn-sidebar{

    display:block;

    margin-top:15px;

    background:#0056A4;

    color:white;

    text-align:center;

    padding:10px;

    border-radius:60px;

    text-decoration:none;

    font-size:18px;

    font-weight:00;

    transition:.3s;

}

.btn-sidebar:hover{

    transform:translateY(-3px);

    box-shadow:0 10px 25px rgba(37,211,102,.35);

}

.servicos-sidebar ul li{

    display:flex;

    align-items:center;

    gap:12px;

}

.servicos-sidebar ul li i{

    width:22px;

    font-size:16px;

    color:#0057b8;

    text-align:center;

}

.servicos-sidebar ul li{

    transition:.3s;

    cursor:pointer;

}

.servicos-sidebar ul li:hover{

    padding-left:8px;


}
/* ============================
   AVALIAÇÕES
============================ */

.reviews-section{

    position:relative;

    overflow:hidden;

    padding:100px 0;

    background:
    linear-gradient(
        180deg,
        #f7f9fc 0%,
        #eef4fb 100%
    );

}

.reviews-section::before{

    content:"";

    position:absolute;

    width:700px;
    height:700px;

    border-radius:50%;

    background:rgba(0,86,164,.04);

    top:-250px;
    right:-150px;

    filter:blur(60px);

}

.reviews-top{

    text-align:center;

    margin-bottom:50px;

    position:relative;

    z-index:2;

}

.google-stars{

    color:#fbbc04;

    font-size:30px;

    margin-bottom:15px;

}

.google-rating h2{

    font-size:40px;

    line-height:1.2;

    margin-bottom:15px;

}

.google-rating p{

    font-size:20px;

    color:#666;

    margin-bottom:30px;

}

.reviews-slider{

    display:flex;

    gap:24px;

    overflow-x:auto;

    scroll-behavior:smooth;

    padding:20px 5px;

    position:relative;

    z-index:2;

    scrollbar-width:none;

    cursor:grab;

}

.reviews-slider:active{

    cursor:grabbing;

}

.reviews-slider::-webkit-scrollbar{

    display:none;

}

.review-box{

    min-width:360px;

    max-width:360px;

    min-height:180px;

    background:#ffffff;

    border:1px solid #dce8f7;

    border-radius:24px;

    padding:28px;

    box-shadow:
    0 20px 50px rgba(0,0,0,.08);

    transition:.35s;

}

.review-box:hover{

    transform:translateY(-8px);

    box-shadow:
    0 25px 50px rgba(0,86,164,.15);

}

.review-header{

    display:flex;

    align-items:center;

    gap:14px;

    margin-bottom:18px;

}

.avatar{

    width:52px;

    height:52px;

    border-radius:50%;

    background:
    linear-gradient(
        135deg,
        #0056A4,
        #1a78cf
    );

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-weight:700;

    font-size:18px;

    box-shadow:
    0 10px 20px rgba(0,86,164,.25);

}

.review-user strong{

    display:block;

    font-size:18px;

    color:#222;

}

.review-user small{

    color:#888;

    font-size:13px;

}

.review-stars{

    color:#fbbc04;

    font-size:22px;

    margin-bottom:15px;

}

.review-box p{

    color:#444;

    line-height:1.7;

}
.reviews-wrapper{

    position:relative;

}

.reviews-controls{

    position:absolute;

    top:50%;

    left:0;

    right:0;

    transform:translateY(-50%);

    pointer-events:none;

    z-index:20;

}

.reviews-prev,
.reviews-next{

    position:absolute;

    width:54px;

    height:54px;

    border:none;

    border-radius:50%;

    background:#fff;

    color:#0056A4;

    cursor:pointer;

    pointer-events:auto;

    box-shadow:
    0 15px 35px rgba(0,0,0,.12);

    transition:.3s;

    font-size:18px;

}

.reviews-prev{

    left:-25px;

}

.reviews-next{

    right:-25px;

}

.reviews-prev:hover,
.reviews-next:hover{

    transform:scale(1.08);

}

/* ===================================
   MOBILE
=================================== */

@media (max-width: 768px){

    .topbar{
        display:none;
    }

    .header-container{
        padding:0 15px;
        height:auto;
        min-height:70px;
    }

    .menu{
        display:none;
    }

    .btn-header{
        padding:10px 15px;
        font-size:14px;
    }

    .logo h3{
        font-size:18px;
    }

    /* HERO */

    .hero{
        padding:40px 0 60px;
    }

    .hero-content{
        flex-direction:column;
        gap:30px;
    }

    .hero-left,
    .hero-right{
        width:100%;
    }

    .hero h1{
        font-size:34px;
        line-height:1.2;
    }

    .hero p{
        font-size:17px;
    }

    .hero-right img{
        height:auto;
    }

    /* BARRA DE CREDIBILIDADE */

    .trust-container{
        grid-template-columns:1fr;
    }

    /* DIFERENCIAIS */

    .diferenciais-grid{
        grid-template-columns:1fr;
    }

    .section-title{
        font-size:32px;
    }

    /* SERVIÇOS */

    .servicos-layout{
        grid-template-columns:1fr;
    }

    .cards-servicos{
        grid-template-columns:1fr;
    }

    .servicos-sidebar{
        order:-1;
    }

    /* CÂMBIO */

    .cambio-container{
        grid-template-columns:1fr;
    }

    .cambio-content h2{
        font-size:34px;
    }

    .floating-card{
        display:none;
    }

    /* SOBRE */

    .sobre-container{
        flex-direction:column;
    }

    .sobre-content{
        max-width:100%;
    }

    .sobre-image{
        width:100%;
    }

    .sobre-image img{
        height:auto;
    }

    .sobre-content h2{
        font-size:34px;
    }

    .sobre-content p{
        font-size:18px;
    }

    .sobre-list li{
        font-size:18px;
    }

    /* LOCALIZAÇÃO */

    .localizacao-grid{
        grid-template-columns:1fr;
    }

    .card-local{
        padding:25px;
    }

    /* FAQ */

    .faq-container summary{
        font-size:18px;
    }

    /* CTA */

    .cta-final h2{
        font-size:34px;
    }

    .cta-final p{
        font-size:18px;
    }

    /* FOOTER */

    .footer-grid{
        grid-template-columns:1fr;
        gap:35px;
    }

    /* AVALIAÇÕES */

    .review-box{
        min-width:300px;
        max-width:300px;
    }

    .reviews-prev,
    .reviews-next{
        display:none;
    }

}