﻿* {
    margin: 0;
    padding: 0;
    font-family: "Lato", sans-serif;
}

:root {
    --negro-institucional: #4D525D;
    --azul-institucional: #3C7EDD;
    --gris-institucional: #A0A0A0;
    --rojo-alerta: #DF0000;
    --gris-claro-institucional: #F3F2F4;
    --gris-oscuro-institucional: #C3C5C9;
}

.btn-li-trasnporte {
    border: #cdcdcd solid 1px;
    border-radius: 2em;
    margin-bottom: 5px;
}

.btn-li-trasnporte:hover {
    background: #dddddd;
}

.pnl-proces-enviado {
    padding: 2em;
    color: green;
}

.pnl-over-trasnporte {
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 35em;
}

@media (max-width: 900px) {
    .pnl-over-trasnporte {
        overflow-x: hidden;
        overflow-y: scroll;
        max-height: 26em;
    }
}

.pnl-mas-info {
    max-width: 18%;
    font-size: 14px;
    text-align: center;
    margin-left: auto;
    color: #009bfb;
    cursor: pointer;
    margin-right: 3em;
    padding: 4px;
    border: var(--gris-institucional) solid 1px;
    border-radius: 1em;
}

.pnl-contenido-modal-transporte {
    overflow-x: hidden;
    overflow-y: hidden;
    max-height: 100%;
}

.pnl-mas-info:hover {
    background: #dddddd;
}

@media (max-width: 768px) {
    .pnl-contenido-modal-transporte {
        overflow-x: auto;
        overflow-y: auto;
        max-height: calc(100vh - 2em);
    }

    .pnl-over-trasnporte {
        overflow-x: hidden;
        overflow-y: scroll;
        max-height: 100%;
    }

    .pnl-mas-info {
        max-width: 79%;
        font-size: 14px;
        text-align: center;
        margin-left: auto;
        color: #009bfb;
        cursor: pointer;
        margin-right: 3em;
        padding: 4px;
        border: var(--gris-institucional) solid 1px;
        border-radius: 1em;
    }
}

@media (min-width: 950px) {
    .pnl-over-trasnporte {
        overflow-x: hidden;
        overflow-y: scroll;
        max-height: 29em;
    }
}

@media (min-width: 1100px) {
    .pnl-over-trasnporte {
        overflow-x: hidden;
        overflow-y: scroll;
        max-height: 29em;
    }
}

.pnl-terminos {
    font-size: 14px;
    padding: 1em 0em 1em 33px;
}

.pnl-contenedor {
    margin-top: 1em;
}

.terminoscondiciones {
    color: #0ca0fb;
    cursor: pointer;
    font-weight: bold;
}

.pnl-informacion {
    font-size: 11px;
    padding: 1em 0px 0em 3em;
    color: #8e8888;
}

.btn-trash {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 17px 10px 17px;
    color: white;
    background: #4e535e;
    border-radius: 0px 13px 0px 0px;
}

.span-auth {
    font-size: 14px;
    margin-right: 8px;
}

.btn-transporte {
    font-size: 13px !important;
    cursor: pointer;
}

.pnl-contenedor-bonotes {
    width: 40%;
    margin: auto;
    border: 2px #ff8843 solid;
    border-radius: 21em;
}

.div-seleccionado-btn-est {
    padding: 9px;
    background: #ff8843;
    border-radius: 21px 0px 0em 21px;
    color: white;
}

.btn {
    cursor: pointer;
}

.div-seleccionado-btn-padr {
    padding: 9px;
    background: #ff8843;
    border-radius: 0px 21px 21px 0px;
    color: white;
}

.btn-aprobar-trans {
    font-weight: bolder;
    color: #89c679;
    cursor: pointer;
    font-size: 25px;
}

.pnl-botones-trans {
    display: flex;
    text-align: center;
}

.btn-anular-trans {
    color: red;
    font-size: 25px;
    font-weight: bolder;
    cursor: pointer;
}

.fondo-modal {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 115;
    background-color: rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

.modal, .modal-pago {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 120;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    outline-width: 0px;
}

.modal .cuerpo, .modal-pago .cuerpo {
    width: 100%;
    max-height: calc(100% - 100px);
    max-width: 672px;
}

.modal .cuerpo .form-modal,
.modal-pago .cuerpo .form-modal {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    background-color: #fff;
    border-radius: 20px;
}

.modal-pago .cuerpo .form-modal {
    border-radius: 20px;
}

.modal .cuerpo .cabecera,
.modal-pago .cuerpo .cabecera {
    padding: 12px;
    font-weight: 600;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
}

.modal .cuerpo .contenido-modal,
.modal-pago .cuerpo .contenido-modal {
    padding: 12px;
    height: 100%;
    max-height: calc(100vh - 260px);
    overflow-x: hidden;
    overflow-y: auto;
}

.modal .cuerpo .botones-modal,
.modal-pago .cuerpo .botones-modal {
    height: 80px;
    padding: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

#alerta {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: transparent;
    z-index: 130;
    position: fixed;
    top: 0;
    left: 0;
}

    #alerta .contenedor {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        overflow: hidden;
        overflow-y: auto;
    }

    #alerta .contenedor-alerta {
        width: 320px;
        border-radius: 20px;
        border: 1px solid var(--rojo-alerta);
        padding: 20px;
        background-color: #fff;
    }

        #alerta .contenedor-alerta .contenedor-sello {
            position: relative;
            width: 100%;
            display: flex;
            justify-content: center;
        }

            #alerta .contenedor-alerta .contenedor-sello .sello {
                width: 64px;
                height: 64px;
                background-color: var(--rojo-alerta);
                color: #fff;
                border-radius: 50%;
                display: flex;
                justify-content: center;
                align-items: center;
                position: absolute;
                top: -50px;
                font-size: 40px;
            }

    #alerta #lista_advertencias {
        list-style: none;
    }

        #alerta #lista_advertencias li {
            font-size: 14px;
            color: var(--negro-institucional);
            line-height: 19.2px;
            border-bottom: 1px solid var(--gris-oscuro-institucional);
            padding: 4px 12px;
        }

    #alerta .btn-alerta {
        height: 40px;
        color: var(--gris-claro-institucional);
        background-color: var(--rojo-alerta);
        text-transform: uppercase;
        border-radius: 10px;
        padding: 0 20px;
    }

#toast {
    padding: 16px;
    position: fixed;
    max-width: 300px;
    z-index: 150;
    top: 8px;
    right: 8px;
    border-radius: 4px;
    display: none;
    color: #fff;
    font-weight: 500;
    background-color: var(--azul-institucional);
}

    #toast .icono {
        font-size: 32px;
        width: 33.3333%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #toast .mensaje {
        font-size: 14px;
        width: 66.6667%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

input {
    color: var(--negro-institucional);
    font-weight: 400;
}

.spinner {
    display: inline-block;
    border-width: 8px;
    border-style: solid;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

.spinner-sm {
    display: inline-block;
    border-width: 5px;
    border-style: solid;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: spin 1s linear infinite;
}

.spinner-lg {
    display: inline-block;
    border-width: 12px;
    border-style: solid;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 1s linear infinite;
}

.spinner-xl {
    display: inline-block;
    border-width: 16px;
    border-style: solid;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#body-login {
    background-image: url('../assets/images/login_final.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(217, 217, 217, 0.9);
}

#img-schools {
    height: 125px;
    display: none;
}

.caja-login {
    background-color: rgba(217, 217, 217, 0.85);
    border-radius: 10px;
    padding: 20px;
    margin-top: 100px;
}

.titulo-login {
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 12px;
}

.subtitulo-login {
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    line-height: 19.2px;
    text-align: center;
    margin-bottom: 4px;
}

.caja-input-login {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 16px;
    border-bottom: 1px solid var(--negro-institucional);
    align-items: flex-end;
}

    .caja-input-login label {
        font-weight: 300;
        color: #000000;
        font-size: 14px;
        line-height: 19.2px;
    }

    .caja-input-login input {
        flex: 1 1 0%;
        background-color: transparent;
        outline: 2px solid transparent;
        outline-offset: 2px;
        margin-left: 4px;
    }

    .caja-input-login button {
        color: var(--negro-institucional);
        font-size: 18px;
    }

.caja-olvido-pass {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 28px;
    margin-top: 4px;
}

    .caja-olvido-pass a {
        color: #127EFF;
        font-size: 14px;
        line-height: 16px;
        font-weight: 500;
    }

.boton-login, .boton-login-gris {
    display: block;
    width: 100%;
    border-radius: 10px;
    background-color: var(--azul-institucional);
    color: #fff;
    text-transform: uppercase;
    height: 40px;
}

.boton-login-gris {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--rojo-alerta);
}

/* ESTILOS PAGINA PRINCIPAL */
#kt_app_header {
    height: 85px;
    overflow: hidden;
    background-color: #fff;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #D9D9D9;
}

#btn_menu_res {
    font-size: 20px;
}

.info-usuario a {
    text-decoration: none !important;
    color: var(--negro-institucional) !important;
}

.avatar-usuario {
    width: 64px;
    height: 64px;
    overflow: hidden;
    border-radius: 50%;
    text-align: center;
}

    .avatar-usuario img {
        height: 100%;
    }

.sct-salir a {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color: var(--negro-institucional);
    margin-left: 16px;
}

.sct-salir i {
    font-size: 24px;
    margin-right: 8px;
}

.spn-usuario-in {
    font-size: 20px;
    color: var(--negro-institucional);
    line-height: 24px;
    font-weight: 400;
}

#app_footer {
    height: 68px;
    overflow: hidden;
    background-color: #D9D9D9;
}

    #app_footer img {
        max-height: 48px;
    }

#menu {
    z-index: 20;
}

.menu-lateral {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px #00000040 inset;
}

    .menu-lateral ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

.menu-item {
    display: flex;
    padding: 10px;
    background-color: var(--negro-institucional);
    color: white;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
    align-items: center;
    padding-left: 35px;
}

    .menu-item.representante {
        padding-left: 50px;
    }

    .menu-item i, .submenu li a i {
        margin-right: 8px;
        font-size: 30px;
    }

    .menu-item.active {
        background-color: var(--gris-claro-institucional);
        color: var(--negro-institucional);
    }

.submenu {
    display: none;
    background-color: #fff;
}

    .submenu li a {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 10px;
        color: var(--negro-institucional);
        text-decoration: none;
        overflow: hidden;
        background-color: #fff;
        padding-left: 50px;
    }

        .submenu li a:hover, .submenu li a.active {
            background-color: var(--gris-claro-institucional);
            color: var(--negro-institucional);
        }

    .submenu .img-estudiante {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        position: relative;
        border: 3px solid var(--gris-institucional);
        margin-right: 8px;
    }

        .submenu .img-estudiante .contenedor-img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            overflow: hidden;
            display: flex;
            justify-content: center;
        }

        .submenu .img-estudiante img {
            height: 100%;
            filter: grayscale(100%);
            transition: filter 0.3s;
        }

        .submenu .img-estudiante .estado-estudiante {
            position: absolute;
            right: -3px;
            bottom: -2px;
            width: 16px;
            height: 16px;
            background-color: var(--negro-institucional);
            color: var(--negro-institucional);
            border-radius: 50%;
            overflow: hidden;
            font-size: 12px;
            text-align: center;
        }

    .submenu .info-estudiante {
        flex: 1 1 0%;
        color: var(--negro-institucional) !important;
    }

        .submenu .info-estudiante p:nth-child(1) {
            font-size: 14px;
            font-weight: 700;
            line-height: 16.8px;
        }

        .submenu .info-estudiante p:nth-child(2) {
            font-size: 14px;
            font-weight: 400;
            line-height: 16.8px;
        }

.progreso-estudiantes {
    padding: 12px 0;
    display: none;
}

    .progreso-estudiantes .paso {
        width: 100%;
        padding: 0px 0px 0 50px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        align-items: center;
        display: flex;
    }

        .progreso-estudiantes .paso .paso-matricula {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            overflow: hidden;
            color: var(--gris-claro-institucional);
            padding: 0;
            margin-right: 8px;
            font-size: 16px;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            float: left;
        }

        .progreso-estudiantes .paso span {
            display: inline-block;
            float: left;
            font-size: 14px;
            font-weight: 700;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .progreso-estudiantes .separador-paso {
        width: 4px;
        height: 22px;
        margin-left: 68px;
    }

    .progreso-estudiantes .paso.incomplete .paso-matricula {
        background-color: #fff;
    }

    .progreso-estudiantes .paso.incomplete span {
        font-weight: 400;
    }

.txt-titulo-seccion {
    color: var(--negro-institucional);
}

/* HOME */
#kt_app_wrapper {
    background-image: url("../assets/images/home-santa-clara.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.fondo-home {
    width: 100%;
    height: calc(100vh - 85px);
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.3);
}

.footer-home {
    width: 100%;
    padding-top: 80px;
    background-color: #fff;
}

.fondo-home.complete {
    background-color: rgba(255, 255, 255, 0.3);
}

.logo-home {
    width: 100%;
    padding: 8px;
    margin-bottom: 12px;
    padding-top: 50px;
}

    .logo-home img {
        max-width: 400px;
    }

.contenedor-servicios {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    height: 200px;
}

.contenido-servicio {
    position: relative;
}

.servicio {
    width: 200px;
    height: 225px;
    background-color: var(--gris-claro-institucional);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    bottom: -47px;
}

    .servicio .icono-servicio {
        width: 100%;
        display: flex;
        justify-content: center;
        position: relative;
    }

        .servicio .icono-servicio .icono {
            position: absolute;
            width: 124px;
            height: 124px;
            border-radius: 20px;
            background-color: var(--negro-institucional);
            color: var(--gris-claro-institucional);
            display: flex;
            justify-content: center;
            align-items: center;
            top: -55px;
            font-size: 65px;
            overflow: hidden;
        }

    .servicio .info-servicio {
        width: 100%;
        text-align: center;
        font-size: 20px;
        color: var(--negro-institucional);
        padding-top: 50px;
        text-transform: uppercase;
    }

    .servicio .boton-servicio {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        overflow: hidden;
    }

        .servicio .boton-servicio button {
            display: block;
            width: 100%;
            background-color: var(--negro-institucional);
            color: var(--gris-claro-institucional);
            text-transform: uppercase;
            padding: 12px;
            text-align: center;
        }

#btn-matriculacion {
    margin-bottom: 100px;
}

    #btn-matriculacion a {
        display: none;
        height: 40px;
        border-radius: 10px;
        text-transform: uppercase;
        color: var(--gris-claro-institucional);
        padding: 0 20px;
        justify-content: center;
        align-items: center;
        margin-left: 120px;
    }

    #btn-matriculacion.incomplete a {
        display: inline-flex;
    }

#div_progreso_matriculacion span:nth-child(1) {
    font-size: 12px;
    color: #000;
    line-height: 14.4px;
}

#div_progreso_matriculacion .barra-progreso {
    width: 100%;
    border-radius: 10px;
    background-color: #D9D9D9;
    overflow: hidden;
    height: 4px;
}

    #div_progreso_matriculacion .barra-progreso .progreso {
        width: 5%;
        height: 100%;
        background-color: var(--azul-institucional);
    }

#div_progreso_matriculacion #spn_progreso {
    font-size: 12px;
    color: #000;
    font-weight: 300;
    line-height: 14.4px;
}

.titulo-form {
    padding: 12px 40px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}

    .titulo-form.no-pad {
        padding: 12px 0px;
    }

.contenido-form {
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    background-color: #F5F5F5;
    padding: 20px 32px;
}

    .contenido-form .form-group label, .lbl-form {
        display: block;
        font-size: 12px;
        line-height: 14.4px;
        color: var(--negro-institucional);
    }

    .contenido-form .form-group input, .contenido-form .form-group select, .contenido-form .form-group textarea {
        width: 100%;
        font-size: 14px;
        color: var(--negro-institucional);
        outline: 2px solid transparent;
        outline-offset: 2px;
        border-bottom: 1px solid var(--negro-institucional);
        background-color: transparent;
        padding: 8px 0;
    }

        .contenido-form .form-group input.flex-1 {
            flex: 1 1 0%;
        }

        .contenido-form .form-group input[type="checkbox"] {
            width: 1.25rem;
            height: 1.25rem;
            margin-left: 8px;
        }


        .contenido-form .form-group input.error,
        .contenido-form .form-group select.error,
        .contenido-form .form-group textarea.error {
            border-bottom: 1px solid var(--rojo-alerta);
        }

    .contenido-form .form-group small {
        font-size: 10px;
        color: var(--negro-institucional);
        font-weight: 600;
        display: none;
    }

.boton-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 12px 0;
}

.contenido-form .btn-borrar {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 20px;
    background-color: var(--negro-institucional);
    color: #fff;
    border-radius: 0 20px 0 0;
}

.contenedor-boton-retirar {
    padding: 20px 40px;
}

    .contenedor-boton-retirar .btn-agregar-retiro {
        font-size: 16px;
        line-height: 19.2px;
    }

.contenedor-foto {
    width: 184px;
    height: 184px;
    border-radius: 50%;
    position: relative;
    background-color: var(--gris-oscuro-institucional);
}

    .contenedor-foto.error {
        border: 1px solid var(--rojo-alerta);
    }

    .contenedor-foto .contenedor-foto-img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        overflow: hidden;
    }

        .contenedor-foto .contenedor-foto-img img {
            width: auto;
            height: 100%;
        }

    .contenedor-foto label {
        width: 32px;
        height: 32px;
        display: flex;
        border-radius: 50%;
        color: var(--gris-claro-institucional);
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 10px;
        bottom: 10px;
        cursor: pointer;
        cursor: pointer;
    }

.contenedor_file {
    width: 100%;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid var(--negro-institucional);
    cursor: pointer;
}

    .contenedor_file.error {
        border-bottom: 1px solid var(--rojo-alerta);
    }

    .contenedor_file label, contenedor_file span {
        padding-top: 14px;
        padding-bottom: 8px;
        display: block;
        width: 50%;
        font-size: 14px;
        line-height: 16.8px;
        cursor: pointer;
    }

.form-paginacion {
    margin: 12px 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    font-size: 16px;
    line-height: 19.2px;
}

.table-reinvented, .tabla-recursiva {
    width: 100%;
    border-collapse: collapse;
    border-radius: 20px;
    overflow: hidden;
}

.tabla-recursiva {
    vertical-align: top;
    border-color: transparent;
    table-layout: fixed;
}

.table-reinvented thead, .tabla-recursiva thead {
    background-color: var(--gris-institucional);
}

.table-reinvented thead th, .tabla-recursiva thead th {
    padding: 8px 4px;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: var(--gris-claro-institucional);
}

.table-reinvented tbody {
    background-color: #F5F5F5;
}

.table-reinvented tbody td, .table-reinvented tbody th,
.tabla-recursiva tbody td, .tabla-recursiva tbody th {
    padding: 8px 4px;
    border-bottom: 1px solid var(--gris-oscuro-institucional);
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    color: #000;
}

.table-reinvented tbody td input, .table-reinvented tbody th input,
.tabla-recursiva tbody td input, .tabla-recursiva tbody th input {
    flex: 1 1 0%;
}

.table-reinvented .pie-tabla,
.tabla-recursiva .pie-tabla {
    overflow: hidden;
    padding: 0;
}

.table-reinvented .btn-pie-tabla,
.tabla-recursiva .btn-pie-tabla {
    display: block;
    padding: 12px;
    text-align: center;
    font-family: Lato;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.4px;
    width: 100%;
    background-color: var(--gris-oscuro-institucional);
}

.tabla-recursiva table {
    width: 100%;
    table-layout: fixed;
}

.tabla-recursiva table th {
    background-color: transparent;
    color: var(--negro-institucional);
    text-align: left;
    border: none;
}

.tabla-recursiva table td {
    width: auto !important;
    text-align: left !important;
    border: none;
    padding: 0;
}

.tabla-recursiva-detalle {
    display: none;
}

.btn-color-1, .btn-color-2, .btn-color-3, .btn-color-4, .btn-gris {
    border-radius: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #000;
    padding: 0 20px;
    height: 40px;
    font-size: 12px;
}

.btn-gris {
    background-color: var(--gris-oscuro-institucional);
    color: var(--gris-claro-institucional);
}

.tab, .tab-selected {
    display: block;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: 1px solid var(--gris-institucional);
    background-color: var(--gris-claro-institucional);
    color: var(--negro-institucional);
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
}

.tab-selected {
    color: var(--gris-claro-institucional);
}

.lbl-handbook {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: left;
}

.lbl-acepta-contrato {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
}

.lbl-radio {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    color: #000;
}

.info-transferencia {
    font-size: 16px;
    font-weight: 300;
    line-height: 19.2px;
    text-align: left;
}

.info-transferencia label {
    font-weight: 400;
}

.radio-container input[type="radio"] {
    display: none;
}

/* Estilo del contenedor del radio button */
.radio-container {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 22px;
    user-select: none;
    height: 20px;
}

.select2-container--bootstrap5 {
    display: none;
}

.radio-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

.radio-container input[type="radio"]:checked + .checkmark {
    background-color: #40CCA1;
    border-color: #40CCA1;
}

.radio-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 7px;
    left: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
}

.radio-container input[type="radio"]:checked + .checkmark:after {
    display: block;
}

.obligaciones-pagadas {
    margin: 12px 0;
    padding: 0 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.obligaciones-pagadas i {
    font-size: 72px;
}

.obligaciones-pagadas p {
    font-size: 24px;
    margin-left: 12px;
    flex: 1 1 0%;
}

.cont-min-h {
    min-height: calc(100vh - 153px);
}

.cont-home {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cursor-pointer {
    cursor: pointer;
}

.font-semibold {
    font-weight: 500 !important;
}

.font-bold {
    font-weight: 700 !important;
}

.bg-gris-institucional {
    background-color: var(--gris-institucional) !important;
}

.bg-gris-oscuro-institucional {
    background-color: var(--gris-oscuro-institucional) !important;
}

.bg-gris-claro-institucional {
    background-color: var(--gris-claro-institucional) !important;
}

.color-blanco {
    color: #fff !important;
}

.spn-file-aviso {
    font-size: 12px;
    font-weight: 700;
}

.rounded-20 {
    border-radius: 20px !important;
}

/* GUARDIA */
.autocomplete-items {
    position: absolute;
    border: 1px solid var(--gris-oscuro-institucional);
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items .item {
    padding: 12px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid var(--gris-oscuro-institucional);
}

.autocomplete-items .item:hover {
    background-color: var(--gris-claro-institucional);
}

.info-bancos {
    font-size: 10px;
    color: var(--negro-institucional);
}

.mult-select-tag .item-close-svg {
    display: none !important;
}

.foto-reporte {
    margin: 0 auto;
    height: calc(100vh - 284px);
}

@media (max-width: 1024px) {
    .caja-login {
        margin-top: 100px;
    }

    #img-schools {
        height: 100px;
    }
}

@media (max-width: 768px) {
    #body-login {
        background-size: cover;
    }

    .menu-item {
        padding-left: 20px;
    }

    .caja-login {
        margin-top: 0px;
    }

    #btn_matriculacion {
        margin-left: 0;
    }

    .titulo-form {
        padding: 12px 20px;
    }

    .contenedor-servicios {
        height: auto;
    }

    .servicio {
        position: relative;
        margin-bottom: 75px;
    }

    .footer-home {
        background-color: transparent;
        padding: 0;
    }

    .tabla-recursiva, .tabla-recursiva table, .table-fixed {
        table-layout: auto;
    }
}

@media (max-width: 640px) {
    .spn-usuario-in {
        font-size: 14px;
        line-height: 16.2px;
    }

    .avatar-usuario {
        width: 48px;
        height: 48px;
    }

    .sct-salir a {
        font-size: 14px;
        margin-left: 8px;
    }

    .sct-salir i {
        font-size: 18px;
        margin-right: 8px;
    }

    #app_footer img {
        width: 100%;
    }

    .titulo-form {
        padding: 12px;
    }

    .menu-item {
        padding-left: 10px;
    }

    .caja-login {
        padding: 20px 8px;
        margin-top: 150px;
    }

    #body-login {
        background-image: url('../assets/images/login_nuevo_16_9.jpg');
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: top;
        background-color: rgba(217, 217, 217, 0.9);
    }

    #btn-matriculacion a {
        margin-left: 0;
    }
}
