@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.text-blue-1{color:  #0066B3 !important;}
.text-blue-2{color: #0053A6 !important;}
.text-blue-3{color:  #072552 !important;}
.bg-blue-1{background-color:  #0066B3 !important;}
.bg-blue-2{background-color: #0053A6 !important;}
.bg-blue-3{background-color:  #072552 !important;}

.text-red{color:#ED1C24 !important;}
.bg-red{background-color:#ED1C24 !important;}

.text-gray{color: #CDD4D9 !important;}
.bg-gray{background-color: #CDD4D9 !important;}



.link-redirect{
      text-decoration: none;
      color: black;
}



.active-link{
    color: #ED1C24 !important;
}

.hover-card:hover{
    transition: all 500ms;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.514) !important;
    border-radius: 15px;
    cursor: pointer;
}

.btn-favo-zindex{
    position: relative;
    z-index: 99 !important;
}

.fade-meus-favo{
    animation: animaTroca 1.5s normal !important;
}
@keyframes animaTroca{
    from{opacity: 0;}
    to{opacity: 1;}
}


#loading{
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.763);
    display: flex;
    justify-content: center;
    align-items: center;
}



/*----------------------BTN WPP FLOAT---------------------*/
#btn-wpp-float{
     width: 60px;
     height: 60px;
     position: fixed;
     bottom: 20px;
     right: 25px;
     z-index: 100;
}
#btn-wpp-float img{
     width: 100%;
     height: 100%;
     object-fit: cover;
     object-position: center;
}

@media(min-width:1800px){
    #btn-wpp-float{
        width: 80px;
        height: 80px;
        position: fixed;
        bottom: 30px;
        right: 30px;
        z-index: 100;
   }
}

@media(max-width:992px){
    #btn-wpp-float{
        width: 50px;
        height: 50px;
        position: fixed;
        bottom: 15px;
        right: 15px;
        z-index: 100;
   }
}
/*----------------------BTN WPP FLOAT---------------------*/








/*-----------------------MENU MOBILE-----------------------*/
#menu-mobile{
   position: fixed;
   z-index: 1000;
   top: 0px;
   width: 100%;
   height: 0vh;
   transition: all 500ms;
   background-color: #072552;
   overflow: hidden;
 
}
#menu-mobile #btn-close{
    position: absolute;
    top: 25px;
    left: 22px;
    z-index: 120000;
}
#menu-mobile #btn-close img{
    width: 35px;
}
#menu-mobile nav{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#menu-mobile nav a{
    text-decoration: none;
    color: white;
    margin-bottom: 20px;
    font-size: 20px;
}

#menu-mobile #container-icons-mobile{
    background-color: #0066B3;
    padding: 8px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 60px;
}
#menu-mobile #container-icons-mobile a{
    margin: 8px 0px;
}
#menu-mobile #container-icons-mobile a img{
    width: 45px;
}
/*----------------------MENU MOBILE------------------------*/






/*-----------------------------BANNER INICIAL, PESQUISA E HEADER---------------------------------*/
#banner-inicial{
    height: 65vh;
    background-image: url('../img/capa-home.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#banner-inicial header{
    position: absolute;
    top: 0;
    width: 100%;
    padding: 35px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#banner-inicial header a img{
    width: 130px;
}
#banner-inicial header nav a{
    color: white;
    text-decoration: none;
    font-size: 13px;
    margin-left: 10px;
    margin-right: 10px;
    transition: all 500ms;
}
#banner-inicial header nav a:hover{
    color: rgba(255, 255, 255, 0.596);
}
#banner-inicial header nav button{
    color: white;
    background-color: #60D669;
    border-radius: 12px;
    border: none;
    padding: 4px 20px;
    font-size: 12px;
    margin-left: 10px;
    margin-right: 10px;
    transition: all 500ms;
}
#banner-inicial header nav button:hover{
    background-color: #60d66a9a;
    margin-left: 10px;
    margin-right: 10px;
}
.icons-menu{
    margin-left: 7px !important;
    margin-right: 7px !important;
    font-size: 16px !important;
}




#pesquisa{
    margin-top: 55px;
    text-align: center;
    width: 45%;
}
#pesquisa #container-input-pesquisa{
    margin-top: 25px;
    height: 50px;
    width: 100%;
    position: relative;
}
#pesquisa #container-input-pesquisa #input-pesquisa{
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    font-size: 12px;
    border-radius: 30px;
    border: none;
}
#pesquisa #container-input-pesquisa a{
    position: absolute;
    right: 2px;
    padding: 2px;
    height: 100%;
}
#pesquisa #container-input-pesquisa a img{
    height: 100%;
}



/*DESK FULL*/
@media(min-width:1800px){
    #banner-inicial header{
        padding: 40px 100px;;
    }

    .icons-menu{
        margin-left: 10px !important;
        margin-right: 10px !important;
        font-size: 20px !important;
    }

    #banner-inicial header nav button{
        border-radius: 15px;
        padding: 6px 25px;
        font-size: 14px;
        margin-left: 15px;
        margin-right: 15px;
    }

    #banner-inicial header nav a{
        font-size: 15px;
        margin-left: 15px;
        margin-right: 15px;
    }

    #banner-inicial header a img{
        width: 150px;
    }



    #pesquisa{
        margin-top: 60px;
    }
    #pesquisa h4{
        font-size: 40px;
    }
    #pesquisa #container-input-pesquisa{
        margin-top: 30px;
        height: 65px;
    }
    #pesquisa #container-input-pesquisa #input-pesquisa{
        padding: 10px 25px;
        font-size: 14px;
        border-radius: 35px;
    }
}
/*DESK FULL*/



/*MOBILE*/
@media(max-width:992px){
    #banner-inicial{
        height: 70vh;
        background-image: url('../img/capa-inicial-mobile.png');
    }

    /*header que aparece somente no mobile*/
    #banner-inicial header{
        position: absolute;
        top: 0;
        width: 100%;
        padding: 25px 10px;
        background-color: white;
        text-align: center;
        border-bottom: 3px solid #ED1C24 !important;
    }
    #banner-inicial header a img{
        width: 160px;
    }

    #conteiner-toggler{
        position: absolute;
        font-size: 30px;
        top: 15px;
        left: 30px;
    }
    /*header que aparece somente no mobile*/


    #pesquisa{
        margin-top: 150px;
        width: 90%;
    }
}
/*MOBILE*/
/*-----------------------------BANNER INICIAL, PESQUISA E HEADER---------------------------------*/








/*---------------------------------------NOVIDADES DA LOJA--------------------------------------*/
#novidades-loja{
    padding: 60px;
    background-color: #CDD4D9;
}

/*CARD*/
.container-card-carro-novidades-loja{
    background-color: #EDF3F5;
    border-radius: 15px;
    overflow: hidden;
}

.container-card-carro-novidades-loja .container-img-carro-card{
     width: 100%;
     height: 240px;
}
.container-card-carro-novidades-loja .container-img-carro-card img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.container-card-carro-novidades-loja .linha-gradiente{
     background-image: linear-gradient(to left, #ED1C24, #0066B3);
     height: 3px;
     width: 100%;
     margin-bottom: 15px;
}

.container-card-carro-novidades-loja #nome-carro-card-novidades{
    text-align: center;
    color: #072552;
    font-size: 16px;
    font-weight: bold;
}

.container-card-carro-novidades-loja #sub-nome-carro-card-novidades{
    text-align: center;
    color: #072552;
    font-size: 12px;
    margin-top: 5px;
}

.container-card-carro-novidades-loja .container-info-card{
    width: 90%;
    padding: 10px;
    border-top: 1px solid #CDD4D9;
    border-bottom: 1px solid #CDD4D9;
    margin: 15px auto;
    color: #85919C !important;
}
.container-card-carro-novidades-loja .container-info-card span{
    font-size: 11px;
}
.container-card-carro-novidades-loja .container-info-card span img{
    width: 12px;
}

.container-card-carro-novidades-loja .info-final-card{
    width: 90%;
    padding: 4px;
    margin: 0px auto 10px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.container-card-carro-novidades-loja .info-final-card i{
    color: #072552;
    font-size: 18px;
}
.container-card-carro-novidades-loja #container-preco-card-carro{
    color: #072552;
    font-weight: bolder;
    font-size: 17px;
}



/*abaixo fipe*/
.abaixo-fipe{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    padding: 7px 4px;
    border-bottom-right-radius: 15px;
    background-color: #ED1C24;
    text-align: center;
    color: white;
    font-size: 9px;
    font-weight: bold;
    letter-spacing: 1px;
    z-index: 2;
}
.abaixo-fipe img{
    width: 9px;
    margin-top: -1px;
}
/*abaixo fipe*/





.container-btn-estoque-completo{
    margin-top: 30px;
    text-align: center;
}
.container-btn-estoque-completo #btn-ver-estoque-completo{
    background-color: #0066B3;
    padding: 10px 80px;
    border-radius: 20px;
    border: none;
    color: white;
    font-weight: 500;
    font-size: 14px;
    transition: 500ms;
}
.container-btn-estoque-completo #btn-ver-estoque-completo:hover{
    background-color: #0065b396;
}





@media(max-width:992px){
    #novidades-loja{
        padding: 50px 2px;
    }

    .container-card-carro-novidades-loja #nome-carro-card-novidades{
        font-size: 22px;
    }
    
    .container-card-carro-novidades-loja #sub-nome-carro-card-novidades{
        font-size: 16px;
    }

    .container-card-carro-novidades-loja .container-img-carro-card{
        height: 360px;
    }

    .container-card-carro-novidades-loja .container-info-card span{
        font-size: 14px;
    }
    .container-card-carro-novidades-loja .container-info-card span img{
        width: 15px;
    }

    .container-card-carro-novidades-loja #container-preco-card-carro{
        font-size: 24px;
    }

    .container-card-carro-novidades-loja .info-final-card i{
        font-size: 27px;
    }



    .abaixo-fipe{
        width: 45%;
        padding: 10px 3px;
        font-size: 12px;
    }
    .abaixo-fipe img{
        width: 12px;
    }




    .hide-mobile{
        display: none;
    }
}
/*CARD*/
/*---------------------------------------NOVIDADES DA LOJA--------------------------------------*/







/*----------------------------------------TOP 5 VISITADOS--------------------------------------*/
#top-5{
    background-color: white;
    padding: 60px 15px;
}

/*CARD TOP 5*/
.container-card-top-5{
    width: 20%;
    padding: 20px 40px;
    position: relative;
}


.container-card-top-5 .container-img-top-5{
    width: 100%;
    height: 170px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.container-card-top-5 .container-img-top-5 .img-capa{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.abaixo-fipe-top-5{
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    padding: 5px 2px;
    border-bottom-right-radius: 13px;
    background-color: #ED1C24;
    text-align: center;
    color: white;
    font-size:6px;
    font-weight: bold;
    letter-spacing: 1px;
    z-index: 2;
}
.abaixo-fipe-top-5 img{
    width: 6px;
    margin-top: -1px;
}



#nome-carro-top-5{
    width: 75%;
    font-size: 14px;
    position: relative;
    line-height: 1.2;
    max-height: calc(1.2em * 3);
    min-height: calc(1.2em * 3);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}

#valor-carro-top-5{
    font-size: 17px;
}




.numero-top-5{
    color: #CDD4D9;
    font-size: 80px;
    position: absolute;
    top: -10px;
    font-weight: bolder;
    z-index: 100;
}




@media(max-width:992px){
    .container-card-top-5{
        width: 85%;
        padding: 20px 20px;
        margin-bottom: 25px;
    }

    .container-card-top-5 .container-img-top-5{
        height: 290px;
    }

    #nome-carro-top-5{
        font-size: 20px;
    }

    #ano-carro-top-5{
        font-size: 19px;
    }

    #valor-carro-top-5{
        font-size: 25px;
    }




    .abaixo-fipe-top-5{
        font-size:8px;
    }
    .abaixo-fipe-top-5 img{
        width: 8px;
    }
}
/*CARD TOP 5*/

/*----------------------------------------TOP 5 VISITADOS--------------------------------------*/










/*----------------------------------------NÃO ENCONTROU-----------------------------------------*/
#nao-encontrou{
     background-image: url('../img/capa-nao-encontrou.png');
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
     height: 45vh;
}


#content-left h4{
     width: 40%;
     margin-bottom: 20px;
}
#content-left h6{
     width: 40%;
}



#content-right #btn-wpp-bn{
    background-color: white;
    color: #072552;
    padding: 12px 60px;
    border: none;
    border-radius: 20px;
    font-weight: 600;
    transition: 500ms;
}
#content-right #btn-wpp-bn:hover{
    background-color: rgba(255, 255, 255, 0.541);
}




@media(min-width:1800px){
    #nao-encontrou{
        height: 35vh;
    }
}
@media(max-width:992px){
    #nao-encontrou{
        height: 80vh;
        background-image: url('../img/nao-encontrou-mobile.png');
        padding: 40px 0px;
    }



    #content-left{
        width: 100%;
        padding: 20px;
    }
    #content-left h4{
        width: 70% !important;
        margin-bottom: 20px;
        font-size: 28px;
    }
    #content-left h6{
        width: 70% !important;
        font-size: 17px;
    }


   
    #content-right{
       width: 100%;
       padding: 20px;
    }
    #content-right span{
       width: 60%;
       font-size: 20px;
    }
    #content-right #btn-wpp-bn{
       padding: 10px 35px !important;
    }

}
/*----------------------------------------NÃO ENCONTROU-----------------------------------------*/







/*--------------------------------------MEUS FAVORITOS------------------------------------*/
#meus-favoritos{
    padding: 85px 15px;
}

.container-meus-favo-core h5{
    margin-left: 30px;
    width: 30%;
    font-size: 50px;
    font-weight: lighter;
}




#controllers-carousel-meus-favo{
    position: absolute;
    top: 45%;
    width: 100% !important;
    display: flex;
    justify-content: space-between;
}
#controllers-carousel-meus-favo i{
    color: #6d6e71b9;
    cursor: pointer;
    font-size: 25px;
}




/*CARD MEUS FAVO DESK*/
.container-card-meus-favo{
    position: relative;
    padding: 0px 10px;
}


.container-card-meus-favo .container-img-meus-favo{
    width: 100%;
    height: 140px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.container-card-meus-favo .container-img-meus-favo .img-capa{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}



#nome-carro-meus-favo{
    width: 95%;
    font-size: 11px;
    position: relative;
    line-height: 1.2;
    max-height: calc(1.2em * 3);
    min-height: calc(1.2em * 3);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    color: #6D6E71;
}


#ano-carro-meus-favo{
    color: #ED1C24;
    font-size: 12px;
}

#valor-carro-meus-favo{
    font-size: 14px;
    margin-top: -10px !important;
}
/*CARD MEUS FAVO DESK*/






/*CARD MEUS FAVO MOBILE*/
#hide-mobile{
    display: none;
}

.container-card-meus-favo-mobile{
    position: relative;
    padding: 0px 10px;
    width: 200px !important;
}


.container-card-meus-favo-mobile .container-img-meus-favo-mobile{
    width: 100%;
    height: 180px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.container-card-meus-favo-mobile .container-img-meus-favo-mobile .img-capa{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}



#nome-carro-meus-favo-mobile{
    width: 90%;
    font-size: 15px;
    position: relative;
    line-height: 1.2;
    max-height: calc(1.2em * 3);
    min-height: calc(1.2em * 3);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    color: #6D6E71;
}


#ano-carro-meus-favo-mobile{
    color: #ED1C24;
    font-size: 15px;
}

#valor-carro-meus-favo-mobile{
    font-size: 17px;
    margin-top: -10px !important;
}
/*CARD MEUS FAVO MOBILE*/






@media(max-width:992px){
    #container-meus-favo{
        display: none;
    }

    .container-meus-favo-core h5{
        margin-left: 0px;
        text-align: center;
        margin-top: 20px;
        width: 90%;
        font-size: 40px;
    }

    .container-meus-favo-core{
        margin-bottom: 35px !important;
    }

    #hide-mobile{
        display: block;
    }
    #container-meus-favo-mobile{
        display: flex;
        justify-content: center;
        width: 600px;
        overflow-x: hidden !important;
    }
}

/*--------------------------------------MEUS FAVORITOS------------------------------------*/






#detalhe-footer{
    height: 3px;
    width: 100%;
    background-image: linear-gradient(to left, #ED1C24, #0066B3);
}






/*-----------------------------------------FOOTER----------------------------------*/
#footer{
    padding: 40px 5px; 
    background-color: #EFF0F2;
}

#division-footer{
    height: 1px;
    background-color: rgba(0, 0, 0, 0.253);
    width: 100%;
    margin: 35px auto;
}



/*apenas desk*/
.info-footer-left img{
      width: 190px;
      margin-bottom: 18px;
}
.info-footer-left p{
    margin-bottom: 18px;
    width: 200px;
    font-size: 13px;
    color: #373737;
}
.info-footer-left a{
    text-decoration: none;
    color: white;
    background-color: #373737;
    padding: 7px 18px;
    font-size: 12px;
    border-radius: 15px;
    transition: all 500ms;
}
.info-footer-left a:hover{
    background-color: #373737c0;
}




.info-footer-right{
    display: flex;
    justify-content: center;
    align-items: center;
}
.info-footer-right div{
    margin-left: 60px;
}
/*apenas desk*/




/*apenas mobile*/
.acessar-no-mapa{
        text-decoration: none;
        color: white;
        background-color: #373737;
        padding: 10px 18px;
        text-align: center;
        width: 60%;
        font-size: 12px;
        border-radius: 15px;
        transition: all 500ms;
        margin-bottom: 20px;
}
.acessar-no-mapa:hover{
    background-color: #373737c0;
}
/*apenas mobile*/




.footer-final{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-final span{
    font-size: 12px;
}
@media(max-width:992px){
    #division-footer{
        margin: 20px auto;
    }

    .footer-final{
        padding: 0px 10px;
    }

    .footer-final span{
        font-size: 9px;
    }
}
/*-----------------------------------------FOOTER----------------------------------*/














/*-----------------------------------------------------------------------------------*/
/*------------------------------------SOBRE NÓS--------------------------------------*/
/*-----------------------------------------------------------------------------------*/

/*CONTENT INICIAL IMG E TEXT*/
#content-sobre-nos{
    padding: 50px 10px;
    background-color: #DDE7EE;
}

.text-sobre-nos{
    padding-left: 50px;
}
.text-sobre-nos p{
     font-size: 11px;
}

@media(min-width:1800px){
    .text-sobre-nos p{
        font-size: 13px;
    }
}

@media(max-width:992px){
    #content-sobre-nos{
        padding: 30px 10px;
        background-color: #DDE7EE;
    }

    .text-sobre-nos{
        padding-left: 0px;
        padding: 0px 15px;
    }

    .text-sobre-nos p{
        font-size: 14px;
    }
}
/*CONTENT INICIAL IMG E TEXT*/






/*WPPS FORM CONTATO*/
#form-wpps-contato{
    background-color: #02478E;
    padding: 20px 0px 40px 0px;
}



.wpps-contato img{
    width: 18px;
    margin-right: 10px;
}
.wpps-contato a{
    text-decoration: none;
    color: white;
    font-size: 14px;
}
.wpps-contato h6{
    text-decoration: none;
    color: white;
    font-size: 14px;
}

.division-wpps{
    width: 100%;
    height: 1px;
    background-color: white;
    margin: 20px 0px;
}






.form-contato{
    width: 60%;
}

.form-contato h6{
    text-align: center;
    margin-bottom: 15px;
    color: white;
}

.form-contato form label{
    color: white;
    font-size: 13px;
    margin-bottom: 5px;
}
.form-contato form input{
    background-color: white;
    border-radius: 20px;
    padding: 10px 15px;
    margin-bottom: 10px;
    border: none;
    font-size: 11px;
}
.form-contato form input::placeholder{
    font-size: 11px;
}
.form-contato form textarea{
    background-color: white;
    border-radius: 20px;
    padding: 10px 15px;
    margin-bottom: 10px;
    border: none;
    font-size: 10px;
}
.form-contato form textarea::placeholder{
     font-size: 11px;
}


.btn-enviar-form{
    background-color: white;
    border: none;
    color: #0066B3;
    font-size: 15px;
    padding: 7px 80px;
    border-radius: 18px;
    transition: 500ms;
}
.btn-enviar-form:hover{
    background-color: rgba(255, 255, 255, 0.747);
}





#division-mapa-form{
    background-color: white;
    height: 1px;
    width: 75%;
    margin: 0 auto;
}





@media(min-width:1800px){
    #form-wpps-contato{
        
    }

    .form-contato{
        width: 70%;
    }

    .form-contato form input{
        padding: 10px 15px;
        font-size: 12px;
    }
    .form-contato form input::placeholder{
        font-size: 12px;
    }
    .form-contato form textarea{
        padding: 10px 15px;
        font-size: 12px;
    }
    .form-contato form textarea::placeholder{
         font-size: 12px;
    }
}



@media(max-width:992px){
    #division-mapa-form{
        width: 90%;
        margin-top: 25px;
    }

    .container-wpps{
        background-color: #DDE7EE;
        padding: 30px 0px;
    }
    .wpps-contato img{
        width: 18px;
        margin-right: 10px;
    }
    .wpps-contato a{
        text-decoration: none;
        color: #072552;
        font-size: 18px;
        text-align: center;
    }
    .wpps-contato h6{
        color: #072552;
        text-align: center;
    }

    .tel-top{
        display: block;
    }
    .borda-cima-baixo{
        border-top: 2px solid #072552;
        padding: 10px 0px;
    }
    .title-wpps{
        font-weight: bold !important;
        font-size: 20px !important;
    }

    
    
    .division-wpps{
        width: 100%;
        height: 1px;
        background-color: white;
        margin: 20px 0px;
    }


    .form-contato{
        width: 90%;
        margin-top: 40px;
    }
    
    .form-contato h6{
        margin-bottom: 20px;
        font-size: 20px;
    }
    
    .form-contato form label{
        color: white;
        font-size: 13px;
        margin-bottom: 4px;
    }
    .form-contato form input{
        background-color: white;
        border-radius: 20px;
        padding: 10px 15px;
        margin-bottom: 10px;
        border: none;
        font-size: 12px;
    }
    .form-contato form input::placeholder{
        font-size: 12px;
    }
    .form-contato form textarea{
        background-color: white;
        border-radius: 20px;
        padding: 10px 15px;
        margin-bottom: 10px;
        border: none;
        font-size: 12px;
    }
    .form-contato form textarea::placeholder{
         font-size: 12px;
    }
    
    
    .btn-enviar-form{
        background-color: white;
        border: none;
        color: #0066B3;
        font-size: 16px;
        padding: 8px 70px;
        border-radius: 18px;
        transition: 500ms;
    }
    .btn-enviar-form:hover{
        background-color: rgba(255, 255, 255, 0.747);
    }
}
/*WPPS FORM CONTATO*/






/*MAPA GRADIENTE*/
#mapa-gradiente{
    background-image: url('../img/mapa-gradiente.png');
    background-size: cover;
    background-position: center;
    height: 45vh;
    margin-top: -1px !important;
}



.card-ver-no-mapa{
    margin-right: -23%;
    position: relative;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
}
.card-ver-no-mapa h6{
    color: #0066B3;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px;
}
.card-ver-no-mapa p{
    color: #0066B3;
    font-size: 13px;
}
.card-ver-no-mapa a{
    margin-top: 20px;
    display: block;
    color: white;
    background-color: #0066B3;
    text-align: center;
    border: none;
    text-decoration: none;
    padding: 7px 50px;
    border-radius: 15px;
    transition: 500ms;
}
.card-ver-no-mapa a:hover{
    background-color: #0065b3cc;
}
.card-ver-no-mapa img{
     position: absolute;
     left: -20px;
     top: 45%;
     width: 30px;
}



@media(max-width:1400px){
    #mapa-gradiente{
        background-image: url('../img/mapa-gradiente.png');
        background-size: cover;
        background-position: center;
        height: 60vh;
        margin-top: -1px !important;
    }

    .card-ver-no-mapa{
        margin-right: -30%;
        background-color: white;
        padding: 20px;
        border-radius: 10px;
    }
}

@media(max-width:992px){
    .card-ver-no-mapa{
        margin-right: auto;
        margin-left: auto;
        top: -150px;
        background-color: white;
        padding: 20px;
        border-radius: 10px;
    }

    .card-ver-no-mapa img{
        position: absolute;
        left: 45%;
        right: auto;
        top: auto;
        bottom: -25px;
        width: 30px;
        transform: rotate(270deg);
   }
}
/*MAPA GRADIENTE*/



/*-----------------------------------------------------------------------------------*/
/*------------------------------------SOBRE NÓS--------------------------------------*/
/*-----------------------------------------------------------------------------------*/












/*-----------------------------------------------------------------------------------*/
/*------------------------------------VEÍCULO----------------------------------------*/
/*-----------------------------------------------------------------------------------*/

#container-veiculo{
    padding: 50px 10px;
    background-color: #CDD4D9;
}




/*IMAGENS CARRO*/
.imagens-carro{
  
}
.imagens-carro .container-imagem-carro-full{
    width: 100%;
    position: relative;
}
.imagens-carro .container-imagem-carro-full #gradiente-icon-zoom{
    position: absolute;
    top: 0;
    right: 0;
    background-image: linear-gradient(to bottom left, rgba(0, 0, 0, 0.466) , transparent 50%);
    width: 15%;
    height: 20%;
    z-index: 80;
    border-bottom-left-radius: 100px;
}
.imagens-carro .container-imagem-carro-full #icon-zoom{
    width: 32px;
    position: absolute;
    top: 4%;
    right: 0%;
    cursor: pointer;
    color: white;
    z-index: 100;
}
@media(max-width:992px){
    .imagens-carro .container-imagem-carro-full #icon-zoom{
        display: none;
    }
    .imagens-carro .container-imagem-carro-full #gradiente-icon-zoom{
        display: none;
    }
}
.imagens-carro .container-imagem-carro-full #imagem-principal{
     width: 100%;
     height: 100%;
     object-fit: cover;
     object-position: center;
}
.imagens-carro .container-imagem-carro-full .container-arrows-imagem-carro{ 
     position: absolute;
     top: 45%;
     width: 100%;
     display: flex;
     justify-content: space-between;
     align-items: center;
     z-index: 5;
     padding: 0px 20px;
}
.imagens-carro .container-imagem-carro-full .container-arrows-imagem-carro img{ 
     width: 35px;
     cursor: pointer;
}


.imagens-carro .container-imagem-carro-full .container-indicadores-imagem-carro{
    position: absolute;
    width: 100%;
    bottom: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.imagens-carro .container-imagem-carro-full .container-indicadores-imagem-carro div{
    background-color: white;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin: 0 4px;
}
.active-imagem{
    width: 20px !important;
    background-color: #0053A6 !important;
}



.container-previas-imagens{
    margin-top: 7px;
    width: 100%;
    padding-bottom: 5px;
    overflow-x: scroll;
    scroll-behavior: smooth;
}
.container-previas-imagens::-webkit-scrollbar {
    height: 6px; 
    background-color: transparent; 
}

.container-previas-imagens::-webkit-scrollbar-thumb {
     background-color: rgba(128, 128, 128, 0.445); 
}

.container-previas-imagens::-webkit-scrollbar-thumb:hover {
     background-color: darkgray; 
}
.container-previas-imagens .previas-imagens{
    display: flex;
    justify-content: start;
    align-items: center;
}
.imagem-container-one{
    width: 100px;
    height: 100px;
    margin-right: 5px;
}
.imagem-container-one img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.active-previa{
    border: 1px solid #0053A6 !important;
}



.compartilhe-carro{
    margin-top: 25px;
}
.compartilhe-carro span{
    font-size: 14px;
}
.compartilhe-carro a img{
    width:30px;
    margin-left: 5px;
}


.compartilhe-carro-mobile{
    display: none;
}
/*IMAGENS CARRO*/




/*MODAL IMAGEM GRANDE DESKTOP*/
#modalImgGrandeDesktop{
    position: fixed;
    z-index: 1000 !important;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    display: none;
    background-color: rgba(0, 0, 0, 0.952);
}

#modalImgGrandeDesktop #close{
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    z-index: 120000 !important;
}
@media(min-width:1700px){
    #modalImgGrandeDesktop #close{
        top: 70px;
        right: 70px;
        font-size: 35px;
    }
}

.container-imagem-modal-grande{
     height: 95vh;
     width: 90%;
     display: flex;
     justify-content: center;
     align-content: center;
}

.imagemGrande-previas{
    height: 100%;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.imagemPrincipal-container{
      height: 85%;
      width: 70%;
}
.imagemPrincipal-container #imagem-grande-modal{
       height: 100%;
       width: 100%;
       object-fit: cover;
       object-position: center;
}

.previas-container{
      margin-top: 1%;
      width: 100%;
      height: 9%;
      display: flex;
      justify-content: center;
      align-items: center;
}
.previas-container .container-previas-modal{
      height: 100% !important;
      width: 70px !important;
      margin: 0 4px;
}
.previas-container .container-previas-modal img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
}
@media(min-width:1700px){
    .previas-container .container-previas-modal{
        width: 85px !important;
        margin: 0 7px;
    }
}

.controllers-container-gg{
     display: flex;
     justify-content: space-between;
     align-items: center;
     position: absolute;
     top: 45%;
     width: 70%;
}
.controllers-container-gg i{
      font-size: 22px;
      color: white;
      cursor: pointer;
      transition: 400ms;
}
.controllers-container-gg i:hover{
    color: rgba(255, 255, 255, 0.804);
}

.active-previa-gg{
      border: 2px solid #0053A6 !important;
}
/*MODAL IMAGEM GRANDE DESKTOP*/




/*INFORMAÇÕES CARRO*/
.informacoes-carro{
    padding-left: 25px;
}




.head-card{
    border-bottom: 2px solid #072552;
    padding-bottom: 7px;
    display: flex;
    justify-content: space-between;
    align-items: self-start;
}
.head-card div h5{
    font-weight: bold;
    color: #072552;
    font-size: 30px;
}
.head-card div p{
    color: #072552;
    font-size: 18px;
    margin-top: -7px;
}
.head-card img{
     width: 30px;
     cursor: pointer;
}





.diferenciais{
    margin-top: 25px;
}
.diferenciais h6{
    color: #072552;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px;
}
.diferenciais ul{
      list-style: none;
      padding: 0px;
}
.diferenciais ul li{
    color: #072552;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}




.caracteristicas{
    margin-top: 30px;
}
.caracteristicas .container-chave-valor{
    border-top: 1px solid #07255260;
    padding: 10px 0px;
}
.caracteristicas .chave-caracteristica{
     color: #072552;
     font-size: 15px;
     font-weight: 500;
}
.caracteristicas .valor-caracteristica{
    color: #072552;
    font-weight: 700;
    font-size: 14px;
}


.chave-valor, .valor-valor{
    color: #072552;
    font-weight: bold;
    font-size: 22px;
}




.container-btn-wpp-carro{
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-btn-wpp-carro a{
    background-color: #60D669;
    color: white;
    border: none;
    display: block;
    border-radius: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-decoration: none;
    width: 100%;
    cursor: pointer;
    text-align: center;
    transition: 500ms;
}
.container-btn-wpp-carro a:hover{
    background-color: #60d66ab9;
}



.opcionais{
    margin-top: 35px;
}
.opcionais h6{
    color: #072552;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 8px;
}
.opcionais p{
    color: #072552;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 15px;
}
/*INFORMAÇÕES CARRO*/




/*RELACIONADOS*/
.relacionados{
    margin-top: 90px;
    padding: 30px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.container-cards-relacionados{
    margin-top: 35px;
}

.card-relacionado{
    border-radius: 12px;
    background-color: #EDF3F5;
    overflow: hidden;
}
.card-relacionado .container-img-card-relacionado{
    width: 100%;
    height: 180px;
    position: relative;
}
.card-relacionado .container-img-card-relacionado .img-topo{
     width: 100%;
     height: 100%;
     object-position: center;
     object-fit: cover;
}
.card-relacionado .container-img-card-relacionado .core-favo{
    position: absolute;
    bottom: 7%;
    right: 7%;
    width: 23px;
    z-index: 99 !important;
}
.card-relacionado .container-img-card-relacionado .abaixo-fipe-relacionados{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 60%;
    background-color: #ED1C24;
    padding: 1px 0px;
    z-index: 13;
    color: white;
    font-weight: 500;
    text-align: center;
    border-bottom-right-radius: 10px;
}
.card-relacionado .container-img-card-relacionado .abaixo-fipe-relacionados img{
    width: 9px;
}
.card-relacionado .container-img-card-relacionado .abaixo-fipe-relacionados span{
     font-size: 8px;
}


.info-card-relacionado h6{
     font-size:13px;
     width: 95%;
     height: 50px;
     position: relative;
     line-height: 1.2;
     max-height: calc(1.2em * 3);
     min-height: calc(1.2em * 3);
     overflow: hidden;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 3;
     text-overflow: ellipsis;
}
.info-card-relacionado p{
     font-size: 13px;
}
.info-card-relacionado h4{
      color: #0066B3;
      font-size: 17px;
      font-weight: bold;
      margin-bottom: 15px;
      margin-top: -4px;
}









.card-relacionado-mobile{
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
}
.card-relacionado-mobile .container-carro-mobile-card-relacionado{
    width: 50%;
    height: 100%;
    position: relative;
}
.card-relacionado-mobile .container-carro-mobile-card-relacionado img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.card-relacionado-mobile .container-carro-mobile-card-relacionado .abaixo-fipe{
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    padding: 7px 4px;
    border-bottom-right-radius: 15px;
    background-color: #ED1C24;
    text-align: center;
    color: white;
    font-size: 9px;
    font-weight: bold;
    letter-spacing: 1px;
    z-index: 2;
}
.card-relacionado-mobile .container-carro-mobile-card-relacionado .abaixo-fipe img{
    width: 9px;
    margin-top: -1px;
}
.card-relacionado-mobile .container-infos-carro-relacionado{
    width: 50%;
    padding: 10px 12px 5px 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
} 
.card-relacionado-mobile .container-infos-carro-relacionado h4{
    font-size: 15px;
    position: relative;
    line-height: 1.2;
    max-height: calc(1.2em * 3);
    min-height: calc(1.2em * 3);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    color: #072552;
    font-weight: bold;
}
.card-relacionado-mobile .container-infos-carro-relacionado p{
    font-size: 13px;
    color: #85919C;
    text-align: end;
}
.card-relacionado-mobile .container-infos-carro-relacionado h3{
    margin-top: -10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card-relacionado-mobile .container-infos-carro-relacionado h3 img{
    width: 25px;
    margin-right: 3px;
    position: relative;
    z-index: 99 !important;
}
.card-relacionado-mobile .container-infos-carro-relacionado h3 span{
    font-size: 16px;
    color: #0053A6;
    font-weight: bold;
}
/*RELACIONADOS*/



@media(max-width:992px){
    #container-veiculo{
        padding: 5px 0px !important;
        border: 1px solid transparent;
    }

    #container-veiculo .row>* {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: 0 !important; 
        padding-left: 0 !important; 
        margin-top: var(--bs-gutter-y);
    }

    .container-previas-imagens{
        display: none;
    }

    .compartilhe-carro{
        display: none;
    }



    .informacoes-carro{
        padding-top: 30px;
    }



    .head-card{
        margin-left: 15px;
        margin-right: 15px;
        padding-bottom: 35px;
        position: relative;
    }
    .head-card .imgs-mobile-abaixo-baixa{
        position: absolute;
        bottom: 10px;
        width: 100%;
    }




    .diferenciais{
        margin-left: 15px;
        margin-right: 15px;  
    }

    .caracteristicas{
        margin-left: 28px;
        margin-right: 28px;
    }

    .container-btn-wpp-carro{
        margin-left: 15px;
        margin-right: 15px;  
    }

    .opcionais{
        margin-left: 20px;
        margin-right: 20px;  
    }

    .esconder-mobile{
        display: none;
    }





    .compartilhe-carro-mobile{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 25px !important;
        padding-bottom: 50px;
    }
    .compartilhe-carro-mobile span{
        font-size: 18px;
        margin-bottom: 15px;
        margin-left: 10px;
        text-align: center;
    }
    .compartilhe-carro-mobile div a img{
        width: 40px;
        margin-left: 10px;
    }




    .relacionados{
           padding: 0px 10px;
    }
    .relacionados .img-title-relacionados{
        width: 80%;
    }
}


/*-----------------------------------------------------------------------------------*/
/*------------------------------------VEÍCULO----------------------------------------*/
/*-----------------------------------------------------------------------------------*/


















/*-----------------------------------------------------------------------------------*/
/*------------------------------------ESTOQUE----------------------------------------*/
/*-----------------------------------------------------------------------------------*/

/*BTN ABRIR FILTRO MOBILE*/
#btn-abrir-filtro-mobile{
     width: 100%;
     padding: 20px;
     text-align: center;
     background-color: #0053A6;
     color: white;
}
/*BTN ABRIR FILTRO MOBILE*/




/*ORDENAR POR MOBILE*/
#ordenar-por-btn-mobile{
    background-color: #CDD4D9;
}

#content-ordenar-por{
    width: 100%;
    background-color: white;
    overflow: hidden;
    transition: 500ms;
    padding: 0px;
    height: 0px;
}

.container-order-mobile{
    background-color: #CDD4D9;
    border-radius: 10px;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: black;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 20px;
}
/*ORDENAR POR MOBILE*/







/*ORDENAR POR DESKTOP*/
#ordenar-por-desktop{
    padding: 0px;
    width: 0%;
    margin-top: 5px;
    background-color: gray;
    position: absolute;
    z-index: 100;
    border-radius: 7px;
    color: white;
    overflow: hidden;
    transition: 10ms;
}
#ordenar-por-desktop .container-checks-desktop{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 7px;
}
#ordenar-por-desktop .container-checks-desktop span{
    font-size: 13px;
}
/*ORDENAR POR DESKTOP*/









/*barra filtro*/
#barra-filtro{
   padding: 30px 10px;
   background-color: white;
}

.container-inputs-filtro{
    background-color: #E9E9E9;
    border: 1px solid #B0B0B0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 5px 10px;
}
.container-inputs-filtro2{
    background-color: #0066B3;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 5px 10px;
}
.container-inputs-filtro2 img{
    width: 20px;
    object-position: center;
    object-fit: cover;
}
.container-inputs-filtro3{
    background-color: #ED1C24;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 5px 10px;
}
.container-inputs-filtro3 img{
    width: 20px;
    object-position: center;
    object-fit: cover;
}


.info-size-pesquisa{
    font-size: 9px;
}

@media(max-width:992px){
    #barra-filtro{
        overflow-y: hidden;
        padding: 0px;
        height: 0px;
        transition: 500ms;
    }
    
    .container-inputs-filtro{
        padding: 15px 7px;
    }
    .container-inputs-filtro2{
        padding: 10px 10px;
    }
    .container-inputs-filtro3{
        padding: 10px 10px;
    }
    
    .info-size-pesquisa{
        font-size: 13px;
    }
}
/*barra filtro*/






#container-estoque{
    background-color: #CDD4D9;
    padding: 80px 10px 50px 10px;
}
@media(max-width:992px){
    #container-estoque{
        padding: 30px 10px 50px 10px;
        margin-top: -2px;
    }
}

.backticks-ordenarpor{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#btn-ordenar-por{
    background-color: transparent;
    border: none;
    font-weight: 600;
    font-size: 13px;
    color: #0066B3;
}



.container-cards-estoque{
    margin-top: 25px;
}
@media(max-width:992px){
    .container-cards-estoque{
        margin-top: 25px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}


/*card desk ESTOQUE*/
.card-estoque{
    overflow: hidden;
    border-radius: 10px;
    background-color: #EDF3F5;
}

.borda-card-estoque{
    background-image: linear-gradient(to left, #ED1C24, #0066B3);
    height: 4px;
    width: 100%;
}

.card-estoque-img-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.card-estoque-img-info .container-img-card-estoque{
    width: 30%;
    height: 260px;
    position: relative;
}
.card-estoque-img-info .container-img-card-estoque img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 2;
}
.card-estoque-img-info .container-img-card-estoque h3{
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    padding: 2px;
     background-color: #ED1C24;
     font-weight: normal;
     border-bottom-right-radius: 15px;
     color: white;
     display: flex;
     justify-content: center;
     align-items: center;
     font-size: 12px;
     z-index: 3;
}
.card-estoque-img-info .container-img-card-estoque h3 span{
    margin-top: 4px;
    margin-bottom: 4px;
}
.card-estoque-img-info .container-img-card-estoque h3 img{
    width: 12px;
}




.card-estoque-img-info .container-infos-card-estoque{
    width: 70%;
    height: 100% !important;
    padding: 20px 25px;
}
.card-estoque-img-info .container-infos-card-estoque .nome-favo{
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding-bottom: 15px;
   border-bottom: 1px solid #BCBEC0;
   margin-bottom: 28px;
}
.card-estoque-img-info .container-infos-card-estoque .nome-favo .nome-card-estoque{
    color: #072552;
    font-weight: bold;
    font-size: 25px;
}
.card-estoque-img-info .container-infos-card-estoque .nome-favo .descri-card-estoque{
    color: #072552;
    font-weight: 500;
    font-size: 15px;
    margin-top: -3px;
}
.card-estoque-img-info .container-infos-card-estoque .nome-favo img{
    width: 30px;
    align-self: flex-start;
}





.card-estoque-img-info .container-infos-card-estoque  .demais-infos{
    padding-bottom:28px;
    border-bottom: 1px solid #BCBEC0;
}
.card-estoque-img-info .container-infos-card-estoque  .demais-infos span{
    color: #85919C;
    font-size: 15px;
}
.card-estoque-img-info .container-infos-card-estoque  .demais-infos img{
    width: 15px;
    margin-top: -3px;
}




.card-estoque-img-info .preco-ver-detalhes{
    margin-top: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card-estoque-img-info .preco-ver-detalhes .preco-carro-estoque{
     color: #072552;
     font-weight: bold;
     font-size: 22px;
}
.btn-ver-mais-estoque-carro{
    color: #072552;
    border: 1px solid #072552;
    border-radius: 15px;
    padding: 4px 30px;
    text-decoration: none;
    font-size: 500;
    transition: 500ms;
    cursor: pointer;
}
.btn-ver-mais-estoque-carro:hover{
    background-color: #072552;
    color: white;
    border: none;
}


.btn-vermais-cards{
    border: none;
    background-color: #0053A6;
    color: white;
    border-radius: 15px;
    padding: 7px 90px;
    cursor: pointer;
    transition: 500ms;
}
.btn-vermais-cards:hover{
    background-color: #0053a696;
}
/*card desk ESTOQUE*/


/*-----------------------------------------------------------------------------------*/
/*------------------------------------ESTOQUE----------------------------------------*/
/*-----------------------------------------------------------------------------------*/














/*-----------------------------------------------------------------------------------*/
/*------------------------------------PESQUISA----------------------------------------*/
/*-----------------------------------------------------------------------------------*/



/*-----------------------------------------------------------------------------------*/
/*------------------------------------PESQUISA----------------------------------------*/
/*-----------------------------------------------------------------------------------*/