.section-padding-custom {
    padding: 64px 100px;
    z-index: 1;
}

@media (max-width: 767px) {
    .section-padding-custom {
        padding: 48px 27px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-padding-custom {
        padding: 32px 27px;
    }
}

.grafismo-img {
    top: 0;
    left: 0;
    width: 70%;
    height: auto;
    max-width: 100%;
    z-index: 0;
    pointer-events: none;
    opacity: 1;
}

.align-col-logos {
    padding-top: 60px;
}

.logo-mm-hero {
    height: 80px
}

.logo-soulcode-hero {
    height: 72px
}

.title-hero {
    color: #FFF;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: "BVHAntoRoundedMono", monospace;
}

.subtitle-hero {
    margin-top: 36px;
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.patrocinio-hero {
    color: #FFF;
    font-family: "BVHAntoRoundedMono", monospace;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.48px;
}

/* mobile */
@media (max-width: 767px) {
    .grafismo-img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }

    .title-hero {
        font-size: 24px;
        text-align: center;
    }

    .subtitle-hero {
        font-size: 18px;
        text-align: center;
    }

    .patrocinio-hero {
        font-size: 16px;
    }

    .align-col-logos {
        padding-left: 27px;
        padding-right: 27px;
    }

    .col-md-5 {
        padding-left: 27px !important;
        padding-right: 27px !important;
    }

    .logo-mm-hero {
        height: 50px;
    }

    .logo-soulcode-hero {
        height: 40px;
    }
}

/* tablet */
@media (min-width: 768px) and (max-width: 991px) {
    .grafismo-img {
        width: 100%;
    }

    .title-hero {
        font-size: 24px;
        text-align: center;
    }

    .subtitle-hero {
        font-size: 18px;
        text-align: center;
    }

    .patrocinio-hero {
        font-size: 16px;
    }

    .align-col-logos {
        padding-left: 27px;
        padding-right: 27px;
    }

    .col-md-5 {
        padding-left: 27px !important;
        padding-right: 27px !important;
    }

    .logo-mm-hero {
        height: 50px;
    }

    .logo-soulcode-hero {
        height: 40px;
    }
}

.btn-hero {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 268px;
    height: 40px;
}

.section-sobre {
    padding: 50px 100px;
}

.title-sobre {
    color: #00F;
    font-family: "BVHAntoRoundedMono", monospace;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 47px;
    padding-left: 0;
    margin-left: 0;
}

.desc-sobre {
    color: #262626;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding-left: 0;
    list-style-position: inside;
    margin-top: 29px;
    margin-bottom: 29px;
}

.video-wrapper {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background-color: #000;
}

.video-thumbnail {
    object-fit: cover;
    height: 100%;
    cursor: pointer;
}

.video-play-btn {
    width: 64px;
    height: 64px;
    background-color: #0000FF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s;
}

.video-play-btn:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.triangle {
    width: 0;
    height: 0;
    border-left: 14px solid white;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-left: 4px;
}

.align-img-sobre {
    margin-bottom: 50px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    align-content: end;
}

/* mobile */
@media (max-width: 767px) {
    .section-sobre {
        padding: 50px 20px;
        text-align: center;
    }

    .title-sobre {
        font-size: 24px;
    }

    .align-img-sobre {
        width: 100%;
        height: auto;
        margin-top: 20px;
        margin-bottom: 0;
        position: relative;
        z-index: 1;
        align-content: center;
    }

    .section-sobre .col-md-6:last-child {
        justify-content: center !important;
        align-items: center !important;
    }
}

/* tablet */
@media (min-width: 768px) and (max-width: 991px) {
    .section-sobre {
        padding: 50px 20px;
        text-align: center;
    }

    .section-sobre .row {
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center;
    }

    .section-sobre .col-md-6 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .section-sobre .align-img-sobre {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 0;
        object-fit: contain;
    }

    .title-sobre {
        font-size: 24px;
    }
}

.title-requisitos {
    padding-left: 48px;
    color: #F5F5F5;
    font-family: "BVHAntoRoundedMono", monospace;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 52px;
    text-align: start;
}

.desc-requisitos {
    padding-right: 48px;
    color: #F5F5F5;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-align: start;
}

/* mobile */
@media (max-width: 767px) {
    .title-requisitos {
        padding-left: 0px;
        font-size: 24px;
        line-height: 35px;
        text-align: center;
    }

    .desc-requisitos {
        padding-right: 0px;
        margin-top: 19px;
        font-size: 18px;
        text-align: center;
    }
}

/* tablet */
@media (min-width: 768px) and (max-width: 991px) {
    .title-requisitos {
        padding-left: 48px;
        font-size: 28px;
        line-height: 35px;
    }

    .desc-requisitos {
        padding-left: 48px;
        margin-top: 19px;
        font-size: 18px;
    }
}

.section-etapas {
    background-color: #EFEDDE;
    padding-top: 50px;
    padding-left: 119px;
    padding-right: 119px;
}

.title-etapas {
    color: #1E34FA;
    font-family: "BVHAntoRoundedMono", monospace;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/* STEP */
.step-body {
    padding-top: 37px;
    display: flex;
    justify-content: center;
}

.step-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 50px;
    height: 250px;
}

.step-info p {
    width: 250px;
    display: flex;
    margin-bottom: 0;
    justify-content: center;
    text-align: start;
    align-items: center;
    font-size: max(9px, 0.9vw);
}

.step-container {
    border-radius: 50px !important;
    background-color: #252525;
    padding: 2px;
    border: 2px solid #252525;
}

.step-number {
    background-color: #0000FF !important;
    border-radius: 50% !important;
    padding: 15px 20px;
    color: #F5F5F5 !important;
    text-align: center;
    font-family: "BVHAntoRoundedMono", monospace;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.step-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #252525;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.line {
    height: 2px;
    background-color: #252525;
    width: 10vw;
    margin-top: 35px;
    border: 2px solid #252525;
}

/* STEP */

.section-formulario {
    background-color: #252525;
}

.title-formulario {
    padding-bottom: 16px;
    color: #FFF;
    text-align: center;
    font-family: "BVHAntoRoundedMono", monospace;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.steps-text {
    color: #EFEDDE;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/* mobile */
@media (max-width: 767px) {
    .section-etapas {
        padding: 20px;
    }

    .title-etapas {
        font-size: 24px;
    }

    .container-2 {
        padding: 0 20px;
    }

    .step-body {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .step-info {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 15px;
        position: relative;
        height: 100px;
        width: 100%;
    }

    .step-container {
        position: relative;
    }

    .step-container::after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 40px;
        background-color: #252525;
    }

    .step-info:last-child .step-container::after {
        display: none;
    }

    .step-text {
        flex: 1;
        text-align: start;
        align-items: flex-start;
    }

    .step-info p {
        width: auto;
        font-size: 14px;
        margin: 0;
    }

    .line {
        display: none;
    }
}

.nav,
.navbar-nav {
    --bs-nav-link-hover-color: #0000FF !important;
}

.form-label {
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.form-check-label {
    color: #FFF;
}

/* mobile */
@media (max-width: 767px) {
    .title-formulario {
        font-size: 24px;
    }

    .article-formulario {
        padding: 30px;
    }
}

/* tablet */
@media (min-width: 768px) and (max-width: 991px) {
    .article-formulario {
        padding: 30px 50px;
    }
}

.section-footer {
    padding: 37px 239px;
}

.footer-title {
    color: #252525;
    font-family: "BVHAntoRoundedMono", monospace;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.6px;
}

.align-patrocinio {
    margin-left: 30px;
}

@media (min-width: 600px) and (max-width: 959px) {
    .section-footer>div {
        flex-direction: row !important;
        flex-wrap: wrap;
        justify-content: center;
        gap: 24px;
    }

    .align-patrocinio {
        margin-left: 30px;
    }
}