﻿
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
  margin: 0px;
  padding: 0px;
}


html, body {
  height: 100%;
  width: 100%;
  background-color: #F6F9F6;
  color: #fff;
  font-weight: normal;
  font-family: "Open Sans";
  font-size: 13px;
  min-width: 100%;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

body {
  font-size: 0.9em;
}

#noScript {
  margin: 16px;
  color: Black;
}

:lang(en-GB) {
  quotes: '\2018' '\2019' '\201C' '\201D';
}

:lang(zh) {
  font-family: 微软雅黑;
}

@-ms-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@-webkit-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/* Theme layout styles */

#fullPage, #brandingWrapper {
  width: 100%;
  height: 100%;
  background-color: inherit;
}

#branding {
    width: 100%;
    height: 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

#footer {
  display: none;
}

.company_help {
  color: white;
  font-weight: 900;
  font-size: 14px;
  font: Italic 20px/37px Montserrat;
  letter-spacing: 0;
  color: #FFFFFF;
  opacity: 1;
  text-align: right;
  position: inherit;
  padding-bottom: 0px;
  height: 100%;
  position: relative;
}

  .company_help a {
    color: #FFFFFF;
  }

    .company_help a:hover {
      color: rgb(212, 227, 251);
    }

  .company_help img {
    /* Logo image recommended dimension: 60x60 (square) or 350X35 (elongated), 4 kB average, 10 kB maximum. Transparent PNG strongly recommended. */
    padding-left: 5px;
    padding-top: 5px;
    max-width: 300px;
    float: right;
    width: 100px;
    height: 90px;
  }

.HeadContain {
    height: 100px;
    width: 100%;
}

.sobreHeader {
    width: 100%;
    height: 100%;
    border-radius: 0 0 32px 32px;
    background-color: #001966;
}

#header {
  width: 97%;
  max-width: 1170px;
  margin: 0 auto;
}

.HeadContainSubTitle {
    width: 40%;
    height: 7%;
}

.divHeadContainSubTitle {
  width: 97%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 10px 10px 10px 10px;
}

.divHeadContainSubTitleLabel {  
  color: white;
  font-weight: 800;
  font-size: 19px;
  font: SemiBold 23px/28px Montserrat;
  letter-spacing: 0;
  color: #FFFFFF;
  opacity: 1;
  text-align: left;
}

#contentWrapper {
  display: none;
  width: 100%;
  height: 100%;
}

#content {
  width: 100%;
  height: 100%;
}

#content .contentBlock {
    max-width: 200px;
    height: 100%;
    max-height: 480px;
    width: 97%;
    display: table;
    margin:auto;
}

.MainContent {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#workArea {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

#authArea,
#signoutArea {
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    padding: 55px 48px;
    align-items: center;
    gap: 10px;
}

#signoutArea{
    display: block !important;
}

.txtSeleccionMetodo {
    text-align: center;
    color: #1E2732;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}

.seleccionMetodo {
    position: relative;
    padding: 48px 0px;
}

.seleccionMetodo input,
.seleccionMetodo label {
    cursor: pointer;
}

.seleccionMetodo div:first-child {
    position: absolute;
    left: 20px;
}

.seleccionMetodo div:last-child {
    position: absolute;
    right: 0px;
}

.seleccionMetodo label {
    color: #1E2732;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-left: 10px;
}

/* inicio input */
.shift-group {
    position: relative;
    padding-bottom: 20px !important;
}

.shift-input:placeholder-shown {
    padding: 5px;
}

.shift-input:not(:placeholder-shown) {
    padding: 10px 5px 0px;
}

.shift-input {
    border-radius: 8px;
    border: 1px solid #B7C0CB !important;
    background: #F6F7F9 !important;
    height: 48px;
    outline: none;
    font-weight: 600;
    max-width: 284px;
    min-width: 284px;
}

.shift-input::placeholder {
    color: #1E2732;
    font-weight: 600;
}

.shift-input:placeholder-shown + .shift-label {
    visibility: hidden
}

.shift-input:focus + .shift-label,
.shift-input + .shift-label {
    /* no value in input */
    position: absolute;
    left: 6px;
    top: 5px;
    font-size: 10px;
    background-color: transparent;
    visibility: visible;
    color: #1E2732;
}

.shift-input:focus::placeholder {
    visibility: hidden
}

/* fin input */

#loginArea, #idpForm {
    text-align: left;
    margin: 0 auto;
    width: 100%;
}

.company_logo svg {
  /* Logo image recommended dimension: 60x60 (square) or 350X35 (elongated), 4 kB average, 10 kB maximum. Transparent PNG strongly recommended. */
  width: auto;
  height: auto;
  max-width: 90%;
  float: left;
  width: 110px;
  margin-top: 10px;
}

#idpSignonArea {
  font-size: 13px;
  font-family: 'Open Sans';
  width: 100%;
}

.Content_Main {
  min-height: 700px;
  height: 700px;
}

.clear {
  clear: both;
}

.float {
  float: left;
}

.floatReverse {
  float: right;
}

.indent {
  margin-left: 16px;
}

.indentNonCollapsible {
  padding-left: 16px;
}

.hidden {
  display: none;
}

.notHidden {
  display: inherit;
}

.error {
  text-align: center;
  background-color: #CAD43B;
  border-width: 2px;
  border-style: outset;
  border-color: buttonface;
  border-radius: 30px 30px 30px 0px;
  padding: 7px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.actionLink {
  margin-bottom: 8px;
  display: block;
}

a {
  color: #2672ec;
  text-decoration: none;
  background-color: transparent;
}

ul {
  list-style-type: disc;
}

ul, ol, dd {
  padding: 0 0 0 16px;
}

h1, h2, h3, h4, h5, label {
  margin-bottom: 8px;
}

.submitMargin { 
  margin-top: 5px;
  margin-bottom: 5px;
}

.topFieldMargin {
  margin-top: 8px;
}

.fieldMargin {
}

.sectionMargin {
  margin-bottom: 64px;
}

.block {
  display: block;
}

.autoWidth {
  width: auto;
}

.fullWidth {
  width: 100%;
  padding: 0 0 0 2%;
  height: 50px;
}

.fullWidthIndent {
  width: 326px;
}

.smallTopSpacing {
  margin-top: 15px;
}

.mediumTopSpacing {
  margin-top: 25px;
}

.largeTopSpacing {
  margin-top: 35px;
}

.smallBottomSpacing {
  margin-bottom: 5px;
}

.mediumBottomSpacing {
  margin-bottom: 15px;
}

.largeBottomSpacing {
  margin-bottom: 25px;
}

input {
  max-width: 100%;
  font-family: inherit;
}

input[type="radio"], input[type="checkbox"] {
    vertical-align: middle;
    margin-bottom: 0px;
}

span.submit, input[type="submit"] {
    width: 80%;
    display: block;
    padding: 5px 0;
    border: 0;
    background: #CAD43B;
    text-align: center;
    margin: 0;
    color: #ffffff;
    font-family: 'Open Sans';
    font-size: 22px;
    border-radius: 10px;
    border: 2px solid #CAD43B;
}

input[type="submit"]:hover, span.submit:hover {
    background: rgb(212, 227, 251);
}

.input.text {
  width: 95.75%;
  height: 43px;
  border: 1px solid #e5e5e5;
  font-family: 'Open Sans';
  padding-left: 2%;
  margin: 0;
  font-size: 13px;
}

input.text:focus {
  border: 1px solid #6B6B6B;
}

select {
  height: 28px;
  min-width: 60px;
  max-width: 100%;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  box-shadow: none;
  padding: 2px;
  font-family: inherit;
}

#continueButton {
  background-color: #00589E;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

h1, .giantText {
  font-size: 2.0em;
  font-weight: lighter;
}

h2, .bigText {
  font-size: 1.33em;
  font-weight: lighter;
}

h3, .normalText {
  font-size: 1.0em;
  font-weight: normal;
}

h4, .smallText {
  font-size: 0.9em;
  font-weight: normal;
}

h5, .tinyText {
  font-size: 0.8em;
  font-weight: normal;
}

.hint {
  color: #999999;
}

.emphasis {
  font-weight: 700;
  color: #2F2F2F;
}

.smallIcon {
  height: 20px;
  padding-right: 12px;
  vertical-align: middle;
}

.largeIcon {
  height: 48px;
  vertical-align: middle;
}

.largeTextNoWrap {
  height: 48px;
  display: table-cell; /* needed when in float*/
  vertical-align: middle;
  white-space: nowrap;
  font-size: 1.2em;
}

.idp {
  height: 48px;
  clear: both;
  padding: 8px;
  overflow: hidden;
}

  .idp:hover {
    background-color: #cccccc;
  }

.idpDescription {
  width: 80%;
}

#passwordArea {
  margin-bottom: 10px;
}

#submissionArea {
  margin: 5px 0 0;
}

#loginMessage {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
  color: #ff002d;
  width: 100%;
  margin: 0 0 5% 0;
}

#authOptions #authOptionLinks {
  margin: 0;
}

#kmsiArea {
  font-family: 'Open Sans';
  line-height: 1.5;
}

  #kmsiArea label {
    vertical-align: middle;
    margin: 0;
    font-size: 13px;
    font-family: 'Open Sans';
    color: #fff;
  }

  /*btn primary*/
#submitButton,
#idp_SignOutButton,
#idp_SignInButton,
#botonCert,
#GaudiArea #btnAutenticar,
#GaudiArea #claseButton,
#DivOTPBoton #continueButton,
#botonVolverErrorLogin {
    width: 100%;
    display: block;
    padding: 5px 0;
    border: 0;
    text-align: center;
    margin: 0;
    color: #ffffff;
    font-family: 'Open Sans';
    background: #2A6AD7;
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 0px;
    margin-top: 25px;
    border-radius: 10px;
    cursor: pointer;
}

#submitButton:hover,
#idp_SignOutButton:hover,
#idp_SignInButton:hover,
#botonCert:hover,
#GaudiArea #btnAutenticar:hover,
#GaudiArea #claseButton:hover,
#DivOTPBoton #continueButton:hover,
#botonVolverErrorLogin:hover{
    background: #133D8D;
}

/*btn secondary*/
#GaudiArea #BtnCancelar,
#DivOTPBotonVolver #bntGotoInit {
    width: 100%;
    display: block;
    padding: 5px 0;
    border: 1px solid #2A6AD7;
    text-align: center;
    color: #2A6AD7;
    font-family: 'Open Sans';
    background: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 0px;
    margin-top: 25px;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 16px !important;
}

#GaudiArea #BtnCancelar:hover,
#DivOTPBotonVolver #bntGotoInit:hover {
    background: rgb(42, 106, 215, 0.1);
}


#idp_SignOutButton, #idp_SignInButton {
  height: 40px;
}

#introduction a {
  color: #000;
  font-family: 'Open Sans';
}

#footerPlaceholder {
    font-size: 15px;
    font-family: 'Open Sans';
    padding-top: 14px;
    padding-bottom: 14px;
}

#footerPlaceholder > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 8px 48px;
}


@media (max-width: 761px) {
    #footerPlaceholder > div div {
        min-width: 200px !important;
    }
}
    

#footerPlaceholder a {
    color: #FFF;
    vertical-align: top;
}

.bottomtd {
  background: transparent;
  height: 100%;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  font-family: 'Montserrat';
}

.social_links {
  float: right;
}

  .social_links a {
    color: #ffffff;
    display: inline-block;
    float: left;
    margin-right: 10px;   
  }

    .social_links a:last-child {
      margin-right: 0;
    }

    .social_links a:hover {
      color: #68C3E8;
    }

.footermain {
  font-family: 'Montserrat';
  font-size: 13px;
  color: #ffffff;
  float: left;
}

.FootTr {
  height: 70px;
  background: #001966;
}

#idp_SignInThisSiteStatusLabel {
  font-family: 'Open Sans';
  font-size: 13px;
  color: #fff;
  text-align: center;
}



#footer_copyryt {
  float: left;
  width: 15%;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 12px;
  margin: 20px;
}

.fcenter {
  width: 35%;
  float: left;
  margin-top: 20px;
  padding-right: 20px;
  padding-left: 40px;
}

  .fcenter a {
    color: #ffffff;
  }

    .fcenter a:hover {
      opacity: 0.8;
    }

.fright {
  padding-right: 40px;
  padding-left: 20px;
  margin-top: 20px;
}

.social_links {
  float: right;
  width: 35%;
}


.footer_Login {
  display: none;
}

.footer_KeyBoard {
  display: none;
}

.footer_OTP {
  display: none;
}

.footer_Display {
  display: block;
}

.menulinkHref a {
  color: #ffffff
}

  .menulinkHref a:hover {
    color: #68C3E8;
  }

#ul_LoginL {
  transform: matrix(1, 0, 0, 1, 0, 0);
  text-align: left;
  font: Regular 39px/47px Montserrat;
  letter-spacing: 0;
  color: #FFFFFF;
  font-size: 40px;
}


#ul_OTPL {
  text-align: left;
}

#ul_LoginC {
  font-size: 19px;
}

#ul_LoginR {
  font-size: 19px;
}

#ul_ModuloR {
  font-size: 19px;
}

@media all and (max-width:1550px) {
  #content .contentBlock {
    height: 89%;
  }

  #modalcontent {
    width: 50%;
  }
}

@media all and (max-width:1030px) {
  vr {
    display: none;
  }
}

@media all and (max-width:930px) {
  #footer_copyryt {
    float: none;
    width: 100%;
    font-size: 10px;
    padding-right: 0px;
    padding-left: 0px;
    margin: 0;
  }

  .fcenter {
    width: 100%;
    float: none;
    padding-bottom: 5px;
    font-size: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .social_links {
    float: none;
    width: 100%;
    font-size: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .fright {
    padding-right: 0px;
    padding-left: 0px;
  }

  .divHeadContainSubTitle {
    padding: 3px 5px 3px 5px;
  }

  #modalcontent {
    width: 50%;
  }

  #ul_LoginL {
    font-size: 10px;
  }

  #ul_LoginC {
    font-size: 10px;
  }

  #ul_LoginR {
    font-size: 10px;
  }

  #ul_ModuloR {
    font-size: 10px;
  }
}


@media all and (max-width:450px) {
  .footermain {
    margin: 1% 0 3% 0;
  }
}

@media (min-width: 451px) and (max-width: 761px) {
  .footermain {
    margin: 1% 0 1% 0;
  }
}

@media all and (max-width:761px) {
  .social_links .fright, .FootCtn, .social_links a.Foot_Link {
    float: none;
  }

  .FootCtn {
    width: 100%;
  }

  .FootTr {
    height: 90px;
  }

  .social_links {
    margin: 2% 0 0 0;
  }

  .footermain {
    margin: 1% 0 0 0;
  }

  #content .contentBlock {
    padding: 0 1%;
    width: 95%;
  }

  #modalcontent {
    width: 70%;
  }
}
/* Form factor: intermediate height layout. Reduce space of the header. */
@media only screen and (max-height: 775px) {
  #authArea > table, #idpSignonArea > table {
    height: 400px;
  }
}

#errorText {
  text-align: center;
  color: white;
  font-family: Verdana, Arial, Helvetica, Luxi Sans, sans-serif;
  font-size: 13px;
}

#openingMessage {
  color: #133D8D;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, Luxi Sans, sans-serif;
  font-size: 13px;
}

#errorDetails {
  text-align: center;
  background-color: #666666;
  border-width: 2px;
  border-style: none;
  border-color: buttonface;
  border-radius: 30px 30px 30px 0px;
  padding: 7px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.divMessageLogin {
  width: 98%;
  height: 5%;
  margin: 8px 0;
  display: inline-block;
  box-sizing: border-box;
  margin-top: -12px;
  color: #133D8D;
  text-align: center;
  float: right;
  padding-top: 15px;
}

.keyBoardTableNumber {
  border-spacing: 5px 10px;
  table-layout: fixed;
  width: 100%;
}

  .keyBoardTableNumber td {
    background: transparent linear-gradient(135deg, #CCCCCC 4%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #CCCCCC;
    border-radius: 8px; /* rounded corners */
    /* padding: 10px;*/
    padding: 5px;
    text-align: center;
    color: #133D8D; /* white text */
    border-radius: 8px; /* rounded corners */
    font-size: 25px; /* larger fonts */
    font: Bold 24px/29px Calibri;
    cursor: pointer; /* make it look clickable */
    width: 100%;
    height: auto;
  }

.keyBoardTableNumber_disable {
  color: #CCCCCC;
}

.keyBoardTableNumber_enable {
  color: #133D8D;
}

.InputKeyBoard {
  background: #ffffff;
}

.InputNoKeyBoard {
  background: #919396;
}

.hiddenMainContent {
  display: none;
}

.displayMainContent {
  display: block;
}

.KeyBoardTitle {
    margin-bottom: 48px;
    text-align: center;
    color: #1E2732;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}

.divOTPError {
    text-align: center;
    margin: 40px auto 60px;
}

.passwordInputKeyBoard {
  border: 8px solid #c3cf21;
  width: 100%;
}

.KeyboardTimmer {
  width: 100%;
  height: 5%;
  padding-top: 5px;
  padding-bottom: 3px;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
}

.KeyboardTimmeLabel {
  margin-left: auto;
  margin-right: 0;
  text-align: center;
  color: grey;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}

.KeyboardMessage {
  background-color: #007EBC;
  font-style: italic;
  color: white;
  margin-top: -3px;
  font-weight: 300;
  font-size: 14px;
  padding: 8px;
  border-radius: 5px;
  text-align: center;
}

#KeyboardMessage {
  width: 98%;
  height: 5%;
  margin: 8px 0;
  display: inline-block;
  box-sizing: border-box;
  margin-top: -12px;
}

.KeyboardMessageLabel {
  font-style: italic;
  color: white;
  margin-top: -3px;
  font-weight: 900;
  padding: 5px;
  border-radius: 5px;
}


.bg-green {
  margin-top: 15px;
  width: 100%;
}



.usrPassDiv {
  margin-top: 3%;
  margin-left: 7%;
  margin-right: auto;
  padding: 1%;
  min-width: 226px;
  width: 15%;
  text-align: center;
}

input[type="text"], textarea {
  background-color: #919396;
}

.usrInput {
  height: 46px !important;
  background: #CCCCCC;
  text-align: center;
  font-size: 20px;
  color: #666666;
  font-family: 'Montserrat';
  border-style: hidden;
}

  .usrInput::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #666666;
    font: Bold 17px/19px;
    font-family: 'Montserrat';
    opacity: 1; /* Firefox */
  }

  .usrInput:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #666666;
    font: Bold 17px/19px;
    font-family: 'Montserrat';
  }

  .usrInput::-ms-input-placeholder { /* Microsoft Edge */
    color: #666666;
    font: Bold 17px/19px;
    font-family: 'Montserrat';
  }


.passInput {
  height: 46px !important;
  background: #919396;
  text-align: center;
  font-size: 20px;
  color: #C4C6C8;
  font-family: 'Montserrat';
}

.subBtn {
  height: 46px !important;
  width: 90%;
  margin: 8px;
}



input[type=submit] {
  padding: 5px 15px;
  background: #ccc;
  border: 0 none;
  cursor: pointer;
  background-color: #CAD43B;
  font-size: 20px;
  color: white;
  font-family: 'Montserrat';
}



#CertificateAuthentication {
  background-size: contain;
}

.keyBtn {
  height: 46px !important;
  width: 100%;
  background-color: #133D8D;
  margin-bottom: 10px;
  cursor: pointer;
  text-align: center;
  background-image: url('/adfs/portal/images/bncr/firma.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 10px;
}

#divCertificateAuthentication {
  padding-top: 5px;
}

.txtBlue {
    text-align: center;
    letter-spacing: 0;
    opacity: 1;
    font-weight: 600;
    color: #2A6AD7;
    font-size: 15px;
}

  .txtBlue:hover {
    color: #68C3E8;
  }


.txtBlueS {
  text-align: center;
  font: Italic 16px Montserrat;
  letter-spacing: 0;
  color: #133D8D;
  opacity: 1;
  margin-top: 4px;
  font-weight: 600;
}

.dot {
  margin-bottom: -5px;
  height: 25px;
  width: 25px;
  background-color: #00589E;
  border-radius: 50%;
  display: inline-block;
}

.divInfo {
    margin-top: 10px;
    margin-right: auto;
    min-width: 180px;
    text-align: center;
}

#lostPassword a {
    color: #2672ec;
    text-decoration: none;
    background-color: transparent;
}

vr {
    border-right: 2px solid white;
    float: left;
    height: inherit;
    width: 1%;
    text-align: justify;
    font-size: 19px;
    text-align: justify;
    height: 80%;
    margin-top: 17px;
}

.lblnCSSUser {
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #133D8D;
  font-weight: 600;
  font-size: 16px;
  color: #00257B;
  padding: 12px 0px;
}

#lostPassword {
  padding-top: 10px;
  padding-bottom: 5px;
}


#divGotoInit {
  padding-top: 10px;
  margin-bottom: 12px;
}

#customAuthArea > p {
  color: white;
  font-family: Verdana, Arial, Helvetica, Luxi Sans, sans-serif;
  font-size: 13px;
  margin-top: 10px;
  text-align: center;
  background-color: #CAD43B;
  border-width: 2px;
  border-style: outset;
  border-color: buttonface;
  border-radius: 30px 30px 30px 0px;
  padding: 7px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0.6;
  filter: alpha(opacity=60);
}

#divuserNameInput {
  padding-bottom: 10px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 20%; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #CCCCCC;
  margin: auto;
  padding: 0;
  border-radius: 10px;
  border: 2px solid #133D8D;
  width: 40%;
  font-size: 20px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 25px;
  font-weight: bold;
  padding: 2px;
}

  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

.modal-header {
  padding: 4px 16px;
  background-color: #133D8D;
  color: white;
}

  .modal-header h2 {
    font-size: 18px;
    text-align: center;
  }

.modal-body {
  padding: 2px 16px;
  text-align: center;
  color: black;
}

.modal-footer {
  padding: 2px 16px;
  color: white;
  text-align: center;
}

#btnClose {
  width: 25%;
  min-width: 80px;
  padding: 5px 0;
  border: 0;
  background: #133D8D;
  text-align: center;
  margin: 0;
  color: #ffffff;
  font-family: 'Open Sans';
  font-size: 15px;
  border-radius: 10px;
  border: 2px solid #133D8D;
}

  #btnClose:hover, #btnClose:focus {
    background-color: #CAD43B;
    border-radius: 10px;
    border: 2px solid #CAD43B;
  }

#error {
    text-align: center;
}

.lblTextError {
    color: #A13800 !important;
    background-color: #FFF8E3 !important;
    padding: 14px !important;
    border-radius: 16px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    display: inline-block;
}

#primaryOptionsPage,
#errorArea {
    min-width: 260px;
}

/* cambio para FD*/
#authArea:has(#GaudiArea) {
    background: none !important;
}

#authOptions{
    display: none !important;
}

#GaudiArea * {
    margin: 0 !important;
}

#GaudiArea .formBorder {
    border: none !important;
}

#GaudiArea > .formBorder {
    border-radius: 8px !important;
    padding: 32px 48px !important;
}

#GaudiArea .overlay, #GaudiArea .overlayConfirmacion {
    left: 50% !important;
    transform: translate(-50%) !important;
    width: 375px !important;
    max-width: 70% !important;
    height: auto !important;
}

#GaudiArea .overlayMensajeError,
#signoutArea {
    width: 300px !important;
}

#GaudiArea .divIdentificacion {
    display: flex;
    width: 100%;
    margin-top: 35px !important;
    justify-content: space-between;
}

#GaudiArea .shift-group {
    padding-bottom: 0px !important;
}

#GaudiArea .shift-input {
    height: 40px !important;
    max-width: 300px !important;
}

#GaudiArea .PosicionToolTipIdentificacion {
    background: none !important;
    width: auto !important;
    height: auto !important;
    margin: auto !important;
}

#signoutArea #instruction {
    margin-top: 40px;
}

#GaudiArea .lblText,
#errorOption,
#errorMessage,
#signoutArea #openingMessage,
#signoutArea #instruction {
    color: #1E2732 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 550 !important;
    text-align: center !important;
    text-align-last: center !important;
    font-family: Arial !important;
}

#GaudiArea .lblTextPrimary {
    color: #001966 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 550 !important;
    text-align: center !important;
    text-align-last: center !important;
}

#GaudiArea .lblTextLite {
    color: #1E2732 !important;
    font-size: 12px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
    text-align: center !important;
    text-align-last: center !important;
}

#GaudiArea .justificado {
    text-align: justify !important;
}

#GaudiArea .marginVertical40px {
    margin: 40px 0 !important;
}

#GaudiArea .divBtn {
    max-width: 80%;
    margin: auto !important;
}

#GaudiArea .divBtnConfirmacion {
    max-width: 90%;
    margin: 16px auto auto !important;
}

#GaudiArea .ToolTipIdentificacion {
    top: -40px !important;
    left: 50px !important;
    background: #444446 !important;
    padding: 8px !important;
    font-weight: 500 !important;
    line-height: 25px !important;
    font-size: 14px !important;
}

#GaudiArea .ToolTipIdentificacion:after {
    border-right-color: #444446 !important;
}

#GaudiArea .codigo,
#GaudiArea .codigoFormato {
    margin: 20px 0px !important;
}

#GaudiArea .codigo span {
    margin-left: 8px !important;
    margin-right: 8px !important;
    font-size: 32px !important;
}

#GaudiArea .codigoFormato span {
    font-size: 18px !important;
}

#GaudiArea .celeste {
    color: #2A6AD7 !important;
}

#GaudiArea .verdeMusgo {
    color: #A8B317 !important;
}

#GaudiArea .timerGif {
    max-width: 40px !important;
    margin-top: 16px !important;
}

#GaudiArea .marginTop16px,
.marginTop16px {
    margin-top: 16px !important;
}

#GaudiArea .marginTop40px,
.marginTop40px {
    margin-top: 40px !important;
}

#GaudiArea .marginBottom40px,
.marginBottom40px {
    margin-bottom: 40px !important;
}

#GaudiArea .marginTop60px,
.marginTop60px {
    margin-top: 60px !important;
}

.coverCodigo {
    background: none !important;
}