
    /* 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(1.5rem + 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.5rem + 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-description-section-one {
        padding: 60px 0;
        display: flex;
        width: 70%;
        margin: 0 auto;
    }

    #bootcamp-left-section-one {
        width: 50%;
        display: inline-block;
        padding: 0 30px;
    }

    #bootcamp-left-section-one h2 {
        font-family: 'Roboto', sans-serif;
        font-weight: 900;
        margin: 0;
        font-size: calc(2rem + 1 vw);
        color: #0055DB;
        margin-bottom: 80px;
    }

    #bootcamp-left-section-one h3 {
        font-family: 'Roboto', sans-serif;
        font-weight: 900;
        margin: 0;
        font-size: calc(1rem + 1vw);
        color: #0055DB;
        margin: 20px auto;
    }

    #bootcamp-left-section-one h4 {
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        margin-bottom: 0;
        font-size: calc(0.6rem + 0.5vw);
        color: #0071BF;
        margin-top: 20px;
    }

    .bootcamp-right-section-one {
        width: 50%;
        display: inline-block;    
    }

    .bootcamp-right-section-one p {
        font-family: 'Roboto', sans-serif;
        color: #383737;
        font-size: calc(0.5rem + 0.5vw);
        text-align: justify;
        padding: 40px 20px;
        margin-bottom:60px;
    }

    .bootcamp-right-section-one ul li {
        color: #383737;
        font-size: calc(0.5rem + 0.5vw);
        margin-bottom: 20px;
        list-style: none;
    }

    .bootcamp-right-section-one ul li:before {    
        content: "";
        margin: 0 0 0 -30px;
        padding-right: 10px;
        background: url(/wp-content/uploads/2023/02/icon-check.svg);
        display: inline-block;
        width: 20px;
        height: 20px;
        background-size: 20px;
        background-repeat: no-repeat;
    }

    .bootcamp-division-block {
        width:100%;
        height: 13px;
        background: #0074FA;
    }

    .bootcamp-description-section-two {
        background: #0074FA;
        padding: 50px 12%;
        font-family: 'Roboto', sans-serif;
    }

    #bootcamp-section-two-title {
        text-align: center;
        color: white;
    }

    #bootcamp-section-two-title h2 {
        display: inline-flex;
        margin:0;
        padding:0;
        color: white;
        font-size: calc(1rem + 1vw);
    }

    #bootcamp-section-two-title h3 {
        display: inline-flex;
        margin:0;
        padding:0;
        font-size: calc(1rem + 1vw);
        color: #8DC63F;
    }

    #bootcamp_underline_block {
        width: 250px;
        height: 8px;
        background: #A1D8F1;
        margin: 10px auto 0 300px;
    }

    #bootcamp-definition-container {
        width: 100%;
        display: flex;
        margin-top: 50px;
    }

    #bootcamp-definition-left {
        width: 50%;
        padding: 0 30px 30px 30px;
        display: inline-block;
        border-right: 2px solid white;
    }

    #bootcamp-definition-left ul li {
        color: white;
        font-size: calc(0.5rem + 0.5vw);
        margin-bottom: 20px;
        list-style: none;
    }

    #bootcamp-definition-left ul li:before {    
        content: "";
        margin: 0 0 0 -30px;
        padding-right: 10px;
        background: url(/wp-content/uploads/2023/02/icon-check.svg);
        display: inline-block;
        width: 20px;
        height: 20px;
        background-size: 20px;
        background-repeat: no-repeat;
    }

    #bootcamp-definition-right {
        width: 50%;
        padding: 0 30px 30px 30px;
        display: inline-block;
    }

    #bootcamp-definition-right ul li {
        color: white;
        font-size: calc(0.5rem + 0.5vw);
        margin-bottom: 20px;
        list-style: none;
    }

    #bootcamp-definition-right ul li:before {    
        content: "";
        margin: 0 0 0 -30px;
        padding-right: 10px;
        background: url(/wp-content/uploads/2023/02/icon-xmark.svg);
        display: inline-block;
        width: 20px;
        height: 20px;
        background-size: 20px;
        background-repeat: no-repeat;
    }

    #bootcamp-check-icon {
        width: 75px;
        height: 75px;
        text-align: center;
        font-size: calc(3rem + 1vw);
        color: #8DC63F;
        background: white;
        border-radius: 50%;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    #bootcamp-denied-icon {
        width: 75px;
        height: 75px;
        text-align: center;
        font-size: calc(3rem + 1vw);
        color: #ED1C24;
        background: white;
        border-radius: 50%;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .bootcamp-description-section-three {
        width: 100%;
        padding: 30px 50px;
        display: flex;
        margin-top: 110px;
        gap: 2rem;
    }

    .bootcamp-quote {
        flex: 1 1 0;
        background: #0074FA;
        color: white;
        font-family: 'Roboto', sans-serif;
        padding: 30px 40px;
        display: inline-block;
        border-radius: 45px;
    }

    .bootcamp-quote-image {
        width: 200px;
        height: auto;
        margin: -125px auto 0 auto;
    }

    .bootcamp-quote-back p {
        color: white;
        font-family: 'Roboto', sans-serif;
        font-size: calc(0.4rem + 0.5vw);
        font-weight: 700;
        text-align: center;
        margin-top: 30px;
        line-height: 1.5;
    }

    .bootcamp-quote-sign {
        text-align: right;
        color: white;
        margin-top: 20px;
    }

    .bootcamp-quote-sign h2 {
        font-family: 'Rock Salt', cursive;
        color: white;
        font-size: calc(0.7rem + 0.5vw);
        margin: 0;
        font-weight: 400;
    }

    .bootcamp-quote-sign h4 {
        font-family: 'Roboto', sans-serif;
        font-size: calc(0.3rem + 0.5vw);
        color: white;
        margin: -10px 0;
    }

    .bootcamp-quote-divide {
        display: none;
    }

    /* Section Stats */

    .section-stats {
        width: 100%;
        padding: 50px 80px 0;
        display: none;
    }

    .stats-container {
        display: flex;
        flex-wrap: wrap;
        gap: 2rem;
    }

    .stats-item {
        width: 48%;
        background: #0055B8;
        padding: 30px;
        border-radius: 10px;
        display: flex;
        align-items: center;
    }

    .stat-img {
        width: 250px;
        height: auto;
        padding: 10px;
    }

    .stat-img img {
        width: 100%;
        height: auto;
    }
    
    .stat-info {
        width: 60%;
        text-align: center;
    }

    .stat-info h2 {
        color: white;
        margin: 0;
        line-height: 1;
        font-size: calc(4rem + 2 vw);
        font-family: 'Roboto', sans-serif;
        font-weight: 900;
    }

    .stat-info h3 {
        color: #A1D8F1;
        font-weight: 900;
        font-size: calc(1rem + 0.5vw);
        line-height: 1.2;
    }

    .line-stat {
        width: 50%;
        height: 3px;
        background: #A1D8F1;
        margin: 15px auto;
    }

    /* Section Stats */

@media screen and (min-width: 768px) and (max-width: 1023px) {

    .bootcamp-description-section-one {
        padding: 60px 15%;
        display: block;
    }

    #bootcamp-left-section-one {
        width: 100%;
    }

    #bootcamp-left-section-one h3 {
        text-align: center;
    }

    .bootcamp-right-section-one {
        width: 100%;
    }

    #bootcamp-definition-container {
        display: block;
    }

    #bootcamp-definition-left {
        width: 100%;
        border-right: none;
        border-bottom: 2px solid white;
    }

    #bootcamp-definition-right {
        width: 100%;
        margin-top: 30px;
    }

    .bootcamp-quote {
        width: 100%;
    }

    .bootcamp-description-section-three {
        width: 100%;
        display: block;
        text-align: center;
    }

    .bootcamp-quote-divide {
        clear: both;
        height: 150px;
        display: block;
    }

}

@media screen and (max-width: 1000px) {

    .boot-camp-video-intro {
        padding: 30px;
        flex-direction: column;
    }

    .boot-camp-video-inside {
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }

    .boot-camp-video-inside h2 {
        font-size: 2em;
        text-align: center;
        line-height: 1.1em;
    }

    .video-boot-camp-separator {
        margin: 30px auto;
    }

    .boot-camp-video-inside p {
        text-align: center;
        font-size: 1em;
    }

    .bootcamp-description-section-one {
        padding: 30px;
        display: block;
        margin: 0;
        width: 100%;
    }

    #bootcamp-left-section-one {
        width: 100%;
        padding: 0;
    }

    #bootcamp-left-section-one h3 {
        text-align: center;
        font-size: 1.5em;
    }

    #bootcamp-left-section-one h4 {
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        margin-bottom: 0;
        font-size: 1.5em;
        color: #0071BF;
        margin-top: 20px;
    }

    #bootcamp-left-section-one h2 {
        margin-bottom: 30px;
        font-size: 2.5em;
    }

    .bootcamp-right-section-one {
        width: 100%;
    }

    .bootcamp-right-section-one p {
        padding: 20px;
        margin: 0;
        font-size: 1em;
    }

    .bootcamp-right-section-one ul li {
        font-size: 1em;
    }

    .bootcamp-description-section-two {
        padding: 50px 0;
    }

    #bootcamp-definition-container {
        display: block;
    }

    #bootcamp_underline_block {
        margin: 10px auto 0 auto;
    }

    #bootcamp-definition-left {
        width: 100%;
        border-right: none;
        border-bottom: 2px solid white;
    }

    #bootcamp-definition-right {
        width: 100%;
        margin-top: 30px;
    }

    .bootcamp-quote {
        width: 100%;
        margin: 0;
    }

    .bootcamp-description-section-three {
        width: 100%;
        display: block;
        text-align: center;
        padding: 30px 10%;
    }

    .bootcamp-quote-divide {
        clear: both;
        height: 150px;
        display: block;
    }

    .stats-item {
        width: 100%;
    }

    .bootcamp-quote-image {
        width: 200px;
    }

    .bootcamp-quote-back p {
        font-size: 0.9em;
    }

    .bootcamp-quote-sign h2 {
        font-size: 1.2em;
    }

    .bootcamp-quote-sign h4 {
        font-size: 0.8em;
    }

    #bootcamp-section-two-title h2 {
        font-size: 2em;
    }

    #bootcamp-section-two-title h3 {
        font-size: 2em;
    }

    #bootcamp-definition-left ul li, #bootcamp-definition-right ul li {
        font-size: 1em;
    }

}