:root {
    --bluePrime: #444290;
    --grayPrime: rgb(74, 74, 74);
    --redPrime: rgb(237, 50, 55);
}

.section-banner,
.section-terminales {
    font-family: 'Poppin', 'Arial';
    font-size: 16pt;
}

@media screen and (min-width: 768px) {
    .section-banner {
        height: 60vh !important;
    }
}

.section-terminales .title {
    font-weight: normal;
    font-size: 1.8em;
    font-weight: 700;
    text-shadow: 2px 2px 4px var(--doradoGold);
    color: var(--doradoGold);
}

.section-terminales .card-img-overlay {
    font-weight: 800;
    color: white;
    text-shadow: 0px 4px 10px var(--doradoGreen);
}

.section-terminales .text-visual {
    font-size: 0.8em;
    color: var(--doradoGreen);
}

.section-terminales .text-visual.btn-map {
    position: relative;
}

.section-terminales .text-visual.btn-map .elementEvent {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
    /* background-color: blue; */
}
