
body {
    font-family: 'Poppins', sans-serif !important;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; /* Evita el scroll */
}

.full-height {
    height: 100vh;
}

.contenedor-formulario {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px;
    box-sizing: border-box;
}

.posicion-relativa {
    position: relative;
}

.boton-mostrar {
    position: absolute;
    top: 55%;
    right: 10px;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
}

.boton-mostrar:focus {
    outline: none;
}

.btn-principal:hover {
    background-color: #F87234;
    color: white;
}

.btn-principal:active {
    background-color: #D86833;
    color: white;
}

.btn-principal-modal, .btn-principal-modal:hover{
    width: 350px;
    height: 50px;
    border-radius: 8px;
    color: white;
    border: 1px solid #F87234;
    background: #F87234;
}

.clave-olvidado {
    display: block;
    font-size: 13px;
    text-align: center;
    margin-top: 30px;
    color: #666;
    text-decoration: none;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.clave-olvidado:hover{
    color: #666;
}

.label {
    text-align: center;
}

.color-texto{
    color: #666;
}

.fondo-login {
    height: auto;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.text-overlay {
    position: absolute;
    right: 50px;
    bottom: 50px;
    font-size: 8rem;
    color: white;
    font-weight: bold;
}

.logo-powerby {
    height: 25px;
    display: block;
    margin: 20px auto;
}

.simpre-mayusculas-visual {
    text-transform: uppercase;
}

@media (max-width: 991.98px){
    .login-section-background {
        display: none;
    }
}

/*Modal sweetalert2*/
.swal2-container {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.swal2-modal.swal2-popup {
    width: 600px;
    height: auto;
    font-family: var(--fuente);
    padding: 20px !important;
    box-shadow: 0 0.31rem 1.25rem 0 rgba(75, 70, 92, 0.4);
    border-radius: 20px;
    justify-content: center;
    justify-items: center;
    align-items: center;
}

.swal2-modal.swal2-popup .swal2-icon {
    padding: 20px 0 10px;
}

div:where(.swal2-container) img:where(.swal2-image) {
    max-width: 100%;
    margin: 0;
}

.swal2-popup .swal2-title {
    max-width: 100%;
    color: #1C2649;
    text-align: center;
    padding: 20px 0;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

div:where(.swal2-container) .swal2-html-container {
    color: #546388;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    z-index: 1;
    justify-content: center;
    padding: 0px 0px 20px;
    overflow: auto;
}

.swal2-modal.swal2-popup .swal2-actions {
    color: #dbdade;
    border-top: var(--bs-border-width) solid;
    width: 100%;
    margin: 0;
    padding: 20px 0 0;
}

@media only screen and (max-width: 767px) {
    .contenedor {
        display: flex;
        align-items: stretch;
    }
    .centrar-contenido {
        width: 100%;
        display: grid;
        justify-content: space-between;
        align-items: normal;
        height: 100%;
    }
    .titulo{
        display: none;
    }
    .titulo-imagen {
        color: #fff;
        text-align: center;
        font-size: 50px;
        margin-bottom: 5px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .form-control {
        font-size: 14px;
        border-radius: 10px;
        height: 50px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .boton-mostrar i {
        font-size: 20px;
    }
    .btn-principal{
        font-size: 14px;
        width: 100%;
        height: 50px;
        margin: 5px 0;
        border-radius: 8px;
        color: white;
        border: 1px solid #F87234;
        background: #FA914F;
    }
    .leyenda {
        color: #333;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        bottom: 0; 
        width: 100%;
    }
    .explora-ventajas{
        color: #FA914F;
        font-weight: 600;
    }
    .contacto {
        color: #FA914F;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-decoration: none;
    }
    .contenedor-formulario {
        order: 2;
    }
    .centrar-contenido {
        display: block;
    }
    .imagen-fondo {
        display: flex;
        background: url(../imagenes/fondoLogin.png);
        background-size: contain;
        background-attachment: fixed;
        overflow: hidden;
        order: 1;
        align-items: flex-end;
        justify-content: center;
    }
    .logo-fondo {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .centrar-contenido {
        width: 100%;
        padding: 25px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        height: 70%;
    }
    .titulo{
        color: #333;
        text-align: center;
        font-size: 65px;
        margin-bottom: 2rem;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .titulo-imagen {
        display: none;
    }
    .form-control {
        font-size: 14px;
        border-radius: 10px;
        height: 45px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .boton-mostrar i {
        font-size: 25px;
    }
    .btn-principal{
        font-size: 14px;
        width: 350px;
        height: 50px;
        margin: 5px 0;
        border-radius: 8px;
        color: white;
        border: 1px solid #F87234;
        background: #FA914F;
    }
    .explora-ventajas{
        color: #FA914F;
        font-weight: 600;
    }
    .leyenda {
        color: #333;
        font-size: 17px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        bottom: 0; 
        width: 100%;
    }
    .contacto {
        color: #FA914F;
        font-size: 17px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-decoration: none;
    }
    .imagen-fondo {
        display: flex;
        background: url(../imagenes/fondoLogin.png) no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
        overflow: hidden;
        order: 1;
        justify-content: center;
        align-items: center;
    }
}