@charset "UTF-8";
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
    display: none !important;
}

ng\:form {
    display: block;
}

.ng-animate-shim {
    visibility: hidden;
}

.ng-anchor {
    position: absolute;
}

.container-spinner {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center
}

.loaders svg.spinner {
    width: 40px;
    height: 40px;
    viewBox: 0 0 40 40
}

.loaders svg.spinner circle {
    fill: transparent;
    stroke: red;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-dasharray: 125.6;
    -webkit-transform-origin: 20px 20px 0;
    -moz-transform-origin: 20px 20px 0;
    -ms-transform-origin: 20px 20px 0;
    -o-transform-origin: 20px 20px 0;
    transform-origin: 20px 20px 0;
    -webkit-animation: spinner 2s linear infinite;
    -moz-animation: spinner 2s linear infinite;
    -ms-animation: spinner 2s linear infinite;
    -o-animation: spinner 2s linear infinite;
    animation: spinner 2s linear infinite
}

@keyframes spinner {
    0% {
        transform: rotate(0);
        stroke-dashoffset: 26.4
    }
    50% {
        transform: rotate(720deg);
        stroke-dashoffset: 125.6
    }
    100% {
        transform: rotate(1080deg);
        stroke-dashoffset: 26.4
    }
}

obp-actionsheet {
    width: 100%;
    z-index: 6
}

obp-actionsheet,
obp-actionsheet .max-width-content {
    display: block;
    position: relative
}

obp-actionsheet .max-width-content>obp-boton {
    position: absolute;
    top: -30px;
    right: 40px;
    z-index: 6
}

obp-actionsheet .max-width-content>obp-boton button {
    box-shadow: 0 1px 3px 0 rgba(51, 51, 51, .5)
}

obp-actionsheet .max-width-content>obp-boton md-icon {
    color: #fff
}

obp-actionsheet .max-width-content>obp-boton obp-icon {
    font-size: 25px
}

obp-actionsheet .max-width-content>obp-boton obp-icon svg {
    display: block;
    margin: auto
}

obp-actionsheet .max-width-content>obp-boton obp-icon div {
    padding-top: 4px
}

obp-actionsheet .max-width-content>obp-boton svg {
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

obp-actionsheet .max-width-content>obp-boton.expanded svg {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
    transform-origin: center
}

obp-actionsheet>a:hover {
    background-color: #ff4f4f
}

obp-actionsheet>a:active {
    background-color: #b30000
}

obp-actionsheet ul {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    max-height: 0;
    margin: 0;
    padding: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-property: all;
    transition-property: all;
    background: #fff;
    box-shadow: 0 6px 15px -10px #000;
    overflow: hidden;
    z-index: 5
}

obp-actionsheet ul.expanded {
    max-height: 100vh;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

obp-actionsheet ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none
}

obp-actionsheet ul li obp-icon {
    display: inline-block;
    float: left;
    color: #ec0000;
    font-size: 20px
}

obp-actionsheet ul li obp-icon svg {
    position: relative
}

obp-actionsheet ul li:hover {
    background-color: #eee;
    cursor: pointer
}

obp-actionsheet ul li a {
    display: inline-block;
    padding: 5px;
    float: left;
    font-size: 14px;
    font-weight: 600
}

obp-actionsheet ul li a:active {
    color: #ec0000
}

obp-actionsheet ul li a:hover {
    background-color: #eee;
    cursor: pointer
}

obp-actionsheet div.lightbox {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .8);
    z-index: 5
}

obp-actionsheet div.lightbox-add {
    -webkit-animation: fadeIn .3s;
    animation: fadeIn .3s
}

obp-actionsheet div.lightbox-remove {
    -webkit-animation: fadeOut .3s;
    animation: fadeOut .3s
}

obp-agenda-list {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    color: #333;
    font-size: 14px
}

obp-agenda-list .titulo-lista {
    color: #585858;
    font-size: 14px;
    text-align: center;
    padding: 14px;
    background-color: #eee
}

obp-agenda-list .error-alerta {
    display: block;
    margin: 15px 0
}

obp-agenda-list .error-alerta obp-mensaje .mensaje {
    margin: 0
}

obp-agenda-list .agenda-item-avatar {
    border-radius: 50%;
    border: 2px solid #2e9a85;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 2;
    margin-right: 20px;
    color: #2e9a85;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase
}

obp-agenda-list .highlighted {
    background: #ff0;
    display: inline!important
}

obp-agenda-list .agenda-item {
    box-sizing: border-box;
    padding: 13px 15px;
    border-bottom: 1px solid #c9c9c9;
    font-weight: 600
}

obp-agenda-list .agenda-item .apodo span {
    margin-top: 5px;
    display: block
}

.boton-wrapper obp-boton button {
    width: auto;
    padding: 10px 40px
}

.mobile obp-agenda-list .agenda-item {
    box-sizing: border-box;
    padding: 13px 15px 13px 0;
    border-bottom: 1px solid #c9c9c9;
    font-weight: 600
}

.mobile obp-agenda-list .agenda-item .apodo span {
    margin-top: 5px;
    display: block
}

obp-agenda-list-item {
    cursor: pointer
}

obp-agenda-list-item .highlight,
obp-agenda-list-item .highlighted {
    background: #ff0;
    display: inline!important
}

obp-agenda-list-item .agenda-item {
    box-sizing: border-box;
    padding: 13px 15px;
    border-bottom: 1px solid #c9c9c9;
    font-weight: 600
}

obp-agenda-list-item .agenda-item .apodo>p {
    margin: 5px;
    font-weight: 400
}

obp-agenda-list-item .agenda-item .apodo>p:first-child {
    font-weight: 600
}

obp-agenda-list-item .agenda-item .apodo span {
    margin-top: 5px;
    display: block
}

.mobile obp-agenda-list-item {
    cursor: pointer
}

.mobile obp-agenda-list-item .agenda-item {
    box-sizing: border-box;
    padding: 13px 15px 13px 0;
    border-bottom: 1px solid #c9c9c9;
    font-weight: 600
}

.mobile obp-agenda-list-item .agenda-item .apodo>p {
    margin: 5px
}

.mobile obp-agenda-list-item .agenda-item .apodo>p:last-child {
    font-weight: 400
}

.mobile obp-agenda-list-item .agenda-item .apodo span {
    margin-top: 5px;
    display: block
}

obp-agenda-list-avatar .agenda-item-avatar {
    border-radius: 50%;
    border: 2px solid #2e9a85;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 2;
    margin-right: 20px;
    color: #2e9a85;
    font-weight: 600;
    text-transform: uppercase
}

dlg-auth-rsa md-dialog-content {
    display: block;
    padding: 20px 20px 0;
    width: 320px
}

dlg-auth-rsa md-dialog-content obp-feedback {
    width: 100%;
    margin: 0;
    padding: 0
}

dlg-auth-rsa md-dialog-content obp-feedback div.conTitulo h1 {
    margin-bottom: 10px;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 700;
    text-align: center
}

dlg-auth-rsa md-dialog-content .token {
    text-align: center
}

dlg-auth-rsa md-dialog-content .token p {
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: 700
}

dlg-auth-rsa md-dialog-content .token input {
    width: 120px;
    height: 30px;
    border: 1px solid #c9c9c9;
    background: #eee;
    line-height: 30px;
    text-align: center
}

dlg-auth-rsa md-dialog-content .coordenadas {
    width: 90px;
    margin: auto;
    text-align: center
}

dlg-auth-rsa md-dialog-content .coordenadas div {
    text-align: center
}

dlg-auth-rsa md-dialog-content .coordenadas div:first-child {
    margin-right: 5px
}

dlg-auth-rsa md-dialog-content .coordenadas div:last-child {
    margin-left: 5px
}

dlg-auth-rsa md-dialog-content .coordenadas p {
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: 700
}

dlg-auth-rsa md-dialog-content .coordenadas input {
    width: 36px;
    height: 30px;
    border: 2px solid #c9c9c9;
    border-radius: 5px;
    background: #eee;
    text-align: center
}

dlg-auth-rsa md-dialog-content .coordenadas input:focus {
    border: 2px solid #c9c9c9
}

dlg-auth-rsa md-dialog-content .mensaje-error {
    min-height: 40px;
    margin: 10px 0 0;
    margin-bottom: 20px;
    color: #ec0000;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    text-align: center
}

dlg-auth-rsa md-dialog-actions {
    display: block;
    padding: 0 20px 40px;
    padding-bottom: 20px
}

dlg-auth-rsa md-dialog-actions .botonera {
    width: 100%;
    text-align: center
}

dlg-auth-rsa md-dialog-actions .botonera .cerrar-dialog {
    display: inline-block
}

dlg-auth-rsa md-dialog-actions .botonera .cerrar-dialog obp-boton button {
    width: 132px;
    margin-right: 0
}

dlg-auth-rsa md-dialog-actions .botonera .accion-dialog {
    display: inline-block
}

dlg-auth-rsa md-dialog-actions .botonera .accion-dialog obp-boton button {
    width: 132px;
    margin-left: 0
}

dlg-auth-rsa md-dialog-actions .botonera obp-boton:first-child {
    padding: 0 10px 0 0;
    text-align: right;
    box-sizing: border-box
}

dlg-auth-rsa md-dialog-actions .botonera obp-boton:last-child {
    padding: 0 0 0 10px;
    text-align: left;
    box-sizing: border-box
}

dlg-auth-rsa .botonera .cerrar-dialog {
    display: inline-block
}

dlg-auth-rsa .botonera .cerrar-dialog obp-boton button {
    width: 132px;
    margin-right: 0
}

dlg-auth-rsa .botonera .accion-dialog {
    display: inline-block
}

dlg-auth-rsa .botonera .accion-dialog obp-boton button {
    width: 132px;
    margin-left: 20px
}

dlg-auth-rsa .maximoReintentos obp-feedback p {
    color: #333;
    font-size: 16px
}

dlg-auth-rsa .maximoReintentos .botonera {
    margin-top: 20px
}

dlg-auth-rsa .maximoReintentos .botonera obp-boton button {
    width: 100px
}

dlg-auth-rsa .cerrarOAyuda .botonera {
    margin-top: 20px
}

dlg-auth-rsa .cerrarOAyuda .botonera.logout obp-boton {
    text-align: center;
    padding: 0
}

.mobile dlg-auth-rsa .mensaje-error {
    min-height: 20px;
    margin-bottom: 5px
}

.mobile dlg-auth-rsa md-dialog-content {
    padding: 5px 20px 0;
    width: 240px
}

.mobile dlg-auth-rsa md-dialog-content obp-feedback .mensaje .subtitulo {
    margin: 0 4px;
    margin-bottom: 10px;
    margin-top: 30px;
    color: #585858;
    line-height: 22px;
    font-size: 16px
}

.mobile dlg-auth-rsa md-dialog-content obp-feedback .mensaje .subsubtitulo {
    font-size: 15px;
    margin: 0 4px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #585858;
    line-height: 22px
}

.mobile dlg-auth-rsa md-dialog-content .coordenadas {
    width: 100%;
    margin: 0;
    text-align: center;
    display: inline-block;
    margin-top: 20px
}

.mobile dlg-auth-rsa md-dialog-content .coordenadas div {
    text-align: center;
    display: inline-block
}

.mobile dlg-auth-rsa md-dialog-content .coordenadas div:last-of-type {
    margin-left: 10px
}

.mobile dlg-auth-rsa md-dialog-content .coordenadas div:first-of-type {
    margin-right: 10px
}

.mobile dlg-auth-rsa md-dialog-content .token {
    text-align: center;
    padding-top: 20px
}

.mobile dlg-auth-rsa md-dialog-content .cerrarOAyuda .botonera obp-boton button {
    width: 100%
}

.mobile dlg-auth-rsa md-dialog-content .cerrarOAyuda .botonera.logout obp-boton button {
    width: 150px
}

.mobile dlg-auth-rsa md-dialog-actions {
    padding: 0 20px 20px
}

.mobile dlg-auth-rsa md-dialog-actions .botonera {
    text-align: center;
    width: 100%;
    margin: 0
}

.mobile dlg-auth-rsa md-dialog-actions .botonera .cerrar-dialog {
    display: inline
}

.mobile dlg-auth-rsa md-dialog-actions .botonera .cerrar-dialog obp-boton {
    padding: 0
}

.mobile dlg-auth-rsa md-dialog-actions .botonera .cerrar-dialog obp-boton button {
    margin-right: 10px
}

.mobile dlg-auth-rsa md-dialog-actions .botonera .accion-dialog {
    display: inline
}

.mobile dlg-auth-rsa md-dialog-actions .botonera .accion-dialog obp-boton {
    padding: 0
}

.mobile dlg-auth-rsa md-dialog-actions .botonera .accion-dialog obp-boton button {
    margin-left: 10px
}

.mobile dlg-auth-rsa md-dialog-actions .botonera obp-boton button {
    width: 100px
}

obp-autocomplete-custom {
    display: block;
    width: 90%;
    margin: auto
}

obp-autocomplete-custom .loader {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: hsla(0, 0%, 100%, .3);
    z-index: 500
}

obp-autocomplete-custom .loader md-progress-circular {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35px;
    height: 35px;
    margin-top: -17px;
    margin-left: -17px
}

obp-autocomplete-custom .autocomplete-content {
    position: relative
}

obp-autocomplete-custom .contenido-marco {
    display: block;
    position: absolute;
    top: 50px;
    right: 0;
    min-width: 50px;
    max-height: 0;
    float: right;
    border-radius: 5px 0 5px 5px;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 7px 30px 0 rgba(0, 0, 0, .4);
    opacity: 0;
    overflow: hidden;
    z-index: -1;
    margin-bottom: 20px;
    width: 100%
}

obp-autocomplete-custom .contenido-marco.expanded {
    max-height: 100vh;
    opacity: 1;
    z-index: 5
}

obp-autocomplete-custom .contenido {
    height: 144px;
    overflow-y: auto
}

obp-autocomplete-custom .contenido ul {
    margin: 0;
    padding: 5px 0;
    list-style-type: none
}

obp-autocomplete-custom .contenido ul li {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    text-align: left;
    cursor: pointer;
    color: #585858;
    box-sizing: border-box
}

obp-autocomplete-custom .contenido ul li:focus,
obp-autocomplete-custom .contenido ul li:hover {
    background-color: #eee
}

obp-autocomplete-custom .contenido p {
    font-size: 12px;
    color: #9f9f9f;
    padding: 30px;
    margin: 0
}

obp-autocomplete-custom .result-content,
obp-autocomplete-custom md-input-container {
    width: 100%
}

obp-autocomplete-custom .result-content ul {
    padding: 0
}

obp-autocomplete-custom .result-content ul li {
    margin-top: 5px;
    padding: 10px 15px;
    background-color: #eee;
    list-style: none;
    border-radius: 5px
}

obp-autocomplete-custom .result-content ul li .layout-row {
    cursor: pointer
}

obp-autocomplete-custom .result-content ul li .layout-row .logo-empresa {
    max-width: 50px;
    height: 50px
}

obp-autocomplete-custom .result-content ul li .layout-row .logo-empresa img {
    width: 100%
}

obp-autocomplete-custom .result-content ul li .layout-row .info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

obp-autocomplete-custom .result-content ul li .layout-row .info p {
    margin: 0;
    padding: 0 15px
}

obp-autocomplete-custom .result-content ul li .layout-row .info p.empresa {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

obp-autocomplete-custom .result-content ul li .layout-row .info p.rubro {
    font-size: 12px;
    text-transform: lowercase
}

obp-autocomplete-custom .result-content ul li .layout-row .flecha-derecha {
    color: #ec0000;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mobile obp-autocomplete-custom .result-content ul li .layout-row .info p {
    padding: 0
}

.mobile obp-autocomplete-custom .result-content ul li .layout-row .flecha-derecha {
    text-align: right
}

obp-avatar-input .wrapper-header-avatar {
    padding: 0 20px 15px;
    text-align: center
}

obp-avatar-input .wrapper-header-avatar .right {
    text-align: right
}

obp-avatar-input .wrapper-header-avatar form {
    text-align: center;
    font-size: 25px;
    font-weight: 300
}

obp-avatar-input .wrapper-header-avatar form .commilla-izquierda {
    color: red;
    margin-right: 5px
}

obp-avatar-input .wrapper-header-avatar form .commilla-izquierda.disabled {
    color: #333
}

obp-avatar-input .wrapper-header-avatar form .commilla-derecha {
    color: red;
    margin-left: 5px
}

obp-avatar-input .wrapper-header-avatar form .commilla-derecha.disabled {
    color: #333
}

obp-avatar-input .wrapper-header-avatar form .input-referencia {
    color: #ec0000;
    background-color: transparent;
    text-align: center;
    font-size: 25px;
    font-weight: 300;
    border-bottom: 2px dotted #ec0000;
    margin: 0 -10px
}

obp-avatar-input .wrapper-header-avatar form .input-referencia::-webkit-input-placeholder {
    color: red
}

obp-avatar-input .wrapper-header-avatar form .input-referencia:-ms-input-placeholder {
    color: red
}

obp-avatar-input .wrapper-header-avatar form .input-referencia::placeholder {
    color: red
}

obp-avatar-input .wrapper-header-avatar form .input-referencia.disabled {
    color: #333;
    border-bottom: none
}

obp-avatar-input .wrapper-header-avatar form .span-referencia {
    display: inline-block;
    margin: 0 -10px
}

obp-avatar-input .wrapper-header-avatar form .textarea-referencia {
    color: #ec0000;
    background-color: transparent;
    text-align: center;
    font-size: 25px;
    font-weight: 300;
    border-bottom: 2px dotted #ec0000;
    margin: 0 -10px
}

obp-avatar-input .wrapper-header-avatar form .textarea-referencia.disabled {
    color: #333;
    border-bottom: none;
    border: none
}

obp-avatar-input .wrapper-header-avatar form .barra-bottom {
    display: block;
    position: relative;
    border-bottom: 2px dotted #ec0000;
    top: -2px
}

obp-avatar-input .wrapper-header-avatar .agnd-avatar {
    border-radius: 50%;
    border: 2px solid #2e9a85;
    width: 90px;
    height: 90px;
    display: block;
    text-align: center;
    line-height: 2.5;
    color: #2e9a85;
    font-weight: 600;
    font-size: 36px;
    text-transform: uppercase;
    margin: 0 auto;
    margin-bottom: 30px
}

obp-avatar-input .wrapper-header-avatar .red-text {
    font-size: 25px;
    color: #ec0000
}

obp-avatar-input .wrapper-header-avatar input {
    margin-top: 10px;
    font-size: 25px;
    text-align: center;
    color: #ec0000;
    border-bottom: 1px dotted #ec0000
}

obp-avatar-input .wrapper-header-avatar .agnd-apodo {
    font-size: 25px;
    font-weight: 300;
    text-align: center;
    margin-top: 10px
}

obp-boton button {
    width: 170px;
    height: 40px;
    padding: 10px 0;
    border: none;
    border-radius: 20px;
    background-color: #ec0000;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

obp-boton button.btn-lg {
    width: 255px;
    padding: 10px 0
}

obp-boton button.btn-sm {
    width: 100px;
    padding: 10px 0
}

obp-boton button.btn-auto {
    width: auto;
    padding: 10px 40px
}

obp-boton button.disabled {
    background-color: #c9c9c9;
    cursor: not-allowed
}

obp-boton button:not(.disabled):not(.secundario):focus,
obp-boton button:not(.disabled):not(.secundario):hover {
    background-color: #ff3f3f
}

obp-boton button.secundario {
    border: 1px solid #9f9f9f;
    background-color: #fff;
    color: #585858
}

obp-boton button.secundario.disabled {
    border-color: #c9c9c9;
    color: #c9c9c9
}

obp-boton button.secundario:active {
    border-color: #ec0000;
    color: #ec0000
}

obp-boton button.secundario:not(.disabled):focus,
obp-boton button.secundario:not(.disabled):hover {
    border-color: #ec0000;
    background-color: #fff;
    color: #ec0000
}

obp-boton button.secundario:not(.disabled):focus {
    outline: none
}

obp-boton button.icon {
    padding: 5px;
    border-radius: 50%
}

obp-boton button.icon.big {
    width: 60px;
    height: 60px
}

obp-boton button.icon.big>md-icon {
    font-size: 40px;
    line-height: 40px
}

obp-boton button.icon>md-icon {
    color: #fff;
    font-size: 20px;
    line-height: 20px
}

obp-boton button.circle {
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 50%;
    line-height: 30px
}

.mobile obp-boton button {
    width: 100%;
    margin-top: 10px
}

obp-buscador>form {
    position: relative;
    max-width: 1280px;
    margin: auto;
    padding: 30px;
    border-top: 1px solid #c9c9c9;
    z-index: 1
}

obp-buscador fieldset legend,
obp-buscador label {
    display: block;
    font-size: 12px;
    font-weight: 700
}

obp-buscador .flex-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

obp-buscador .flex-wrapper>fieldset {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

obp-buscador input {
    width: 100%;
    margin: 0;
    border: none;
    border-bottom: 2px solid #c9c9c9;
    font-size: 14px;
    cursor: inherit;
    visibility: visible
}

obp-buscador obp-boton {
    display: block;
    width: 188px;
    margin: 40px auto 0;
    text-align: center
}

obp-buscador .msg {
    color: #c9c9c9;
    font-size: 12px
}

obp-buscador fieldset {
    width: 31%;
    margin: 0;
    padding: 0;
    float: left;
    border: none
}

obp-buscador fieldset:first-child {
    width: 23%;
    min-width: 170px
}

obp-buscador fieldset:first-child obp-popover-target {
    width: 100%
}

obp-buscador fieldset:nth-child(2) {
    width: 50%;
    padding: 0 7% 0 5%
}

obp-buscador fieldset:nth-child(3) div {
    width: 45%;
    margin-right: 5%;
    float: left
}

obp-buscador .mui-textfield--float-label>label,
obp-buscador .mui-textfield>input {
    font-size: 14px
}

obp-buscador .fullWidth {
    width: 100%!important;
    padding: 0
}

@media (min-width: 992px) {

    .desktop.login md-backdrop.md-opaque {
        width: 100%;
        height: 100%
    }

    .desktop.login .md-dialog-container {
        right: 0
    }

    .desktop login {
        left: 0;
        width: 75vw;
        background-color: #464646;
        background-image: url(../../assets/images/background-login-app-2.jpg) !important;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover
    }

    .desktop login,
    .desktop login .panel-primary {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        height: 100vh
    }

    .desktop login .panel-primary {
        /*width: 518px;*/
        background-color: #fff;
        box-shadow: 0 0 15px rgba(0, 0, 0, .5);
        z-index: 10;
        overflow-y: auto
    }

    .desktop login .panel-primary .contenido-marco {
        top: 41px;
        min-width: 50px
    }

    .desktop login .panel-primary obp-tooltip {
        margin-left: 0
    }

    @media (min-width: 992px) {
        .desktop login .login-container {
            width: 380px;
            padding: 30px 45px 0 12px;
            box-sizing: border-box;
        }
    }

    .desktop login .btn-login {
        position: relative;
        width: 100px;
        height: 40px;
        margin-top: 8px;
        border: none;
        border-radius: 25px;
        background: #c9c9c9;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        line-height: 40px;
        text-align: center;
        outline: none;
        margin-left: auto;
    }

    .desktop login.btn-login:hover  {
        background: black;
    }

    button.btn-login:hover  {
        background: black;
    }

    .desktop login .btn-login.enabled {
        background-color: #ec0000;
        cursor: pointer
    }

    .desktop login button.submit {
        margin-top: 27px;
        background: #c9c9c9;
        color: #fff
    }

    .desktop login button {
        display: block;
    }

    .desktop login .welcome-container {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }

    .desktop login .welcome-container__message {
        margin-top: 35vh;
        margin-left: 67px;
        margin-right: 525px;
        -webkit-transition-property: margin-top;
        transition-property: margin-top;
        -webkit-transition-duration: .2s;
        transition-duration: .2s;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out
    }

    .desktop login .welcome-container__message p {
        margin: 0;
        color: #fff;
        font-size: 45px;
        font-weight: 300;
        line-height: 52px;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

    .desktop login .welcome-container ._conocemas {
        display: block;
        margin-top: 20px;
        float: left;
        border-bottom: 1px solid #fff;
        color: #fff
    }

    .desktop login .welcome-container .logo-title {
        height: 60px;
        padding-left: 10px;
    }

    .desktop login .botonera-sticky-stack {
        max-width: 404px;
        padding: 0
    }

    .desktop login .marco-mobile {
        padding-bottom: 0
    }

    .desktop obp-actionsheet {
        border-top: 1px solid #eee
    }

    .desktop obp-actionsheet .marco-link {
        margin: 0 40px;
        float: right
    }

    .desktop obp-actionsheet ul.expanded {
        padding: 40px 0 30px;
        -webkit-transition-duration: .3s;
        transition-duration: .3s
    }

    .desktop obp-actionsheet li svg {
        top: 5px
    }

.desktop obp-container .title-tenencia {
    font-size: 25px;
    font-weight: 300;
    color: #585858;
    margin: 0 40px
}

.desktop obp-container .drag-drop {
    max-width: 1280px;
    margin: auto
}

.desktop obp-container .graphs {
    background-color: #eee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 70px 30px 40px;
    height: 264px
}

.desktop obp-container .graphs>div {
    margin-left: 30px;
    height: 100%
}

.mobile obp-container .drag-drop {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll
}

.mobile obp-container .drag-drop .graphs {
    margin: 0 0 15px;
    background-color: #eee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 20px 20px 0;
    height: 360px
}

.mobile obp-container .drag-drop .graphs>div {
    margin-left: 20px;
    height: 100%
}

obp-container-graph .bloco-tenencia {
    background-color: #fff;
    float: left;
    border-radius: 5px;
    box-shadow: 1px 1px 10px grey
}

obp-container-graph .bloco-tenencia .content {
    padding: 15px
}

obp-container-graph .bloco-tenencia .content .title {
    text-align: center;
    font-weight: 600;
    font-size: 14px
}

obp-container-graph .bloco-tenencia .content .title-line {
    margin-top: 5px
}

obp-controller-menu-item .onOver {
    color: #9f9f9f
}

obp-controller-menu-item .menu-item {
    position: relative;
    margin-top: 40px;
    outline: none;
    font-family: Open Sans, sans-serif;
    font-weight: 100;
    cursor: pointer;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

obp-controller-menu-item .menu-item,
obp-controller-menu-item .menu-item.expanded {
    top: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

obp-controller-menu-item .menu-item.expanded {
    margin-top: -32%;
    color: #fff
}

obp-controller-menu-item .menu-item a {
    color: #fff
}

obp-controller-menu-item .menu-item a:focus {
    box-shadow: 0 2px 2px -2px #9f9f9f
}

obp-controller-menu-item .inner-list {
    position: absolute;
    width: auto;
    padding: 10px 0 0;
    list-style: none;
    overflow: hidden
}

obp-controller-menu-item .inner-list li {
    height: 25px;
    -webkit-transform: translateY(-300px);
    transform: translateY(-300px);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

obp-controller-menu-item .inner-list li a {
    color: #fff;
    font-size: 14px
}

obp-controller-menu-item .inner-list.expanded {
    display: block;
    width: auto;
    height: auto
}

obp-controller-menu-item .inner-list.expanded li {
    height: auto;
    margin: 10px 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

obp-controller-menu-item .inner-list.expanded li a {
    display: block;
    color: #fff
}

obp-controller-menu-item .inner-list.expanded li a:hover {
    color: #fff
}

obp-controller-menu-item .inner-list.expanded li a.onOverItem {
    color: #9f9f9f
}

.mobile .menu-item {
    top: 0;
    margin-top: 0
}

.mobile .menu-item.expanded {
    top: 0;
    margin-top: 0;
    padding-top: 0
}

.mobile .inner-list.expanded li {
    height: 40px
}

.mobile .inner-list.expanded li a {
    font-size: 16px
}

obp-coordenadas .contenedor-digitos-validacion {
    width: 100%;
    padding-top: 40px
}

obp-coordenadas .contenedor-digitos-validacion p {
    margin: 0 0 10px
}

obp-coordenadas .contenedor-digitos-validacion .digitos-validacion {
    width: 50px
}

obp-coordenadas .contenedor-digitos-validacion .digitos-validacion span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    font-weight: 600;
    color: #9a9a9a
}

obp-coordenadas .contenedor-digitos-validacion .digitos-validacion input {
    width: 40px;
    border: 2px solid #ccc;
    background: #efefef;
    color: #333;
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    border-radius: 5px
}

obp-coordenadas .contenedor-digitos-validacion .tarjeta-coordenadas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    width: 120px
}

obp-coordenadas .contenedor-digitos-validacion .token {
    display: block;
    margin: auto;
    width: 360px
}

obp-coordenadas .contenedor-digitos-validacion .debito {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    width: 410px
}

obp-coordenadas .contenedor-digitos-validacion .debito .digitos-validacion {
    width: 10%;
    margin: auto
}

obp-coordenadas .stack-popup {
    min-height: 150%!important;
    background-color: rgba(0, 0, 0, .8)!important;
    margin-top: -156%!important
}

obp-coordenadas .stack-popup obp-btn {
    left: auto;
    -webkit-transform: translateX(0)!important;
    transform: translateX(0)!important
}

obp-coordenadas .warningCoordenadas {
    text-align: center;
    color: #ec0000;
    font-size: 12px;
    margin-top: 10px;
    line-height: 20px;
    height: 20px
}

obp-coordenadas .datosCoordenadas {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.429;
    color: rgba(0, 0, 0, .87)
}

obp-cuentas-selector {
    z-index: 20
}

obp-cuentas-selector #acciones-cbu {
    position: absolute;
    top: 0;
    right: -23px
}

obp-cuentas-selector #acciones-cbu .contenido-marco {
    width: 220px
}

obp-cuentas-selector #acciones-cbu md-list-item p {
    margin: 0;
    color: #333;
    font-size: 12px;
    font-weight: 600
}

obp-cuentas-selector #acciones-cbu md-list-item p obp-icon2 {
    margin-right: 10px;
    color: #333;
    vertical-align: text-bottom
}

obp-cuentas-selector obp-popover md-list-item.md-3-line>._md-no-style div.md-button:first-child:before,
obp-cuentas-selector obp-popover md-list-item.md-3-line div.md-button:first-child:before {
    min-height: auto
}

obp-cuentas-selector obp-popover-target:hover {
    color: #ec0000
}

obp-cuentas-selector h2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 20px 30px;
    font-size: 35px;
    font-weight: 300
}

obp-cuentas-selector h2 form {
    display: inline
}

obp-cuentas-selector h2>obp-boton.circle>button {
    position: absolute;
    margin: 10px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .4)
}

obp-cuentas-selector h2>obp-boton obp-icon {
    padding-top: 10px;
    color: #fff;
    font-size: 30px
}

obp-cuentas-selector h2>a>obp-icon>svg {
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

obp-cuentas-selector h2>a.expanded>obp-icon>svg {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
    transform-origin: center
}

obp-cuentas-selector h2>a:hover {
    background-color: #ff3f3f
}

obp-cuentas-selector h2>a:active {
    background-color: #b30000
}

obp-cuentas-selector h2 span {
    padding-left: 10px
}

obp-cuentas-selector .info-cuenta {
    position: absolute;
    top: 20px;
    right: 17px;
    z-index: 6
}

obp-cuentas-selector .info-cuenta ul {
    min-width: 190px;
    margin-top: 6px;
    margin-bottom: 10px;
    padding-right: 20px;
    float: right;
    font-size: 12px;
    list-style: none;
    text-align: right
}

obp-cuentas-selector .info-cuenta ul strong {
    margin-right: 5px
}

obp-cuentas-selector .info-cuenta .cuenta-cerrada strong {
    margin-right: 0
}

obp-cuentas-selector .info-cuenta li {
    position: relative;
    margin-right: 15px
}

obp-cuentas-selector obp-boton svg {
    -webkit-transition-duration: .8s;
    transition-duration: .8s
}

obp-cuentas-selector obp-boton.open svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center;
    transform-origin: center
}

obp-cuentas-selector input {
    display: inline-block;
    margin-bottom: 0;
    padding: 0;
    float: none;
    border: none;
    background-color: #fafafa;
    font-size: 35px;
    font-weight: 300;
    box-sizing: content-box
}

obp-cuentas-selector input:focus,
obp-cuentas-selector input:hover {
    border-bottom: 1px dashed #ec0000;
    background-color: #eee
}

obp-cuentas-selector cuentas-selector {
    display: block;
    position: absolute;
    width: 100%;
    max-height: 0;
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    background: #fff;
    box-shadow: 0 15px 40px -15px rgba(0, 0, 0, .2);
    overflow-y: auto
}

obp-cuentas-selector cuentas-selector.open {
    max-height: 100vh
}

obp-cuentas-selector a {
    display: block;
    position: relative;
    padding: 13px 30px 10px;
    border-top: 1px solid #ddd;
    border-left: 5px solid #fff;
    color: #333;
    text-decoration: none;
    cursor: pointer
}

obp-cuentas-selector a:focus,
obp-cuentas-selector a:hover {
    background-color: #f6f6f6;
    color: #333;
    text-decoration: none
}

obp-cuentas-selector a.active {
    border-left-color: #ec0000
}

obp-cuentas-selector dl {
    margin: 5px 0 10px;
    font-size: 12px;
    overflow: hidden
}

obp-cuentas-selector dl div {
    min-width: 120px;
    padding: 0 10px;
    float: left;
    border-left: 1px dashed #bbb
}

obp-cuentas-selector dl dd {
    margin: 0;
    font-size: 14px;
    font-weight: 600
}

obp-cuentas-selector .tipo-cuenta {
    position: absolute;
    top: 10px;
    right: 30px
}

obp-cuentas-selector .tipo-cuenta p strong {
    color: #333;
    font-size: 12px
}

obp-cuentas-selector .cuenta-cerrada-selector {
    margin: 0;
    float: none;
    color: #333;
    font-size: 14px;
    font-weight: 400
}

obp-cuentas-selector .red-text {
    color: #ec0000
}

obp-cuentas-selector .campo-alias {
    margin-left: 5px
}

.desktop obp-cuentas-selector {
    z-index: 20;
    display: block;
    position: relative;
    width: 100%;
    max-width: 1280px;
    box-sizing: border-box;
    margin: 0 auto
}

obp-cuentas-selector-inv {
    z-index: 20
}

obp-cuentas-selector-inv #acciones-cbu {
    position: absolute;
    top: 0;
    right: -23px
}

obp-cuentas-selector-inv #acciones-cbu .contenido-marco {
    width: 220px
}

obp-cuentas-selector-inv #acciones-cbu md-list-item p {
    margin: 0;
    color: #333;
    font-size: 12px;
    font-weight: 600
}

obp-cuentas-selector-inv #acciones-cbu md-list-item p obp-icon {
    display: inline-block;
    margin-right: 5px;
    color: #333;
    font-size: 20px;
    vertical-align: text-bottom
}

obp-cuentas-selector-inv #acciones-cbu obp-tooltip .click.expanded div {
    top: -3px;
    right: -3px;
    background: #fff;
    padding: 3px
}

obp-cuentas-selector-inv #acciones-cbu obp-tooltip .contenido-marco.expanded {
    top: 30px;
    right: -3px
}

obp-cuentas-selector-inv obp-tooltip md-list-item.md-3-line>._md-no-style div.md-button:first-child:before,
obp-cuentas-selector-inv obp-tooltip md-list-item.md-3-line div.md-button:first-child:before {
    min-height: auto
}

obp-cuentas-selector-inv .icon-tooltip {
    position: relative
}

obp-cuentas-selector-inv a.icon-tooltip>span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer
}

obp-cuentas-selector-inv .icon-tooltip.red>span {
    background-color: #ec0000;
    color: #fff
}

obp-cuentas-selector-inv .icon-tooltip:focus obp-tooltip,
obp-cuentas-selector-inv .icon-tooltip:hover obp-tooltip {
    opacity: 1;
    visibility: visible
}

obp-cuentas-selector-inv h2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 20px 30px;
    font-size: 35px;
    font-weight: 300
}

obp-cuentas-selector-inv h2 form {
    display: inline
}

obp-cuentas-selector-inv h2>obp-boton.circle>button {
    position: absolute;
    margin: 10px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .4)
}

obp-cuentas-selector-inv h2>obp-boton obp-icon {
    padding-top: 10px;
    color: #fff;
    font-size: 30px
}

obp-cuentas-selector-inv h2>a>obp-icon>svg {
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

obp-cuentas-selector-inv h2>a.expanded>obp-icon>svg {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
    transform-origin: center
}

obp-cuentas-selector-inv h2>a:hover {
    background-color: #ff3f3f
}

obp-cuentas-selector-inv h2>a:active {
    background-color: #b30000
}

obp-cuentas-selector-inv .info-cuenta {
    position: absolute;
    top: 20px;
    right: 0
}

obp-cuentas-selector-inv .info-cuenta ul {
    min-width: 190px;
    margin-top: 0;
    margin-bottom: 10px;
    padding-right: 30px;
    float: right;
    font-size: 12px;
    list-style: none;
    text-align: right
}

obp-cuentas-selector-inv .info-cuenta ul strong {
    margin-right: 5px
}

obp-cuentas-selector-inv .info-cuenta .cuenta-cerrada {
    margin: 0 0 16px;
    color: #9f9f9f;
    font-size: 35px;
    font-weight: 300
}

obp-cuentas-selector-inv .info-cuenta li {
    position: relative
}

obp-cuentas-selector-inv obp-boton svg {
    -webkit-transition-duration: .8s;
    transition-duration: .8s
}

obp-cuentas-selector-inv obp-boton.open svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center;
    transform-origin: center
}

obp-cuentas-selector-inv input {
    display: inline-block;
    margin-bottom: 0;
    padding: 0;
    float: none;
    border: none;
    background-color: #fafafa;
    font-size: 35px;
    font-weight: 300;
    box-sizing: content-box
}

obp-cuentas-selector-inv input:focus,
obp-cuentas-selector-inv input:hover {
    border-bottom: 1px dashed #ec0000;
    background-color: #eee
}

obp-cuentas-selector-inv cuentas-selector {
    display: block;
    position: absolute;
    width: 100%;
    max-height: 0;
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    background: #fff;
    box-shadow: 0 15px 40px -15px rgba(0, 0, 0, .2);
    overflow-y: auto
}

obp-cuentas-selector-inv cuentas-selector.open {
    max-height: 100vh
}

obp-cuentas-selector-inv a {
    display: block;
    position: relative;
    padding: 10px 30px;
    border-top: 1px solid #ddd;
    border-left: 2px solid #fff;
    color: #333;
    text-decoration: none;
    cursor: pointer
}

obp-cuentas-selector-inv a:focus,
obp-cuentas-selector-inv a:hover {
    background-color: #f6f6f6;
    color: #333;
    text-decoration: none
}

obp-cuentas-selector-inv a.active {
    border-left-color: #ec0000
}

obp-cuentas-selector-inv a.active strong {
    color: #ec0000
}

obp-cuentas-selector-inv dl {
    font-size: 12px;
    overflow: hidden
}

obp-cuentas-selector-inv dl div {
    min-width: 150px;
    padding: 0 10px;
    float: left;
    border-left: 1px dashed #bbb
}

obp-cuentas-selector-inv dl dd {
    margin: 0;
    font-size: 14px
}

obp-cuentas-selector-inv strong {
    font-size: 14px
}

obp-cuentas-selector-inv .cero {
    color: #9f9f9f
}

obp-cuentas-selector-inv .negativo {
    color: #ec0000
}

obp-cuentas-selector-inv .tipo-cuenta {
    position: absolute;
    top: 10px;
    right: 30px
}

obp-cuentas-selector-inv .tipo-cuenta p strong {
    color: #333;
    font-size: 12px
}

obp-cuentas-selector-inv .cuenta-cerrada-selector {
    margin: 12px 0;
    padding-left: 10px;
    float: none;
    border-left: 1px dashed #bbb;
    color: #9f9f9f;
    font-size: 14px;
    font-weight: 400
}

obp-cuentas-selector-inv .red-text {
    color: #ec0000
}

obp-cuentas-selector-inv .campo-alias {
    margin-left: 5px
}

obp-currency-input {
    display: block;
    margin-top: -10px
}

obp-currency-input md-input-container.md-input-focused .md-input {
    border-width: 0 0 1px
}

obp-currency-input .md-input.error {
    border-width: 0 0 2px;
    border-color: #ec0000!important
}

obp-currency-input input {
    text-align: center
}

obp-currency-input .hint.error {
    color: #ec0000;
    width: 100%
}

obp-currency-input .hint {
    font-size: 12px;
    line-height: 14px;
    color: grey
}

obp-currency-input-new {
    font-weight: 300
}

obp-currency-input-new .font-semibold {
    font-weight: 600
}

obp-currency-input-new md-input-container.md-input-focused .md-input {
    border-width: 0 0 1px
}

obp-currency-input-new input[type=number] {
    -moz-appearance: textfield
}

obp-currency-input-new input {
    width: 390px;
    font-weight: 600
}

obp-currency-input-new input::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

obp-currency-input-new input::-ms-reveal {
    display: none
}

obp-currency-input-new input.placeholder {
    color: #9f9f9f;
    font-weight: 400
}

obp-currency-input-new input::-webkit-inner-spin-button,
obp-currency-input-new input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

obp-currency-input-new .currency-symbol {
    position: absolute;
    padding: 2px 5px
}

obp-currency-input-new .currency {
    padding-left: 12px
}

obp-custom-selector .overlay {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .8);
    z-index: 1
}

obp-custom-selector .overlay.ng-enter,
obp-custom-selector .overlay.ng-leave {
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

obp-custom-selector .overlay.ng-enter,
obp-custom-selector .overlay.ng-leave.ng-leave-active {
    opacity: 0
}

obp-custom-selector .overlay.ng-enter.ng-enter-active,
obp-custom-selector .overlay.ng-leave {
    opacity: 1
}

obp-custom-selector .selectorContent {
    padding: 10px 0 30px 40px
}

obp-custom-selector .selectorContent h1 {
    margin: 0;
    float: left;
    font-size: 35px;
    font-weight: 300;
    line-height: 44px
}

obp-custom-selector .selectorContent h1 span {
    font-weight: 400
}

obp-custom-selector .selectorContent .btnCont {
    margin: 10px;
    float: left
}

obp-custom-selector .selectorContent .btnCont obp-boton.circle button {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 30px;
    box-shadow: 0 1px 3px 0 rgba(51, 51, 51, .5)
}

obp-custom-selector .selectorContent .btnCont obp-boton.expanded button {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .3s;
    transition: .3s
}

obp-custom-selector .selectorContent .clearfix {
    clear: both
}

obp-custom-selector .row {
    display: block;
    position: absolute;
    width: 100%;
    max-height: 0;
    margin: 0;
    padding: 0;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    background: #fff;
    box-shadow: 0 6px 15px -10px #000;
    overflow: auto;
    z-index: 2
}

obp-custom-selector .row.expanded {
    max-height: 70vh
}

obp-custom-selector .row .elementbtn {
    width: 20%;
    float: left;
    border-top: 1px solid #c9c9c9;
    cursor: pointer
}

obp-custom-selector .row .elementbtn:nth-child(5) .inner,
obp-custom-selector .row .elementbtn:nth-child(10) .inner {
    border-right: none
}

obp-custom-selector .row .elementbtn .inner {
    font-size: 12px;
    margin: 15px 0;
    padding: 10px 15px;
    border-right: 2px dotted #c9c9c9
}

obp-custom-selector .row .elementbtn .inner p {
    margin: 0
}

obp-custom-selector .row .elementbtn .inner p.bold {
    font-weight: 700
}

obp-descargar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 200px;
    padding: 5px 0;
    font-weight: 700
}

obp-descargar a {
    font-size: 13px
}

obp-descargar obp-icon2 {
    margin: 0 3px
}

obp-descripcion-cuenta>div p {
    margin: 0;
    font-weight: 400;
    text-align: right
}

obp-descripcion-cuenta>div p.negativo {
    color: #ec0000
}

obp-descripcion-cuenta>div p:first-child {
    font-weight: 600
}

.highlight-ui-views div[ui-view] {
    margin: .5em;
    border: 2px solid red
}

.highlight-ui-views div[ui-view]:before {
    display: block;
    padding: 0 2em;
    background-color: #ddd
}

.highlight-ui-views div[ui-view]:after {
    display: block;
    content: "";
    padding: 0 2em;
    background-color: #ddd
}

.highlight-ui-views span[ui-view] {
    display: block;
    margin: .5em;
    border: 2px solid red
}

.highlight-ui-views span[ui-view]:before {
    display: block;
    content: '<span ui-view="' attr(ui-view) '">';
    padding: 0 2em;
    background-color: #ddd
}

.highlight-ui-views span[ui-view]:after {
    display: block;
    content: "</span>";
    padding: 0 2em;
    background-color: #ddd
}

.devbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    border-top-left-radius: 10px;
    color: #fff;
    background: #333;
    padding: 10px;
    bottom: 0;
    right: 0;
    text-shadow: 0 1px #000;
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, .5);
    font-size: 12px;
    z-index: 150
}

.devbar a,
.devbar a:focus,
.devbar a:hover {
    color: hsla(0, 0%, 98%, .4)
}

.devbar span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.devbar obp-lista-de-rutas {
    color: #000
}

.devbar md-switch {
    margin: 0
}

obp-filtro-calendar-tenencia-movimientos obp-popover-target label {
    font-size: 14px;
    font-weight: 400
}

obp-filtro-calendar-tenencia-movimientos obp-popover-target .md-input {
    background-image: none!important
}

obp-filtro-calendar-tenencia-movimientos obp-popover-target md-input-container {
    border-bottom: 2px solid #c9c9c9;
    padding: 0;
    cursor: pointer
}

obp-filtro-calendar-tenencia-movimientos obp-popover-target md-input-container input {
    width: 160px!important;
    cursor: pointer;
    color: #000!important;
    font-size: 12px;
    font-weight: 400
}

obp-filtro-calendar-tenencia-movimientos obp-icon2 {
    display: inline-block;
    position: absolute;
    width: 23px;
    height: 23px;
    color: #000;
    font-size: 23px;
    font-weight: 700;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: 10px;
    margin-left: -10px
}

.obp-popover-footer {
    border-top: none!important
}

.obp-popover-footer table {
    width: 100%
}

.obp-popover-footer table td {
    padding: 0 5px;
    width: 50%
}

.obp-popover-footer table td button {
    width: 100%
}

obp-popover-content .date-input-content {
    position: fixed;
    bottom: 0;
    width: 250px;
    margin: 0 auto;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 1px 20px rgba(0, 0, 0, .2);
    z-index: 6
}

obp-popover-content md-content {
    width: 250px;
    background-color: #fff!important;
    overflow-x: hidden
}

obp-popover-content .md-nav-bar {
    z-index: 10;
    border-bottom-width: 2px
}

obp-popover-content .md-nav-bar md-nav-ink-bar {
    margin-bottom: -2px
}

obp-popover-content .md-nav-bar .md-nav-item {
    margin-left: 0
}

obp-popover-content .md-nav-bar .md-nav-item .md-button {
    margin: 0
}

obp-popover-content md-nav-bar .md-nav-bar {
    background-color: #fff!important
}

obp-popover-content .arrow,
obp-popover-content .arrow:after {
    display: block;
    position: relative;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent
}

obp-popover-content .arrow {
    top: -22px;
    left: 50%;
    margin-left: -11px;
    border-width: 11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .1);
    z-index: 10
}

obp-popover-content .arrow:after {
    content: "";
    margin-left: -10px;
    border-width: 10px;
    border-top-width: 0;
    border-bottom-color: #fff;
    top: 1px
}

obp-popover-content .lista-de-intervalos {
    max-height: 300px;
    margin: 0 0 10px;
    padding: 0;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    list-style: none;
    cursor: pointer;
    overflow: hidden
}

obp-popover-content .intervalo {
    margin: 7px 0;
    font-size: 12px
}

obp-popover-content .active-rango {
    color: #ec0000
}

obp-popover-content input.active-rango-input {
    border-bottom: 2px solid #c9c9c9
}

obp-popover-content .ext-content {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 230px;
    -webkit-transition: .3s;
    transition: .3s;
    overflow: hidden
}

obp-popover-content .ext-content .filtro-container-intervalos {
    position: relative;
    width: 250px;
    min-width: 250px;
    max-height: 230px;
    overflow: hidden
}

obp-popover-content .ext-content .filtro-container-dia {
    width: 250px;
    min-width: 250px;
    padding-top: 10px;
    padding-bottom: 10px
}

obp-popover-content .ext-content.calendario-abierto {
    height: 390px
}

obp-popover-content .ext-content .scroll-wrapper {
    display: block;
    position: inherit;
    overflow-x: hidden;
    overflow-y: auto
}

obp-popover-content .ext-content.ver-calendario {
    height: 295px;
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px)
}

obp-popover-content .popover-content {
    margin: 0
}

obp-popover-content section {
    width: 250px;
    border-top: 1px solid hsla(0, 0%, 60%, .34)
}

obp-popover-content section.section-calendar {
    padding-bottom: 10px;
    border-top: none
}

obp-popover-content section.section-intervalos {
    padding: 10px
}

obp-popover-content section.section-intervalos hr {
    border: 1px solid #eee;
    margin: 0 -10px
}

obp-popover-content section.section-intervalos md-input-container {
    width: 160px!important;
    float: left;
    padding: 0;
    font-size: 12px!important
}

obp-popover-content section.section-intervalos md-input-container input {
    color: #000!important;
    font-weight: 400
}

obp-popover-content section.section-intervalos table {
    width: 100%
}

obp-popover-content section.section-intervalos table td {
    width: 50%;
    padding: 0 5px
}

obp-popover-content section.section-intervalos table td md-input-container {
    margin-top: 25px;
    width: 100%!important
}

obp-popover-content .input-intervalo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 12px 10px 0
}

obp-popover-content .input-intervalo md-input-container {
    margin: 10px 0 0
}

obp-popover-content .obp-popover-footer {
    padding: 20px 0 10px;
    border-top: 2px solid #c9c9c9
}

obp-popover-content obp-boton button {
    line-height: 20px
}

obp-popover-content .input-fechas .section-left {
    width: 45%;
    margin-right: 5%;
    float: left
}

obp-popover-content .input-fechas .section-right {
    width: 45%;
    margin-right: 5%;
    float: right
}

.drop.drop-element.drop-theme-arrows-obp .drop-content {
    padding: 20px 0
}

.drop.drop-element.drop-theme-arrows-obp .drop-content md-radio-group {
    display: block;
    padding: 0 15px;
    margin-bottom: 10px
}

.drop.drop-element.drop-theme-arrows-obp .drop-content md-radio-group md-radio-button {
    margin-top: 5px
}

obp-filtro-check .txt-filtrar {
    color: #ec0000;
    font-size: 14px;
    font-weight: 600
}

obp-filtro-check .txt-numero {
    font-size: 14px
}

obp-filtro-check .contenedor-dialog {
    display: -ms-flexbox;
    -ms-flex-pack: center;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 520px;
    height: 100%;
    background-color: hsla(0, 0%, 100%, .7);
    overflow: hidden;
    z-index: 80;
    -ms-flex-align: center;
    display: none
}

obp-filtro-check .contenedor-dialog.expanded,
obp-filtro-check .dialog-stack {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

obp-filtro-check .dialog-stack {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-width: 240px;
    max-width: 80%;
    max-height: 80%;
    padding: 10px 20px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 13px 19px 2px rgba(0, 0, 0, .14), 0 5px 24px 4px rgba(0, 0, 0, .12);
    overflow: auto;
    -ms-flex-direction: column
}

obp-filtro-check .dialog-stack md-radio-button {
    margin: 10px 0;
    text-align: left
}

obp-filtro-check .boton-posicion .button-filtro {
    margin: 20px
}

obp-flechas {
    width: 1em;
    height: 1em;
    fill: currentColor
}

obp-flechas .arriba,
obp-flechas .up {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

obp-flechas .abajo,
obp-flechas .down {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

obp-flechas .izquierda,
obp-flechas .left {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

obp-flechas .line {
    background: none!important;
    margin-left: 0!important
}

    .desktop obp-grafico .chart-container {
        position: relative
    }

    .desktop obp-grafico svg text {
        font: 16px sans-serif
    }

    .desktop obp-grafico svg circle {
        stroke-width: 1px
    }

    .desktop obp-grafico hr {
        border: none;
        border-bottom: 1px solid #c9c9c9;
        margin: 10px 0 0
    }

    .desktop obp-grafico .header {
        margin-bottom: -30px
    }

    .desktop obp-grafico .title {
        text-align: center;
        font-weight: 600;
        font-size: 12px
    }

    .desktop obp-grafico .chart-bar {
        margin-top: 15px
    }

    .desktop obp-grafico .complete-percent-graph {
        font-size: 12px;
        margin-top: 70px
    }

    .desktop obp-grafico .complete-percent-graph hr {
        margin: 15px 0
    }

    .desktop obp-grafico .complete-percent-graph .tenencia-progress-bar {
        margin: 30px 0
    }

    .desktop obp-grafico .complete-percent-graph .tenencia-progress-bar md-progress-linear .md-container {
        height: 12px;
        background-color: #abc111
    }

    .desktop obp-grafico .complete-percent-graph .tenencia-progress-bar md-progress-linear .md-container .md-bar {
        height: 12px;
        background-color: #1bb3bc
    }

    .desktop obp-grafico .complete-percent-graph .tenencia-progress-bar .percentaje {
        font-size: 12px;
        margin-top: 7px;
        display: flow-root
    }

    .desktop obp-grafico .complete-percent-graph .tenencia-progress-bar .percentaje div:first-child {
        float: left
    }

    .desktop obp-grafico .complete-percent-graph .tenencia-progress-bar .percentaje div:nth-child(2) {
        float: right
    }

    .desktop obp-grafico .complete-percent-graph .tenencia-progress-bar-error {
        margin: 30px 0
    }

    .desktop obp-grafico .complete-percent-graph .tenencia-progress-bar-error md-progress-linear .md-container {
        height: 12px;
        background-color: #fff;
        border: 1px solid #c9c9c9
    }

    .desktop obp-grafico .complete-percent-graph .tenencia-progress-bar-error md-progress-linear .md-container .md-bar {
        height: 12px;
        visibility: collapse
    }

    .desktop obp-grafico .complete-percent-graph .tenencia-progress-bar-error .percentaje {
        font-size: 12px;
        margin-top: 7px;
        display: flow-root
    }

    .desktop obp-grafico .complete-percent-graph .tenencia-progress-bar-error .percentaje div:first-child {
        float: left
    }

    .desktop obp-grafico .complete-percent-graph .tenencia-progress-bar-error .percentaje div:nth-child(2) {
        float: right
    }

    .desktop obp-grafico .complete-percent-graph ul {
        list-style: none;
        padding: 0;
        margin: -5px 0 0
    }

    .desktop obp-grafico .complete-percent-graph ul li:nth-child(2) {
        margin-top: -10px
    }

    .desktop obp-grafico .complete-percent-graph ul .punto-pesos {
        font-size: 20px;
        color: #1bb3bc
    }

    .desktop obp-grafico .complete-percent-graph ul .punto-dolares {
        font-size: 20px;
        color: #abc111
    }

    .desktop obp-grafico .complete-percent-graph ul .punto-error {
        font-size: 20px;
        color: #c9c9c9
    }

    .desktop obp-grafico .bar-numbers-legend {
        width: 100px;
        position: absolute;
        top: 109px;
        left: -25px;
        font-size: small
    }

    .desktop obp-grafico .bar-numbers-legend obp-puntos {
        display: inline-block
    }

    .desktop obp-grafico .bar-numbers-legend .bar-series li:nth-child(2) {
        margin-top: -10px
    }

    .desktop obp-grafico .bar-numbers-legend ul {
        list-style: none;
        padding: 0;
        margin: 20px 0 0 40px
    }

    .desktop obp-grafico .bar-numbers-legend ul li {
        font-size: 12px
    }

    .desktop obp-grafico .bar-numbers-legend ul li .bullet {
        font-size: 20px
    }

    .desktop obp-grafico .bar-numbers-legend ul .punto-pesos {
        color: #1bb3bc
    }

    .desktop obp-grafico .bar-numbers-legend ul .punto-dolares {
        color: #abc111
    }

    .desktop obp-grafico .bar-numbers-legend ul .punto-error {
        color: #c9c9c9
    }

    .desktop obp-grafico .bar-numbers-legend .bar-numbers {
        margin: 22px 0 0 40px
    }

    .desktop obp-grafico .bar-chart-legend {
        width: 100px;
        position: absolute;
        top: 109px;
        left: -50px;
        font-size: small
    }

    .desktop obp-grafico .bar-chart-legend obp-puntos {
        display: inline-block
    }

    .desktop obp-grafico .bar-chart-legend .bar-series li:nth-child(2) {
        margin-top: -10px
    }

    .desktop obp-grafico .bar-chart-legend ul {
        list-style: none;
        padding: 0;
        margin: 20px 0 0 40px
    }

    .desktop obp-grafico .bar-chart-legend ul li {
        font-size: 12px
    }

    .desktop obp-grafico .bar-chart-legend ul li .bullet {
        font-size: 20px
    }

    .desktop obp-grafico .bar-chart-legend ul .punto-pesos {
        color: #1bb3bc
    }

    .desktop obp-grafico .bar-chart-legend ul .punto-dolares {
        color: #abc111
    }

    .desktop obp-grafico .bar-chart-legend ul .punto-error {
        color: #c9c9c9
    }

    .desktop obp-grafico .bar-chart-legend .bar-numbers {
        margin: 22px 0 0 40px
    }

}


@media (min-width:321px) and (max-width:768px) {

    .mobile dlg-auth-rsa md-dialog-content {
        padding: 0;
        width: 256px
    }
    .mobile dlg-auth-rsa md-dialog-content obp-feedback .mensaje .subsubtitulo {
        padding: 0 6px
    }
    .mobile dlg-auth-rsa md-dialog-actions {
        padding: 15px 0
    }

    .mobile login form .enabled {
        background-color: #ec0000
    }

    .mobile obp-grafico hr {
        margin: 15px 0 0;
        border: none;
        border-bottom: 1px solid #c9c9c9
    }

    .mobile obp-grafico .title {
        text-align: center;
        font-size: 12px;
        font-weight: 600
    }

    .mobile obp-grafico .chart-pie {
        padding-top: 15px
    }

    .mobile obp-grafico .bar-chart-legend-mobile {
        margin: 0 auto;
        font-size: 14px
    }

    .mobile obp-grafico .bar-chart-legend-mobile ul {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: center
    }

    .mobile obp-grafico .bar-chart-legend-mobile ul li {
        display: inline
    }

    .mobile obp-grafico .bar-chart-legend-mobile ul li .bullet {
        font-size: 30px;
        vertical-align: sub;
        margin-right: 2px
    }

    .mobile obp-grafico .bar-chart-legend-mobile ul li .referencias {
        font-weight: 700
    }

    .mobile obp-grafico .bar-chart-legend-mobile ul li:nth-child(2) {
        padding-left: 20px
    }

    .mobile obp-grafico .bar-chart-legend-mobile ul .punto-error {
        font-size: 30px;
        vertical-align: sub;
        color: #c9c9c9
    }

    .mobile obp-grafico .pie-graph .chart {
        width: 66%;
        margin: 0 auto
    }

    .mobile obp-grafico .pie-graph .percentaje {
        font-size: 12px;
        margin-top: -42%
    }

    .mobile obp-grafico .pie-graph .percentaje div:first-child {
        float: left
    }

    .mobile obp-grafico .pie-graph .percentaje div:nth-child(2) {
        float: right
    }

    .mobile login {
        height: 100%;
        color: #585858;
        background: #ec0000;
    }

    .mobile login .rectangulo {
        width: 100%;
        height: auto;
        background: #eee;
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        font-weight: 600
    }

    .mobile login .rectangulo p {
        padding: 20px 60px
    }

    .mobile login .rectangulo .redText {
        color: #ec0000;
        font-weight: 600
    }

    .mobile login .check {
        margin-top: 35px
    }

    .mobile login .logo-title {
        position: fixed;
        margin-left: 10px;
        width: 100%;
        z-index: 1
    }

    .mobile login .logo-title div {
        height: 65px;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 60%
    }

    .mobile login .margen-logo {
        width: 100%;
        height: 65px
    }

    .mobile login form .btn-login {
        position: relative;
        width: 100%;
        height: 40px;
        border: none;
        border-radius: 25px;
        font-size: 14px;
        font-weight: 700;
        line-height: 40px;
        text-align: center;
        margin-left: auto;
    }

    .mobile login form .btn-login,
    .mobile login form .submit {
        margin-top: 5px;
        background: #c9c9c9;
        width: 50%;
        color: #fff
    }

    .mobile login form .fechanac {
        position: relative;
        margin-top: 30px
    }

    .mobile login form .fechanac label {
        font-size: 14px;
        font-weight: 600
    }

    .mobile login form .fechanac obp-icon2 {
        position: absolute;
        right: 0;
        color: #ec0000;
        font-size: 24px
    }

    .mobile login md-input-container .md-input {
        border-width: 0 0 2px
    }

    .mobile login .panel-primary {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 355px;
        -ms-flex: 0 0 355px;
        flex: 0 0 355px;
        padding-bottom: 10px;
        font-weight: 600;
        z-index: 10;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .mobile login .ayuda {
        margin: 10px 10px 0
    }

    .mobile obp-filtro-check .txt-numero {
        color: #ec0000;
        font-weight: 600
    }

    .mobile obp-filtro-check .contenedor-selector-tarjetas-mobile {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
        box-shadow: none;
        overflow: hidden;
        z-index: -100
    }

    .mobile obp-filtro-check .contenedor-selector-tarjetas-mobile,
    .mobile obp-filtro-check .contenedor-selector-tarjetas-mobile .translator {
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out
    }

    .mobile obp-filtro-check .contenedor-selector-tarjetas-mobile .translator {
        padding-bottom: 20px;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        background-color: #fff
    }

    .mobile obp-filtro-check .contenedor-selector-tarjetas-mobile.expanded {
        background-color: #fff;
        overflow: auto;
        z-index: 100
    }

    .mobile obp-filtro-check .contenedor-selector-tarjetas-mobile.expanded .translator {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .mobile obp-filtro-check .contenedor-selector-tarjetas-mobile obp-boton {
        display: block;
        min-height: 20px;
        padding-bottom: 20px;
        text-align: center
    }

    .mobile obp-filtro-check .contenedor-selector-tarjetas-mobile obp-boton.fixedBtn button {
        position: absolute;
        right: 20px;
        bottom: 20px;
        left: 20px
    }

    .mobile obp-filtro-check .contenedor-selector-tarjetas-mobile obp-boton button {
        width: 90%
    }

    .mobile obp-filtro-check .actions-header {
        position: relative;
        top: 0;
        height: 70px;
        transition: .4s;
        background-color: #ec0000;
        -webkit-transition: .4s
    }

    .mobile obp-filtro-check .actions-header obp-icon {
        color: #fff;
        font-size: 16px
    }

    .mobile obp-filtro-check .actions-header .logo {
        width: 188px;
        height: 37px;
        background-size: cover
    }

    .mobile obp-filtro-check .actions-header .left {
        opacity: 0
    }

    .mobile obp-filtro-check .actions-header .left,
    .mobile obp-filtro-check .actions-header .right {
        width: 20px;
        height: 20px;
        padding: 0;
        background-color: #ec0000;
        text-align: center
    }

    .mobile obp-filtro-check .title-selector {
        display: block;
        padding: 20px;
        border-bottom: 2px solid #c9c9c9;
        font-size: 15px;
        font-weight: 400;
        text-align: left
    }

    .mobile obp-filtro-check .selector-tarjetas-mobile {
        padding: 30px;
        text-align: left
    }

    .mobile obp-filtro-check .selector-tarjetas-mobile .intervinientes {
        display: block
    }

    .mobile obp-filtro-check>span {
        display: inline-block;
        vertical-align: middle
    }

    .mobile obp-filtro-check>span obp-icon {
        display: inline-block;
        width: 23px;
        height: 23px;
        color: #ec0000;
        font-weight: 700;
        cursor: pointer
    }

    .mobile obp-filtro-check>span obp-icon svg {
        width: 23px;
        height: 23px
    }

    .mobile obp-actionsheet {
        position: fixed;
        top: auto;
        bottom: -50px;
        min-height: 50px
    }

    .mobile obp-actionsheet[locker=true] {
        z-index: 99
    }

    .mobile obp-actionsheet .max-width-content {
        display: block;
        position: relative
    }

    .mobile obp-actionsheet .max-width-content>obp-boton.action-sheet-boton {
        position: fixed;
        top: auto;
        font-size: 40px;
        right: 40px;
        bottom: 15px;
        opacity: 1;
        -webkit-transition: opacity .1s linear;
        transition: opacity .1s linear;
        -webkit-animation: .3s zoomIn ease-in;
        animation: .3s zoomIn ease-in;
        -webkit-transition-delay: .15s;
        transition-delay: .15s;
        z-index: 6
    }

    .mobile obp-actionsheet .max-width-content>obp-boton.expanded {
        opacity: 0;
        z-index: 1
    }

    .mobile obp-actionsheet .max-width-content>obp-boton button {
        box-shadow: 0 1px 3px 0 rgba(51, 51, 51, .5)
    }

    .mobile obp-actionsheet .max-width-content>obp-boton obp-icon {
        font-size: 25px
    }

    .mobile obp-actionsheet .max-width-content>obp-boton obp-icon svg {
        display: block;
        margin: auto
    }

    .mobile obp-actionsheet .max-width-content>obp-boton svg {
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        -webkit-transition-delay: .2s;
        transition-delay: .2s
    }

    .mobile obp-actionsheet .max-width-content>obp-boton.expanded svg {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: center;
        transform-origin: center
    }

    .mobile obp-actionsheet ul {
        position: relative;
        top: auto;
        margin-bottom: 0;
        padding: 30px 0;
        max-height: 0;
        bottom: 0;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        box-shadow: 0 -7px 25px #c9c9c9;
        overflow: inherit
    }

    .mobile obp-actionsheet ul>obp-boton {
        top: -40px;
        font-size: 25px;
        position: absolute;
        left: auto;
        right: 40px;
        bottom: auto;
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-animation: .3s zoomIn ease-in;
        animation: .3s zoomIn ease-in
    }

    .mobile obp-actionsheet ul>obp-boton obp-icon {
        font-size: 25px
    }

    .mobile obp-actionsheet ul>obp-boton obp-icon svg {
        display: block;
        margin: auto
    }

    .mobile obp-actionsheet ul>obp-boton obp-icon div {
        padding-top: 4px
    }

    .mobile obp-actionsheet ul>obp-boton svg {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition-duration: .3s;
        transition-duration: .3s
    }

    .mobile obp-actionsheet ul>obp-boton.expanded-ul-add-active {
        opacity: 1
    }

    .mobile obp-actionsheet ul>obp-boton.expanded-ul-remove-active {
        -webkit-animation: .4s zoomOut ease-out;
        animation: .4s zoomOut ease-out;
        -webkit-transition-delay: .1s;
        transition-delay: .1s
    }

    .mobile obp-actionsheet ul>obp-boton.expanded-ul svg {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transition-delay: .2s;
        transition-delay: .2s
    }

    .mobile obp-actionsheet ul .marco-link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0 20px
    }

    .mobile obp-actionsheet ul.expanded {
        bottom: 50px;
        max-height: 100vh
    }

    .mobile obp-actionsheet ul a {
        max-width: 75%;
        padding: 10px 0;
        line-height: 20px
    }

    .mobile obp-actionsheet ul.ng-hide-add {
        -webkit-animation: .4s slideOutDown ease-in-out;
        animation: .4s slideOutDown ease-in-out
    }

    .mobile obp-actionsheet ul.ng-hide-remove {
        -webkit-animation: .3s slideInUp ease-in-out;
        animation: .3s slideInUp ease-in-out
    }

    .mobile obp-actionsheet .lightbox {
        position: fixed;
        top: 0;
        background: hsla(0, 0%, 100%, .8)
    }

    .mobile obp-actionsheet>obp-boton {
        top: -88px
    }

    .mobile obp-actionsheet obp-icon {
        font-size: 40px
    }

    .mobile obp-actionsheet li obp-icon {
        font-size: 20px
    }

    .mobile obp-actionsheet li obp-icon svg {
        top: 10px
    }

    .mobile obp-buscador .hint {
        color: grey;
        font-size: 12px;
        line-height: 14px
    }

    .mobile obp-buscador .hint>span {
        color: red
    }

    .mobile obp-buscador .fullWidth {
        width: 100%!important;
        padding: 0
    }

    .mobile obp-buscador .header-movimientos {
        border-bottom: 1px solid #fff;
        background: #eee
    }

    .mobile obp-buscador .header-movimientos>div {
        display: inline-block;
        padding: 15px 20px
    }

    .mobile obp-buscador .header-movimientos>div p {
        margin: 0;
        font-weight: 600
    }

    .mobile obp-buscador .header-movimientos>a {
        margin: 0;
        padding: 15px 20px;
        float: right;
        border-left: 1px solid #fff
    }

    .mobile obp-buscador header {
        width: 100vw;
        height: 64px;
        padding: 20px 30px;
        border-bottom: 1px solid #c9c9c9;
        font-size: 14px;
        font-weight: 600
    }

    .yt-footer .ring-footer__column {
        position: absolute;
        width: 100%;
    }


    /** footer style **/

    section#app__footer .yt-footer .ring-footer {
        position: relative;
        height: 25px;
        font-size: 12px;
        border-top: 1px solid #ccc;
        box-sizing: border-box;
        text-align: center;
    }

    div#login-view .ring-footer {
        position: relative;
        height: 25px;
        font-size: 12px;
        padding-top: 70px;
        border-top: none !important;
        box-sizing: border-box;
        text-align: center;
    }


    .yt-footer .ring-footer__column_left {
        text-align: left;
        color: #ccc;
    }

    .yt-footer .ring-footer__column {
        position: absolute;
        width: 100%;
    }

    .yt-footer .ring-footer__line {
        list-style: none;
        padding: 0;
        line-height: 16px !important;
    }
}

div.login-container__title {
    margin: 0 auto 10px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    font-size: clamp(12px, 3vw, 20px);
}
