
.modal-matricula {
    border-radius: 20px;
    padding: 32px 40px;
    position: relative;
}

.btn-fechar {
    position: absolute;
    right: 20px;
    top: 20px;
    background: transparent;
    border: none;
    font-size: 36px;
    color: #00826f;
    cursor: pointer;
}

.logo-matricula img {
    height: 44px;
    display: block;
    margin: 0 auto 20px;
}

.titulo-matricula {
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    color: #002c96;
    margin-bottom: 10px;
}

.subtitulo-matricula {
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
}


.abas-matricula {
    display: flex;
    width: 100%;
    border: 2px solid #2FB8B5;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 30px;
}

.abas-matricula .aba {
    flex: 1;
    padding: 16px 0;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    background: #ffffff;
    color: #2FB8B5;
    border: none;
    cursor: pointer;
    transition: 0.2s;
}

.abas-matricula .aba-ativa {
    background: #36B3AA !important;
    color: #ffffff !important;
}

.logo-matricula {
    text-align: center;
}

.abas-matricula .aba:not(:first-child) {
    border-left: 2px solid #2FB8B5;
}

.icone-troca-mobile {
    display: none;
}


@media (max-width: 767px) {

    .abas-matricula {
        border: none;
        display: block;
    }

    .abas-matricula .aba {
        width: 100%;
        display: block;
        border-radius: 12px;
        margin-bottom: 12px;
        font-size: 17px;
        padding: 14px 0;
    }

    .abas-matricula .aba:not(.aba-ativa) {
        background: white;
        border: 2px solid #2FB8B5;
        color: #2FB8B5;
    }

    .icone-troca-mobile {
        display: flex;
        justify-content: center;
        margin-bottom: 12px;
    }


}


.rotulo {
    font-weight: 600;
    margin-bottom: 4px;
    display: block;
}

.campo-select-custom {
    position: relative;
}

.icone-seta-select {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #555;
}

.btn-avancar {
    width: 100%;
    background: #2FB8B5;
    color: white;
    border: none;
    padding: 14px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 700;
    margin-top: 28px;
}
