

/* INÍCIO HEADER */
.wpp-top {
    margin-top: 15px;
}

span.text_wpp.ajuste-texto-wpp {
    font-size: 16px;
    margin-left: 5px;
    color: #FFF;
}

.fa-whatsapp:before {
    font-size: 17px;
    color: #FFF !important;
}

.attendance {
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
}
/* FIM HEADER */


/* INÍCIO FOOTER */
.footer-2 .logo {
    width: 100% !important;
    margin-top: 40px !important;
}
/* FIM FOOTER */


/* INÍCIO HOME */
.home .form-1 .form-group {
    margin-bottom: 17px;
}

.home .form-1 .btn-fill-little-radius {
    color: #fff;
    margin: 14px 0 10px;
}

.logo-marcas {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0;
}

.logos-style {
    margin: 0;
    padding: 0;
}
/* FIM HOME */


/* INÍCIO NOVOS */
article.novos-1 {
    background: #FFF !important;
}

.novos-1 .inner .inner-top h2 {
    display: none !important;
}

article.novos-1 img {
    max-height: 120px !important;
}

.new-car-detail-2 .form-11 h2 {
    font-size: 1.55em !important;
    margin-top: 0;
    margin-bottom: 0px !important;
    color: #FFF !important;
}
/* FIM NOVOS */


/* INÍCIO REPASSES */
.basic-2 .title-8 {
    display: none !important;
}

.basic-2 .inner figure {
    display: none !important;
}

.basic-2 .content-body {
    margin-top: 40px !important;
}
/* FIM REPASSES */


/* INÍCIO PEÇAS E ACESSÓRIOS */
table {
    width: 100%;
}
/* FIM PEÇAS E ACESSÓRIOS */


/* INÍCIO ASSISTÊNCIA TÉCNICA */
.text-assistencia {
    background: #FFF;
    border: 1px dashed #CCC;
    margin-bottom: 30px;
}

.assistencia-tecnica tr {
    height: 35px;
}
/* FIM ASSISTÊNCIA TÉCNICA */


/* INÍCIO FROTISTA */
.basic-5 .content-body {
    margin-top: 20px;
    text-align: justify !important;
}
/* FIM FROTISTA */


/* INÍCIO CONTATO */
.form-11 .form-header:before {
    display: none !important;
}
/* FIM CONTATO */


/* INÍCIO QUEM SOMOS */
article.basic-14 {
    background: #FFF;
}
/* FIM QUEM SOMOS */


/* Modal com formulário da home */
#modalFriday form .form-group ::placeholder {
    color: #d82222;
}
#modalFriday select.form-control{
    color: #d82222;
}


img#img-modal-solicite {
    width: 100%;
}

#myModalForm {
    z-index: 1060!important;
}
#modalFriday h2 {
    text-align: center;
    font-weight: bold;
    color: #fff
}
#modalFriday .modal-dialog {
    width: 765px;
}
#modalFriday form {
    position: absolute;
    right: 6%;
    top: 2%;
    width: 220px;
}
#modalFriday textarea.form-control {
    height: 116px;
}
@media (max-width: 992px) {
    #modalFriday form {
        width: 100%;
    }
    #modalFriday .modal-dialog {
        width: 95%;
    }
    #img-modal-solicite {
        width: 167%;
        margin-top: -39px;
    }
    #div-modal-solicite {
        overflow: hidden;
        width: 100%;
        height: 315px;
    }
    #modalFriday form {
        position: relative;
        right: initial;
        top: initial;
        margin-top: 7%;
    }
    #modalFriday .form-group {
        margin-bottom: 5px;
    }
    #modalFriday textarea.form-control {
        height: auto;
    }
}
/* FIM do Modal com formulário da home */


@media (max-width: 992px) {
    .logo-marcas {
        display: block;
    }
}


@media (max-width: 1024px) {
    
}