.wrapp {
    padding: 0 15px;
}

.oportunidades-section {
    color: white;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.oportunidades-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    border-bottom: 1px solid #42526E;
    padding-bottom: 24px;
}

.oportunidades-info {
    width: 100%;
    max-width: 628px;
}

.oportunidades-info h2 {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 30px;
    background: linear-gradient(45deg, #fff, #f0f0f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    max-width: 565px;
}

.beneficios-list {
    margin-bottom: 30px;
}

.beneficio-item {
    font-family: 'Margem-regular';
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    font-size: 20px;
    letter-spacing: -1px;   
}

.texto-motivacional {
    font-family: 'Montserrat';
    font-size: 20px;
    line-height: 135%;
    margin-bottom: 30px;
    color: #e0e0e0;
    max-width: 510px;
}

.btn-participar {
    background: #DD303E;
    color: white;
    border: none;
    padding: 20px;
    font-size: 16px;
    font-family: 'Margem-medium';
    border-radius: 12px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    width: 183px;
    height: 48px;
    display: flex;
    gap: 10px;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
}

.btn-participar:hover {
    cursor: pointer;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(220, 53, 69, 0.4);
}

button:focus {
   outline: none;
}

.oportunidades-imagem {
    flex: 1;
    max-width: 510px;
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.professores-container {
    position: relative;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.professores-container img {
    max-width: 576px;
    max-height: 414px;
    object-fit: contain;
}

.vagas-regiao-section {
    text-align: left;
}

.vagas-regiao-section h3 {
    font-family: 'Margem-medium';
    font-size: 44px;
    letter-spacing: -1px;
    margin-bottom: 40px;
    text-align: left;
    color: white;
}

.regioes-grid {
    display: flex;
    gap: 24px;
    max-width: 1266px;
    margin: 0;
}

.regiao-card {
    flex: 1;
    padding: 16px;
    border-radius: 12px;
    text-align: left;
    background-color: #1B1E2D;
}

.regiao-card h4 {
    font-family: 'Margem-bold';
    font-size: 31px;
    letter-spacing: -1px;
    margin-bottom: 0px !important;
    color: white;
    white-space: nowrap;
}

.regiao-card p {
    font-family: 'Margem-regular';
    font-size: 20px;
    letter-spacing: -1px;
    color: #FFFFFF;
    margin: 0;
    white-space: nowrap;
}

.texto-motivacional-mobile {
    display: none;
}

@media (max-width: 1024px) {
    .regioes-grid {
        flex-wrap: wrap;
    }

    .regiao-card {
        flex: 1;
    }

    .regiao-card {
        flex: 1 1 calc(33.333% - 20px);
        /* 3 itens na primeira linha */
    }

    .regiao-card:nth-last-child(2),
    .regiao-card:last-child {
        flex: 1 1 calc(50% - 20px);
        /* 2 itens na segunda linha */
    }
}

@media (max-width: 980px) {
    .oportunidades-content {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
    }
    
    .oportunidades-info {
        max-width: 100%;
    }
    
    .oportunidades-imagem {
        max-width: 100%;
    }
    /*
    .regioes-grid {
        flex-wrap: wrap;
    }
    */
    .regiao-card {
        flex: 1 1 calc(33.33% - 10px);
        min-width: 150px;
    }

    .professores-container {
        align-items: center;
    }

    .professores-container img {
        max-width: 500px;
    }
    .texto-motivacional-mobile {
        display: block;
        font-family: 'Montserrat';
        font-size: 20px;
        line-height: 135%;
        margin-bottom: 30px;
        color: #e0e0e0;
        max-width: 510px;
    }
    .texto-motivacional {
        display: none;
    }

    .oportunidades-info h2 {
        font-size: 40px;
        max-width: 380px;
    }
    
    .regioes-grid {
        gap: 15px;
    }
    
    .regiao-card {
        flex: 1 1 calc(50% - 15px);
        padding: 20px 15px;
    }

    .btn-participar {
        width: 100%;
        max-width: 344px;
    }

    .btn-participar-container {
        display: flex;
        justify-content: center;
    }
}

@media (min-width: 600px) and (max-width: 1199.98px) {
    .oportunidades-info {
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

    .oportunidades-info h2 {
        max-width: 100%;
        text-align: center;
    }

    .professores-container {
        height: 350px;
        align-items: center;
    }

    .oportunidades-imagem {
        max-width: 100%;
        min-height: 350px;
    }
    

    .professores-container img {
        max-width: 450px;
        max-height: 320px;
    }

    .oportunidades-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .regioes-grid {
        flex-direction: column;
    }
    
    .regiao-card {
        flex: 1 1 100%;
    }

    .professores-container img {
        max-width: 344px;
        max-height: 247px;
    }
}