@import url("../fonts/Acherus/acherus.css");
@import url("flex-align.css");


html, body {
    font-family: "Acherus Grotesque", "Segoe UI", sans-serif;
    background-color: white;
}

.background {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: white url("../img/logo.svg") center;
    opacity: 0.02;
}

.body-img {
    position: fixed !important;
    opacity: 0.025 !important;
}

.alt-font {
    font-family: 'Acherus Grotesque', sans-serif;
}

.bg-tinto {
    background: linear-gradient(to right, #3e1222, #571b30 90%);
    color: white;
}

.floating-parent {
    position: relative;
}

.floating-parent > * {
    z-index: 1;
}

.floating-img {
    position: absolute;
    top: -12.5%;
    bottom: 0;
    right: 0;
    height: 125%;
    opacity: 0.1;
    z-index: 0;
}

.floating-mujer {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1%;
    height: 98%;
    opacity: 0.06;
    z-index: 0;
    filter: invert(1);
    transform: scaleX(-1);
}

@media(min-width: 500px) and (max-width: 767px) {
    .floating-mujer {
        right: -40%;
    }
}

@media(max-width: 499px) {
    .floating-mujer {
        right: -80%;
    }
}

.header .title {
    font-weight: 900;
    text-transform: uppercase;
}
.header .floating-img {
    opacity: 0.25;
}

.img-logo {
    /* width: 75%; */
    width: 55%;
    max-width: 120px;
    margin: auto;
    filter: invert(1);
}

.banner-card {
    position: relative;
    cursor: pointer !important;
    text-decoration: none !important;
}

.banner-card .card-body {
    z-index: 1;
    text-shadow: 0 0 8px black;
}

.banner-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0) brightness(0.5);
    z-index: 0;
}
.banner-card:hover .banner-bg {
    filter: none;
}

.card {
    margin-bottom: 16px;
    overflow: hidden;
}

.map-card {
    position: relative;
}

.map-options {
    background-color: #67172F;
    color: white;
    font-size: 0.8rem;
    font-weight: 600;
    /* position: absolute; */
    top: 0;
    z-index: 3;
    left: 0;
    right: 0;
}

.map-options .resultados > * {
    margin: 0 0.15em;
    display: inline-block;
    font-weight: 500;
}

.map-options .resultados .lg {
    font-size: 1.25em;
    font-weight: 600;
}

.map-options .btn-download {
    cursor: pointer;
}

.map-options .btn-download:hover {
    transform: scale(1.1);
}
.map-options .btn-download:active {
    transform: scale(1);
    color: #f3e3b8;
}

.map {
    height: 80vh;
}

.map .gm-style-moc {
    display: none;
}

.info-win {
    width: 250px;
    line-height: 1.5em;
}

.info-win img {
    height: 120px;
    object-fit: cover;
}

.summary-card {
    position: relative;
    background-color: #CCCBCB;
    color: #4f4e4e;
    border-color: #CCCBCB;
    margin-bottom: unset;
}

.summary-card .venado {
    top: 0;
    opacity: 0.07;
}

.summary-card .icon {
    height: 3.5em;
}

.summary-card .title {
    font-size: 1em;
    color: #808284;
    font-weight: 800;
    text-transform: uppercase;
}

.summary-card .total,
.summary-card .subtotal {
    font-size: 3em;
    font-weight: 800;
    line-height: 1em;
}

.summary-card .subtotal {
    font-weight: 800;
}

.summary-card .unit {
    font-weight: 800;
    font-size: 1.1em;
    line-height: 0.9;
}

.summary-card .detail {
    font-size: 80%;
}

.summary-card .detail .icon {
    height: 3em;
}

.summary-card .detail .subtotal {
    font-weight: 600;
    font-size: 2.5em;
}


.blog-card {
    font-size: 0.85rem;
    box-shadow: 0 5px 10px -5px #bbb;
}

.blog-card .card-img-top {
    position: relative;
    height: 200px;
    object-fit: cover;
    background-color: #571b30;
}

.blog-card .floating-unit {
    position: absolute;
    top: 8px;
    right: 16px;
    font-size: 1.75rem;
    font-weight: 600;
    color: white;
    z-index: 2;
}
.blog-card .floating-unit * {
    height: 1em;
    vertical-align: middle;
    filter: drop-shadow(0px 0px 2px black);
}

.blog-card .card-title {
    font-weight: 600;
    font-size: 1.25rem;
}
/*
.footer {
    border: none;
    font-size: 0.85rem;
    font-weight: 500;
    line-height: 2em;
}

.logo-footer {
    height: 120px;
}*/

.placeholder {
    opacity: 0.75;
}

[v-cloak] {
    visibility: hidden;
}

@media (max-width: 768px) {
    .header .title {
        font-size: 1rem !important;
    }
    .map {
        height: 50vh;
    }
    .map .gm-style-iw {
        max-width: none !important;
        max-height: 280px !important;
    }
    .map .gm-style-iw-d {
        max-height: none !important;
    }
    .info-win {
        width: 300px;
    }
}
@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 93% !important;
    }
}
.layout {
    font: 14px Acherus Grotesque,sans-serif;
}
html, body {
    scrollbar-width: thin;
    scrollbar-color: silver whitesmoke;

    &::-webkit-scrollbar {
        width: 2px;
    }
    &::-webkit-scrollbar-thumb {
        background-color: silver;
    }
}