html, body {
    font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.contenedor {
    height: 100vh;
    padding: 0 !important;
    margin: 0 !important;
}
.fila {
    min-height: 100vh;
    height: 100vh;
    margin: 0 !important;
}
.division {
    max-height: 100vh;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
}
.division_imagen {
    background-image: url("../img/banner-talleres.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    justify-content: center;
    align-items: flex-end;
    padding: 0 !important;
}
.texto-sombra {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 150px;
    background-color: rgba(0, 0, 0, 0.50);
}
.texto-division {
    width: 397px;
    height: 128px;
    margin-right: 30px;
    color: white;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1;
    letter-spacing: 1px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}
.texto-division .one-system {
    font-size: 2.6rem;
    font-weight: 300;
}
.texto-division .for-all {
    font-size: 3.4rem;
    font-weight: 800;
}
.texto-division .for-all .for {
    color: #f59e0b;
}
#acceso {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 300px;
    height: 420px;
}
#img_titulo {
    width: 100%;
    height: 150px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
}
#f_ingreso {
    width: 100%;
    margin-top: 10px;
}
#titulo {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: left;
}
#btn_ingreso {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #1e293b;
    width: 100%;
    color: white;
    border: 0;
    box-shadow: none;
    height: 40px;
    border-radius: 5px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: background-color 0.2s ease;
}
#btn_ingreso:hover {
    background-color: #0f172a;
    cursor: pointer;
}
.cuadro_texto {
    border: 0;
    border-bottom: solid thin gray;
    border-radius: 0;
    outline: none;
    width: 100%;
    padding: 8px 4px;
    font-size: 0.95rem;
    background: transparent;
    transition: border-color 0.2s ease;
}
.cuadro_texto:focus {
    border-bottom-color: #334155;
}
.wsi {
    font-size: x-small;
    width: 100%;
    text-align: center;
}
.modal {
    z-index: 1030 !important;
}
.modal-backdrop {
    z-index: 1020 !important;
}
.modal-content {
    border: none;
    border-radius: 16px;
    overflow: hidden;
}
.modal-header {
    background: linear-gradient(135deg, #334155 0%, #1e293b 100%);
    color: white;
    border-bottom: none;
}
.modal-header .btn-close {
    filter: brightness(0) invert(1);
}
@media screen and (max-width: 995px) {
    .division_imagen {
        display: none;
    }
}
