.glyphicon-spin, a .glyphicon-spin {
    display: inline-block
}

.alert a, .field--label, .file {
    font-weight: 700
}

.file, .file-link {
    width: 100%
}

.tabs-left > .nav-tabs > li:focus, .tabs-left > .nav-tabs > li > a:focus, .tabs-right > .nav-tabs > li:focus, .tabs-right > .nav-tabs > li > a:focus {
    outline: 0
}

.panel-title:focus, .panel-title:hover, a .glyphicon-spin {
    text-decoration: none
}

.image-widget.row, .region-help .block, .tabledrag-changed-warning {
    overflow: hidden
}

.alert-sm {
    padding: 5px 10px
}

.alert-success a, .alert-success a:focus, .alert-success a:hover {
    color: #2b542c
}

.alert-info a, .alert-info a:focus, .alert-info a:hover {
    color: #245269
}

.alert-warning a, .alert-warning a:focus, .alert-warning a:hover {
    color: #66512c
}

.alert-danger a, .alert-danger a:focus, .alert-danger a:hover {
    color: #843534
}

@-webkit-keyframes glyphicon-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-o-keyframes glyphicon-spin {
    0% {
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -o-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes glyphicon-spin {
    0% {
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.glyphicon-spin {
    -webkit-animation: glyphicon-spin 1s infinite linear;
    -o-animation: glyphicon-spin 1s infinite linear;
    animation: glyphicon-spin 1s infinite linear
}

html.js .btn .ajax-throbber {
    margin-left: .5em;
    margin-right: -.25em
}

html.js .form-item .input-group-addon .glyphicon {
    color: #777;
    opacity: .5;
    -webkit-transition: 150ms color,150ms opacity;
    -o-transition: 150ms color,150ms opacity;
    transition: 150ms color,150ms opacity
}

    html.js .form-item .input-group-addon .glyphicon.glyphicon-spin {
        color: #337ab7;
        opacity: 1
    }

html.js .form-item .input-group-addon .input-group-addon {
    background-color: #fff
}

html.js .ajax-new-content:empty {
    display: none !important
}

.field--label-inline .field--items, .field--label-inline .field--label {
    float: left
}

.field--label-inline .field--items, .field--label-inline .field--label, .field--label-inline > .field--item {
    padding-right: .5em
}

[dir=rtl] .field--label-inline .field--items, [dir=rtl] .field--label-inline .field--label {
    padding-left: .5em;
    padding-right: 0
}

.field--label-inline .field--label::after {
    content: ':'
}

.file {
    display: table;
    font-size: 75%;
    margin: 5px 0
}

    .file-icon, .file-link, .file-size, .file > .tabledrag-changed {
        display: table-cell;
        vertical-align: middle
    }

    .file > span {
        background: #fff;
        color: #337ab7;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc
    }

        .file > span:first-child {
            border-left: 1px solid #ccc
        }

        .file > span:last-child {
            border-right: 1px solid #ccc
        }

    .file > .tabledrag-changed {
        background: #fcf8e3;
        border-radius: 0;
        color: #8a6d3b;
        padding: 0 1em;
        top: 0
    }

        .file > .tabledrag-changed, .file > .tabledrag-changed:last-child {
            border: 1px solid #f7e1b5
        }

.file-icon {
    font-size: 150%;
    padding: .25em .5em;
    text-align: center
}

.file-link a, .file-link a:active, .file-link a:focus, .file-link a:hover {
    color: inherit
}

.file-size {
    padding: 0 1em;
    text-align: right;
    white-space: pre
}

.filter-wrapper {
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    margin-bottom: 0;
    padding: 10px;
    height: 51px
}

.filter-help {
    float: right;
    line-height: 1;
    margin: .5em 0 0
}

.nav.nav-tabs.filter-formats {
    margin-bottom: 15px
}

table .checkbox.form-no-label, table .radio.form-no-label {
    margin-bottom: 0;
    margin-top: 0
}

.select-wrapper {
    display: inline-block;
    position: relative;
    width: 100%
}

.form-inline .select-wrapper {
    width: auto
}

.input-group .select-wrapper {
    display: table-cell
}

    .input-group .select-wrapper:first-child .form-control:first-child {
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px
    }

    .input-group .select-wrapper:last-child .form-control:first-child {
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px
    }

.select-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1;
    padding-right: 2em
}

    .select-wrapper select::-ms-expand {
        opacity: 0
    }

.select-wrapper:after {
    color: #337ab7;
    content: '▼';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-top: -.5em;
    padding-right: .5em;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 10
}

.has-glyphicons .select-wrapper:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e114';
    display: inline-block;
    font-family: 'Glyphicons Halflings'
}

.has-error .select-wrapper:after {
    color: #a94442
}

.has-success .select-wrapper:after {
    color: #3c763d
}

.has-warning .select-wrapper:after {
    color: #8a6d3b
}

.form-required:after {
    background-image: url(/themes/bootstrap/css/images/required.svg);
    -webkit-background-size: 10px 7px;
    background-size: 10px 7px;
    content: "";
    display: inline-block;
    line-height: 1;
    height: 7px;
    width: 10px
}

.form-actions .btn, .form-actions .btn-group {
    margin-right: 10px
}

    .form-actions .btn-group .btn {
        margin-right: 0
    }

a .glyphicon.icon-before, a.icon-before .glyphicon {
    margin-right: .25em
}

a .glyphicon.icon-after, a.icon-after .glyphicon {
    margin-left: .25em
}

.btn .glyphicon.icon-before, .btn.icon-before .glyphicon {
    margin-left: -.25em;
    margin-right: .25em
}

.btn .glyphicon.icon-after, .btn.icon-after .glyphicon {
    margin-left: .25em;
    margin-right: -.25em
}

body {
    position: relative
}

    body.navbar-is-static-top {
        margin-top: 0
    }

    body.navbar-is-fixed-top {
        margin-top: 65px
    }

    body.navbar-is-fixed-bottom {
        padding-bottom: 65px
    }

@media screen and (max-width:767px) {
    body.toolbar-vertical.navbar-is-fixed-bottom .toolbar-bar, body.toolbar-vertical.navbar-is-fixed-top .toolbar-bar {
        position: fixed
    }

    body.toolbar-vertical.navbar-is-fixed-bottom header, body.toolbar-vertical.navbar-is-fixed-top header {
        z-index: 500
    }

    body.toolbar-vertical.navbar-is-fixed-top header {
        top: 39px
    }
}

@media screen and (min-width:768px) {
    body {
        margin-top: 15px
    }

    .navbar.container {
        max-width: 720px
    }
}

@media screen and (min-width:992px) {
    .navbar.container {
        max-width: 940px
    }
}

@media screen and (min-width:1200px) {
    .navbar.container {
        max-width: 1140px
    }
}

.navbar .logo {
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px
}

@media screen and (min-width:768px) {
    .navbar .logo {
        margin-right: 0;
        padding-left: 0
    }
}

.is-unpublished {
    background-color: #fff4f4
}

.node-preview-container {
    margin-top: -15px
}

.node-preview-form-select {
    padding: 15px
}

.panel-title {
    display: block;
    margin: -10px -15px;
    padding: 10px 15px
}

    .panel-title, .panel-title:focus, .panel-title:hover, .panel-title:hover:focus {
        color: inherit
    }

.progress-wrapper {
    margin-bottom: 15px
}

    .progress-wrapper:last-child .progress {
        margin-bottom: 5px
    }

    .progress-wrapper .message {
        font-weight: 700;
        margin-bottom: 5px
    }

    .progress-wrapper .percentage, .progress-wrapper .progress-label {
        font-size: 12px
    }

    .progress-wrapper .progress-bar {
        min-width: 2em
    }

.tabledrag-toggle-weight {
    float: right;
    margin: 1px 2px 1px 10px
}

.tabledrag-changed-warning {
    margin: 0
}

.tabledrag-handle {
    color: #777;
    cursor: move;
    float: left;
    font-size: 125%;
    line-height: 1;
    margin: -10px 0 0 -10px;
    padding: 10px
}

    .tabledrag-handle:focus, .tabledrag-handle:hover {
        color: #337ab7
    }

.indentation {
    float: left;
    height: 1.7em;
    margin: -.4em .2em -.4em -.4em;
    padding: .42em 0 .42em .6em;
    width: 20px
}

[dir=rtl] .indentation {
    float: right;
    margin: -.4em -.4em -.4em .2em;
    padding: .42em .6em .42em 0
}

.local-actions {
    margin: 10px 0 10px -5px
}

.tabs--secondary {
    margin: 10px 0 5px
}

.tabbable {
    margin-bottom: 20px
}

.tabs-below > .nav-tabs, .tabs-left > .nav-tabs, .tabs-right > .nav-tabs {
    border-bottom: 0
}

    .tabs-below > .nav-tabs .summary, .tabs-left > .nav-tabs .summary, .tabs-right > .nav-tabs .summary {
        color: #777;
        font-size: 12px
    }

.tab-pane > .panel-heading {
    display: none
}

.tab-content > .active {
    display: block
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #ddd
}

    .tabs-below > .nav-tabs > li {
        margin-top: -1px;
        margin-bottom: 0
    }

.page-header, body.toolbar-loading {
    margin-top: 0
}

.tabs-below > .nav-tabs > li > a {
    border-radius: 0 0 4px 4px
}

    .tabs-below > .nav-tabs > li > a:focus, .tabs-below > .nav-tabs > li > a:hover {
        border-top-color: #ddd;
        border-bottom-color: transparent
    }

.tabs-below > .nav-tabs > .active > a, .tabs-below > .nav-tabs > .active > a:focus, .tabs-below > .nav-tabs > .active > a:hover {
    border-color: transparent #ddd #ddd
}

.tabs-left > .nav-tabs, .tabs-right > .nav-tabs {
    padding-bottom: 20px;
    width: 220px
}

    .tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
        float: none
    }

        .tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
            margin-right: 0;
            margin-bottom: 3px
        }

.tabs-left > .tab-content, .tabs-right > .tab-content {
    border-radius: 0 4px 4px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    overflow: hidden;
    padding: 10px 15px
}

.tabs-left > .nav-tabs {
    float: left;
    margin-right: -1px
}

    .tabs-left > .nav-tabs > li > a {
        border-radius: 4px 0 0 4px
    }

        .tabs-left > .nav-tabs > li > a:focus, .tabs-left > .nav-tabs > li > a:hover {
            border-color: #eee #ddd #eee #eee
        }

    .tabs-left > .nav-tabs > .active > a, .tabs-left > .nav-tabs > .active > a:focus, .tabs-left > .nav-tabs > .active > a:hover {
        border-color: #ddd transparent #ddd #ddd;
        -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,.05);
        box-shadow: -1px 1px 1px rgba(0,0,0,.05)
    }

.tabs-right > .nav-tabs {
    float: right;
    margin-left: -1px
}

    .tabs-right > .nav-tabs > li > a {
        border-radius: 0 4px 4px 0
    }

        .tabs-right > .nav-tabs > li > a:focus, .tabs-right > .nav-tabs > li > a:hover {
            border-color: #eee #eee #eee #ddd;
            -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.05);
            box-shadow: 1px 1px 1px rgba(0,0,0,.05)
        }

    .tabs-right > .nav-tabs > .active > a, .tabs-right > .nav-tabs > .active > a:focus, .tabs-right > .nav-tabs > .active > a:hover {
        border-color: #ddd #ddd #ddd transparent
    }

body.toolbar-fixed .toolbar-oriented .toolbar-bar {
    z-index: 1031
}

body.toolbar-fixed .navbar-fixed-top {
    top: 39px
}

body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .navbar-fixed-top {
    top: 79px
}

body.toolbar-fixed.toolbar-vertical.toolbar-tray-open .navbar-fixed-top {
    left: 240px
}

body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed {
    margin-left: 240px
}

    body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray {
        padding-bottom: 40px
    }

        body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray, body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray > .toolbar-lining:before {
            width: 240px
        }

body.toolbar-loading.toolbar {
    margin-bottom: 15px
}

.form-group:last-child, .panel:last-child, .popover ol:last-child, .popover ul:last-child, p:last-child {
    margin-bottom: 0
}

.ui-autocomplete {
    background: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    color: inherit;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    list-style: none;
    min-width: 160px;
    padding: 5px 0;
    text-align: left;
    z-index: 1000
}

    .ui-autocomplete .ui-menu-item {
        border: 0;
        border-radius: 0;
        clear: both;
        color: #333;
        cursor: pointer;
        display: block;
        font-weight: 400;
        line-height: 1.42857143;
        margin: 0;
        outline: 0;
        padding: 3px 20px;
        text-decoration: none;
        white-space: nowrap
    }

        .ui-autocomplete .ui-menu-item.ui-state-hover {
            background: #f5f5f5;
            color: #262626
        }

        .ui-autocomplete .ui-menu-item.ui-state-active, .ui-autocomplete .ui-menu-item.ui-state-focus {
            background: #337ab7;
            color: #fff
        }

ol, ul {
    padding-left: 1.5em
}

.footer {
    margin-top: 45px;
    padding-top: 35px;
    padding-bottom: 36px;
    border-top: 1px solid #E5E5E5
}

.region-help > .glyphicon {
    font-size: 18px;
    float: left;
    margin: -.05em .5em 0 0
}

.control-group .help-inline, .help-block {
    color: #777;
    font-size: 12px;
    margin: 5px 0 10px;
    padding: 0
}

    .control-group .help-inline:first-child, .help-block:first-child {
        margin-top: 0
    }

.containerTwitter {
    border-bottom: 1px solid #e5e5e5;
    font-size: 0.8rem;
    padding: 20px 2px 15px 8px;
}

.header-twitter {
    border-bottom: 1px solid #e5e5e5;
}

.containerTwitter:hover {
    background-color: #f5f8fa;
    cursor: pointer;
}

.carousel-item {
    height: auto !important;
}

iframe {
    border: 0;
}

.hover-links:hover {
    opacity: 0.6;
    transition: 0.5s;
}

.hover-links {
    transition: 0.5s;
}

.flecha:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f0a9";
    display: block;
    position: absolute;
    color: black;
    font-size: 30px;
}

#progress-bar {
    margin-bottom: 0 !important;
}

.renta {
    font-size: 12px;
    color: gray;
}

#search-icon:hover {
    color: darkgray
}

.button-hover:hover {
    background-color: #ccc;
}

.input-search-style {
    width: 200px !important;
    border-radius: 5px !important;
    border-width: 1px;
    margin-right: 2px;
}

.enlaces {
    text-align: center;
    margin-top: 40px;
    background-color: #f5f5f5;
    border-radius: 5px;
    padding: 15px 0px;
    border: 1px solid #e3e3e3;
}

.logo > img {
    max-width: 145px;
}

.carousel-item > a > img {
    opacity: 0.9;
}

header.bg-light {
    opacity: 0.9;
    border: unset !important;
}

.scrollup {
    left: unset !important;
    right: 25px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center !important;
}

.field.field--name-field-iframe.field--type-iframe.field--label-above.quickedit-field > .field--label {
    display: none;
}

.menu.menu--finanzas.nav, .menu--beneficios.nav, .menu.menu--inversiones.nav, .menu.menu--prestamos.nav, .menu.menu--institucional.nav {
    display: block;
}

.normativa-block > p > a, .normativa-block > h3 > a {
    color: #212527;
}

figcaption > a {
    margin-top: 5px;
    color: white;
}

    figcaption > a:hover {
        margin-top: 5px;
        color: white;
    }

.navbar-light .navbar-nav .nav-link {
    color: black;
    font-weight: 700;
}

.SandboxRoot.env-bp-min .timeline-Tweet-media {
    margin-left: 0;
    display: none;
}

@media (max-width:768px) {
    .centered {
        text-align: center !important;
    }
}

@media (max-width:576px) {
    header {
        position: relative !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .carousel-item {
        min-height: 0 !important;
    }
}
