body {
    background-color: #1d1419 !important;
}
.container {
    position: relative;
    z-index: 2;
}
.header_bg {
    background: none !important;
    background-color: #1d1419;
}
.global_menu__menu ul li a:hover,
.global_menu__menu ul li span:hover,
.global_menu__menu ul li a.active,
.global_menu__menu ul li span.active {
    background-color: #15616d !important;
    color: white !important;
}

.menu_hover > a,
.menu_hover > span {
    background-color: #15616d !important;
    color: white !important;
}
.global_menu__menu__submenu {
    border-top: 4px solid #15616d !important;
}
@font-face {
    font-family: "Galano Grotesque";
    src: url("/wp-content/themes/imoby/images/blackfacil/GalanoGrotesqueExtraBold.woff") format("woff");
    font-weight: 800;
}

.container {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
}

.banner {
    height: 200px;
    background-position: center;
    background-size: cover;
    position: relative;
    margin-top: 20px;
    width: 100%;
}

.casa1 {
    position: absolute;
    top: 50%;
    left: 0;
}

.casa2 {
    position: absolute;
    top: 50%;
    right: 0;
}
.logo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 500px;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.logo h1 {
    font-family: "Galano Grotesque";
    font-weight: 800;
    color: white;
    font-size: 1.9rem;
    text-align: center;
    line-height: 1.3em;
    letter-spacing: 0.3ch;
}

.logo img {
    width: 100%;
}

h2 {
    text-align: center;
    margin: 40px 0;
    color: white;
}

#Blackfacil {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
    place-items: center;
}
.aks_prop_card {
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
}
.aks_prop_card__desc {
    background-color: #0f0a0d !important;
    color: white;
}

.aks_prop_card__meta__item i {
    color: #15616d;
}

.aks_prop_card__image__pills div {
    background-color: #15616d;
}

.aks_prop_card__desc__tag {
    border: 0;
    background-color: #15616d;
}

.aks_prop_card__desc h3 a {
    color: white;
}

.aks_prop_card__desc h3 a:hover {
    color: #15616d;
}

.aks_prop_card__bottom__buttons i {
    color: white !important;
}

.aks_prop_card__code span:last-child {
    color: white;
}

.aks_prop_card__bottom__price__text {
    color: #15616d;
    font-weight: 700;
    text-shadow: 0 0 7px #15616d;
}

@media screen and (max-width: 1157px) {
    #Blackfacil {
        width: 760px;
        grid-template-columns: 1fr 1fr;
        margin: 0 auto;
    }
}

@media screen and (max-width: 785px) {
    #Blackfacil {
        width: 100%;
        grid-template-columns: 1fr;
    }

    .banner {
        height: unset;
    }

    .casa1 {
        display: none;
    }

    .casa2 {
        display: none;
    }
    .logo {
        gap: 0px;
        grid-template-columns: 1fr;
        place-items: center;
        position: static;
        transform: unset;
        width: unset;
    }

    .aks_prop_card {
        margin: 0;
    } 

    .logo img {
        width: 80%;
        display: block;
    }
    .logo h1 { 
        font-size: 1.5rem;
        width: 100%;
        display: block;
    }
}