.faldonVentajas {
        background-color: black;
        display: flex;
        width: 100%;
        height: 80px;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        align-content: center;
    }

    .enlaceFaldonVentajas {
        color: white;
        font-family: 'montserrat-bold';
        font-weight: 700;
        font-style: bold;
        font-size: 16px;
        letter-spacing: 0.5px;
    }

    .enlaceFaldonVentajas:hover {
        color: white;
    }

    .contenedorVentajasItem {
        justify-content: center;
        align-items: center;
        align-content: center;
        text-align: center;
    }

@media (max-width: 1057px){
    .enlaceFaldonVentajas {
        font-size: 13px;
    }
}

@media (max-width: 886px){
    .faldonVentajas {
        flex-direction: column;
        width: 100%;
        height: 184px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .enlaceFaldonVentajas {
        font-size: 16px;
    }

    .contenedorVentajasItem {
        width: 100%;
        line-height: 21px;
    }
}