@import "../node_modules/bootstrap/dist/css/bootstrap.min.css";
@import url('https://fonts.cdnfonts.com/css/open-sans-condensed-2');

body {
    background-color: var(--bs-body-color);
    /* background-color: white; */
    /* overflow-x: hidden; */
    margin: 0;
    padding: 0;
}

a:hover,
a:active,
a:visited,
a:link {
    text-decoration: none;
}

h1, h2, h3 {
    font-family: 'Open Sans Condensed', sans-serif !important;
}

.navbar-brand {
    font-family: 'Open Sans Condensed', sans-serif !important;
}

.price {
    font-family: var(--bs-font-sans-serif) !important;
}

.year {
    font-family: var(--bs-font-sans-serif) !important;
}

.navbar-collapse {
    justify-content: flex-end;
}

.custombg {
    background-image: url('../images/bcg_app.png');
    background-size: cover;
    /* background-position: center top; */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 780px;
}

.overlaybg {
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 780px;
}

.overlaybgfooter {
    background: rgba(0, 0, 0, 0.37);
    width: 100%;
    height: 120px;
    margin-top: 132px;
}

.buttonwhite {
    background-color: transparent;
    color: white;
    border: 2px solid white;
    width: 200px;
    height: 50px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 1.1em;
}
.buttongray {
    background-color: transparent;
    color: #343a40;
    border: 2px solid #ced4da;
    width: 220px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 1.1em;
    margin-left:1.5em;
    padding: 7px;
}
.cardcustom {
    background-color: #EEEEEE;
    border: none;
    margin-right: 1em !important;
}

.cardcustom-white {
    background-color: white;
    border: none;
    margin-right: 1em !important;
}

.navbar-collapse.show {
    background-color: rgb(79, 79, 79);
}

.navbar-collapse {
    background-color: none;
}

.containermain {
    background-color: white;
}

.containermain-gray {
    background-color: #EEEEEE;
}

.mainTitleHeader {
    background-color: #EEEEEE;
    color: #656565;
    height: 195px;
}

.form-text ul li {
    list-style: none;
}

    .form-text ul li::before {
        content: "\2022";
        color: #438FD0;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
    }

/* Sticky sidebar */
#sidebar {
    padding-right: 1rem;
    padding-left: 1rem;
}

.position-sticky {
    position: -webkit-sticky; /* Fallback for older browsers */
    position: sticky;
    top: 0;
    overflow-y: auto;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

.sidebar .nav-link.active {
    background-color: rgba(67, 143, 208, 0.15);
}

footer .footerMain {
    background-color: #3b3b3b;
    color: #b7b7b7;
    font-size: 12px;
    line-height: 18px;
    padding-top: 30px;
    padding-bottom: 20px;
}

footer .footerBottom {
    display: block;
    background-color: #333;
    color: #b7b7b7;
    font-size: 12px;
    line-height: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
}

    footer .footerBottom .privacy {
        margin-bottom: 10px;
    }

    footer .footerBottom .copyright {
        opacity: .7;
    }

