/* Footer */
.footer-bravoauto {
    padding: 30px 60px;
    color: #191b1d;
    background-color: var(--bravoauto-blue);
    font-family: var(--main-font);
    font-size: 1.6rem;
}

.footer-disclaimer {
    padding: 5px 20px;
    color: #ffffff;
}

.footer-bravoauto .col-footer {
    width: 70%;
}

.footer-bravoauto .ul-footer ul {
    list-style-type: none;
    padding: 0px;
    text-align: justify;
}

.legal-text-footer .bottomItems a {
    margin-right: 5rem;
}

.brand-title {
    font-weight: 600;
    font-size: 1.5rem;
}

.mail {
    text-decoration: none;
    color: #191b1d;
    font-size: 14px !important;
    font-weight: 700 !important;
}

.mail:hover {
    color: var(--used-cars);
}

.mail:active {
    color: var(--used-cars);
}

.caption {
    color: #ffffff;
    font-size: 14px !important;
    margin-left: 27px;
}

@media only screen and (max-width: 600px) {
    .caption {
        color: #ffffff;
        font-size: 14px !important;
        margin: 5px 0px 26px 0px;
        gap: 10px;
    }
}

hr {
    border: 1px solid var(--bravoauto-mid-gray);
}

@media only screen and (max-width: 600px) {
    .after-logo {
        display: none;
    }
}

@media only screen and (min-width: 600px) {
    .logo {
        display: none !important;
    }
}

.link{
    margin-right: 37px;
    white-space: nowrap;
    font-size: 14px;
}

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

    .footer-bravoauto {
        padding: 22px 20px;
    }

    .footer-bravoauto .col-footer {
        width: 100%;
    }

    .footer-bravoauto .legal-text-footer {
        justify-content: space-between;
    }


    .contact-title {
        font-size: 1.5rem;
    }

    @media (max-width: 768px) {
        .contact-title {
            margin-top: -50px;
        }

        .mail {
            display: none;
        }

        .socials {
            margin-top: -10px !important;
            margin-left: -4px !important; 
        }
    }

    .mail-text {
        font-size: 14px !important;
        justify-content: start !important;
    }

    .socials {
        justify-content: start !important;
    }

    .footer-disclaimer {
        padding-bottom: none;
    }

    .footer-disclaimer p {
        display: flex;
        flex-direction: column;
        font-size: 12px !important;
        margin-right: 5px;
    }

    .mx-5 {
        margin-left: 0rem !important;
        font-size: 12px !important;
    }


}

@media only screen and (min-width: 601px) and (max-width: 991px) {

    .footer-bravoauto {
        padding: 30px 24px;
    }

    .footer-bravoauto .col-footer {
        width: 100%;
    }

    .contact-title {
        justify-content: start !important;
    }

    .mail-text {
        justify-content: start !important;
    }

    .socials {
        justify-content: start !important;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1024px) {

    .footer-bravoauto {
        padding: 30px 32px;
    }

}

@media (max-width: 767px) {
    .pb-100{
        margin-bottom: 100px !important;
    }
}