/* ==========================================
   VIDRAÇARIA BANGU
   style.css
========================================== */

:root{
    --azul:#0d5ea8;
    --azul-hover:#09477d;
    --cinza:#666;
    --preto:#222;
    --claro:#f7f8fa;
}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Poppins',sans-serif;
    color:var(--preto);

    overflow-x:hidden;
}

img{
    max-width:100%;
    display:block;
}

a{
    text-decoration:none;
}

.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title h2{
    font-size:42px;
    font-weight:700;
    color:var(--azul);
}

.section-title p{
    color:#777;
    margin-top:15px;
}

/* ==========================
   TOPO
========================== */

.top-bar{

    background:var(--azul);

    color:#fff;

    padding:10px 0;

    font-size:14px;

}

.top-bar i{

    margin-right:6px;

}

/* ==========================
   MENU
========================== */

.navbar{

    transition:.35s;

    padding:18px 0;

    background:transparent;

}

.navbar.scrolled{

    background:#fff;

    box-shadow:0 8px 25px rgba(0,0,0,.08);

    padding:12px 0;

}

.logo{

    height:85px;

    width:auto;

    display:block;

}

.navbar.scrolled .logo{

    height:70px;

}

.navbar-nav .nav-link{

    color:#fff !important;

    margin-left:18px;

    font-weight:600;

    transition:.3s;

}

.navbar.scrolled .nav-link{

    color:#333 !important;

}

.navbar-nav .nav-link:hover{

    color:#7fc7ff !important;

}

.navbar.scrolled .nav-link:hover{

    color:#0d5ea8 !important;

}

.navbar-toggler{

    border:none;

    box-shadow:none !important;

    padding:8px;

}

.navbar-toggler-icon{

    width:30px;

    height:30px;

}
.navbar-toggler:focus{

    box-shadow:none;

}

/* ==========================
   HERO
========================== */

/*====================================

SLIDER

====================================*/

.banner{

margin:0;

padding:0;

}

.carousel-item{

height:860px;

position:relative;

}

.carousel-item img{

width:100%;

height:860px;

object-fit:cover;

filter:brightness(.45);

}

.carousel-caption{

left:8%;

right:auto;

width:650px;

}

.carousel-caption h1{

font-size:64px;

font-weight:700;

line-height:75px;

margin-bottom:30px;

}

.carousel-caption p{

font-size:22px;

margin-bottom:35px;

line-height:36px;

}

.carousel-caption .btn{

padding:18px 35px;

font-size:18px;

}

.carousel-control-next,

.carousel-control-prev{

width:70px;

}

/* ===================================================
   CARROSSEL RESPONSIVO
=================================================== */

@media (max-width: 991px){

    .carousel-item{

        height:550px;

    }

    .carousel-item img{

        height:550px;

    }

    .carousel-caption{

        left:30px !important;

        right:30px !important;

        width:auto !important;

        max-width:calc(100% - 60px);

        bottom:70px;

    }

    .carousel-caption h1{

        font-size:42px;

        line-height:48px;

        margin-bottom:20px;

    }

    .carousel-caption p{

        font-size:18px;

        line-height:28px;

        margin-bottom:25px;

    }

    .carousel-caption .btn{

        padding:14px 28px;

        font-size:16px;

    }

}

@media (max-width:576px){

    .carousel-item{

        height:470px;

    }

    .carousel-item img{

        height:470px;

    }

    .carousel-caption{

        left:20px !important;

        right:20px !important;

        bottom:40px;

        max-width:calc(100% - 40px);

    }

    .carousel-caption h1{

        font-size:32px;

        line-height:38px;

    }

    .carousel-caption p{

        font-size:16px;

        line-height:24px;

    }

    .carousel-caption .btn{

        padding:12px 22px;

        font-size:15px;

    }

    .carousel-control-prev,
    .carousel-control-next{

        width:45px;

    }

}

/* ==========================
   SERVIÇOS
========================== */

.services{

    padding:100px 0;

    background:#fff;

}

.service-card{

    background:#fff;

    border-radius:8px;

    overflow:hidden;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

    transition:.35s;

}

.service-card:hover{

    transform:translateY(-10px);

    box-shadow:0 18px 45px rgba(0,0,0,.18);

}

.service-card img{

    width:100%;

    height:250px;

    object-fit:cover;

}

.service-card h3{

    padding:25px;

    text-align:center;

    font-size:23px;

    font-weight:600;

}

/* ==========================
   ESPAÇAMENTO PADRÃO
========================== */

section{

    padding:90px 0;

}

/*====================================

SOBRE

====================================*/

.about{

    
    color:#fff;

}

.subtitle{

display:inline-block;



font-weight:700;

margin-bottom:20px;

letter-spacing:2px;

}

.about h2{

  background: transparent !important;
    color: #2c2c2c;
    box-shadow: none !important;
    padding: 0;
    display: block;

}

.about p{

font-size:18px;

line-height:34px;

color:#666;

margin-bottom:25px;

}

/*====================================

DIFERENCIAIS

====================================*/

.features{

background:#f8f9fb;

}

.feature-box{

background:#fff;

padding:40px 30px;

border-radius:8px;

text-align:center;

box-shadow:0 15px 40px rgba(0,0,0,.08);

transition:.3s;

height:100%;

}

.feature-box:hover{

transform:translateY(-10px);

}

.feature-box i{

font-size:42px;

color:#0d5ea8;

margin-bottom:20px;

}

.feature-box h4{

margin-bottom:15px;

font-weight:600;

}

.feature-box p{

color:#777;

line-height:28px;

}

/*====================================

CTA

====================================*/

.cta{



    

    color:#fff;

    text-align:center;

}

.cta h2{

 color: #1c1c1c;
font-size:42px;

font-weight:700;

margin-bottom:20px;

}

.cta p{

    color: #666;
font-size:20px;

margin-bottom:35px;

}

.cta .btn{

background:#fff;

color:#0d5ea8;

font-weight:700;

}

.cta .btn:hover{

background:#f0f0f0;

}

/*==================================
GALERIA
==================================*/

.gallery{

background:#fff;

}

.gallery-img{

width:100%;

height:320px;

object-fit:cover;

border-radius:10px;

transition:.35s;

box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.gallery-img:hover{

transform:scale(1.04);

}



/*==================================
CONTATO
==================================*/

.contact{

padding:40px 0;
background:#f8f9fb;
top: -50px;
bottom: -50px;

}

.contact h2{

margin-bottom:15px;

font-weight:700;

color:#0d5ea8;

}

.contact .form-control{

padding:16px;

border-radius:6px;

}

.contact p{

margin-bottom:8px;

line-height:28px;

}

/*==================================
MAPA
==================================*/

.map iframe{

width:100%;

height:500px;

border:none;

display:block;

top: -50px;

}

/*==================================
RODAPÉ
==================================*/

footer{

background:#0d5ea8;

color:#fff;

padding: 0;

}

.footer-logo{

width:90px;

margin-bottom:15px;

}

footer h4{

margin-bottom:20px;

font-weight:600;

}

footer p{

margin-bottom:12px;

}

footer a{

color:#fff;

}

footer a:hover{

text-decoration:underline;

}

/*==================================
WHATSAPP
==================================*/

.whatsapp{

position:fixed;

right:25px;

bottom:25px;

width:70px;

height:70px;

border-radius:50%;

background:#25D366;

display:flex;

align-items:center;

justify-content:center;

font-size:36px;

color:#fff;

z-index:9999;

box-shadow:0 15px 35px rgba(0,0,0,.25);

animation:pulse 2s infinite;

}

@keyframes pulse{

0%{

transform:scale(1);

}

50%{

transform:scale(1.08);

}

100%{

transform:scale(1);

}

}


.whatsapp:hover{

transform:scale(1.1);

color:#fff;

}

/*==================================
MARCAS
==================================*/

.brands{

padding:90px 0;

background:#fff;

}

.brands-grid{

display:grid;

grid-template-columns:repeat(6,1fr);

gap:40px;

align-items:center;

}

.brands-grid img{

max-width:150px;

margin:auto;

filter:grayscale(100%);

opacity:.75;

transition:.3s;

}

.brands-grid img:hover{

filter:none;

opacity:1;

}

/*==================================
CONTADORES
==================================*/

.numbers{

background:#0d5ea8;

color:#fff;

padding:80px 0;

}

.numbers h2{

font-size:54px;

font-weight:700;

margin-bottom:10px;

}

.numbers p{

font-size:18px;

}

/*==================================
DEPOIMENTOS
==================================*/

.testimonials{

padding:100px 0;

background:#f8f9fb;

}

.testimonial-card{

background:#fff;

padding:35px;

border-radius:8px;

box-shadow:0 15px 35px rgba(0,0,0,.08);

text-align:center;

height:100%;

}

.testimonial-card p{

margin:20px 0;

color:#666;

line-height:28px;

}

/*======================================

FOOTER PREMIUM

======================================*/

.footer{

background:#0b4f91;

color:#fff;

padding:80px 0 30px;

}

.footer-logo{

width:220px;

margin-bottom:25px;

}

.footer h4{

margin-bottom:20px;

font-weight:600;

}

.footer p{

color:#d8d8d8;

line-height:30px;

}

.footer-list{

padding:0;

margin:0;

list-style:none;

}

.footer-list li{

margin-bottom:14px;

color:#ddd;

}

.footer-list i{

color:#fff;

width:25px;

}

.instagram-link{

color:#fff;

font-weight:600;

transition:.3s;

}

.instagram-link:hover{

color:#7fd2ff;

}

.footer hr{

margin:50px 0 25px;

opacity:.2;

}

.copyright{

text-align:center;

font-size:14px;

color:#ccc;

}

/*=============================

BOTÃO TOPO

==============================*/

.topo-btn{

position:fixed;

right:30px;

bottom:110px;

width:55px;

height:55px;

background:#0d5ea8;

color:#fff;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:20px;

z-index:999;

transition:.3s;

box-shadow:0 10px 25px rgba(0,0,0,.2);

}

.topo-btn:hover{

background:#08447a;

color:#fff;

transform:translateY(-5px);

}

html, body{

    overflow-x: hidden;

}

/*============================

OFFCANVAS

=============================*/

.offcanvas{

width:290px;

}

.offcanvas-header{

border-bottom:1px solid #eee;

padding:20px;

}

.offcanvas-body{

padding:30px;

}

.offcanvas .nav-link{

font-size:18px;

padding:14px 0;

font-weight:600;

color:#222!important;

border-bottom:1px solid #eee;

}

.offcanvas .btn{

margin-top:30px;

padding:15px;

}

/* =========================================
RODAPÉ
========================================= */

.footer a{

    color:#ffffff !important;

    text-decoration:none;

}

.footer a:hover{

    color:#4fc3ff !important;

}

.footer i{

    color:#ffffff;

}

.footer a,
.footer a:visited{

    color:#ffffff !important;

    text-decoration:none;

}

.footer a:hover{

    color:#8fd3ff !important;

}

html{

scroll-behavior:smooth;

}

.nav-link.active{

color:#0d6efd !important;

font-weight:700;

}

/* ===================================
   MENU ATIVO
=================================== */

.nav-link{

    transition:.3s;
     position:relative;

}

.nav-link.active{

    color:#0d6efd !important;

    font-weight:700;

}

.nav-link.active::after{

    width:100%;

}



.nav-link::after{

    content:"";

    position:absolute;

    left:0;

    bottom:-6px;

    width:0;

    height:3px;

    background:#0d6efd;

    transition:.3s;

}

.nav-link:hover::after{

    width:100%;

}

.nav-link.active::after{

    width:100%;

}

@media(max-width:991px){

.navbar-collapse{

background:#fff;

padding:25px;

margin-top:15px;

border-radius:12px;

box-shadow:0 15px 40px rgba(0,0,0,.15);

}

.navbar-nav .nav-link{

padding:14px 0;

font-size:18px;

}

.navbar .btn{

margin-top:20px;

width:100%;

}

}

/* ==========================================
   HEADER PREMIUM
========================================== */

#menuPrincipal{

    transition:all .35s ease;

    padding:18px 0;

    background:transparent;

}

#menuPrincipal.scrolled{

    background:#ffffff;

    box-shadow:0 10px 30px rgba(0,0,0,.12);

    padding:8px 0;

}

#menuPrincipal.scrolled .logo{

    height:60px;

}


#menuPrincipal.scrolled .nav-link{

    color:#1c1c1c;

}

#menuPrincipal.scrolled .btn{

    padding:10px 24px;

}

@media (max-width: 991px){

    .contato-info{
        text-align: center !important;
    }

    .contato-info h2,
    .contato-info p,
    .contato-info strong,
    .contato-info a{
        text-align: center !important;
        display: block;
    }

}

