/* ---------- Theme tokens ---------- */
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i|Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');


:root{
  --g-class-rgb: 69, 43, 152;
  --g-check-border: #D8D1EC;
  --g-check-bg-hover: #F4F1FF;
  --g-check-size: 18px;
  --g-check-radius: 5px;

  --g-class-dark: #3c40a0; 
  --g-input-border: #E4E7EC;
  --g-input-border-hover: #C9D1E0;
  --g-input-bg: #FFFFFF;
  --g-input-text: #172B4C;
  --g-input-placeholder: #98A2B3;
  --g-primary: #2f579a;        /* from clone links */
  --g-text: #172b4c;           /* from clone box-header text */
  --g-muted: #608acf;          /* from clone box-controls */
  --g-radius: 10px;            /* clone uses 10px frequently */
  --g-radius-sm: 8px;
  --g-shadow: 0 3px 5px 1px rgba(0,0,0,.05);
  --g-shadow-hover: 0 3px 9px 8px rgba(0,0,0,.05);
  --g-focus: 0 0 0 .2rem rgba(47,87,154,.15);

  --g-class-light: #dad2fa;    /* fondo lila suave */

  --g-neutral-bg: #E7EAF0;     /* fondo botón vista */
  --g-neutral-hover: #D0D5DD;  /* hover neutro */
  --g-neutral-text: #667085;   /* ícono/texto neutro */
  --g-neutral-text-dark: #344054;

  --g-fee-bg: #d3f2e9;         /* pagos fondo */
  --g-fee-border: #ebf9f5;     /* pagos borde */
  --g-fee-text: #05825f;       /* pagos texto/icono */

  --g-edit-border: #D9CCFF;    /* editar borde */


  /* Marca */
  --g-class-900: #2E1C67;
  --g-class-800: #381F83;
  --g-class-700: #452B98; /* principal */
  --g-class-600: #5B3EC1;
  --g-class-500: #7656D6;

  --g-class-200: #E9E2FF;
  --g-class-50:  #F8F5FF;

  /* Neutros */
  --g-text: #1F2A37;
  --g-text-soft: #344054;
  --g-muted: #667085;
  --g-placeholder: #98A2B3;
  --g-border: #E6E8F0;
  --g-border-soft: #EEF2F6;
  --g-surface: #FFFFFF;
  --g-page-bg: #FcFcFc;

  /* Inputs */
  --g-input-bg: #FFFFFF;
  --g-input-border: #DDE3EC;
  --g-input-border-hover: #C7D0DD;

  /* Éxito / pagos */
  --g-success-700: #067647;
  --g-success-200: #ABEFC6;
  --g-success-50:  #ECFDF3;

  /* Warning */
  --g-warning-700: #B54708;
  --g-warning-200: #FCD34D;
  --g-warning-50:  #FFF8E1;

  /* Danger */
  --g-danger-700: #ee3158;
  --g-danger-200: #FECDCA;
  --g-danger-50:  #FEF3F2;

  /*dorado*/
  --g-accent-gold-700: #B88918;
  --g-accent-gold-600: #D4A72C;
  --g-accent-gold-100: #F7E7B8;
  --g-accent-gold-50:  #FFF8E7;

  /*Orange*/
  --g-accent-orange-700: #C76A10;
  --g-accent-orange-600: #E07A1F;
  --g-accent-orange-100: #FCE7D6;
  --g-accent-orange-50:  #FFF5EB;

  /* UI */
  --g-radius: 10px;
  --g-radius-sm: 8px;
  --g-shadow: 0 2px 8px rgba(16, 24, 40, 0.06);
  --g-shadow-hover: 0 6px 18px rgba(16, 24, 40, 0.10);
  --g-focus: 0 0 0 .2rem rgba(69, 43, 152, 0.16);

  --g-white: #FFFFFF;
}

body {
    font-family: 'IBM Plex Sans', 'Rubik', sans-serif !important;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: normal;
    text-align: center;
}

body{
    height: 100vh; width:100%;
}
.bgoffsetbg{
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 40px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    pointer-events: none;
    color: #515B73;
}

strong { font-weight: 500;}
a, a:hover, a:focus {
    color: #de995e; outline: none;
    text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; 
    -webkit-transition: all .3s; 
    -ms-transition: all .3s; transition: all .3s;
}

h1, h2 {
    margin-top: 10px;
    font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

h3 {
    font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

img { max-width: 100%;}
::-moz-selection {background: #de995e; color: #fff; text-shadow: none;}
::selection { background: #de995e; color: #fff; text-shadow: none;}
.btn-link-1 {
    display: inline-block;
    height: 50px;
    margin: 5px;
    padding: 16px 20px 0 20px;
    background: #de995e;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active { outline: 0; opacity: 0.6; color: #fff; }
.btn-link-1.btn-link-1-facebook { background: #4862a3; }
.btn-link-1.btn-link-1-twitter { background: #55acee; }
.btn-link-1.btn-link-1-google-plus { background: #dd4b39; }
.btn-link-1 i {
    padding-right: 5px;
    vertical-align: middle;
    font-size: 20px;
    line-height: 20px;
}

.btn-link-2 {
    display: inline-block;
    height: 50px;
    margin: 5px;
    padding: 15px 20px 0 20px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-2:hover, .btn-link-2:focus, 
.btn-link-2:active, .btn-link-2:active:focus { outline: 0; opacity: 0.6; background: rgba(0, 0, 0, 0.3); color: #fff; }
.px-2{padding-left: 0.5rem; padding-right: 0.5rem}

.top-content .text {color: #fff;}
.top-content .text h1 { color: #fff; }
.top-content .description {margin: 20px 0 10px 0;}
.top-content .description p { opacity: 0.8; }
.top-content .description a {color: #fff;}
.top-content .description a:hover, 
.top-content .description a:focus { border-bottom: 1px dotted #fff;}
.form-box {margin-top: 25px;}
.form-top {
    overflow: hidden;
    padding: 0 25px 15px 25px;
    background: #fff;
    -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
    text-align: center;
}
.form-top-left {padding-top: 25px;padding-bottom:8px;}
.form-top-left h3 { margin-top: 0; }
.form-top-right {
    float: left;
    width: 25%;
    padding-top: 15px;
    font-size: 50px;
    color: #ddd;
    text-align: right;
}

.form-bottom {
    padding: 25px 25px 30px 25px;
    background: #FFF;
    text-align: left;
    border: 1px solid #DEDEE7;
    box-shadow: 0px 4.4px 12px -1px rgba(222, 222, 222, 0.3607843137);
    color: inherit;
    border-radius: 5px;
}

.form-bottom form textarea {height: 100px;}
.form-bottom form button.btn {
    width: 100%;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}

.form-bottom form .input-error {border-color: #de995e;}
.social-login {margin-top: 35px;}
.social-login h3 {color: #fff;}
.social-login-buttons {margin-top: 25px;}
a.forgot {
    color: #444;
    text-decoration: none;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
    margin-top: 5px;
}
a.forgot:hover{color: #444;text-decoration:underline;}
  .nopadding{padding-left: 0;padding-right: 0;}

@media (max-width: 767px) {
    .bgoffsetbg{flex-direction: column; display: block;}
}

@media (max-width: 415px) {
    h1, h2 { font-size: 32px; }
}
a.forgot{display:inline-block;}
a.forgot,
button.btn{overflow: hidden; position: relative;}
a.forgot:active:after,
button.btn:active:after{
    transform: scale(0,0);
    opacity: .2;
    transition: 0s;}
a.forgot:after,   
button.btn:after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform .5s, opacity 2s;
    transform-origin: 50%;
    pointer-events: none;
}

.separatline{
    background:rgba(221, 221, 221, 0.33);
    margin-left: 30px;
    width: 1px;height: 450px;
}
 .bgwhite{ 
    background: #e4e5e7;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
    overflow: auto;
    border-radius: 6px;
}
.llpb20{padding-bottom: 20px;}
.around40{padding: 40px;}
.formbottom2{text-align: left;border: 1px solid #e4e4e4;}
 
.form-top2 {text-align: left;}
.img2{width: 100%}
.spacingmb30{margin-bottom: 30px;}
.borderR{border-right: 1px solid rgba(66, 66, 66, 0.16);padding: 0px 40px;}
input[type="text"], 
input[type="password"], 
textarea, textarea.form-control {
    height: 40px;
    border: 1px solid #DEDEE7 !important;
    background: transparent;
    border-radius: 5px;
    padding-left: 1.5rem;
    font-size:14px;
    color: #202C4B;
    /*box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);*/
}
input[type="text"]:focus, 
input[type="password"]:focus, 
textarea:focus, 
textarea.form-control:focus {border: 1px solid #3154df !important;}
.ispace{ padding-right:3px;}
.form-top {background: transparent;}
.has-feedback:focus .fa-envelope:before{color: #3154df;}
.form-bottom{background:transparent;}
.font-white{color: #6A7287;font-size: 14px;margin-top: 0;font-weight: 400;margin-bottom: 15px;}
.login390{min-height: 390px;}

@media(min-width: 768px){
  .loginbg{ max-width: 400px;margin: 0 auto;}  
}

@media(min-width:320px) and (max-width:375px){
    .ispace {padding-right: 0px; display: block;}
}
.top-content{}
/*safari Browser*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, .top-content{display: block;}
  ::i-block-chrome, .inner-bg {padding: 70px 0 100px 0;}
}
/*End safari Browser*/
.loginright{ 
    text-align: left;
    color: #fff;
    overflow: auto;
    position: relative;
    max-height: 350px;
    height: 330px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgb(0 0 0 / 50%);
    padding: 3rem;
    border-radius: 0.5rem;
    box-shadow: 0 0 0 1px rgb(53 72 91 / 7%), 
                0 2px 2px rgb(0 0 0 / 1%), 
                0 4px 4px rgb(0 0 0 / 2%), 
                0 10px 8px rgb(0 0 0 / 3%), 
                0 15px 15px rgb(0 0 0 / 3%), 
                0 30px 30px rgb(0 0 0 / 4%), 
                0 70px 65px rgb(0 0 0 / 5%);
}   

.h3 {
    color: #fff;
    text-align: center;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 2rem;
}

.loginright h3 {
    font-size: 22px;
    color: #fff;
    margin-top:0px;
    line-height: normal;
    font-weight: 500;
    padding-bottom: 10px;
}
.loginright h4{font-weight: normal; line-height: normal;}
.loginright p{line-height:18px; font-size: 13px; word-break: break-all;}     
.slimScrollBar {
    background: none repeat scroll 0 0 #6b58cd !important;
    border-radius: 0;
    display: none;
    height: 390px;
    position: absolute;
    width: 10px!important;
    z-index: 99;
}
.more{display: block;}     
a.more {text-decoration: none;color: #35aa47;font-size: 12px;}
a.more:hover{color: #0084B4;text-decoration: none;}
.logdivider{background:rgba(255, 255, 255, 0.40); clear: both; width: 100%; height: 1px;margin: 15px 0 15px;}
.loginbg .text-danger{color: #ff0500; font-size: 13px;}
.loginbg span p{margin-bottom: 0;margin-top: 10px;}
.lineh30{line-height: 30px;}
.logowidth{}
.logowidth img{width:auto; height: 120px;}  
.loginbg .alert-danger{margin-bottom: 15px;padding: 6px 20px; font-size: 13px;}
.catpcha{cursor:pointer; padding-left: 10px;}
#captcha_image img{border-radius: 8px;}
@media(max-width:767px){
  .separatline {margin-left: 0;width: 100%;height: 2px;margin: 35px auto 0px auto;}
  .w-xs-100{width: 100%;}
  .bg-position-sm-left{background-position: center center !important;}
}
@media(min-width: 768px){
    .bg-position-lg-center{background-position: top center !important;}
}
.checked-list-box li a,
.checked-list-box li a{color: #23527c;font-size: 13px;}
.checked-list-box li a i,
.checked-list-box li a i{padding-left: 0.5rem;color: #000;}
.checked-list-box li img,
.checked-list-box li img{height: 20px; vertical-align: sub;}

.nopadding-2 {
    padding: 0 !important;
    margin: 0 !important;
}

.text-wrap {
    position: relative;
    height: 100vh;
    z-index: 0;
    box-sizing: border-box;
    color: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #3a5061;
}

.text-wrap:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.flex-column {flex-direction: column!important;}
.justify-content-center{justify-content: center;}
.messages {padding-left: 15px;}
.bg-shadow-remove{width:90%;}
.bg-shadow-remove:after{ 
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
    z-index: -1;
}
.ptt10{padding-top: 10px;}
.pb10{padding-bottom: 10px;}
.top-content2 {
    width: 100%;
    min-height: 100vh;
    padding-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.shadow_bg {
    background: #fff;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 29%);
    overflow: hidden;
    border-radius: 4px;
    padding: 1rem;
}
 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar 
 {
        background: rgb(53, 170, 71) !important;
 } 

 .bgoffsetbgno{background: transparent; border-right:0 !important; box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.29); border-radius: 4px;}




/* =========================================================
   LOGIN V2 - SOLO PANEL IZQUIERDO
   ========================================================= */

.login-v2 {
    --accent-700: var(--g-class-700);
    --accent-600: var(--g-class-600);
    --accent-100: var(--g-class-200);
    --accent-050: var(--g-class-50);
    --accent-rgb: 69, 43, 152;
    max-width: 440px;
    margin: 0 auto;
    padding: 8px 10px;
}

.login-v2.is-family {
    --accent-700: var(--g-class-700);
    --accent-600: var(--g-class-600);
    --accent-100: var(--g-class-200);
    --accent-050: var(--g-class-50);
    --accent-rgb: 69, 43, 152;
}

.login-v2.is-staff {
    --accent-700: var(--g-accent-orange-700);
    --accent-600: var(--g-accent-orange-600);
    --accent-100: var(--g-accent-orange-100);
    --accent-050: var(--g-accent-orange-50);
    --accent-rgb: 224, 122, 31;
}

.login-v2__top {
    padding: 0 0 18px 0;
    background: transparent;
}

.login-v2__logo {
    padding-top: 8px;
    padding-bottom: 0;
    text-align: center;
}

.login-v2__logo img {
    width: auto;
    max-width: 100%;
    height: 118px;
    object-fit: contain;
}

.login-v2__card {
    position: relative;
    background: var(--g-white) !important;
    border: 1px solid var(--g-border) !important;
    border-top: 5px solid var(--accent-700);
    border-radius: var(--g-radius);
    padding: 24px;
    overflow: hidden;
}

.login-v2__switch {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    background: #F7F8FB;
    border: 1px solid var(--g-border-soft);
    border-radius: 20px;
    padding: 8px;
    margin-bottom: 22px;
}

.login-v2__option {
    appearance: none;
    border: 1px solid transparent;
    background: transparent;
    color: var(--g-muted);
    border-radius: var(--g-radius);
    min-height: 60px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
    transition: all .25s ease;
    cursor: pointer;
    outline: none;
}

.login-v2__option i {
    font-size: 18px;
    flex: 0 0 auto;
}

.login-v2__option span {
    display: inline-block;
    font-size: 15px;
}

.login-v2__option:hover {
    background: #fff;
    color: var(--g-text-soft);
    border-color: var(--g-border);
}

.login-v2__option.is-active {
    background: #fff;
    color: var(--accent-700);
    border-color: rgba(var(--accent-rgb), .18);
    box-shadow: 0 8px 20px rgba(16, 24, 40, 0.08);
}

.login-v2__heading {
    text-align: center;
    margin-bottom: 20px;
}

.login-v2__title {
    margin: 0 0 10px 0;
    color: var(--g-text);
    font-size: 21px;
    font-weight: 800;
    line-height: 1.25;
}

.login-v2__desc {
    margin: 0 auto;
    color: var(--g-muted);
    font-size: 13px;
    line-height: 1.2;
    max-width: 340px;
}

.login-v2 .form-group {
    margin-bottom: 15px;
}

.login-v2 .form-control {
    height: 45px !important;
    border-radius: var(--g-radius-sm) !important;
    border: 1px solid var(--g-input-border) !important;
    background: var(--g-border-soft) !important;
    color: var(--g-text) !important;
    font-size: 14px;
    padding-left: 15px !important;
    padding-right: 52px !important;
    box-shadow: none !important;
    transition: all .25s ease;
}

.login-v2 .form-control::placeholder {
    color: var(--g-placeholder);
    opacity: 1;
}

.login-v2 .form-control:hover {
    border-color: var(--g-input-border-hover) !important;
}

.login-v2 .form-control:focus {
    border-color: var(--accent-700) !important;
    box-shadow: 0 0 0 .2rem rgba(var(--accent-rgb), .14) !important;
}

.login-v2 .form-control-feedback {
    width: 52px;
    height: 45px;
    line-height: 45px;
    color: #667085;
    font-size: 20px;
}

.login-v2__toggle {
    cursor: pointer;
}

.login-v2 .text-danger {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.3;
    color: var(--g-danger-700) !important;
}

.login-v2__captcha {
    margin-top: 4px;
}

.login-v2__captcha .form-control {
    height: 50px !important;
    border-radius: 14px !important;
}

.login-v2__captcha-image-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.login-v2__submit {
    display: block;
    width: 100%;
    height: 54px;
    border: 0 !important;
    border-radius: var(--g-radius) !important;
    background: linear-gradient(180deg, var(--accent-600) 0%, var(--accent-700) 100%) !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .1px;
    box-shadow: 0 5px 14px rgba(var(--accent-rgb), .18) !important;
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
    margin-top: 8px;
}

.login-v2__submit:hover,
.login-v2__submit:focus {
    color: #fff !important;
    transform: translateY(-1px);
    filter: brightness(1.02);
}

.login-v2__footer {
    margin-top: 14px;
    text-align: left;
}

.login-v2__forgot {
    display: inline-flex !important;
    align-items: center;
    gap: 7px;
    color: var(--g-text-soft) !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    padding: 2px 0 !important;
    margin-top: 0 !important;
}

.login-v2__forgot:hover {
    color: var(--accent-700) !important;
    text-decoration: none !important;
}

.login-v2 .alert {
    border-radius: var(--g-radius);
    font-size: 13px;
    margin-bottom: 16px;
}

.login-v2 .alert-danger {
    border: 1px solid #FECACA;
    background: #FFF1F2;
    color: #B42318;
}

.login-v2 .alert-success {
    border: 1px solid #ABEFC6;
    background: #ECFDF3;
    color: #067647;
}

@media (max-width: 991px) {
    .login-v2 {
        max-width: 520px;
        margin: 10px;
        padding: 10px 12px 30px;
    }

    .login-v2__card {
        padding: 22px 18px;
    }
}

@media (max-width: 575px) {
    .login-v2 {
        max-width: 100%;
        margin: 10px;
        padding: 0;
    }

    .login-v2__logo img {
        height: 104px;
    }

    .login-v2__card {
        border-radius: 16px;
        padding: 18px 14px;
    }

    .login-v2__switch {
        gap: 8px;
        padding: 6px;
        border-radius: 18px;
    }

    .login-v2__option {
        min-height: 64px;
        padding: 10px 8px;
        gap: 8px;
    }

    .login-v2__option span {
        font-size: 14px;
    }

    .login-v2__title {
        font-size: 18px;
    }

    .login-v2__desc {
        font-size: 14px;
        line-height: 1.55;
    }

    .login-v2 .form-control {
        height: 52px !important;
        border-radius: 16px !important;
        font-size: 14px;
    }

    .login-v2 .form-control-feedback {
        height: 52px;
        line-height: 52px;
    }

    .login-v2__submit {
        height: 52px;
        font-size: 15px;
    }
}