#menu{
    background: #01297e!important;
    position: sticky;
    top: 0;
    & .navbar {
        & .navbar-brand {
            & img {
                max-height: 45px;
                filter: brightness(100);
            }
        }
    }    
}
@keyframes chevronFloat {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(6px); }
  100% { transform: translateY(0); }
}
.chevron-bounce-img {
    display: block;
    margin: 0 auto;
    height: auto;
    animation: chevronFloat 1.4s ease-in-out infinite;
    will-change: transform;
}
@media (prefers-reduced-motion: reduce) {
    .chevron-bounce-img {
        animation: none;
    }
}

.lp-vidros-acessorios{
    background: #024b9d;
    .hero{
        display: flex;
        justify-content: space-around;
        align-items: center;
        background: url(./img/hero-bg.png) left center no-repeat;
        & .textos{
            padding: 80px 5px 80px 10%;
            width: 50%;
            & h1 {
                color: #a2c2fd;
                font-size: 4rem;
                line-height: 1.1;
                margin: 0;
                font-weight: 600;
                display: flex;
                &:before{
                    content: '';
                    display: flex;
                    background: url(./img/hero-chev-branco.png) left top no-repeat;
                    width: 4rem;
                    height: 4rem;
                    background-size: 3.8rem;
                    position: absolute;
                    margin-left: -4.5rem;
                    margin-top: 4px;
                }
            }
            & p{
                font-weight: 500;
                font-size: 2.1rem;
                line-height: 1.5;
                color: #fff;
                width: 90%;
            }
            & a.cta{
                background: #00175b;
                padding: 15px 30px;
                font-weight: 700;
                text-decoration: none;
                transition: .3s;
                color: #fff;
                max-width: 100%;
                width: max-content;
                border-radius: 30px;
                margin: 20px auto 0 0;
                display: flex;
                font-size: 1.2rem;
                &:hover{
                    background: #01297e;
                    color: #fff;
                }
                &:before {
                    content: '';
                    display: flex;
                    background: url(./img/hero-chev-azul.png) left top no-repeat;
                    width: 1.2rem;
                    height: 1.2rem;
                    background-size: 1.2rem;
                    margin-top: 4px;
                    margin-right: 10px;
                    font-size: 1rem;
                }             
            }            
        }
        & img{
            width: 49%;
            height: auto;
            display: block;
            margin: 0 0 0 auto;
        }

    }
    .galeria{
        padding: 80px 0;
        & h2{
            text-align: center;
            margin: 25px auto 40px;
            color: #fff;
            font-weight: 700;
            font-size: 2.5rem;
            line-height: 1.3;
        }
        .foto{
            padding: 15px;
            img{
                aspect-ratio: 16/9;
                width: 100%;
                height: auto;
                display: block;
                margin: 0 auto;
                border-radius: 15px;
            }
        }

    }
    .servico{
        padding: 100px 10% 60px;
        background: url(./img/servicos-bg.jpg) center no-repeat;
        background-size: cover;
        & .box{
            padding: 70px;
            background: #fff;
            border-radius: 30px;
            width: max-content;
            max-width: 100%;
            margin: 0 auto;
            & h2 {
                color: #024a9c;
                font-size: 3rem;
                line-height: 1.1;
                margin: 0;
                font-weight: 600;
                display: flex;
                gap: 15px;
                &:before{
                    content: '';
                    display: block;
                    background: url(./img/suporte-chev.png) left top no-repeat;
                    width: 3rem;
                    height: 3rem;
                    background-size: 3rem;
                }
            }
            & ul{
                list-style: none;
                padding: 0;
                margin: 15px 0;
                li{
                    background: url(./img/suporte-chev.png) left center no-repeat;
                    padding: 5px 0px 5px 2rem;
                    background-size: 1rem; 
                }
            }         
            & a.cta{
                background: #00175b;
                padding: 15px 30px;
                font-weight: 700;
                text-decoration: none;
                transition: .3s;
                color: #fff;
                max-width: 100%;
                width: max-content;
                border-radius: 30px;
                margin: 20px auto 0 0;
                display: flex;
                font-size: 1.2rem;
                &:hover{
                    background: #01297e;
                    color: #fff;
                }
                &:before {
                    content: '';
                    display: flex;
                    background: url(./img/hero-chev-azul.png) left top no-repeat;
                    width: 1.2rem;
                    height: 1.2rem;
                    background-size: 1.2rem;
                    margin-top: 4px;
                    margin-right: 10px;
                    font-size: 1rem;
                }             
            }                
        }
    }
    .adas{
        padding: 100px 15% 0;
        & iframe{
            border-radius: 15px;
        }
        & .textos{
            padding-left: 50px;
            & h2{
                font-weight: 600;
                font-size: 1.5rem;
                line-height: 1.3;
                margin: 15px 0;
                color: #fff;
                & span.azul{
                color: #9ee2ff; 
                }
            }
            & p{
                font-size: .9rem;
                line-height: 1.5;
                color: #fff;
                margin: 10px 0;
            }
            & a.cta{
                background: #00175b;
                padding: 15px 30px;
                font-weight: 700;
                text-decoration: none;
                transition: .3s;
                color: #fff;
                max-width: 100%;
                line-height: 1.2;
                width: max-content;
                border-radius: 30px;
                margin: 20px auto 0 0;
                display: flex;
                font-size: 1rem;
                &:hover{
                    background: #01297e;
                    color: #fff;
                }
                &:before {
                    content: '';
                    display: flex;
                    background: url(./img/hero-chev-azul.png) left top no-repeat;
                    width: 1rem;
                    height: 1rem;
                    background-size: 1rem;
                    margin-top: 4px;
                    margin-right: 10px;
                    font-size: 1rem;
                }             
            }    
            & .chevron-bounce-img{
                margin: 0 auto 15px 0;
            }         
        }
         
    }
    .utilitarios{
        padding: 100px 15%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        & .textos{
            width: 48%;
            & h2{
                font-weight: 600;
                font-size: 3.5rem;
                line-height: 1.2;
                margin: 15px 0;
                color: #fff;
            }
            & p{
                font-size: 1.5rem;
                line-height: 1.5;
                color: #fff;
                margin: 10px 0;
                & span.azul{
                    color: #9ee2ff; 
                }
            }
            & a.cta{
                background: #00175b;
                padding: 15px 30px;
                font-weight: 700;
                text-decoration: none;
                transition: .3s;
                color: #fff;
                max-width: 100%;
                width: max-content;
                border-radius: 30px;
                margin: 20px auto 0 0;
                display: flex;
                font-size: 1.2rem;
                &:hover{
                    background: #01297e;
                    color: #fff;
                }
                &:before {
                    content: '';
                    display: flex;
                    background: url(./img/hero-chev-azul.png) left top no-repeat;
                    width: 1.2rem;
                    height: 1.2rem;
                    background-size: 1.2rem;
                    margin-top: 4px;
                    margin-right: 10px;
                }             
            }    
         
        }
        & img{
            width: 51%;
            height: auto;
            display: block;
            margin: 0 0 0 auto;
        }        
         
    } 
    .jr{
        width: 60%;
        border-radius: 30px;
        margin: 0 auto 80px;
        background: #fff;
        padding: 80px;
        & h2 {
            color: #024a9c;
            font-size: 3rem;
            line-height: 1.1;
            margin: 0 auto 30px;
            font-weight: 600;
            display: flex;
            gap: 15px;
            justify-content: center;
            &:before{
                content: '';
                display: block;
                background: url(./img/suporte-chev.png) left top no-repeat;
                width: 3rem;
                height: 3rem;
                background-size: 3rem;
            }
        } 
        & p {
            margin: 15px 0;
            text-align: center;
            font-size: 1.2rem;
            line-height: 1.5;
            strong{
                color: #024b9d;
            }
        }  
        & a.cta{
            background: #00175b;
            padding: 15px 30px;
            font-weight: 700;
            text-decoration: none;
            transition: .3s;
            color: #fff;
            max-width: 100%;
            width: max-content;
            border-radius: 30px;
            margin: 20px auto 0;
            line-height: 1.1;
            display: flex;
            font-size: 1rem;
            &:hover{
                background: #01297e;
                color: #fff;
            }
            &:before {
                content: '';
                display: flex;
                background: url(./img/hero-chev-azul.png) left top no-repeat;
                width: 1rem;
                height: 1rem;
                background-size: 1rem;
                margin-top: 4px;
                margin-right: 10px;
                font-size: 1rem;
            }             
        }                       
    }   
    .rodape {
        border-top: solid 1px #2387f1;
        .redes {
            margin: 20px auto 30px;
        }        
        a.telefone {
            display: block;
            color: #fff;
            margin: 0 15px;
            transition: .3s;
            font-size: 1.2rem;
            line-height: 1.5;
            & i{
                width: auto;
                margin-right: 5px;
                transition: .3s;
                font-size: 1.2rem;  
                color: #2387f1;              
            }
        }
    }
    @media (max-width: 1441px) {
        & .hero{
            .textos{
                h1{
                    font-size: 3rem;
                    &:before {
                        width: 3rem;
                        height: 3rem;
                        background-size: 2.6rem;
                        margin-left: -3.5rem;
                    }                    
                }
                p{
                    font-size: 1.5rem;
                }
            }
        }
        & .adas {
            padding: 80px 5% 0;
            & .textos {
                padding-left: 0;
            }
        }
        & .utilitarios {
            padding: 80px 5% 0;
            & .textos {
                & h2 {
                    font-size: 3rem;
                }  
                & & p {
                    font-size: 1.3rem;
                    width: 95%;
                }                          
            } 
        }   
        & .jr {
            width: 80%;
            margin: 80px auto;
        }            
    }
    @media (max-width: 1025px) {
        & .hero {
            flex-direction: column-reverse;
            & .textos{
                width: 100%;
                padding: 60px 120px 0;                
            }
            & img{
                width: 100%;
            }
        }
        & .galeria {
            & h2 {
            padding: 0 60px;                
            }
        }   
        & .servico {
            padding: 60px;
            & .box {
                padding: 60px;
                & h2 {
                    font-size: 2.5rem;
                }
            }
        }
        & .adas {
            & .textos {
                padding-top: 30px;
            }
        }        
        & .utilitarios {
            padding: 60px 60px 0;
            flex-direction: column-reverse;
            & img {
                width: 100%;
            }    
            & .textos {
                width: 100%;
            }                    
        }   
        & .jr {
            width: calc(100% - 120px);
            margin: 60px auto;
            padding: 60px;
            & h2 {
                font-size: 2.5rem;
            }            
        } 
        & .rodape {
            & img.logo {
                margin: 0 auto 20px;
            }            
            a.telefone {
                text-align: center;
            }
        }                 
    }  
    @media (max-width: 481px) {
        & .hero {
            & .textos {
                width: 100%;
                padding: 40px 30px 0 60px;
                & h1 {
                    font-size: 2rem;
                    &:before {
                        width: 2rem;
                        height: 2rem;
                        background-size: 1.6rem;
                        margin-left: -2rem;
                    }                    
                }
                & p {
                    font-size: 1.2rem;
                } 
                & a.cta {   
                    font-size: 1rem;
                    width: 100%; 
                    padding: 15px;
                    &:before {
                        width: 1rem;
                        height: 1rem;
                        background-size: 1rem;
                        margin-right: 5px;
                    }
                }                           
            }
        }    
        & .galeria {
            padding: 40px 0;
            & h2 {
                padding: 0 30px;
                font-size: 1.5rem;
            }
            .foto {
                padding: 5px;
            }            
        }   
        & .servico {
            padding: 200px 0 0 0;
            background-size: 100%;
            background-position: top;
            & .box {
                padding: 40px 30px;
                border-radius: 0;
                & h2 {
                    display: block;
                    font-size: 2.2rem;
                    gap: 15px;
                    &:before {
                        display: none;
                    }
                }
                & h5{
                    font-size: 1rem;
                    margin: 10px 0 .4em;
                }
            }
        }  
        & .adas {
            padding: 40px 30px 0;
            & .chevron-bounce-img {
                display: none;
            }     
            & .textos {
                padding-top: 10px;
                & h2 {
                    font-size: 1.2rem;
                    margin: 15px 0 0;
                }  
                & p {
                    font-size: .9rem;
                    line-height: 1.5;
                    margin: 5px 0 10px;
                }              
            }       
        }  
        & .utilitarios {
            padding: 40px 30px 0;
            & .textos {
                & h2 {
                    font-size: 1.8rem;
                    margin: 0;
                }
                & p {
                    font-size: 1rem;
                    line-height: 1.5;
                    color: #fff;
                    margin: 0 0;
                }
            }            
        }    
        & .jr {
            width: 100%;
            margin: 60px 0 0;
            padding: 40px 30px;
            border-radius: 0;
            & h2 {
                font-size: 2rem;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                text-align: center;
                margin: 0 auto 10px;                
            }   
            & p {
                margin: 10px 0;
                text-align: center;
                font-size: 1rem;
                line-height: 1.5;
            }                     
        }  
        & .rodape {
            a.telefone {
                margin: 10px;
                font-size: 1rem;
            }
        }                                       
    }      
}
