.boxVideo3Minutos {
    float: left;
    width: 100%;
    padding: 90px 0;
    background: url('../images/bg-video-3-minutos.jpg') bottom center no-repeat;
    background-size: cover;
    text-align: center;
}

.boxVideo3Minutos h2 {
    color: #292929;
    margin: 0 0 30px 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}

.boxVideo3Minutos h2 strong {
    color: #F50D0E;
}

.boxVideo3Minutos figure {
    cursor: pointer;
    display: inline-block;
}

.boxVideo3Minutos figure img {
    transition: all 0.1s linear;
}

.boxVideo3Minutos figure img:hover {
    transform: scale(1.04)
}

@media only screen and (max-width: 950px) {

    .boxVideo3Minutos {
        padding: 40px 0;
    }

    .boxVideo3Minutos h2 {
        padding: 0 20px;
        font-size: 22px;
        line-height: 32px;
    }

    .boxVideo3Minutos h2 br {
        display: none;
    }

}