/* Estilos Generales */
h1, h2, h3, h4, h5, h6, p, span, a, table, label, input, select {
    font-family: var(--font-main);
    font-weight: var(--font-weight-mulish-medium);
    font-style: normal;
    color: var(--color-negroPrimario-textos);
}

a, a strong {
    color: var(--color-azul500);
    cursor: pointer;
}

strong, .strong, strong span, strong label, strong a, b {
    font-family: var(--font-main);
    font-weight: var(--font-weight-mulish-extrabold);
    font-style: normal;
    color: var(--color-negroPrimario-textos);
}

    span.ui-datepicker-month,
    span.ui-datepicker-year,
    span.ui-dialog-title {
        color: var(--color-blanco);
    }

.ui-button {
    color: var(--color-negroPrimerio-textos);
}

button {
    font-family: var(--font-main);
    font-weight: var(--font-weight-mulish-extrabold);
    font-style: normal;
}

.strong, strong, strong label, strong span, strong a {
    font-weight: var(--font-weight-mulish-extrabold);
    font-style: normal;
    color: var(--color-negroPrimario-textos);
}

.linkMorado p {
    margin-bottom: 0px !important;
}

.linkMorado a {
    color: var(--color-azul500);
    font-feature-settings: 'clig' off, 'liga' off;
    line-height: 24px;
    font-size: 16px;

    font-style: normal;
    font-weight: var(--font-weight-mulish-extrabold);
}

#wrapper-loading-message h2 {
    color: var(--color-negroPrimario-textos);
}

/* Disclaimer */
.Disclaimer {
    display: flex;
    flex-direction: row;
    border: 1px dashed var(--color-gris200);
    padding: 15px 115px;
    background: var(--color-gris100);
    margin: 0 -15px;
}

    .Disclaimer .svgContainer {
        display: flex;
        align-content: center;
        flex-wrap: wrap;
        justify-content: center;
        padding: 5px;
    }

    .Disclaimer .textContainer {
        padding: 5px;
        text-align: left;
    }

        .Disclaimer .textContainer p {
            margin: 0;
            font-weight: var(--font-weight-mulish-medium); 
            font-style: normal;
        }



/* Antiguo */
.header {
  border-top: none !important; }
  .header--shadow {
    background: var(--color-gris100);
    -webkit-box-shadow: 0 2px 10px 0 var(--color-gris200);
    box-shadow: 0 2px 10px 0 var(--color-gris200);
    border-top: none !important;
    margin-bottom: 0;
    position: fixed;
    width: calc(100%);
    z-index: 1000; }
.header--brand {
  background: var(--color-rojo-general) !important;
  color: var(--color-blanco) !important;
  padding: 11px 0 12px 20px !important;
  margin: 0; }

    .header--brand span, .header--brand label {
        color: var(--color-blanco);
    }

.header--brand .row {
  margin: 0; }
.header--brand .list--inline {
  margin-top: 2.6rem;
  margin-bottom: 1.2rem; }
.header--brand .list__item {
  border-right: 1px solid var(--color-blanco);
  line-height: 2.5rem;
  padding-right: 1.8rem; }
.header--brand .list__item .link {
  color: var(--color-blanco) !important;
}
.header--brand h2{
  color: var(--color-blanco)!important;
  margin: 4px 0 6px;
  font-size: 15px !important;
  letter-spacing: 0.5px;
}

/* -- Heading title -- */
.heading, .heading_dialogOKCancel {
  font-size: 3.3125rem;
  letter-spacing: initial;
  margin: 0 0 30px !important;
  position: relative;
  width: 100%;
  text-align: center !important;
}

.heading:before {
  content: "";
  position: absolute;
  width: 24px;
  left: calc( 50% - 12px);
  bottom: -10px;
  border-bottom: 4px solid var(--color-rojo-general);
  border-radius: 4px;
}



.p-heading{
  font-size: 20px;
  color: #666666;
}

    
.text-center {
  text-align: center !important; }

  .text-right{
    text-align: right;
  }

.bannerLeftFastAcces {
    margin: 0 !important;
    border-top: none !important;
    padding: 2rem 1rem;
    font-weight: var(--font-weight-mulish-extrabold) !important;
    color: var(--color-negroPrimario-textos);
}

.bannerLeftFastAcces #btnMenuMarchamos:hover {
    color: var(--color-azul500);
    background-color: var(--color-gris200);
}

.bannerLeftFastAcces #btnMenuMarchamos.over {
    color: var(--color-azul500);
    background-color: var(--color-gris200);
}

.menuLeftFastAcces {
    display: flex;
    text-align: left;
    font-weight: var(--font-weight-mulish-medium);
    height: 28px;
    padding: 10px 5px;
    cursor: pointer;
    font-size: 12px;
    color: var(--color-negroPrimario-textos);
}

.menuLeftFastAcces:last-child {
    -moz-border-radius: 0px 0px 8px 8px;
    -webkit-border-radius: 0px 0px 8px 8px;
    border-radius: 0px 0px 8px 8px;
}

.menuLeftFastAcces:first-child {
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
}

.menuLeftFastAcces.over span svg:first-child,
.menuLeftFastAcces.hover span svg:first-child{
    display: none;
}

.menuLeftFastAcces.over span svg:last-child,
.menuLeftFastAcces.hover span svg:last-child{
    display: unset;
}

.menuLeftFastAcces span svg:first-child{
    display: unset;
}

.menuLeftFastAcces span svg:last-child{
    display: none;
}

.menuLeftFastAcces span svg {
    margin: 6px 5px 10px 10px;
}

.menuLeftFastAcces label {
    margin: auto;
    margin-left: 0px;
}

    .menuLeftFastAcces.over,
    .menuLeftFastAcces.hover,
    .menuLeftFastAcces.over label,
    .menuLeftFastAcces.hover label {
        color: var(--color-azul500);
        background-color: var(--color-background-menu);
        font-weight: var(--font-weight-mulish-extrabold);
    }

.sb_over {
  border: none;
  border-bottom: 2px solid var(--color-rojo-general) !important;
}

    .sb_over > a, .over > a {
        font-weight: var(--font-weight-mulish-extrabold);
    }

li.principal{
  border-bottom: none;
  color: var(--color-negroPrimario-textos) !important;
  background: var(--color-blanco) !important;
  border-radius: 0 !important;
  padding: 5px 0!important;
}

li.principal a{
  color: var(--color-negroPrimario-textos)!important;
}

#menu{
  margin-bottom: .8rem;
  -webkit-box-shadow: 0 2px 10px 0 var(--color-gris200);
  box-shadow: 0 2px 10px 0 var(--color-gris200);
  width: 100% !important;
}

#menu  li{
  width: calc ( 100% / 6 ) !important;
}


.my-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
}

div.rowContacto{
  border: none !important;
  color: var(--color-negroPrimario-textos);
}
div.btnContacto{
  padding: 0.8rem 0;
  background: var(--color-rojo-general);
  color: var(--color-blanco);
  border: none;
  width: calc( 100% / 4 );
 
}
.rowContacto :nth-child(3n+0) {
  text-align: right;
  width: calc( 100% / 2 ) !important;
}
.rowContacto :nth-child(3n+0) p{
  margin-right: 30px; 
}
div.btnContacto p, div.btnContacto p span, div.btnContacto p a{
  color: var(--color-blanco);
  font-size: 12px !important;
}

#menu ul {
    background: var(--color-blanco) !important;
    background-image: none !important;
    -webkit-box-shadow: 0 2px 10px 0 var(--color-gris200);
    box-shadow: 0 2px 10px 0 var(--color-gris200);
    z-index: 10;
}

#menu ul li:hover > a{
  background-color: var(--color-gris200) !important; 
  background-image: none !important;
}

.btnContentFooterLink, .btnContentFooterLinknoBorder{
  background:  var(--color-rojo-general) !important;
}

div#contentContainer {
  border: solid 1px var(--color-gris200);
  margin: 5px 15px;
}
div.contentRow2 {
  padding: 10px;
  border-top: solid 1px var(--color-gris200);
}
div.columnRightFooter {
  margin: 10px 15px;
}
.active{
  background-color: var(--color-gris200) !important;
}
.columnRight{
  width: 80% !important;
}
.contentRow1{
  padding: 10px !important;
}
.contentRow1 h2{
  margin-bottom: 6px;
  font-weight: var(--font-weight-mulish-extrabold);
  font-style: normal;
}
.m-x{
  margin: 0 1%;
}
#menu ul li{
  border: none !important;
  box-shadow: none !important;
}
.t-gray{
  color: var(--color-gris500) !important;
}

/* -- Card -- */
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: var(--color-blanco);
  background-clip: border-box;
  border: 1px solid #eeeeee;
  border-radius: 0.25rem;
}

.wrapper-dialog-card-loader {
    padding: 3rem 3rem;
}

.wrapper-dialog-title-message {
    font-size: 16px !important;
    font-weight: var(--font-weight-mulish-extrabold) !important;
    line-height: 1.1 !important;
    color: inherit !important;
    margin-bottom: 15px !important;
}

.wrapper-dialog-message {
    font-size: 16px !important;
    font-weight: var(--font-weight-mulish-medium) !important;
    line-height: 1.1 !important;
    color: inherit !important;
    margin-bottom: 10px !important;
}

.wrapper-dialog-botonAceptar {
    margin: auto !important;
}

.firmaNumero {
    color: var(--color-rojo-general) !important;
}

.firmaLetra {
    color: var(--color-azul500) !important;
}

.card-loader {
    width: 28%;
    margin: 3rem auto;
    padding: 3rem 0;
    min-width: 518px;
}

    .card-loader.card-pag-incorrecta {
        padding: 3rem 3rem !important;
    }

        .card-loader.card-pag-incorrecta .svgEmpresarial {
            margin: auto;
            height: 48px;
            width: 48px;
        }

.card-loader-firmador {
    width: 27%;
    margin: 3rem auto;
    padding: 3rem 0;
    min-width: 590px;
}

.div-card-loader-firmador-digital {
    padding: 3rem 3rem;
}

    .div-card-loader-firmador-digital #wrapper-dialog-message-firmaDigital {
        margin: auto;
    }

    .div-card-loader-firmador {
        padding: 30px;
    }

    .div-card-loader-firmador svg {
        margin: auto;
    }

        .div-card-loader-firmador #tituloFirmador {
            font-size: 16px !important;
            font-weight: var(--font-weight-mulish-medium) !important;
            line-height: 1.1 !important;
            color: inherit !important;
            margin-top: 20px !important;
            margin-bottom: 10px !important;
            text-align: justify;
        }

    .div-card-loader-firmador .table-card-loader-firmador {
        margin: auto;
        width: 100%;
        margin-bottom: 10px;
    }

        .div-card-loader-firmador .table-card-loader-firmador tr td:first-child {
            width: 50%;
            text-align: right;
        }

            .div-card-loader-firmador .table-card-loader-firmador tr td:first-child span {
                color: var(--color-azul500);
                padding: 5px 20px;
            }

        .div-card-loader-firmador .table-card-loader-firmador tr td:nth-child(2) {
            width: 50%;
        }

            .div-card-loader-firmador .table-card-loader-firmador tr td:nth-child(2) span {
                color: var(--color-rojo-general);
                padding: 5px 0px;
            }

        .div-card-loader-firmador .txt-codVerificacion {
            font-size: 16px !important;
            font-weight: var(--font-weight-mulish-extrabold) !important;
            line-height: 1.1 !important;
            color: inherit !important;
            margin-top: 20px !important;
            margin-bottom: 10px !important;
            text-align: justify;
            text-justify: inter-word;
        }

.wrapper-firmador #lineaDivisora {
    border: 3px solid var(--color-rojo-general);
    width: 30px;
    border-radius: 10px;
    margin: 0 auto;
}

.wrapper-firmador #codigoFirmador {
    margin-top: 0px !important;
    margin-bottom: 5px !important;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 18px;
    font-style: normal;
    font-weight: var(--font-weight-mulish-medium);
    line-height: 30px;
}

    .wrapper-firmador #codigoFirmador span {
        font-weight: var(--font-weight-mulish-extrabold) !important;
    }

.wrapper-firmador table tr td span {
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 18px;
    font-style: normal;
    font-weight: var(--font-weight-mulish-extrabold);
    line-height: 30px;
}

.wrapper-firmador #tituloResumenTransaccionFirmador {
    font-size: 18px !important;
    line-height: 1.1 !important;
    color: inherit !important;
    margin-top: 15px !important;
    margin-bottom: 10px !important;
    font-weight: var(--font-weight-mulish-extrabold) !important;
}

.wrapper-firmador #resumenTransaccionFirmador {
    font-size: 16px !important;
    font-weight: var(--font-weight-mulish-medium) !important;
    line-height: 1.1 !important;
    color: inherit !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    text-align: justify;
    text-justify: inter-word;
}

.card-loader-firmador-contrato {
    width: 27%;
    margin: 3rem auto;
    padding: 3rem 0;
    min-width: 620px;
}

#wrapper-dialog-titulo-firmaDigital {
    font-size: 18px !important;
    font-weight: var(--font-weight-mulish-extrabold) !important;
    line-height: 1.1 !important;
    color: inherit !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}

#wrapper-dialog-message-firmaDigital {
    font-size: 16px !important;
    font-weight: var(--font-weight-mulish-medium) !important;
    line-height: 1.1 !important;
    color: inherit !important;
    margin-top: 0px !important;
    margin-bottom: 15px !important;
}

#botonAceptarFirmaDigital {
    margin: auto;
    width: 35%;
}

.wrapper-loading-message {
    font-size: 18px !important;
    font-weight: var(--font-weight-mulish-medium) !important;
    line-height: 1.1 !important;
    color: inherit !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    color: var(--color-negroPrimario-textos) !important;
}

.card-loader-transferenciasDescargaPlantillas {
    width: 27%;
    margin: 3rem auto;
    padding: 3rem 0;
    min-width: 640px;
    color: var(--color-negroPrimario-textos);
}

.mx-auto{
  margin: auto !important;
}

.wrapper-loader, .wrapper-segunda-autenticacion, .wrapper-dialog, .wrapper-dialogV2, .wrapper-firmador, .wrapper-dialogFirmaDigital, .wrapper-contrato, .wrapper-dialog-disclaimer-marchamos, .wrapper-dialog-comprobante-marchamos, .wrapper-dialog-ok-cancel, .wrapper-dialog-info-favoritos, .wrapper-pagina-incorrecta {
    background-color: rgba(117, 117, 117, 0.4588235294117647);
    display: none;
    height: 100vh;
    padding-top: 18vh;
    position: fixed;
    width: 100vw;
    z-index: 9999;
    top: 0px;
    left: 0px;
}

.card-loader-dialog-ok-cancel{
     width: 27%;
     margin: 3rem auto;
     padding: 3rem 0;
     min-width: 518px;
}

.card-loader-dialog-ok-cancel-ancho{
     width: 45% !important;
}

.wrapper-contrato .close-popUp {
    position: absolute;
    top: 20px;
    right: 20px;
    text-decoration: none;
    font-weight: var(--font-weight-mulish-extrabold);
    color: black;
    cursor: pointer;
}

.wrapper-contrato, .wrapper-firmador{
    padding-top: 10vh;
}



.wrapper-segunda-autenticacion .inputs-msj-error {
    color: var(--color-rojo-error);
    font-weight: var(--font-weight-mulish-extrabold);
}

.wrapper-segunda-autenticacion .input-error {
    outline: none;
    border-color: var(--color-rojo-error) !important;
    box-shadow: 0 0.07rem var(--color-rojo-error) !important;
}

.wrapper-segunda-autenticacion .card-loader{
    padding: 30px;
}

.wrapper-segunda-autenticacion .wrapper-segunda-autenticacion-header {
    color: var(--color-negroPrimario-textos);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 18px;
    font-style: normal;
    font-weight: var(--font-weight-mulish-extrabold) !important;
    line-height: 30px;
    margin-top: 10px;
}

.wrapper-segunda-autenticacion .text-center{
    text-align:center;
}

.wrapper-segunda-autenticacion .wrapper-segunda-autenticacion-reenviar-token {
    color: var(--color-azul500);
    border-bottom: 1px dotted;
    margin: 15px auto;
    cursor: pointer;
    font-variant-numeric: lining-nums tabular-nums;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    font-weight: var(--font-weight-mulish-extrabold);
    line-height: 21px;
}

.wrapper-segunda-autenticacion .wrapper-segunda-autenticacion-reenviar-token:hover {
    text-decoration: none;
}

.wrapper-segunda-autenticacion .disabled-link {
    color: var(--color-gris500);
    cursor: default;
    font-variant-numeric: lining-nums tabular-nums;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    font-weight: var(--font-weight-mulish-medium);
    line-height: 21px;
}

.wrapper-segunda-autenticacion #close-segunda-autenticacion {
    height: 20px;
    position: absolute;
    cursor: pointer;
    right: 25px;
    top: 25px;
    height:16px; 
    width:16px;


}

.wrapper-pagina-incorrecta #close-pagina-incorrecta {
    position: absolute;
    right: 25px;
    top: 25px;
    width: 16px;
    height: 16px;
}

#wrapper-pagina-incorrecta-title-message {
    color: var(--color-negroPrimario-textos);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 18px;
    font-style: normal;
    font-weight: var(--font-weight-mulish-extrabold) !important;
    line-height: 30px;
}

#wrapper-pagina-incorrecta-message {
    text-align: left;
    color: var(--color-negroPrimario-textos);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: var(--font-weight-mulish-medium);
    line-height: 24px;
    margin-top: 5px
}

#redireccion-pagina-incorrecta {
    color: var(--color-azul500);
    font-variant-numeric: lining-nums tabular-nums;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    font-weight: var(--font-weight-mulish-extrabold) !important;
    line-height: 21px;
    border-bottom: 1px dotted;
    margin: 15px auto 0 auto;
}

    #redireccion-pagina-incorrecta:hover {
        text-decoration: none;
        cursor: pointer;
    }

#wrapper-pagina-incorrecta-linea-roja {
    border: 3px solid var(--color-rojo-general);
    width: 30px;
    border-radius: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
}


.wrapper-segunda-autenticacion .icono-security svg, .wrapper-segunda-autenticacion .icono-success svg{
    display: block;
    margin: auto;
}

.wrapper-segunda-autenticacion .wrapper-segunda-autenticacion-message {
    color: var(--color-negroPrimario-textos);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: var(--font-weight-mulish-medium);
    line-height: 24px;
    margin-top: 0px;
    margin-bottom: 18px;
    text-align: left;
}

.wrapper-segunda-autenticacion-container-token {
    width: 200px;
    display: block;
    margin: auto;
}

    .wrapper-segunda-autenticacion-container-token .comboError {
        text-align: left !important;
        padding: 5px 0;
    }

        .wrapper-segunda-autenticacion-container-token .comboError .inputs-msj-error {
            color: var(--color-rojo-error);
            font-feature-settings: 'clig' off, 'liga' off;
            font-size: 14px;
            font-style: normal;
            font-weight: var(--font-weight-mulish-medium);
            line-height: 18px;
        }

        .wrapper-segunda-autenticacion-container-token .comboError .sgvError {
            height: 12px;
            width: 12px;

        }


.wrapper-segunda-autenticacion-linea-roja {
    border: 3px solid var(--color-rojo-general);
    width: 30px;
    border-radius: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
}


.wrapper-segunda-autenticacion .wrapper-segunda-autenticacion-token-header {
    float: left;
    margin-bottom: 5px;
}

.wrapper-segunda-autenticacion .wrapper-segunda-autenticacion-token-header.SMS-Token{
    float: left;
    /*margin: auto 35.5%;*/
}

.wrapper-segunda-autenticacion .wrapper-segunda-autenticacion-token-header, .wrapper-segunda-autenticacion .wrapper-segunda-autenticacion-token-telefono {
    color: var(--color-negroPrimario-textos);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: var(--font-weight-mulish-extrabold) !important;
    line-height: 20px;
}

.wrapper-segunda-autenticacion #wrapper-segunda-autenticacion-enviar-token {
    width: 100%;
    border: 0;
    border-bottom: 1px solid var(--color-gris500);
    border-radius: 0;
    padding: 7px 0;
    color: var(--color-negroPrimario-textos);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: var(--font-weight-mulish-medium) !important;
    line-height: 24px;
    letter-spacing: 5px;
}

.wrapper-segunda-autenticacion #wrapper-segunda-autenticacion-enviar-token::-ms-clear  {
    display: none;
}

.wrapper-segunda-autenticacion button {
    padding: 15px 30px;
    width: 200px;
    border-radius: 8px;
    margin: auto;
    cursor: pointer;
    background-color: var(--color-rojo-general);
    color: var(--color-blanco);
    border: unset;
    margin-top: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: var(--font-weight-mulish-extrabold);
    line-height: 20px;
}

    .wrapper-segunda-autenticacion button:disabled,
    .wrapper-segunda-autenticacion button[disabled],
    .wrapper-segunda-autenticacion button[disabled]:hover {
        border: 1px solid var(--color-gris300);
        background: var(--color-gris100);
        color: var(--color-gris400);
        text-align: center;
        font-feature-settings: 'clig' off, 'liga' off;
        font-weight: var(--font-weight-mulish-extrabold)
    }

    .wrapper-segunda-autenticacion button:hover {
        background-color: #BD061B;
    }

.wrapper-segunda-autenticacion .wrapper-segunda-autenticacion-button-ingresando .svg-icon-spinner--32px,
.wrapper-segunda-autenticacion .wrapper-segunda-autenticacion-button-loanding .svg-icon-spinner--32px {
    height: 1.1rem !important;
    width: 1.9rem !important;
}

.wrapper-segunda-autenticacion .wrapper-segunda-autenticacion-button-ingresando .svg-icon--color-highlight,
.wrapper-segunda-autenticacion .wrapper-segunda-autenticacion-button-loanding .svg-icon--color-highlight {
    fill: var(--color-blanco);
    stroke: var(--color-blanco);
    margin-bottom: 0px !important;
}

.wrapper-segunda-autenticacion .wrapper-segunda-autenticacion-button-ingresando .button-primary:hover,
.wrapper-segunda-autenticacion .wrapper-segunda-autenticacion-button-loanding .button-primary:hover {
    background-color: var(--color-rojo-general);
}

.wrapper-segunda-autenticacion .wrapper-segunda-autenticacion-button-ingresando .contenedor-a,
.wrapper-segunda-autenticacion .wrapper-segunda-autenticacion-button-loanding .contenedor-a {
    display: inline;
}

.wrapper-segunda-autenticacion .wrapper-segunda-autenticacion-button-ingresando .contenedor-b,
.wrapper-segunda-autenticacion .wrapper-segunda-autenticacion-button-loanding .contenedor-b {
    display: inline;
    position: relative;
}

#wrapper-pagina-incorrecta .card-loader {
    padding: 3rem 3rem;
}

    #wrapper-pagina-incorrecta .card-loader .icono-cerrar svg {
        width: 16px; 
        height: 16px;
    }

    #wrapper-pagina-incorrecta .card-loader svg {
        width: 48px;
        height: 48px;
        margin: auto;
    }




/*Liberacion de marchamos*/
#pantallaPrincipal-liberarMarchamos {
    font-size: 12px;
}

/*Monedas*/
.CRC::before {
    content: "\20A1";
    margin-right: 3px;
}

.USD::before {
    content: "\0024";
    margin-right: 3px;
}

#pantallaPrincipal-liberarMarchamos .marchamo-liberar-paso-2 .header .bloque {
    display: block;
    padding: 5px 0;
}

    #pantallaPrincipal-liberarMarchamos .marchamo-liberar-paso-2 .header .bloque .descripcion {
        font-weight: var(--font-weight-mulish-extrabold);
    }

    #pantallaPrincipal-liberarMarchamos .marchamo-liberar-paso-2 .header .bloque .detalle {
        font-weight: var(--font-weight-mulish-extrabold);
    }

#pantallaPrincipal-liberarMarchamos .marchamo-liberar-paso-2 .content {
    text-align: center;
}

    #pantallaPrincipal-liberarMarchamos .marchamo-liberar-paso-2 .content .legend {
        font-weight: var(--font-weight-mulish-extrabold);
    }

#pantallaPrincipal-liberarMarchamos .marchamo-liberar-paso-2 .content table {
    width: 700px;
    margin-top: 25px;
    margin-left: -10px;
}

#pantallaPrincipal-liberarMarchamos .marchamo-liberar-paso-2 .content table th {
    text-align: left;
    padding: 10px 0;
}

#pantallaPrincipal-liberarMarchamos .marchamo-liberar-paso-2 .content table td {
    vertical-align: middle;
    padding-top: 7px;
    padding-bottom: 7px;
}

#pantallaPrincipal-liberarMarchamos .marchamo-liberar-paso-2 .content table th:first-child,
#pantallaPrincipal-liberarMarchamos .marchamo-liberar-paso-2 .content table td:first-child{
    padding-left: 15px;
}

#pantallaPrincipal-liberarMarchamos .marchamo-liberar-paso-2 .content table tr:nth-child(even) {    
    background: var(--color-gris200);
}

 .marchamo-liberar-paso-2 .content table tr:nth-child(odd)
{
    background: var(--color-blanco);
}

.marchamo-liberar-paso-2 .content table .delete-car {
    cursor: pointer;
}

#pantallaPrincipal-liberarMarchamos .marchamo-liberar-paso-2 .content .total {
    padding: 10px 0;
    border-top: 1px solid var(--color-gris300);
    margin-left: -10px;
    width: 700px;
    border-bottom: 1px solid var(--color-gris300);
    text-align: right;
}

#pantallaPrincipal-liberarMarchamos .marchamo-liberar-paso-2 .content .total table {
    width: 270px;
    text-align: right;
    margin: auto 50px auto auto;
}

#pantallaPrincipal-liberarMarchamos .marchamo-liberar-paso-2 .content .total table tr {
    background: none !important;
}

    #pantallaPrincipal-liberarMarchamos .marchamo-liberar-paso-2 .content .total .header-total {
        font-weight: var(--font-weight-mulish-extrabold); 
        margin-right: 5px;
    }

    #pantallaPrincipal-liberarMarchamos .marchamo-liberar-paso-2 .content .total .total-amount {
        font-weight: var(--font-weight-mulish-medium);
    }

    #pantallaPrincipal-liberarMarchamos .marchamo-liberar-paso-2 .content .total .row-totales {
        display: block;
    }


.wrapper-contrato .ver-detalles-marchamos th {
    font-weight: var(--font-weight-mulish-extrabold); 
    text-align: left;
    padding: 10px 0;
}

.wrapper-contrato .ver-detalles-marchamos td {
    text-align: left;
    padding: 8px 0;
    border-bottom: 1px solid var(--color-gris200);
}

.wrapper-contrato .ver-detalles-marchamos td {
    padding: 10px 0;
    border-top: 1px solid var(--color-gris300);
    margin-left: -10px;
    width: 700px;
    border-bottom: 1px solid var(--color-gris300);
}

.wrapper-contrato .card-eliminar-vehiculo .header-popUp {
    text-align: left;
}

    .wrapper-contrato .card-eliminar-vehiculo .header-popUp .titulo {
        font-weight: var(--font-weight-mulish-extrabold);
        margin: auto;
        margin-left: 15px;
    }

.wrapper-contrato .card-eliminar-vehiculo .contenido {
    padding: 25px 0;
}

.wrapper-contrato .card-eliminar-vehiculo .botonera button {
    padding: 10px 12px;
    width: 110px;
    font-size: 15px;
    border-radius: 50px;
    font-weight: var(--font-weight-mulish-extrabold);
    margin: auto;
    cursor: pointer;
    margin-top: 10px;
    background-color: var(--color-blanco);
    color: var(--color-rojo-general);
    float: right;
}

.wrapper-contrato .card-eliminar-vehiculo .botonera .button-success {    
    border: solid 1px var(--color-rojo-general);
}

    .wrapper-contrato .card-eliminar-vehiculo .botonera .button-success:hover {
        background-color: var(--color-rojo-general-hover);
        color: var(--color-blanco);
    }

.wrapper-contrato .card-eliminar-vehiculo .botonera .button-cancel {
    border: none;
}

svg:not(:root) {
  overflow: hidden;
}
.svg-icon {
  display: inline-block;
  fill: currentColor;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.svg-icon-spinner {
  -webkit-animation: svg-icon-spin 1s linear infinite;
  animation: svg-icon-spin 1s linear infinite;
}

.svg-icon-spinner--32px {
  height: 4.5rem;
  stroke-width: 2.25;
  width: 4.5rem; 
}
.svg-icon {
  display: inline-block;
  fill: currentColor;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round; 
}
.svg-icon--color-highlight {
    fill: var(--color-azul500);
    stroke: var(--color-azul500);
    margin-bottom: .8rem !important;
}
.blur {
  filter: blur(2px);
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
}

.botonAceptar{
  color:white;
  background-color:var(--color-rojo-general);
  border:none;
  width: 40%;
  border-radius:5px;
  height: 27px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.botonAceptar {
    background-color: var(--color-rojo-general-hover);
}

    .botonContrato {
    margin: auto;
    margin-top: 20px;
    margin-left: 73%;
    width: 25%;
    height: 40px;
    background-color: white !important;
    color: var(--color-rojo-general) !important;
    border: solid 1px var(--color-rojo-general);
    border-radius: 20px;
    cursor: pointer;
}

.botonOkCancel {
    margin: 20px 50px 0px 50px;
    color: white;
    background-color: var(--color-rojo-general);
    border: none;
    width: 130px;
    border-radius: 5px;
    height: 27px;
}


@-webkit-keyframes svg-icon-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes svg-icon-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }


/*Estilos modal Ok Cancel*/

    .wrapper-dialog-ok-cancel .card-loader-dialog-ok-cancel {
        padding: 30px;
        box-shadow: 0px 1px 20px 1px rgba(51,51,51, 0.2);
    }

        .wrapper-dialog-ok-cancel .card-loader-dialog-ok-cancel .content-svg {
            margin-left: 0px;
            margin-right: 0px;
        }

        .wrapper-dialog-ok-cancel .card-loader-dialog-ok-cancel .content-svg .heading_dialogOKCancel {
            width: 86%;
            font-size: 3.3125rem;
            letter-spacing: initial;
            margin: 0 !important;
            position: relative;
            text-align: center !important;
        }

            .wrapper-dialog-ok-cancel .card-loader-dialog-ok-cancel .content-svg .heading_dialogOKCancel:before {
                content: "";
                position: absolute;
                width: 28px;
                left: calc( 50% - 12px);
                bottom: -10px;
                border-bottom: 3px solid var(--color-rojo-error);
                border-radius: 4px;
            }

        .wrapper-dialog-ok-cancel .card-loader-dialog-ok-cancel #wrapper-dialogOkCancel-title-message {
            font-size: 18px;
            font-weight: var(--font-weight-mulish-extrabold) !important;
            color: var(--color-negroPrimario-textos);
            margin-left: 5px;
            text-align: justify;
        }

        .wrapper-dialog-ok-cancel .card-loader-dialog-ok-cancel #wrapper-dialogOkCancel-message {
            font-size: 14px;
            line-height: 1.6;
            margin-top: 12px;
            margin-bottom: 10px;
            color: var(--color-negroPrimario-textos);
        }

    .wrapper-dialog-ok-cancel .card-loader-dialog-ok-cancel .wrapper-botonera {
        text-align: right;
    }

        .wrapper-dialog-ok-cancel .card-loader-dialog-ok-cancel .wrapper-botonera #wrapper-dialogOkCancel-message-BotonConfirmar {
            border-radius: 50px;
            padding: 10px 24px;
        }

        .wrapper-dialog-ok-cancel .card-loader-dialog-ok-cancel .wrapper-botonera input {
            font-weight: var(--font-weight-mulish-extrabold) !important;
            color: var(--color-azul500);
            font-size: 12px;
        }

        .wrapper-dialog-ok-cancel .card-loader-dialog-ok-cancel .wrapper-botonera .wrapper-botonera-cancelar {
            display: inline-block;
            margin-right: 25px;
        }

        .wrapper-dialog-ok-cancel .card-loader-dialog-ok-cancel .wrapper-botonera .wrapper-botonera-aceptar {
            display: inline-block;
        }

            .wrapper-dialog-ok-cancel .card-loader-dialog-ok-cancel .wrapper-botonera .wrapper-botonera-aceptar input:hover {
                cursor: pointer;
                background-color: var(--color-azul500);
                color: var(--color-blanco);
            }

#SeccionVerificacion #divMensajeSolicitarToken label,
#SeccionVerificacion #contenedorClaves .verifJuridico strong {
    font-weight: var(--font-weight-mulish-extrabold) !important;
}

#wrapper-dialogV2-message {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
    color: var(--color-negroPrimario-textos);
}

#wrapper-dialogV2-title-message {
    font-size: 18px;
    font-weight: var(--font-weight-mulish-extrabold) !important;
    color: var(--color-negroPrimario-textos);
    margin-left: 5px;
    text-align: justify;
}

#btnOkDialogV2 {
    border-radius: 50px;
    padding: 10px 24px;
    font-size: 12px;
}

.heading_dialogOKV2 {
    margin: 0px -2px 17px !important;
}

.heading_dialogOKV2:before {
    content: "";
    position: absolute;
    width: 28px;
    left: calc( 50% - 12px);
    bottom: -10px;
    border-bottom: 3px solid var(--color-rojo-error);
    border-radius: 4px;
}


/* INICIO ESTILOS DE CONTENEDOR PARA confirmationPanelPSW */
.confirmationPanelPsw-contenedor-panel {
    width: 32%;
    margin: 0 auto;
    padding: 23px 0 42px 0;
}

.confirmationPanelPsw-labelPassword {
    margin-bottom: 30px;
    color: var(--color-negroPrimario-textos) !important;
    font-weight: var(--font-weight-mulish-extrabold);
    font-size: 12px !important;
}

.confirmationPanelPsw-text-pwd {
    padding-top: 10px !important;
    text-align: center !important;
}

.confirmationPanelPsw-boton-procesamiento {
    width: 161px;
    height: 33px;
    left: calc(50% - 161px/2 + 167.5px);
    top: 701px;
    background: var(--color-rojo-general);
    border: 1px solid var(--color-rojo-general);
    box-sizing: border-box;
    border-radius: 7px;
    font-style: normal;
    font-weight: var(--font-weight-mulish-extrabold);
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: var(--color-blanco);
}

.confirmationPanelPsw-boton-procesamiento:disabled {
    background: var(--color-gris100) !important;
    border: 1px solid var(--color-gris300) !important;
    box-sizing: border-box !important;
    border-radius: 7px !important;
    color: var(--color-gris500) !important;
    cursor: not-allowed !important;
}

.confirmationPanelPsw-boton-procesamiento:hover {
    cursor: pointer;
    background-color: var(--color-rojo-general-hover);
    border-color: var(--color-rojo-general-hover);
}

.confirmationPanelPsw-contenedor-boton-procesamiento {
    text-align: center;
    padding-top: 24px;
}

.confirmationPanelPsw-contenedor-texto-psw {
    text-align: left;
}

.confirmationPanelPsw-labelPassword:after {
    padding-right: 3.6rem;
}

.confirmationPanelPsw-labelPassword:focus {
    outline: none;
    border-bottom-color: var(--color-azul500);
    box-shadow: 0 0.07rem var(--color-azul500);
}


.confirmationPanelPsw-sb-canvas-inputs__text {
    font-size: 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    display: block;
    outline: none;
    position: relative;
    transition: opacity ease-in-out 0.2s;
    width: 85%;
    border-bottom: solid 1px var(--color-negroPrimario-textos);
    border-radius: 0;
    padding-bottom: 13px;
    padding-right: 36px;
    font-size: 12px;
}

.confirmationPanelPsw-sb-canvas-inputs__text:after {
    padding-right: 3.6rem;
}

.confirmationPanelPsw-sb-canvas-inputs__text:focus {
    outline: none;
    border-bottom-color: var(--color-azul500);
    box-shadow: 0 0.07rem var(--color-azul500);
}

.confirmationPanelPsw-sb-canvas-inputs__text::-webkit-input-placeholder {
    color: var(--color-gris400);
}

.confirmationPanelPsw-sb-canvas-inputs__text:-ms-input-placeholder {
    color: var(--color-gris400);
}

.confirmationPanelPsw-sb-canvas-inputs__text::-ms-input-placeholder {
    color: var(--color-gris400);
}

.confirmationPanelPsw-sb-canvas-inputs__text::placeholder {
    color: var(--color-gris400);
}

.confirmationPanelPsw-divError {
    margin-top:7px;
}

.confirmationPanelPsw-sb-canvas-inputs__text-error {
    text-align: left !important;
    margin-top: 5px !important;
    color: var(--color-rojo-error) !important;
    font-size: 12px;
    position: relative;
    bottom: 2.5px;
    font-weight: var(--font-weight-mulish-extrabold) !important;
    margin-left: 3px;
}

.confirmationPanelPsw-error-input {
    box-shadow: 0 0.02rem var(--color-rojo-error) !important;
    border-bottom: 1px solid var(--color-rojo-error) !important;

}

/* FIN ESTILOS DE CONTENEDOR PARA confirmationPanelPSW */


.card-container-left-menu {
    margin: auto;
    --width: 20%;
    position: relative;
    --padding: 18px;
    background-color: var(--color-blanco);
    border: 1px solid var(--color-gris200);
    border-radius: 8px;
    box-shadow: 0px 2px 10px rgba(0, 34, 91, 0.11);
    --display: flex;
    margin-bottom: 10px;
}
.card-container-left-menu.contenedor-tipo-cambio {
    border-radius: 0px 0px 8px 8px;
}