body{
    overflow-x: hidden;
}
@font-face {
    font-family: 'BRONKZ';
    src: url('/recursos_site/font/BROKENZ.ttf') format('opentype');
}
@font-face {
    font-family: 'QuickSand';
    src: url('/recursos_site/font/Quicksand-VariableFont_wght.ttf') format('opentype');
}
@font-face {
    font-family: 'Josefi';
    src: url('/recursos_site/font/JosefinSans-VariableFont_wght.ttf') format('opentype');
}

header{
    background:url('/recursos_site/TelaRecuperacaoPrt1v2.png');
    width: 100%;
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    
}
.section-prt1{
    background:url('/recursos_site/TelaRecuperacapPrt2.png');
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    
}
.titulo-prt2{
    display: flex;
    justify-content: center;
    background: #FF0000;
    padding: 2rem;
}
.titulo-prt2 h5{
    
    font-size: 5rem;
    color: #f2f2f8;
    font-family: 'BROKENZ';
}
.img-preco img{
    width: 90%;
    height: 90%;
}
.box-preco{
    width: 100%;
    height: 100%;
   
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    margin: 0px;
}
.box-preco h5{

    font-size: 4rem;
    font-family: 'Josefi';
    color: #333333;

}
.box-preco p{
    font-size: 2rem;
    color: #333333;
    font-family: 'Josefi';
    margin-top: 1rem;
    
}
.box-recuperacao{
    
    
    padding: 2rem;
}
.box-recuperacao h5{
    font-size: 4rem;
    color: #f2f2f2;
    
    font-family: 'BROKENZ';
}
.box-carousel{
   
    width: 100%;
    display: flex;
    justify-content: space-around;
   
    padding: 3rem;
}
.carousel-img{
    width:100%;
    margin: 1rem;
    height: 100%;
}
.carousel-img img{
    width: 80%;
    height: 400px;
    border-radius: 30px;
}
.botao-passar{
    
    display: flex;
    align-items: center;
}
.botao-passar button{
    border: none;
    background: transparent;
    width: 30px;
    height: 50px;
    font-size: 30px;
}

footer{
    background:url('/recursos_site/FundoFooterV2.png');
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
}
.texto1 h5{
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    font-size: 2rem;
    color: #f2f2f8;
    font-family: 'QuickSand';
}
.contato h5{
    width: 100%;
    margin-top: 2rem;
    padding: 1.5rem;
    font-size: 2rem;
    color: #f2f2f8;
    font-family: 'QuickSand';
}
.contato ul{
    color:#f2f2f8;
    margin-top:2rem ;
    
}
.contato li{
    font-size: 1rem;
    list-style: none;
    font-family: 'QuickSand';
}
.rede-social{
    
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rede-social h5{
    color: #000000;
    font-size: 3.5rem;
    font-family: 'BROKENZ';
}
.rede-social li{
    list-style: none;
    font-family: 'QuickSand';
    font-size: 2rem;
}
.remove-celular{
    display: none;
}
.remover{
    display: none;
}
@media(max-width:768px){
    .remover{
        display: flex;
    }
    .remove-celular{
        display: block;
    }   
    
    header{
        background:url('/recursos_site/FundoTelaRecuperacaoVeiculo_celular.png');
        width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: scroll;
        
    }
    .texto-1{
        width: 100%;
        height: 600px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
   
    .box-recuperacao{
        background-color: #B40B0B;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
        padding: 2rem;
        display: flex;
        justify-content: center;
    }
    .box-recuperacao h5{
        font-size: 2rem;
        color: #f2f2f2;
        font-family: 'BROKENZ';
    }
    .texto-1 h5{
        font-size: 2rem;
        padding: 1rem;
        font-family: 'BROKENZ';
    }
    .texto-cabeca{
        width: 100%;
        height: 600px;
        
        align-items: flex-end;
        justify-content: center;
        display: flex;
    }
    
    .texto-cabeca h5{
        font-size: 2rem;
        font-family: 'BROKENZ';
        display: flex;
        justify-content: center;


    }
    .box-carousel{
        display: grid;
    grid-template-columns: repeat(auto-fit,minmax(100%,1fr));
    }
    .carousel-img{
        width:100%;
        height: 100%;
        
    }
    .section-prt1{
        background:url('/recursos_site/FundoTelaRecuperacaoVeiculoPrt2_celular.png');
        width: 100%;
        height:100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: scroll;
        
    }
    .box-celular-prt2{
        width: 100%;
        height: 600px;
        margin-top:-1px;

    }
    .box-celular-prt2 h5{
        display: flex;
        justify-content: center;
        background-color: #fefefe;
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px;
        padding: 2rem;
        font-size: 2rem;
        font-family: 'BROKENZ';
        


    }
    
    footer{
        background:url('/recursos_site/FundoTelaFoote_celular.png');
        width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: scroll;
    }
    .rede-social{
    
        width: 100%;
        height: 500px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .rede-social h5{
        color: #f2f2f2;
        font-size: 3.5rem;
        font-family: 'BROKENZ';
    }
    .rede-social li{
        list-style: none;
        font-family: 'QuickSand';
        font-size: 2rem;
        color: #f2f2f2;
        
    }
}