.section-slide .carousel-inner {
    max-height: 88vh;
}

.section-slide .btn-travell {
    background-color: var(--doradoGreen);
    color: whitesmoke;
    font-size: 1em;
    font-weight: 200;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
}

.section-block {
    /* background-image: radial-gradient(
        circle,
        #a48b52,
        #af8b43,
        #bb8a34,
        #c98823,
        #d7850b
    ); */
    /* background-color: var(--doradoGoldBrown); */
    /* background-color: transparent; */
    /* background-image: url(../img/home/fondo-oro.avif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
    /* background-attachment: fixed; */
}

.section-block {
    font-size: 1.2em;
    font-weight: 200;
}

@media screen and (min-width: 768px) {
    .section-block {
        height: 100vh !important;
    }
}
