@font-face {
    font-family: Poppins-Regular;
    src: url(../fonts/poppins/Poppins-Regular.ttf);
}
@font-face {
    font-family: Poppins-Medium;
    src: url(../fonts/poppins/Poppins-Medium.ttf);
}
@font-face {
    font-family: Poppins-Bold;
    src: url(../fonts/poppins/Poppins-Bold.ttf);
}
@font-face {
    font-family: Poppins-SemiBold;
    src: url(../fonts/poppins/Poppins-SemiBold.ttf);
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body, html {
    height: 100%;
    font-family: Poppins-Regular, sans-serif;
    overflow-x:  hidden;
    overflow-y:  auto;
}
a {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    margin: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
}
a:focus {
    outline: 0!important;
}
a:hover {
    text-decoration: none;
    color: #fff;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
li, ul {
    margin: 0;
    list-style-type: none;
}
input {
    outline: 0;
    border: none;
}
textarea {
    outline: 0;
    border: none;
}
input:focus, textarea:focus {
    border-color: transparent!important;
}
input:focus::-webkit-input-placeholder {
    color: transparent;
}
input:focus:-moz-placeholder {
    color: transparent;
}
input:focus::-moz-placeholder {
    color: transparent;
}
input:focus:-ms-input-placeholder {
    color: transparent;
}
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}
textarea:focus:-moz-placeholder {
    color: transparent;
}
textarea:focus::-moz-placeholder {
    color: transparent;
}
textarea:focus:-ms-input-placeholder {
    color: transparent;
}
input::-webkit-input-placeholder {
    color: #fff;
}
input:-moz-placeholder {
    color: #fff;
}
input::-moz-placeholder {
    color: #fff;
}
input:-ms-input-placeholder {
    color: #fff;
}
textarea::-webkit-input-placeholder {
    color: #fff;
}
textarea:-moz-placeholder {
    color: #fff;
}
textarea::-moz-placeholder {
    color: #fff;
}
textarea:-ms-input-placeholder {
    color: #fff;
}
label {
    margin: 0;
    display: block;
}
button {
    outline: 0!important;
    border: none;
    background: 0 0;
}
button:hover {
    cursor: pointer;
}
iframe {
    border: none!important;
}
.txt1 {
    font-family: Poppins-Regular;
    font-size: 13px;
    color: #e5e5e5;
    line-height: 1.5;
}
.limiter {
    width: 100%;
    margin: 0 auto;
}
.container-login100 {
    width: 100%;
    min-height: 83vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 10%;
    padding-bottom: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.container-login100::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0);
}
.wrap-login100 {
    width: 600px;
    border-radius: 10px;
    overflow: hidden;
    padding: 30px 35px 30px 35px;
    background: rgba(95, 187, 228, .3);
    background: linear-gradient(270deg,rgba(43,52,153,1)0%,rgba(24,21,76,1)100%);
    margin-top: 200px;
}
.erp-image {
    width: 400px;
    height: 331px;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    padding: 15px 35px 15px 35px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    background-color: #fff;
}
.login100-form {
    width: 100%}
.login100-form-logo {
    font-size: 60px;
    color: #333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto;
}
.login100-form-sesion {
    font-family: Poppins-Medium;
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    display: block;
}
.login100-form-title {
    font-family: Poppins-Medium;
    font-size: 26px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    display: block;
}
.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid rgba(255, 255, 255, .24);
    margin-bottom: 30px;
}
.input100 {
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 45px;
    background: 0 0;
    padding: 0 5px 0 38px;
}
.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}
.focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    background: #fff;
}
.focus-input100::after {
    font-family: Material-Design-Iconic-Font;
    font-size: 22px;
    color: #fff;
    content: attr(data-placeholder);
    display: block;
    width: 100%;
    position: absolute;
    top: 6px;
    left: 0;
    padding-left: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.input100:focus {
    padding-left: 5px;
}
.input100:focus+.focus-input100::after {
    top: -22px;
    font-size: 18px;
}
.input100:focus+.focus-input100::before {
    width: 100%}
.has-val.input100+.focus-input100::after {
    top: -22px;
    font-size: 18px;
}
.has-val.input100+.focus-input100::before {
    width: 100%}
.has-val.input100 {
    padding-left: 5px;
}
.contact100-form-checkbox {
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 35px;
}
.input-checkbox100 {
    display: none;
}
.label-checkbox100 {
    font-family: Poppins-Regular;
    font-size: 13px;
    color: #fff;
    line-height: 1.2;
    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
}
.label-checkbox100::before {
    content: "\f26b";
    font-family: Material-Design-Iconic-Font;
    font-size: 13px;
    color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background: #fff;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.input-checkbox100:checked+.label-checkbox100::before {
    color: #555;
}
.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.login100-form-btn {
    font-family: Poppins-Medium;
    font-size: 16px;
    color: #555;
    line-height: 1.2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    min-width: 100px;
    height: 40px;
    border-radius: 25px;
    background: #285573;
    background: -webkit-linear-gradient(#bababa, #333);
    background: -o-linear-gradient(#b4d1e4, #285573);
    background: -moz-linear-gradient(#b4d1e4, #285573);
    background: linear-gradient(#b4d1e4,#285573);
    position: relative;
    z-index: 1;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.login100-form-btn::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background-color: #fff;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.login100-form-btn:hover {
    color: #fff;
}
.login100-form-btn:hover:before {
    opacity: 0;
}
.wrap {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%}
.mop-e {
    float: left;
    margin-right: .6em;
    margin-left: .6em;
    margin-top: .6em;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    max-width: 195px;
}
.widget {
    float: right;
    width: 25%;
    margin-right: .3em;
    margin-left: .3em;
    margin-top: .3em;
    margin-bottom: 0;
}
.widget p {
    display: inline-block;
    line-height: 1em;
}
.fecha {
    font-family: Oswald, Arial;
    text-align: center;
    font-size: 1em;
    color: #053f6d;
    margin-bottom: .3125rem;
    background: rgba(0, 0, 0, 0.0);
    padding: 4px;
    width: 100%}
.reloj {
    font-family: Oswald, Arial;
    width: 100%;
    padding: 4px;
    font-size: 2em;
    color: #053f6d;
    text-align: center;
    background: rgba(5, 63, 109, 0.0);
}
.reloj .caja-segundos {
    display: inline-block;
}
.reloj .ampm, .reloj .segundos {
    font-size: .8rem;
    display: block;
}
@media screen and (min-width:760px) and (max-width:839px) {
    .widget {
        width: 38%;
        margin-top: .3em;
    }
    .wrap-login100 {
        width: 350px;
    }
    .erp-image {
        width: 350px;
    }
}@media screen and (min-width:577px) and (max-width:759px) {
    .widget {
        width: 38%;
        margin-top: .3em;
    }
    .wrap-login100 {
        border-radius: 10px;
    }
    .erp-image {
        display: none;
    }
}@media (max-width:576px) {
    .container-login100 {
        width: 100%;
        min-height: 78vh;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;
        padding-top: 0;
        padding-left: 15px;
        padding-right: 15%;
        padding-bottom: 80px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
        z-index: 1;
    }
    .input100 {
        width: 90%}
    .pass100 {
        width: 5%;
        padding: 0;
    }
    .wrap-login100 {
        padding: 25px 15px 25px 15px;
        border-radius: 10px;
    }
    .erp-image {
        display: none;
    }
    .login100-form-title {
        font-family: Poppins-Medium;
        font-size: 20px;
        color: #fff;
        line-height: 1;
        text-align: center;
        display: block;
    }
    .login100-form-sesion {
        font-family: Poppins-Medium;
        font-size: 14px;
        color: #fff;
        line-height: 1;
        text-align: center;
        display: block;
    }
    .widget {
        width: 100%;
        margin: 0;
    }
    .mop-e {
        float: none;
        margin-right: auto;
        margin-left: auto;
        margin-top: .4em;
        margin-bottom: 0;
        padding: 0;
        width: 100%;
        max-width: 180px;
    }
    .wrap {
        text-align: center;
        align-items: center;
        align-content: center;
        margin: auto;
        padding: 0;
    }
    .fecha {
        font-size: .8em;
    }
    .reloj {
        font-size: 1.6em;
    }
    .reloj .ampm, .reloj .segundos {
        font-size: .7rem;
    }
}.validate-input {
     position: relative;
 }
.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #ffffff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    pointer-events: none;
    font-family: Poppins-Regular;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    -moz-transition: opacity .4s;
    transition: opacity .4s;
}
.alert-validate::after {
    content: "\f12a";
    font-family: FontAwesome;
    font-size: 16px;
    color: #c80000;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
}
.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width:992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}#show_hide_password i {
     padding-top: 15px;
     color: #fff;
 }
#page-container {
    position: relative;
    min-height: 93.75vh;
}
#content {
    padding-bottom: 2.5rem;
}
.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 2.5rem;
}
.validate-input.alert-validate .form-control,
.validate-input.alert-validate .custom-select {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.1rem rgba(220, 53, 69, .15);
}

.alert-validate::before {
    max-width: 260px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.97);
    border-color: #dc3545;
    font-size: 12px;
}

.alert-validate::after {
    right: 8px;
}

.validate-input.alert-validate {
    position: relative;
}

.validate-input.alert-validate::before,
.validate-input.alert-validate::after {
    z-index: 9999;
}

.validate-input.alert-validate .select2-container--default .select2-selection--single {
    border-color: #c80000 !important;
    box-shadow: 0 0 0 0.05rem rgba(200,0,0,.25);
}

/* Contenedor para mostrar tooltip de error */
.validate-input {
    position: relative;
}

/* Transiciones suaves en los campos que pueden tener error */
.validate-input .form-control,
.validate-input .select2-container--default .select2-selection--single {
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

/* Estado de error en el campo (borde y fondo suaves) */
.alert-validate .form-control,
.alert-validate .select2-container--default .select2-selection--single {
    border-color: #f3b1b1;          /* rojo suave */
    background-color: #fff9f9;      /* fondo muy tenue */
    box-shadow: 0 0 0 0.12rem rgba(220, 53, 69, 0.18);  /* halo suave */
}

/* Tooltip con el mensaje de error */
.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 260px;
    background-color: #fff9f9;
    border: 1px solid #f3b1b1;
    border-radius: 6px;
    padding: 6px 10px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    pointer-events: none;

    font-family: Poppins-Regular, sans-serif;
    color: #b02a37;                 /* texto rojo oscuro pero legible */
    font-size: 12px;
    line-height: 1.35;
    text-align: left;

    visibility: hidden;
    opacity: 0;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.12);
    transition: opacity .25s ease;
    z-index: 20;                    /* por encima del campo */
}

/* Icono de advertencia */
.alert-validate::after {
    content: "\f12a";
    font-family: FontAwesome;
    font-size: 13px;
    color: #e06363;
    display: block;
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
}

/* Al pasar el mouse, se muestra el tooltip */
.alert-validate:hover::before {
    visibility: visible;
    opacity: 1;
}

/* En pantallas pequeñas el tooltip se muestra siempre, para evitar
   tener que "apuntar" con el dedo exactamente sobre el icono */
@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}
