@font-face {
    font-family: 'latoregular';
    src: url('../font/lato-regular-webfont.eot');
    src: url('../font/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../font/lato-regular-webfont.woff') format('woff'),
        url('../font/lato-regular-webfont.ttf') format('truetype'),
        url('../font/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latolight';
    src: url('../font/lato-light-webfont.eot');
    src: url('../font/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('../font/lato-light-webfont.woff') format('woff'),
        url('../font/lato-light-webfont.ttf') format('truetype'),
        url('../font/lato-light-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;*/
}

body {
    margin: 0;
    padding: 0;
    background: #eee;
    color: #333;
    font-family: 'latoregular';
    overflow: hidden;
}

.ui-loader {
    display: none !important;
}


input, select {
    color: #666;
    background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #E5E5E5;
    font-size: 20px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    padding: 3px;
    width: 100%;
}

.pieLog {
    bottom: 0;
    color: #000000;
    height: 20px;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
}

.izq {
    float: left;
    margin: 0;
    padding: 0 0 0 10px;
    color: #666666;
}

.der {
    float: right;
    margin: 0;
    padding: 0 10px 0 0;
    color: #666666;
}

.log {
    width: 320px;
    margin: 0 auto;
    background: #ffffff;
    padding: 15px 15px 5px 15px;
}

#divLogin {
    background: none repeat scroll 0 0 #FFFFFF;
    font-weight: normal;
    padding: 16px 16px 27px;
}

.logoIngreso {
    margin: 0 auto 25px;
    height: 134px;
    left: 43px;
    width: 235px;
}

.encabezado {
    width: 100px;
    height: 30px;
    background-color: #2d2d2d;
    color: #FFF;
    line-height: 30px;
    padding-left: 20px;
}

.boton {
    margin: 0 auto;
    padding: 0;
    width: 90px;
}

.boton a.btn {
    margin-left: 0;
}

.btn {
    cursor: pointer;
}

.fila {
    clear: left;
    float: left;
    margin: 28px 14px 20px 14px;
    color: #666666;
}

#msgLogin {
    margin-top: 50px;
    text-align: center;
    font-size: 19px;
    padding: 11px;
    color: #666;
    padding-top: 80px;
}

#msgLogin.error {
    color: #ff6e6e;
}

#msgLogin.load {
    background: url('../img/load.gif') no-repeat center;
}

#btnIngresar, #btnContinuar {
    width: 100%;
    height: 2em;
    line-height: 2em;
    /*background: #3079ed;*/
   /*30/07/21 prueba-color*/
    background: #fb0d05;
    color: #fff;
    text-align: center;
    font-size: 1.2em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*+++cjv: 16/08/21 agregar*/
    border-radius: 10px;	
}

#btnIngresar:hover, #btnContinuar:hover {
    /*background: #0146b3;*/
    /*30/07/21 prueba-color*/
    background: #eb302a;
}

.logo-container img{
    width: 100%;
}

.version-container{
    font-style: italic;
text-align: right;
color: #9b9b9b;
}




/* radio style */
.radio {
    margin: 20px 0;
    display: block;
    cursor: pointer;
  }
  .radio input {
    display: none;
  }
  .radio input + span {
    line-height: 30px;
    height: 30px;
    padding-left: 30px;
    display: block;
    position: relative;
  }
  .radio input + span:not(:empty) {
    padding-left: 40px;
  }
  .radio input + span:before, .radio input + span:after {
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
    left: 0;
    top: 0;
    position: absolute;
  }
  .radio input + span:before {
    background: #D1D7E3;
    -webkit-transition: background 0.2s ease, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
    transition: background 0.2s ease, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
    transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
    transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
  }
  .radio input + span:after {
    background: #fff;
    -webkit-transform: scale(0.78);
            transform: scale(0.78);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
    transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4), -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
  }
  .radio input:checked + span:before {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
    /*background: #3079ed;*/
    /*30/07/21 prueba-color*/
    background: #fb0d05;  
}

  .radio input:checked + span:after {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
  }
  .radio:hover input + span:before {
    -webkit-transform: scale(0.92);
            transform: scale(0.92);
  }
  .radio:hover input + span:after {
    -webkit-transform: scale(0.74);
            transform: scale(0.74);
  }
  .radio:hover input:checked + span:after {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }