/*Aqui está os códigos em comum para todos dispositivos*/
.single-car {
    height: 215px;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
.whats {
    margin-top: 5%;
    cursor: pointer;
}

/* CSS DA POLITICA DE PRIVACIDADE */
h5, .h5 {
    font-size: 25px;
}

.modal-body p {
    font-size: 14px;
    text-align: justify;
    font-style: italic;
}

.btn.btn-primary {
    position: fixed;
    bottom: 0px;
    width: 100%;
    border-top-width: 2px;
    border-top-style: solid;
    height: 22px;
    text-align: center;
    padding-top: 3px;
    clear: both;
    font-family: Arial, Verdana;
    z-index: 9999;
    display: block;
    cursor: pointer;
    color: #FFF;
}

/* FIM */

/*Ancora*/
#ancora {
    position: fixed;
    bottom: 5%;
    right: 2%;
    z-index: 99999;
    width: 60px;
    cursor: pointer;
 }

#ancora img {
    width: 100%;
}
/*Em comum para celular e tablet*/

@media all and (max-width:1023px){
 
 /*topo leadfone e logo*/
 
    header .logo{
        width: 100%;
        line-height:0;
        display: inline-block;
    }
    
    header .logo img {
        max-width: 55%;
    }
    
    .banner .carousel-inner > .item, .carousel-inner .item-img{
        height: 200px;
    }
    
    footer{
        padding: 30px 0 70px 0;
    }
    
    #ancora{
        bottom: 6%;
    }
    
    /* LEADFONE */
    
    input.botaoLeadfone, select#selectLeadfone {
        padding: 10px;
        display: inline-block;
    }

    #selectLeadfone {
        width: 48%;
    }
    
    .botaoLeadfone {
        background-color: #2d96cd;   /* COLOCA A COR CONFORME A LP */
        font-weight: 600;
        color: #fff;
        border: none;
        margin: 4px 0;
        width: 50%;
    }
    
    .blocoLeadfone {
        padding: 15px 0;
        margin-top: 0;
    }
}