    /* Boot Camp Seccion Video */
    .boot-camp-video-intro {
        background: #A1D8F1;
        display: flex;
        padding: 50px 100px;
    }
    
    .boot-camp-video-inside {
        width: 50%;
        padding: 20px;
    }

    .boot-camp-video-inside h2 {
        color: #0055B8;
        font-weight: 900;
        font-size: calc(2rem + 1vw);
        text-align: right;
        line-height: 1;
    }

    .boot-camp-video-inside p {
        text-align: right;
        color: #383737;
        line-height: 1.5;
        font-size: calc(0.7rem + 0.5vw);
    }
    
    .boot-camp-video-container {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        height: 0;
    }
    .boot-camp-video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }    

    .video-boot-camp-separator {
        background: #0055B8;
        width: 100%;
        height: 13px;
        margin: 40px auto;
    }

    /* Boot Camp Seccion Video */

    .bootcamp-beneficios-container {
        width: 100% !important;
        margin: 0 auto !important;
        padding: 70px 20%;
    }

    .bootcamp-beneficio {
        width: 100%;
        display: flex;
        min-height: 150px;
        padding: 20px 20px 0 20px;
    }

    .bootcamp-border-bottom {
        border-bottom: 2px solid #E6E6E6;
    }

    .bootcamp-beneficio-img {
        width: 200px;
        height: auto;
    }

    .bootcamp-beneficio-detail {
        width: 70%;
        text-align: center;
        padding: 20px;
        position: relative;
        min-height: 200px;
    }

    .bootcamp-beneficio-detail h2 {
        color: #0071BF;
        font-family: 'Roboto', sans-serif;
        font-size: calc(0.6rem + 0.5vw);
        line-height: initial;
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 85%;
        padding: 0 20px;
    }

@media screen and (max-width: 1023px) {

    .boot-camp-video-intro {
        padding: 50px;
        flex-direction: column;
    }

    .boot-camp-video-inside {
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }

    .bootcamp-beneficios-container {
        padding: 70px 10%;
    }

    .bootcamp-beneficio {
        display: block;
        text-align: center;
        padding: 20px 0;
    }

    .card-img, .card-img-top {
        max-width: 200px;
        margin: 0 auto;
    }

    .bootcamp-beneficio-img {
        width: 300px;
        margin: 0 auto;
    }

    .bootcamp-beneficio-detail {
        width: 100%;
        position: initial;
        min-height: 100px;
    }

    .bootcamp-beneficio-detail h2 {
        position: initial;
        width: 100%;
        transform: none;   
        padding: 0;
    }
}