.navbar {
    box-shadow: 0 2px 4px rgb(0 0 0 / 8%), 0 4px 12px rgb(0 0 0 / 8%);
}
.orange {
    font-size: 1.3rem;
    color: orange;
}
.gray {
    font-size: 1.3rem;
    color: gray;
}
.number {
    font-weight: bold;
    font-size: 1rem;
    color: orange;
}
.price {
    font-weight: 500;
    font-size: 1.3rem;
}
.banner {
    margin: auto;
    text-align: center;
}
.destacados {
    padding: 1.5rem;
    border-radius: 10px;
    margin: 1rem -0.75rem 0;
    border: 1px solid #dee2e6;
}
.banner2 {
    padding 16px;
    background: url(https://static-gcp.freepikcompany.com/freepik/april22/banners/banner-izq.png) no-repeat scroll center left,
        url(https://static-gcp.freepikcompany.com/freepik/april22/banners/banner-dcha.png) no-repeat scroll center right, #b3b3fc;
    font-size: 1.5rem;
    text-align: center;
}
.boletin {
    background: #dbe7f5;
    font-size: 1.5rem;
    text-align: center;
}
footer a {
    color: #6c757d;
    text-decoration: none;
}
.mb-3rem {
    margin-bottom: 3rem;
}
.mb-5rem {
    margin-bottom: 5rem;
}
.mb-10rem {
    margin-bottom: 10rem;
}
.img-thumbnail {
    padding: 0!important;
    background-color: #fff;
    border: none!important;
    border-radius: 0!important;
    max-width: 100%!important;
    height: 12rem!important;
}
.modal-header {
    border-bottom: 0;
}
.modal-footer {
    border-top: 0;
}
a {
    color: #6c757d;
    text-decoration: none;
}

.background-img {
    height: 100vh!important;
    background-image: url(img/header-background-min.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .card {
        margin: auto!important;
    }
    .background-img {
        background-image: url(img/header-background-min-mobile.png);
        width: 100%!important;
    }
    
}