/* ==========================================
RESPONSIVO - VIDRAÇARIA BANGU
==========================================*/

@media (max-width:991px){

/* TOPO */

.top-bar{
    display:none !important;
}

/* MENU */

.navbar{

    background:#ffffff !important;

    min-height:75px;

    padding:8px 0;

    box-shadow:0 3px 15px rgba(0,0,0,.08);

}

.logo{

    height:60px;

}

.navbar .btn{

display:none;

}

.navbar-nav{

margin-top:20px;

text-align:center;

}

.navbar-nav .nav-link{

color:#333!important;

font-size:18px;

padding:12px;

}

/* SLIDER */

.carousel-item{

    height:500px;

}

.carousel-item img{

    height:500px;

    object-fit:cover;

}

.carousel-caption{

    bottom:50px;

    left:20px !important;

    right:20px !important;

    text-align:left;

}

.carousel-caption h1{

    font-size:32px;

    line-height:38px;

}

.carousel-caption p{

    font-size:16px;

    line-height:24px;

    margin-bottom:20px;

}

.carousel-caption .btn{

    width:auto;

    font-size:15px;

    padding:12px 20px;

}

/* SERVIÇOS */

.services{

padding:60px 0;

}

.service-card{

margin-bottom:30px;

}

/* SOBRE */

.about{
    

padding:60px 0;

}

.about img{

margin-bottom:35px;

}

/* MARCAS */

.brands-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:25px;

    align-items:center;

}

.brands-grid img{

    width:100%;

    max-width:120px;

    margin:auto;

    height:auto;

}

/* DIFERENCIAIS */

.feature-box{

margin-bottom:25px;

}

/* CONTATO */

.contact{

padding:60px 0;


}

.contact .row{

row-gap:40px;
text-align: center !important;

}

/* MAPA */

.map iframe{

    text-align: center !important;
height:320px;

}

/* FOOTER */

.footer{

text-align:center;

}

.footer-logo{

margin:auto;

margin-bottom:30px;

}

.footer-list{

margin-bottom:30px;

}

}

/* ===================================== */

@media (max-width:768px){

.section-title h2{

font-size:34px;

}

.about h2{
background: #eee;
font-size:34px;

}

.cta h2{

font-size:32px;

}

.hero h1{

font-size:36px;

}

}

/* ===================================== */

@media (max-width:576px){

.logo{

height:55px;

}

.carousel-item{

height:520px;

}

.carousel-item img{

height:520px;

}

.carousel-caption{

bottom:80px;

left:20px!important;

right:20px!important;

}

.carousel-caption h1{

font-size:30px;

line-height:36px;

}

.carousel-caption p{

font-size:16px;

line-height:24px;

}

.carousel-caption .btn{

width:100%;

}

.whatsapp{

width:62px;

height:62px;

font-size:32px;

right:18px;

bottom:18px;

}

.topo-btn{

right:18px;

bottom:95px;

}

}

@media(min-width:992px){

.offcanvas{

display:none!important;

}

}

/* =====================================================
   RESPONSIVO DO CARROSSEL - VIDRAÇARIA BANGU
===================================================== */

@media (max-width: 768px){

    #bannerPrincipal{
        margin-top:80px;
    }

    #bannerPrincipal .carousel-item{

        height:500px;

    }

    #bannerPrincipal .carousel-item img{

        width:100%;
        height:500px;
        object-fit:cover;

    }

    #bannerPrincipal .carousel-caption{

        position:absolute;

        left:25px !important;
        right:25px !important;

        bottom:55px;

        width:auto;

        text-align:left;

        padding:0;

    }

    #bannerPrincipal .carousel-caption h1{

        font-size:2rem;

        line-height:1.15;

        font-weight:700;

        margin-bottom:15px;

        max-width:95%;

    }

    #bannerPrincipal .carousel-caption p{

        font-size:1.05rem;

        line-height:1.5;

        margin-bottom:20px;

        max-width:90%;

    }

    #bannerPrincipal .carousel-caption .btn{

        display:inline-flex;

        align-items:center;

        justify-content:center;

        width:auto;

        padding:12px 22px;

        font-size:15px;

    }

    #bannerPrincipal .btn-lg{

        padding:12px 22px;

        font-size:15px;

    }

    #bannerPrincipal .carousel-control-prev,
    #bannerPrincipal .carousel-control-next{

        width:45px;

    }

}

/* ===========================================
   CORREÇÃO DEFINITIVA DO SLIDER MOBILE
=========================================== */

@media screen and (max-width:768px){

#bannerPrincipal .carousel-caption{

    left:25px !important;

    right:25px !important;

    bottom:45px !important;

    width:auto !important;

    max-width:calc(100% - 50px) !important;

    padding:0 !important;

    text-align:left !important;

}

#bannerPrincipal .carousel-caption h1{

    font-size:34px !important;

    line-height:1.15 !important;

    margin-bottom:18px !important;

    white-space:normal !important;

}

#bannerPrincipal .carousel-caption p{

    font-size:18px !important;

    line-height:28px !important;

    margin-bottom:22px !important;

}

#bannerPrincipal .carousel-caption .btn{

    display:inline-block !important;

    width:auto !important;

    max-width:250px;

    padding:14px 24px !important;

    font-size:15px !important;

}

#bannerPrincipal .carousel-item{

    height:520px !important;

}

#bannerPrincipal .carousel-item img{

    height:520px !important;

    object-fit:cover;

}

}

/* ===========================
   MENU MOBILE
=========================== */

.offcanvas{

    width:300px;

}

.offcanvas-header{

    border-bottom:1px solid #eee;

    padding:20px;

}

.offcanvas-body{

    padding:25px;

}

.offcanvas .nav-link{

    color:#1b1b1b;

    font-size:18px;

    font-weight:600;

    padding:15px 0;

    border-bottom:1px solid #ececec;

}

.offcanvas .nav-link:hover{

    color:#0d6efd;

}

.offcanvas .btn{

    margin-top:25px;

    padding:14px;

}

@media(max-width:991px){

.logo{

    height:60px;

}

#menuPrincipal{

    padding:10px 0;

}

#menuPrincipal.scrolled{

    padding:8px 0;

}

}

/* ==========================
   CONTATO - MOBILE
========================== */

@media (max-width:991px){

    .contato-info{

        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;
        text-align:center;
    }

    .contato-info h2{

        color: #0d6efd;
        width:100%;
        text-align:center;

    }

    .contato-info p{

        width:100%;
        text-align:center !important;
        margin-bottom:18px;

    }

    .contato-info a{

        color:#000 !important;
        text-decoration:none;

    }

}

