*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Roboto, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

html {
    scroll-behavior: smooth;
  }

  .search{
    font-size: 6px;
    color:#68688618;
}

.documentos_necessarios{

    display: flex;
    flex-direction: column;
    width: 60%;
    margin-left: 20%;
    color:#5a5a5c;
    margin-top: 30px;
     margin-bottom: 30px;
}

.documentos_necessarios a{
    color:#5a5a5c;
}

.documentos_necessarios a:visited{
    color:#5a5a5c;
}

.documentos_necessarios h3{

    margin-top: 30px;
}


/* vermelho fiat #fc0041ff */

.titulo_x{

    display: flex;
    width: 100%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #2f3446;
    border-top: solid 4px #ddc646;
    margin-bottom: 20px;

}

.marca_texto{

    background-color: #ddc646;

}

.barra_flutuante{
    display: flex;   
    position: fixed;
    bottom: 0;
    z-index: 5000;
    color:#ffffff;
    background-color: #000000d3;  
    -webkit-box-shadow: -1px -6px 14px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px -6px 14px 0px rgba(0,0,0,0.75);
    box-shadow: -1px -6px 14px 0px rgba(0,0,0,0.75);
    right: 7px;  
    border: solid 1px #fff; 
    font-family: Roboto, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    border-radius: 15px 15px 0 15px;
}

.barra_flutuante .inicio{

  
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 13px;
    border-right: solid 1px #fff;
    cursor: pointer;
}

.barra_flutuante .modelos{


    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 13px;
    border-right: solid 1px #fff;
    cursor: pointer;

}

.barra_flutuante .contato{

    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 13px;
    cursor: pointer;
   
}

.barra_flutuante .contato img{

    width: 20px;
    height: 20px;
    margin-right: 7px;
   
}



.barra_sup{

    display: flex;
    width: 100%;
    height: 50px;
    padding: 15px 0;
    justify-content: center;
    background-color: #000;
    align-items: center;
}

.barra_sup .logo{

    display: flex;
    justify-content: center;
    width: 49px;
    margin-right: 7px;
    align-items: center;
}

.barra_sup .logo img{

    width: 100%;
    filter: brightness(1.5);
   
}

.barra_sup .texto{

    width: 50px;
    font-size: 10px;
    color: #fff;
}



.apresentacao{

    display: flex;
    justify-content: center;
    width: 100%;
    height: 400px;
    background-image: url(../imagens/banner-desconto-cnpj-fiat.jpg);
    background-size: cover;
    background-position-y: -80px;
    background-repeat: no-repeat;
   
}


.apresentacao .texto{

    display: flex;
    width: 40%;

}

.apresentacao .imagem{

    display: flex;
    width: 20%;
}

.apresentacao .imagem img{

    width: 250px;
    height: 250px;
    filter:opacity(auto);
}

.apresentacao .consultora{

    display: flex;    
    justify-content: center;
    align-items: center;
    width: 22%;
    height: 200px;
    background-color: #000000e7;
    color: #fff;
    border-radius: 0 0 40px 40px;
    -webkit-box-shadow: 0px 6px 10px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 10px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 10px 2px rgba(0,0,0,0.75);
    

}

.apresentacao .consultora .texto{

    display: flex;
    width: 35%;
    margin-left: 15%;
    padding-right: 10px;
    font-size: 16px;
  font-weight: 800;

}

.apresentacao .consultora .imagem{

    display: flex;
    width: 50%;  
   
  
}

.apresentacao .consultora .imagem img{

  
    width: 150px;
    height: 150px;
    

}



.barra_info{

    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background-color: rgb(231, 2, 59);
    color:#fff;
    font-size: 20px;

}

.barra_info b{

    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    font-size: 20px;

}

.barra_info img{

    width: 30px;
    height: 30px;
    margin-left: 10px;
    margin-right: 5px;
}


.atendimento{

    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
    flex-direction: column;
    margin-left: 10%;
    flex-wrap: wrap;
    padding: 4px;
}

.conteudo_galeria{

    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.atendimento .titulo{

    
    display: flex;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #2f3446;
    border-top: solid 4px #ddc646;
    margin-bottom: 40px;
}

.atendimento .texto{
   
  
    margin-bottom: 40px;
    color: #4b5370;
    font-size: 18px;
}

/* pop up */


/* Galeria lightbox */


.ulx{

    width:80%;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 50px;
    margin-left: 10%;
    flex-wrap: wrap;
    overflow-x: hidden;
    padding-top: 10px;
    }
    
    .min{
    width: auto;
    height: 200px;
    padding: 5px;
    margin: 2px;
    border-radius: 15px;
    border: solid 1px rgb(228, 168, 56);
    box-shadow: 0 3px 6px rgba(228, 168, 56, 0.788);
    }
    
    .lbox{
        position: fixed;
        visibility: hidden;
        opacity: 0; 
        margin-left: 0;
    
    }
    
    .lbox:target{
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color:rgba(10,10,10, .7);
    position: fixed;
    text-align: center;
    z-index: 2000;
    
    }
    
    .box_img{
    width: 70%;    
    height:90%;
    top: 20px;
    position: absolute;
    text-align: center;
    margin-left: 15%;
    background-color:rgb(255, 255, 255);
    font-size: 16px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    border-radius: 7px;
    
    }

 
    
    .b_img{
        
        width: 100%;  
        height: 90%;
        overflow: scroll;
        overflow-x: hidden;
    }
    
    .b_img::-webkit-scrollbar {
        width: 5px;
    }

    .b_img::-webkit-scrollbar-track {
        background:#ddc646;
        border-radius: 10px;
        width: 10px;
    
    }
    
    .b_img::-webkit-scrollbar-thumb {
        background-color: #474775;
        border-radius: 20px;
        border: 1px solid rgb(228, 168, 56);
      }


    .box_img img{
    
    width: 100%;
    
    }
    
    .btn{
    color: rgb(77, 77, 77);
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    position:absolute;                                                                          
    z-index: 3000;
    }
    
    
    #prev{
    left:5%;
    top: 45%;    
    }
    
    #next{
    right: 5%;
    top: 45%;
    }
    
    #close{
    width: 70%;
    font-size: 12px;
    color: rgb(41, 40, 40);
    font-weight: 800 ;
    
    
    
    }
    
    .ulx:hover{
    overflow: hidden;
    }
    
    .zoom:hover{
    overflow: hidden;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 0.3s;
    box-shadow: 0 3px 10px rgba(228, 168, 56, 0.788);
    
    }
    
    .zoom2:hover{
    overflow: hidden;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 0.3s;
    
    
    }
    
    .box_img img{
    opacity: 0;
    }
    
    .lbox:target .box_img img{
    opacity: 1;
    transition: .4s linear; 
    }
    
    /* Fim Galeria lightbox */

/* pop up fim */


.modalidades_vd_x{
    width: 100%;
    display: flex;
    margin-bottom: 50px;
    flex-wrap: wrap;     
    justify-content:space-around;
}

.modalidades_vd{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    margin-top: 50px;
    justify-content:space-around;
}

.modalidades_vd_x a {
    width: 33%;
    text-align: center;
}

.modalidades_vd_x a img{
    width: 80%;
}

.modalidades_descricao{

    width: 25%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: solid 3px  #ddc646;
    border-radius: 0 15px 0 15px;
    margin-bottom: 20px;
}



.modalidades_descricao .titulo2{
    width: 80%;
    margin: 0 auto;
}

.modalidades_descricao .titulo2 img{

    width: 20%;
    margin-top: 15px;

    
}

.modalidades_descricao .titulo2 h3{

    width: 100%;
    font-size: 18px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #474775;
    margin: 10px 0;
}
.modalidades_descricao .titulo2 h4{

    width: 100%;
    font-size: 14px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #686886;
    margin-bottom: 15px;
}


.modalidades_descricao .textoS{
    
  
    width: 80%;
    height: 200px;
    display: flex;
    overflow-y: scroll;
    text-align: justify;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 600;
    padding: 10px;
    margin-left: 10%;
    font-size: 14px; 
    color: #686886;
    margin-bottom: 15px;
   
}



.modalidades_descricao .textoS::-webkit-scrollbar {
    width: 5px;
  }
  
.modalidades_descricao .textoS::-webkit-scrollbar-track {
    background:#ddc646;
    border-radius: 10px;
    width: 10px;

}
.modalidades_descricao .textoS::-webkit-scrollbar-thumb {
    background-color: #474775;
    border-radius: 20px;
    border: 1px solid rgb(228, 168, 56);
  }


.motivos{

    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 80%;
    margin-left: 10%;

}

.motivos .texto{


    width: 100%;
    font-size: 20px;
    color: #464444;
    text-align: center;
}

.motivos .texto2{

    display: flex;
    width: 100%;
    font-size: 20px;
}

.modelos_fiat{

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    
    
}

.modelos_fiat .item{

    display: flex;
    width: 40%;
    flex-direction: column;
    justify-content: flex-start;
    background-color: #f3f3f0;
    align-items: center;
    padding: 20px;
    border:solid 1px #c9c9cc;
    border-radius: 20px;
    margin: 1%;
    
    
}

.modelos_fiat .item .foto{

    display: flex;
    justify-content: center;
    overflow: hidden;

}

.modelos_fiat .item .foto img{

    width: 80%;
}

.modelos_fiat .item .foto img:hover{

    
    transition: .5s;
    transform: scale(1.15);
}

.banner{

    display: flex;
    width: 100%;
    margin: 20px 0;

}

.banner img{

    width: 100%;
}

.local{

    display: flex;
    width: 100%;
    padding: 7px 0;
    justify-content: center;
    color: #fff;
    background-color: #1f1e1e;
}


.especificacoes{

    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 50px;    
    color: #3f3e3e;
    text-align: center;
}

.especificacoes .titulo{

    font-size: 22px;
    margin-bottom: 10px;
}

.especificacoes .informacoes{

    font-size: 20px;
}

.linha_produtos{

    display: flex;
    width: 65%;

}

.linha_produtos embed{

    width:100%; 
    height: 1000px;

}


/* SLIDE */


.titulo_galer{
    width: 100%;
    text-align: center;
    
}

#txt_img {
    width: 30%;   
    position: absolute; 
    font-size: 16px;
    top:-2vw;
    color:rgb(187, 182, 182);
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    cursor: pointer;
    
  }

.titulo_galer img{
    width: 150px;
    

}

.slider{
    margin: 0 auto;
    width: 90vw;
    height: 24vw;
    overflow: hidden;
    margin-bottom: 60px;
}

.slides{
    width:400vw;
    height:24vw;
    display: flex;
    background: #000;
    box-shadow: inset 10px -40px 90px 40px rgb(75, 71, 86);

}

.slides input {
    display: none;
}

.slide{
    
    justify-content: center;
    width: 100vw;
    position: relative;
    transition: 2s; 
    align-self: center;
    padding-left: 1%;
  
}

.slide img{
    width: 27vw;
    cursor: pointer;
}


.manual-navigation{
   
    width: 100vw;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2000;
    background-color: #f3cd0f;
}

.manual-btn{
    border: 2px solid #fff;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
}

.manual-btn:not(:last-child){
    margin-right: 30px;
}

.manual-btn:hover{
    background-color: #fff;
}

#radio1:checked ~ .first{
    margin-left: 0;
}

#radio2:checked ~ .first{
    margin-left: -25%;
}

#radio3:checked ~ .first{
    margin-left: -50%;
}

#radio4:checked ~ .first{
    margin-left: -75%;
}


.navigation-auto div{
    border: 2px solid #20a6ff;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
}

.navigation-auto{
    position: absolute;
    width: 90vw;    
    margin-top: 22vw;
    display: flex;
    justify-content: center;
}

.navigation-auto div:not(:last-child){
    margin-right: 30px;
}


#radio1:checked ~ .navigation-auto .auto-btn1{
    background-color: #fff;    
}

#radio2:checked ~ .navigation-auto .auto-btn2{
    background-color: #fff;    
}

#radio3:checked ~ .navigation-auto .auto-btn3{
    background-color: #fff;    
}

#radio4:checked ~ .navigation-auto .auto-btn4{
    background-color: #fff;    
}

/* SLIDE fim */





.chamada{

    display: flex;
    width: 100%;
}


.rodape{

    display: flex;
    flex-wrap: wrap;
    
    width: 100%;
    background-color: #000;
    position: relative;
    margin-top: 150px;
    padding-top: 20px;
    color:#c9c9cc;
}

.rodape .logo{

    display: flex;
    width: 25%;
    justify-content: center;
    align-items: center;
}

.rodape .logo img{

    width: 250px;
    height: 100px;
    
}

.rodape .atendimento_rod{

    display: flex;
    width: 50%;
}



.rodape .atendimento_rod .exped{

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.privacidade{

    display: flex;  
    flex-direction: column;
    width: 25%;
    justify-content: center;
    align-items: center;
}

.privacidade a, a:visited {

    font-size: 12px;
    color: #fff;
    margin-top: 10px;
}

.privacidade a img{

    width: 130px;
    height: 50px;
    border-radius: 4px;
}

.direitos{

    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
    color:#c9c9cc;
    text-align: center;
    border-top: solid 1px #fff;
    padding: 10px 0;

}

@media screen and (max-width: 769px){ 

    .barra_flutuante{
        width: 100%;
        right: 0;  
        font-size: 14px;
        border-radius: 0;

    }

  
  
    .barra_flutuante .inicio{

  
        display: flex;
        text-align: center;
        width: 20%;
        justify-content: center;
        align-items: center;
        padding: 5px 0;
        border-right: solid 1px #fff;
       
        
    }

    .barra_flutuante .modelos{

        width: 25%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px 0;
        border-right: solid 1px #fff;
        

    }

    .barra_flutuante .contato{

        display: flex;
        width: 55%;
        text-align: center;
        justify-content: center;
        align-items: center;
        padding: 5px 0;
       
    
    }

    .barra_flutuante .contato img{

        width: 20px;
        height: 20px;
        margin-right: 7px;
    
    }

    .atendimento .texto{   
  
       display: flex;
       flex-direction: column;
    }

    .atendimento .texto span{   

        margin-bottom: 10px;
    }

    .local{

        font-size: 12px;
    }

    .linha_produtos{

      
        width: 100%;
    
    }

    .linha_produtos iframe{

        width:100vw; 
        height:500px;
        margin-left: 5%;
    
    }


    .barra_info{

        margin-top: -30px;
        width: 100%;
        height: 70px;   
        padding: 0 20px;

    }

    .barra_info b{

        display: flex;
        
        justify-content: center;
        align-items: center;
        color:#fff;
        font-size: 14px;

    }

    .box_img{
        width: 90%;    
        height:40%;
        top: 50px;
        position: absolute;
        text-align: center;
        margin-left: 5%;
        background-color:rgb(255, 255, 255,0.9);
        font-size: 16px;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        border-radius: 7px;
        
        }

        .b_img{
                     
            height: 80%;
            
        }

    .barra_info img{

        width: 20px;
        height: 20px;
        margin-left: 10px;
        margin-right: 5px;
    }

    .apresentacao {

        background-position-x: -650px;
        background-position-y: 0;
    }

    .apresentacao .consultora{

        display: flex;    
        justify-content: center;
        align-items: center;
        width: 86%;
        height: 130px;
     
    

    }

    .apresentacao .consultora .texto{

        display: flex;
        width: 40%;
        margin-left: 17%;
        padding-right: 10px;
        font-size: 14px;
        font-weight: 800;

    }

    .apresentacao .consultora .imagem{

        display: flex;
        width: 50%;  
    
    
    }

    .apresentacao .consultora .imagem img{

    
        width: 100px;
        height: 100px;
        

    }

    .modalidades_vd_x {

        margin-bottom: 7px;
    }

    .modalidades_vd_x a {
        width: 100%;
      
    }

    .modalidades_vd_x a img{
        width: 100%;
    }

    .modalidades_descricao{

        width: 90%;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-radius: 0 15px 0 15px;
        margin-bottom: 20px;
    }

    .modelos_fiat .item .foto img{

        width: 100%;
    }

    .modelos_fiat .item{

        display: flex;
        width: 96%;
        margin: 0;
        margin-top: 20px;
        
    }

    /*galeria*/


    .slider{
        margin: 0 auto;
        width: 100vw;
        height: 45vw;
        overflow: hidden;
    }
    
    .slides{
        width:400vw;
        height:45vw;
        display: flex;
        background: #000;
    }

    .slide{
        padding-left: 15px;
    }

    .slide img{
        width: 30vw;
    }


    #txt_img {
        width: 30%;   
        position: absolute; 
        font-size: 12px;
        top:-5vw;
    }

    .modalidades_vd a {
        width: 100%;
        text-align: center;
    }
    

    .titulo_galer span{
        font-size: 10px;
    }

    .navigation-auto{
        position: absolute;
        width: 100vw;    
        margin-top: 37vw;
        display: flex;
        justify-content: center;
    }


    /*galeria fim*/



    .especificacoes .titulo{

       
        width: 90%;
        text-align: left;
        margin-bottom: 10px;
        
    }

  
    .especificacoes .informacoes{

       
        width: 90%;    
        text-align: left;
    }




    .linha_produtos embed{

        width:100%; 
        height: 500px;
    
    }

    .rodape{

        width: 100%;
        position: relative;
        margin-top: 50px;
        padding-top: 20px;
        margin-bottom: 30px;
    }
    
    .rodape .logo{
    
        display: flex;
        width: 100%;
        justify-content: center;
    }
    
    .rodape .logo img{
    
        width: 150px;
        
    }
    
    .rodape .atendimento_rod{

        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        text-align: center;

    }
    
    
    .privacidade{
    
        display: flex;  
        justify-content: center;
        width: 100%;
        padding: 40px 0;
    }
    
    .direitos{
    
        display: flex;
        width: 100%;
        justify-content: center;
        margin-top: 20px;
        color:#c9c9cc;
        text-align: center;
        border-top: solid 1px #fff;
        padding: 10px 15px;
        font-size: 12px;
    
    }
    



}