h3.titulo-pilares{
    font-size: 24px!important;
}
.texto-pilares{
    font-size: 16px;
    line-height: 19px;
}
.texto-pilares h3{
    font-weight: 500;
    font-size: 24px;
    color: #002EFF;
    margin-bottom: 0px;
}
.detalle-pp{
    min-height: 380px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
}
.detalle-pp h3{
    font-weight: 500;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #FD6C98;
    width: 100%;
    text-align: center;
    margin: 10px 0px;
}
.detalle-pp p{
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 15px;
}
.detalle-pp-texto{
    min-height: 112px;
}
.detalle-pp-check{
    width: 100%;
    padding-left: 25px;
    position: relative;

}
.detalle-pp-check::before{
    background-image: url(../../img/check.png);
    width: 18px;
    height: 18px;
    position: absolute;
    content:"";
    left: 0;
    top: 2px;
}
.slick-slide{
    padding-top: 10px;
}
.slick-next {
    right: -2%!important;
    top: 42%;
}
.slick-prev {
    left: -2%!important;
    top: 42%;
}
video{
    outline: none;
}
.pp--video{
    margin-top: 50px;
    margin-bottom: 80px;
}
.pp--video video {
    border-radius: 16px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
@media (max-width: 600px){
    .pp--video{
        margin-top: 80px;
    }
}