.texto-bienvenida{
    padding: 31px;
    width: 69%;
    text-align: center;
    line-height: 2rem;
    color: black;
    font-size: 18px;
    font-weight: bold;
    flex: 0 1 auto;
}

.texto-bienvenida2{
    padding: 31px;
    width: 63%;
    text-align: center;
    line-height: 2rem;
    color: black;
    font-size: 18px;
    font-weight: bold;
    flex: 0 1 auto;
}

.login_background{
    background-color:#ffffff;
}
.login_image{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.login-form{
    background: white;
    padding: 20px;
    border-radius: 10px;
    width: 90%;
}

.login_section .custom-control-description{
    color: #fff !important;
}
.login_section{
    padding: 25px 30px 30px 30px;
    border-radius: 5px;
}
.login_section_top{
    margin: 36% 0;
}
.login_section input{
    color: black;
    border: none;
    border-bottom: 1px solid #cbc9c9;
    border-radius: 0;
}
.login_section input:focus{
    background-color: rgba(170, 177, 185,0.5);
    color: black;
    border:none;
}
.login_bottom{
    border-bottom: 1px solid #666;
    padding-bottom: 20px;
}
.login_section a{
    cursor: pointer;
}
.admire_logo{
    width: 100%;
}

.admire_logo2{
    width: 33%;
    height: 75px;
}

.register_section_top{
    margin: 10% 0;
}
.forgot_section_top{
    margin: 35% 0;
}

.centrado{
    justify-content: center;
}

.container-casilla{
    padding: 6rem 7rem !important;
    border: 1px solid black;
    margin-top: 5%;
}

.title{
    font-weight: bold;
    margin-top: 8%;
    font-size: 15px;
}

.alert-creacion{
    color: red;
    font-size: 15px;
    font-weight: bold;
}

.titulo{
    font-family: system-ui;
}

.pasos{
    font-family: system-ui;
}

.msj-error{
    color:red;
    font-family: system-ui;
    font-size: 16px;
}

.btn-info2{
    background-color: #616161;
    border-color: #616161;
    color: white;
}

.text-gray{
    color: #727272 !important;
    font-weight: 600;
}

.centrar-div{
    display: flex;
    justify-content: center;
}

.titulo-principal{
    color: #D32F2F !important;
    font-weight: bold;
}

.titleModal{
    text-transform: uppercase;
    color: white;
    font-weight: bold;
}

.modal-terminos{
    padding-left: 5%;
    padding-right: 5%;
    text-align: justify;
    color:black;
    font-size: 15px;
    overflow-y: auto;
    max-height: 67vh;
}

.text-checkbox{
    line-height: 1.5rem;
    padding-left: 5%;
    font-weight: bold;
}

.btn-modal{
    border: 1px solid #575756;
    background: #575756;
}

.title-expediente{
    font-weight: bold;background: gray;color: white;padding: 1%;
}

.text-password{
    line-height: 1.2rem;font-family: system-ui;font-weight: bold;
}

.container-user{
    border:1px solid;padding-bottom: 3%;padding-top: 2%;
}

.btn-descarga{
    font-weight: bold !important;
    border: 1px solid #df0000 !important;
    color: black !important;
}

.boton-ayuda{
    color: black;
    font-size: 23px !important;
    background: white !important;
    border: 1px solid white !important;
}

.modalCambioContrasena{
    padding-top: 7% !important;
    padding-bottom: 1% !important;
    padding-left: 6% !important;
    padding-right: 6% !important;
}

.formCambioContrasena{
    padding: 8% !important;
    padding-top: 1% !important;
    padding-bottom: 1% !important;
}

.btn-enviar{
    border: #D32F2F;
    background-color: #D32F2F;
    color: white;
    cursor:pointer;
    padding: 6%;
    width: 100%;
    border-radius: 18px;
}

.msj-error-psw{
    text-align: center;
    color: red;
    font-size: 16px;
    font-weight: bold;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm){
    background-color: #d1013a !important;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel){
    background-color: gray !important;
}

.swal2-container button.swal2-styled.swal2-cancel:hover {
    background-color: #bbb9ba !important;
    border-color: #bbb9ba !important;
}

div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:hover{
    background-color: #d1013a !important;
}

.subtitle{
    color: #18268f;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 43px;
}

.encabezado{
    background: #f9f9f9;
    padding-left: 3%;
    height: 47px;
    border: 1px solid #c9c2c2;
}

.box{
    border: 1px solid #c9c2c2;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 2%;
}

.div-subtitle{
    padding-left: 2%;
    background: #f9f9f9;
    display: flex;
    align-items: center;
    height: 36px;
}


/* Estilos para pantallas más pequeñas */
@media (min-width: 200px) and (max-width: 1000px) {
    #access{
        padding-left: 0% !important;
        /* top: 200px !important; */
        top: 285px !important;
        text-align: left!important;
    }

    .text-casilla{
        font-size: 11px !important;
    }

    .login_logo{
        text-align: center !important;
    }
    .texto-bienvenida{
        width: 100% !important;
        margin-top: -17% !important;
    }
    .img-portada{
        width: 80% !important;
    }
    .login_section_top{
        margin: 17% 0 !important;
    }
    .login-form{
        width:100% !important;
        max-width: 100% !important;
    }
    .column-step{
        padding-top: 5%;
    }
    .line-steps::before {
        background-color: white !important;
    }
    .container-casilla {
        padding: 9rem 2rem !important;
    }

    .container-casilla {
        padding: 8rem 3rem !important;
    }

    .text-lg-right{
        padding-top: 3%;
    }

    .admire_logo2{
        width: 100%;
        height: 69px;
    }

    .pasos{
        padding-top: 5%;
        font-size: 21px;
    }

    .titulo{
        padding-top: 3%;
        font-size: 26px;
    }

    .title{
        font-size: 15px;
    }

    .btn-mint{
        width: 48%;
    }

    .btn-continuar{
        display: flex;
        justify-content: center;
        width: 58%;
    }

    .titulo{
        font-size: 18px !important;
    }

    .terminosModal{
        font-size: 16px;
        line-height: 1.6rem;
        text-align: center;
    }

    .container{
        padding-right: 30px !important;
        padding-left: 35px !important;
    }

    .btn-mint2{
        width: 48% !important;
    }
}

.header {
    background-color: #D32F2F; /* Color rojo */
    padding: 15px;
    border-radius: 8px 8px 0 0;
    color: white;
    text-align: center;
    position: relative;
}

.header-razonsocial{
    background: #e9e9e9;
    font-size: 10px !important;
    border-radius:0px;
    padding: 20px;
    border-right: 1px solid black;
    border-left: 1px solid black;
    text-align: center;
}

/* Estilo para "Casilla Electrónica" */
.header h1 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    margin: 0;
}

/* Estilo para el Paso */
.step {
    background-color: #616161; /* Color gris */
    color: white;
    padding: 10px;
    /* border-radius: 5px; */
    text-align: center;
    /* margin: 15px 0; */
    position: relative;
}
.step h2 {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-mint2{
    background-color: #D32F2F;
    border-color: #D32F2F;
}

@media (min-width: 400px) and (max-width: 900px) {
    .text-casilla{
        font-size: 11px !important;
    }
    .login_bottom{
        padding-bottom: 28px;
    }

    .titulo{
        font-size: 18px;
    }

    .btn-mint2{
        width: 48% !important;
    }
    
}

@media (min-width: 768px) and (max-width: 1366px) {
    .text-casilla{
        font-size: 11px !important;
    }
    .admire_logo2 {
        width: 98%;
        height: 136px;
    }

    .login_bottom{
        padding-bottom: 27px;
    }

    .btn-mint2{
        width: 48% !important;
    }
}


@media (min-width: 820px) and (max-width: 1180px) {
    .text-casilla{
        font-size: 11px !important;
    }
    .admire_logo2 {
        width: 98%;
        height: 136px;
    }

    .login_bottom{
        padding-bottom: 27px;
    }

    .btn-mint2{
        width: 48% !important;
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .admire_logo2 {
        width: 46%;
        height: 90px;
    }

    .login_bottom{
        padding-bottom: 27px;
    }

    .btn-mint2{
        width: 48% !important;
    }
}

