/* Mobile contrast and layout corrections for the Ministerios del Reino theme. */
.path-local-studentregistration {
    background: #f5f2e9;
}

.path-local-studentregistration .local-studentregistration-hero {
    margin: 1rem auto 1.5rem;
    max-width: 760px;
    padding: clamp(1.5rem, 5vw, 3rem);
    border-radius: 1.4rem;
    color: #f7f2e5;
    background:
        radial-gradient(circle at 82% 18%, rgba(215, 177, 87, .28), transparent 32%),
        linear-gradient(120deg, #061c14, #0f3929);
    box-shadow: 0 18px 44px rgba(7, 31, 22, .2);
}

.path-local-studentregistration .local-studentregistration-kicker {
    color: #f1d488;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.path-local-studentregistration .local-studentregistration-hero h2 {
    margin: .45rem 0 .65rem;
    color: #f7f2e5;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
}

.path-local-studentregistration .local-studentregistration-form {
    max-width: 760px !important;
    padding: clamp(1.25rem, 4vw, 2.25rem);
    border-radius: 1.25rem;
    background: #fff;
    box-shadow: 0 12px 34px rgba(8, 38, 27, .12);
}

.path-local-studentregistration .local-studentregistration-form .form-control,
.path-local-studentregistration .local-studentregistration-form .form-select {
    min-height: 3rem;
    border-color: #ccd4cf;
    border-radius: .8rem;
}

.path-local-studentregistration .local-studentregistration-modality {
    min-height: 3rem;
    display: flex;
    align-items: center;
    padding: .7rem 1rem;
    border: 1px solid #d7b157;
    border-radius: .8rem;
    background: rgba(215, 177, 87, .14);
    color: #0b2d21;
    font-weight: 700;
}

.path-local-studentregistration .local-studentregistration-form .btn-primary {
    padding: .8rem 1.5rem;
    border-color: #d7b157;
    border-radius: 999px;
    background: #d7b157;
    color: #09251c;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .path-local-studentregistration .local-studentregistration-form,
    .path-local-studentregistration .local-studentregistration-form .form-control {
        box-sizing: border-box;
        max-width: 100%;
        width: 100% !important;
    }

    nav.navbar .navbar-toggler,
    nav.navbar .navbar-toggler .icon {
        color: #fff !important;
        opacity: 1 !important;
    }

    nav.navbar .navbar-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
        opacity: 1 !important;
    }

    #page-footer {
        color: #19382d !important;
    }

    #page-footer a {
        color: #6b5319 !important;
        text-decoration-color: #6b5319 !important;
    }

    #page-footer a:focus,
    #page-footer a:hover {
        color: #3f300e !important;
    }
}
