@media (width >= 1200px) {
	.owl-carousel{
        width:50%;
    }
    .mapa{
        --bs-aspect-ratio: 50%; 
        width: 50%;
    }
}
html:not(.sticky-header-active) #header.header-transparent:not(.header-semi-transparent) .header-body{
    background-color: rgba(33,37,41,0.6)!important;
}
.btn-success{
    --bs-btn-color: #fff!important;
    --bs-btn-bg: #00bb2d!important;
    --bs-btn-border-color: #fff!important;
    --bs-btn-hover-color: #fff!important;
    --bs-btn-hover-bg: #00bb2d!important;
    --bs-btn-hover-border-color:
}