.funciones-title {
    top: 30%;
    font-family: 'AlmaqW01-Refined';
    color: #777;
    font-weight: 500;
    font-size: 30px;
    margin: 0;
}

.funciones-description {
    color: #777;
    font-family: 'AllRoundGothicW01-Book';
    font-size: 20px;
    text-align: justify;
}

.text-buttons {
    color: #777;
    font-family: 'AllRoundGothicW01-Book';
    font-size: 20px;
    font-weight: bold;
    text-align: justify;
}

.bg-dinamix {
    background-repeat: no-repeat;
    /* background-size: 100%; */
    background-position: center;
    height: 100%;
}

.card-rounded {
    border-radius: 18px;
    margin-top: -4px;
}

.bg-dinamic {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    margin-top: 0px;
}

.section-funcion {
    padding-top: 130px;
}

.btnhover:hover {
    transform: scale(1.1);
}

.title-movil {
    color: white;
    font-weight: bold;
    font-size: 30px;
    font-family: 'AlmaqW01-Refined';
}

@media (max-width: 767px) {
    .section-funcion {
        padding-top: 112px;
    }
}

@media (max-width: 111px) {
    .section-funcion {
        padding-top: 112px;
    }
}