:root {
    --bluePrime: #444290;
    --grayPrime: rgb(74, 74, 74);
    --graySecond: rgb(235, 235, 235);
    --redPrime: #ed3237;
}

.section-slide .carousel-inner {
    max-height: 60vh;
}

@media screen and (min-width: 768px) {
    .section-banner {
        height: 60vh !important;
    }
}

/* titulos */

.section-destinos {
    font-family: 'Poppins', 'Arial';
    font-size: 16pt;
}

.section-destinos .title {
    /* font-family: 'Poppins', 'Arial'; */
    font-weight: 700;
    font-size: 2em;
    color: var(--doradoGold);
}

.section-destinos .title span {
    text-shadow: 2px 2px 4px var(--grayPrime);
}

/* destinos */

.toRight {
    transition: transform 1s 0.2s ease;
    transform: translateX(12.5%);
}

.toLeft {
    transition: transform 1s 0.2s ease;
    transform: translateX(-12.5%);
}

/* .section-destinos .row-targets .card {
    transition: transform 1s 0.2s ease;
    transform: translateX(0%);
} */

.section-destinos .row-targets .card-title {
    font-weight: bold;
    font-size: 1em;
    color: var(--grayPrime);
}
.section-destinos .row-targets .card-text {
    font-weight: normal;
    font-size: 0.8em;
    color: var(--grayPrime);
}

.section-destinos .row-targets .col-description,
.section-destinos .row-targets .col-figure {
    background-color: var(--graySecond);
}
