@font-face {
    font-family: 'Nunito-Bold';
    src: url('../webfont/Nunito-ExtraBold.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: bold;
    font-style: bold;
}

@font-face {
    font-family: 'Nunito-Regular';
    src: url('../webfont/Nunito-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: regular;
    font-style: regular;
}
html {
    position: relative;
    min-height: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    font-family: 'Montserrat';
    font-size: 0.8em;
}

h1 {
    padding: 2px;
    font-family: 'Montserrat';
    font-size: 1.4em;
    font-weight: 400;
    color: #676767;
    letter-spacing: 2px;
    float: left;
    line-height: 25px;
    width: cal(100% -50px)
}



ul > li {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    line-height: 18px;
    gap: 10px;
    color: #5f5f5f;
}

ul > li > span{
    font-size: 1.5em;


}

ul > li > img {
    align-self:first baseline;
    height: 2.5em;
    width: 2.5em;
}

ul > li:not(:last-child) {
    margin-bottom: 15px; /* Ajusta este valor para cambiar el espacio por debajo de cada punto */
}

.current-page{
    color: #a2a2a2 !important;
}

.btn-submit {
    display: block;
    margin: 10px 0 20px;
    width: fit-content;
    font-family: Nunito,Helvetica,Arial,sans-serif;
    font-weight: 700;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    padding: 10px;
    border: 0;
    transition: border .3s;
    color: #fff;
    background-color: #00a5e4;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12.8px;
    font-size: .8rem;
}

#formlogin .fields {
    width: 100%;

}

#formlogin form {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}


/* INPUT FORM*/

input[type="text"], input[type="email"], .email {
    display: block;
    margin: 0;
    width: calc(100% - 20px);
    font-family: 'Montserrat';
    font-size: 1.1em;
    appearance: none;
    box-shadow: none;
    border-radius: 4px;
    background-color: #FFFFFF;
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
}

form input[type="text"], form input[type="email"], .email {
    padding: 10px;
    transition: border 0.3s;
    color: #606266;
    margin-top: 10px;
    font-size: 1.1em;
    width: calc(100% - 20px);
    border: 1px solid #E3F1FF
}

.error {
    border-color: #FF6464 !important;
    color: #FF6464 !important
}

.error_message {
    padding: 10px;
    background-color: #FFEAEA;
    border: 1px solid #FF6464;
    color: #FF4343
}

.message_box {
    
    margin-top: 5px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    background-color: #ffffff;
    color: #FF0000;
}

.error_message a {


    text-decoration: underline !important;
    color: #FF0000 !important
}

.main-text{
    color: #9d9d9d;
}

.enrollment-complete, .enrollment-error{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    gap: 10px;
    font-size: 1.3em;
    width: 100%;
    line-height: 15px;
}

.enrollment-complete{
    color: #54c9b8;
}

.enrollment-complete > img, .enrollment-error > img{
    width: 2.8em;
}

/* INPUT PLACE HOLDERS */

::-webkit-input-placeholder {
    color: #606266;
    font-size: 0.9em;
}

:-moz-placeholder { /* Firefox 18- */
    color: #606266;
    font-size: 0.9em;
    font-family: 'Nunito-Regular';
}

::-moz-placeholder { /* Firefox 19+ */
    color: #606266;
    font-size: 0.9em;

}

:-ms-input-placeholder {
    color: #606266;
    font-size: 0.9em;
}



#logokriter {

    position: fixed;
    bottom: 0;
    right: 0;
    padding: 10px;
}

.detail__left{
    display: none;
}

#title{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding-bottom: 15px;
}

#title > img{
    width: 3em;
}

.forgot-password{
    margin-top: 15px;
    display: block;
    line-height: 17px;
    border-top: 1px solid #d9d9d9;
    padding-top: 15px;
    color: #676767;
}

#form-new-register{
    display: flex;
    flex-direction: column;
}

#form-new-register > h1{
    padding-bottom: 15px;
}

.g-recaptcha{
    margin-top: 10px;
}

.link-blue{
    color: var(--primary,#00a8cf )!important;
}

@media (max-width: 600px) {
    #logoerp {
        margin-top: 10px;
        margin-left: 25px;
    }

    #title{
        padding-bottom: 10px;
    }

    h1 {

        padding-top: 0px;
        font-family: 'Montserrat';
        font-size: 1.4em;
        font-weight: 400;
    }
}

@media(min-width: 992px){
    .detail__left{
        display: block !important;
    }

    .detail__left > h1{
        padding-bottom: 25px;
    }
}

@media(max-width: 767px){
    .breadcrumb-title{
        display: none;
    }

    .strong-breadcrumb{
        display: none;
    }
}

@media(max-width: 991px){
    .content-right{
        display: block !important;
        width: 100% !important;
    }

    .content__inner__body{
        width: 100% !important;
    }
}

@media (max-height: 900px) {
    #logoerp {
        margin-top: 20px;
        margin-left: 25px;

    }

    #title{
        padding-bottom: 10px;
    }

    h1 {

        padding-top: 0px;
        font-family: 'Montserrat';
        font-size: 1.4em;
        font-weight: 400;
    }


}

@media (max-height: 630px) {
    #logokriter {
        position: relative;
        float: right;
    }
}
