/* =====================================================
   Register Section – Versión SENCE / SERCOTEC
   Compatible con Colorlib + Bootstrap
   ===================================================== */

.register {
    margin-top: 60px;
}

.register_section {
    background-color: #ffb606; /* amarillo institucional */
    padding: 60px 40px;
    height: 99%;
}

.register_content {
    max-width: 620px;
}

.register_title {
    font-size: 32px;
    font-weight: 700;
    color: #1f2a37;
    line-height: 1.3;
    margin-bottom: 25px;
}

.register_text {
    font-size: 16px;
    color: #1f2a37;
    line-height: 1.7;
    margin-bottom: 18px;
}

/* Énfasis institucional */
.register_text strong {
    font-weight: 600;
}

/* Alineación vertical correcta */
.row-eq-height {
    align-items: stretch;
}

/* Responsive */
@media (max-width: 991px) {

    .register_section {
        padding: 50px 30px;
        text-align: center;
    }

    .register_title {
        font-size: 26px;
    }

    .register_text {
        font-size: 15px;
    }
}

@media (max-width: 576px) {

    .register_section {
        padding: 40px 20px;
    }

    .register_title {
        font-size: 22px;
    }

    .register_text {
        font-size: 16px;
    }
}
