* {
    font-family: "Roboto", sans-serif;
}

.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item:hover .nav-link {
    color: var(--bs-warning);
}

.carousel-bg-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 610px;
    background-size: cover;
}

.carousel-custom-caption {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.45);
}

.custom-caption {
    position: absolute;
    width: 100%;
    height: 35px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.bg-light-custom {
    background-color: #634c4c27;
}

.no-text-decoration {
    text-decoration: none;
}

.card{
    min-height: 180px;    
}

.card-img-header{
    width: 35px;
}

.logos{
    width: 90px;
}

@media screen and (max-width: 915px) {
    .carousel-bg-image {
        height: 510px;
        background-position: center center;
    }
}

@media screen and (min-width: 1080px) {
    .carousel-bg-image {
        height: 100vh;
        background-position: center center;
    }
}

