@font-face {
    font-family: 'Kanit';
    src: url('../fonts/Kanit-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


.display-none {
    margin-top: 10000px;
}

.opacity-none {
    opacity: 0;
}

.display {
    margin-top: 0px;
}

.blue2 {
    /*color: #0064a7;*/
    font-weight: normal;
}

.blue {
    color: #003e9f !important;
    font-weight: normal;
}

.blue-size {
    font-size: 12px;
}

.skyblue {
    color: #0091c9;
}

.pantone293C {
    color: #003e9f;
}

.mustard {
    color: #fdb924;
}

.gray {
    color: #f0f3f7;
}

.gray2 {
    color: #7c8282;
}

.white {
    color: #fff;
}

.black {
    color: #000;
}

.order-table {
    border-collapse: collapse;
}

.order-table-header {
    text-align: center;
    /*background:none repeat scroll 0 0 #E5E5E5;
    border-bottom:1px solid #BBBBBB;
    padding:16px;
    */
}

.order-table-center {
    text-align: center;
    /*
    background:none repeat scroll 0 0 #FFFFFFF;
    border-top:1px solid #BBBBBB;
    */
}

.descripcion {
    display: inline-block;
    width: 65%;
}

html {
    font-size: 62.5%;
}

.bodyclone {
    overflow-y: hidden;
    overflow-x: hidden;
}

html * {
    font-family: sans-serif, 'Conv_HelveticaNeue', Arial Narrow, Georgia, arial;
}

.bootstrap-select > .dropdown-toggle {
    z-index: 0;
}

main, #outdated {
    font-size: 1.6rem;
}

html, body {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

main {
    width: 100%;
    /* min-height: 100%; */
    position: relative;
    left: 0;
    top: 0;
    right: 0;
}

[class*=col-] {
    padding: 0;
}

h1 {
    font-size: 3.5rem;
}

h2 {
    font-size: 3rem;
}

h3 {
    font-size: 2.5rem;
}

h4 {
    font-size: 2rem;
}

h5 {
    font-size: 1.6rem;
}

h6 {
    font-size: 1.2rem;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0;
}

*:focus {
    outline: none !important;
}

::-webkit-input-placeholder {
    color: #808080;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #808080;
}

:-ms-input-placeholder {
    color: #808080;
}

.update-browser {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #666;
    display: none;
}

.update-browser .update-browser-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    padding: 25px;
}

.update-browser .update-browser-link {
    color: #fff;
    font-size: 20px;
    display: block;
    margin: 0 auto;
    width: 60%;
}

.update-browser .update-browser-link a {
    color: #fff;
    text-decoration: underline;
}

a:link, a:visited, a:hover, a:focus {
    text-decoration: none;
}

fieldset {
    border: none;
}

.btn, a {
    cursor: pointer;
}

.display-table {
    display: table;
    height: 100%;
    margin: 0 auto;
}

.display-table .display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.big-center {
    margin: 0 auto;
    display: block;
    clear: both;
    width: 100%;
    height: inherit;
    max-width: 1500px;
}

.center {
    margin: 0 auto;
    display: block;
    clear: both;
    width: 100%;
    height: inherit;
    max-width: 1200px;
}

.small-center {
    margin: 0 auto;
    display: block;
    clear: both;
    width: 100%;
    /*height: inherit;*/
    max-width: 960px;
}

.medium-center {
    margin: 0 auto;
    display: block;
    clear: both;
    width: 100%;
    height: inherit;
    max-width: 650px;
}

#tiny-center {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    flex-direction: column;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.hide {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.none {
    display: none;
}

.error {
    color: #f00;
    display: block;
    font-size: 12px;
    height: 17px;
}

.ico {
    display: inline-block;
}

.ico-empresa-1x {
    background-image: url("");
    /*    background-position:;
        width:;
        height:;*/
}

.icons-details a:hover {
    color: #fdb924;
}

.icons-details a:hover .ic_exportar_excel {
    background-image: url("../images/sprite.png");
    background-position: -84px -255px;
    width: 24px;
    height: 24px;
}

.icons-details a:hover .ic_impresion {
    background-image: url("../images/sprite.png");
    background-position: -305px -120px;
    width: 24px;
    height: 24px;
}

.icons-details a:hover .a_eliminar {
    background-image: url("../images/sprite.png");
    background-position: -156px -255px;
    width: 24px;
    height: 24px;
}

.icons-details a:hover .ic_enviar {
    background-image: url("../images/sprite.png");
    background-position: -200px -229px;
    width: 24px;
    height: 24px;
}

.icons-details a:hover .ico_calendario {
    background-image: url("../images/sprite.png");
    background-position: -180px -255px;
    width: 24px;
    height: 24px;
}

.icons-details-Empresas a:hover {
    color: #00afde;
}

.icons-details-Empresas a:hover .ic_exportar_excel {
    background-image: url("../images/sprite.png");
    background-position: -60px -255px;
    width: 24px;
    height: 24px;
}

.icons-details-Empresas a:hover .ic_impresion {
    background-image: url("../images/sprite.png");
    background-position: -305px -144px;
    width: 24px;
    height: 24px;
}

.icons-details-Empresas a:hover .ic_enviar {
    background-image: url("../images/sprite.png");
    background-position: -305px -240px;
    width: 24px;
    height: 24px;
}

.icons-details-Empresas a:hover .ico_calendario {
    background-image: url("../images/sprite.png");
    background-position: -252px -255px;
    width: 24px;
    height: 24px;
}

.icons-details-Empresas a:hover .a_eliminar {
    background-image: url("../images/sprite.png");
    background-position: -176px -229px;
    width: 24px;
    height: 24px;
}

#eliminarOperacion:hover {
    color: #fdb924;
}

#eliminarOperacion:hover .a_eliminar {
    background-image: url("../images/sprite.png");
    background-position: -156px -255px;
    width: 24px;
    height: 24px;
}

#eliminarOperacion .a_eliminar {
    vertical-align: middle;
    cursor: pointer;
    background-image: url("../images/sprite.png");
    background-position: -132px -255px;
    width: 24px;
    height: 24px;
}

#eliminarOperacion .a_eliminar:hover {
    background-image: url("../images/sprite.png");
    background-position: -156px -255px;
    width: 24px;
    height: 24px;
}

.a_eliminar {
    vertical-align: middle;
    cursor: pointer;
    background-image: url("../images/sprite.png");
    background-position: -132px -255px;
    width: 24px;
    height: 24px;
    margin-bottom: 2px;
}

.a_eliminar_blue {
    vertical-align: middle;
    cursor: pointer;
    background-image: url("../images/sprite.png");
    background-position: -132px -255px;
    width: 24px;
    height: 24px;
}

.ic_exportar_excel {
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/sprite.png");
    background-position: -305px -72px;
    width: 24px;
    height: 24px;
}

.ic_impresion {
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/sprite.png");
    background-position: -305px -96px;
    width: 24px;
    height: 24px;
}

.ic_enviar {
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/sprite.png");
    background-position: -305px -48px;
    width: 24px;
    height: 24px;
}

.ic_alerta {
    background-image: url("../images/sprite.png") !important;
    background-position: -255px -194px;
    width: 36px;
    height: 31px;
    vertical-align: middle;
}

p span.ic_alerta {
    background-image: url("../images/sprite.png") !important;
}

.ico_calendario {
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/sprite.png");
    background-position: -305px -24px;
    width: 24px;
    height: 24px;
}

.ico-persona-1x {
    background-image: url("");
    /*    background-position:;
        width:;
        height:;*/
}

.ico-pdf-1x {
    background-image: url("../images/sprite.png");
    background-position: -305px -264px;
    width: 20px;
    height: 21px;
}

.ico-vineta-1x {
    background-image: url("../images/sprite.png");
    background-position: -291px -194px;
    width: 10px;
    height: 11px;
}

.ico-atras {
    background-image: url("../images/sprite.png");
    background-position: -287px -152px;
    width: 12px;
    height: 21px;
    margin-left: 6px;
    vertical-align: bottom;
}

.check-on-1x {
    background-image: url("../images/sprite.png");
    background-position: 0px -204px;
    width: 51px;
    height: 51px;
}

.check-off-1x {
    background-image: url("../images/sprite.png");
    /*  background-position: -51px -205px; */
    background-position: -51px -204px;
    width: 50px;
    height: 51px;
}

.ico-top-1x {
    background-image: url("../images/sprite.png");
    background-position: -255px -152px;
    width: 32px;
    height: 42px;
}

.ico-blue-cloud {
    background-image: url("../images/sprite.png");
    background-position: -180px -70px;
    width: 74px;
    height: 63px;
}

.ico-amarillo-cloud {
    background-image: url("../images/sprite.png");
    background-position: -180px 0px;
    width: 75px;
    height: 70px;
}

.ico-exit {
    background-image: url("../images/sprite.png");
    background-position: -30px -255px;
    width: 30px;
    height: 31px;
    margin-bottom: -3px;
}

.x_tab_celeste {
    background-image: url("../images/sprite.png");
    background-position: -255px -102px;
    width: 51px;
    height: 50px;
    position: absolute;
    top: 60.4px;
    left: 43px;
}

.x_tab_amarillo {
    background-image: url("../images/sprite.png");
    background-position: -101px -204px;
    width: 51px;
    height: 50px;
    position: absolute;
    top: 60.4px;
    left: 43px;
}

.view_details {
    background-image: url("../images/sprite.png");
    background-position: -204px -255px;
    width: 24px;
    height: 24px;
}

.atras_gris {
    display: inline-block;
    vertical-align: top;
    background-image: url("../images/sprite.png");
    background-position: -224px -229px;
    width: 24px;
    height: 24px;
}

.a_mensaje_pedding {
    vertical-align: middle;
    background-image: url("../images/pending.svg");
    width: 24px;
    height: 24px;
}

.a_mensaje_pending_empresa {
    vertical-align: middle;
    background-image: url("../images/clockPending.svg");
    width: 24px;
    height: 24px;
}

.a_mensaje_exito {
    vertical-align: middle;
    background-image: url("../images/sprite.png");
    background-position: -228px -255px;
    width: 24px;
    height: 24px;
}

.a_mensaje_exito_empresa {
    vertical-align: middle;
    background-image: url("../images/sprite.png");
    background-position: -108px -255px;
    width: 24px;
    height: 24px;
}

.a_guardar {
    vertical-align: middle;
    background-image: url("../images/sprite.png");
    background-position: 0px -255px;
    width: 30px;
    height: 31px;
}

.a_guardarEmpresa {
    vertical-align: middle;
    background-image: url("../images/sprite.png");
    background-position: -255px -225px;
    width: 30px;
    height: 30px;
}

.a_mensaje_eliminar {
    vertical-align: middle;
    background-image: url("../images/sprite.png");
    background-position: -305px 0px;
    width: 24px;
    height: 24px;
}

.a_eliminar_empresas {
    vertical-align: middle;
    background-image: url("../images/sprite.png");
    background-position: -152px -229px;
    width: 24px;
    height: 24px;
}

.pagina_anterior {
    vertical-align: middle;
    background-image: url("../images/sprite.png");
    background-position: -305px -216px;
    width: 24px;
    height: 24px;
}

.siguiente_pagina {
    margin-left: 5px !important;
    vertical-align: middle;
    background-image: url("../images/sprite.png");
    background-position: -276px -255px;
    width: 24px;
    height: 24px;
}

.mensaje-abierto {
    background-image: url("../images/sprite.png");
    background-position: -305px -168px;
    width: 24px;
    height: 24px;
    margin-top: -3px;
}

.mensaje-cerrado {
    background-image: url("../images/sprite.png");
    background-position: -305px -192px;
    width: 24px;
    height: 24px;
    margin-top: -3px;
}

.btn {
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.btn-blue {
    background: #003e9f;
    border-bottom: 3px #003e9f solid;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: 'Conv_HelveticaNeue-Light', helvetica, arial;
    height: 32px;
    padding: 6px 30px;
}

.btn-blue.hover:hover {
    color: #fff;
    background: #003e9f;
}

.btn-blue.hover:focus {
    color: #fff;
    background: #003e9f;
}

a.btn-blue {
    width: 160px;
}

a.btn-blue.hover:hover {
    color: #fff;
    background: #003e9f;
}

.btn-mustard {
    background: #fdb924;
    border-bottom: 3px #fd9900 solid;
    color: #0064a7;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.2px;
    font-family: "Conv_HelveticaNeue-CondensedBold", Arial Narrow, Charcoal, sans-serif;
    height: 32px;
    padding: 0 30px;
}

.btn-mustard.hover:hover {
    color: #fff;
    background: #ffa300;
}

.btn-plastic {
    overflow: hidden;
    /*background-image: url("../images/sprite.png");*/
    background: #fdb01d;
    color: #FFFFFF;
    background-position: 0px -102px;
    width: 180px;
    height: 34px;
    font-size: 16px;
    font-weight: bold !important;
    font-family: "Conv_HelveticaNeue-CondensedBold", Arial Narrow, Charcoal, sans-serif;
}

.btn-plasticlogeo {
    background-size: 383px;
    width: 180px !important;
    overflow: hidden;
    /*background-image: url("../images/sprite.png");*/
    background: #fdb01d;
    background-position: 0px -124px;
    width: 180px;
    height: 34px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold !important;
    font-family: "Conv_HelveticaNeue-CondensedBold", Arial Narrow, Charcoal, sans-serif;
}

.btn-borrar {
    overflow: hidden;
    background-image: url("../images/sprite.png");
    background-position: 0px -102px;
    height: 34px;
    color: #0064a7;
    font-size: 16px;
    font-weight: bold;
    font-family: "Conv_HelveticaNeue-CondensedBold", Arial Narrow, Charcoal, sans-serif;
}

.btn-plastic.hover:hover {
    background-image: url("../images/sprite.png");
    background-position: 0px 0px;
    width: 180px !important;
    height: 34px !important;
    color: #003e9f;
}

.btn-plasticlogeo.hover:hover {
    background-image: url("../images/sprite.png");
    background-position: 0px 0px;
    width: 180px;
    height: 34px;
    color: #fff;
}

.btn-plastic.btn-plastic-2 {
    width: 30%;
    /* height: 48px; */
    font-family: 'Kanit', sans-serif;
    font-size: 16px !important;
    margin-bottom: 5px;
}

.btn-plastic.btn-plastic-2.hover:hover {
    /*background-image: url("../images/sprite.png");*/
    background-position: -1px -102px;
    width: 180px !important;
    height: 34px !important;
}

.btn-plastic.btn-plastic-3 {
    background-image: url("../images/sprite2x.png");
    background-position: -120px -170px;
    width: 140px;
    height: 34px;
}

.btn-plastic.btn-plastic-3.hover:hover {
    background-image: url("../images/sprite2x.png");
    background-position: 0px -170px;
    width: 140px;
    height: 34px;
}

.btn-plastic-empresas {
    overflow: hidden;
    /*background-image: url("../images/sprite.png");*/
    background: #00A9D4;
    color: #FFFFFF;
    background-position: 0px -68px;
    width: 180px;
    height: 34px;
    font-size: 16px;
    font-weight: bold !important;
    font-family: 'Conv_HelveticaNeue-CondensedBold', Arial Narrow, helvetica, arial;
}

.btn-plastic-empresaslogeo {
    background-size: 383px;
    width: 180px !important;
    overflow: hidden;
    /*background-image: url(../images/sprite.png);*/
    background: #00A9D4;
    background-position: 0px -84px;
    width: 180px;
    height: 34px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold !important;
    font-family: 'Conv_HelveticaNeue-CondensedBold', Arial Narrow, helvetica, arial;
}

.btn-plastic-empresas.hover:hover {
    background-image: url("../images/sprite.png");
    background-position: 0px -34px;
    width: 180px;
    height: 34px;
    color: #fff;
}

.btn-plastic-empresaslogeo.hover:hover {
    /*background-image: url(../images/sprite.png);*/
    background: #00A9D4;
    background-position: 0px -40px;
    width: 180px;
    height: 34px;
    color: #fff;
}

.btn-plastic-empresas.btn-plastic-2-Empresas {
    background-image: url("../images/sprite.png");
    background-position: -120px -136px;
    width: 120px;
    height: 34px;
}

.btn-plastic-empresas.btn-plastic-2-Empresas.hover:hover {
    background-image: url("../images/sprite.png");
    background-position: 0px -136px;
    width: 120px;
    height: 34px;
}

.btn-plastic-clave {
    overflow: hidden;
    background-image: url("../images/sprite.png");
    background-position: 0px -2px;
    background-size: 400px 400px;
    width: 200px;
    height: 34px;
    color: #0064a7;
    font-size: 16px;
    font-weight: bold !important;
    font-family: 'Conv_HelveticaNeue-CondensedBold', Arial Narrow, helvetica, arial;
}

.btn-plastic-clave.hover:hover {
    background-image: url("../images/sprite.png");
    background-position: 0px -12px;
    background-size: 400px 400px;
    height: 34px;
    color: #fff;
}

.btn-plastic-empresas-clave {
    overflow: hidden;
    background-image: url("../images/sprite.png");
    background-position: 0px -102px;
    background-size: 400px 400px;
    width: 200px;
    height: 34px;
    color: #0064a7;
    font-size: 16px;
    font-weight: bold !important;
    font-family: 'Conv_HelveticaNeue-CondensedBold', Arial Narrow, helvetica, arial;
}

.btn-plastic-empresas-clave.hover:hover {
    background-image: url("../images/sprite.png");
    background-position: 0px -58px;
    background-size: 400px 400px;
    height: 34px;
    color: #fff;
}

.btn-cerrar-modal {
    background-image: url("../images/sprite.png");
    background-position: -306px 0px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    /* top: -5px; */
    top: -1px;
    right: -1px;
    z-index: 8025;
    border-radius: 2em;
    border: solid 1px #ffffff;
}

.btn-cerrar-modal-one-icon {
    background-image: url("../images/Icon_Cerrar_1.png");
    height: 33px;
    cursor: pointer;
    position: absolute;
    /*  top: -5px; */
    top: 0px;
    right: 5px;
    z-index: 8040;
    border-radius: 2em;
    border: solid 1px #F2F2F2;
}

.panel {
    width: 100%;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background: #fff;
    -webkit-box-shadow: 1px 3px 11px 0px rgba(97, 91, 91, 0.28);
    box-shadow: 1px 3px 11px 0px rgba(97, 91, 91, 0.28);
    margin: 15px 0 105px 0;
    position: relative;
    border-left-width: 0px !important;
    border-right-width: 0px !important;
}

.panel p {
    font-size: 13px;
}

.panel-heading {
    min-height: 40px;
    background: #061d46;
    -webkit-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
    padding: 0 30px;
}

.panel-heading h1 {
    margin: 12px 0;
    font-family: 'Conv_HelveticaNeue-CondensedBold', Arial Narrow, helvetica, arial;
    font-weight: bold;
    font-size: 15px;
}

.panel-heading p {
    font-family: 'Conv_HelveticaNeue-Medium', Arial Narrow, helvetica, arial;
    font-size: 16px;
}

.panel-heading .panel-heading-aside {
    font-size: 12px;
    font-family: 'Conv_HelveticaNeue', Arial Narrow, helvetica, arial;
    margin-top: 11px;
}

.panel-heading .panel-heading-aside b {
    font-size: 13px;
    font-family: 'Conv_HelveticaNeue-Medium', Arial Narrow, helvetica, arial;
    margin-left: 2px;
}

.panel-heading .panel-heading-aside .ico-clock {
    margin: -1px 6px 0 0;
}

.panel-body {
    padding: 32px 50px 50px 50px;
    overflow: hidden;
    /*width: 100%;*/
}

.panel-body h2 {
    font-family: 'Conv_HelveticaNeue-CondensedBold', Arial Narrow, helvetica, arial;
    font-size: 26px;
    font-weight: bold;
}

.panel-body strong {
    font-size: 12px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.panel-body .body-pdf {
    font-size: 11px;
    font-family: 'Conv_HelveticaNeue', Arial Narrow, helvetica, arial;
}

.panel-body .body-pdf span {
    line-height: 20px;
    vertical-align: top;
    margin-left: 3px;
}

.panel-body .panel-name {
    font-size: 17px;
    margin-bottom: 20px;
}

.panel-body .extra-text {
    margin-top: 74px;
    font-family: 'Conv_HelveticaNeue-Medium', Arial Narrow, helvetica, arial;
    line-height: 20px;
    font-size: 18px;
}

.panel-body .extra-text b {
    font-size: 23px;
    font-weight: bold;
    font-family: 'Conv_HelveticaNeue-Bold', Arial Narrow, helvetica, arial;
    clear: both;
    text-align: center;
    display: block;
}

.modal-header .close {
    margin-top: -2px;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    font-size: 1.7em;
    margin: 10px -13px 0 0;
}

.panel-modal {
    background: none;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.panel-modal .modal-foot {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -31px;
}

.panel-modal .modal-body {
    background: #fff;
    -webkit-border-radius: 0 0 15px 15px;
    border-radius: 0 0 15px 15px;
    padding: 15px 50px 30px 50px;
    font-size: 14px;
    line-height: 16px;
}

.panel-modal .panel-heading {
    float: none !important;
}

.panel-modal .panel-heading h1 {
    font-size: 35px;
    padding: 30px 0 25px 0;
    float: none;
    display: block;
    margin: 0;
}

.panel-modal .modal-list {
    padding-left: 15px;
    list-style-image: url("../images/mustard-dot.png");
}

.panel-modal .modal-list li {
    margin-bottom: 12px;
}

.form-control {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 13px;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    appearance: none;
    overflow: hidden !important;
    background: url("../images/1x_select_arrow.png") no-repeat 95% center transparent !important;
}

select:-ms-expand {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* Good browsers :) */
    opacity: 0;
}

.form-group .combologueo:focus {
    color: #0091c9 !important
}

.form-group .combologueo:hover {
    color: #0091c9 !important
}

.form-group .combologueo {
    border: 1px solid #ccc !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    border-radius: 4px;
    padding-left: 6px;
    color: #0091c9 !important
}

html {
    font-weight: 300;
}

.main {
    width: 100%;
    float: left;
    overflow: hidden;
    /*padding-bottom: 69px;*/
    padding-bottom: 0;
    background: #003e9f;
    min-width: 300px;
}

.main-header {
    /*height: 114px;*/
    background: #061d46;
    color: #fff;
}

.main-header .header-logo {
    margin: 12px 0 8px 0;
}

.main-header .header-nav {
    /*height: 50px;*/
    background: #003e9f !important;
    background: -webkit-linear-gradient(#fdb722, #fd9c04);
    background: -moz-linear-gradient(#fdb722, #fd9c04);
    background: -o-linear-gradient(#fdb722, #fd9c04);
    background: -ms-linear-gradient(#fdb722, #fd9c04);
    background: linear-gradient(#fdb722, #fd9c04);
}

.main-header .header-nav div {
    text-align: right;
    margin-top: 15px;
}

.main-header .header-nav .nav-link {
    color: #fff;
    font-size: 12px;
    font-family: 'Conv_HelveticaNeue-Light', Arial Narrow, helvetica, arial;
    margin-right: 30px;
    line-height: 27px;
}

.main-header .header-nav .nav-link:last-of-type {
    margin-right: 0;
}

.main-header .header-right {
    padding-top: 2px;
}

.main-header .header-right.logged .ico-empresa-img {
    position: absolute;
    top: 6px;
    height: 39px;
    right: 0;
}

.main-header .header-right.not-logged .ico {
    float: right;
    margin-left: 20px;
}

.main-header .header-right .section-title {
    font-size: 28px;
    float: right;
    font-family: 'Conv_HelveticaNeue-CondensedBold', Impact, helvetica, arial;
    line-height: 40px;
    vertical-align: bottom;
    margin: 15px 0px 15px 8px;
}

.main-header .header-right .header-col {
    height: 100%;
    float: left;
}

.main-header .header-right .small {
    font-size: 75%;
    color: #ffffff;
}

.main-header .header-right .header-col-1 {
    padding-right: 15px;
    padding-top: 8px;
    position: relative;
}

.main-header .header-right .header-col-1 span {
    line-height: 1.2;
    display: block;
    margin-right: 30px;
}

.main-header .header-right .header-col-2 {
    width: 80px;
    line-height: 4;
}

.main-header .header-right .header-col-3 {
    width: 80px;
    line-height: 4;
}

.main-header .header-right .company-name {
    font-family: 'Conv_HelveticaNeue-Light', helvetica, arial;
    font-size: 13px;
    margin-right: 44px;
}

.main-header .header-right .person-name {
    font-family: 'Conv_HelveticaNeue-Light', helvetica, arial;
    font-size: 15px;
    text-align: left;
}

.main-header .header-right .fa-envelope-o {
    font-size: 1.5em;
    color: #ffffff;
}

.div-left {
    float: left;
}

.main-footer {
    min-height: 70px;
    background: #003e9f !important;
    /*border-top: 4px solid #003e9f;*/
    position: absolute;
    left: 0;
    bottom: 0;
}

.main-footer .ico-top-1x {
    position: absolute;
    left: 27px;
    top: -29px;
    cursor: pointer;
    display: none;
}

.main-footer .small-center {
    position: relative;
}

.main-footer .footer-phones {
    font-size: 14px;
    font-family: 'Conv_HelveticaNeue-Light', helvetica, arial;
    padding: 25px 0;
}

.main-footer .footer-logo {
    margin: 25px 0 0 0;
}

.main-footer address {
    font-size: 12px;
    font-family: 'Conv_HelveticaNeue-Light', helvetica, arial;
    padding-top: 21px;
    width: 100% !important;
    text-align: center;
}

.main-footer .footer-extra {
    position: absolute;
    top: -12px;
    right: 0;
    height: 82px;
    border-top: 4px solid #fdb924;
    background: #061d46;
    z-index: 1;
    display: none;
}

.main-footer .footer-extra .footer-extra-img {
    width: 100px;
    height: 41px;
    position: absolute;
    left: -60px;
    top: -4px;
    background: url("../images/footer-1x.png") no-repeat;
}

.main-footer .footer-social {
    padding: 18px 54px 0 0;
    position: relative;
    z-index: 1;
}

.main-footer .footer-social .social-text {
    float: left;
    line-height: 31px;
    margin-right: 15px;
    font-size: 14px;
}

.main-footer .footer-social .fa {
    width: 31px;
    height: 31px;
    -webkit-border-radius: 31px;
    border-radius: 31px;
    text-align: center;
    color: #061d46;
    background: #fff;
    float: left;
    margin-right: 19px;
    vertical-align: middle;
    line-height: 31px;
}

.main-footer .footer-social .fa:last-child {
    margin-right: 0;
}

.panel-steps {
    padding-top: 50px;
}

.panel-steps2 {
    padding-top: 10px;
}

.panel-steps.panel-3-cols .panel-step, .panel-steps.panel-2-cols .panel-step {
    padding: 0 53px !important;
}

.panel-stepAdm {
    padding-left: 10px;
    margin-bottom: 20px;
    margin-top: 0;
}

.panel-stepAdm:first-of-type {
    padding-right: 0;
    border-right: 1px dotted #7c8282;
}

.panel-stepAdm:first-of-type.no-border {
    border: none;
}

.panel-stepAdm .step-title {
    font-size: 13px;
    font-family: 'Conv_HelveticaNeue-Bold', helvetica, arial;
}

.panel-stepAdm .step-label {
    font-size: 12px;
    font-family: 'Conv_HelveticaNeue-Light', helvetica, arial;
    margin: 13px 0 10px 0;
}

.panel-step {
    padding-left: 25px;
}

.panel-step-error {
    padding-left: 0;
}

.panel-step:first-of-type {
    padding-left: 0;
    padding-right: 35px;
    /*  border-right: 1px dotted #7c8282; */
}

.panel-step-teclado-numerico {
    padding-left: 0;
    padding-right: 35px;
    border-right: 1px dotted #7c8282;
    margin-top: -35px;
}

.panel-step:first-of-type.no-border {
    border: none;
}

.panel-step:last-of-type {
    padding-right: none;
}

.panel-step #login-card-select {
    margin-top: 0px;
}

.panel-step .step-symbol {
    font-size: 50px;
    font-family: 'Conv_HelveticaNeue-Bold', helvetica, arial;
    color: #cdd0d4;
    text-align: center;
    display: block;
    margin: 0 auto 13px auto;
}

.panel-step .step-img {
    padding-top: 15px;
}

.panel-step .step-link {
    color: #0091c9;
    font-size: 12px;
}

.panel-step .step-link:hover, .panel-step .step-link:visited {
    color: #0091c9;
}

.panel-step .step-text {
    font-size: 12px;
    font-family: 'Conv_HelveticaNeue-Light', helvetica, arial;
    margin-bottom: 20px;
}

.panel-step .step-label {
    font-size: 12px;
    font-family: 'Conv_HelveticaNeue-Light', helvetica, arial;
    margin: 13px 0 10px 0;
}

.panel-login2 .desplegar-label {
    font-size: 12px;
    font-family: 'Conv_HelveticaNeue-Light', helvetica, arial;
    margin: 10px 0 5px 0;
}

.panel-login2 .ingresar-label {
    font-size: 12px;
    font-family: 'Conv_HelveticaNeue-Light', helvetica, arial;
    margin: 10px 0 5px 0;
}

.panel-step .step-label-error {
    font-size: 12px;
    font-family: 'Conv_HelveticaNeue-Light', helvetica, arial;
    margin: 0 0 0 0;
}

.step-label-error {
    font-size: 12px;
    font-family: 'Conv_HelveticaNeue-Light', helvetica, arial;
    margin: 0 0 0 0;
}

.panel-step .step-title {
    font-size: 13px;
    font-family: 'Conv_HelveticaNeue-Bold', helvetica, arial;
}

.panel-step .step-title-login-token {
    font-size: 13px;
    font-family: 'Conv_HelveticaNeue-Bold', helvetica, arial;
    width: 112%;
    margin-top: 50px;
}

.panel-step .btn {
    display: block;
    margin: 0 auto;
}

.panel-step .btn-next {
    height: 34px;
    margin-top: 15px;
}

.panel-login4 .boton-siguiente {
    height: 34px;
    margin-top: 40px;
    margin-left: 0;
}

.texto-capcha {
    margin-top: 20px;
}

.password-keyboard .btn {
    float: left;
}

.password-keyboard .keyboard-key {
    width: 40px;
    height: 34px;
    font-size: 18px;
    font-family: 'Conv_HelveticaNeue-CondensedBold', Arial Narrow, helvetica, arial;
    font-weight: bold;
    padding: 0;
    margin-bottom: 6px;
    margin-right: 6px;
}

.password-keyboard .keyboard-key:nth-child(4n) {
    margin-right: 0;
}

.password-keyboard .keyboard-btn {
    width: 86px;
    height: 34px;
    padding: 0;
}

#keyboard-container .btn-keyboard-ok {
    clear: both;
    display: none;
}

.section-welcome .help-cloud {
    top: -113px;
}

.help-cloud {
    width: 70px;
    height: 40px;
    padding: 6px 6px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #00a9d4;
    color: #fff;
    font-size: 11px;
    font-style: italic;
    line-height: 14px;
    text-align: center;
    font-family: 'Conv_HelveticaNeue', Arial Narrow, helvetica, arial;
    position: absolute;
    right: -116px;
    top: 0px;
    cursor: pointer;
    -webkit-box-shadow: 1px 3px 10px 0px rgba(51, 48, 48, 0.41);
    box-shadow: 1px 3px 10px 0px rgba(51, 48, 48, 0.41);
}

.help-cloud .fa {
    background: #00a9d4;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    color: #fff;
    font-size: 1.7em;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    vertical-align: middle;
    line-height: 40px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.help-cloud .arrow {
    background-image: url("../images/sprite.png");
    background-position: -287px -173px;
    width: 18px;
    height: 11px;
    position: absolute;
    left: 50%;
    bottom: -11px;
    margin-left: -9px;
}

.help-cloud .help-cloud-content {
    height: 340px;
    overflow: auto;
    font-style: normal;
    text-align: left;
    position: absolute;
    z-index: 1010;
    right: 0;
    top: 56px;
    width: 230px !important;
    padding: 20px;
    background: #f5f7fa;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    cursor: auto;
    -webkit-box-shadow: 1px 3px 10px 0px rgba(51, 48, 48, 0.41);
    box-shadow: 1px 3px 10px 0px rgba(51, 48, 48, 0.41);
    display: none;
}

.help-cloud .help-cloud-content a:hover {
    color: #0091c9;
}

.help-cloud .help-cloud-content .content-title {
    font-size: 14px;
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 13px;
    margin-top: 0;
}

.help-cloud .help-cloud-content .content-link {
    font-size: 14px;
    margin-bottom: 5px;
    clear: both;
    display: block;
    font-size: 12px;
    width: 100%;
    color: #525252;
}

.help-cloud .help-cloud-content .ico {
    float: left;
    margin: 2px 7px 0px 0;
}

.help-cloud .help-cloud-content .link-text {
    display: table;
}

.help-cloud.active .fa {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.section-security-tips {
    margin-bottom: 4% !important;
    margin-top: 8% !important;
}

.section-security-tips .panel-heading {
    height: 10%;
    padding: 0 44px;
}

.section-security-tips .panel-body {
    padding: 15px 40px 15px 15px;
    background: #E4EAF6;
    border-radius: 0px 0px 40px 40px;
}

.section-security-tips h1 {
    margin: 0;
    padding: 5px 0 0 0;
    font-size: 26px;
    width: 50%;
    text-align: center;
    color: #003e9f;
    font-family: 'Kanit', sans-serif;
}

/*.section-security-tips .panel-tips-container {
    max-height: 245px;
    padding-left: 20px;
    overflow: auto;
    word-wrap: break-word;
    list-style-image: url("../images/blue-dot.png");
    padding-right: 12px;
}*/
.section-security-tips .panel-tips-container b {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-align: justify;
    word-wrap: break-word;
}

.section-security-tips .panel-tips-container ul {
    list-style: none;
    padding: 0;
}

.section-security-tips .panel-tips-container ul li:first-child {
    margin-top: 3px;
}

.section-security-tips .panel-tips-container li {
    text-align: justify !important;
    font-size: 12px;
    color: #000000;
    margin-bottom: 10px;
    font-family: 'Montserrat' , sans-serif;
    line-height: 150%;
    text-align: left;
}

.section-security-tips .tips-terms {
    /* margin-top: 15px; */
}

.section-security-tips .tips-terms .terms-text {
    font-size: 16px;
    line-height: 15px;
    /* width: 100px; */
    display: inline-block;
    color: #00a9d4;
    vertical-align: middle;
    margin-left: 13px;
    font-weight: bold;
}

.section-security-tips .tips-terms .icheckbox_square-blue {
    margin: -14px 13px 0 0;
}

.section-security-tips .btn {
    /*margin-top: 15px;
    margin-bottom: 10px;*/
    /* background: #fdb01d; */
    color: #003e9f;
    border-radius: 30px;
    /* margin-bottom: 10px; */
    /* font-family: Montserrat; */
    /* font-size: 15px; */
    font-weight: normal;
    font-size: 13px;
    /* font-weight: bolder; */
    font-weight: 700;
    /* font-family: Montserrat, sans-serif !important; */
}

.security-tips-aside {
    margin-top: -45px;
    margin-bottom: 85px;
    padding-left: 35px;
}

.security-tips-aside .aside-title {
    font-size: 16px;
    font-family: 'Conv_HelveticaNeue-CondensedBold', Arial Narrow helvetica, arial;
}

.security-tips-aside .aside-link {
    margin-left: 10px;
}

.security-tips-aside .aside-link .ico {
    margin-right: 5px;
}

.security-tips-aside .link-text {
    font-size: 10px;
}

.section-closing-session .first-text {
    margin: 35px 0 105px 0;
    font-family: 'Conv_HelveticaNeue-Medium', helvetica, arial;
}

.section-closing-session .first-textbloqueo {
    margin: 60px 0 60px 0;
    font-family: 'Conv_HelveticaNeue-Medium', helvetica, arial;
}

.section-closing-session .session-countdown {
    clear: both;
    margin-top: 10px;
    font-size: 95px;
    display: block;
    font-family: 'Conv_HelveticaNeue-UltraLight', helvetica, arial;
}

.section-password-created .second-text {
    float: left;
    margin: 90px 0 80px 0;
}

.section-password-created .btn {
    margin: 0 auto;
    display: block;
}

.section-enter-coordinates .step-title {
    margin-top: 45px;
}

.section-enter-coordinates .bold-num {
    font-size: 23px;
    font-family: 'Conv_HelveticaNeue-Bold', helvetica, arial;
}

.section-enter-coordinates .panel-step:first-of-type {
    padding: 30px;
}

.section-enter-coordinates .panel-step:last-of-type {
    padding: 0 25px 0 10px;
    margin-left: 65px;
}

.section-enter-coordinates .panel-body .welcome-text {
    font-family: 'Conv_HelveticaNeue-Light', helvetica, arial;
    float: left;
}

.coordinates-table {
    height: auto;
    width: 100%;
    max-width: 570px;
    min-height: 350px;
    padding: 30px;
    background: #0064a7;
    background: -webkit-linear-gradient(left, #005181, #0064a7 65%);
    background: -moz-linear-gradient(left, #005181, #0064a7 65%);
    background: -o-linear-gradient(left, #005181, #0064a7 65%);
    background: -ms-linear-gradient(left, #005181, #0064a7 65%);
    background: linear-gradient(to right, #005181, #0064a7 65%);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}

.coordinates-table .ico-blue-cloud {
    position: absolute;
    right: -1px;
    bottom: -33px;
}

.coordinates-table .ico-amarillo-cloud {
    position: absolute;
    right: -1px;
    bottom: -32px;
}

.coordinates-table h3 {
    font-size: 22px;
    font-family: 'Conv_HelveticaNeue-Light', helvetica, arial;
    margin: 0 0 18px 0;
}

.coordinates-table .info-text {
    font-size: 13px;
    font-family: 'Conv_HelveticaNeue-Light', helvetica, arial;
    letter-spacing: 0.4px;
    margin-bottom: 29px;
}

.coordinates-table img {
    margin-right: 60px;
    -webkit-box-shadow: 1px 3px 10px 0px rgba(51, 48, 48, 0.41);
    box-shadow: 1px 3px 10px 0px rgba(51, 48, 48, 0.41);
}

.coordinates-table .table-help-info {
    width: 125px;
    margin-top: 45px;
}

.coordinates-table .table-help-info b {
    font-family: 'Conv_HelveticaNeue-CondensedBold', Arial Narrow, helvetica, arial;
    font-size: 18px;
    font-weight: bold;
}

.coordinates-table .table-help-info .info-position {
    font-size: 23px;
    margin-right: 12px;
    margin-top: 10px;
}

.coordinates-table .table-help-info .info-number {
    margin-top: 10px;
    width: 70px;
    background: #fff;
    padding: 4px 16px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 20px;
    font-family: 'Conv_HelveticaNeue-CondensedBold', Arial Narrow, helvetica, arial;
    -webkit-box-shadow: 1px 3px 10px 0px rgba(51, 48, 48, 0.41);
    box-shadow: 1px 3px 10px 0px rgba(51, 48, 48, 0.41);
}

.coordinates-table .table-help-info p {
    font-size: 13px;
    margin-bottom: 5px;
}

.inner-top-data {
    position: inherit;
    margin-top: 10px;
    clear: both;
}

.inner-top-text {
    font-size: 12px;
    padding-top: 4px;
    font-family: 'Conv_HelveticaNeue-Light', helvetica, arial;
}

.inner-top-text.second {
    background: #0064a7;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    padding: 3px 12px 5px 12px;
    margin-top: 8px;
    display: none;
}

.inner-top-text.second img {
    display: inline-block;
}

.section-welcome {
    margin-left: -3px;
    max-width: 960px;
    min-height: 330px;
    position: relative;
    float: left;
    margin-top: 80px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 6px 11px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 6px 11px 0px rgba(0, 0, 0, 0.5);
}

.section-welcome .tab-indicator {
    position: absolute;
    left: 0;
    top: 0;
}

.section-welcome .panel-body {
    padding: 32px 50px 75px 50px;
}

.section-welcome .panel-body-plazo-fijo {
    padding: 32px 10px 35px 50px;
    overflow: hidden;
    width: 100%;
}

.section-welcome .panel-body .content-title {
    color: #484b4c;
}

.section-welcome .content-menu {
    position: absolute;
    top: 48px;
    left: -300px;
    width: 190px;
}

.section-welcome .content-menu .menu-group-content * {
    font-size: 14px;
    /*     font-family: 'Conv_HelveticaNeue-Light', helvetica, arial; */
    color: #fff;
    list-style: none;
    padding: 0;
    padding-left: 5px;
}

.section-welcome .content-menu .menu-title {
    width: 100%;
    height: 35px;
    font-size: 13px;
    display: none;
    font-family: 'Conv_HelveticaNeue-Medium', helvetica, arial;
}

.section-welcome .content-menu .menu-title .fa {
    font-size: 1.7em;
    margin-right: 8px;
}

.section-welcome .content-menu .menu-title * {
    line-height: 35px;
    vertical-align: middle;
}

.section-welcome .content-menu.content-companies .menu-group .menu-group-btn {
    font-family: 'Conv_HelveticaNeue-Medium', helvetica, arial;
}

.section-welcome .content-menu.content-companies .menu-group.active .menu-group-btn {
    background: #0091c9;
    color: #fff !important;
    font-family: 'Conv_HelveticaNeue-Medium', helvetica, arial;
}

.section-welcome .content-menu.content-companies .menu-group-btn {
    background: #d6d6d6;
    color: #0064a7 !important;
    font-family: 'Conv_HelveticaNeue-Medium', helvetica, arial;
}

.section-welcome .content-menu.content-companies .menu-group.active .menu-group-content {
    background: #0091c9 url("../images/back-right.png") no-repeat scroll right center;
    max-height: 400px;
    padding: 20px 0 20px 25px;
}

.section-welcome .content-menu.content-companies .menu-title {
    background: #0091c9;
}

.section-welcome .content-menu.content-companies .menu-group-btn.hover:hover {
    background: #0091cd4f;
    color: #0064a7 !important;
    font-family: 'Conv_HelveticaNeue-Medium', helvetica, arial;
    font-weight: bold;
}

.section-welcome .content-menu.content-companies .menu-group.active .menu-group-btn.hover:hover {
    background: #0091c9;
    color: #fff !important;
    font-family: 'Conv_HelveticaNeue-Medium', helvetica, arial;
    font-weight: bold;
}

.section-welcome .content-menu.content-persons .menu-group .menu-group-btn {
    font-family: 'Conv_HelveticaNeue-Medium', helvetica, arial;
}

.section-welcome .content-menu.content-persons .menu-group.active .menu-group-btn {
    background: #fdb924 !important;
    color: #0064a7 !important;
    font-family: 'Conv_HelveticaNeue-Medium', helvetica, arial;
}

.section-welcome .content-menu.content-persons .menu-group.active .menu-group-content {
    background: #fdb924;
    display: block;
}

.section-welcome .content-menu.content-persons .menu-title {
    background: #fdb924;
}

.section-welcome .content-menu.content-persons .menu-group-btn.hover:hover {
    background: #fed06c;
    color: #0064a7 !important;
    font-weight: bold;
}

.section-welcome .menu-groups {
    z-index: 1;
}

.section-welcome .menu-groups .mostrarmenu {
    display: block;
}

.section-welcome .menu-groups .menu-group {
    position: absolute;
    left: -1px;
    top: 0;
    width: 100%;
}

.section-welcome .menu-group-btn {
    color: #7c8282;
    position: absolute;
    top: -110px;
    left: 340px;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    -ms-transition: background 0.3s;
    transition: background 0.3s;
    font-family: 'Conv_HelveticaNeue', helvetica, arial;
    font-size: 13px;
    padding: 20px 30px;
    -webkit-border-radius: 13px 13px 0 0;
    border-radius: 13px 13px 0 0;
    letter-spacing: 0.4px;
}

.section-welcome .menu-group-btn.second-btn {
    left: 520px;
}

.section-welcome .menu-group-btn.third-btn {
    left: 700px;
}

.section-welcome .menu-group-btn.fourth-btn {
    left: 880px;
}

.section-welcome .menu-group-btn.fifth-btn {
    left: 1060px;
}

.section-welcome .second-menu {
    left: 520px;
}

.section-welcome .third-menu {
    left: 700px;
}

.section-welcome .fourth-menu {
    left: 880px;
}

.section-welcome .fifth-menu {
    left: 1060px;
}

.section-welcome .second-submenu {
    left: 513px;
}

.section-welcome .third-submenu {
    left: 660px;
}

.section-welcome .fourth-submenu {
    left: 855px;
}

.section-welcome .fourth-submenu {
    left: 1038px;
}

.section-welcome .menu-group-btn .fa {
    font-size: 1.2em;
    float: right;
    margin: 10px 0 0 0;
    display: none;
}

.section-welcome .menu-group-content {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    /* background: #fdb924 ;*/
}

.section-welcome .menu-group-content a {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.32);
    padding: 5px 0;
    min-height: 30px;
    vertical-align: middle;
    width: 100%;
    display: block;
}

.section-welcome .menu-group-content a:last-of-type {
    border: none;
}

.section-welcome .content-title {
    font-size: 44px;
    font-family: 'Conv_HelveticaNeue-Medium', helvetica, arial;
    margin: 20px 0;
}

.section-welcome .content-text {
    font-size: 15px;
}

.section-welcome .panel-body .content-title {
    font-family: 'Conv_HelveticaNeue-Light', helvetica, arial;
}

.div-select-tarjeta {
    height: auto;
    background-color: #f0f3f7;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.coordinates-table {
    height: auto;
    width: 100%;
    max-width: 570px;
    min-height: 350px;
    padding: 30px;
    background: #0064a7;
    background: -webkit-linear-gradient(left, #005181, #0064a7 65%);
    background: -moz-linear-gradient(left, #005181, #0064a7 65%);
    background: -o-linear-gradient(left, #005181, #0064a7 65%);
    background: -ms-linear-gradient(left, #005181, #0064a7 65%);
    background: linear-gradient(to right, #005181, #0064a7 65%);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}

.coordinates-table.clave-sms {
    height: auto;
    width: 100%;
    max-width: 570px;
    min-height: 350px;
    padding: 30px;
    background: #0064a7;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #fda008, #ffb500 65%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(left, #fda008, #ffb500 65%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -o-linear-gradient(left, #fda008, #ffb500 65%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -ms-linear-gradient(left, #fda008, #ffb500 65%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #fda008, #ffb500 65%) repeat scroll 0 0;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}

.coordinates-table.clave-sms img {
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    bottom: -30px;
}

.coordinates-table.clave-sms .table-help-info {
    width: 225px;
    margin-top: 90px;
    margin-right: 20px;
}

.coordinates-table.clave-sms .table-help-info p {
    font-size: 16px;
}

.section-welcome .content-menu.content-persons .menu-group.active .menu-group-content {
    display: block;
    max-height: 400px;
    padding: 20px 0 20px 25px;
}

.content-menu.content-persons .menu-group-content a {
    color: #0064a7;
}

.section-welcome .content-menu.content-persons .menu-group-btn {
    background: #d6d6d6;
    color: #0064a7 !important;
}

.section-welcome .content-menu.content-persons .menu-group.active .menu-group-web-content {
    display: block;
}

.section-welcome .content-menu.content-persons.active .menu-group-btn {
    background: #fdb924 !important;
    color: #0064a7 !important;
}

.menu-title-desplegable {
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.btn-correct {
    /* display: inline-block; */
    /* margin-top: 10px; */
    /* padding: 6px 12px; */
    margin-bottom: 0;
    font-size: 15px !important;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.btn-correct2 {
    display: inline-block;
    margin-top: 5px;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.menu-active1 {
    color: #fff !important;
}

.content-table {
    font-family: 'Conv_HelveticaNeue-Medium';
    color: #0064a4;
    font-size: 21px;
    font-weight: bolder;
}

.table-design, .table-design-espc {
    font-family: 'Conv_HelveticaNeue-UltraLight', helvetica, arial;
}

.table-design3 {
    font-family: 'Conv_HelveticaNeue-UltraLight', helvetica, arial;
}

.table-design thead tr, .table-design-espc thead tr {
    color: #959ba0;
    font-size: 12px;
    border-bottom: 1px solid rgba(149, 155, 160, 0.3);
}

.table-design3 thead tr {
    color: #959ba0;
    font-size: 12px;
    border-bottom: 1px solid rgba(149, 155, 160, 0.3);
}

.table-design2 {
    font-family: 'Conv_HelveticaNeue-UltraLight', helvetica, arial;
}

.table-design2 thead tr {
    color: #959ba0;
    font-size: 12px;
    border-bottom: 1px solid rgba(149, 155, 160, 0.3);
}

.table {
    color: #54585e;
}

tbody {
    font-size: 12px;
}

.tr-bg {
    color: #959ba0;
    font-size: 12px !important;
    border-bottom: 1px solid rgba(149, 155, 160, 0.3);
}

.alignRight {
    text-align: right !important;
}

table th, table td {
    border-top: none !important;
    border-left: none !important;
    /*padding-left: 8px !important;*/
}

.table thead > tr > th {
    border-bottom: none !important;
    padding-left: 0;
}

.wTD {
    width: 25%;
}

.blueTxt {
    font-size: 13px;
    color: #0064a7;
}

#movilText {
    font-size: 12px;
}

.mb .textDesingMovil {
    font-family: 'Conv_HelveticaNeue-UltraLight', helvetica, arial !important;
    font-size: 23px !important;
    font-weight: bold !important;
}

.showDetailsNumber_mobil_block {
    display: block;
}

#click-backDetails {
    color: #0064a7;
}

.bgTitle {
    background: #fdb924;
    margin-left: -51px;
    width: 200%;
    padding-left: 59px;
    padding-top: 14px;
    padding-bottom: 14px;
    color: white;
    font-size: 14px;
}

.bgShowTotal {
    background: #fdb924;
    margin-left: -51px;
    width: 112%;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 3px;
}

.bgShowTotalSaldo {
    background: #fdb924;
    margin-left: -50px;
    width: 200%;
    padding-left: 20px;
    padding-top: 10px;
    height: 50px;
    padding-bottom: 3px;
}

.bgShowTotalSaldoTexto {
    text-align: right;
    position: absolute;
    right: 51%;
    white-space: nowrap;
}

.bgShowTotal .textShowTotal {
    margin-right: 60px;
    text-align: right;
}

.bgShowTotalSaldo .textShowTotal {
    text-align: right;
    display: inline-block;
    width: 74.5%;
}

.bgShowTotalEmpresas {
    background: #00afde;
    margin-left: -51px;
    width: 112%;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 3px;
}

.bgShowTotalEmpresasSaldo {
    background: #00afde;
    margin-left: -50px;
    width: 200%;
    padding-left: 20px;
    padding-top: 10px;
    height: 50px;
    padding-bottom: 3px;
}

.bgShowTotalEmpresas .textShowTotal {
    margin-right: 60px;
    text-align: right;
}

.bgShowTotalEmpresasSaldo .textShowTotal {
    text-align: right;
    display: inline-block;
    width: 77%;
}

.bgShowTotalconmov {
    background: #fdb924;
    margin-left: -51px;
    width: 112%;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 3px;
}

.bgShowTotalconmov .textShowTotal {
    margin-right: 60px;
    text-align: right;
}

.bgShowTotalEmpresasconmov {
    background: #00afde;
    margin-left: -51px;
    width: 112%;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 3px;
}

.bgShowTotalEmpresasconmov .textShowTotal {
    margin-right: 60px;
    text-align: right;
}

.detailAhorro_corriente {
    padding-left: 5px;
    color: #c0c0c0 !important;
    margin-bottom: 25px;
}

.icons-details, .icons-details-Empresas {
    margin-top: 5px;
    font-size: 12px;
    font-family: 'Conv_HelveticaNeue';
}

.icons-details a, .icons-details-Empresas a {
    margin-left: 15px;
    color: #959ba0;
}

#dL {
    margin-left: 5px;
}

@media all and (-ms-high-contrast: none) {
    .ico-empresa-img {
        margin-left: 22% !important;
    }
}

@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, .ico-empresa-img {
        margin-left: 22% !important;
    }
}

.textUpper {
    text-transform: uppercase;
}

.tecladoBor {
    border-right: none !important;
}

.admTextBox {
    font-size: 16px;
    font-weight: bold;
    margin-top: -3px;
}

.cnt1 {
    margin-top: 41%;
    margin-left: 44px;
}

.mT {
    margin-top: 50px;
    padding: 10px;
}

.mT2 {
    margin-top: 50px;
    height: 150px;
    padding-left: 5px;
    color: #c0c0c0;
    font-size: 14px !important;
}

.hrStyle {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    width: 200%;
    color: #fdb924;
    height: 3px;
    border-top: 2px solid;
    margin-left: -51px;
}

.hrStyle2 {
    margin-top: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-width: 108.2%;
    -moz-width: 108.2%;
    width: 108.2%;
    color: #fdb924;
    height: 3px;
    border-top: 2px solid;
    margin-left: -36px;
}

.hrStyle3 {
    margin-top: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-width: 108.2%;
    -moz-width: 108.2%;
    width: 100%;
    color: #fdb924;
    height: 3px;
    border-top: 1px solid;
    margin-left: 0px;
}

.hrStyle3silver {
    margin-top: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-width: 108.2%;
    -moz-width: 108.2%;
    width: 100%;
    color: #c0c0c0;
    height: 3px;
    border-top: 1px solid;
    margin-left: 0px;
}

.silver {
    color: #c0c0c0;
    font-size: 14px !important;
}

.silver2 {
    color: #54585e;
    font-size: 16px !important;
}

.silverSelect {
    color: #7c8282;
    font-size: 14px;
    font-weight: 300;
}

.mustard {
    color: #FDB01D;
    font-weight: bold;
}

.mustardFooter {
    color: #fdb924;
    font-weight: 300;
}

.mustardTitulo {
    color: #fdb924;
    font-size: 13px;
    margin-bottom: 10px;
}

.mustardText {
    color: #fdb924;
    font-size: 13px;
    font-weight: 500;
}

.labelBlack {
    color: #54585E;
    font-size: 12px;
    font-weight: 500;
}

.imageMarginRight {
    margin-right: 5px;
}

.message-style {
    border-radius: 5px;
    margin-bottom: 36px;
}

#ctn-cro {
    margin-bottom: 15px;
}

.pagination {
    margin: 0;
    margin-top: 0px;
}

.pagination > li > .link {
    width: 36px;
    padding: 6px 6px;
}

.pagination > li > a {
    color: #959ba0 !important;
    font-weight: bold !important;
    border: none !important;
}

.pagination > li > a:hover {
    color: #fdb924 !important;
    background-color: transparent;
}

.pagination > li > a:focus {
    color: #959ba0 !important;
    background-color: transparent !important;
}

.pagination > .active > a {
    color: #fdb924 !important;
    background-color: transparent;
}

.pagination > .active > a:hover {
    background-color: transparent;
}

.pagination > .active > a:visited {
    color: #fdb924 !important;
    background-color: transparent;
}

.pagination > .active > a:focus {
    color: #fdb924 !important;
    background-color: transparent;
}

.pagination > .active > a:active {
    color: #fdb924 !important;
    background-color: transparent;
}

.pagination > .active > a:hover {
    color: #fdb924 !important;
    background-color: transparent;
}

.pagination.pagEmpresas {
    margin: 0;
    margin-top: 0px;
}

.pagination.pagEmpresas > li > a {
    color: #959ba0 !important;
    font-weight: bold !important;
    border: none !important;
}

.pagination.pagEmpresas > li > a:hover {
    color: #00afde !important;
    background-color: transparent;
}

.pagination.pagEmpresas > li > a:focus {
    color: #959ba0 !important;
    background-color: transparent;
}

.pagination.pagEmpresas > .active > a {
    color: #00afde !important;
    background-color: transparent;
}

.pagination.pagEmpresas > .active > a:hover {
    color: #00afde !important;
    background-color: transparent;
}

.pagination.pagEmpresas > .active > a:visited {
    color: #00afde !important;
    background-color: transparent;
}

.pagination.pagEmpresas > .active > a:focus {
    color: #00afde !important;
    background-color: transparent;
}

.pagination.pagEmpresas > .active > a:active {
    color: #00afde !important;
    background-color: transparent;
}

.pagTwo {
    vertical-align: super;
}

.btnPaginate {
    background-color: #c0c0c0 !important;
}

#ctn-creditos {
    margin-top: 12px;
    padding-left: 8px;
}

#ctn-creditos div p.silver2 {
    max-width: 90%;
}

#tableMTN {
    margin-top: -23px;
}

#tableMT {
    margin-top: 20px;
}

.labelTwo {
    font-size: 12px !important;
    color: #c0c0c0;
}

.form-select {
    width: 86%;
    height: 34px;
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #d8dbdd;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.form-modal {
    width: 100%;
    height: 15px;
    border: none;
    background-color: #fff;
    border-bottom: 1px solid rgba(192, 192, 192, 0.2);
    text-align: left;
    color: #808080;
    margin-bottom: 20px;
}

.content-extrSaldo {
    padding-top: 0px;
    padding-left: 8px;
}

.btnTOP {
    margin-top: 25px;
    font-size: 16px;
    text-transform: uppercase;
}

.btnTOP2 {
    margin-top: 27px;
    font-size: 16px;
    text-transform: uppercase;
}

.btnTOP3 {
    margin-top: 100px;
    font-size: 16px;
    text-transform: uppercase;
}

.seccionExtracto {
    margin-top: 20px;
    width: 200%
}

.alert-extractoSaldo {
    background-color: #fdb924;
    margin-left: -51px;
    min-height: 75px;
}

.alert-extractoSaldo .ic_alerta.ico {
    position: absolute;
    margin-top: 5px;
}

.alert-extractoSaldo .msj_alerta {
    display: block;
    margin-left: 40px;
    width: 50%;
    padding-top: 5px;
    padding-right: 10px;
}

.alert-extractoSaldo .pMT {
    margin-left: 40px;
    margin-top: 13px;
    font-size: 14px;
    margin-right: 16px;
}

.alert-extractoSaldoEmpresas {
    background-color: #00afde;
    margin-left: -51px;
    min-height: 75px;
}

.alert-extractoSaldoEmpresas .ic_alerta.ico {
    position: absolute;
    margin-top: 5px;
}

.alert-extractoSaldoEmpresas .msj_alerta {
    display: block;
    margin-left: 40px;
    width: 50%;
    padding-top: 5px;
    padding-right: 10px;
}

.alert-extractoSaldoEmpresas .pMT {
    margin-left: 40px;
    margin-top: 13px;
    font-size: 14px;
    margin-right: 16px;
}

.modal-backdrop.in {
    background-color: #fff;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

.modal-header {
    background: #0064a7;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #fdb924 !important;
}

.modal-content {
    border: none;
}

.modal-content p {
    color: #525252;
}

.modal-title {
    margin-left: 38px;
}

.modal-medium {
    width: 500px;
    margin-left: 90px;
}

.modal-footer {
    border-top: none;
}

.modal-Padding {
    padding: 40px;
}

.dateBG {
    background: url("../images/ic_calendario.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    font-size: 14px;
    cursor: pointer;
    height: 38px;
}

.dateBG::-webkit-input-placeholder {
    color: #54585e;
    font-size: 14px;
    font-weight: bold;
}

.dateBG:-moz-placeholder {
    color: #54585e;
    font-size: 14px;
    font-weight: bold;
}

.dateBG:-ms-input-placeholder {
    color: #54585e;
    font-size: 14px;
    font-weight: bold;
}

.dateBG2 {
    background: url("../images/ic_calendario.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    font-size: 14px;
    cursor: pointer;
    height: 38px;
}

#datePlazoFijo {
    background: url("../images/ic_calendario.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    font-size: 14px;
    cursor: pointer;
    height: 38px;
}

.dateBG2::-webkit-input-placeholder {
    color: #54585e;
    font-size: 14px;
    font-weight: bold;
}

.dateBG2:-moz-placeholder {
    color: #54585e;
    font-size: 14px;
    font-weight: bold;
}

.dateBG2:-ms-input-placeholder {
    color: #54585e;
    font-size: 14px;
    font-weight: bold;
}

#subTitulo > span {
    margin-right: 50% !important;
}

#subTitulo > div {
    margin-right: 50% !important;
}

.mL16 {
    margin-left: 16px;
}

.mBOTTOM {
    margin-bottom: 15px;
}

.mBOTTOM-5 {
    margin-bottom: 5px;
}

.modalPTitle {
    font-size: 14px;
}

.messageSMS {
    font-size: 16px;
    margin-top: 15px;
    letter-spacing: 0.5px;
}

.messageTokenLogin {
    font-size: 16px;
    margin-top: 15px;
    letter-spacing: 0.5px;
    width: 200%;
}

.menuPersonas {
    background: #fdb924 url("../images/back-right.png") no-repeat scroll right center;
    padding: 12px;
    width: 50px;
    height: 50px;
    font-size: 22px;
    margin-left: 73.5%;
    -webkit-border-top-left-radius: 13px;
    -webkit-border-bottom-left-radius: 13px;
    -moz-border-radius-topleft: 13px;
    -moz-border-radius-bottomleft: 13px;
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
    cursor: pointer;
    margin-top: -8px;
}

.menu1 {
    margin-left: 3px;
}

.menuPersonas2 {
    -webkit-box-shadow: 3px 2px 11px -3px rgba(0, 0, 0, 0.4);
    box-shadow: 3px 2px 11px -3px rgba(0, 0, 0, 0.4);
    background: #fdb924;
    padding: 12px;
    width: 131%;
    height: 50px;
    font-size: 22px;
    margin-left: 74%;
    -webkit-border-radius: 13px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 13px;
    -moz-border-radius-bottomright: 0;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    border-bottom-right-radius: 0;
    cursor: pointer;
    position: absolute;
    z-index: 999;
    margin-top: -8px;
}

.menuEmpresas {
    background: #00afde;
    padding: 12px;
    width: 50px;
    height: 50px;
    font-size: 22px;
    margin-left: 73.5%;
    -webkit-border-top-left-radius: 13px;
    -webkit-border-bottom-left-radius: 13px;
    -moz-border-radius-topleft: 13px;
    -moz-border-radius-bottomleft: 13px;
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
    cursor: pointer;
    margin-top: -8px;
}

.menuEmpresas2 {
    -webkit-box-shadow: 3px 2px 11px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 2px 11px -3px rgba(0, 0, 0, 0.75);
    background: #00afde;
    padding: 12px;
    width: 140.8%;
    height: 50px;
    font-size: 22px;
    margin-left: 74%;
    -webkit-border-radius: 13px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 13px;
    -moz-border-radius-bottomright: 0;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    border-bottom-right-radius: 0;
    cursor: pointer;
    position: absolute;
    z-index: 999;
    margin-top: -8px;
}

.menuShowEmpresas {
    -webkit-box-shadow: 4px 2px 8px -4px rgba(0, 0, 0, 0.6);
    box-shadow: 4px 2px 8px -4px rgba(0, 0, 0, 0.6);
    background: #0091c9;
    display: none;
    height: auto;
    margin-top: 32px;
    margin-left: 0px;
    width: 106%;
    z-index: 1000;
    position: absolute;
    font-size: 14px;
    font-family: 'Conv_HelveticaNeue-Light', helvetica, arial;
    overflow: initial;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 13px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 13px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 13px;
    left: 340px;
    top: -82px;
}

.menuShowEmpresas ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.menuShowEmpresas ul li .showul li {
    background: #0186BD;
}

.menuShowEmpresas ul li .showul li a {
    margin-left: 0px;
}

.menuShowEmpresas ul li .showul li a:hover {
    background: transparent !important;
}

.menuShowEmpresas ul li {
}

.menuShowEmpresas ul li a {
    color: #fff;
    padding: 9px 18px;
    vertical-align: middle;
    width: 100%;
    display: block;
    font-size: 14px;
    font-family: 'Conv_HelveticaNeue', helvetica, arial;
}

.menuShowEmpresas ul li:nth-last-child(1n+2) {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.32);
    border-top: 1px dotted rgba(255, 255, 255, 0.32);
}

.menuShowEmpresas ul li a:hover {
    background: #0186BD;
    color: #FFB612;
    border-bottom: none;
    border-top: none;
    width: 100%;
}

.menuShowEmpresas ul li:last-child a:hover {
    background: #0186BD;
    color: #FFB612;
    border-bottom: none;
    border-top: none;
    width: 100%;
    -webkit-border-bottom-left-radius: 13px;
    -moz-border-radius-bottomleft: 13px;
    border-bottom-left-radius: 13px;
}

.menuShowEmpresas ul li a.active, .backgroundmenuempresa ul li a.active {
    background: #0186BD;
    border-bottom: none;
    border-top: none;
    /*margin-left: -20px;*/
    /*width: 111%;*/
    /*font-weight: 500 !important;*/
}

.menuShowEmpresas ul li:last-child a.active {
    background: #0186BD;
    color: #FFB612;
    border-bottom: none;
    border-top: none;
    font-weight: 500;
    -webkit-border-bottom-left-radius: 13px;
    -moz-border-radius-bottomleft: 13px;
    border-bottom-left-radius: 13px;
}

.section-welcome .content-menu.content-companies .menu-group.active .menu-group-web-content {
    display: block;
}

.menuShow {
    -webkit-box-shadow: 4px 2px 8px -4px rgba(0, 0, 0, 0.6);
    box-shadow: 4px 2px 8px -4px rgba(0, 0, 0, 0.6);
    background: #fdb924;
    display: none;
    height: auto;
    margin-top: 32px;
    margin-left: 0px;
    width: 106%;
    z-index: 1000;
    position: absolute;
    font-size: 14px;
    font-family: 'Conv_HelveticaNeue-Light', helvetica, arial;
    overflow: initial;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 13px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 13px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 13px;
    left: 340px;
    top: -82px;
}

.menuShow ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.menuShow ul li .showul li {
    background: #ffa500;
}

menuShow ul li .showul li a {
    margin-left: 10px;
}

menuShow ul li .showul li a:hover {
    background: transparent !important;
}

.menuShow ul li {
}

.menuShow ul li a {
    color: #0064a7;
    padding: 9px 18px;
    vertical-align: middle;
    width: 100%;
    display: block;
    font-size: 14px;
    font-family: 'Conv_HelveticaNeue', helvetica, arial;
}

.menuShow ul li:nth-last-child(1n+2) {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.32);
    border-top: 1px dotted rgba(255, 255, 255, 0.32);
}

.menuShow ul li a:hover {
    color: #fff;
    background: #ffa500;
    color: #fff;
    border-bottom: none;
    border-top: none;
    width: 100%;
}

.menuShow ul li:last-child a:hover {
    color: #fff;
    background: #ffa500;
    color: #fff;
    border-bottom: none;
    border-top: none;
    width: 100%;
    -webkit-border-bottom-left-radius: 13px;
    -moz-border-radius-bottomleft: 13px;
    border-bottom-left-radius: 13px;
}

.menuShow ul li a.active, .backgroundmenupersona ul li a.active {
    background: #ffa500;
    border-bottom: none;
    border-top: none;
    /*font-weight: 500 !important;*/
}

.menuShow ul li:last-child a.active {
    background: #ffa500;
    border-bottom: none;
    border-top: none;
    font-weight: 500;
    -webkit-border-bottom-left-radius: 13px;
    -moz-border-radius-bottomleft: 13px;
    border-bottom-left-radius: 13px;
}

.menu2 b {
    font-size: 16px;
    margin-left: 9px;
}

.fontSilver {
    color: #c0c0c0;
    font-weight: lighter;
}

.fontGray2 {
    color: #7c8282;
}

.fontGray4 {
    color: #a6adb4;
}

.ordeCargML {
    margin-left: 8px;
}

.breadcrumb {
    margin-bottom: 3px;
    background: transparent;
    font-size: 10px;
}

.breadcrumb li a {
    color: #7c8282;
    font-weight: bolder;
    font-family: 'Conv_HelveticaNeue-Medium';
}

.breadcrumb > .active {
    color: #7c8282;
    font-weight: bolder;
    font-family: 'Conv_HelveticaNeue-Medium';
}

.breadcLeft1 {
    margin-left: -9px;
    /*white-space: nowrap;*/
}

.breadcLeft2 {
    margin-left: 10px;
}

.btn-active {
    color: #0064a7 !important;
}

.active-content {
    min-height: 300px !important;
}

.formCoordenadas {
    background: #fff !important;
    width: 180px;
    margin-left: 19%;
}

.formSMS {
    background: #fff !important;
    width: 180px;
}

.botonSms {
    margin-top: 53px !important;
}

.inputTextSms {
    margin-left: auto;
    margin-right: auto;
}

.lblErrorTextSms {
    text-align: center;
    width: 100%;
}

.lblErrorTextTokenDigital {
    text-align: center;
    width: 100%;
    padding-left: 16px;
}

.formClave {
    background: #fff !important;
}

.labelCoordenadas {
    margin-left: 19%;
    font-size: 12px;
    font-family: 'Conv_HelveticaNeue-Light', helvetica, arial;
}

.panelStepMT {
    /*margin-top: 14px;*/
    margin-top: 64px;
}

.panelStepMTsolicitud {
    /*margin-top: 14px;*/
    margin-top: 10px;
}

.margLEFTm {
    margin-left: 70px !important;
}

.skygris {
    color: #000000;
    font-size: 12px !important;
    font-weight: 300;
}

.gris {
    color: #959ba0;
}

.skysilver {
    color: #54585e;
    font-size: 14px !important;
}

.skysilverTipoCambio {
    color: #54585e;
    font-size: 13px;
}

.skysilverTipoCambio {
    color: #54585e;
    font-size: 13px;
}

.displayBlock {
    display: block;
}

.labelFrec {
    display: block;
    margin-top: 15px;
}

.colFrec {
    padding-left: 10px;
}

.trPaddings > tr > td {
    padding-right: 33px !important;
    max-width: 100%;
}

.extrSaldoDiario {
    margin-bottom: 125px;
    margin-left: 7px;
}

.m0 {
    margin-top: -6px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.selectOne {
    width: 77% !important;
}

.btn-group > .btn:first-child {
    margin-left: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../images/1x_select_arrow.png") no-repeat 95% center transparent !important;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    margin-left: -13px;
}

.font14 {
    font-size: 13px !important;
}

.margLEFT1 {
    margin-left: 5px;
}

.selectAuto {
    width: 102% !important;
}

.radioPaddingL {
    padding-left: 16px;
}

.mTradio {
    margin-top: 33px !important;
}

.newOpe {
    background: #f5f5f5;
    width: 108.2%;
    /*margin-left: -36px;
padding-left: 44px;*/
    margin-left: -51px;
    padding-left: 58px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 2px solid #fdb924;
    margin-bottom: 14px;
}

.newOpeTrans {
    background: #f5f5f5;
    width: 112%;
    margin-left: -51px;
    padding-left: 58px;
    padding-top: 7px;
    padding-bottom: 0px;
    margin-bottom: 14px;
}

.newOpeEmpresa {
    background: #f5f5f5;
    width: 108.2%;
    /*margin-left: -36px;
padding-left: 44px;*/
    margin-left: -51px;
    padding-left: 58px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 2px solid #00afde;
    margin-bottom: 20px;
    /*14*/
}

.newOpeEmpresaTrans {
    background: #f5f5f5;
    width: 112%;
    margin-left: -51px;
    padding-left: 58px;
    padding-top: 7px;
    padding-bottom: 0px;
    margin-bottom: 20px;
}

.bgOperation {
    margin-left: -36px;
    background: #f5f5f5;
    width: 108.2%;
    padding-top: 17px;
    padding-left: 42px;
    margin-top: 15px;
}

.bgOperation2 {
    margin-left: -36px;
    background: #f5f5f5;
    width: 108.2%;
    padding-top: 17px;
    padding-left: 42px;
}

.alertOperation {
    border-bottom: 2px solid rgba(192, 192, 192, 0.5);
    background: #f5f5f5;
    width: 108.2%;
    margin-left: -36px;
    padding-left: 44px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 14px;
}

.modalP {
    margin-left: 10px;
    margin-top: 14px;
    margin-bottom: 60px;
}

select::-ms-expand {
    display: none;
}

.bgTitleWhite {
    background: #fdb924;
    margin-left: -36px;
    width: 108.2%;
    padding-left: 44px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-family: 'Conv_HelveticaNeue-Medium';
    font-size: 14px;
}

.amortizacionSeguridad {
    border-bottom: 1px solid #d8dbdd;
    line-height: 32px;
    width: 40%;
    border-radius: 6px;
    box-shadow: none;
    -webkit-box-shadow: none;
    /*text-align: center;*/
    padding: 0px
}

.amortizacionSeguridad:focus {
    border-color: #d8dbdd;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.seguridad2 {
    border-bottom: 1px solid #d8dbdd;
    line-height: 32px;
    width: 80%;
}

.botonCoordenada {
    margin-top: 120px !important;
}

.btnTOP4 {
    margin-top: 120px;
    font-size: 16px;
    text-transform: uppercase;
}

.formCoordenadas2 {
    background: #fff !important;
    width: 180px;
    margin-left: 29%;
}

.formCoordenadas3 {
    background: #fff !important;
    width: 180px;
}

.changeBorderRadio {
    border-bottom: 1px solid #fdb924;
}

.changeBorderRadioEmpresas {
    border-bottom: 1px solid #00afde;
}

.bgModalPago {
    background: #f5f5f5;
    margin-top: -15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 24px;
    padding-right: 20px;
}

.bgModalPago span {
    /*margin-left: 24px;*/
    font-size: 16px;
}

.sendPago label {
    margin-left: 24px;
    margin-top: 8px;
    margin-bottom: 0px !important;
}

.sendPago select {
    border: none;
    border-bottom: 1px solid #d8dbdd;
}

.sendPago .inputB {
    border: none;
    border-bottom: 1px solid #d8dbdd;
    padding-left: 5%;
}

.content-send-constancia {
    padding: 0 10px 0 0;
    line-height: 2.5;
}

.content-send-constancia h6 {
    padding-top: 20px;
}

.content-send-constancia hr {
    margin-left: 8px !important;
}

.content-send-constancia .dataTables_wrapper.no-footer {
    padding-left: 8px;
    padding-top: 5px;
}

.content-send-constancia table {
    margin-left: 0 !important;
}

.content-send-constancia .skygris {
    font-size: 12px;
    color: #959ba0;
}

.content-send-constancia .skysilver {
    font-size: 13px;
    color: #54585e;
    line-height: 10px;
    margin: 0;
}

.modal-body .content-send-constancia .table > tbody > tr > td, .modal-body .content-send-constancia .table > thead > tr > th {
    line-height: 2 !important;
    padding: initial !important;
}

.modal-body .content-send-constancia .table > tbody > tr > td, .modal-body .content-send-constancia .table > tbody > tr > td > span {
    line-height: 20px !important;
}

.hrModal {
    color: #fdb924;
    border-top: 1px solid;
}

.selectAuto2 {
    width: 90% !important;
}

.font12 {
    font-size: 12px !important;
}

.font13 {
    font-size: 13px !important;
}

.bold {
    font-weight: bold;
}

.hrSilver {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-width: 108.2%;
    -moz-width: 108.2%;
    width: 108.2%;
    color: rgba(192, 192, 192, 0.5);
    height: 3px;
    border-top: 2px solid;
    margin-left: -36px;
}

.selectMedium {
    width: 73% !important;
}

.welcomeTitle1, .welcomeEmpresas1 {
    font-family: 'Conv_HelveticaNeue-thin', 'helvetica', Georgia;
    color: #484b4c;
    font-size: 32px;
}

.welcomeTitle2, .welcomeEmpresas2 {
    font-family: 'Conv_HelveticaNeue-thin', 'helvetica', Georgia;
    color: #484b4c;
    font-size: 50px;
}

.welcomeTitle3 {
    font-family: 'Conv_HelveticaNeue-thin', 'helvetica', Georgia;
    color: #fdb924;
    font-size: 50px;
}

.welcomeEmpresas3 {
    font-family: 'Conv_HelveticaNeue-thin', 'helvetica', Georgia;
    color: #00afde;
    font-size: 50px;
}

.tableRowWidth1 {
    width: 20%;
}

.tableRowWidth2 {
    width: 12%;
}

.tableRowWidth3 {
    width: 40%;
}

.tableRowWidth4 {
    width: 31%;
}

.tableRowWidth5 {
    width: 12%;
}

.bgTitleEmpresas {
    background: #00afde;
    margin-left: -51px;
    width: 200%;
    padding-left: 59px;
    padding-top: 10px;
    padding-bottom: 16px;
    color: #fff;
    font-size: 14px;
}

.bgTitleEmpresas2 {
    background: #00afde;
    margin-left: -26px;
    width: 200%;
    padding-left: 59px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 14px;
}

.mT3 {
    margin-top: 25px;
}

.mT5 {
    margin-top: 5px;
}

.hrStyleEmpresas {
    margin-top: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    width: 200%;
    color: #00afde;
    height: 3px;
    border-top: 2px solid;
    margin-left: -51px;
}

.btn-invisible {
    background: transparent;
    color: #00afde;
    font-weight: bold;
}

.btn-invisible:hover {
    color: #0064a7;
}

.content-extrSaldo .form-group label {
    padding-right: 10px;
}

.credito-consulta #ctn-creditos > div, .credito-consulta .content-extrSaldo > div {
    padding-bottom: 0px !important;
    min-height: 69px;
}

.buzon-autorizaciones .bgTitleEmpresas {
    width: 200%;
    border-radius: 0;
}

.buzon-mensajes .bgTitleEmpresas {
    width: 200%;
    border-radius: 0;
}

.modal-body .content-send-constancia.constancia-apertura .table > tbody > tr > td {
    padding-right: 7px !important;
    word-break: break-word;
    white-space: inherit;
}

.buzon-detalle .content-extrSaldo > div {
    word-break: break-word;
}

.datepicker td, .datepicker th {
    text-align: center !important;
}

.datepicker td.day {
    padding: 0px !important;
}

.datepicker td.today {
    color: #fff;
    background-color: #097c7b;
}

.carret-menu2 {
    padding-right: 20px !important;
    font: 14px/1 FontAwesome !important;
}

.inner-small-blockright {
    white-space: nowrap;
}

.panel-modalidad {
    height: 470px;
}

.date-hour {
    margin-left: 4px !important;
}

@media only screen and (max-width: 1200px) {
    .help-cloud {
        right: 13px;
        top: 59px;
    }

    .main {
        /*padding-bottom: 90px;*/
        padding-bottom: 0;
    }

    .section-security-tips .panel-body {
        margin-bottom: 10% !important;
    }

}

@media only screen and (max-width: 1190px) {
    .inner-top-text.second {
        margin-right: 100px;
    }

    .section-welcome .help-cloud {
        right: -4px;
        top: -100px;
        position: absolute;
    }
}

@media print {
    .printIMG {
        visibility: hidden;
        display: none
    }
}

@media only screen and (orientation: portrair) and (max-width: 1010px) {
    .menu-groups {
        display: none !important;
    }
}

@media only screen and (orientation: landscape) and (min-width: 1011px) {
    .menu-groups {
        /*display: block */ display: block !important;
    ; }
}

.menuopc-visible {
    display: none !important;
}

@media only screen and (max-width: 1010px) {
    table.dataTable.thnormal th {
        white-space: normal !important;
        padding-right: 5px;
        padding-left: 5px;
    }

    table.dataTable.tdnowrap td {
        white-space: nowrap !important;
    }

    .tdmargetabla {
        margin-right: 0px !important;
    }

    .menutop {
        margin-top: -38px;
    }

    .menuopc-visible {
        display: block !important;
    }

    .panel-modalidad {
        /*height: 590px;*/
        height: 650px;
    }

    .x_tab_amarillo {
        display: none;
    }

    .coordinates-table .ico-amarillo-cloud {
        display: none;
    }

    .section-welcome .menu-group-btn .fa {
        display: block;
        color: #fff;
    }

    .inner-top-data {
        float: none;
    }

    .section-person-login {
        margin-bottom: 170px;
    }

    .section-company-login {
        margin-bottom: 170px;
    }

    .section-enter-coordinates {
        margin-bottom: 170px;
    }

    .section-generate-password {
        margin-bottom: 170px;
    }

    .section-password-created {
        margin-bottom: 170px;
    }

    .section-closing-session {
        margin-bottom: 170px;
    }

    .section-welcome {
        /*float: none;
margin: 105px auto 0 auto;*/
        margin: 105px auto 170px auto;
    }

    .section-welcome .menu-group-btn {
        width: 100%;
        -webkit-border-radius: 10px 10px 0 0;
        border-radius: 10px 10px 0 0;
        height: 38px;
        line-height: 38px;
        padding: 0 20px 0 25px;
    }

    .section-welcome .menu-group, .section-welcome .menu-group-btn {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        text-align: left;
    }

    .section-welcome .content-menu {
        top: -47px;
        left: 0;
        width: 100%;
        z-index: 999;
    }

    .section-welcome .menu-groups {
        display: none;
    }

    .section-welcome .menu-group {
        width: 300px;
    }

    .section-welcome .menu-group.first {
        -webkit-border-radius: 15px 15px 0 0;
        border-radius: 15px 15px 0 0;
        overflow: hidden;
    }

    .section-welcome .menu-group:last-of-type {
        -webkit-border-radius: 0 0 15px 15px;
        border-radius: 0 0 15px 15px;
        overflow: hidden;
    }

    .section-welcome .content-menu.content-companies a {
        line-height: 38px;
        height: 38px;
        padding: 0;
        background: #007fbe;
        padding-left: 10px;
    }

    .section-welcome .content-menu.content-persons a {
        line-height: 38px;
        height: 38px;
        padding: 0;
        padding-left: 25px;
    }

    .section-welcome .content-menu.content-companies .showul li a {
    }

    .section-welcome .menu-group-content {
        -webkit-border-radius: 0;
        border-radius: 0;
        padding: 0;
        -webkit-transition: max-height 0.3s ease;
        -moz-transition: max-height 0.3s ease;
        -o-transition: max-height 0.3s ease;
        -ms-transition: max-height 0.3s ease;
        transition: max-height 0.3s ease;
    }

    .section-welcome .content-menu.content-companies .menu-group.active .menu-group-content, .section-welcome .content-menu.content-persons .menu-group.active .menu-group-content {
        padding: 0;
    }

    .section-welcome .content-menu .menu-title {
        margin-bottom: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        padding: 0 25px;
        display: block;
    }

    .content-menu.content-companies .menu-group .menu-group-btn {
        background: #0091c9;
        color: #fff !important;
        font-family: 'Conv_HelveticaNeue-Medium', helvetica, arial;
        -webkit-border-radius: 0;
        border-radius: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.32);
    }

    .content-menu.content-persons .menu-group .menu-group-btn {
        background: #fdb924;
        color: #0064a7 !important;
        font-family: 'Conv_HelveticaNeue-Medium', helvetica, arial;
        -webkit-border-radius: 0;
        border-radius: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.32);
    }

    .section-welcome .content-menu.content-persons .menu-group.active .menu-group-btn {
        background: #ffa500 !important;
        font-weight: bold;
    }

    .section-welcome .content-menu.content-companies .menu-group.active .menu-group-btn {
        background: #007fbe;
        font-weight: bold;
    }

    .x_tab_celeste {
        display: none;
    }

    .section-welcome .menu-group-btn .fa {
        right: 20px;
        position: absolute;
        top: 0px;
    }

    .section-welcome .help-cloud {
        top: -100px;
        right: -4px;
    }

    .inner-top-text.second {
        margin-right: 19%;
    }

    /*    .inner-top-data {
            margin-top: 0 !important;
        }*/
    #meDesktopTrue {
        display: none;
    }

    .chevron-downCOC {
        position: unset !important;
        margin-top: 14px !important;
    }
}

@media only screen and (min-width: 991px) {
    table td {
        white-space: nowrap;
    }

    .frecRadioYesNo {
        margin-top: 25px;
        margin-left: 10%;
        width: 200px;
    }

    /*     .panel-login1-juridica{ */
    /*         margin-top: -45px;	 */
    /*     } */
    /*     .panel-login2-juridica{ */
    /*         margin-top: -45px;	 */
    /*     } */
    /*     .panel-login3-juridica{ */
    /*         margin-top: -45px;	 */
    /*     } */
    /*     .panel-login4-juridica{ */
    /*         margin-top: -45px;	 */
    /*     } */
}

@media only screen and (max-width: 991px) {
    .panel-autorizador-min {
        display: block !important;
    }

    .panel-autorizador-web {
        display: none !important;
    }

    .tamaniopanel {
        height: 100%;
    }

    .menutop {
        margin-top: 0px;
    }

    .carret-menu2 {
        padding-top: 0px !important;
    }

    .panel-step, .panel-steps.panel-3-cols .panel-step {
        padding: 0 !important;
        /*min-height: 235px;*/
        margin-bottom: 20px;
    }

    .panel-step-autorizacion {
        margin-left: auto;
        margin-right: auto;
    }

    .txt-opeFrecDescp {
        margin-left: auto;
        margin-right: auto;
        width: 100% !important;
        /*215px*/
    }

    .opeFrecDescp {
        /*margin-left: 0 !important;*/
        text-align: left !important;
    }

    .small-center, .tiny-center {
        padding: 1px 5%;
        /* margin-top: -5px; */
        position: relative;
    }
    
    .tiny-center {
    margin: 0 auto;
    display: block;
    max-width: 100% !important;
    }

    .panel-body strong {
        font-size: 12px;
    }

    .main-footer address, .main-footer .footer-social, .main-footer .footer-phones, .main-footer .footer-phones + div {
        text-align: center;
    }

    .main-footer .footer-social .fa, .main-footer .footer-social .social-text {
        display: inline-block;
        float: none;
    }

    .main-footer .footer-social {
        padding: 0 54px 18px 0;
    }

    .section-security-tips .tips-terms .terms-text {
        width: 80%;
    }

    .main-footer .footer-logo {
        margin: 0 auto 20px auto;
        display: block;
        float: none !important;
    }

    .coordinates-table {
        overflow: hidden;
    }

    .section-enter-coordinates .panel-step, .section-enter-coordinates .panel-step:last-of-type {
        padding: 30px !important;
        margin: 0 auto;
        display: block;
        float: none;
    }

    .section-enter-coordinates .panel-step-1 {
        max-width: 245px;
        padding: 0 !important;
    }

    .coordinates-table .ico-blue-cloud {
        display: none;
    }

    .frecRadioYesNo {
        margin-top: 25px;
        margin-left: 40%;
        width: 200px;
    }

    .section-welcome .panel-body-plazo-fijo {
        padding: 32px 50px 35px 50px;
        overflow: hidden;
        width: 100%;
    }

    .imgTecladoNumerico {
        display: block;
        margin: 0px auto auto auto !important;
        /*      margin: auto auto auto auto !important;  */
    }

    .btnCambioClave {
        margin-left: 0px;
        margin-top: 0px !important;
        padding-left: 6px;
    }
}

@media only screen and (max-width: 960px) {
    .inner-top-text.second {
        margin-right: 19%;
    }

    .x_tab_amarillo {
        display: none;
    }
}

@media only screen and (max-width: 900px) {
    .panel-step, .panel-steps.panel-3-cols .panel-step {
        padding: 0 !important;
    }

    .inner-top-text.second {
        margin-right: 16%;
    }

    .content-extrSaldo .form-group input[type="text"] {
        width: 85%;
    }

    .col-fecha .form-group input[type="text"] {
        width: 80%;
    }
}

@media only screen and (max-width: 790px) {
    .panel-step:first-child {
        border: none;
    }

    .panel-step, .panel-steps.panel-3-cols .panel-step {
        /*padding: 0 10% !important;*/
    }

    .main-header .header-right.logged {
        width: 60%;
    }

    .inner-top-text.second {
        margin-right: 100px;
    }

    .section-welcome .help-cloud {
        position: absolute !important;
    }

    .help-cloud {
        line-height: 14px;
    }
}

@media screen and (max-width: 850px) and (min-width: 790px) {
    .inner-top-text.second {
        margin-right: 13%;
    }

    .help-cloud {
        line-height: 14px;
    }
}

@media screen and (max-width: 1070px) and (min-width: 1011px) {
    .tamaniocambioclave {
        width: 220px !important;
        padding-left: 5px;
    }

    .paddingleft {
        margin-left: 27px;
    }

    .panel-modalidad {
        height: 540px;
    }

    /*.table_radio_2{
    	margin-left: 5px;
    }*/
}

@media only screen and (max-width: 768px) {
    .cambioclavemargin {
        margin-left: -10px;
    }

    ::-webkit-scrollbar {
        width: 0px;
        background: transparent;
    }

    .texttamaniomodal {
        font-size: 9px !important;
    }

    .panel-modalidad {
        height: 700px;
    }

    .contenedorTeclado #keyboard-container {
        position: static;
        border-top: 0px dotted #0064a7;
        margin-top: -50px;
    }

    .section-security-tips .tips-terms .terms-text {
        width: 60%;
    }

    .contenedor-panel-steps #keyboard-container {
        position: static;
        border-top: 0px dotted #0064a7;
        margin-top: -10px;
    }

    .ico-empresa-img {
        /*         display: none */
    }

    .main-header .header-right .header-col-1 {
        padding: 0px;
        width: 200px;
        margin-top: -8px;
    }

    .main-header .header-right .person-name {
        font-size: 13px;
    }

    .tr-bg-mobile {
        color: #959ba0;
        font-size: 12px !important;
        border-bottom: 1px solid rgba(149, 155, 160, 0.3);
    }

    .text-mobile {
        text-align: right;
        margin-right: 0px;
    }

    .bgTitle {
        width: 138%;
        margin-left: -50px;
        padding-left: 59px;
    }

    .bgTitleEmpresas {
        width: 121.2%;
        margin-left: -50px;
        padding-left: 59px;
    }

    .bgTitleEmpresas2 {
        width: 132.2%;
        margin-left: -50px;
        padding-left: 59px;
    }

    /*
.bgShowTotal {
width: 116.4%;
}*/
    .bgTitleWhite {
        width: 116.3%;
    }

    .newOpe {
        width: 116.3%;
    }

    .newOpeEmpresa {
        width: 116.3%;
    }

    #ctn-creditos {
        margin-top: 10px;
    }

    .bgOperation {
        width: 111%;
    }

    .m {
        margin-left: 0px !important;
    }

    .hrStyle2 {
        width: 111%;
    }

    .content-table {
        margin-bottom: 20px;
    }

    .hrStyle {
        width: 200%;
    }

    .hrStyleEmpresas {
        width: 200%;
    }

    .m0 {
        margin-top: 0px;
    }

    .mlMovil {
        margin-left: 0px !important;
    }

    .mlMovil2 {
        margin-left: 189px !important;
    }

    .skygris, .skysilver {
        font-size: 14px !important;
    }

    .tr-bg {
        font-size: 13px !important;
    }

    .tr-bg th {
        width: auto;
    }

    tbody {
        font-size: 14px;
        text-align: left;
    }

    .mNone {
        margin-left: 0px !important;
    }

    .xMovil {
        margin-left: -5px;
    }

    #solicitud table thead th {
        text-align: center;
        width: 33.33% !important;
    }

    #solicitud table thead th:first-child {
        text-align: left;
    }

    table.dataTable.nowrap td, table.dataTable.nowrap th {
        white-space: nowrap;
    }

    .control {
        text-align: center;
    }

    td.sorting_1 {
        text-align: left !important;
    }

    th.sorting_disabled {
        /*text-align: right;*/
    }

    th.sorting {
        /*text-align: right;*/
    }

    .table > thead > tr > th {
        padding-right: 0px;
    }

    table > tbody > tr > td {
        padding-right: 0px !important;
    }

    table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child {
        /*padding-left: 5px !important;*/
    }

    .content-operacion .dataTable.dtr-inline.collapsed > tbody > tr > td:first-child {
        padding-left: 3px !important;
        padding-top: 5px;
    }

    .content-operacion .table > tbody > tr.child > td {
        text-align: right !important;
    }

    .section-welcome .content-menu.content-persons .menu-group.active .menu-group-btn, .section-welcome .content-menu.content-persons .menu-group-btn {
        color: #0064a7;
    }

    .btn-correct2 {
        margin-left: 12px;
    }

    .section-welcome .content-companies .menu-groups, .section-welcome .content-persons .menu-groups {
        position: absolute;
        width: 100%;
        margin-top: 10px;
        z-index: 100;
    }

    .section-welcome .content-companies .menu-title.menu-title-desplegable {
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .body-top > div, a.body-pdf {
        width: 100%;
    }

    .help-cloud .help-cloud-content .content-link {
        line-height: 13px;
    }

    .section-welcome .help-cloud .fa.fa-times {
        background: #8facd2;
    }

    .help-cloud .fa.fa-times {
        line-height: 40px;
        background: none;
    }

    .inner-top-text {
        font-size: 11px;
    }

    .inner-top-data {
        height: 80px;
    }

    .section-welcome .content-title {
        line-height: 20px;
        font-size: 31px;
        margin-top: 0px;
    }

    .section-welcome .content-menu.content-companies .menu-title, .section-welcome .content-menu.content-persons .menu-title {
        /*      margin-bottom: 0; */
        margin-bottom: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .section-welcome .menu-group.first {
        -webkit-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }

    .section-welcome .menu-group:last-of-type {
        -webkit-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
    }

    .section-welcome .content-menu {
        top: auto;
        left: auto;
        margin-bottom: 10px;
        position: relative;
    }

    .section-welcome .menu-group {
        width: 100%;
    }

    .section-welcome {
        /*margin-bottom: 105px;*/
        overflow: visible !important;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-top: 10px;
    }

    .section-welcome .panel-body {
        background: #fff;
        width: 100%;
        -webkit-border-radius: 15px;
        border-radius: 15px;
        -webkit-box-shadow: 1px 3px 11px 0px rgba(97, 91, 91, 0.28);
        box-shadow: 1px 3px 11px 0px rgba(97, 91, 91, 0.28);
    }

    .section-welcome .panel-body-plazo-fijo {
        background: #fff;
        /*-webkit-border-radius: 15px;
border-radius: 15px;
-webkit-box-shadow: 1px 3px 11px 0px rgba(97,91,91,0.28);
box-shadow: 1px 3px 11px 0px rgba(97,91,91,0.28);*/
    }

    .coordinates-table .table-help-info .info-position {
        margin-right: 0;
        margin-left: 12px;
    }

    .coordinates-table h3, .coordinates-table .info-text {
        text-align: center;
    }

    .section-enter-coordinates .panel-steps {
        padding-top: 10px;
    }

    .section-enter-coordinates .bold-num {
        text-align: center;
    }

    .section-enter-coordinates .body-top .ico-atras-1x, .body-top .ico-atras-2x {
        left: 0;
    }

    .section-enter-coordinates .panel-body {
        padding-left: 15px;
        padding-right: 15px;
    }

    .coordinates-table .table-help-info {
        width: 100%;
    }

    .coordinates-table img {
        float: none !important;
        margin: 0 auto;
        display: block;
        max-width: 100%;
        height: auto;
    }

    .section-password-created .second-text {
        margin: 30px 0 20px 0;
    }

    .panel-steps.panel-2-cols .panel-step {
        padding: 0 !important;
    }

    .panel-steps.panel-3-cols .panel-step {
        padding: 0% !important;
    }

    .section-security-tips .tips-terms .icheckbox_square-blue {
        margin: -28px 13px 0 0;
    }

    .section-security-tips .tips-terms {
        margin-top: -4px;
    }

    .section-security-tips .panel-body {
        width: 100%;
        padding: 20px 20px 20px 0px;
    }

    .info-box-final {
        display: flex;
        align-items: center;
        background-color: white;
        border-radius: 40px;
        padding: 10px !important;
        gap: 8px !important;
        justify-content: space-between;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
        margin-left: -20px;
        flex-direction: column;
        margin: 12px 0 20px 20px !important;
    }

    .info-message {
        font-size: 16px;
        color: #000;
        flex: 1;
        line-height: 1.4;
        font-family: Montserrat, sans-serif;
        alignment-baseline: ideographic;
        padding: 0px 10px 0px 10px !important;
        alignment-baseline: ideographic;
    }

    .tips-terms-responsive {
        /* display: flex !important; */
        /* align-items: center; */
        /* gap: 10px; */
        /* flex-wrap: wrap; */
        margin: 5px 10px 16px 15px !important;
        /* flex-direction: column; */
        /* flex-direction: row; */
    }

    .tips-terms-label {
        margin-top: 0px !important;
        font-weight: normal !important;
        font-family: 'Montserrat', sans-serif;
        line-height: 1.4;
        font-size: 12px !important;
        color: #000000;
        padding: 0px 0 0 0 !important;
        text-align: justify !important;
        /* scroll-snap-align: none; */
    }

    .section-security-tips .panel-tips-container {
        overflow-x: hidden;
        padding: -1px;
    }

    .body-top .ico-atras-1x, .body-top .ico-atras-2x {
        position: absolute;
        left: -16px;
        top: 10px;
    }

    .section-security-tips .btn {
        margin: 0 auto;
        /*      float: none !important; */
        display: block;
        clear: both;
        margin-top: 0px;
    }

    #keyboard-container {
        margin: 0;
        position: fixed;
        left: 0;
        bottom: -255px;
        z-index: 10;
        width: 100%;
        background: rgba(255, 255, 255, 0.72);
        max-width: 100%;
        min-height: 0;
        padding: 15px 0 25px 0 !important;
        border-top: 1px dotted #0064a7;
        -webkit-transition: bottom 0.3s;
        -moz-transition: bottom 0.3s;
        -o-transition: bottom 0.3s;
        -ms-transition: bottom 0.3s;
        transition: bottom 0.3s;
    }

    #keyboard-container.active {
        bottom: 0;
    }

    #keyboard-container .btn-keyboard-ok {
        display: block;
    }

    .main-footer address {
        padding-top: 30px;
    }

    .main-footer .footer-extra .footer-extra-img {
        left: -100px;
    }

    .main-header .header-right .section-title {
        display: none;
    }

    .main-footer .footer-social {
        padding-right: 0;
    }

    .main-footer .footer-social .social-text {
        display: none;
    }

    .main-footer .ico-top-1x {
        display: block;
    }

    .panel {
        overflow: hidden;
    }

    .panel-step {
        max-width: 215px;
        padding: 0 !important;
        float: none;
        clear: both;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .section-enter-coordinates .panel-step-0 {
        max-width: 100%;
    }

    .panel-step .step-title {
        text-align: center;
    }

    .panel-step .step-title-login-token {
        text-align: center;
        margin-top: 0px;
    }

    .section-welcome .help-cloud {
        position: absolute;
        right: -4px;
        top: -108px;
        height: auto;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        width: 70px;
        line-height: 14px;
        font-family: 'Conv_HelveticaNeue-Light', helvetica, arial;
        font-size: 11px;
    }

    .help-cloud {
        position: relative;
        float: left;
        width: 100%;
        line-height: 30px;
        height: 40px;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-family: 'Conv_HelveticaNeue-Medium', helvetica, arial;
        right: auto;
        top: auto;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        font-size: 13px;
    }

    .section-welcome .help-cloud .arrow {
        display: block;
    }

    .help-cloud .arrow {
        display: none;
    }

    .panel-heading, .panel-heading h1, .panel-heading .panel-heading-aside {
        width: 100%;
        float: left;
        text-align: center;
    }

    .section-security-tips h1 + div .heading-ico {
        width: 65%;
        max-width: 85px;
        margin-top: 7px;
        min-width: 64px;
    }

    .section-security-tips h1 {
        /*width: 50%;*/
        font-size: 24px;
        text-align: center;
        font-family: Kanit;
        line-height: 100%;
        letter-spacing: 0px;
        font-weight: 700;
    }

    .img-seguridad {
        height: 85px !important;
        max-width: 95px !important;
        margin-right: -30px !important;
        margin-bottom: 12px;
    }

    .panel-heading .panel-heading-aside {
        margin: 0 0 11px 0;
    }

    .panel-body {
        padding-top: 20px;
        float: left;
    }

    .panel-body h2 {
        font-size: 20px;
    }

    .panel-body .body-pdf {
        text-align: center;
    }

    .body-top > div {
        text-align: center;
        margin-bottom: 20px;
    }

    .body-top > div {
        padding-top: 10px;
    }

    .panel-body strong {
        font-size: 12px;
    }

    .panel b {
        font-size: 16px;
    }

    .panel-step .step-label {
        width: 100%;
        text-align: center;
    }

    #coordinates-steps, #coordinates-steps label {
        margin-left: 0 !important;
    }

    .txt-opeFrecDescp {
        margin-left: auto;
        margin-right: auto;
        width: 215px !important;
    }

    .opeFrecDescp {
        margin-left: 0 !important;
        text-align: center !important;
    }

    .password-keyboard {
        width: 190px;
        margin: 0 auto;
    }

    .section-welcome .help-cloud .help-cloud-content {
        right: 0px;
        top: 55px;
    }

    .main-header .header-nav div {
        text-align: right;
    }

    .main-header .header-nav .nav-link {
        margin: 12px;
        font-size: 11px;
    }

    .main-header .header-logo {
        width: 140px;
        margin: 12px 0 0 0px;
    }

    .main-header .header-right {
        padding: 5px 5px 0 0;
    }

    .ico-individuo-img {
        max-width: 50px;
        margin: 0 0 3px 0 !important;
    }

    /*.ico-edificio-img {*/
    /*    max-width: 50px;*/
    /*    margin: 0 0 4px 0 !important;*/
    /*}*/

    .panel-modal .modal-foot {
        display: none;
    }

    .panel-modal .modal-body {
        padding: 15px 20px 30px 20px;
    }

    .section-closing-session .first-text {
        margin-bottom: 30px;
    }

    .section-closing-session .session-countdown {
        margin-top: 0;
    }

    .panel-body {
        padding-bottom: 30px;
    }

    .x_tab_celeste {
        display: none;
    }

    .section-welcome .help-cloud {
        top: -62px;
        margin-right: 10px;
    }

    /*    .inner-top-text {
            padding-left: 8px;
            padding-top: 16px;
        }*/
    .main-header .header-right.logged .ico-empresa-img {
        /*      top: 10px;  */
        top: 20px;
        margin-right: -20px;
    }

    .section-welcome .help-cloud .fa {
        text-align: center;
        padding-right: 0px;
    }

    .help-cloud .fa {
        text-align: right;
        padding-right: 20px;
    }

    /*    .inner-top-data {
         margin-top: 0 !important;
           margin-top: 20px !important;
        }*/
    .pagination-box {
        padding-top: 15px;
        text-align: right;
    }

    .botonSms {
        margin-right: auto !important;
        margin-left: auto !important;
        margin-top: 0px !important;
        float: none !important;
    }

    .inputTextSms {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .messageSMS {
        text-align: center;
    }

    .messageTokenLogin {
        text-align: center;
        width: 100%;
    }

    .styleMovilWidth {
        width: 35% !important;
    }

    .styleMovilWidthAdd {
        width: 50% !important;
    }

    .styleMovilWidthPrefijo {
        width: 15% !important;
    }

    .styleMovilWidthNumFijo {
        width: 25% !important;
    }

    .styleMovilPaddingChecks {
        padding-top: 5px !important;
    }

    .styleMovilWidthSelectOperator {
        width: 50% !important;
    }

    .styleMovilWidthMessageInfo {
        width: 100% !important;
    }

    .styleMovilWidthEmail {
        width: 70% !important;
    }

    .styleMovilWidthButtonEmail {
        width: 30% !important;
    }

    .styleMovilWidthLabelYesNo {
        width: 10%;
    }

    .styleMovilWidthLabelEditYesNo {
        width: 20%;
    }

    .footer-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 25px !important;
        background: #003f9e;
        color: white;
        flex-wrap: wrap;
        flex-direction: column;
    }
}

.header-right.header-right-movil .header-col-3 .btnCerrarSesion {
    display: inline-block !important;
    color: white;
}

@media only screen and (min-width: 681px) {
    .pagination > li > .linkbuzon {
        width: 41px;
        padding: 6px 6px;
        text-align: center;
    }

    .header-right-movil {
        display: none;
    }
}

@media only screen and (min-width: 680px) and (max-width: 680px) {
    .pagination > li > .linkbuzon {
        width: 42px;
        padding: 6px 6px;
        text-align: center;
    }

    .ico-empresa-img {
        margin-top: 5px !important;
    }

    .marginbienbvenido {
        margin-top: -20px;
    }
}

@media only screen and (min-width: 600px) {
    .tamaniodesembolso {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media only screen and (max-width: 479px) {
    .pagination > li > .linkbuzon {
        /*width: 33px;*/ width: 35px !important;
        font-size: 12px;
        text-align: center;
    }
}

@media only screen and (min-width: 480px) and (max-width: 680px) {
    .pagination > li > .linkbuzon {
        width: 37px;
        padding: 6px 6px;
        text-align: center;
    }
}

@media only screen and (max-width: 680px) {
    .ico-empresa-img {
        /*      margin-top: -15px; */ margin-top: -10px;
    }

    .header-responsive550.pull-right {
        display: none;
    }

    .header-right.header-right-movil {
        background: #00527F;
        padding-top: 0;
    }

    .header-right.header-right-movil .header-col-3 {
        width: auto !important;
        padding-left: 15px;
        line-height: 2;
    }

    .main-header .header-right .header-col-2 {
        width: 70px;
        line-height: 2;
        margin-top: 0px;
    }

    .header-right.header-right-movil .header-col-2 {
        width: auto !important;
        padding-left: 15px;
    }

    .header-responsive550 {
        margin-top: 4px;
    }

    .header-responsive550 .header-col-3 span a {
        margin-top: -8px;
    }

    .admTextBox {
        padding-top: 20px;
    }

    .main form#j_idt52 {
        height: auto !important;
    }

    #seccionGrabarOpeFrecuente #txtDescFrecuente {
        /*height: auto !important;*/
        line-height: 1.5 !important;
    }

    #consulta .table tbody > tr > td {
        font-size: 13px;
    }

    .printIMG {
        margin-bottom: 10px;
    }

    table.dataTable.nowrap td, table.dataTable.nowrap th {
        /*white-space: normal !important;*/
        width: auto !important;
    }

    .person-name {
        width: 60%;
        float: right;
        text-align: left;
        white-space: pre-line;
    }
}

@media only screen and (max-width: 480px) and (min-width: 680px) {
    #consulta .table tbody > tr > td span {
        float: none !important;
    }
}

@media only screen and (max-width: 600px) {
    #header .main-header {
        height: auto !important;
    }

    .coordinates-table.clave-sms .table-help-info {
        width: 190px;
        margin-right: 0;
    }

    .header-right .header-col-1 {
        width: 180px;
        margin: 0px;
        padding-top: 0 !important
    }

    .inner-small-blockright {
        text-align: right !important;
    }
}

@media only screen and (max-width: 576px) and (min-width: 549px) {
    .header-right .header-col-1 {
        width: 180px;
        margin: 0px;
        padding-top: 0 !important
    }

    .second {
        display: none
    }

    .main-header .header-right .header-col-1 {
        padding-right: 0px;
        padding-top: 10px;
    }

    /*.main-header .header-right {
width: 65% !important;
}*/
    .main-header .header-right .header-col-2, .main-header .header-right .header-col-3 {
        width: 70px;
        /*margin-top: 10px;*/
    }

    .main-header .header-right .person-name {
        font-size: 13px;
    }

    .inner-small {
        font-size: 11px;
    }

    .inner-top-text {
        font-size: 11px;
    }
}

@media only screen and (max-width: 550px) {
    .breakworkmodal {
        /* word-break: break-all !important;*/
    }

    .admTextBox {
        margin-left: 0 !important;
    }

    /*.mustard {display:none}*/
    .section-welcome .content-menu.content-persons .menu-group.active .menu-group-btn, .section-welcome .content-menu.content-persons .menu-group-btn {
        color: #0064a7;
    }

    .hrStyle {
        width: 200%;
    }

    .hrStyleEmpresas {
        width: 200%;
    }

    .btn-correct2 {
        margin-left: 12px;
    }

    .section-welcome .content-companies .menu-groups, .section-welcome .content-persons .menu-groups {
        margin-top: 0px;
        position: relative;
        width: auto;
    }

    .menu-title-desplegable {
        -webkit-border-radius: 5px 5px 0 0 !important;
        border-radius: 5px 5px 0 0 !important;
    }

    .section-welcome .menu-group.first {
        -webkit-border-radius: 0px;
        border-radius: 0px;
    }

    .section-welcome .help-cloud {
        font-family: 'Conv_HelveticaNeue-Medium', helvetica, arial;
        font-size: 13px;
    }

    .section-welcome .menu-title.menu-title-desplegable, .section-welcome .menu-title {
        padding-right: 20px !important;
    }

    /*    .section-welcome .content-menu .menu-title .fa {
            margin-right: 0px;
            float: right;
        }*/
    .coordinates-table.clave-sms img {
        position: relative;
    }

    .coordinates-table.clave-sms .table-help-info {
        width: auto;
        margin-right: 0px;
    }

    .section-welcome .help-cloud .fa.fa-times {
        background: transparent;
    }

    .main-header .header-nav div {
        text-align: center;
    }

    ico-individuo-img{
        margin: 10px !important;
    }

    .main-header .header-nav .nav-link {
        margin: 5px;
    }

    .section-welcome .help-cloud .fa {
        text-align: right;
        padding-right: 20px;
    }

    .help-cloud .help-cloud-content {
        width: 100% !important;
    }

    .help-cloud .help-cloud-content .content-link {
        line-height: 13px;
    }

    .section-welcome .help-cloud .help-cloud-content {
        top: 48px;
    }

    .section-welcome .help-cloud .fa, .help-cloud .fa.fa-times {
        line-height: 40px;
        background: none;
    }

    .inner-top-text.second {
        width: 100%;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .x_tab_celeste {
        display: none;
    }

    .inner-top-text.second {
        margin-right: 0px;
        padding: 5px 28px;
        background-color: #00527f;
        margin-top: 0;
        height: 30px;
        display: none
    }

    .main-header .header-right.logged {
        width: auto;
        padding-right: 10px;
    }

    .main-header .header-right.logged .header-col .ico-empresa-img {
        /*         display: none; */
    }

    .main-header .header-right.logged .header-col.header-col-3 .small {
        display: none;
    }

    .main-header .header-right .header-col-2 .small {
        font-size: 80%;
        left: 26px;
        /*position: absolute;*/
        top: -12px;
    }

    .main-header .header-right .header-col-3 {
        width: 40px;
    }

    .main-header .header-right .header-col-1 {
        padding-right: 0px;
    }

    .text-responsive550 {
        display: none;
    }

    .text-responsive-info {
        text-transform: capitalize;
    }

    .inner-small-clock, .inner-small-dolar {
        display: block;
    }

    .main-header .header-logo {
        margin-left: 0;
    }

    .inner-small-dolar {
        text-align: right;
    }

    .inner-small-blockleft {
        float: left;
    }

    .inner-small-blockright {
        float: right;
    }

    .div-left {
        float: none;
    }

    .section-welcome .help-cloud {
        margin-bottom: 10px;
        position: initial !important;
        width: 100%;
        height: 40px;
        line-height: 40px;
        float: none;
    }

    .inner-top-data {
        height: 40px;
    }

    .inner-top-text {
        padding-top: 8px;
    }

    .section-welcome .help-cloud .arrow {
        display: none;
    }

    .help-cloud {
        line-height: 40px;
        padding: 0;
        margin: 0;
    }
}

@media only screen and (max-width: 768px) {
    .cajatextoCoordenada {
        background: #fff !important;
        /*width: 0px;
        margin-left: 0%;*/
    }

    .col-link-sigte-movil {
        margin-left: 0 !important;
    }

    .separacion-Cta-movil {
        margin-left: 8px;
    }

    .cciNumeroCuenta-movil {
        width: 100% !important;
    }

    .mBottomEstandar-movil {
        padding-right: 0 !important;
    }

    .skysilver-movil {
        width: 84px !important;
    }

    .btnAffiliation {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media only screen and (min-width: 769px) {
    .paddigccicredito {
        padding-bottom: 17px;
    }

    .mensajeSMSmargin {
        margin-right: 50px;
    }

    .marginlefterrorsmsbautorizacion {
        margin-left: 20%;
        width: 180px;
    }

    .cajatextoCoordenada {
        background: #fff !important;
        width: 180px;
        margin-left: 19%;
    }
}

@media only screen and (max-width: 440px) {
    .btnTOP4 {
        margin-top: 120px;
    }

    .botonCoordenada {
        margin-top: 0px !important;
    }

    a.btn-blue {
        width: auto !important;
    }

    .dateBG2 {
        width: 100%;
    }

    .table-design2 {
        border: 0;
        margin-left: -14px;
        width: 351px;
    }

    .table-design2 thead {
        /*display: none;*/
    }

    .table-design2 tr {
        margin-bottom: 15px;
        display: block;
    }

    .table-design2 td {
        /*display: block;*/
        text-align: right;
        font-size: 13px;
        border-bottom: 1px dotted #ccc;
        width: auto;
    }

    .table-design2 td:last-child {
        /*border-bottom: 0;*/
    }

    .table-design2 td:before {
        content: attr(data-label);
        float: left;
        color: #959ba0;
        font-weight: bold;
    }

    .TitleMovilP {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        margin-top: -15px;
        background: #fdb924;
        margin-left: -26px;
        width: 117.2%;
        padding-top: 8px;
        padding-bottom: 5px;
        padding-left: 22px;
        color: #fff;
        font-size: 14px;
        margin-bottom: 25px;
    }

    .TitleMovilP2 {
        margin-top: -15px;
        background: #fdb924;
        margin-left: -26px;
        width: 200%;
        padding-top: 8px;
        padding-bottom: 5px;
        padding-left: 22px;
        color: #fff;
        font-size: 14px;
        margin-bottom: 25px;
    }

    .iconLEFT {
        margin-left: 174px;
    }

    .iconLEFT2 {
        margin-left: 188px;
    }

    .iconLEFT3 {
        margin-left: 241px;
    }

    .iconLEFT4 {
        margin-left: 293px;
    }

    .dtr-data {
        white-space: normal;
    }

    .bootstrap-select {
        width: 100% !important;
    }

    #seccionFrecuentes .bootstrap-select {
        /*width: 90% !important;*/
        width: 75% !important;
    }

    select#cuentaFrecuente {
        /*width: 100% !important;*/
        width: 0px !important;
        left: 0 !important;
    }

    #seccionFrecuentes #btnEliminar {
        /*padding-left: 25px;*/
        margin-right: -15px !important;
    }

    .dateBG {
        width: 100% !important;
    }

    /*
.bgShowTotal {
margin-left: -26px;
width: 117.3%;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
top: 30px;
}

.bgShowTotal .textShowTotal {
text-align: left;
margin-right: 0px;
margin-left: -12px;
}
    */
    .bgTitle {
        margin-left: -26px;
        width: 125%;
        padding-left: 35px;
    }

    .bgTitleEmpresas {
        margin-left: -26px;
        width: 117.3%;
        padding-left: 35px;
    }

    .pM {
        margin-top: 4px;
    }

    .bgTitleWhite {
        width: 117.1%;
        margin-left: -26px;
    }

    .newOpe {
        margin-left: -26px;
        width: 117.1%;
        padding-left: 14px;
    }

    .newOpeEmpresa {
        margin-left: -26px;
        width: 117.1%;
        padding-left: 14px;
    }

    #ctn-creditos {
        margin-top: 10px;
    }

    .bgOperation {
        margin-left: -11px;
        width: 107.4%;
        padding-left: 23px;
    }

    .m {
        margin-left: 0px !important;
    }

    .icons-details a {
        margin-left: 5px;
    }

    .alert-extractoSaldo {
        margin-left: -26px;
    }

    .alert-extractoSaldo .pMT {
        margin-left: 16px;
        font-size: 13px;
    }

    .alert-extractoSaldoEmpresas {
        margin-left: -26px;
    }

    .alert-extractoSaldoEmpresas .pMT {
        margin-left: 16px;
        font-size: 13px;
    }

    .modal-Padding {
        padding: 20px;
        margin-bottom: 60px;
    }

    .selectOne {
        width: 100% !important;
    }

    .btn-correct2 {
        /*margin-right: 120px;*/
        margin-bottom: 20px;
    }

    .hrStyle2 {
        margin-left: -13px;
    }

    .formCoordenadas {
        margin-left: 22%;
    }

    .labelCoordenadas {
        margin-left: 24%;
    }

    .section-welcome .content-menu.content-persons .menu-group.active .menu-group-btn, .section-welcome .content-menu.content-persons .menu-group-btn {
        color: #0064a7;
    }

    .icons-details {
        margin-bottom: 20px;
    }

    .margLEFTm {
        margin-left: -2px !important;
    }

    .hrStyle {
        width: 200%;
    }

    .hrStyleEmpresas {
        width: 200%;
    }

    .help-cloud .help-cloud-content {
        right: 0%;
        width: 98%;
    }

    .section-security-tips .panel-heading {
        padding: 0 0px;
        height: 90px !important;
    }

    .section-security-tips {
        margin-bottom: 4% !important;
        margin-top: 4% !important;
    }
    
    .content-table {
        margin: 0px;
    }

    .btn-correct2 {
        margin-left: 12px;
    }

    .welcomeTitle1, .welcomeEmpresas1, .pMovil {
        text-align: left;
    }

    .welcomeTitle2, .welcomeEmpresas2 {
        text-align: left;
        font-size: 42px;
    }

    .welcomeEmpresas3, .welcomeTitle3 {
        text-align: left;
        font-size: 44px;
    }

    .section-welcome .panel-body {
        padding: 15px 23px 50px 23px;
    }

    .content-table {
        margin-bottom: 10px;
    }

    .hrStyle {
        width: 115%;
        margin-left: -24px;
    }

    .hrStyleEmpresas {
        width: 117%;
        margin-left: -27px;
    }

    .m0 {
        margin-top: 0px;
    }

    .mlMovil {
        margin-left: 0px !important;
    }

    .mlMovil2 {
        margin-left: 32px !important;
    }

    .pR {
        text-align: right;
    }

    .skysilver, .skygris {
        font-size: 14px !important;
    }

    .tr-bg {
        font-size: 14px !important;
    }

    .tr-bg th {
        width: auto;
    }

    tbody {
        font-size: 14px;
        text-align: left;
        /*right*/
    }

    .mNone {
        margin-left: 0px !important;
    }

    .xMovil {
        margin-left: -5px;
    }

    table.dataTable.nowrap td, table.dataTable.nowrap th {
        white-space: nowrap;
    }

    .control {
        text-align: center;
    }

    td.sorting_1 {
        text-align: right;
    }

    th.sorting_disabled {
        /*text-align: right;*/
    }

    th.sorting {
        text-align: right;
    }

    .table > thead > tr > th {
        padding-right: 0px;
    }

    table > tbody > tr > td:first-child {
        padding-right: 0px !important;
        /*padding-left: 17px !important;*/
    }

    .pagination > li > .link {
        width: 33px;
        font-size: 12px;
    }

    .alert-extractoSaldoEmpresas .msj_alerta {
        text-align: justify;
        padding-top: 0px;
    }

    .alert-extractoSaldo .msj_alerta {
        text-align: justify;
        padding-top: 0px;
    }
}

@media only screen and (min-width: 680px) and (max-width: 768px) {
    .margentopbienvenido {
        margin-top: 18px;
        margin-bottom: 18px;
    }

    .tamaniobienvenido {
        width: 211px;
        margin-left: -26px;
    }

    .col-fecha {
        width: 50%;
    }

    .col-fecha .skygris {
        font-size: 12px !important;
    }
}

@media only screen and (max-width: 679px) {
    .tamaniobienvenido2 {
        width: 140px;
        margin-right: 35px !important;
    }
}

@media only screen and (min-width: 1025px) {
    .tamaniobienvenido {
        width: 350px;
        margin-right: 10px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .tamaniobienvenido {
        width: 245px;
        margin-left: -100px;
    }
}

@media only screen and (min-width: 360px) and (max-width: 768px) {
    #logPersonaIngreso {
        border: none;
    }

    .panel-login1-juridica {
        margin-top: -50px;
    }

    .TitleMovilP {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        margin-top: -15px;
        background: #fdb924;
        /*margin-left: -26px;
width: 119%;*/
        padding-top: 8px;
        padding-bottom: 5px;
        padding-left: 22px;
        color: #fff;
        font-size: 14px;
        margin-bottom: 25px;
    }

    .TitleMovilP2 {
        margin-top: -15px;
        background: #fdb924;
        /*margin-left: -26px;
width: 119%;*/
        padding-top: 8px;
        padding-bottom: 5px;
        padding-left: 22px;
        color: #fff;
        font-size: 14px;
        margin-bottom: 25px;
    }

    .bgTitleEmpresas {
        /*border-top-left-radius: 8px;
border-top-right-radius: 8px;
margin-top: -15px;*/
        background: #00afde;
        /*margin-left: -26px;
width: 119%;*/
        padding-top: 8px;
        padding-bottom: 18px;
        /*padding-left: 22px;*/
        color: #fff;
        font-size: 14px;
        /*margin-bottom: 25px;*/
        width: 124%
    }

    .bgTitleEmpresas2 {
        margin-top: -15px;
        background: #00afde;
        /*margin-left: -26px;*/
        width: 128%;
        padding-top: 8px;
        padding-bottom: 5px;
        padding-left: 22px;
        color: #fff;
        font-size: 14px;
        margin-bottom: 25px;
    }

    .consulta-extracto {
        min-height: 465px !important;
    }
}

@media only screen and (max-width: 375px) {
    .section-security-tips .tips-terms .terms-text {
        width: 80%;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .table-design2 {
        border: 0;
        margin-left: -14px;
        width: 315px;
    }

    .table-design2 thead {
        /*display: none;*/
    }

    .table-design2 tr {
        margin-bottom: 15px;
        display: block;
    }

    .table-design2 td {
        /*display: block;*/
        text-align: right;
        font-size: 13px;
        border-bottom: 1px dotted #ccc;
        width: auto;
    }

    .table-design2 td:last-child {
        border-bottom: 0;
    }

    .table-design2 td:before {
        content: attr(data-label);
        float: left;
        color: #959ba0;
        font-weight: bold;
    }

    .TitleMovilP {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        margin-top: -15px;
        background: #fdb924;
        margin-left: -26px;
        width: 119%;
        padding-top: 8px;
        padding-bottom: 5px;
        padding-left: 22px;
        color: #fff;
        font-size: 14px;
        margin-bottom: 25px;
    }

    .TitleMovilP2 {
        margin-top: -15px;
        background: #fdb924;
        margin-left: -26px;
        width: 119%;
        padding-top: 8px;
        padding-bottom: 5px;
        padding-left: 22px;
        color: #fff;
        font-size: 14px;
        margin-bottom: 25px;
    }

    .iconLEFT {
        margin-left: 140px;
    }

    .iconLEFT2 {
        margin-left: 153px;
    }

    .iconLEFT3 {
        margin-left: 208px;
    }

    .iconLEFT4 {
        margin-left: 259px;
    }

    .dtr-data {
        white-space: normal;
    }

    .bootstrap-select {
        width: 100% !important;
    }

    .dateBG {
        width: 100% !important;
    }

    /*
.bgShowTotal {
margin-left: -26px;
width: 119%;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
top: 30px;
}
.bgShowTotal .textShowTotal {
text-align: left;
margin-right: 0px;
margin-left: -12px;
}
    */
    .pM {
        margin-top: 4px;
    }

    .bgTitleWhite {
        width: 119.2%;
        margin-left: -26px;
        text-align: center;
        height: 50px;
        padding-left: 55px;
    }

    .newOpe {
        margin-left: -26px;
        width: 119.2%;
        padding-left: 33px;
    }

    .newOpeEmpresa {
        margin-left: -26px;
        width: 119.2%;
        padding-left: 33px;
    }

    #ctn-creditos {
        margin-top: 10px;
    }

    .bgOperation {
        margin-left: -11px;
        width: 108.2%;
        padding-left: 23px;
    }

    .m {
        margin-left: 0px !important;
    }

    .icons-details a {
        margin-left: 5px;
    }

    .alert-extractoSaldo .pMT {
        margin-left: 16px;
        font-size: 13px;
    }

    .alert-extractoSaldoEmpresas .pMT {
        margin-left: 16px;
        font-size: 13px;
    }

    .modal-Padding {
        padding: 20px;
        margin-bottom: 60px;
    }

    .selectOne {
        width: 100% !important;
    }

    .btn-correct2 {
        /*margin-right: 98px;*/
        margin-bottom: 20px;
    }

    .hrStyle2 {
        width: 108.6%;
    }

    .bgTitle {
        margin-left: -26px;
        width: 125%;
        padding-left: 34px;
    }

    .bgTitleEmpresas {
        margin-left: -26px;
        width: 121%;
        padding-left: 34px;
    }

    .bgTitleEmpresas2 {
        margin-left: -26px;
        width: 121%;
        padding-left: 34px;
    }

    .section-welcome .content-menu.content-persons .menu-group.active .menu-group-btn, .section-welcome .content-menu.content-persons .menu-group-btn {
        color: #0064a7;
    }

    .hrStyle {
        width: 141%;
    }

    .hrStyleEmpresas {
        width: 141%;
    }

    .welcomeTitle1, .welcomeEmpresas1, .pMovil {
        text-align: left;
    }

    .welcomeTitle2, .welcomeEmpresas2 {
        text-align: left;
        font-size: 42px;
    }

    .welcomeEmpresas3, .welcomeTitle3 {
        text-align: left;
        font-size: 44px;
    }

    .section-welcome .panel-body {
        padding: 15px 30px 50px 26px;
    }

    .section-welcome .panel-body-plazo-fijo {
        padding: 15px 30px 50px 26px;
    }

    .content-table {
        margin-bottom: 10px;
    }

    .hrStyle {
        width: 200%;
        margin-left: -27px;
    }

    .hrStyleEmpresas {
        width: 200%;
        margin-left: -27px;
    }

    /*.main-header{
height:100px;
}*/
    .main-header .header-right.logged {
        width: 50%;
    }

    /*Seccion bienvenida*/
    .frecRadioYesNo {
        margin-top: 25px;
        margin-left: 18%;
        width: 200px;
    }
}

@media only screen and (max-width: 765px) {
    .marginbotontituloACorrientepersona {
        margin-bottom: -25px;
    }

    .marginbotontituloACorrienteempresa {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 360px) {
    .magintituloconsulta {
        margin-bottom: -25px !important;
    }

    .header-responsive550 {
        /*position: absolute;*/
        top: -27px;
        right: 0px;
    }

    .main-header {
        /*height: 110px;*/
    }

    .header-right .header-col-1 {
        padding-right: 0px;
        margin-top: 0px;
        width: 180px;
    }

    .table-design2 {
        border: 0;
        margin-left: -14px;
        width: 304px;
    }

    .table-design2 thead {
        /*display: none;*/
    }

    .table-design2 tr {
        margin-bottom: 15px;
        display: block;
    }

    .table-design2 td {
        /*display: block;*/
        text-align: right;
        font-size: 13px;
        border-bottom: 1px dotted #ccc;
        width: auto;
    }

    .table-design2 td:last-child {
        border-bottom: 0;
    }

    .table-design2 td:before {
        content: attr(data-label);
        float: left;
        color: #959ba0;
        font-weight: bold;
    }

    .TitleMovilP {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        margin-top: -15px;
        background: #fdb924;
        margin-left: -26px;
        width: 120%;
        padding-top: 8px;
        padding-bottom: 5px;
        padding-left: 22px;
        color: #fff;
        font-size: 14px;
        margin-bottom: 25px;
    }

    .TitleMovilP2 {
        margin-top: -15px;
        background: #fdb924;
        margin-left: -26px;
        width: 200%;
        padding-top: 8px;
        padding-bottom: 5px;
        padding-left: 22px;
        color: #fff;
        font-size: 14px;
        margin-bottom: 25px;
    }

    .iconLEFT {
        margin-left: 127px;
    }

    .iconLEFT2 {
        margin-left: 141px;
    }

    .iconLEFT3 {
        margin-left: 194px;
    }

    .iconLEFT4 {
        margin-left: 244px;
    }

    .dtr-data {
        white-space: normal;
    }

    .bootstrap-select {
        width: 100% !important;
    }

    .dateBG {
        width: 100% !important;
    }

    /*
.bgShowTotal {
margin-left: -26px;
width: 120%;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
top: 30px;
}
.bgShowTotal .textShowTotal {
text-align: left;
margin-right: 0px;
margin-left: -12px;
}
    */
    .pM {
        margin-top: 4px;
    }

    .bgTitleWhite {
        width: 120%;
        margin-left: -26px;
        text-align: center;
        height: 50px;
    }

    .newOpe {
        margin-left: -26px;
        width: 120%;
        padding-left: 28px;
    }

    .newOpeEmpresa {
        margin-left: -26px;
        width: 120%;
        padding-left: 28px;
    }

    #ctn-creditos {
        margin-top: 10px;
    }

    .bgOperation {
        margin-left: -11px;
        width: 108.2%;
        padding-left: 23px;
    }

    .m {
        margin-left: 0px !important;
    }

    .icons-details a {
        margin-left: 5px;
    }

    .modal-Padding {
        padding: 20px;
        margin-bottom: 60px;
    }

    .selectOne {
        width: 100% !important;
    }

    .btn-correct2 {
        /*margin-right: 86px;*/
        margin-bottom: 20px;
    }

    .hrStyle2 {
        margin-left: -11px;
    }

    .bgTitle {
        margin-left: -26px;
        width: 125%;
        padding-left: 34px;
    }

    .bgTitleEmpresas {
        margin-left: -26px;
        width: 123%;
        padding-left: 34px;
    }

    .bgTitleEmpresas2 {
        margin-left: -26px;
        width: 125%;
        padding-left: 34px;
    }

    .section-welcome .content-menu.content-persons .menu-group.active .menu-group-btn, .section-welcome .content-menu.content-persons .menu-group-btn {
        color: #0064a7;
    }

    .icons-details {
        margin-bottom: 20px;
    }

    .margLEFTm {
        margin-left: -2px !important;
    }

    .welcomeTitle1, .welcomeEmpresas1, .pMovil {
        text-align: left;
    }

    .welcomeTitle2, .welcomeEmpresas2 {
        text-align: left;
        font-size: 42px;
    }

    .welcomeEmpresas3, .welcomeTitle3 {
        text-align: left;
        font-size: 44px;
    }

    .section-welcome .panel-body {
        padding: 15px 30px 50px 26px;
    }

    .section-welcome .panel-body-plazo-fijo {
        padding: 15px 30px 50px 26px;
    }

    .content-table {
        margin-bottom: 10px;
    }

    .hrStyle {
        width: 200%;
        margin-left: -27px;
    }

    .hrStyleEmpresas {
        width: 200%;
        margin-left: -27px;
    }

    .m0 {
        margin-top: 0px;
    }

    .mlMovil {
        margin-left: 0px !important;
    }

    .mlMovil2 {
        margin-left: 32px !important;
    }

    .pR {
        text-align: right;
    }

    .skysilver, .skygris {
        font-size: 14px !important;
    }

    .tr-bg {
        font-size: 14px !important;
    }

    .tr-bg th {
        width: auto;
    }

    tbody {
        font-size: 14px;
        text-align: left;
        /*right*/
    }

    .mNone {
        margin-left: 0px !important;
    }

    .xMovil {
        margin-left: -5px;
    }

    table.dataTable.nowrap td, table.dataTable.nowrap th {
        white-space: nowrap;
    }

    .control {
        text-align: center;
    }

    td.sorting_1 {
        text-align: left !important;
    }

    th.sorting_disabled {
        /*text-align: right;*/
    }

    th.sorting {
        /*text-align: right;*/
    }

    .table > thead > tr > th {
        padding-right: 0px;
    }

    table > tbody > tr > td {
        padding-right: 0px !important;
    }

    table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child {
        /*padding-left: 5px !important;*/
    }
}

@media only screen and (max-width: 320px) {
    /*.radio-inline,*/ .login-user {
    margin: 0 !important
}

    .main-header .header-right .header-col-1 {
        padding-top: 47px;
    }

    .header-responsive550 {
        top: -28px;
    }

    .table-design2 {
        border: 0;
        margin-left: -14px;
        width: 265px;
    }

    .table-design2 thead {
        /*display: none;*/
    }

    .table-design2 tr {
        margin-bottom: 15px;
        display: block;
    }

    .table-design2 td {
        /*display: block;*/
        text-align: right;
        font-size: 13px;
        border-bottom: 1px dotted #ccc;
        width: auto;
    }

    .table-design2 td:last-child {
        border-bottom: 0;
    }

    .table-design2 td:before {
        content: attr(data-label);
        float: left;
        color: #959ba0;
        font-weight: bold;
    }

    .TitleMovilP {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        margin-top: -15px;
        background: #fdb924;
        margin-left: -26px;
        width: 123%;
        padding-top: 8px;
        padding-bottom: 5px;
        padding-left: 22px;
        color: #fff;
        font-size: 14px;
        margin-bottom: 25px;
    }

    .TitleMovilP2 {
        margin-top: -15px;
        background: #fdb924;
        margin-left: -26px;
        width: 200%;
        padding-top: 8px;
        padding-bottom: 5px;
        padding-left: 22px;
        color: #fff;
        font-size: 14px;
        margin-bottom: 25px;
    }

    .iconLEFT {
        margin-left: 88px;
    }

    .iconLEFT2 {
        margin-left: 100px;
    }

    .iconLEFT3 {
        margin-left: 152px;
    }

    .iconLEFT4 {
        margin-left: 204px;
    }

    /*
.bgShowTotal {
margin-left: -26px;
width: 123%;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
top: 30px;
}
.bgShowTotal .textShowTotal {
text-align: left;
margin-right: 0px;
}
    */
    .bootstrap-select {
        width: 100% !important;
    }

    .dateBG {
        width: 100% !important;
    }

    .modal-header h5 {
        text-align: center !important;
        margin-left: 0px;
    }

    .bgModalPago {
        /*text-align: center;*/
    }

    .bgModalPago span {
        margin-left: 0px;
    }

    .pM {
        margin-top: 4px;
    }

    .bgTitleWhite {
        width: 122.8%;
        margin-left: -26px;
        padding-left: 5px;
        height: 50px;
    }

    .newOpe {
        margin-left: -26px;
        width: 123%;
        padding-left: 28px;
    }

    .newOpeEmpresa {
        margin-left: -26px;
        width: 123%;
        padding-left: 28px;
    }

    #ctn-creditos {
        margin-top: 10px;
    }

    .bgOperation {
        margin-left: -11px;
        width: 109.2%;
        padding-left: 23px;
    }

    .m {
        margin-left: 0px !important;
    }

    .modal-Padding {
        padding: 20px;
        margin-bottom: 60px;
    }

    .selectOne {
        width: 100% !important;
    }

    .hrStyle2 {
        margin-left: -12px;
        width: 110.2%;
    }

    .bgTitle {
        margin-left: -26px;
        width: 125%;
        padding-left: 34px;
    }

    .bgTitleEmpresas {
        margin-left: -26px;
        width: 125%;
        padding-left: 34px;
    }

    .section-welcome .content-menu.content-persons .menu-group.active .menu-group-btn, .section-welcome .content-menu.content-persons .menu-group-btn {
        color: #0064a7;
    }

    .icons-details {
        margin-bottom: 20px;
    }

    .margLEFTm {
        margin-left: -13px !important;
    }

    .coordinates-table .table-help-info .info-number {
        width: 57px;
    }

    .btn-correct2 {
        /*margin-right: 66px;*/
        margin-bottom: 20px;
    }

    .welcomeTitle1, .welcomeEmpresas1, .pMovil {
        text-align: left;
    }

    .welcomeTitle2, .welcomeEmpresas2 {
        text-align: left;
        font-size: 42px;
    }

    .welcomeEmpresas3, .welcomeTitle3 {
        text-align: left;
        font-size: 44px;
    }

    .section-welcome .panel-body {
        /*padding: 15px 30px 30px 26px;*/
        padding: 15px 17px 50px 17px;
    }

    .content-table {
        margin-bottom: 10px;
    }

    .hrStyle {
        width: 200%;
        margin-left: -27px;
    }

    .hrStyleEmpresas {
        width: 200%;
        margin-left: -27px;
    }

    .m0 {
        margin-top: 0px;
    }

    .mlMovil {
        margin-left: 0px !important;
    }

    .mlMovil2 {
        margin-left: 7px !important;
    }

    .pR {
        text-align: right;
    }

    .pL {
        text-align: left;
        padding-left: 0px;
        margin-left: -10px;
    }

    .skysilver, .skygris {
        font-size: 13px !important;
    }

    .tr-bg {
        font-size: 13px !important;
    }

    .tr-bg th {
        width: auto;
    }

    tbody {
        font-size: 13px;
        text-align: left;
        /*right*/
    }

    .mNone {
        margin-left: 0px !important;
    }

    .xMovil {
        margin-left: -5px;
    }

    .control {
        text-align: center;
    }

    td.sorting_1 {
        /*text-align: right;*/
    }

    th.sorting_disabled {
        /*text-align: right;*/
    }

    th.sorting {
        /*text-align: right;*/
    }

    .table > thead > tr > th {
        padding-right: 0px;
    }

    table > tbody > tr > td {
        padding-right: 0px !important;
    }

    table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child {
        /*padding-left: 5px !important;*/
    }

    #dlgAdvertencia_modal {
        width: 100% !important;
    }

    .frecRadioYesNo {
        margin-top: 25px !important;
        margin-left: -6% !important;
        width: 200px;
    }
}

.columnHidden {
    width: 20%;
}

.tableRowWidth1 {
    width: 22%;
}

.tableRowWidth2 {
    width: 12%;
}

.tableRowWidth3 {
    width: 38%;
}

.tableRowWidth4 {
    width: 30%;
}

.tableRowWidth6 {
    width: 100px !important;
}

.tableRowWidt5 {
    width: 12%;
}

.tableRowWidth2Transf {
    font-size: 12px !important;
}

.tableRowWidth4Transf {
    font-size: 12px !important;
}

#table-autorizadores th {
    text-align: left;
}

#grilla-autorizadores-constancia {
    margin-left: 9px !important;
    margin-top: 20px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.selectOne {
    width: 77% !important;
}

.btn-group > .btn:first-child {
    margin-left: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../images/1x_select_arrow.png") no-repeat 95% center transparent !important;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    margin-left: -11px;
}

.ui-dialog {
    top: 50% !important;
    left: 50% !important;
    /*width: 35% !important;*/
    width: auto !important;
    /*margin-top: -50px;
margin-left: -100px;*/
    text-align: center;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 15px;
}

.clamp-linear {
    padding-right: 32px;
}

.clamp-linear::after {
    content: "..." !important;
}

.ui-shadow {
    box-shadow: none;
}

.ui-widget-content {
    border: none;
    background: transparent;
}

.ui-widget-overlay {
    background: white;
    opacity: .7;
}

/** css before changes */
#dlg3 {
    background: #003e9f !important;
    width: 360px !important;
    box-shadow: 5px 7px 9px #888888;
    border-radius: 10px;
	align-content: center;
}

#dlg3 .ui-dialog-titlebar {
    background: #003e9f;
}

#dlg3 .ui-dialog-content {
    text-align: center;
    margin: 0 auto;
}

#dlg3 .ui-dialog-content h2 {
    text-transform: uppercase;
    color: #fdb924;
    font-size: 22px;
    font-weight: bold;
}

#dlg3 .ui-dialog-content label {
    color: white;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 29px;
}

#dlg3 input[type=submit] {
    display: block;
    text-transform: uppercase;
    margin-bottom: 12px;
    margin: 0 auto 12px;
    font-family: 'Conv_HelveticaNeue-CondensedBold', Arial Narrow, helvetica, arial !important;
}

#dlg3 input[type=submit]:hover {
    color: white;
}

#dlg3 input[type=submit]:focus {
    color: white;
    background-image: url("../images/sprite.png");
    background-position: 0px 0px;
}

/* modal excel */
#dlgEnviarCorreo {
    background: #0064a7;
    width: 440px !important;
    box-shadow: 5px 7px 9px #888888;
    border-radius: 9px;
}

#dlgEnviarCorreo .ui-dialog-titlebar {
    background: #0064a7;
}

#dlgEnviarCorreo .ui-dialog-content {
    text-align: center;
    margin: 0 auto;
}

#dlgEnviarCorreo .ui-dialog-content h2 {
    text-transform: uppercase;
    color: #fdb924;
    font-size: 22px;
    font-weight: bold;
}

#dlgEnviarCorreo .ui-dialog-content label {
    color: white;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 29px;
}

#dlgEnviarCorreo input[type=submit] {
    display: block;
    text-transform: uppercase;
    margin-bottom: 12px;
    /* margin: 0 auto 12px; */
    font-family: 'Conv_HelveticaNeue-CondensedBold', Arial Narrow, helvetica, arial !important;
}

#dlgEnviarCorreo input[type=submit]:hover {
    color: white;
}

#dlgEnviarCorreo input[type=submit]:focus {
    color: white;
    background-image: url("../images/sprite.png");
    background-position: 0px 0px;
}

#dlgErrorCorreo {
    background: #0064a7;
    width: 398px !important;
    box-shadow: 5px 7px 9px #888888;
    border-radius: 9px;
}

#dlgErrorCorreo .ui-dialog-titlebar {
    background: #0064a7;
}

#dlgErrorCorreo .ui-dialog-content {
    text-align: center;
    margin: 0 auto;
}

#dlgErrorCorreo .ui-dialog-content h2 {
    text-transform: uppercase;
    color: #fdb924;
    font-size: 22px;
    font-weight: bold;
}

#dlgErrorCorreo .ui-dialog-content label {
    color: white;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 29px;
}

#dlgErrorCorreo input[type=submit] {
    display: block;
    text-transform: uppercase;
    margin-bottom: 12px;
    margin: 0 auto 12px;
    font-family: 'Conv_HelveticaNeue-CondensedBold', Arial Narrow, helvetica, arial !important;
}

#dlgErrorCorreo input[type=submit]:hover {
    color: white;
}

#dlgErrorCorreo input[type=submit]:focus {
    color: white;
    background-image: url("../images/sprite.png");
    background-position: 0px 0px;
}

#dlgMensajeAsincrono {
    background: #0064a7;
    width: 398px !important;
    box-shadow: 5px 7px 9px #888888;
    border-radius: 9px;
}

#dlgMensajeAsincrono .ui-dialog-titlebar {
    background: #0064a7;
}

#dlgMensajeAsincrono .ui-dialog-content {
    text-align: center;
    margin: 0 auto;
}

#dlgMensajeAsincrono .ui-dialog-content h2 {
    text-transform: uppercase;
    color: #fdb924;
    font-size: 22px;
    font-weight: bold;
}

#dlgMensajeAsincrono .ui-dialog-content label {
    color: white;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 29px;
}

#dlgMensajeAsincrono input[type=submit] {
    display: block;
    text-transform: uppercase;
    margin-bottom: 12px;
    margin: 0 auto 12px;
    font-family: 'Conv_HelveticaNeue-CondensedBold', Arial Narrow, helvetica, arial !important;
}

#dlgMensajeAsincrono input[type=submit]:hover {
    color: white;
}

#dlgMensajeAsincrono input[type=submit]:focus {
    color: white;
    background-image: url("../images/sprite.png");
    background-position: 0px 0px;
}

#dlgMensajeSuperacion {
    background: #0064a7;
    width: 398px !important;
    box-shadow: 5px 7px 9px #888888;
    border-radius: 9px;
}

#dlgMensajeSuperacion .ui-dialog-titlebar {
    background: #0064a7;
}

#dlgMensajeSuperacion .ui-dialog-content {
    text-align: center;
    margin: 0 auto;
}

#dlgMensajeSuperacion .ui-dialog-content h2 {
    text-transform: uppercase;
    color: #fdb924;
    font-size: 22px;
    font-weight: bold;
}

#dlgMensajeSuperacion .ui-dialog-content label {
    color: white;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 29px;
}

#dlgMensajeSuperacion input[type=submit] {
    display: block;
    text-transform: uppercase;
    margin-bottom: 12px;
    margin: 0 auto 12px;
    font-family: 'Conv_HelveticaNeue-CondensedBold', Arial Narrow, helvetica, arial !important;
}

#dlgMensajeSuperacion input[type=submit]:hover {
    color: white;
}

#dlgMensajeSuperacion input[type=submit]:focus {
    color: white;
    background-image: url("../images/sprite.png");
    background-position: 0px 0px;
}

.uppercase {
    text-transform: uppercase;
}

.pointer {
    cursor: pointer;
}

.clamp-linear {
    padding-right: 32px;
}

.fontLigh {
    font-weight: lighter;
}

.topFixed_x_tab {
    top: 59px;
}

.padding_bottom_cage {
    padding-bottom: 16px;
}

#frmTemplate {
    height: 0px !important;
    margin-bottom: 0px !important;
}

.frm-fixed {
    height: auto !important;
}

.table-radio td:first-child {
    padding-right: 100px;
}

.table-radio td {
    padding-top: 5px;
}

.table-radio td label {
    margin-left: 10px;
    cursor: pointer;
}

.table_radio_2 {
    width: 100%;
}

.table_radio_2 td label {
    margin-left: 10px;
    cursor: pointer;
}

.disable_icon {
    margin-left: 30px;
    color: #959ba0;
}

.ope_cuota {
    margin-top: 6px;
}

.changeColoRadio {
    border: none;
    border-bottom: 1px solid #d8dbdd;
    line-height: 32px;
    width: 100%;
    height: 40px;
    border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.changeColoRadio:focus {
    border-color: #d8dbdd;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.whitter {
    color: white;
}

.icons-general-input {
    border: none;
    line-height: 32px;
    padding: 0px
}

.inputsTextGeneral {
    border: none;
    border-bottom: 1px solid #d8dbdd;
    line-height: 32px;
    width: 85%;
    border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0px
}

.inputsTextGeneral100 {
    border: none;
    border-bottom: 1px solid #d8dbdd;
    line-height: 32px;
    border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0px
}

hr .hrGeneral {
    border: none;
    border-bottom: 1px solid #d8dbdd;
    line-height: 32px;
    width: 100%;
    border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0px;
}

.inputsTextGeneral:focus {
    border-color: #d8dbdd;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.radiofixed div input {
    z-index: 100;
    cursor: pointer;
}

.carret-menu {
    margin-top: 4px;
    font-size: 11px;
}

.showulWeb {
    /*-webkit-box-shadow: 4px 2px 7px -4px rgba(0, 0, 0, 0.6);*/
    /*box-shadow: 4px 2px 7px -4px rgba(0, 0, 0, 0.6);*/
    background: #ffa500;
    display: block;
    height: 100%;
    margin-top: 32px;
    margin-left: 0px;
    width: 195px;
    z-index: 1000;
    position: absolute;
    font-size: 14px;
    font-family: 'Conv_HelveticaNeue-Light', helvetica, arial;
    overflow: initial;
    -webkit-border-bottom-right-radius: 13px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 13px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 0px;
    left: 201px;
    top: -32px;
}

.showulWebEmpresas {
    /*-webkit-box-shadow: 4px 2px 7px -4px rgba(0, 0, 0, 0.6);*/
    /*box-shadow: 4px 2px 7px -4px rgba(0, 0, 0, 0.6);*/
    background: #0186BD;
    display: block;
    height: 100%;
    margin-top: 32px;
    margin-left: 0px;
    width: 180px;
    z-index: 1000;
    position: absolute;
    font-size: 14px;
    font-family: 'Conv_HelveticaNeue-Light', helvetica, arial;
    overflow: initial;
    -webkit-border-bottom-right-radius: 13px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 13px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 0px;
    left: 201px;
    top: -32px;
}

.showulWeb > li:last-child {
    -webkit-border-bottom-right-radius: 13px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 13px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 0px;
}

.showulWebEmpresas > li:last-child {
    -webkit-border-bottom-right-radius: 13px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 13px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 0px;
}

.showul li a {
    margin-left: 0px;
}

.showul li a:hover {
    background: transparent !important;
}

.error_conexion {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    margin: 0;
    margin-top: 30px;
}

.error_404, .error_403 {
    display: block;
    margin: 0 auto;
}

.m-movil-style ul li {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.32);
}

.m-movil-style ul li a ul li {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.32);
}

.m-movil-style ul li ul li a {
    margin: 0;
}

.error-access-img {
    margin: 0 auto;
}

/* fixed jsf */
#j_idt50 {
    height: 0px !important;
    margin-bottom: 0px !important;
}

#j_idt51 {
    margin-bottom: 0px !important;
    height: 0px !important;
}

#j_idt52 {
    margin-bottom: 0px !important;
    /*height: 0px !important;*/
}

#clave6digitos {
    /*margin-left: 140px;*/
    margin-left: auto;
}

#textoPassword {
    text-align: center;
}

#contenedorKeyboard {
    margin-bottom: 50px;
}

.content-detalle > div {
    padding-bottom: 0px !important;
    min-height: 69px;
}

.frecuente-select {
    /*width: 250px;*/
    width: 75%;
    max-width: 250px;
}

#seccionFrecuentes .dropdown-menu {
    max-width: 150%;
    max-height: 150px !important;
}

#seccionFrecuentes .dropdown-menu span.text {
    white-space: initial;
    max-width: 100%;
    word-wrap: break-word !important;
    white-space: pre-wrap;
    /*solucion para ie 11*/
}

#btnEliminar {
    margin-right: -20px
}

@media screen and (min-width: 768px) {
    .pan1ClavePersona .lblDespliegue {
        margin-bottom: 5px;
    }

    .pan1ClavePersona .lblIngrese {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .panClaveCajero3 .btnSiguienteClave {
        margin-left: 0;
    }

    .pan3ClavePersona .btnSiguienteClavePersona {
        margin-left: 0;
    }

    #linea {
        width: 20px;
        height: 170px;
        border-right: 1px dotted #7c8282;
        float: inherit;
        margin-left: -35px;
    }

    #linea2 {
        width: 20px;
        height: 170px;
        border-right: 1px dotted #7c8282;
        float: inherit;
        margin-left: -35px;
    }
}

/* Mediaqueries Dialog - Error */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .ico-empresa-img {
        /*         display: none */
    }

    .person-name {
        font-size: .7em
    }

    #rbtPagoDeuda {
        margin-right: 12%;
        /*margin-left:-6%;
width: 140%;*/
    }

    .header-right .header-col-1 {
        width: 180px;
        margin: 0px;
        padding-top: 0 !important
    }

    #botonNextFrecuentes {
        position: relative !important;
        margin-bottom: 20px !important;
    }

    /*
#seccionFrecuentes{
  margin-left: 100px;
}
    */
    #seccionTipoCredito {
        margin-top: 20px;
        width: 105%;
    }
}

@media screen and (max-width: 768px) and (min-width: 414px) {
    #seccionTipoCredito {
        margin-top: 20px;
        width: 105%;
    }

    #botonNextFrecuentes {
        position: relative !important;
        margin-top: 35px !important;
        margin-right: 30% !important;
    }

    #rbtPagoDeuda {
        margin-right: 12%;
        /*margin-left:-6%;*/
        width: 100%;
    }

    #rbtnTipoCredito {
        margin: 0 auto;
    }

    #seccionGrabarOpeFrecuente {
        /*margin-top: -120px;*/
    }

    #btnEliminar {
        position: absolute;
        /*
        margin-top: 170px !important;
        margin: 0 auto !important;*/
    }

    /* Tercera Pantalla - Pago Credito */
    #radBtnYes {
        /*margin-left:-20%!important;*/
    }

    #seccionClaveCoordenada {
        /*margin-left: -120px!important;*/
    }

    #botonNextPlaCoor {
        margin-top: 10px !important;
        margin-bottom: 110px !important;
    }

    #botonNextPla {
        margin-top: -120px !important;
        margin-bottom: 70px !important;
    }
}

@media screen and (max-width: 413px) and (min-width: 375px) {
    #seccionTipoCredito {
        margin-top: 20px;
        width: 105%;
    }

    #radBtnYes {
        /*margin-left:-20%!important;*/
    }

    #seccionGrabarOpeFrecuente {
        /*margin-top: -120px;*/
    }

    #botonNextPlaCoor {
        margin-top: 10px !important;
        margin-bottom: 110px !important;
    }

    #botonNextPla {
        margin-top: -120px !important;
        margin-bottom: 70px !important;
    }

    .frecRadioYesNo {
        margin-top: 25px;
        margin-left: 22%;
        width: 200px;
    }
}

@media screen and (max-width: 374px) and (min-width: 360px) {
    #seccionTipoCredito {
        margin-top: 20px;
        width: 105%;
    }

    #radBtnYes {
        /*margin-left:-20%!important;*/
    }

    #seccionGrabarOpeFrecuente {
        /*margin-top: -120px;*/
    }

    #botonNextPlaCoor {
        margin-top: 10px !important;
        margin-bottom: 110px !important;
    }

    #botonNextPla {
        margin-top: -120px !important;
        margin-bottom: 70px !important;
    }
}

@media screen and (max-width: 359px) and (min-width: 320px) {
    #botonCancelarModal {
        margin-bottom: 200px !important;
    }

    /*
    #rbtnTipoCredito {
        margin-right: 12%;
        margin-left: -12%;
    }*/
    #seccionGrabarOpeFrecuente {
        /*margin-top: -120px;*/
    }

    #radBtnYes {
        /*margin-left:-20%!important;*/
    }

    #rbtPagoDeuda {
        margin-right: 12%;
        /*margin-left: -12%;*/
        width: 115%;
    }

    #seccionTipoCredito {
        margin-top: 20px;
        width: 105%;
    }

    #subTitulo {
        /*height: 50px !important;*/
    }

    .frecRadioYesNo {
        margin-top: 25px !important;
        margin-left: 12% !important;
        width: 200px;
    }

    .buzon-mensajes table td:before {
        margin-left: -10px !important;
    }

    table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child {
        padding-left: 18px !important;
        /*padding-top: 5px;*/
    }
}

@media ( min-width: 480px) and (max-width: 768px) {
    table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
        margin-left: -30px;
        box-sizing: border-box;
    }

    #dlg3 {
        /*      margin-left: -30% !important; */
        width: 70% !important;
        margin: 0 auto;
    }

    #dlgEnviarCorreo {
        /*      margin-left: -30% !important; */
        width: 70% !important;
        margin: 0 auto;
    }

    #dlgErrorCorreo {
        width: 70% !important;
        margin: 0 auto;
    }

    #dlgMensajeAsincrono {
        width: 70% !important;
        margin: 0 auto;
    }

    #dlgMensajeSuperacion {
        width: 70% !important;
        margin: 0 auto;
    }

    .dlg-advertencia {
        /*   margin-left: -28%!important;
width: 70%!important;*/
    }

    #botonContenedor {
        /* margin-top: -120px!important;*/
        margin-bottom: 20px !important;
    }

    #botonNextClave {
        margin-right: 22%;
    }

    #subTitulo {
        /*height: 50px!important;*/
    }

    #botonNextPlaCoor {
        margin-top: 10px !important;
        margin-bottom: 110px !important;
    }

    #botonNextPla {
        margin-top: -120px !important;
        margin-bottom: 70px !important;
    }

    .tr-bg-mobile p {
        width: 50% !important;
    }

    .credito-consulta #ctn-creditos > div, .credito-consulta .content-extrSaldo > div {
        width: 50% !important;
        min-height: 80px;
    }
}

@media ( max-width: 700px) {
    #printImage {
        display: none !important;
    }

    .content-send-constancia .marginTableEmail td.columnEmail {
        text-align: left !important;
    }
}

@media ( max-width: 680px) {
    .tamaniopaginacion {
        width: 104%;
    }

    .tamaniopaginacionmensaje {
        width: 100%;
    }

    .check-off-1x {
        background-image: url("../images/sprite.png");
        background-position: -51px -204px;
        width: 50px;
        height: 51px;
    }

    .contenedor-step .panel-steps {
        padding-top: 10px;
    }

    #keyboard-container {
        margin: 0;
        position: static;
        left: 0;
        /* 		bottom: -255px; */
        z-index: 10;
        width: 100%;
        background: rgba(255, 255, 255, 0.72);
        max-width: 100%;
        min-height: 0;
        padding: 15px 0 25px 0 !important;
        border-top: 1px dotted #f5f5f5;
        /*  		-webkit-transition: bottom 0.3s; */
        /* 		-moz-transition: bottom 0.3s; */
        /* 		-o-transition: bottom 0.3s; */
        /* 		-ms-transition: bottom 0.3s; */
        transition: bottom 0.3s;
    }

    #subTitulo > span {
        float: left !important;
        line-height: 1.3;
    }

    .columnEmail {
        vertical-align: top;
        padding: 5px;
        width: 33%;
        text-align: left;
        display: block;
    }

    .columnEmail2 {
        vertical-align: top;
        padding: 5px;
        width: 33%;
        text-align: left;
        display: block;
    }

    .columnEmail50 {
        width: 50%;
    }

    .botonCambioClaveSiguiente {
        display: none;
    }

    .btnEliminar {
    }

    #printImage {
        display: none !important;
    }

    table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
        margin-left: -28px;
        box-sizing: border-box;
    }

    #seccionConfClave {
        margin-top: -60px !important;
    }

    #seccionConfClave div {
        padding-top: -50px !important;
    }

    #botonNextPC22 {
        margin-top: 20px !important;
    }

    #grabarOpeFrecuenteSMS {
        margin-top: 0px;
        margin-left: 0px;
    }

    #seccionSmsPCCont {
        padding-left: -50px !important;
        margin-top: -140px !important;
    }

    #seccionSmsPC {
        margin-top: -60px;
    }

    #textoTecladoNumerico {
        text-align: center !important;
    }

    /*#botonContenedor{
margin-top: -120px!important;
  margin-bottom: 20px!important;
}*/
    #botonNextClave {
        margin-right: 22%;
    }

    #botonNextSms {
        margin-right: 22%;
        margin-top: 0px !important;
    }

    #botonNextCoor {
        margin-top: 20px !important;
        margin-right: 28%;
    }

    #clave6digitos {
        margin-left: 0px;
    }

    #dlg3 {
        width: 70% !important;
        margin: 0 auto;
    }

    #dlgEnviarCorreo {
        width: 70% !important;
        margin: 0 auto;
    }

    #dlgErrorCorreo {
        width: 70% !important;
        margin: 0 auto;
    }

    #dlgMensajeAsincrono {
        width: 70% !important;
        margin: 0 auto;
    }

    #dlgMensajeSuperacion {
        width: 70% !important;
        margin: 0 auto;
    }

    .dlg-advertencia {
        /*margin-left: -36%!important;*/
        width: 70% !important;
    }

    #seccionFrecuentes {
        margin-top: 20px;
    }

    #cuentaFrecuente {
        /*width: 90% !important;*/
        width: 0px !important;
    }

    #btnEliminar {
        position: relative;
        /*
        margin-top: -25px !important;
        margin-right: -20px !important;
        float: right;*/
    }

    #btnEliminar .textoBtnEliminar {
        /*display: none;*/
    }

    #subTitulo {
        /*height: 58px!important;*/
        padding-right: 20px !important;
        /*padding-top: 7px;*/
    }

    #pSubTitulo {
        width: 100% !important;
    }

    #seccionCoordenadas {
        margin-top: -15px !important;
    }

    #botonNextPlaCoor {
        margin-top: 10px !important;
        margin-bottom: 110px !important;
    }

    #botonNextPla {
        margin-top: -120px !important;
        margin-bottom: 70px !important;
    }

    #botonNextSMS {
        margin-bottom: 100px !important;
        margin-top: 20px !important;
    }

    #botonSiguiente {
        margin: auto !important;
    }

    #botonSiguienteFrecuentes {
        margin: 30px auto !important;
    }

    #logPersonaIngreso {
        border: none;
    }

    #seccionFrecuentes .dropdown-menu {
        max-width: 100%;
        max-height: 200px !important;
    }

    .dropdown-menu > li > a {
        white-space: initial !important
    }

    /* #seccionConfClave {
min-height: 150px;
}*/
    #autorizacionIncrementoForm #operacion .panel-steps .btn-correct2 {
        margin-top: 20px !important;
        position: relative !important;
    }

    .panel-body {
    }

    #coordinates-steps, #coordinates-steps label {
        margin-left: 0 !important;
    }

    #consulta .table tbody td.child li span:nth-child(2) {
        /*float: right;*/
        display: inline-block;
        width: 50%
    }

    .content-send-constancia .columnEmail {
        width: 100%;
    }

    .content-send-constancia .columnEmail2 {
        width: 100%;
    }

    .content-send-constancia .skysilver {
        line-height: 16px;
    }

    .mov span:first-child {
        display: none;
    }

    .mov span:last-child {
        display: block;
    }

    .content-extrSaldo .form-group input[type="text"] {
        width: 100%;
    }
}

@media ( max-width: 750px) {
    .buzon-autorizaciones table td:before {
        margin-left: -5px !important;
    }
}

@media ( max-width: 750px) {
    .buzon-mensajes table th {
        text-align: center !important;
    }

    .buzon-mensajes table td:before {
        margin-left: -10px !important;
    }
}

@media ( min-width: 480px) {
    .mov span:last-child {
        display: none;
    }
}

@media ( max-device-width: 480px) {
    .margintitulocambioclave {
        margin-top: 70px !important;
    }

    #textoTecladoNumerico {
        text-align: center !important;
    }

    /*#botonContenedor{
margin-top: -130px!important;
  margin-bottom: 20px!important;
}*/
    #dlg3 {
        width: 70% !important;
        margin: 0 auto;
    }

    #dlgEnviarCorreo {
        width: 70% !important;
        margin: 0 auto;
    }

    #dlgErrorCorreo {
        width: 70% !important;
        margin: 0 auto;
    }

    #dlgMensajeAsincrono {
        width: 70% !important;
        margin: 0 auto;
    }

    #dlgMensajeSuperacion {
        width: 70% !important;
        margin: 0 auto;
    }

    .dlg-advertencia {
        /*margin-left: -36%!important;*/
        width: 70% !important;
    }
}

.show_error {
    display: inline;
    color: red;
    font-size: 12px;
    margin-left: 10% !important;
}

.hide_error {
    display: none;
}

#archivo {
    background: white !important;
}

#archivo .ui-button {
    background: rgb(0, 100, 167);
    color: white;
    font-size: 13px;
    display: inline-block;
    margin-top: 5px;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.ui-fileupload-filename {
    display: none !important;
}

#nombre_archivo {
    font-size: 13px;
}

#chkSeleccion {
    margin-top: 30px !important;
}

.titulo-justificado {
    text-align: justify;
    text-justify: inter-word;
}

.longitudClass {
    width: 90% !important;
}

.breakWordMail {
    word-wrap: break-word !important;
    max-width: 175px !important;
}

.breakworkmodal {
    /*word-break: break-all !important;*/
    word-wrap: break-word !important;
    font-size: 12px;
}

.breakWordDescripcion {
    word-wrap: break-word !important;
    max-width: 420px !important;
}

.breakWord_padRight {
    word-wrap: break-word !important;
    padding-right: 17px;
}

.breakWordNombre {
    word-wrap: break-word !important;
    max-width: 240px !important;
}

.breakWordAsunto {
    word-wrap: break-word !important;
    max-width: 300px !important;
}

.breakWordDescModal {
    word-wrap: break-word !important;
    max-width: 300px !important;
}

.transferencia-tercero.modal-body .content-send-constancia .table > tbody > tr > td {
    padding-right: 15px !important;
}

.transferencia-tercero .table > thead > tr > th {
    text-align: left;
}

.content-send-constancia table td {
    white-space: inherit;
}

/*Correccion interlineado*/
.transPropiasF .col-md-3, .transPropiasF .col-md-4 {
    padding-right: 14px !important;
    /*5*/
    min-height: 60px !important;
    /*75*/
}

.autoBuzMargen .col-md-3, .autoBuzMargen .col-md-4 {
    padding-right: 10px !important;
    min-height: 75px !important;
}

.selectSizeMax {
    height: 400px !important;
}

.scrollboxModal2 {
    /*overflow: scroll;*/
    width: 100% !important;
    /*height: 300px;*/
    overflow-y: hidden;
}

.scrollbox {
    overflow: scroll !important;
    width: 100% !important;
    overflow-x: hidden !important;
    -moz-scrollbars-vertical: scroll;
}

.scrollboxMenu {
}

.pServicioModal .scrollboxModal h6 {
    /*Correccion constancias
    margin-top: -32px;*/
    margin-top: -10px;
    margin-bottom: 7px;
}

.pServicioModalTrans .scrollboxModal h6 {
    margin-top: 0px;
    margin-bottom: -8px;
}

.pServicioModal .scrollboxModal .cabecera {
    /*Correccion de constancias
    margin-top: 0;*/
}

.pServicioModal .columnEmail span {
    padding-right: 5px;
    /*Correccion constancias*/
    padding-bottom: 7px;
}

.pServicioModal .columnEmail2 span {
    padding-right: 5px;
    padding-bottom: 7px;
}

.pServicioModal .scrollboxModal hr {
    margin-top: -10px;
    margin-left: -10px !important;
    /*Correccion de constancias*/
    /*width: 120%!important;*/
    width: auto;
    margin-bottom: 0 !important;
}

.pServicioModal .scrollboxModal {
    margin-bottom: -40px !important;
}

.sendPago {
    margin-left: -25px !important;
}

.modalMenuSuperior {
    font-size: 16px !important;
}

/*Correcion E0258*/
.table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    margin-left: -30px;
    box-sizing: border-box;
}

.content-operacion .table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, .content-operacion > table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    position: initial;
    display: inline-block;
    margin-right: 10px;
    margin-top: 0;
}

/*Correccion E0355*/
.msg-autorizacion {
    margin-top: 10px;
    display: inline-block;
}

.msg-auto-Font1 {
    font-size: 12px;
}

.msg-auto-Font2 {
    font-size: 10px;
}

/*Correccion de overflow*/
.panel-aux {
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: visible;
}

.panel-body-padding {
    padding-left: 50px;
    padding-right: 50px;
}

.body-paddingLeft {
    padding-left: 58px !important;
}

.subtituloAux {
    margin-left: 0;
    width: 100%
}

/*Correccion autorizadores*/
.padding-tablaAuto {
    padding-top: 0;
    padding-bottom: 5px;
}

/*Correccion separacion de numero de cuenta*/
.separacion-Cta {
    margin-top: 7px;
}

/*Correccion de espaciado en operaciones*/
.content-operacion .skygris {
    margin-bottom: 5px;
}

.content-operacion .skysilver {
    margin-bottom: 20px;
}

.content-operacion .newOpe .skysilver {
    margin: 5px 0px;
}

.content-operacion .newOpeEmpresa .skysilver {
    margin-bottom: 10px;
}

.padding-info {
    padding-left: 8px;
}

.content-operacion .newOpe {
    margin-bottom: 20px;
    /*padding-left: 58px;*/
    width: 120%;
}

.content-operacion .newOpeEmpresa {
    margin-bottom: 20px;
    /*padding-left: 58px;*/
    width: 120%;
}

.content-operacion .table {
    margin-bottom: 0px !important;
}

.content-operacion .hrStyleEmpresas {
    margin-top: 20px;
}

.content-operacion .panel-steps {
    padding-top: 20px;
}

.content-operacion .btnTOP4 {
    margin-top: 0 !important;
}

.content-operacion .btnTOP5 {
    margin-top: 0 !important;
}

.content-operacion .admTextBox {
    /*
    padding-top: 20px;
    margin-top: 0;
    */
}

.content-operacion .botonCoordenada {
    margin-top: 0 !important;
}

.content-operacion .item-constancia {
    min-height: 1px !important;
}

.noMarginTop {
    margin-top: 0 !important;
}

.noMarginBottom {
    margin-bottom: 0 !important;
}

.noPadRight {
    padding-right: 0 !important;
}

.padComboEstandar .btn {
    padding-left: 15px !important;
}

.noDisplay {
    display: none;
}

.msgGuardarOpFrec {
    font-size: 14px !important;
    margin-top: 8px;
    margin-bottom: 20px;
}

.iconGuardarOpFrec {
    display: inline-block;
    margin-right: 15px;
}

.txtGuardarOpFrec {
    display: inline-block;
}

.constanciaOpFrec {
    font-size: 11px;
    margin-top: 9px;
    margin-left: 5px;
    text-align: left;
}

.constanciaOpFrec .txtGuardarOpFrec {
    line-height: 19px;
}

.displayInline {
    display: inline-block;
}

.iconSavePad {
    padding-right: 10px;
}

.mTopEstandar {
    margin-top: 20px !important;
}

.mTopEstandar17 {
    margin-top: 17px;
}

.mTopEstandar8 {
    margin-top: 8px;
}

.mBottomEstandar {
    margin-bottom: 20px !important;
}

.moedalidadactual {
    /*margin-bottom: 40px !important;*/
    padding-bottom: 40px;
}

.colIngresoCoord {
    padding-top: 0;
    padding-bottom: 20px;
}

.table {
    margin-bottom: 20px !important;
}

.op-autorizacion .col-md-3 {
    min-height: 1px !important;
}

.autorizacion-lbl-txt {
    margin-left: 10px;
    margin-top: 72px !important;
}

.opeFrecDescp {
    margin-left: 10%;
    text-align: left;
}

.noBorder {
    border: 0;
}

#rbtnTipoCredito td label {
    margin-right: 10px;
}

#rbtPagoDeuda td label {
    margin-right: 10px;
}

.col-btn-sigte {
    text-align: center;
}

.col-link-sigte {
    text-align: center;
}

#seccionGrabarOpeFrecuente {
    text-align: center;
}

.botonera-buzon-autorizacion {
    text-align: right;
}

.btn-buzon-autorizacion {
    display: inline-block;
    width: auto;
}

.etiqueta-btn-buzon-autorizacion {
    display: inline-block;
}

.terminos-condiciones {
    margin-top: 5px;
}

.txt-terminos {
    margin-left: 8px;
    padding-top: 2px;
    display: inline-block;
    width: 80%;
}

.terminos-condiciones .icheckbox_square-blue {
    vertical-align: top;
}

.terminos-condiciones .icheckbox_square-blue-empresas {
    vertical-align: top;
}

.vAlignTop {
    vertical-align: top;
}

.content-titulo {
    font-family: 'Conv_HelveticaNeue-Medium';
    color: #0064a4;
    font-size: 21px;
    font-weight: normal;
    display: inline-block;
    width: 90%;
}

.planillaCargaArchivo {
    display: inline-block;
    float: left;
}

.btn-cargaPlanilla {
    margin: 0;
    padding: 0;
    padding-right: 10px;
}

.planillaNomArchivo {
    display: inline-block;
    margin-top: 10px;
}

.table tbody > tr > td.text-right {
    text-align: right;
    white-space: nowrap;
}

@media ( max-width: 768px) {
    #linea {
        width: 0;
        height: 0;
        border-right: 1px dotted #7c8282;
        float: inherit;
        margin-left: -35px;
    }

    #linea2 {
        width: 0;
        height: 0;
        border-right: 1px dotted #7c8282;
        float: inherit;
        margin-left: -35px;
    }

    .imagenCaptcha {
        width: 191px;
        margin-bottom: 15px;
        margin-top: -25px;
        margin-left: 10px;
    }

    .lblPregunta {
        margin-left: 25px;
    }

    .imagenCaptcha2 {
        width: 191px;
        margin-bottom: 15px;
        margin-left: 10px;
    }

    .panel-login4 .texto-capcha {
        margin-top: 10px;
    }

    .panel-login4-juridica .texto-capcha-juridica {
        margin-top: 10px;
    }

    .content-operacion .bgTitle {
        padding-left: 58px;
    }

    .subtituloPasoOpe {
        float: initial !important;
    }

    .col-btn-sigte > input {
        float: initial !important;
        margin-left: 0;
    }

    .col-link-sigte a {
        float: initial !important;
        margin-left: 0;
    }

    .content-operacion .mTopEstandarMobil {
        margin-top: 20px !important;
    }

    .panel-stepAdm {
        padding-left: 0;
    }

    .pan3ClavePersona .imgCaptchaClave {
        width: 90%;
        margin-top: -25px;
        margin-bottom: 10px;
        margin-left: 10px;
    }

    .panClaveCajero3 .imgCaptchaClaveCajero {
        width: 90%;
        margin-top: -25px;
        margin-bottom: 10px;
        margin-left: 10px;
    }

    .pan3ClavePersona .recargaCaptchaClave {
        margin-top: 10px;
        margin-left: 35px;
    }

    .panClaveCajero3 .recargaCaptchaClaveCajero {
        margin-top: 10px;
        margin-left: 35px;
    }

    .pan3ClavePersona .txtClaveInternet {
        margin-top: 10px;
    }

    .panClaveCajero3 .txtCaptchaCajero {
        margin-top: 10px;
    }

    .panel-login4 .recarga-capcha {
        margin-left: 40px;
    }

    .panel-login4-juridica .recarga-capcha-juridica {
        margin-left: 40px;
    }

    .pan3ClavePersona .lblQueImagen {
        margin-left: 20px;
    }

    .pan3ClavePersona .lblDefCaptcha {
        margin-left: 20px;
    }

    .panClaveCajero3 .lblDefCaptchaCajero {
        margin-left: 20px;
    }
}

@media ( min-width: 769px) {
    .panel-stepAdm {
        margin-top: 30px;
    }

    .panelStepMT {
        margin-top: 94px;
    }
}

.panel-step .titulo-clave {
    margin-bottom: 14px;
    margin-left: -10px;
}

.texto-capcha-juridica {
    /*     margin-top: 18px; */
    margin-top: 22px;
}

@media ( max-width: 768px) {
    .panel-login4 .boton-siguiente {
        margin-left: 15px;
        margin-top: 13px;
        margin-bottom: 30px;
    }

    .panel-login4-juridica .boton-siguiente-juridica {
        margin-left: 15px;
        margin-top: 13px;
        margin-bottom: 30px;
    }

    .pan3ClavePersona .btnSiguienteClavePersona {
        margin-left: 15px;
        margin-bottom: 30px;
    }

    .panClaveCajero3 .btnSiguienteClave {
        margin-left: 15px;
        margin-bottom: 30px;
        margin: auto;
    }

    .recarga-captcha-juridica {
        float: left;
    }

    .panel-step .titulo-captcha-persona {
        margin-bottom: -20px;
    }

    .teclado {
        margin-left: auto;
        margin-right: auto;
    }

    .autorizacion-lbl-txt {
        margin-top: 20px !important;
    }

    .table:not(.collapsed) .headerMin {
        width: 1% !important;
    }

    .table:not(.collapsed) .header50 {
        width: 50% !important;
    }
}

@media screen and (max-width: 991px) and (min-width: 769px) {
    /* 	.teclado-img, .teclado a{ */ /* 	margin-left: 90px; */ /* 	} */ .panel-login1 {
    width: 40%;
}

    .divPrincipalLogueo {
        margin-left: 20px;
    }

    #linea {
        width: 1px;
        margin-left: 50px;
    }

    .panel-login3 {
        width: 40%;
        margin-left: 70px;
    }

    .panel-login3 .imgNumeroDos {
        margin-left: -80px;
    }

    .panel-login4 {
        width: 40%;
        margin-left: 30px;
    }

    .panel-login4 .imgNumeroTres {
        margin-left: -80px;
    }

    .panel-login2 {
        width: 40%;
        margin-left: 50px;
    }

    .panel-login2 .imgNumeroUno {
        margin-left: -80px;
    }

    .panel-login1 .lblPrimeraVez {
        width: 60%;
        margin-left: 60px;
        text-align: center;
    }

    .panel-login1 .imgCandado {
        margin-left: 130px;
    }

    .panel-login1 .btnIngrese {
        margin-left: 65px;
    }

    .divTituloLogueoP {
        width: 600px;
    }

    .divTituloLogueoJ {
        width: 600px;
    }

    .panel-login1-juridica {
        /* 	  width: 40%; */
        margin-left: -70px;
    }

    .panel-login1-juridica .lblPrimeraVezJuridica {
        width: 60%;
        margin-left: 60px;
        text-align: center;
    }

    .panel-login1-juridica .btnIngreseJ {
        /* 	  width: 65px; */
    }

    .panel-login1-juridica .imgCandadoJ {
        margin-left: 145px;
    }

    .panel-login2-juridica {
        /* 	    width:40%; */
        margin-left: 60px;
    }

    .maginlogin-natural {
        padding-right: 65px !important;
        margin-left: 19px;
    }

    .maginlogin-naturaltitle {
        margin-left: -45px !important;
    }

    .panel-login2-juridica .imgNumeroUnoJ {
        margin-left: -110px;
    }

    .panel-login3-juridica .imgNumeroDosJ {
        margin-left: -110px;
    }

    .panel-login4-juridica .imgNumeroTresJ {
        margin-left: -110px;
    }

    .divPrincipalLogueoJ {
        margin-left: 60px;
        margin-top: -40px;
    }

    #linea2 {
        width: 1px;
        margin-left: 8px;
    }

    .panelGenera3 .txtClaveNew {
        width: 90%;
    }

    .cambio-labels {
        width: 90%;
        height: 34px;
        padding: 6px 12px;
        background-image: none;
        border: 1px solid #ccc;
    }

    .panel-stepAdm2 {
        margin-top: -29px;
    }

    .panel-login4 .boton-siguiente {
        margin-top: 40px;
    }

    .texto-capcha {
        margin-top: 41px;
        width: 80%;
    }

    .panelLogin2 {
        width: 80% !important;
    }

    .panel-login4 .recarga-capcha {
        position: absolute;
        margin-top: 70px;
        margin-left: -180px;
    }

    .panel-login3 .texto-clave-seis {
        width: 80%;
        margin-top: 3px;
    }

    .panel-login3 .lblIngreseClave {
        margin-top: 12px;
    }

    .panel-login3-juridica .texto-clave-juridica {
        width: 65%;
        margin-top: 0px;
    }

    .panel-login3-juridica .label-clave-juridica {
        /*     margin-top: 140px; pos:absolute*/
        margin-top: 15px;
    }

    .panel-login2-juridica .txtCodigoUsuario {
        width: 65%;
    }

    .panel-login4-juridica .texto-capcha-juridica {
        width: 65%;
    }

    .panel-login4-juridica .boton-siguiente-juridica {
        margin-top: 35px;
        margin-left: 0;
    }

    .texto-capcha-juridica {
        margin-top: 46px;
    }

    .panel-captcha {
        margin-top: 45px;
    }

    .pan3ClavePersona .txtClaveInternet {
        /* 	width: 90%; */
        margin-top: 40px;
        margin-bottom: 8px;
    }

    .imgTecladoNumerico {
        margin-left: 0;
    }

    .panel-login4 .imagenCaptcha2 {
        /*     width: 54%; */
    }

    .panel-login4-juridica .imagenCaptcha {
        /*width: 54%;*/
    }

    .content-operacion .botonCoordenada {
        margin-top: 120px !important;
    }

    .colIngresoCoord {
        padding-top: 21px;
    }

    .content-operacion .btnTOP5 {
        margin-top: 100px !important;
    }

    .content-operacion .imgTecladoNumerico {
        display: block;
        margin: 0px auto auto 0 !important;
    }

    .panel-login4-juridica .titulo-captcha {
        margin-bottom: 13px;
        margin-left: -150px;
    }

    .panel-login3-juridica .titulo-clave {
        margin-left: -155px;
    }

    .panel-login4-juridica .recarga-capcha-juridica {
        position: absolute;
        margin-top: 60px;
        margin-left: -180px;
    }

    .panel-login3 .imgTecladoNumerico {
        margin: 0px 80px auto auto !important;
    }

    .panel-login3-juridica .imgTecladoNumerico {
        margin: 0px 145px auto auto !important;
    }

    .pan2ClavePersona .imgTecladoNumerico {
        margin: 0px 45px auto auto !important;
    }

    .pan1ClavePersona {
        width: 35%;
    }

    .pan2ClavePersona {
        width: 35%;
        margin-left: 120px;
    }

    .pan3ClavePersona {
        width: 35%;
    }

    .pan3ClavePersona .recargaCaptchaClave {
        position: absolute;
        margin-top: 55px;
        margin-left: -185px;
    }

    .pan3ClavePersona .btnSiguienteClavePersona {
        margin-top: 8px;
    }

    .divTituloClave {
        width: 600px;
    }

    .divAprendeUtilizar {
        margin-left: 415px;
    }

    .divClavePersona {
        margin-left: 40px;
    }

    .panClaveCajero1 {
        width: 35%;
    }

    .panClaveCajero2 {
        width: 35%;
        margin-left: 120px;
    }

    .panClaveCajero3 {
        width: 35%;
    }

    .panClaveCajero2 .imgTecladoNumerico {
        margin: 0px 45px auto auto !important;
    }

    .divTituloClaveCajero {
        width: 600px;
    }

    .divTituloAprendaUtilizar {
        margin-left: 415px;
    }

    .panClaveCajero3 .recargaCaptchaClaveCajero {
        position: absolute;
        margin-top: 55px;
        margin-left: -185px;
    }

    .panClaveCajero3 .txtCaptchaCajero {
        margin-top: 40px;
        margin-bottom: 6px;
    }

    .panClaveCajero3 .btnSiguienteClave {
        margin-top: 6px;
    }

    .panPrincipalCajero {
        margin-left: 40px;
    }

    .teclado-cambio-clave .teclado {
        margin-left: auto;
        margin-right: auto;
    }
}

@media ( min-width: 992px) {
    .panel-login3 .lblIngreseClave {
        margin-top: 14px;
    }

    .panClaveCajero3 .imgCaptchaClaveCajero {
        margin-bottom: 12px;
    }

    .panClaveCajero3 .txtCaptchaCajero {
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .panClaveCajero3 .btnSiguienteClave {
        margin-top: 10px;
    }

    .pan3ClavePersona .imgCaptchaClave {
        margin-bottom: 12px;
    }

    .pan3ClavePersona .txtClaveInternet {
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .pan3ClavePersona .btnSiguienteClavePersona {
        margin-top: 10px;
    }

    .panel-login4-juridica .imagenCaptcha {
        margin-bottom: 12px;
    }

    .panel-login4 .imagenCaptcha2 {
        margin-bottom: 12px;
    }

    .panel-login4-juridica .texto-capcha-juridica {
        margin-top: 10px;
    }

    .panel-login4 .texto-capcha {
        margin-top: 8px;
    }

    .selecOpcCredito {
        width: 200px !important;
    }

    .panel-login4-juridica .boton-siguiente-juridica {
        margin-top: 28px;
    }

    .msgDescpOpFrec {
        margin-left: -2.5%;
    }

    .msgGuardarOpFrec {
        margin-bottom: 0;
    }

    .panel-login {
        padding-left: 20px;
    }

    .imgTecladoNumerico {
        display: block;
        margin: 0px 0px 0px 0px !important;
    }

    .item-constancia:nth-child(4n+1) {
        clear: left;
    }

    .item-constancia3:nth-child(3n+1) {
        clear: left;
    }

    .panel-stepAdm {
        margin-top: 30px;
    }

    .panel-stepAdm2 {
        margin-top: -29px;
    }

    .panelStepMT {
        margin-top: 94px;
    }

    .content-operacion .radio-inline {
        padding-left: 0;
    }

    .content-operacion .btnTOP4 {
        margin-top: 130px !important;
        /*120px*/
    }

    .content-operacion .btnTOP5 {
        margin-top: 100px !important;
    }

    .content-operacion .botonCoordenada {
        margin-top: 120px !important;
    }

    .content-operacion .admTextBox {
        padding-top: 0px;
    }

    .colIngresoCoord {
        padding-top: 21px;
    }
}

@media only screen and (max-device-width: 414px) and (orientation: portrait) {
    .content-operacion .bgTitle {
        padding-left: 34px;
    }

    .panel-body-padding {
        padding-left: 26px;
        padding-right: 30px;
    }

    .body-paddingLeft {
        padding-left: 34px !important;
    }

    .subtituloBottom {
        /*margin-bottom: 40px;*/
    }

    .content-operacion .bgShowTotal .textShowTotal {
        margin-right: 30px;
    }

    .content-operacion .bgShowTotalEmpresas .textShowTotal {
        margin-right: 30px;
    }

    .content-operacion .newOpe {
        padding-left: 32px;
        padding-right: 30px;
    }

    .content-operacion .newOpeEmpresa {
        padding-left: 32px;
        padding-right: 30px;
    }

    .col-btn-sigte > input {
        float: initial !important;
        margin-left: 0;
    }

    .content-operacion .mTopEstandarMobil {
        margin-top: 20px !important;
    }

    .col-link-sigte a {
        float: initial !important;
        margin-left: 0;
    }

    .botonera-buzon-autorizacion {
        text-align: left;
    }

    .btn-buzon-autorizacion {
        display: inline-block;
        text-align: center;
        width: 80px;
        margin-left: 5px !important;
        float: left;
        margin-bottom: 10px;
    }

    .etiqueta-btn-buzon-autorizacion {
        display: block;
    }

    .iconGuardarOpFrec {
        margin-top: 5px;
        float: left;
    }

    .constanciaOpFrec .iconGuardarOpFrec {
        margin-top: 2px;
    }

    .txtGuardarOpFrec {
        width: 70%;
        /*80*/
    }

    .txtGlosa {
        max-width: 260px !important;
    }

    #rbtnTipoCredito {
        margin-left: -10px;
    }
}

@media ( max-width: 750px) {
    .content-operacion table td:before {
        margin-left: 5px !important;
        margin-top: 2px;
    }
}

/*Sobrescritura de estilos para tablas del modulo de operaciones*/
.content-operacion .table thead > tr > th {
    padding-left: 8px;
}

@media only screen and (max-device-width: 800px) {
    .content-operacion .table > tbody > tr > td, .content-operacion .table > thead > tr > th {
        text-align: left !important;
        padding-left: 3px;
    }

    .content-operacion .table > tbody > tr.child > td {
        text-align: right !important;
    }

    /*.content-operacion>table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child*/
    .content-operacion .dataTable.dtr-inline.collapsed > tbody > tr > td:first-child {
        padding-left: 3px !important;
        padding-top: 5px;
    }

    .content-operacion table td {
        text-align: left !important;
    }

    .modal-operacion table td, .modal-operacion table th {
        text-align: left !important;
    }
}

.panelStep2 {
    margin-top: -50px;
}

@media only screen and (min-width: 991px) {
    .margenvaciosolicitud {
        margin-bottom: 40px;
    }

    .margennovaciosolicitud {
        margin-bottom: 20px;
    }

    .contenedor-panel-steps .lblSeleccioneDigito {
        margin-left: -32px;
    }

    table td {
        white-space: normal;
    }

    .frecRadioYesNo {
        margin-top: 25px;
        margin-left: 10%;
        width: 200px;
    }

    .panel-login1-juridica {
        margin-top: -45px;
    }

    .panel-login2-juridica {
        margin-top: -45px;
    }

    .panel-login3-juridica {
        margin-top: -45px;
    }

    .panel-login4-juridica {
        margin-top: -45px;
    }
}

@media (max-width: 667px) {
    .panTipSeguridad {
        width: 330px !important;
        height: 330px;
    }
}

@media (max-width: 667px) and (orientation: landscape) {
    #botonNextCla {
        margin-top: 10px;
    }

    .panTipSeguridad {
        width: 330px !important;
        height: 270px;
    }
}

.panTipSeguridad {
    padding: 0;
    width: 700px;
    text-align: center;
    position: relative;
}

.lblCoordenada {
    margin-bottom: -50px;
}

.panel-step .lblCoordenadaDigitos {
    margin: 23px 0 23px 0;
}

.btn.btnSiguiente {
    margin-top: 23px;
}

.btnSiguientemargin {
    /*padding-right: 15px !important;*/
    padding-left: 3.5%;
    text-align: center;
}

.btnSiguientemarginsms {
    /*padding-right: 15px !important;*/
    padding-left: 4%;
    text-align: center;
}

.btnSiguientemarginsms2 {
    /*padding-right: 15px !important;*/
    padding-left: 3%;
    text-align: center;
}

.pan2ClavePersona .lblIngreseClave {
    margin-bottom: -40px;
}

.panel-steps .pan2ClavePersona .lblIngreseClave {
    margin-bottom: 14px;
}

.panStepsClavePersona {
    margin-top: -50px;
}

.panClaveCajero2 .lblIngreseCodigo {
    margin-bottom: 14px;
}

.panPrincipalCajero {
    margin-top: -50px;
}

@media (min-width: 991px) {
    .panel-login4-juridica .titulo-captcha {
        margin-bottom: -13px;
    }

    .panel-login4-juridica .recarga-capcha-juridica {
        margin-top: 30px;
    }
}

@media (max-width: 692px) {
    .imagenCaptcha {
        margin-bottom: 13px;
        margin-top: -10px;
    }
}

.txtCaptchaCajero {
    margin-top: 22px;
}

.pan3ClavePersona .lblClaveInternet {
    margin-bottom: 15px;
}

/*
.pan3ClavePersona .lblGeneraclaveInternet{
	margin-bottom: -12px;
}*/
.pan3ClavePersona .lblJGeneraclaveInternet {
    margin-bottom: -20px;
}

.panClaveCajero3 .lblIngresTextoCaptcha {
    margin-bottom: 15px;
}

.btnCambioClave {
    width: 220px;
    margin-top: 103px;
    text-align: center;
}

.lblBienvenido {
    margin-right: 30px;
}

.lblNombrePersona {
    margin-right: 30px;
}

.divClaveInternet {
    line-height: 1.1;
}

.panel-steps .fondoSmsPersona {
    background: #fdb924;
    /*background: #FDB01D;*/
}

.panel-steps .fondoSmsJuridica {
    background: #0064a7;
}

.panel-steps .cloudPersona {
    background-image: url("../images/sprite.png");
    background-position: -180px 0px;
    width: 75px;
    height: 70px;
}

.panel-steps .cloudJuridica {
    background-image: url("../images/sprite.png");
    background-position: -180px -70px;
    width: 74px;
    height: 63px;
}

.margetopconsulta {
    margin-top: 5px;
}

.colBuzonOpe {
    max-width: 250px !important;
    white-space: normal;
}

.print {
    position: absolute;
    top: -10000px;
}

@page {
    size: 21cm 29.7cm !important;
    margin: 20mm 5mm 15mm 5mm;
}

@media print {
    table.dataTable.thnormal th {
        white-space: normal !important;
        padding-right: 5px;
        padding-left: 5px;
    }

    table.dataTable.tdnowrap td {
        white-space: nowrap !important;
    }

    body {
    }

    table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
        display: none;
    }

    td, th {
        display: table-cell !important;
    }

    td .no-print, th .no-print {
        display: none !important;
    }

    .ppadingleftncuotas {
        padding-left: 5px !important;
    }

    .item-constancia:nth-child(4n+1) {
        clear: left;
    }

    .item-constancia3:nth-child(3n+1) {
        clear: left;
    }

    #section-welcome > div.imprimir {
        display: none;
    }

    html, body {
        position: relative;
    }

    .main-footer {
        position: relative;
        height: 0px !important;
        padding-bottom: 0px;
        display: none;
    }

    .section-welcome .panel-body {
        padding-bottom: 0px !important;
    }

    .panel {
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }

    #footer {
        height: 0px !important;
        padding-bottom: 0px;
        display: none;
    }

    .menu-groups {
        display: none;
    }

    .header-responsive550 {
        display: none;
    }

    .main-header {
        height: 30px;
    }

    .print {
        position: relative;
        top: 0px;
        right: 140px;
    }

    .main-header .header-nav {
        display: none;
        background-color: #061d46;
    }

    .inner-top-data {
        display: none;
    }

    .no-print {
        display: none !important;
    }

    table {
        width: 100%;
        margin: 0 auto;
    }

    .footer-social {
        display: none;
    }

    .header-logo {
        background-color: #0064a7;
    }

    .logo {
        background-color: #0064a7;
    }

    .lblBuzonMensaje {
        display: none;
    }

    .lblMensajeTitulo {
        display: none;
    }

    .skygris {
        margin-top: 5px !important;
    }

    .lblMensajesEliminados {
        display: none;
    }

    .ico-empresa-img {
        display: none;
    }

    .lblTituloDetalle {
        margin-bottom: 20px;
    }

    .no-print .ico {
        display: none;
    }

    .ico {
        background-image: none;
        display: none;
    }

    .credito-consulta #ctn-creditos > div, .credito-consulta .content-extrSaldo > div {
        width: 25% !important;
    }

    .tamanio-treinta {
        width: 33%;
    }

    .tamanio-cuarenta {
        width: 40%;
    }

    .tamanio-cincuenta {
        width: 50%;
    }

    .tamanio-veinticinco {
        width: 25%;
    }

    .tamanio-noventa {
        width: 99%;
    }

    .tamanio-cien {
        width: 100%;
    }

    .tamanio-veinte {
        width: 20%;
    }

    .row.equal {
        /*
          display: flex;
          flex-wrap: wrap;*/
        margin: 0;
    }

    .tamanio-cien {
        width: 100%;
    }

    .col-md-offset-1print {
        margin-left: 0% !important;
    }

    hr .hrStyle {
        /*     display: -webkit-box; */
        /*     display: -moz-box; */
        /*     display: -webkit-flex; */
        /*     display: -ms-flexbox; */
        /*     display: box; */
        /*     display: flex; */
        /*     width: 200%; */
        color: #fdb924;
        /*     height: 3px; */
        /*     border-top: 2px solid; */
        /*     margin-left: -51px;  */
    }

    hr .hrStyleEmpresas {
        color: #fdb924;
    }

    .newOpe {
        border-bottom-color: black;
    }

    .newOpeEmpresa {
        border-bottom-color: black;
    }

    .print_padRight {
        padding-right: 18px;
    }

    .divMensajeTransfInterbancaria {
        padding-top: 100px;
    }

    .hideDisclaimerBloqueoTokenDigital {
        display: none;
    }

    .tituloPrintConstancias {
        font-family: sans-serif, Arial Narrow, Georgia, arial !important;
        font-weight: normal !important;
    ; }

    .hrStyleConstanciaPagoTarjeta {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: box;
        display: flex;
        width: 200%;
        color: #fdb924;
        height: 3px;
        border-top: 2px solid;
        margin-left: -58px;
    }

    .imprimir {
        display: block !important;
    }
}

.divSMS {
    text-align: justify;
}

.row.equal {
    /*
    display: flex;
    flex-wrap: wrap;*/
    margin: 0;
}

.modal-scroll-auto {
    -webkit-overflow-scrolling: auto;
}

/*
Para evitar el scroll del background en modales
.modal-open {
    overflow: hidden;
    position: fixed;
}

.modal {
    -webkit-overflow-scrolling: auto;
}
*/
.teclado {
    position: relative;
    width: 180px;
    height: 120px;
}

.teclado-img, .teclado-a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.teclado-a {
    z-index: 1;
    background-image: url('../images/transparent.png');
}

.teclado-a a:focus, .teclado-a a:hover {
    color: yellow;
    /*border: 2px dotted #7c8282;*/
}

.key {
    position: relative;
    float: left;
    margin: 0px;
    width: 45px;
    height: 40px;
    display: block;
    z-index: 4000;
}

.key-clean {
    position: relative;
    float: left;
    margin: 0px;
    width: 90px;
    height: 40px;
    display: block;
    z-index: 4000;
}

.pan2ClavePersona .lblCuatroDigitos {
    margin-top: 12px;
}

.panClaveCajero2 .lblClaveCajeroCuatro {
    margin-top: 12px;
}

.panel-login3-juridica .label-clave-juridica {
    margin-top: 12px;
}

.email-only {
    display: none;
}

.ini-constancia {
    height: 20px;
}

.titulo-teclado {
    margin-bottom: 14px;
}

.tecladoCambioClave {
    position: relative;
    width: 180px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
}

.ui-button-text-icon-left .ui-button-text {
    padding: .3em 1.3em .3em 1.3em;
}

input[type=text]::-ms-clear {
    display: none;
}

input[type=password]::-ms-reveal {
    display: none !important;
}

::-ms-reveal {
    display: none !important;
}

.panel-autorizador-min {
    display: none;
}

.panel-autorizador-web {
    display: block;
}

.celda-autorizador-email {
    min-height: 40px;
}

.tdtamanotabla10 {
    width: 10% !important;
    /*min-width: 10% !important;*/
}

.tdtamanotabla20 {
    width: 20% !important;
}

.tdtamanotabla25 {
    width: 25% !important;
}

.paddingleft25 {
    padding-left: 25% !important;
}

.tdtamanotabla30 {
    width: 30% !important;
}

.tdtamanotabla35 {
    width: 35% !important;
}

.tdtamanotabla50 {
    width: 50% !important;
}

.tdmargetabla {
    margin-right: 25px;
}

.backgroundmenupersona {
    background: #ffa500 !important;
}

.backgroundmenuempresa {
    background: #007fbe !important;
}

.sinseparartexto {
    /*white-space: nowrap;*/
    overflow-rap: normal;
}

.modalsinscroll {
    overflow: hidden !important;
}

.breakAll {
    word-break: break-all;
}

/*INICIO MEJORASIBK*/
#modalidad-plazo .bootstrap-select.btn-group .dropdown-menu, #modalidad-plazo .bootstrap-select.btn-group .dropdown-menu.inner {
    max-height: none !important;
}

#dias-plazo .bootstrap-select.btn-group .dropdown-menu, #dias-plazo .bootstrap-select.btn-group .dropdown-menu.inner {
    max-height: none !important;
}

@media (min-width: 769px) and (max-width: 992px) {
    #seccionFrecuentes {
        margin-left: 195px;
    }
}

@media (min-width: 500px) and (max-width: 768px) {
    .colFrec {
        padding-left: 46%;
    }
}

/*FIN MEJORASIBK*/
.tamanioradio {
    width: 130px;
}

.lblErrorClaveInternet {
    padding-top: 3px;
}

.magintituloconsulta {
    margin-bottom: -25px;
}

.table tbody td.child li div.autorizadoraling {
    display: table;
}

.rightempresas {
    right: -1px;
}

.selectempresas {
    white-space: normal !important;
}

.hrStyleTelefono {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
}

.iconoTelefono {
    margin-top: 10px;
    width: 3.3%;
}

.separadorGuion {
    margin-top: 3px;
    width: 5%;
}

.ajusteMargen {
    width: 2.33%;
}

.padding-left-acciones {
    padding-left: 5px;
}

.message-style {
    border-radius: 5px;
    margin-bottom: 36px;
}

.message-style > .info-header {
    margin-bottom: 10px;
}

.message-style > .info-header > .info-image {
    width: 20px;
    height: 20px;
    vertical-align: top;
}

.message-style > .info-header > .info-title {
    font-size: 13px;
    margin-left: 6px;
    display: inline-block;
    font-weight: bold;
}

.message-style > .info-list {
    list-style: none;
    padding-left: 11px;
}

.message-style > .info-list > .info-list-item {
    font-size: 13px !important;
    margin-bottom: 10px;
    text-indent: -9px;
}

.message-style > .info-list > .info-list-item:before {
    content: '- ';
}

.message-style > .info-list > .info-list-item > .info-list-item-bold {
    font-weight: bold;
}

.mBOTTOM-5 {
    margin-bottom: 5px;
}

.imageMarginRight {
    margin-right: 5px;
}

.font13 {
    font-size: 13px !important;
}

.mustardConstancia {
    font-weight: bold;
    color: #fdb924 !important;
    margin: 0 0 1px;
}

.skyblueTransf {
    font-weight: bold;
    color: #0091c9 !important;
    margin: 0 0 1px;
}

.hrStyleEmpresasTransf {
    margin-top: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    width: 200%;
    color: #00afde;
    height: 3px;
    margin-left: -51px;
}

.linea1-tabla {
    text-align: center;
    background-color: #f5f5f5 !important;
    vertical-align: middle;
    font-size: 11px;
    padding: 10px 5px;
    border-style: solid;
    border-width: 0px;
    overflow: hidden;
    word-break: normal;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-color: #ddd;
}

.cabecera-tabla {
    text-align: center;
    vertical-align: middle;
    font-family: Arial;
    font-size: 11px;
    padding: 10px 5px;
    border-style: solid;
    border-width: 0px;
    overflow: hidden;
    word-break: normal;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-color: #00549F !important;
    color: #fff !important;
}

.salto-linea {
    word-wrap: break-word;
}

.espacios-linea-15-nombre {
    line-height: 15px !important;
    margin-right: 7px !important;
    width: 120px;
}

.espacios-linea-15 {
    line-height: 15px !important;
    margin-right: 7px !important;
}

/** estilos para el popup que permite insertar TAGs HTML */
#dlgHTML {
    background: #0064a7;
    width: 398px !important;
    box-shadow: 5px 7px 9px #888888;
    border-radius: 9px;
    margin: 0 auto;
}

#dlgHTML .ui-dialog-titlebar {
    background: #0064a7;
}

#dlgHTML .ui-dialog-content {
    text-align: center;
    margin: 0 auto;
}

#dlgHTML .ui-dialog-content h2 {
    text-transform: uppercase;
    color: #fdb924;
    font-size: 22px;
    font-weight: bold;
}

#dlgHTML .ui-dialog-content label {
    color: white;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 29px;
}

#dlgHTML input[type=submit] {
    display: block;
    text-transform: uppercase;
    margin-bottom: 12px;
    margin: 0 auto 12px;
    font-family: 'Conv_HelveticaNeue-CondensedBold', Arial Narrow, helvetica, arial !important;
}

#dlgHTML input[type=submit]:hover {
    color: white;
}

#dlgHTML input[type=submit]:focus {
    color: white;
    background-image: url("../images/sprite.png");
    background-position: 0px 0px;
}

.buzonLineTrans {
    margin-top: -23px;
}

.buzonLine {
    margin-bottom: 0;
    border-bottom: 0px;
    solid: #00afde;
}

.a_token_activado {
    vertical-align: middle;
    cursor: pointer;
    background-image: url("../images/Token_Activo_1.svg");
    background-position: -96px -256px;
    width: 15px;
    height: 16px;
    margin-bottom: 2px;
}

.popup-style {
    color: #0064a7 !important;
    float: left;
    font-weight: bold;
}

.popup-style-2 {
    color: #00549F !important;
    font-weight: bold;
}

.font-weight-bold {
    font-weight: bold;
}

.thread-style {
    background-color: #00549F;
    color: #ffffff;
    font-size: 12px;
}

.popup-table {
    border: 1px solid #ccc;
}

.tabla-prendario {
    border-collapse: collapse;
    border-spacing: 0;
    border: #444444 1px solid;
}

.datos-prendario {
    margin-left: 5px;
    border-collapse: collapse;
    border-spacing: 10px;
    border: none;
}

.datos-prendario-linea1 {
    font-family: Arial;
    font-size: 15px !important;
    font-weight: normal;
    padding: 10px 5px;
    border-style: solid;
    border-width: 0px;
    overflow: hidden;
    word-break: normal;
    border-color: inherit;
    text-align: left;
    vertical-align: top
}

.lineatotal-tabla {
    font-weight: bold
}

.popup-table-td {
    border-bottom: 2px solid #ddd;
    border-collapse: collapse;
    border-spacing: 0;
}

.message-style-token {
    border-radius: 5px;
    margin-bottom: -11px;
}

.a_token_no_afiliado {
    vertical-align: middle;
    cursor: pointer;
    background-image: url("../images/Token_no_afiliado_1.svg");
    background-position: -96px -256px;
    width: 15px;
    height: 16px;
    margin-bottom: 2px;
}

.a_token_bloqueado {
    vertical-align: middle;
    cursor: pointer;
    background-image: url("../images/Token_bloqueado_1.svg");
    background-position: -96px -256px;
    width: 15px;
    height: 16px;
    margin-bottom: 2px;
}

.buzonInterbConstanciaTitulos {
    display: block;
    margin-bottom: -25px;
    margin-top: 20px;
}

/*Estilos Pago de Tarjetas a otros Bancos*/
.cajaNumeroTarjeta {
    width: 21.7% !important;
}

.separadorNumeroTarjeta {
    width: 3% !important;
}

.margenEspacioCajaTextoGlosa {
    margin-bottom: 35px !important;
    margin-top: -5px !important;
    float: none;
}

.newTitleConstancia {
    font-family: 'Conv_HelveticaNeue-Medium';
}

.popup-style {
    color: #0064a7 !important;
    float: left;
    font-weight: bold;
}

.popup-style-2 {
    color: #00549F !important;
    font-weight: bold;
}

.font-weight-bold {
    font-weight: bold;
}

.thread-style {
    background-color: #00549F;
    color: #ffffff;
    font-size: 12px;
}

.popup-table {
    border: 1px solid #ccc;
}

.popup-table-td {
    border-bottom: 2px solid #ddd;
    border-collapse: collapse;
    border-spacing: 0;
}

.displayBloque {
    display: block;
}

.lineaNormal {
    line-height: normal;
}

.estiloNombre {
    color: white;
    line-height: 1px;
}

.estiloColumna {
    width: 78%;
}

.estiloAutorizador {
    width: 78%;
    vertical-align: top;
}

#dlg4interno {
    background: #fff;
    left: 44%;
    width: 700px;
    min-height: 900px;
    -webkit-box-shadow: 1px -1px 10px -4px #000000;
    box-shadow: 1px -1px 10px -4px #000000;
    border-radius: 0px;
    overflow: hidden;
    padding: 30px;
}

.emailinput:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #d8dbdd;
}

#section-welcome > div.imprimir {
    display: none;
}

.estiloFecha {
    margin-top: -10px
}

.estiloMotivoDeneg {
    word-wrap: break-word;
}

.detalleGlosa {
    word-break: break-all;
}

.estiloLineaEmpresa {
    margin-left: -60px;
}

.estiloValidacionEmail {
    color: red;
    font-size: 12px;
}

.estiloscrollboxModal {
    height: auto;
}

.estiloFooter {
    padding-top: 40px;
}

.estiloEnviar {
    margin-right: 34px;
    font-size: 14px;
}

.estiloMarginMargen25 {
    margin-top: -25px;
}

.estiloMarginLeft60 {
    margin-left: -60px;
}

.btnChangePin6AlignLeft {
    margin-left: -40px !important;
}

.popup-style {
    color: #0064a7 !important;
    float: left;
    font-weight: bold;
}

.popup-style-2 {
    color: #00549F !important;
    font-weight: bold;
}

.btnAffiliation {
    margin-left: 650px;
}

.font-weight-bold {
    font-weight: bold;
}

.showSubmenuCOC {
    position: relative;
}

.pagging-left-right-2 {
    padding-left: 2px;
    padding-right: 2px;
}

.pagging-top-botom-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.chevron-downCOC {
    display: block;
    position: absolute;
    top: 50%;
    left: 90%;
    margin-top: -7px;
}

.menuPaddingRight {
    padding-right: 0px !important;
}

.dataConstanciaPlazoFijo {
    line-height: 20px;
    margin-right: 20px !important;
    margin-top: 7px;
}

@media only screen and (max-width: 1010px) {
    .section-welcome .content-menu.content-persons a {
        padding-left: 10px;
    }
}

@media only screen and (max-width: 320px) {
    .section-welcome .content-menu.content-persons a {
        padding-left: 10px;
        font-size: 12px;
    }
}

.margin-btn-print-disbursement {
    margin-top: 25px !important;
}

.display-flex {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
}

/* Tipo de Cambio - Inicio*/
.question_help {
    background-image: url("../images/question.png");
    width: 18px;
    height: 18px;
}

.btn_cambiar_moneda {
    background-image: url("../images/elipse_flechas.png");
    width: 34px;
    height: 34px;
}

#pnlTblRangos .content-rangos {
    /* width: 730px; */
    padding: 0 10px;
}

#pnlTblRangos .modal-header {
    text-align: center;
    margin: 28px 60px;
    color: #00549F;
    font-style: normal;
    font-weight: bolder;
    font-size: 21px;
    display: flex;
    line-height: 38px;
    font-family: 'Helvetica Neue';
}

#pnlTblRangos .titulo {
    text-align: center;
    color: #00549F;
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    margin-top: 32px;
    margin-bottom: 24px;
    line-height: 38px;
    font-family: 'Helvetica Neue';
}

#pnlTblRangos .cabecera {
    text-align: left;
    color: #00549F;
    font-style: normal;
    font-weight: 500;
}

#pnlTblRangos .fila {
    border-bottom: 1px solid #B9B9B9;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
}

#pnlTblRangos .btn-blue {
    background: #003e9f;
    border-bottom: 3px #003e9f solid;
    color: #fff;
    text-transform: none;
    letter-spacing: 1px;
    font-family: 'Conv_HelveticaNeue-Light', helvetica, arial;
    height: 35px;
    padding: 6px 30px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
}

#tipo-de-cambio .circulo {
    width: 34px;
    height: 34px;
    background: linear-gradient(90deg, #0077C8 0%, #00549F 100%);
    border-radius: 50%;
    position: absolute;
}

#tipo-de-cambio .circulo .contenido {
    position: absolute;
    width: 34px;
    height: 34px;
    top: 15%;
    text-align: center;
    color: white;
}

#tipo-de-cambio .circulo .contenido span {
    font-family: 'Conv_HelveticaNeue-Light', helvetica, arial;
    font-size: 16px;
}

#moneda1, #moneda2 {
    border-bottom: 1px solid #d8dbdd;
}

#tipo-de-cambio .caja-text {
    background: #F4F4F4;
    width: 100%;
    height: 40px;
    text-align: right;
    padding-right: 8px;
}

#tipo-de-cambio .moneda {
    padding: 10px 0;
}

#tipo-de-cambio .seccion-enviar {
    text-align: right;
}

#tipo-de-cambio .enviar-recibir {
    /* font-family: 'Helvetica Neue'; */
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    color: #00549F;
    font-size: 10px !important;
}

#tipo-de-cambio .mTopEstandar {
    margin-top: 40px !important;
}

#tipo-de-cambio .mnEstandar {
    /* width: 300px!important;	 */
}

#tipo-de-cambio .derecha-estandar {
    margin-top: 40px !important;
    padding-left: 30px;
}

/* @media only screen and (max-width: 768px) { */
.respuesta-tc {
    border-radius: 5px;
    border: 1px solid #00549F;
    width: 300px;
    height: 47px;
    margin-top: 5px;
    /* margin-left: 350px; */
    padding: 8px;
}

#tipo-de-cambio .txt-azul {
    color: #00549F;
    text-align: center;
    font-size: 12px;
    margin: 0;
}

/* Tipo de Cambio - Fin*/
.TituloApert {
    color: #0064a4;
    text-align: center;
}

/* TIPS DE SEGURIDAD*/
.main-tips {
    width: 100%;
    float: left;
    overflow: hidden;
    /* padding-bottom: 69px; */
    padding-bottom: 0;
    background: #ffffff;
    min-width: 300px;
}

.panel-tips {
    width: 100% !important;
    -webkit-border-radius: 15px;
    border-radius: 70px;
    background: #fff;
    -webkit-box-shadow: 1px 3px 11px 0px rgba(97, 91, 91, 0.28);
    box-shadow: 1px 3px 11px 0px rgba(97, 91, 91, 0.28);
    /* margin: -12px 0 66px 0; */
    position: relative;
    justify-self: center;
}

.panel-heading-tips {
    min-height: 55px;
    height: 40px;
    background: #DADADB;
    /* Azul para Tips de Seguridad */
    -webkit-border-radius: 65px 65px 0 0;
    border-radius: 40px 40px 0 0;
    padding: 0 30px;
}

/*Punto azul de PERSONAS*/
.bullet-blue {
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #003e9f;
    /* azul institucional */
    border-radius: 100%;
    margin-right: 3px;
    vertical-align: middle;
}

.panel-tips.section.section-security-tips {
    /* max-width: 957px; */
    width: 100%;
    /* margin: 0 auto; */
}

.info-box {
    background: #ffffff;
    border-radius: 16px;
    /* padding: 0px 0px 0px 8px; */
    /* box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); */
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 65px 65px 65px 65px;
}

.info-text strong {
    display: inline-flex;
    /* align-items: center; */
    gap: 4px; /* opcional, puedes ajustar */
    font-size: 12px;
    font-weight: bold;
    flex-wrap: wrap; 
    line-height: 1.4;
}

.info-box.info-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 30px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    overflow-wrap: break-word;
    word-wrap: normal;
}

.info-box .info-icon {
    flex: 0 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-right: 10px;
}

.info-box .info-icon img {
    max-width: 40px;
    height: auto;
    display: block;
}

.info-box .info-text {
    flex: 1 1 100%;
    font-size: 16px;
    /* text-align: justify; */
    line-height: 1;
    /* box-sizing: border-box; */
    padding-right: 0;
    /* max-width: 487px; */
}

.info-box .info-button {
    flex: 1 1 100%;
    display: flex;
    justify-content: center;
    /*margin-top: 10px;*/
}

.info-ultimo-tip {
    flex: 1;
    font-size: 16px;
    text-align: justify;
    line-height: 1.3;
    font-family: 'Montserrat', sans-serif;
}

@media (min-width: 768px) {
    .info-box.info-flex {
        flex-wrap: nowrap;
        width: 770px !important;
        padding: 8px 0 8px 0;
    }

    .info-box .info-icon {
        flex: 0 0 40px;
    }

    .info-box .alinear {
        flex: 1 1 auto;
        padding-left: 20px;
        padding-right: 7px;
    }

    .info-box .info-text {
        flex: 1 1 auto;
        padding-left: 20px;
        padding-right: 20px;
        line-height: 1.2 !important;
        font-size: 16px;
        font-family: 'Montserrat', sans-serif;
        text-align: justify;
        /* letter-spacing: 0px; */
    }

    .info-box .info-button {
        flex: 0 0 auto;
        margin-top: 0;
        justify-content: flex-end;
        /* margin-right: 5px; */
        font-family: Montserrat;
    }
}

.info-box-final {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 40px;
    padding: 7px 10px 7px 12px;
    /* gap: 38px; */
    /* padding-left: 14px; */
    justify-content: space-between;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    /* margin-left: -18px; */
    margin: 15px 0px 15px 25px;
}

.info-icon img {
    width: 24px;
    height: 22px;
    display: block;
}

.info-message {
    font-size: 12px;
    color: #000;
    flex: 1;
    line-height: 1.4;
    font-family: Montserrat, sans-serif;
    padding: 0 10px 0 10px;
    text-align: justify;
}

.info-button-final .btn-security {
    white-space: nowrap;
}

.btn-security {
    background-color: #003e9f !important;
    color: #ffffff !important;
    border-radius: 18px;
    padding: 10px 30px 10px 30px;
    font-weight: bold;
    /* margin: 0px 0px 0px 0px !important; */
    /* line-height: 27.5px; */
    font-weight: normal !important;
    font-family: 'Montserrat', sans-serif;
}

.mustard-tips h1 {
    color: #FFFFFF !important;
    font-weight: bold;
}

.btn-mustard-tips {
    background: #fdb924;
    border-bottom: 3px #fd9900 solid;
    color: #0064a7;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.2px;
    font-family: "Conv_HelveticaNeue-CondensedBold", Arial Narrow, Charcoal, sans-serif;
    height: 32px;
    padding: 0 30px;
    overflow: hidden;
}

.section-security-tips .panel-heading.panel-heading-tips h1.col-xs-9.col-sm-9 {
    color: #003e9f !important;
}

.panel-tips-container {
    list-style-type: revert;
    /* padding-left: 0px; */
    text-align: justify;
}

.panel-tips-container li {
    color: white;
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
}

/* Cambia el color del punto usando pseudo-elemento */
.panel-tips-container li::marker {
    color: #fdb01d;
    /* amarillo Caja Piura */
    font-size: 14px;
}

.panel-tips-container ul {
    list-style-type: disc;
    padding-left: 20px;
}

.panel-tips-container ul li::marker {
    color: #ed8301;
}

.titulo-link {
    color: #003e9f;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.section-security-tips .tips-terms .terms-text.terms-text-white {
    color: #000000 !important;
    font-weight: normal;
}

.footer-phone-container {
    display: flex;
}

/* CHECK AND BUTTOM*/
.tips-footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    /* gap: 0px; */
    flex-direction: column;
    /* margin: 10px; */
}

@media (max-width: 768px) {
    .tips-footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .icheckbox_square-principal, .iradio_square-principal {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        padding: 0px !important;
        width: 22px;
        height: 60px;
        background: url(../images/blue.png) no-repeat;
        border: none;
        cursor: pointer;
    }

    .tips-footer-container .terms-text {
        width: 100% !important;
    }

    .wrap-url-text {
        word-break: break-word;
        white-space: normal;
    }

}

/* Encabezado */
.img-container-seguridad {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
    max-height: 80px;
}

.img-seguridad {
    height: 105px;
    max-width: 125px;
}

.panel-heading.panel-heading-tips {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 95px; */
    padding: 0 0;
}

.panel-title-centered {
    font-size: 34px;
    font-weight: bold;
    font-family: 'Conv_HelveticaNeue-CondensedBold', Arial Narrow, helvetica, arial;
    margin: 0 auto;
    z-index: 1;
}

.tips-terms-responsive {
    display: flex !important;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    /* margin-top: 16px; */
    /* flex-direction: column; */
    /* flex-direction: row; */
}

.tips-terms-label {
    font-weight: normal !important;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.4;
    font-size: 16px;
    color: #000000;
    padding: 0px 0 0 0;
    text-align: justify !important
}

.img-container-seguridad {
    position: absolute;
    right: 5%;
    top: 15%;
    transform: translateY(-50%);
}

.icheckPrincipal {
    margin-right: 4px !important;
    vertical-align: middle;
}

.mustard-tips {
    font-weight: bold;
}

/*TERMINOS Y CONDICIONES*/
.tips-terms-responsive {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin: 5px 10px 20px 10px;
}

.tips-terms-responsive .icheckPrincipal {
    flex-shrink: 0;
    /* El checkbox no se encoge */
}

.tips-terms-label {
    font-weight: normal;
    font-size: 12px;
    /* line-height: 1.5; */
    color: #333;
    flex: 1 1 0%;
    font-family: 'Montserrat', sans-serif;
    /* margin-top: 0px; */
}

.btn-fixed-size {
    width: 190px !important;
    height: 45px;
    font-size: 16px;
    white-space: nowrap;
    text-align: center;
    display: inline-block;
}

/*FOOTER TIPS DE SEGURIDAD*/
.footer-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 25px 15px 25px;
    background: #003f9e;
    color: white;
    flex-wrap: wrap;
}

.footer-phones {
    font-size: 12px;
    flex: 1 1 60%;
}

.footer-logo-container {
    flex: 1 1 100%;
    text-align: center;
    margin-top: 10px;
}

.footer-logo {
    height: 36px;
}

/* Responsive behavior: en pantallas pequeÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â±a, que el logo se ponga debajo */
@media (min-width: 600px) {
    .footer-logo-container {
        flex: 1 1 auto;
        margin-top: 0;
        text-align: right;
    }
}

.tiny-center {
    margin: 0 auto;
    display: block;
    max-width: 57%;
}


/* Oculta completamente la barra de tÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â­tulo del dialog */
.ui-dialog .ui-dialog-titlebar {
    display: none !important;
}

.modal-header-custom {
    display: none; /* o eliminar esta clase por completo */
}

/* INICIO BOTON DE CERRAR DE TIPS DE SEGURIDAD */

.modal-tips {
    position: relative;
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
}

.modal-tips img.panTipSeguridad {
    width: 100%;
    height: auto;
    display: block;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 36px;
    height: 36px;
    background-color: white;
    border: 1px solid #002C63;
    border-radius: 50%;
    font-size: 20px;
    color: #002C63;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif !important;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
    transition: background-color 0.2s ease;
}

.close-btn:hover {
    background-color: #003e9f;
    color: white;
}

/* Opcional: evitar doble scrollbar al abrir modal */
.ui-widget-overlay {
    overflow: hidden;
}

/* FIN BOTON DE CERRAR DE TIPS DE SEGURIDAD */
.ui-widget-content {
	border: 0px #ffffff00 !important;
    background: #eeeeee00 url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x !important;
    color: #ffffff !important;	
}

:root { --footer-h: 70px; }          /* altura del footer */

html, body {                         /* limpia los absolutes heredados */
  height: 100%;
  margin: 0;
  position: static;
}

/* Contenedor de toda la pÃ¡gina */
.page {
  min-height: 100vh;        /* como mÃ­nimo el alto de la ventana */
  display: flex;            /* activamos flexbox */
  flex-direction: column;   /* apilar verticalmente */
}

/* El main ocupa todo el espacio disponible */
.main-tips {
  flex: 1 0 auto;
}

/* Footer â€œpegajosoâ€: cae al final del flujo y empuja hacia abajo */
.footer-box {
  margin-top: auto;         /* magia: empuja el footer al fondo si el contenido es corto */
  /* estilos visuales que ya tengas */
  background: #0b4da2;
  color: #fff;
  width: 100%;
  /* quita cualquier position que tuvieras antes */
  position: static;
  z-index: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
}

/* Ajustes internos (opcional) */
.footer-phones {font-size: 12px;line-height: 1.2;}
.footer-logo   { max-height: 40px; height: auto; }

/* Responsive (opcional) */
@media (max-width: 576px) {
  .footer-box {
    flex-direction: column;
    gap: 8px;
    text-align: center;
    padding: 12px 14px;
  }
  .footer-logo { max-height: 32px; }
}
