.ventajas {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 32px 0px 64px 0px;
    flex-direction: column;
}

.subcaja-ventaja {
    margin-top: 48px;
}

.ventajas .subtitulo-ventajas {
    color: #707070 !important;
    text-align: center !important;
    font-family: Lato;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    width: 328px !important;
}

.titulo-card-ven {
    color: #2C2C2C;
    text-align: center;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 8px;
}

.texto-descr-ventaja {
    color: #707070 !important;
    font-family: Lato !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.ibd-static-pt-ciberseguridad-v2 .cabecera p,
.ibd-static-pt-ciberseguridad-v2 .container-cards p,
.ibd-static-pt-ciberseguridad-v2 .ventajas p,
.ibd-static-pt-ciberseguridad-v2 .formulario p {
    color: #707070;
}

.ibd-static-pt-ciberseguridad-v2 .owl-dots {
    position: relative;
    width: 100%;
}

.ibd-static-pt-ciberseguridad-v2 .owl-dot {
    outline: none;
    border: none;
    background-color: transparent;
    margin-bottom: 20px;
}

.ibd-static-pt-ciberseguridad-v2 .owl-dot span {
    background-color: rgba(138, 189, 55, 0.33) !important;
}

.ibd-static-pt-ciberseguridad-v2 .owl-dot.active span {
    background-color: #8abd37 !important;
}

.ibd-static-pt-ciberseguridad-v2 .svg {
    height: 62px;
}

.ibd-static-pt-ciberseguridad-v2 #accordion {
    max-width: 1200px;
}


@media (min-width: 576px) {
    .ventajas .titulo-ventajas {
        color: #2C2C2C;
        text-align: center;
        font-family: Lato;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 26px;
        margin-bottom: 26px !important;
        padding: 0;
    }

    .ventajas .subtitulo-ventajas {
        color: #707070 !important;
        text-align: center !important;
        font-family: Lato;
        font-size: 16px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        width: 510px !important;
    }

    .caja-carrusel {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        row-gap: 40px;
        margin-top: 32px;
    }

    .ventaja {
        width: 276px;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: flex-start;
        margin: 0 auto;
        width: 272px;
    }

    .subcaja-ventaja {
        display: flex;
        flex-direction: column;
        padding: 16px;
        /* height: 226px; */
        align-items: center;
        justify-content: center;
    }

    .ibd-static-pt-ciberseguridad-v2 .svg {
        height: 64px;
        width: 64px;
        margin-bottom: 16px
    }

    .texto-descr-ventaja {
        font-family: Lato;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        color: #707070 !important;
    }
}


@media (min-width: 992px) {

    .ventajas .titulo-ventajas {
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px;
    }

    .ibd-static-pt-ciberseguridad-v2 .ventajas .subtitulo-ventajas {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        width: 864px !important;
    }

    .ventaja {
        width: 216px;
        margin: 0;

    }

    .ibd-static-pt-ciberseguridad-v2 #carrusel-ventajas {
        padding: 0px 48px;
        justify-content: center;
    }
}

@media (min-width: 1200px) {
    .ventaja {
        width: 250px;

    }

}

@media (min-width: 1920px) {
    .ventaja {
        width: 400px;
    }

}