.section-slide .btn-buy {
    font-family: 'Poppins', 'Arial';
    font-size: 14pt;
    font-weight: 400;
}

.section-descripcion {
    /* font-size: 1.5em; */
    font-family: 'Poppins', 'Arial';
    font-size: 14pt;
    font-weight: normal;
    color: var(--doradoGreen);
}

.section-descripcion .title {
    font-family: 'Poppins', 'Arial';
    font-weight: 700;
    font-size: 2em;
    color: var(--doradoGold);
    text-shadow: 2px 2px 4px var(--grayPrime);
}
.section-descripcion .description {
    font-size: 1em;
    font-weight: 200;
    /* color: var(--doradoGreen); */
}

.section-services .container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.section-services .container .card {
    border: thin solid gray;
    min-width: 100px;
    width: 120px;
    font-size: 0.8em;
    font-weight: 700;
    color: var(--doradoGreen);
}

@media screen and (min-width: 768px) {
    .section-banner {
        height: 60vh !important;
    }
}
