/* your styles go here */
video {
    filter: brightness(0.5);
}
.navbar-color {
    --bs-bg-opacity: 1;
    background-color: #061733;
}

img.bg-image {
        filter: brightness(0.5);
    -webkit-filter: brightness(0.5);
}
.bg-dmundo-color{
	background-color: #000;
}
button.close {
    display: none !important;
}
.footer-color a {
    color: #fff !important;
}

.copyright {
    display: flex;
    width: 100%;
    margin: 0px;
    padding: 1.8rem 2rem;
    background-color: #262626;
    justify-content: space-between;
    align-items: center
}

.copyright p {
    color: #AAA;
    margin: 0px;
    padding: 0px;
    line-height: 1.5em;
    font-size: 0.7em;
    text-align: right
}

.copyright p img {
    display: block;
    height: 1.2rem
}



#map {
    height: 80vh;
    min-height: 400px;
    z-index: 5;
}
.promoImg {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.promoImg:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.tripImg {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    background-size: 250%;
    background-position: center center;
    background-repeat: no-repeat;


}
.hover-scale-bg-image {
    min-height: 300px;
}

.tripImg:hover {
    background-size: 270% !important;
    filter: brightness(0.5);
    -webkit-filter: brightness(0.5);
}
.img-promo-gallery {
    height: 400px
}
.companyP {
    padding-left: 90px;
}
@media (max-width:991px) {
    .companyP {
        padding-left: 20px;
    }
    .company-services {
        height: auto !important;
        padding: 20px 0;
    }
    .hover-scale-bg-image {
        min-height: 200px;
    }
    .img-promo-gallery {
        height: auto !important
    }
}