/* Minification failed. Returning unminified contents.
(12157,1): run-time error CSS1019: Unexpected token, found '@import'
(12157,9): run-time error CSS1019: Unexpected token, found 'url(baseStyles/baseStyles.css)'
(12380,23): run-time error CSS1039: Token not allowed after unary operator: '-lexend'
(18904,23): run-time error CSS1039: Token not allowed after unary operator: '-lexend'
(21351,23): run-time error CSS1039: Token not allowed after unary operator: '-lexend'
(21360,23): run-time error CSS1039: Token not allowed after unary operator: '-lexend'
(21403,23): run-time error CSS1039: Token not allowed after unary operator: '-lexend'
(21460,23): run-time error CSS1039: Token not allowed after unary operator: '-lexend'
(21469,23): run-time error CSS1039: Token not allowed after unary operator: '-lexend'
(21492,23): run-time error CSS1039: Token not allowed after unary operator: '-lexend'
(21543,23): run-time error CSS1039: Token not allowed after unary operator: '-lexend'
(21615,23): run-time error CSS1039: Token not allowed after unary operator: '-lexend'
(21627,23): run-time error CSS1039: Token not allowed after unary operator: '-lexend'
(21867,23): run-time error CSS1039: Token not allowed after unary operator: '-lexend'
(21877,23): run-time error CSS1039: Token not allowed after unary operator: '-lexend'
(21886,23): run-time error CSS1039: Token not allowed after unary operator: '-lexend'
 */
*, ::after, ::before {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
    width: device-width;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0;
    }

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b, strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

    a:hover {
        color: #0056b3;
        text-decoration: underline;
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none;
    }

        a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
            color: inherit;
            text-decoration: none;
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0;
        }

code, kbd, pre, samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button {
    border-radius: 0;
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        padding: 0;
        border-style: none;
    }

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

    [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

.h1, h1 {
    font-size: 2.5rem;
}

.h2, h2 {
    font-size: 2rem;
}

.h3, h3 {
    font-size: 1.75rem;
}

.h4, h4 {
    font-size: 1.5rem;
}

.h5, h5 {
    font-size: 1.25rem;
}

.h6, h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

.small, small {
    font-size: 80%;
    font-weight: 400;
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

    .list-inline-item:not(:last-child) {
        margin-right: .5rem;
    }

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}

    .blockquote-footer::before {
        content: "\2014 \00A0";
    }

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem;
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700;
    }

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col, .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0;
    }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.333333%;
    }

    .offset-sm-2 {
        margin-left: 16.666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.333333%;
    }

    .offset-sm-5 {
        margin-left: 41.666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.333333%;
    }

    .offset-sm-8 {
        margin-left: 66.666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.333333%;
    }

    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.333333%;
    }

    .offset-md-2 {
        margin-left: 16.666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.333333%;
    }

    .offset-md-5 {
        margin-left: 41.666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.333333%;
    }

    .offset-md-8 {
        margin-left: 66.666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.333333%;
    }

    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.333333%;
    }

    .offset-lg-2 {
        margin-left: 16.666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.333333%;
    }

    .offset-lg-5 {
        margin-left: 41.666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.333333%;
    }

    .offset-lg-8 {
        margin-left: 66.666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.333333%;
    }

    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.333333%;
    }

    .offset-xl-2 {
        margin-left: 16.666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.333333%;
    }

    .offset-xl-5 {
        margin-left: 41.666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.333333%;
    }

    .offset-xl-8 {
        margin-left: 66.666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.333333%;
    }

    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

    .table td, .table th {
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
    }

    .table tbody + tbody {
        border-top: 2px solid #dee2e6;
    }

    .table .table {
        background-color: #fff;
    }

.table-sm td, .table-sm th {
    padding: .3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6;
    }

    .table-bordered thead td, .table-bordered thead th {
        border-bottom-width: 2px;
    }

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}

.table-hover tbody tr:hover {
    background-color: rgba(0,0,0,.075);
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #b8daff;
}

.table-hover .table-primary:hover {
    background-color: #9fcdff;
}

    .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
        background-color: #9fcdff;
    }

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

    .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
        background-color: #c8cbcf;
    }

.table-success, .table-success > td, .table-success > th {
    background-color: #c3e6cb;
}

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

    .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
        background-color: #b1dfbb;
    }

.table-info, .table-info > td, .table-info > th {
    background-color: #bee5eb;
}

.table-hover .table-info:hover {
    background-color: #abdde5;
}

    .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
        background-color: #abdde5;
    }

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #ffeeba;
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

    .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
        background-color: #ffe8a1;
    }

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

    .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
        background-color: #f1b0b7;
    }

.table-light, .table-light > td, .table-light > th {
    background-color: #fdfdfe;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}

    .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
        background-color: #ececf6;
    }

.table-dark, .table-dark > td, .table-dark > th {
    background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

    .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
        background-color: #b9bbbe;
    }

.table-active, .table-active > td, .table-active > th {
    background-color: rgba(0,0,0,.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0,0,0,.075);
}

    .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
        background-color: rgba(0,0,0,.075);
    }

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #212529;
}

    .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #32383e;
    }

    .table-dark.table-bordered {
        border: 0;
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255,255,255,.05);
    }

    .table-dark.table-hover tbody tr:hover {
        background-color: rgba(255,255,255,.075);
    }

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-sm > .table-bordered {
            border: 0;
        }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-md > .table-bordered {
            border: 0;
        }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-lg > .table-bordered {
            border: 0;
        }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-xl > .table-bordered {
            border: 0;
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

    .table-responsive > .table-bordered {
        border: 0;
    }

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

    .form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
        padding-right: 0;
        padding-left: 0;
    }

.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.form-control-lg {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}

select.form-control[multiple], select.form-control[size] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: .25rem;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

    .form-row > .col, .form-row > [class*=col-] {
        padding-right: 5px;
        padding-left: 5px;
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
}

    .form-check-input:disabled ~ .form-check-label {
        color: #6c757d;
    }

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem;
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: .3125rem;
        margin-left: 0;
    }

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40,167,69,.9);
    border-radius: .25rem;
}

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
    border-color: #28a745;
}

    .custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
    }

    .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
        display: block;
    }

.form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip {
    display: block;
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745;
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block;
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745;
}

    .custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
        background-color: #71dd8a;
    }

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block;
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    background-color: #34ce57;
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25);
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745;
}

    .custom-file-input.is-valid ~ .custom-file-label::after, .was-validated .custom-file-input:valid ~ .custom-file-label::after {
        border-color: inherit;
    }

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block;
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220,53,69,.9);
    border-radius: .25rem;
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
}

    .custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
    }

    .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
        display: block;
    }

.form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip {
    display: block;
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545;
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block;
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545;
}

    .custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
        background-color: #efa2a9;
    }

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block;
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    background-color: #e4606d;
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25);
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545;
}

    .custom-file-input.is-invalid ~ .custom-file-label::after, .was-validated .custom-file-input:invalid ~ .custom-file-label::after {
        border-color: inherit;
    }

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block;
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

    .form-inline .form-check {
        width: 100%;
    }

@media (min-width:576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .form-inline .custom-select, .form-inline .input-group {
        width: auto;
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        transition: none;
    }
}

.btn:focus, .btn:hover {
    text-decoration: none;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

.btn.disabled, .btn:disabled {
    opacity: .65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
    }

    .btn-primary.focus, .btn-primary:focus {
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf;
    }

        .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
        }

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62;
    }

    .btn-secondary.focus, .btn-secondary:focus {
        box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

    .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #545b62;
        border-color: #4e555b;
    }

        .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
        }

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

    .btn-success:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34;
    }

    .btn-success.focus, .btn-success:focus {
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #1e7e34;
        border-color: #1c7430;
    }

        .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
        }

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

    .btn-info:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b;
    }

    .btn-info.focus, .btn-info:focus {
        box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

    .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #117a8b;
        border-color: #10707f;
    }

        .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
        }

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

    .btn-warning:hover {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00;
    }

    .btn-warning.focus, .btn-warning:focus {
        box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
    }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }

    .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
        color: #212529;
        background-color: #d39e00;
        border-color: #c69500;
    }

        .btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
        }

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130;
    }

    .btn-danger.focus, .btn-danger:focus {
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #bd2130;
        border-color: #b21f2d;
    }

        .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
        }

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

    .btn-light:hover {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5;
    }

    .btn-light.focus, .btn-light:focus {
        box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
        color: #212529;
        background-color: #dae0e5;
        border-color: #d3d9df;
    }

        .btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
        }

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

    .btn-dark:hover {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124;
    }

    .btn-dark.focus, .btn-dark:focus {
        box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

    .btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1d2124;
        border-color: #171a1d;
    }

        .btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
        }

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-outline-primary.focus, .btn-outline-primary:focus {
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #007bff;
        background-color: transparent;
    }

    .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

        .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
        }

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

    .btn-outline-secondary.focus, .btn-outline-secondary:focus {
        box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #6c757d;
        background-color: transparent;
    }

    .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

        .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
        }

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .btn-outline-success.focus, .btn-outline-success:focus {
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #28a745;
        background-color: transparent;
    }

    .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

        .btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
        }

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

    .btn-outline-info.focus, .btn-outline-info:focus {
        box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #17a2b8;
        background-color: transparent;
    }

    .btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

        .btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
        }

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}

    .btn-outline-warning:hover {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }

    .btn-outline-warning.focus, .btn-outline-warning:focus {
        box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #ffc107;
        background-color: transparent;
    }

    .btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }

        .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
        }

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .btn-outline-danger.focus, .btn-outline-danger:focus {
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #dc3545;
        background-color: transparent;
    }

    .btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

        .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
        }

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}

    .btn-outline-light:hover {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .btn-outline-light.focus, .btn-outline-light:focus {
        box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #f8f9fa;
        background-color: transparent;
    }

    .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

        .btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
        }

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

    .btn-outline-dark.focus, .btn-outline-dark:focus {
        box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #343a40;
        background-color: transparent;
    }

    .btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

        .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
        }

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent;
}

    .btn-link:hover {
        color: #0056b3;
        text-decoration: underline;
        background-color: transparent;
        border-color: transparent;
    }

    .btn-link.focus, .btn-link:focus {
        text-decoration: underline;
        border-color: transparent;
        box-shadow: none;
    }

    .btn-link.disabled, .btn-link:disabled {
        color: #6c757d;
        pointer-events: none;
    }

.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: .5rem;
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%;
}

.fade {
    transition: opacity .15s linear;
}

@media screen and (prefers-reduced-motion:reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease;
}

@media screen and (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none;
    }
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #007bff;
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #6c757d;
        background-color: transparent;
    }

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

        .btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
            z-index: 1;
        }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
            z-index: 1;
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .btn-toolbar .input-group {
        width: auto;
    }

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem;
}

    .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
        margin-left: 0;
    }

.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem;
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
}

    .btn-group-vertical .btn, .btn-group-vertical .btn-group {
        width: 100%;
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}

    .btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
        position: absolute;
        clip: rect(0,0,0,0);
        pointer-events: none;
    }

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

    .input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
        position: relative;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0;
    }

        .input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control {
            margin-left: -1px;
        }

        .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
            z-index: 3;
        }

        .input-group > .custom-file .custom-file-input:focus {
            z-index: 4;
        }

        .input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

    .input-group > .custom-file {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

        .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .input-group > .custom-file:not(:first-child) .custom-file-label {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}

    .input-group-append .btn, .input-group-prepend .btn {
        position: relative;
        z-index: 2;
    }

        .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
            margin-left: -1px;
        }

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

    .input-group-text input[type=checkbox], .input-group-text input[type=radio] {
        margin-top: 0;
    }

.input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

    .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        background-color: #007bff;
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25);
    }

    .custom-control-input:active ~ .custom-control-label::before {
        color: #fff;
        background-color: #b3d7ff;
    }

    .custom-control-input:disabled ~ .custom-control-label {
        color: #6c757d;
    }

        .custom-control-input:disabled ~ .custom-control-label::before {
            background-color: #e9ecef;
        }

.custom-control-label {
    position: relative;
    margin-bottom: 0;
}

    .custom-control-label::before {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #dee2e6;
    }

    .custom-control-label::after {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50% 50%;
    }

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0,123,255,.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0,123,255,.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0,123,255,.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .custom-select:focus {
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(128,189,255,.5);
    }

        .custom-select:focus::-ms-value {
            color: #495057;
            background-color: #fff;
        }

    .custom-select[multiple], .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: .75rem;
        background-image: none;
    }

    .custom-select:disabled {
        color: #6c757d;
        background-color: #e9ecef;
    }

    .custom-select::-ms-expand {
        opacity: 0;
    }

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%;
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 125%;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #80bdff;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    }

        .custom-file-input:focus ~ .custom-file-label::after {
            border-color: #80bdff;
        }

    .custom-file-input:disabled ~ .custom-file-label {
        background-color: #e9ecef;
    }

    .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "Browse";
    }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: 2.25rem;
        padding: .375rem .75rem;
        line-height: 1.5;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: 1px solid #ced4da;
        border-radius: 0 .25rem .25rem 0;
    }

.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .custom-range:focus {
        outline: 0;
    }

        .custom-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25);
        }

        .custom-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25);
        }

        .custom-range:focus::-ms-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25);
        }

    .custom-range::-moz-focus-outer {
        border: 0;
    }

    .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        background-color: #007bff;
        border: 0;
        border-radius: 1rem;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        -webkit-appearance: none;
        appearance: none;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none;
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        transition: none;
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none;
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        transition: none;
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem;
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-control-label::before, .custom-file-label, .custom-select {
        transition: none;
    }
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
}

    .nav-link:focus, .nav-link:hover {
        text-decoration: none;
    }

    .nav-link.disabled {
        color: #6c757d;
    }

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

    .nav-tabs .nav-item {
        margin-bottom: -1px;
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
    }

        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            border-color: #e9ecef #e9ecef #dee2e6;
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent;
        }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            color: #495057;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff;
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.nav-pills .nav-link {
    border-radius: .25rem;
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #007bff;
    }

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
}

    .navbar > .container, .navbar > .container-fluid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none;
    }

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}

    .navbar-toggler:focus, .navbar-toggler:hover {
        text-decoration: none;
    }

    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width:575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-sm .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem;
            }

        .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-sm .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-sm .navbar-toggler {
            display: none;
        }
}

@media (max-width:767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-md .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem;
            }

        .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-md .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-md .navbar-toggler {
            display: none;
        }
}

@media (max-width:991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-lg .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem;
            }

        .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-lg .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-lg .navbar-toggler {
            display: none;
        }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-xl .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem;
            }

        .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-xl .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-xl .navbar-toggler {
            display: none;
        }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .navbar-expand > .container, .navbar-expand > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-expand .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute;
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem;
        }

    .navbar-expand > .container, .navbar-expand > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand .navbar-toggler {
        display: none;
    }

.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
}

    .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
        color: rgba(0,0,0,.9);
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(0,0,0,.7);
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0,0,0,.3);
    }

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
        color: rgba(0,0,0,.9);
    }

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,.5);
}

    .navbar-light .navbar-text a {
        color: rgba(0,0,0,.9);
    }

        .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
            color: rgba(0,0,0,.9);
        }

.navbar-dark .navbar-brand {
    color: #fff;
}

    .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
        color: #fff;
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.5);
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: rgba(255,255,255,.75);
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255,255,255,.25);
    }

    .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
        color: #fff;
    }

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
    color: rgba(255,255,255,.5);
}

    .navbar-dark .navbar-text a {
        color: #fff;
    }

        .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
            color: #fff;
        }

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

    .card > hr {
        margin-right: 0;
        margin-left: 0;
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem;
    }

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: .75rem;
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0;
    }

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
}

    .card-footer:last-child {
        border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
    }

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .card-deck .card {
        margin-bottom: 15px;
    }

@media (min-width:576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

        .card-deck .card {
            display: -ms-flexbox;
            display: flex;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px;
        }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .card-group > .card {
        margin-bottom: 15px;
    }

@media (min-width:576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .card-group > .card {
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0;
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0;
            }

            .card-group > .card:first-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

                .card-group > .card:first-child .card-header, .card-group > .card:first-child .card-img-top {
                    border-top-right-radius: 0;
                }

                .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
                    border-bottom-right-radius: 0;
                }

            .card-group > .card:last-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

                .card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top {
                    border-top-left-radius: 0;
                }

                .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
                    border-bottom-left-radius: 0;
                }

            .card-group > .card:only-child {
                border-radius: .25rem;
            }

                .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
                    border-top-left-radius: .25rem;
                    border-top-right-radius: .25rem;
                }

                .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
                    border-bottom-right-radius: .25rem;
                    border-bottom-left-radius: .25rem;
                }

            .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
                border-radius: 0;
            }

                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
                    border-radius: 0;
                }
}

.card-columns .card {
    margin-bottom: .75rem;
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
        }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem;
}

    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: .5rem;
        color: #6c757d;
        content: "/";
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: underline;
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: none;
    }

.breadcrumb-item.active {
    color: #6c757d;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

    .page-link:hover {
        z-index: 2;
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6;
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    }

    .page-link:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem;
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

    .badge-primary[href]:focus, .badge-primary[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #0062cc;
    }

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

    .badge-secondary[href]:focus, .badge-secondary[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #545b62;
    }

.badge-success {
    color: #fff;
    background-color: #28a745;
}

    .badge-success[href]:focus, .badge-success[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #1e7e34;
    }

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

    .badge-info[href]:focus, .badge-info[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #117a8b;
    }

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

    .badge-warning[href]:focus, .badge-warning[href]:hover {
        color: #212529;
        text-decoration: none;
        background-color: #d39e00;
    }

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

    .badge-danger[href]:focus, .badge-danger[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #bd2130;
    }

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

    .badge-light[href]:focus, .badge-light[href]:hover {
        color: #212529;
        text-decoration: none;
        background-color: #dae0e5;
    }

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

    .badge-dark[href]:focus, .badge-dark[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #1d2124;
    }

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem;
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: .75rem 1.25rem;
        color: inherit;
    }

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

    .alert-primary hr {
        border-top-color: #9fcdff;
    }

    .alert-primary .alert-link {
        color: #002752;
    }

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

    .alert-secondary hr {
        border-top-color: #c8cbcf;
    }

    .alert-secondary .alert-link {
        color: #202326;
    }

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

    .alert-success hr {
        border-top-color: #b1dfbb;
    }

    .alert-success .alert-link {
        color: #0b2e13;
    }

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

    .alert-info hr {
        border-top-color: #abdde5;
    }

    .alert-info .alert-link {
        color: #062c33;
    }

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

    .alert-warning hr {
        border-top-color: #ffe8a1;
    }

    .alert-warning .alert-link {
        color: #533f03;
    }

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

    .alert-danger hr {
        border-top-color: #f1b0b7;
    }

    .alert-danger .alert-link {
        color: #491217;
    }

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

    .alert-light hr {
        border-top-color: #ececf6;
    }

    .alert-light .alert-link {
        color: #686868;
    }

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

    .alert-dark hr {
        border-top-color: #b9bbbe;
    }

    .alert-dark .alert-link {
        color: #040505;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease;
}

@media screen and (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none;
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

    .list-group-item-action:focus, .list-group-item-action:hover {
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .list-group-item-action:active {
        color: #212529;
        background-color: #e9ecef;
    }

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}

    .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem;
    }

    .list-group-item:focus, .list-group-item:hover {
        z-index: 1;
        text-decoration: none;
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #6c757d;
        background-color: #fff;
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}

    .list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
        color: #004085;
        background-color: #9fcdff;
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #004085;
        border-color: #004085;
    }

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}

    .list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
        color: #383d41;
        background-color: #c8cbcf;
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #383d41;
        border-color: #383d41;
    }

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}

    .list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
        color: #155724;
        background-color: #b1dfbb;
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #155724;
        border-color: #155724;
    }

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}

    .list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
        color: #0c5460;
        background-color: #abdde5;
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #0c5460;
        border-color: #0c5460;
    }

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}

    .list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
        color: #856404;
        background-color: #ffe8a1;
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #856404;
        border-color: #856404;
    }

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}

    .list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
        color: #721c24;
        background-color: #f1b0b7;
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #721c24;
        border-color: #721c24;
    }

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}

    .list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
        color: #818182;
        background-color: #ececf6;
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #818182;
        border-color: #818182;
    }

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}

    .list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
        color: #1b1e21;
        background-color: #b9bbbe;
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #1b1e21;
        border-color: #1b1e21;
    }

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

    .close:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

        .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
            color: #000;
            text-decoration: none;
            opacity: .75;
        }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
    }

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%);
}

@media screen and (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}

    .modal-dialog-centered::before {
        display: block;
        height: calc(100vh - (.5rem * 2));
        content: "";
    }

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: .5;
    }

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

    .modal-header .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto;
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem;
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }

        .modal-dialog-centered::before {
            height: calc(100vh - (1.75rem * 2));
        }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 800px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0;
}

    .tooltip.show {
        opacity: .9;
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem;
    }

        .tooltip .arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0;
}

    .bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
        bottom: 0;
    }

        .bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
            top: 0;
            border-width: .4rem .4rem 0;
            border-top-color: #000;
        }

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem;
}

    .bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
        left: 0;
        width: .4rem;
        height: .8rem;
    }

        .bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
            right: 0;
            border-width: .4rem .4rem .4rem 0;
            border-right-color: #000;
        }

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0;
}

    .bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
        top: 0;
    }

        .bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
            bottom: 0;
            border-width: 0 .4rem .4rem;
            border-bottom-color: #000;
        }

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem;
}

    .bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
        right: 0;
        width: .4rem;
        height: .8rem;
    }

        .bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
            left: 0;
            border-width: .4rem 0 .4rem .4rem;
            border-left-color: #000;
        }

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
}

    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem;
        margin: 0 .3rem;
    }

        .popover .arrow::after, .popover .arrow::before {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem;
}

    .bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
        bottom: calc((.5rem + 1px) * -1);
    }

        .bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {
            border-width: .5rem .5rem 0;
        }

        .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
            bottom: 0;
            border-top-color: rgba(0,0,0,.25);
        }

        .bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
            bottom: 1px;
            border-top-color: #fff;
        }

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem;
}

    .bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
        left: calc((.5rem + 1px) * -1);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0;
    }

        .bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before {
            border-width: .5rem .5rem .5rem 0;
        }

        .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
            left: 0;
            border-right-color: rgba(0,0,0,.25);
        }

        .bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
            left: 1px;
            border-right-color: #fff;
        }

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem;
}

    .bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
        top: calc((.5rem + 1px) * -1);
    }

        .bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {
            border-width: 0 .5rem .5rem .5rem;
        }

        .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
            top: 0;
            border-bottom-color: rgba(0,0,0,.25);
        }

        .bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
            top: 1px;
            border-bottom-color: #fff;
        }

    .bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7;
    }

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem;
}

    .bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
        right: calc((.5rem + 1px) * -1);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0;
    }

        .bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before {
            border-width: .5rem 0 .5rem .5rem;
        }

        .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
            right: 0;
            border-left-color: rgba(0,0,0,.25);
        }

        .bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
            right: 1px;
            border-left-color: #fff;
        }

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

    .popover-header:empty {
        display: none;
    }

.popover-body {
    padding: .5rem .75rem;
    color: #212529;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

    .carousel-item-next, .carousel-item-prev, .carousel-item.active {
        display: block;
        transition: -webkit-transform .6s ease;
        transition: transform .6s ease;
        transition: transform .6s ease,-webkit-transform .6s ease;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-item-next, .carousel-item-prev, .carousel-item.active {
        transition: none;
    }
}

.carousel-item-next, .carousel-item-prev {
    position: absolute;
    top: 0;
}

    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.active.carousel-item-right, .carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-right, .carousel-item-next {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
}

.active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-left, .carousel-item-prev {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

    .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
        opacity: 1;
    }

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
}

    .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9;
    }

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators li {
        position: relative;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: rgba(255,255,255,.5);
    }

        .carousel-indicators li::before {
            position: absolute;
            top: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: "";
        }

        .carousel-indicators li::after {
            position: absolute;
            bottom: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: "";
        }

    .carousel-indicators .active {
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: #007bff !important;
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #007bff !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded {
    border-radius: .25rem !important;
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive::before {
        display: block;
        content: "";
    }

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.embed-responsive-21by9::before {
    padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0, .my-0 {
    margin-top: 0 !important;
}

.mr-0, .mx-0 {
    margin-right: 0 !important;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: .25rem !important;
}

.mt-1, .my-1 {
    margin-top: .25rem !important;
}

.mr-1, .mx-1 {
    margin-right: .25rem !important;
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important;
}

.ml-1, .mx-1 {
    margin-left: .25rem !important;
}

.m-2 {
    margin: .5rem !important;
}

.mt-2, .my-2 {
    margin-top: .5rem !important;
}

.mr-2, .mx-2 {
    margin-right: .5rem !important;
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important;
}

.ml-2, .mx-2 {
    margin-left: .5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
}

.mr-3, .mx-3 {
    margin-right: 1rem !important;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5, .my-5 {
    margin-top: 3rem !important;
}

.mr-5, .mx-5 {
    margin-right: 3rem !important;
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0, .py-0 {
    padding-top: 0 !important;
}

.pr-0, .px-0 {
    padding-right: 0 !important;
}

.pb-0, .py-0 {
    padding-bottom: 0 !important;
}

.pl-0, .px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: .25rem !important;
}

.pt-1, .py-1 {
    padding-top: .25rem !important;
}

.pr-1, .px-1 {
    padding-right: .25rem !important;
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important;
}

.pl-1, .px-1 {
    padding-left: .25rem !important;
}

.p-2 {
    padding: .5rem !important;
}

.pt-2, .py-2 {
    padding-top: .5rem !important;
}

.pr-2, .px-2 {
    padding-right: .5rem !important;
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important;
}

.pl-2, .px-2 {
    padding-left: .5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3, .py-3 {
    padding-top: 1rem !important;
}

.pr-3, .px-3 {
    padding-right: 1rem !important;
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5, .py-5 {
    padding-top: 3rem !important;
}

.pr-5, .px-5 {
    padding-right: 3rem !important;
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto, .my-auto {
    margin-top: auto !important;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}

.mb-auto, .my-auto {
    margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: .25rem !important;
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important;
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important;
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important;
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important;
    }

    .m-sm-2 {
        margin: .5rem !important;
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important;
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important;
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important;
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: .25rem !important;
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important;
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important;
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important;
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important;
    }

    .p-sm-2 {
        padding: .5rem !important;
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important;
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important;
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important;
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: .25rem !important;
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important;
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important;
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important;
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important;
    }

    .m-md-2 {
        margin: .5rem !important;
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important;
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important;
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important;
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: .25rem !important;
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important;
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important;
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important;
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important;
    }

    .p-md-2 {
        padding: .5rem !important;
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important;
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important;
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important;
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: .25rem !important;
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important;
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important;
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important;
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important;
    }

    .m-lg-2 {
        margin: .5rem !important;
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important;
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important;
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important;
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: .25rem !important;
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important;
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important;
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important;
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important;
    }

    .p-lg-2 {
        padding: .5rem !important;
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important;
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important;
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important;
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: .25rem !important;
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important;
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important;
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important;
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important;
    }

    .m-xl-2 {
        margin: .5rem !important;
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important;
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important;
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important;
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: .25rem !important;
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important;
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important;
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important;
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important;
    }

    .p-xl-2 {
        padding: .5rem !important;
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important;
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important;
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important;
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important;
    }
}

.text-monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #007bff !important;
}

a.text-primary:focus, a.text-primary:hover {
    color: #0062cc !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #545b62 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:focus, a.text-success:hover {
    color: #1e7e34 !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:focus, a.text-info:hover {
    color: #117a8b !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:focus, a.text-warning:hover {
    color: #d39e00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:focus, a.text-danger:hover {
    color: #bd2130 !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:focus, a.text-light:hover {
    color: #dae0e5 !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:focus, a.text-dark:hover {
    color: #1d2124 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0,0,0,.5) !important;
}

.text-white-50 {
    color: rgba(255,255,255,.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    blockquote, pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    img, tr {
        page-break-inside: avoid;
    }

    h2, h3, p {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td, .table th {
            background-color: #fff !important;
        }

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6 !important;
    }

    .table-dark {
        color: inherit;
    }

        .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
            border-color: #dee2e6;
        }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}
/*# sourceMappingURL=bootstrap.min.css.map */

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.h1, h1 {
    font-size: 36px;
}

.h2, h2 {
    font-size: 30px;
}

.h3, h3 {
    font-size: 24px;
}

.h4, h4 {
    font-size: 18px;
}

.h5, h5 {
    font-size: 14px;
}

.h6, h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0;
    }

b, strong {
    font-weight: 700;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.visible-xs {
    display: none !important;
}

.navbar:after, .navbar:before {
    display: table;
    content: " ";
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width:768px) {
    .navbar-toggle {
        display: none;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important;
    }
}

.container:after, .container:before {
    display: table;
    content: " ";
}

.container:after, .container:before, .row:after, .row:before {
    clear: both;
}

@media screen and (max-width: 575px) {

    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-xs-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xs-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xs-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xs-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xs-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xs-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xs-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xs-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xs-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xs-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xs-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xs-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}


html {
    position: relative;
    min-height: 100%;
}

body {
    background: #ffffff;
    border: 0;
    font-family: 'Istok Web', sans-serif !important;
    -webkit-font-smoothing: antialiased;
}

.fade:not(.show) {
    opacity: 1;
}

img {
    -ms-interpolation-mode: bicubic;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Istok Web', sans-serif;
    color: #333;
}

.nav {
    display: inherit;
}

/* Bootstarp 3 */

body {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

/* Fin Bootstarp 3 */

h2 {
    font-size: 30px;
    line-height: 34px;
    margin: 10px auto;
    font-family: 'Istok Web', sans-serif;
}

h3 {
    font-size: 24px;
    line-height: 28px;
    font-family: 'Istok Web', sans-serif;
}

h4 {
    font-size: 18px;
    line-height: 22px;
    font-family: 'Istok Web', sans-serif;
}

h6 {
    font-size: 12px;
    line-height: 16px;
    font-family: 'Istok Web', sans-serif;
}

p {
    font-family: 'Istok Web', sans-serif;
    line-height: 20px;
    font-size: 16px;
    font-weight: 300;
}

img {
    outline: none;
}

ul {
    padding-left: 0;
}

    ul li {
        list-style: none;
    }

a:hover {
    text-decoration: none;
}

/* Anchos Container */

.r-fluid {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-right: -15px;
    margin-left: -15px;
        */
    width: 100%;
}

.width-all {
    width: 100%;
}

.width-800 {
    margin: 0 auto;
    max-width: 800px !important;
    width: 90%;
}

.width-1000 {
    margin: 0 auto;
    max-width: 1000px !important;
    width: 90% !important;
}
/* Fin Anchos Container */

/* Margenes */
.m-0-auto-20-0 {
    margin: 0 auto 20px 0;
}

.m-0-auto-0-0 {
    margin: 0 auto 0 0;
}

.m-0-0-30-0 {
    margin: 0 0 30px 0 !important;
}

.m-10-bottom {
    margin-bottom: 10px !important;
}

.m-20-bottom {
    margin-bottom: 20px !important;
}

.m-30-bottom {
    margin-bottom: 30px !important;
}

.m-40-bottom {
    margin-bottom: 40px !important;
}

.m-50-bottom {
    margin-bottom: 50px !important;
}

.m-10-top {
    margin-top: 10px !important;
}

.m-20-top {
    margin-top: 20px !important;
}

.m-30-top {
    margin-top: 30px !important;
}

.m-40-top {
    margin-top: 40px !important;
}

.m-50-top {
    margin-top: 50px !important;
}

.m-60-top {
    margin-top: 60px !important;
}

.m-70-top {
    margin-top: 70px !important;
}
/* Fin Margenes */

/* Espacios entre celdas */
/*.p-60-0-0 {
    padding: 60px 0px 0px;
}*/

.p-50-0-100-0 {
    padding: 50px 0 100px 0;
}

.p-0-0-60-0 {
    padding: 0 0 60px 0;
}

.p-0-0-100-0 {
    padding: 0 0 100px 0;
}

.p-40-0-20 {
    padding: 40px 0px 30px;
}
/* Fin Espacios entre celdas */

/* Alto */
.altura-5 {
    height: 5px;
}
/* Fin Alto */

/* Alto */
.ancho-160 {
    width: 160px;
}
/* Fin Alto */

.section-heading {
    text-align: center;
    margin-bottom: 65px;
}

    .section-heading p {
        font-size: 14px;
        font-weight: 300;
        color: #727272;
        line-height: 20px;
    }

.subtitle {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.subtitle-des {
    color: #727272;
    font-size: 14px;
    margin-bottom: 35px;
    font-weight: 300;
}

.pages {
    padding: 80px 0 40px;
}

.moduler {
    padding: 140px 0;
}

.social-share li {
    display: inline-block;
    margin: 3px 1px;
}

.social-share a {
    font-size: 20px;
    color: #fff;
    background: #02bdd5;
    padding: 4px 10px;
    display: inline-block;
}

.red-social {
    padding: 4px 10px;
    margin: 0px 20px 10px 6px;
}

.fancybox-close {
    background: url("../images/icons/close.png") no-repeat scroll 0 0 transparent;
    height: 50px;
    right: 0;
    top: 0;
    width: 50px;
}

.fancybox-next span {
    background: url("../images/icons/right.png") no-repeat scroll center center #009ee3;
    height: 50px;
    width: 50px;
    right: 0;
}

.fancybox-prev span {
    background: url("../images/icons/left.png") no-repeat scroll center center #009ee3;
    height: 50px;
    width: 50px;
    left: 0;
}

.fancybox-title {
    padding: 15px 8px;
}

    .fancybox-title h3 {
        font-size: 15px;
        margin: 0;
    }

.global-page-header {
    background-attachment: fixed;
    background-size: cover;
    padding: 120px 0 25px 0;
    position: relative;
    background: #02bdd5;
    color: #fff;
}

    .global-page-header h2 {
        font-size: 42px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
    }

    .global-page-header .breadcrumb {
        background: none;
        font-size: 16px;
        padding: 8px 0;
    }

        .global-page-header .breadcrumb .active, .global-page-header .breadcrumb li a {
            color: #fff;
        }

    .global-page-header .block {
        position: relative;
        z-index: 99;
        text-align: center;
    }

.works-fit {
    padding: 40px 0;
}

    .works-fit figure .buttons {
        left: 14%;
    }

.company-description {
    margin-top: 80px;
}

    .company-description .block h3 {
        margin-top: 0;
    }

    .company-description .block p {
        color: #727272;
    }

/*=== MEDIA QUERY ===*/
.navbar-default .navbar-nav li a:hover {
    color: #02bdd5;
}

.navbar.navbar-default {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    background: none;
}

    .navbar.navbar-default .navbar-toggle {
        margin-top: 32px;
    }

.navbar-header .navbar-brand {
    padding: 5px 0;
}

    .navbar-header .navbar-brand a {
        height: auto;
        display: inline-block;
        margin-top: 8px;
    }

.navbar-inverse .navbar-toggle {
    background: #444;
}

    .navbar-inverse .navbar-toggle:focus {
        background: #444;
    }

#top-bar {
    transition: all 0.2s ease-out 0s;
    padding: 15px 0;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #dedede;
}

    #top-bar .navbar-nav li a:hover {
        background: transparent;
    }

    #top-bar.animated-header {
        padding: 0;
        box-shadow: none;
    }

    #top-bar .main-menu li {
        position: relative;
    }

        #top-bar .main-menu li a {
            color: #444;
            font-size: 14px;
            font-weight: 500;
            border-bottom: 2px solid transparent;
            transition: .3s all;
            text-transform: uppercase;
        }

            #top-bar .main-menu li a:hover {
                color: #02bdd5;
            }

.navbar-custom .nav li a {
    position: relative;
    color: #222222;
}

.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
}

.navbar-custom .dropdown-menu {
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
}

.navbar-toggle {
    background: #222222;
}

    .navbar-toggle .icon-bar {
        background: #fff;
    }

.dropdown-menu ul {
    list-style: none;
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: -5px;
    background: #fff;
    background-color: rgba(0, 0, 0, 0.95);
    box-shadow: 0 2px 0.09px rgba(0, 0, 0, 0.15);
}

.nav .open a {
    background-color: transparent;
}

    .nav .open a:focus {
        background-color: transparent;
    }

#top-bar .dropdown-menu ul li a {
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    padding: 8px 0;
    color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/*
#hero-area {
  background: url("../images/slider.jpg") no-repeat 50%;
  background-size: cover;
  background-attachment: fixed;
  padding: 230px 0;
  color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  position: relative;
}

#hero-area:before {
  content: '';
  z-index: 9;
  background: rgba(255, 255, 255, 0.78);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#hero-area .block {
  position: relative;
  z-index: 999;
}

#hero-area h1 {
  font-size: 40px;
  line-height: 50px;
  color: #333;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#hero-area h2 {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 38px;
  line-height: 27px;
  text-transform: uppercase;
  color: #666;
  font-family: 'Roboto', sans-serif;
  margin-top: 25px;
}

#hero-area .btn {
  background: #414141;
  border: none;
  color: #fff;
  padding: 20px 35px;
  margin-top: 30px;
  font-size: 16px;
  font-size: 13px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: normal;
  border-radius: 0;
}
*/
#call-to-action {
    background: #02bdd5;
    background-size: cover;
    background-attachment: fixed;
    padding: 80px 0;
    text-align: center;
    position: relative;
    color: #fff;
}

    #call-to-action .block {
        position: relative;
        z-index: 99;
        color: #fff;
    }

        #call-to-action .block h2 {
            margin-bottom: 15px;
            color: #fff;
        }

        #call-to-action .block p {
            font-size: 15px;
            font-weight: 300;
            font-family: 'Istok Web', sans-serif;
            margin-top: 20px;
        }

        #call-to-action .block .btn-contact {
            background: #fff;
            border: none;
            color: #02bdd5;
            padding: 16px 35px;
            margin-top: 20px;
            font-size: 12px;
            letter-spacing: 2px;
            text-transform: uppercase;
            border-radius: 0;
        }

            #call-to-action .block .btn-contact i {
                margin-right: 10px;
            }

#about {
    padding: 110px 0;
}

    #about .block {
        padding: 20px 30px 0 30px;
    }

        #about .block h2 {
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 30px;
            text-transform: uppercase;
        }

        #about .block p {
            color: #727272;
            font-size: 16px;
            line-height: 28px;
            margin-bottom: 35px;
        }

        #about .block img {
            max-width: 100%;
        }

.about-feature {
    margin-top: 50px;
}

    .about-feature .block {
        color: #fff;
        width: 33.33%;
        padding: 5%;
        float: left;
    }

        .about-feature .block p {
            font-weight: 300;
        }

    .about-feature .about-feature-1 {
        background: #02bdd5;
    }

    .about-feature .about-feature-2 {
        background: #00B0C7;
    }

    .about-feature .about-feature-3 {
        background: #00A6BB;
    }

.works {
    padding: 80px 0;
    background: #FCFCFC;
}

    .works .block {
        position: relative;
        z-index: 99;
    }

        .works .block:hover .img-overly .overly {
            opacity: 1;
        }

        .works .block h4 {
            padding: 20px 15px;
            margin-top: 0;
            color: #666;
        }

        .works .block .img-overly {
            position: relative;
            background: rgba(0, 0, 0, 0.85);
        }

            .works .block .img-overly img {
                border-radius: 0;
            }

            .works .block .img-overly .overly {
                background: rgba(57, 181, 74, 0.9);
                position: absolute;
                top: 0;
                right: 0;
                left: 0;
                bottom: 0;
                opacity: 0;
                transition: .3s all;
            }

                .works .block .img-overly .overly a {
                    position: absolute;
                    top: 45%;
                    left: 22%;
                }

                    .works .block .img-overly .overly a i {
                        font-size: 30px;
                        color: #fff;
                    }

figure {
    background: #fff;
    margin-bottom: 45px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.04), 0 2px 10px 0 rgba(0, 0, 0, 0.06);
}

    figure .img-wrapper {
        position: relative;
        overflow: hidden;
    }

    figure img {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        transition: -webkit-transform 400ms;
        transition: transform 400ms;
        transition: transform 400ms, -webkit-transform 400ms;
    }

    figure:hover img {
        -webkit-transform: scale3d(1.2, 1.2, 1);
        transform: scale3d(1.2, 1.2, 1);
    }

    figure:hover .overlay {
        opacity: 1;
    }

        figure:hover .overlay .buttons a {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }

    figure .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 10px;
        text-align: center;
        background: rgba(0, 0, 0, 0.7);
        opacity: 0;
        transition: opacity 400ms;
    }

        figure .overlay a {
            display: inline-block;
            color: #fff;
            padding: 10px 23px;
            line-height: 1;
            border: 1px solid #fff;
            border-radius: 0px;
            margin: 4px;
            -webkit-transform: scale3d(0, 0, 0);
            transform: scale3d(0, 0, 0);
            transition: all 400ms;
        }

            figure .overlay a:hover {
                text-decoration: none;
            }

        figure .overlay:hover a {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }

    figure .buttons {
        position: absolute;
        top: 45%;
        left: 24%;
    }

    figure figcaption {
        padding: 20px 25px;
        margin-top: 0;
        color: #666;
    }

        figure figcaption h4 {
            margin: 0;
        }

            figure figcaption h4 a {
                color: #02bdd5;
            }

        figure figcaption p {
            font-size: 14px;
            margin-bottom: 0;
            margin-top: 5px;
        }

#feature {
    padding: 80px 0;
}

    #feature .media {
        margin: 0px 0 70px 0;
    }

        #feature .media .media-left {
            padding-right: 25px;
        }

    #feature h3 {
        color: #222222;
        font-size: 18px;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 20px;
        margin: 0px 0px 15px;
        font-weight: 400;
    }

    #feature p {
        line-height: 25px;
        font-size: 14px;
        color: #777777;
    }

    #feature .icon {
        text-decoration: none;
        color: #fff;
        background-color: #02bdd5;
        height: 100px;
        text-align: center;
        width: 100px;
        font-size: 50px;
        line-height: 100px;
        overflow: hidden;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        text-shadow: #00a4ba 1px 1px, #00a4ba 2px 2px, #00a4ba 3px 3px, #00a4ba 4px 4px, #00a4ba 5px 5px, #00a4ba 6px 6px, #00a4ba 7px 7px, #00a4ba 8px 8px, #00a4ba 9px 9px, #00a4ba 10px 10px, #00a4ba 11px 11px, #00a4ba 12px 12px, #00a4ba 13px 13px, #00a4ba 14px 14px, #00a4ba 15px 15px, #00a4ba 16px 16px, #00a4ba 17px 17px, #00a4ba 18px 18px, #00a4ba 19px 19px, #00a4ba 20px 20px, #00a4ba 21px 21px, #00a4ba 22px 22px, #00a4ba 23px 23px, #00a4ba 24px 24px, #00a4ba 25px 25px, #00a4ba 26px 26px, #00a4ba 27px 27px, #00a4ba 28px 28px, #00a4ba 29px 29px, #00a4ba 30px 30px, #00a4ba 31px 31px, #00a4ba 32px 32px, #00a4ba 33px 33px, #00a4ba 34px 34px, #00a4ba 35px 35px, #00a4ba 36px 36px, #00a4ba 37px 37px, #00a4ba 38px 38px, #00a4ba 39px 39px, #00a4ba 40px 40px, #00a4ba 41px 41px, #00a4ba 42px 42px, #00a4ba 43px 43px, #00a4ba 44px 44px, #00a4ba 45px 45px, #00a4ba 46px 46px, #00a4ba 47px 47px, #00a4ba 48px 48px, #00a4ba 49px 49px, #00a4ba 50px 50px, #00a4ba 51px 51px, #00a4ba 52px 52px, #00a4ba 53px 53px, #00a4ba 54px 54px, #00a4ba 55px 55px, #00a4ba 56px 56px, #00a4ba 57px 57px, #00a4ba 58px 58px, #00a4ba 59px 59px, #00a4ba 60px 60px, #00a4ba 61px 61px, #00a4ba 62px 62px, #00a4ba 63px 63px, #00a4ba 64px 64px, #00a4ba 65px 65px, #00a4ba 66px 66px, #00a4ba 67px 67px, #00a4ba 68px 68px, #00a4ba 69px 69px, #00a4ba 70px 70px, #00a4ba 71px 71px, #00a4ba 72px 72px, #00a4ba 73px 73px, #00a4ba 74px 74px, #00a4ba 75px 75px, #00a4ba 76px 76px, #00a4ba 77px 77px, #00a4ba 78px 78px, #00a4ba 79px 79px, #00a4ba 80px 80px, #00a4ba 81px 81px, #00a4ba 82px 82px, #00a4ba 83px 83px, #00a4ba 84px 84px, #00a4ba 85px 85px, #00a4ba 86px 86px, #00a4ba 87px 87px, #00a4ba 88px 88px, #00a4ba 89px 89px, #00a4ba 90px 90px, #00a4ba 91px 91px, #00a4ba 92px 92px, #00a4ba 93px 93px, #00a4ba 94px 94px, #00a4ba 95px 95px, #00a4ba 96px 96px, #00a4ba 97px 97px, #00a4ba 98px 98px, #00a4ba 99px 99px, #00a4ba 100px 100px;
    }

.wrapper_404 h1 {
    font-size: 200px;
    color: #02bdd5;
    line-height: 1;
}

.wrapper_404 h2 {
    font-size: 50px;
    margin-top: 0;
}

.wrapper_404 .btn-home {
    background: #414141;
    border: none;
    color: #fff;
    padding: 20px 35px;
    margin-top: 10px;
    font-size: 16px;
    font-size: 13px;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: normal;
    border-radius: 0;
}

#blog-full-width {
    padding: 40px 0 80px;
}

article {
    padding: 30px 0;
}

.blog-content h2 {
    font-family: 'Istok Web', sans-serif;
}

    .blog-content h2 a {
        color: #444;
        font-weight: 400;
        font-size: 30px;
    }

.blog-content .blog-meta {
    color: #9a9a9a;
    font-weight: 300;
    margin-bottom: 25px;
}

    .blog-content .blog-meta span:after {
        content: '/';
        padding: 0 3px 0 6px;
    }

    .blog-content .blog-meta a {
        color: #acacac;
    }

    .blog-content .blog-meta p {
        margin-top: 20px;
    }

.blog-content .btn-details {
    color: #02bdd5;
    padding: 0;
    background: #02bdd5;
    color: #fff;
    padding: 8px 18px;
    border-radius: 0;
    margin-top: 15px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 0px 1px #02bdd5;
}

.blog-post-image {
    margin-top: 30px;
}

.sidebar {
    padding-top: 60px;
}

    .sidebar .widget {
        margin-bottom: 40px;
        padding: 15px;
        border: 1px solid #dedede;
    }

        .sidebar .widget h3 {
            margin-top: 8px;
        }

    .sidebar .search input.form-control {
        border-right: 0;
        border-radius: 0;
        box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
    }

    .sidebar .search button {
        border-left: 0;
    }

        .sidebar .search button:hover {
            background: transparent;
        }

    .sidebar .author .author-img img {
        width: 90px;
        border-radius: 100%;
        margin-top: -40px;
        border: 3px solid #fff;
    }

    .sidebar .author .author-bio p {
        font-size: 14px;
        color: #888;
    }

    .sidebar .categories ul li {
        border-bottom: 1px solid #f0f0f0;
        padding: 10px 0;
        list-style: none;
    }

        .sidebar .categories ul li span.badge {
            float: right;
            background: transparent;
            color: #444;
            border: 1px solid #dedede;
            border-radius: 0;
        }

        .sidebar .categories ul li a {
            color: #555;
        }

        .sidebar .categories ul li:last-child {
            border-bottom: none;
        }

    .sidebar .recent-post ul li {
        margin: 20px 0;
    }

        .sidebar .recent-post ul li a {
            color: #555;
            font-size: 15px;
        }

            .sidebar .recent-post ul li a:hover {
                color: #02bdd5;
            }

    .sidebar .recent-post time {
        font-weight: 300;
        color: #999;
        font-size: 12px;
    }

#clients {
    padding: 30px 0 60px;
}

    #clients .owl-carousel .owl-item {
        margin-right: 10px;
    }

        #clients .owl-carousel .owl-item img {
            display: block;
            width: 100%;
            -webkit-transform-style: preserve-3d;
        }

#contact-section {
    padding: 90px 0;
}

    #contact-section .contact-form {
        margin-top: 42px;
    }

        #contact-section .contact-form .btn-send {
            color: #fff;
            outline: none;
            background: #02bdd5;
        }

            #contact-section .contact-form .btn-send:hover {
                border: 1px solid #02bdd5;
            }

    #contact-section input {
        display: block;
        height: 40px;
        padding: 6px 12px;
        font-size: 13px;
        line-height: 1.428571429;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        border-radius: 1px;
        border: 1px solid rgba(111, 121, 122, 0.3);
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    #contact-section textarea {
        display: block;
        border-radius: 0;
        width: 100%;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #cccccc;
        box-shadow: none;
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    }

    #contact-section .address, #contact-section .email, #contact-section .phone {
        text-align: center;
        background: #F7F7F7;
        padding: 20px 0 40px 0;
        margin-bottom: 20px;
    }

        #contact-section .address i, #contact-section .email i, #contact-section .phone i {
            font-size: 45px;
            color: #02bdd5;
        }

        #contact-section .address h5, #contact-section .email h5, #contact-section .phone h5 {
            font-size: 16px;
            line-height: 1.4;
        }

    #contact-section .address-details {
        padding-top: 70px;
    }

#map-canvas {
    width: 100%;
    height: 350px;
    background-color: #CCC;
}

.error {
    padding: 10px;
    color: #D8000C;
    border-radius: 2px;
    font-size: 14px;
    background-color: #FFBABA;
}

.success {
    background-color: #6cb670;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    padding: 10px;
}

#error, #success {
    display: none;
    margin-bottom: 10px;
}

.gallery {
    padding: 100px;
}

    .gallery figure .buttons {
        left: 40%;
    }

.portfolio-meta span {
    margin: 5px 10px;
    font-weight: 300;
}

    .portfolio-meta span a {
        color: #fff;
    }

.portfolio-single {
    padding: 80px 0 20px;
}

    .portfolio-single .portfolio-content {
        padding: 40px 0;
    }

.single-post {
    padding: 80px 0 20px;
}

    .single-post .post-content {
        padding: 40px 0;
    }

        .single-post .post-content ol li, .single-post .post-content ul li {
            color: #666;
        }

    .single-post .media {
        border: 1px solid #dedede;
        padding: 30px 20px;
    }

        .single-post .media .media-body a {
            color: #02bdd5;
            font-size: 12px;
        }

        .single-post .media .media {
            border: none;
        }

    .single-post .comments {
        margin-top: 40px;
    }

    .single-post .post-comment {
        margin-top: 40px;
    }

        .single-post .post-comment h3 {
            margin-bottom: 15px;
        }

        .single-post .post-comment .form-control {
            box-shadow: none;
            border-radius: 0;
        }

        .single-post .post-comment .btn-send {
            background: #02bdd5;
            color: #fff;
            border-radius: 0;
        }

#product-showcase-banner {
    padding-top: 160px;
}

    #product-showcase-banner .block {
        padding: 20px 0 20px 50px;
    }

        #product-showcase-banner .block h2 {
            font-size: 40px;
            color: #02bdd5;
            margin-bottom: 20px;
            margin-top: 0;
        }

        #product-showcase-banner .block p {
            color: #666;
            line-height: 25px;
        }

        #product-showcase-banner .block .buttons {
            margin-top: 25px;
        }

            #product-showcase-banner .block .buttons .btn {
                color: #fff;
                border: none;
                padding: 12px 40px;
                transition: .2s all;
                letter-spacing: 2px;
                font-size: 15px;
            }

            #product-showcase-banner .block .buttons .btn-demo {
                background: #5abd4f;
                margin-right: 8px;
                border-bottom: 3px solid #429E38;
            }

                #product-showcase-banner .block .buttons .btn-demo:hover {
                    background: #429E38;
                }

            #product-showcase-banner .block .buttons .btn-buy {
                background: #00AEDA;
                border-bottom: 3px solid #0190B5;
            }

                #product-showcase-banner .block .buttons .btn-buy:hover {
                    background: #0190B5;
                }

                #product-showcase-banner .block .buttons .btn-buy span {
                    margin-right: 8px;
                    font-weight: bold;
                }

#product-description {
    padding-top: 80px;
}

    #product-description .block {
        height: 400px;
        overflow: hidden;
        margin-top: 35px;
        border-bottom: 1px solid #dedede;
        padding-top: 30px;
        position: relative;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

        #product-description .block:hover img {
            -webkit-transform: translateY(20px);
            transform: translateY(20px);
        }

        #product-description .block img {
            position: absolute;
            top: 10px;
            left: 0;
            -webkit-transform: translateY(60px);
            transform: translateY(60px);
            transition: -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
        }

        #product-description .block .content {
            width: 60%;
            padding-top: 70px;
        }

            #product-description .block .content h3 {
                font-size: 32px;
                color: #5c5c5c;
            }

            #product-description .block .content p {
                color: #787f8c;
                line-height: 25px;
            }

#related-items {
    padding: 60px 0 110px;
}

    #related-items .title {
        border-bottom: 1px solid #dedede;
        padding: 10px 0;
        margin: 5px 15px 30px 15px;
        text-align: left;
        color: #777;
    }

    #related-items .product-details {
        margin-bottom: 0;
    }

    #related-items .block {
        position: relative;
        background: #fff;
        margin-bottom: 45px;
        box-shadow: 0 0px 1px rgba(0, 0, 0, 0.14);
    }

        #related-items .block:hover .img-overly .overly {
            opacity: 1;
        }

        #related-items .block h4 {
            padding: 20px 15px;
            margin-top: 0;
            color: #666;
        }

            #related-items .block h4 span {
                float: right;
                color: #02bdd5;
            }

        #related-items .block .img-overly {
            position: relative;
            background: rgba(0, 0, 0, 0.85);
        }

            #related-items .block .img-overly img {
                border-radius: 0;
            }

            #related-items .block .img-overly .overly {
                background: rgba(57, 181, 74, 0.9);
                position: absolute;
                top: 0;
                right: 0;
                left: 0;
                bottom: 0;
                opacity: 0;
                transition: .3s all;
            }

                #related-items .block .img-overly .overly a {
                    position: absolute;
                    top: 45%;
                    left: 45%;
                }

                    #related-items .block .img-overly .overly a i {
                        font-size: 30px;
                        color: #fff;
                    }

.service-page .service-parts .block {
    margin-bottom: 40px;
    text-align: center;
}

    .service-page .service-parts .block i {
        font-size: 35px;
        color: #02bdd5;
    }

    .service-page .service-parts .block p {
        padding: 0 8px;
        font-size: 14px;
        color: #777;
        line-height: 1.7;
    }

.works.service-page figure .buttons {
    position: absolute;
    top: 45%;
    left: 13%;
}

#team {
    margin: 50px 0;
}

.team-member {
    margin-top: 30px;
}

    .team-member:hover .team-img img {
        opacity: .8;
    }

    .team-member .team-img {
        position: relative;
    }

        .team-member .team-img .team-pic {
            width: 100%;
        }

    .team-member .team_designation {
        font-size: 13px;
    }

    .team-member h3 {
        color: #02bdd5;
        margin-bottom: 0;
        font-size: 20px;
    }

    .team-member p {
        font-size: 14px;
    }

    .team-member .social-icons a {
        background: #02bdd5;
        color: #fff;
        padding: 4px 8px;
        display: inline-block;
        font-size: 15px;
    }

    .team-member .social-icons .facebook {
        padding: 4px 12px;
    }

#footer {
    background: #fff;
    padding: 25px 0;
    color: #555;
}

    #footer .copyright {
        font-size: 13px;
        margin-bottom: 0;
    }

        #footer .copyright a {
            color: #02bdd5;
        }

    #footer .social {
        text-align: right;
        margin-bottom: 0;
    }

        #footer .social li {
            display: inline-block;
            margin-right: 15px;
        }

            #footer .social li a {
                font-size: 22px;
                color: #02bdd5;
            }

.cd-headline.slide .cd-words-wrapper {
    color: #02bdd5;
}

ul.social-icons {
    height: auto;
    overflow: hidden;
    list-style: none !important;
    margin-bottom: 10px;
}

    ul.social-icons li {
        float: none;
        display: inline-block;
        height: 36px;
    }

#copyright a:hover, #copyright nav .menu li a:hover {
    color: #e4e4e4 !important;
}

#copyright a {
    text-decoration: none;
}

    #copyright a:hover {
        text-decoration: none;
    }

.p-60-0-0-r {
    padding: 60px 0px 0px;
}

.p-60-0-0 {
    padding: 60px 0px 0px;
}

/* 
    NUESTROS PRODUCTOS - NUEVO REQUERIMIENTO 28-06-2019 
*/
.nuestros-productos-inicio .col-left-bloque {
    display: inline-block;
    vertical-align: top;
    padding: 0px 1%;
    float: left;
    border-right: none; 
    width: 100% !important;
}

.slider-productos-bloque-left .productos-home-col {
    opacity: 1; 
    width: 100%; /*215px;*/ 
    transform: translate3d(0px, 0px, 0px);
}

.nuestros-productos-inicio .sf_1col_1_100{
 float: left; 
}

.nuestros-productos-inicio .sf_cols .sf_1col_1_100{
 float:none !important; 
}

.grid-izquierda{
  width: 281.9px;
  border-right: 1px solid #008f9f;
  height: 205px;
  float:left;
}

.nuestros-productos-inicio .col-left-bloque .slider-productos-bloque-left {
    display: inline-block !important;
    /*width: 215px;*/
    width: 165px;
}

.nuestros-productos-inicio h3 {
    margin-top: 0px !important;
}

.nuestros-productos-inicio .col-left-bloque .productos-home-col img {
    margin: 0 auto;
    width: 100px;
}

.nuestros-productos-inicio .col-left-bloque .productos-home-col {
    float: none !important;
}

.nuestros-productos-inicio .col-right-bloque {
    width: 865px;
    display: inline-block;
    vertical-align: top;
    padding: 0px 1%;
}

    .nuestros-productos-inicio .col-right-bloque .productos-home-col {
        width: 19%;
        vertical-align: top;
        /*float: left;*/
    }

    .nuestros-productos-inicio .col-left-bloque .slider-productos-bloque-left{
        vertical-align: top;
    }

        .nuestros-productos-inicio .col-right-bloque .productos-home-col a,
        .nuestros-productos-inicio .col-left-bloque .productos-home-col a {
            color: #606060 !important;
            outline: none !important;
            cursor: pointer;
            margin-top: 0px;
            font-size: 17px !important;
        }

        .nuestros-productos-inicio .col-right-bloque .productos-home-col img {
            width: 100px !important;
            height: 80px !important;
        }

.nuestros-productos-inicio .productos-home-col {
    display: inline-block;
    text-align: center;
}

.nuestros-productos-inicio .col-md-8 {
    left: -110px;
}

.nuestros-productos-inicio .col-left-bloque .slider-productos-bloque-left .productos-home-col h4 {
    margin: 0px auto;
}

.nuestros-productos-inicio .col-left-bloque{
 width: 281.5px; 
}

.content-block-izquierda{
  vertical-align: top;
  display: block;
  width: 100%;
  padding: 0 1%;
  float: left;
}

.nuestros-productos-inicio .grid-izquierda .content-block-izquierda h4{
  margin-bottom: 0px;
}

@media only screen and (max-width: 1305px){
  .nuestros-productos-inicio .sf_1col_1_100{
 float: none; 
}
  
  .grid-izquierda{
  width: 100% !important;
  border-right: none;
    margin-bottom: 10px;
    float: none;
}
  
  /*.nuestros-productos-inicio .col-left-bloque .slider-productos-bloque-left{
    width: 210px;
  }*/
}

@media only screen and (max-width: 1335px){
    .grid-izquierda{
    border-right: none;
  }
}

@media only screen and (max-width: 1140px) {
    /*.col-left-bloque {
		width: 25%;
	}
	.col-right-bloque {
		width: 75%;
	}*/
}

@media only screen and (min-width: 768px) and (max-width: 1335px){
    .content-block-izquierda{
      width: 100% !important;
    }
    
    .grid-izquierda{
      width: 100% !important;
      border-right: none;
      margin-bottom: 10px;
      float: none;
    }
    
    .grid-izquierda{
      float:none;
    }
  }

@media only screen and (min-width: 768px) and (max-width: 1119px){
    .content-block-izquierda{
      width: 100% !important;
    }
    
    .grid-izquierda{
      width: 100% !important;
    }
    
    .grid-izquierda{
      float:none;
    }
  }

@media only screen and (max-width: 1024px) {
    /*SECCION DERECHA*/
    .nuestros-productos-inicio .col-right-bloque {
        width: 650px;
    }
    /*FIN SECCION DERECHA*/
}

@media only screen and (max-width: 1000px) {
    /*SECCION IZQUIERDA*/
    .col-left-bloque {
        width: 30%;
    }

    .col-right-bloque {
        width: 70%;
    }
    /*FIN SECCION IZQUIERDA*/
}

@media only screen and (max-width: 900px) {
    /*SECCION IZQUIEDA Y DERECHA*/
    .col-left-bloque, .col-right-bloque {
        width: 100%;
    }
    /*FIN SECCION IZQUIEDA Y DERECHA*/


    /*SECCION IZQUIERDA*/
    .col-left-bloque {
        margin-bottom: 40px;
        border: none;
    }
    /*FIN SECCION IZQUIERDA*/
}

@media only screen and (max-width: 800px) {
    /*GENERAL*/
    .productos-home-col {
        width: 26%;
    }
    /*FIN GENERAL*/


    /*SECCION IZQUIERDA*/
    .nuestros-productos-inicio .col-left-bloque h4 {
        font-size: 17px;
        line-height: 21px;
    }

    .nuestros-productos-inicio .col-left-bloque h3 {
        font-size: 22px;
        line-height: 26px;
    }
    /*FIN SECCION IZQUIERDA*/
}


@media only screen and (min-width: 580px) and (max-width: 760px){
    .nuestros-productos-inicio .col-right-bloque .productos-home-col{
      width:32%; 
    }
    
    .grid-izquierda{
      float:none;
    }
 }

@media only screen and (max-width: 775px) and (min-width: 750px){
    .nuestros-productos-inicio .col-right-bloque .productos-home-col{
      width:19%; 
    }
    
    .grid-izquierda{
      float:none;
    }
  }

@media only screen and (max-width: 770px) {
}

@media only screen and (min-width: 769px) and (max-width: 850px){
    .slider-productos-bloque-left{
      width: 28% !important;
    }
    
    .nuestros-productos-inicio .col-right-bloque .productos-home-col{
      width: 28% !important;
    }
  }

@media only screen and (min-width: 768px) and (max-width: 850px){
    .nuestros-productos-inicio .col-right-bloque{
      width: 100% !important;
    }
  }

@media only screen and (min-width: 768px) and (max-width: 768px){
    .slider-productos-bloque-left{
      width: 19% !important;
      margin-right: 0px !important;
    }
    
    .nuestros-productos-inicio .col-right-bloque .productos-home-col {
        width: 19% !important;
        margin-right: 0px !important;
    }
    
 }

@media only screen and (max-width: 768px) {
    /*GENERAL*/
    .nuestros-productos-inicio .row {
        display: block;
    }
    /*FIN GENERAL*/


/*SECCION IZQUIERDA*/
.nuestros-productos-inicio .col-left-bloque {
    width: 100%;
    margin-bottom: 40px;
    border: none;
}

.nuestros-productos-inicio .col-left-bloque .slider-productos-bloque-left {
    display: inline-block !important;
}

.nuestros-productos-inicio .col-left-bloque .slider-productos-bloque-left .productos-home-col {
    width: 100% !important;
}
/*FIN SECCION IZQUIERDA*/


    /*SECCION DERECHA*/
    .nuestros-productos-inicio .col-right-bloque {
        width: 100%;
    }

        .nuestros-productos-inicio .col-right-bloque .productos-home-col {
            float: none;
            margin: 0px;
            /*width: 190px;*/
        }
    /*FIN SECCION DERECHA*/
}

@media only screen and (max-width: 740px) {
    /*SECCION DERECHA*/
    .col-right-bloque .productos-home-col {
        width: 32%;
    }
    /*FIN SECCION DERECHA*/
}

@media only screen and (max-width: 600px) {
    /*SECCION IZQUIERDA*/
    .nuestros-productos-inicio .col-left-bloque h4 {
        font-size: 16px;
        line-height: 20px;
    }

    .nuestros-productos-inicio .col-left-bloque h3 {
        font-size: 20px;
        line-height: 24px;
    }
    /*FIN SECCION IZQUIERDA*/


    /*SECCION DERECHA*/
    .nuestros-productos-inicio .col-right-bloque .productos-home-col a {
        font-size: 16px !important;
        line-height: 20px !important;
    }
    /*FIN SECCION DERECHA*/
}

@media only screen and (min-width: 560px) and (max-width: 768px){
    .nuestros-productos-inicio .col-right-bloque{
      width: 100% !important;
    }
    
    .nuestros-productos-inicio .sf_cols .sf_colsOut h4{
      font-size: 18px;
    }
    
    .grid-izquierda{
      float:none;
    }
  }

@media only screen and (max-width: 555px){
    .nuestros-productos-inicio .col-right-bloque .productos-home-col{
        margin-right: 5px !important;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 520px) {
    /*SECCION DERECHA*/
    .col-right-bloque .productos-home-col {
        width: 46%;
    }
    /*FIN SECCION DERECHA*/
}

@media only screen and (max-width: 472px) {
    /*GENERAL*/
    .nuestros-productos-inicio .row {
        display: block;
    }
    /*FIN GENERAL*/


    /*SECCION IZQUIERDA*/
    .nuestros-productos-inicio .col-left-bloque .slider-productos-bloque-left .productos-home-col {
        width: 100% !important;
    }

    .nuestros-productos-inicio .col-left-bloque .slider-productos-bloque-left {
        margin: 0px 5px 15px 4px;
    }

    .grid-izquierda{
        float:none;
      }
    /*FIN SECCION IZQUIERDA*/


    /*SECCION DERECHA*/
    .nuestros-productos-inicio .col-right-bloque {
        width: 100%;
    }

    .nuestros-productos-inicio .col-right-bloque .productos-home-col {
        width: 46%;
    }

    .nuestros-productos-inicio .col-right-bloque .productos-home-col a,
    .nuestros-productos-inicio .col-left-bloque .productos-home-col a /*new*/{ 
        font-size: 15px !important;
        line-height: 19px !important;
    }

    .nuestros-productos-inicio .col-right-bloque .productos-home-col {
        float: none;
        margin: 0px 4px 0px 4px;
    }
    /*FIN SECCION DERECHA*/
}

@media only screen and (max-width: 450px){
    .nuestros-productos-inicio .col-left-bloque .slider-productos-bloque-left{
        width: 46%;
    }
}

@media only screen and (min-width: 443px) and (max-width: 560px) {
    .nuestros-productos-inicio .col-right-bloque{
      width: 100% !important;
    }
    
    .grid-izquierda{
      float:none;
      width: 100% !important;  
    }
    
    .slider-productos-bloque-left{
      width: 28% !important;
    }
  }

  @media only screen and (min-width: 442px) and (max-width: 767px){
    .nuestros-productos-inicio .col-right-bloque{
      width: 100% !important;
    }
    
    .nuestros-productos-inicio .sf_cols .sf_colsOut h4{
      font-size: 18px;
    }
    
    .grid-izquierda{
      float:none;
      width: 100% !important;  
    }
    
    .slider-productos-bloque-left{
      width: 28% !important;
    }
    
    .nuestros-productos-inicio .col-right-bloque .productos-home-col{
      width: 28% !important;
    }
    
  }
  

@media only screen and (max-width: 440px) {
    /*GENERAL*/
    .productos-home-col {
        width: 40%;
    }
    /*FIN GENERAL*/


    /*SECCION IZQUIERDA*/
    .nuestros-productos-inicio .col-left-bloque {
        border-right: none;
    }

        .nuestros-productos-inicio .col-left-bloque .slider-productos-bloque-left {
            width: 46%;
            display: inline-block !important; /*new*/
        }

        /* .nuestros-productos-inicio .col-left-bloque .slider-productos-bloque-left {
            display: inline-block !important;
        } */

    /*SECCION IZQUIERDA*/
}

@media only screen and (min-width: 320px) and (max-width: 420px){
    .grid-izquierda{
      float:none;
    }
}

@media only screen and (min-width: 300px) and (max-width: 442px){
    .grid-izquierda{
      width: 100% !important;  
    }
    
    .nuestros-productos-inicio .col-left-bloque .slider-productos-bloque-left{
      width: 46% !important;
      margin-bottom: 0px;
    }
    
      .nuestros-productos-inicio .col-right-bloque{
      width: 100% !important;
    }
    
    .nuestros-productos-inicio .col-right-bloque .productos-home-col{
      width: 46% !important;
      margin-bottom: 0px !important;
    }
  }

@media only screen and (max-width: 414px) {
    /*GENERAL*/
    .nuestros-productos-inicio .row {
        display: block;
    }
    /*FIN GENERAL*/


    /*SECCION IZQUIERDA*/
    .nuestros-productos-inicio .col-left-bloque .slider-productos-bloque-left .productos-home-col {
        width: 46% !important;
    }

    .nuestros-productos-inicio .col-left-bloque .slider-productos-bloque-left {
        margin: 0px 5px 15px 4px;
        width:175px; 
    }

    .grid-izquierda{
        float:none;
      }
    /*FIN SECCION IZQUIERDA*/


    /*SECCION DERECHA*/
    .nuestros-productos-inicio .col-right-bloque {
        width: 100%;
    }

.nuestros-productos-inicio .col-right-bloque .productos-home-col a ,
.nuestros-productos-inicio .col-left-bloque .productos-home-col a /*new*/{
    font-size: 15px !important; 
    line-height: 19px !important;
}

.nuestros-productos-inicio .col-right-bloque .productos-home-col {
    width: 46%;
    float: none;
    margin: 0px 4px 0px 4px;
}
    /*FIN SECCION DERECHA*/
}

@media only screen and (max-width: 410px){
    .nuestros-productos-inicio .col-left-bloque .slider-productos-bloque-left{
       width: 46%;
    }
  }

@media only screen and (max-width: 400px) {
    /*GENERAL*/
    .nuestros-productos-inicio .row {
        display: block;
    }
    /*FIN GENERAL*/


    /*SECCION IZQUIERDA*/
    .nuestros-productos-inicio .col-left-bloque h4 {
        font-size: 15px;
        line-height: 19px;
    }

    .nuestros-productos-inicio .col-left-bloque h3 {
        font-size: 17px;
        line-height: 22px;
    }

    .nuestros-productos-inicio .col-left-bloque .slider-productos-bloque-left {
        display: inline-block !important;
        margin: 0px 5px 15px 4px;
    }

    .nuestros-productos-inicio .col-left-bloque .productos-home-col {
        width: 305px !important;
    }

        .nuestros-productos-inicio .col-left-bloque .productos-home-col strong {
            font-size: 15px;
        }
    /*FIN SECCION IZQUIERDA*/


    /*SECCION DERECHA*/
    .nuestros-productos-inicio .col-right-bloque {
        width: 100%;
    }

        .nuestros-productos-inicio .col-right-bloque .productos-home-col {
            width: 46%;
        }

            .nuestros-productos-inicio .col-right-bloque .productos-home-col a,
            .nuestros-productos-inicio .col-left-bloque .productos-home-col a /*new*/{
                font-size: 15px !important;
                line-height: 19px !important;
            }

        .nuestros-productos-inicio .col-right-bloque .productos-home-col {
            float: none;
            margin: 0px 4px 0px 4px;
        }
    /*FIN SECCION DERECHA*/
}

@media only screen and (max-width: 390px){
    .nuestros-productos-inicio .col-left-bloque .slider-productos-bloque-left{
       width: 46%;
    }
  }

@media only screen and (max-width: 375px) {
    /*SECCION IZQUIERDA*/
    .nuestros-productos-inicio .col-left-bloque .slider-productos-bloque-left{
        width:46%; 
    }

    .nuestros-productos-inicio .col-left-bloque {
        display: block;
    }

    .nuestros-productos-inicio .col-left-bloque .slider-productos-bloque-left .productos-home-col {
        width: 46% !important;
    }

    .nuestros-productos-inicio .col-left-bloque .slider-productos-bloque-left .productos-home-col h4 {
        margin: 0px auto;
    }

    .grid-izquierda{
        float:none;
      }
    /*FIN SECCION IZQUIERDA*/
}

@media only screen and (max-width: 360px) {
.nuestros-productos-inicio .col-right-bloque .productos-home-col {
    width: 46% !important;
}

.nuestros-productos-inicio .col-left-bloque .slider-productos-bloque-left {
    width: 46% !important;
}

.grid-izquierda{
    float:none;
}

}

@media only screen and (max-width: 320px) {
    /*SECCION DERECHA*/
    .nuestros-productos-inicio .col-right-bloque .productos-home-col {
        float: none;
        margin: 0px;
    }
    /*FIN SECCION DERECHA*/
}

@media only screen and (max-width: 200px) {
    .nuestros-productos-inicio .col-right-bloque .productos-home-col {
        width: 46% !important;
    }
}

/* Responsive styles
================================================== */
/* Large Devices, Wide Screens */
@media (min-width: 1200px) {
    /* Dropdown animation */
    .navbar-nav .dropdown-menu,
    .navbar-nav .dropdown.megamenu div.dropdown-menu {
        background: none;
        border: 0;
        box-shadow: none;
        display: block;
        opacity: 0;
        z-index: 1;
        visibility: hidden;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        transition: visibility 500ms, opacity 500ms, -webkit-transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
        transition: visibility 500ms, opacity 500ms, transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
        transition: visibility 500ms, opacity 500ms, transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99), -webkit-transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
    }

    .navbar-nav .dropdown:hover div.dropdown-menu,
    .navbar-nav .dropdown.megamenu:hover div.dropdown-menu {
        opacity: 1;
        visibility: visible;
        color: #777;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .navbar-nav .dropdown-backdrop {
        visibility: hidden;
    }
}

/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */
/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */
@media only screen and (max-width: 767px) {
    .title {
        /*font-size: 40px;*/
    }

    .navbar-header .navbar-brand a {
        padding: 6px 8px;
    }

    #hero-area {
        padding: 0px 0;
        margin-top: 8rem !important;
    }

        #hero-area .btn {
            margin-top: 8px;
        }

    #about {
        padding: 70px 0;
    }

        #about .block {
            padding: 0;
        }

    figure .buttons {
        left: 16%;
    }

    #feature .media {
        margin: 0px 0px 35px;
    }

    #footer .copyright {
        text-align: center;
    }

    #footer .social {
        text-align: center;
    }

    .dropdown-menu > ul > li > a {
        display: block;
        font-size: 14px;
        font-weight: 400;
        line-height: normal;
        text-decoration: none;
        padding: 15px;
        color: #333;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .dropdown-menu > ul {
        list-style: none;
        padding: 0 15px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
        margin-top: -5px;
        background: #fff;
        background-color: rgba(255, 255, 255, 0.95);
        box-shadow: 0 2px 0.09px rgba(0, 0, 0, 0.15);
    }

    .navbar-collapse {
        background: #333333;
    }

    #top-bar .main-menu li > a {
        color: #fff;
        padding: 21px 10px;
        background: transparent;
    }

    #top-bar .dropdown-menu > ul {
        list-style: none;
        padding: 0 15px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
        margin-top: -5px;
        background: #fff;
        background-color: rgba(255, 255, 255, 0.95);
        box-shadow: 0 2px 0.09px rgba(0, 0, 0, 0.15);
    }

        #top-bar .dropdown-menu > ul > li > a {
            display: block;
            font-size: 14px;
            font-weight: 400;
            line-height: normal;
            text-decoration: none;
            padding: 15px;
            color: #333;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        }
}

.p-60-0 {
    padding-top: 60px;
    padding-bottom: 0;
}

#content-area {
    position: relative;
}

.container-simulador input:checked ~ .checkmark, .container-simulador input:checked ~ .checkradio, .container-simulador-a input:checked ~ .checkmark, .container-simulador-a input:checked ~ .checkradio, .container-simulador-c input:checked ~ .checkmark, .container-simulador-c input:checked ~ .checkradio {
    background-color: #9be7e7;
    color: #ffffff;
}

.container-simulador:hover input ~ .checkmark, .container-simulador:hover input ~ .checkradio, .container-simulador-a:hover input ~ .checkmark, .container-simulador-a:hover input ~ .checkradio, .container-simulador-c:hover input ~ .checkmark, .container-simulador-c:hover input ~ .checkradio {
    opacity: 0.8;
}

.container-simulador-b input:checked ~ .checkmark, .container-simulador-b input:checked ~ .checkradio {
    background-color: #8fe4e4;
    color: #ffffff;
}

.container-simulador input, .container-simulador-a input, .container-simulador-b input, .container-simulador-c input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.form-simulador select {
    display: block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    background: transparent;
    border: none;
    font-size: 20px;
    line-height: 22px;
}

.form-simulador .select:hover {
    border-color: #c5cddf;
}

.form-simulador .select > select {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 17px;
    color: #333;
    background: #f4f6fb;
    border: 0;
    -webkit-appearance: none;
    outline: 0;
    margin: 0;
    font-size: 20px;
    line-height: 22px;
    padding: 7px 6px 6px 10px;
}

    .form-simulador .select > select:focus {
        color: #3c3c3c;
        outline: 0;
        outline-offset: 0;
        -moz-outline-radius: 2px;
    }

.form-simulador .select:before, .form-simulador .select:after {
    content: '';
    position: absolute;
    pointer-events: none;
}

.form-simulador .select:before {
    top: 0;
    bottom: 0;
    right: 0;
    width: 35px;
    background: inherit;
}

.form-simulador .select:after {
    top: 18px;
    right: 13px;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top-color: #333;
}

.form-simulador p {
    color: #b1b1b1;
}

.t-a-c {
    text-align: center;
}

.d-i-b {
    display: inline-block;
}

.v-a-m {
    vertical-align: middle;
}

.d-i {
    display: inline;
}

button, input, select, textarea {
    border: 0;
}

a:hover {
    text-decoration: none;
    opacity: 0.6;
}

a:focus {
    outline: none !important;
}

.m-0-auto {
    margin: 0 auto;
}

ol {
    margin: 0 auto 10px;
    padding: 0px 15px;
}

    ol li {
        list-style: decimal;
    }

.p-30 {
    padding: 30px;
}

/* Pagina de inicio */

.container {
    width: 92%;
}

.nuestros-productos-inicio .col-left-bloque {
    border-right: none;
    width: 100% !important;
}

.nuestros-productos-inicio .sf_1col_1_100 {
    float: left;
}

.nuestros-productos-inicio .sf_cols .sf_1col_1_100 {
    float: none !important;
}

.grid-izquierda {
    width: 281.9px;
    border-right: 1px solid #008f9f;
    height: 205px;
    float: left;
}

.nuestros-productos-inicio .col-left-bloque {
    width: 281.5px;
}

.content-block-izquierda {
    vertical-align: top;
    display: block;
    width: 100%;
    padding: 0 1%;
    float: left;
}

.nuestros-productos-inicio .col-left-bloque .slider-productos-bloque-left {
    width: 165px;
}

.nuestros-productos-inicio .grid-izquierda .content-block-izquierda h4 {
    margin-bottom: 0px;
}

@media only screen and (min-width: 320px) and (max-width: 420px) {
    .grid-izquierda {
        float: none;
    }
}

@media only screen and (max-width: 472px) {
    /*GENERAL*/
    .nuestros-productos-inicio .row {
        display: block;
    }
    /*FIN GENERAL*/


    /*SECCION IZQUIERDA*/
    .nuestros-productos-inicio .col-left-bloque .slider-productos-bloque-left .productos-home-col {
        width: 100% !important;
    }

    .nuestros-productos-inicio .col-left-bloque .slider-productos-bloque-left {
        margin: 0px 5px 15px 4px;
    }

    .grid-izquierda {
        float: none;
    }
    /*FIN SECCION IZQUIERDA*/


    /*SECCION DERECHA*/
    .nuestros-productos-inicio .col-right-bloque {
        width: 100%;
    }

        .nuestros-productos-inicio .col-right-bloque .productos-home-col {
            width: 46%;
        }

            .nuestros-productos-inicio .col-right-bloque .productos-home-col a {
                font-size: 15px !important;
                line-height: 19px !important;
            }

        .nuestros-productos-inicio .col-right-bloque .productos-home-col {
            float: none;
            margin: 0px 4px 0px 4px;
        }
    /*FIN SECCION DERECHA*/
}

@media only screen and (max-width: 414px) {
    .nuestros-productos-inicio .col-left-bloque .slider-productos-bloque-left {
        width: 175px;
    }

    .grid-izquierda {
        float: none;
    }
}

@media only screen and (max-width: 360px) {
    .grid-izquierda {
        float: none;
    }
}

@media only screen and (max-width: 375px) {
    .nuestros-productos-inicio .col-left-bloque .slider-productos-bloque-left {
        width: 46%;
    }

    .grid-izquierda {
        float: none;
    }
}

@media only screen and (max-width: 775px) and (min-width: 750px) {
    .nuestros-productos-inicio .col-right-bloque .productos-home-col {
        //width:23%;
        width: 19%;
    }

    .grid-izquierda {
        float: none;
    }
}

@media only screen and (min-width: 580px) and (max-width: 760px) {
    .nuestros-productos-inicio .col-right-bloque .productos-home-col {
        width: 32%;
    }

    .grid-izquierda {
        float: none;
    }
}

@media only screen and (max-width: 1335px) {
    .grid-izquierda {
        border-right: none;
    }
}

@media only screen and (max-width: 1305px) {
    .grid-izquierda {
        width: 100% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1335px) {
    .content-block-izquierda {
        width: 100% !important;
    }

    .grid-izquierda {
        width: 100% !important;
        border-right: none;
        margin-bottom: 10px;
        float: none;
    }

    .grid-izquierda {
        float: none;
    }
}

@media only screen and (min-width: 300px) and (max-width: 442px) {
    .grid-izquierda {
        width: 100% !important;
    }

    .nuestros-productos-inicio .col-left-bloque .slider-productos-bloque-left {
        width: 46% !important;
        margin-bottom: 0px;
    }

    .nuestros-productos-inicio .col-right-bloque {
        width: 100% !important;
    }

        .nuestros-productos-inicio .col-right-bloque .productos-home-col {
            width: 46% !important;
            margin-bottom: 0px !important;
        }
}

@media only screen and (max-width: 555px) {
    .nuestros-productos-inicio .col-right-bloque .productos-home-col {
        margin-right: 5px !important;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 443px) and (max-width: 560px) {
    .nuestros-productos-inicio .col-right-bloque {
        width: 100% !important;
    }

    .grid-izquierda {
        float: none;
        width: 100% !important;
    }

    .slider-productos-bloque-left {
        width: 28% !important;
        //margin-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 768px) {
    .slider-productos-bloque-left {
        width: 19% !important;
        margin-right: 0px !important;
    }

    .nuestros-productos-inicio .col-right-bloque .productos-home-col {
        width: 19% !important;
        margin-right: 0px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 850px) {
    .nuestros-productos-inicio .col-right-bloque {
        width: 100% !important;
    }
}

@media only screen and (min-width: 769px) and (max-width: 850px) {
    .slider-productos-bloque-left {
        width: 28% !important;
        //margin-right: 15px;
    }

    .nuestros-productos-inicio .col-right-bloque .productos-home-col {
        width: 28% !important;
        //margin-right: 15px;
    }
}

@media only screen and (min-width: 442px) and (max-width: 767px) {
    .nuestros-productos-inicio .col-right-bloque {
        width: 100% !important;
    }

    .nuestros-productos-inicio .sf_cols .sf_colsOut h4 {
        font-size: 18px;
    }

    .grid-izquierda {
        float: none;
        width: 100% !important;
    }

    .slider-productos-bloque-left {
        width: 28% !important;
        //margin-right: 15px;
    }

    .nuestros-productos-inicio .col-right-bloque .productos-home-col {
        width: 28% !important;
        //margin-right: 15px;
    }
}

@media only screen and (max-width: 450px) {
    .nuestros-productos-inicio .col-left-bloque .slider-productos-bloque-left {
        width: 46%;
    }
}

@media only screen and (max-width: 410px) {
    .nuestros-productos-inicio .col-left-bloque .slider-productos-bloque-left {
        width: 46%;
    }
}

@media only screen and (max-width: 390px) {
    .nuestros-productos-inicio .col-left-bloque .slider-productos-bloque-left {
        width: 46%;
    }
}

.width-600 {
    margin: 0 auto;
    max-width: 600px;
    width: 90%;
}

.clear {
    clear: both;
}

.aulabb h4 {
    font-size: 17px;
    line-height: 22px;
    font-family: 'Istok Web', sans-serif;
}
/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

/*# sourceMappingURL=maps/style.css.map */
@media only screen and (max-width: 800px) {
    h4, .aulabb h4 {
        font-size: 17px;
        line-height: 21px;
    }

    h3 {
        font-size: 22px;
        line-height: 26px;
    }

    h2 {
        font-size: 24px;
        line-height: 28px;
    }

    p {
        font-size: 15px;
        line-height: 19px;
    }
}

@media only screen and (max-width: 600px) {
    h4, .aulabb h4 {
        font-size: 16px;
        line-height: 20px;
    }

    h3 {
        font-size: 20px;
        line-height: 24px;
    }

    h2 {
        font-size: 22px;
        line-height: 26px;
    }

    p {
        font-size: 14px;
        line-height: 18px;
    }

    body {
        font-size: 14px;
        line-height: 18px;
    }
}

@media only screen and (max-width: 400px) {
    h4, .aulabb h4 {
        font-size: 15px;
        line-height: 19px;
    }

    h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .aulabb h3 {
        font-size: 17px;
        line-height: 22px;
    }

    h2 {
        font-size: 20px;
        line-height: 24px;
    }

    p {
        font-size: 13px;
        line-height: 17px;
    }

    body {
        font-size: 13px;
        line-height: 17px;
    }
}

.width-1200 {
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
}

.p-30-0 {
    padding: 30px 0px;
}

.menu-principal {
    display: none;
    visibility: hidden;
}

.hamb_logo_img-search, cerrar_img-search {
    vertical-align: middle
}

@import url(baseStyles/baseStyles.css);

header#top-bar {
    /* display: none;    */
    background-color: rgba(0, 130, 140, 0.8);
    border: none;
    max-height: 60px;
}

body.sfPageEditor header#top-bar {
    max-height: 100px;
    overflow-y: scroll;
}

body.sfPageEditor footer#footer {
    max-height: 100px;
    overflow-y: scroll;
}

header#top-bar.bankard {
    background: rgba(0,55,101,0.8);
}

header#top-bar.ecuagiros {
    background: rgba(0,90,156,0.8);
}


.link-24online img {
    width: 120px;
    height: auto;
}

.link-sat img {
    width: 108px;
    height: auto;
}

footer#footer {
    background: #3a3a3a;
    padding: 10px 0 13px 0;
    max-height: 66px;
}

.fixed-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}


header#top-bar img {
    vertical-align: top;
}

header#top-bar h1 {
    margin: 0;
    padding: 0;
    text-indent: -100em;
    overflow: hidden;
    height: 52px;
    text-align: center;
    margin: 0 15px 0 15px;
}

header#top-bar .p {
    margin: 0;
    padding: 0;
    text-indent: -100em;
    overflow: hidden;
    height: 52px;
    text-align: center;
    margin: 0 15px 0 15px;
    line-height: 2.5rem
}


header#top-bar h1 a {
    display: block;
    background: url('/images/default-source/general/diseno/logo-bb.png') no-repeat center center;
    padding: 5px 0 5px 0;
    margin: 0 15px 0 15px;
    width: 90%;
    background-size: 200px auto
}

header#top-bar .p a {
    display: block;
    background: url('/images/default-source/general/diseno/logo-bb.png') no-repeat center center;
    padding: 5px 0 5px 0;
    margin: 0 15px 0 15px;
    width: 90%;
    background-size: 200px auto
}

header#top-bar .logo-bankard a {
    display: block;
    background: url('/images/default-source/general/bankard/logo-bb-bankard.png') no-repeat center center;
    padding: 5px 0 5px 0;
    margin: 0 15px 0 15px;
    width: 90%;
    background-size: 200px auto
}

@media only screen and (max-width: 480px) {
    header#top-bar h1 a, header#top-bar .logo-bankard a {
        background: url('/images/default-source/banca-digital/ico-menu-bb.png') no-repeat center;
        background-size: 35px auto !important
    }

    header#top-bar .p a, header#top-bar .logo-bankard a {
        background: url('/images/default-source/banca-digital/ico-menu-bb.png') no-repeat center;
        background-size: 35px auto !important
    }
}

@media only screen and (max-width: 300px) {
    header#top-bar h1 a, header#top-bar .logo-bankard a {
        background-position: 30%
    }

    header#top-bar .p a, header#top-bar .logo-bankard a {
        background-position: 30%
    }
}

@media only screen and (max-width: 480px) {
    header#top-bar h1 a,
    header#top-bar .logo-bankard a {
        background: url('/images/default-source/banca-digital/ico-menu-bb.png') no-repeat center;
        background-size: 35px auto !important;
    }

    header#top-bar .p a,
    header#top-bar .logo-bankard a {
        background: url('/images/default-source/banca-digital/ico-menu-bb.png') no-repeat center;
        background-size: 35px auto !important;
    }
}

@media only screen and (max-width: 300px) {
    header#top-bar h1 a,
    header#top-bar .logo-bankard a {
        background-position: 30%;
    }

    header#top-bar .p a,
    header#top-bar .logo-bankard a {
        background-position: 30%;
    }
}

/*@media screen and (max-width:766px){
    .hamb-button{
        display:block !important;
    }
}*/

header#top-bar h1 a:hover, .prod-button a:hover {
    opacity: 1;
    color: #fff;
}

header#top-bar .p a:hover, .prod-button a:hover {
    opacity: 1;
    color: #fff;
}

.hamb-button {
    background: none;
    display: none;
    cursor: pointer;
    border: none;
    padding: 0;
    position: absolute;
    left: 0;
}

    .hamb-button .text {
        color: #fff;
        font-size: 9px;
        line-height: 11px;
        text-transform: uppercase;
        font-weight: bold;
    }

.hamb-menu-container {
    /* display: none;    DISPLAY NONE */
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    z-index: 99999;
    background: #FFFFFF;
    /*    overflow-x: auto;
    overflow-y: auto;
    padding: 24px 24px 30px 24px;*/
    transition:left 0.3s ease-in-out;
}
#hamb_menu {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 24px 24px 30px 24px;
    height:100vh;
}

.btn-menu-text {
    display: flex;
    min-width: 90px;
    width: 100%;
    padding: 12px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #FFF;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    color: #495057;
    font-feature-settings: 'liga' off, 'calt' off;
    font-family: var(--lexend);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    transition: transform 0.5s ease-out;
}

.btn-menu-text:hover {
    outline: none;
    border: none;
    color: #17191F;
    font-weight: 500;
    transform: scale(1.05);
}

.btn-menu-text-activo {
    outline: none;
    border: none;
    border-bottom: 2px solid #008392!important;
    color: #17191F;
    font-weight: 500;
    transform: scale(1.05);
}
.btn-menu-text:active {
    outline: none;
    border: none;
    border-bottom: 2px solid #199E8F;
    color: #17191F;
    font-weight: 500;
    transform: scale(1.05);
}
.btn-menu-text:focus {
    outline: none;
    border: none;
    border-bottom: 2px solid #199E8F;
    color: #17191F;
    font-weight: 500;
    transform: scale(1.05);
}
#hamb_tree {
    /*margin: 12px 0px 20px 0px;*/
    display: flex;
    flex-direction: column;
    gap: 20px;
}

    #hamb_tree li a:focus {
        outline: none;
    }

.prod-button a:focus {
    outline: none;
}

#hamb_logo_img {
    /*margin: 20px 0 9px 0;*/
    text-align: center;
}

    #hamb_logo_img img {
        width: 47px;
        height: 50px;
    }

#hamb_overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1031;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-animation: fade 500ms;
    animation: fade 500ms;
    width: 100%;
    height: 100%;
}

/*media queries*/

#hero-area {
    /* height: 480px; */
    min-height: 140px;
    max-height: 480px;
    margin-top: 11.2rem;
}

    #hero-area .breadcrumbC {
        display: none;
    }

    #hero-area .breadcrumbB {
        display: none;
    }

    #hero-area .slide-item {
        display: table;
        height: 480px;
        position: relative;
    }

    #hero-area .sliderPage .slide-item {
        height: inherit;
    }

    #hero-area .slide-info-box h3 {
        /* margin: 0px; */
    }



    #hero-area .slider .slide-content,
    #hero-area .slider slide-content.Left {
        position: absolute;
        top: 20%;
        left: 10%;
        width: 400px;
    }

    #hero-area .slider slide-content.Center {
        top: 20%;
        left: 10%;
    }

    #hero-area .slider slide-content.Right {
        top: 20%;
        left: 10%;
    }

    #hero-area .slide-content .title {
        margin: 0 0 5px 0;
    }

        #hero-area .slide-content .title img {
            max-width: 275px;
            max-height: 72px;
        }

    #hero-area .slide-content .desc {
        font-size: 24px;
        line-height: 28px;
        margin: 0 0 10px 0;
    }

    #hero-area .slider .slide-content .sep {
        background: #ffc708;
        height: 5px;
        width: 40%;
    }

    #hero-area .sliderPage .slick-dots {
        bottom: 70px;
    }

    #hero-area .slide-content .more {
        /* margin: 20px 0 0 0; */
        position: relative;
        top: 20px;
    }

    #hero-area .cover .slide-content .more, .cover .slide-content .more {
        /* margin: 20px 0 0 0; */
        position: static;
    }

    #hero-area .slide-content .more a {
        border: 1px solid #353535;
        padding: 6px 12px;
        display: inline-block;
        margin: 4px auto;
        color: #353535;
        background: #fff;
        width: 85px;
        text-align: center;
        font-size: 16px;
    }

    #hero-area .sliderPage.button-color .slide-content .more a {
        border: 1px solid #003765;
        color: #003765;
        padding: 6px 12px;
        display: inline-block;
        margin: 4px auto;
        text-decoration: none !important;
        background-color: transparent;
    }

    #hero-area .slide-content .more a:hover {
        /* background-color: blue; */
        color: #a0a0a0;
    }

#our-products-area, #our-products-area.homeC {
    position: relative;
    margin: -30px auto 30px;
    z-index: 99;
    /* padding: 0px 0px 0px 0px; */
}

    #our-products-area.homeC .container {
        padding-right: 0px;
        padding-left: 0px;
        width:100%;
    }

    #our-products-area .featured-pages-box, .featured-pages-box {
        background: #f5f4f5;
        padding: 40px 60px;
        box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
        width: 100%;
    }

        #our-products-area .featured-pages-box.slider, .featured-pages-box.slider {
            /*padding: 40px 20px;*/
            padding: 32px 20px;
        }

.box-shadow {
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
}

h2.featured-title, .featured-title h2 {
    font-family: 'Istok Web', sans-serif;
    color: #fa9f25;
    text-align: center;
}

h3.featured-title, .featured-title h3 {
    margin: 10px auto;
    color: #fa9f25;
    text-align: center;
}

    h2.featured-title::after, h3.featured-title::after,
    .featured-title h2::after, .featured-title h3::after {
        content: '';
        border-top: 4px solid #fa9f25;
        display: block;
        padding: 0px 0px 20px;
        width: 80px;
        margin: 10px auto 0px;
    }

.featured-item {
    text-align: center;
    vertical-align: middle;
    margin-bottom: 20px;
}

.content-list-video .featured-item {
    margin-bottom: 0px;
}

#our-products-area .featured-item a {
    font-size: 18px;
    line-height: 22px;
    font-family: 'Istok Web', sans-serif;
    color: #333;
    text-align: center;
    outline: none;
}

.featured-item a span {
    display: block;
    text-align: center;
    margin-top: 5px;
}

.featured-slider .featured-item img, .featured-slider-2 .featured-item img {
    display: inline;
    max-width: 90px;
}

.upper {
    text-transform: uppercase;
}

.prod-button a {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    font-family: 'Istok Web', sans-serif;
    font-weight: bold;
    margin-top: 17px;
    display: block;
}


.prod-menu-selector .svg-inline--fa {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari 3-8 */
    transform: rotate(180deg);
}

.featured-top-box {
    opacity: 1;
    position: fixed;
    width: 100%;
    height: 156px;
    z-index: 999;
    background: #202020;
    left: 0px;
    top: -2000px;
}


    .featured-top-box a {
        color: #ffffff;
        cursor: pointer;
        font-family: 'Istok Web', sans-serif;
        /*outline-color: #808080 !important;*/
        outline: none;
    }


.featured-top-content {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    outline: none;
}

    .featured-top-content .featured-item {
        padding: 20px 0 0 0;
        vertical-align: middle;
        /*outline-color: #808080 !important;*/
        outline: none;
    }

        .featured-top-content .featured-item a {
            color: #afafaf;
            text-align: center;
            font-size: 16px;
            line-height: 20px;
            font-family: 'Istok Web', sans-serif;
        }

    .featured-top-content img {
        margin: 0 auto;
        max-width: 90px;
    }

    .featured-top-content .slick-prev, .featured-top-content .slick-next {
        z-index: 999;
        font-size: 18px;
        /* background: #fff; */
    }

    .featured-top-content .slick-next {
        right: 25px;
    }

    .featured-top-content .slick-prev {
        left: 25px;
    }

#prod_overlay {
    display: none;
    position: fixed;
    top: 52px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 998;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-animation: fade 500ms;
    animation: fade 500ms;
    width: 100%;
    height: 100%;
}

.iconos-content-top {
    vertical-align: middle;
    text-align: right;
    margin: 0px 0 0 0;
    padding-right: 0px;
    /* right: -20px; */
    top: 10px;
}

    .iconos-content-top a {
        color: #fff;
        cursor: pointer;
    }

    .iconos-content-top img {
        vertical-align: middle;
    }

#iconos_top_container {
    text-align: right;
    position: absolute;
    right: 0;
}

#prefooter-area {
    margin-bottom: 15px;
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

    #prefooter-area .bb-info h3 {
        font-size: 24px;
        line-height: 28px;
        font-family: 'Istok Web', sans-serif;
        font-weight: 700;
    }

    #prefooter-area .bb-info {
        border-right: 1px solid #d6d6d6;
        margin-left: 70px;
        height: 100%;
    }

        #prefooter-area .bb-info img {
            padding: 16px 0;
        }

    #prefooter-area svg {
        margin-right: 10px;
    }

    #prefooter-area span.fa-phone-volume {
        margin-right: 10px;
    }

@media only screen and (max-width: 1200px) {
    #prefooter-area .bb-info {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 900px) {
    #prefooter-area .bb-info {
        text-align: center;
        margin-bottom: 25px;
        border-right: 0;
        margin-left: 0px;
    }

    .featured-top-content .slick-prev {
        left: 5px;
    }

    .featured-top-content .slick-next {
        right: 5px;
    }

    #prefooter-area .bb-info img {
        padding-bottom: 0px;
    }
}

/* Seccion Footer */
.footer-info, .footer-links {
    /*display:inline-block;*/
    vertical-align: top;
}

    .footer-info img {
    }

.footer-info {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-right: 15px;
    padding-left: 15px;
}

.footer-links {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

    .footer-links .links-col1, .footer-links .links-col2 {
        display: inline-block;
        vertical-align: top;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

    .footer-links .links-col1 {
    }

    .footer-links .links-col2 {
    }

        .footer-links .links-col1 li, .footer-links .links-col2 li {
            padding: 4px 0px;
            list-style: square;
        }

/* Fin Seccion Footer */

.page-nav-list ul {
    padding-left: 0;
    margin-left: 15px;
    margin-bottom: 0px;
}

    .page-nav-list ul li {
        padding: 4px 0px;
        list-style: square;
        color: #606060;
    }

        .page-nav-list ul li a {
            color: #606060;
            text-decoration: none;
            /* font-size: 16px; */
            font-size: 14px;
        }

            .page-nav-list ul li a:hover {
                opacity: 0.7;
            }

.carousel-double .slick-prev {
    left: 20px;
    top: 26px;
    z-index: 9;
    width: 35px;
    height: 53px;
}

.carousel-double .slick-next {
    right: 0px;
    top: 26px;
    z-index: 9;
    width: 35px;
    height: 53px;
    font-size: 0;
}

.carousel-double .slick-prev:before {
    background: url('/images/default-source/general/diseno/slider-bt-prev.png');
    width: 35px;
    height: 53px;
    display: block;
    background-size: 100%;
}

.carousel-double .slick-next:before {
    background: url('/images/default-source/general/diseno/slider-bt-next.png');
    width: 35px;
    height: 53px;
    display: block;
    background-size: 100%;
}

/*slider cuentas*/
#content-sliders-area {
    /* display: none;    */
    /* margin: 20px 0 5px 0; */
    z-index: 1;
}



    #content-sliders-area .slider .slide-item {
        display: table;
        height: 460px;
        position: relative;
        background-position-x: 0%;
    }

    .slider-cuentas .slide-content,
    #content-sliders-area slide-content.Left {
        position: absolute;
        top: 30%;
        left: 10%;
        width: 400px;
    }

    #content-sliders-area slide-content.Center {
        top: 30%;
        left: 10%;
    }

    #content-sliders-area slide-content.Right {
        top: 30%;
        left: 10%;
    }

.slider-cuentas .slide-content .title img {
    max-width: 240px;
}

.slider-cuentas .slide-content .desc {
    font-size: 24px;
    line-height: 28px;
    margin: 25px 0 10px 0;
    color: #333;
    font-size: 16px;
    width: 90%;
}

.slider-cuentas .slide-content .sep {
    margin: -85px 0px 0px 0px;
    /* border: 1px solid red; */
    background: #ffc708;
    height: 5px;
    width: 40%;
}

.slider-cuentas .slide-content .more {
    margin: 80px 0 0 0;
}

    .slider-cuentas .slide-content .more a, .sliderPage.slide-cuenta .more a {
        border: 1px solid #353535;
        padding: 6px 12px;
        display: inline-block;
        margin: 4px auto;
        color: #353535;
        background: rgba(255, 255, 255, 0.014);
        font-family: 'Istok Web', sans-serif;
        font-size: 16px;
    }

.sliderPage.slide-cuenta .sep {
    display: none;
}

.sliderPage.slide-cuenta .titulo-slide {
    /* background: rgba(0,0,0,0.1); */
    background: rgba(134,147,150,0.2);
    color: #333;
}

.sliderPage.slide-cuenta img {
    width: auto;
    height: auto;
}

.slider-cuentas .slide-content .more a:hover {
    color: #353535;
    opacity: 0.6;
}

/*slider tarjetas*/


.slider-tarjetas {
    /* border: 1px solid green; */
    height: 100%;
    /* max-height: 435px; */
    margin: 0 0 0 0;
}

    .slider-tarjetas .slide-item {
        display: table;
        height: 435px;
        position: relative;
    }


    .slider-tarjetas .slide-content,
    #content-sliders-area slide-content.Left {
        position: absolute;
        top: 20%;
        left: 10%;
        width: 400px;
    }

#content-sliders-area slide-content.Center {
    top: 20%;
    left: 10%;
}

#content-sliders-area slide-content.Right {
    top: 20%;
    left: 10%;
}

.slider-tarjetas .slide-content .title img {
    position: absolute;
    margin: 100px auto;
}

.slider-tarjetas .slide-content .desc {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 10px 0;
    color: white;
    font-weight: 700;
    width: 250px;
}

.slider-tarjetas .slide-content .sep {
    background: #ffc708;
    height: 5px;
    width: 40%;
    margin: 75px 0px 0px 0px;
}

.slider-tarjetas .slide-content .more {
    margin: 20px 0 0 0;
    /* opacity:0.5; */
    /* border: 1px solid white; */
}

    .slider-tarjetas .slide-content .more a {
        border: 1px solid white;
        padding: 6px 12px;
        display: inline-block;
        margin: 4px auto;
        font-size: 16px;
        color: white;
        background: rgba(255, 255, 255, 0.014);
    }

    .slider-tarjetas .slide-content .more:hover {
        /* color: #353535; */
        opacity: 0.6;
    }


#footer a {
    color: #fff;
}

#footer .info {
    position: relative;
    padding: 0;
}
/*
    #footer .info a.chat-btn {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 56px;
        height: auto;
        border-radius: 8px;
        padding: 8px;
        right: 0;
        top: 50%;
        cursor: pointer;
        position: fixed;
        z-index: 1106;
        background: white;
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)) drop-shadow(-4px -2px 4px rgba(0, 0, 0, 0.25));
        transition: transform 0.3s ease-in-out;
    }

#footer .info a.chat-btn:hover {
    transform: scale(1.05);
}

.chat-btn img {
    width: 100%;
    padding: 4px;
}*/

#footer a span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
    text-align: left;
}

    #footer a span img {
        width: 30px;
        height: 30px;
    }

#footer .info a {
    margin: 0 4px;
}

#footer .info .hidden-xs {
    text-align: right;
    margin-right: 65px;
}

#footer .social-icons {
    margin-top: 3px;
    padding: 0;
}

    #footer .social-icons a span {
        vertical-align: middle;
    }



@media only screen and (max-width: 500px) {
/*    #footer .info a.chat-btn {
        right: -10px;
        bottom: -4px;
        width: 64px;
        height: 64px;
    }

    .chat-btn img {
        top: -14px;
        left: -3px;
    }*/

    #hero-area .slider .slide-content .desc {
        width: 270px;
    }
}


@media only screen and (max-width: 767px) {
    .slider-cuentas {
        margin: 70px 0px 0px 0px;
    }
}

#content-area .container, #canalsOfPay .container {
    padding-right: 0px;
    padding-left: 0px;
}

#content-area .slider .slide-item {
    /* height: 435px; */
    max-height: 435px;
}

#content-area .info-servicios {
    text-align: right;
    font-family: 'Istok Web', sans-serif;
    width: 25%;
    display: inline-block;
    vertical-align: middle;
    padding: 4%;
}

#content-area .slider-carrusel {
    width: 75%;
    display: inline-block !important;
    vertical-align: middle;
}

#content-area .info-servicios .contenidoDerecho {
    /*width: 70%;*/
    display: inline-block;
    /*margin: 50px 0px 0px 0px;*/
}

/*#content-area .info-servicios .contenidoDerecho h3 {
                color: #008f9f;
                font-size: 30px;
                line-height: 15px;
                font-weight: bolder;
                line-height: 1.3em;
            }*/

/*#content-area .info-servicios .texto-medio {
            color: #008f9f;
            font-size: 16px;
            width: 80%;
            display: inline-block;
        }*/

/*#content-area .info-servicios .texto-medio2 p {
            color: #008f9f;
            font-size: 30px;
            font-weight: bold;
        }*/

@media only screen and (max-width: 900px) {

    /*#content-area .info-servicios .contenidoDerecho h3 {
            font-size: 24px;
            line-height: 28px;
        }*/

    /*#content-area .info-servicios .texto-medio p {
            font-size: 15px;
            line-height: 19px;
        }*/
}

@media only screen and (max-width: 800px) {
    .slider-cuentas .slide-content .desc {
        font-size: 15px;
        line-height: 19px;
        width: 70%;
        margin-top: 40px;
    }

    .hamb-button {
        left: 20px;
        margin:0;
    }
}

@media only screen and (max-width: 768px) {
    .slider-tarjetas .titulo-slide {
        margin-top: 8%;
    }
}

@media only screen and (max-width: 767px) {
    .slider-tarjetas .titulo-slide {
        margin-top: 14%;
    }

    .carousel-double .slick-prev {
        left: 0px;
    }

    .carousel-three .slick-prev {
        left: 0px;
    }

    .slider-cuentas {
        margin: 70px 0px 0px 0px;
    }

    #content-area .row {
        margin-left: 0;
        margin-right: 0;
    }



    #content-area .info-servicios {
        text-align: center;
        background: #f5f5f5;
        padding: 0;
    }

        #content-area .info-servicios .contenidoDerecho {
            margin: 10px auto 0px auto;
        }

            #content-area .info-servicios .contenidoDerecho h3 {
                font-size: 24px;
            }

        /*#content-area .info-servicios .texto-medio {
                font-size: 15px;
            }*/

        #content-area .info-servicios .texto-medio2 p {
            font-size: 24px;
        }
}

@media only screen and (max-width: 600px) {
    .slider-cuentas .slide-content .desc {
        font-size: 14px;
        line-height: 18px;
    }
}




.slick-slide .title img {
    display: inline !important;
    margin: -20px 0px 0px 0px;
}


.carousel-double {
    height: 360px;
    margin-bottom: 20px;
    position: relative;
    z-index: 997;
    margin: 0px 0px -40px 0px;
}

    .carousel-double .slide-item {
        height: 360px !important;
        display: table !important;
        text-align: center;
        margin: 0px 0px 0px 20px;
        vertical-align: bottom;
        position: relative;
    }

    .carousel-double .slide-content {
        position: absolute;
        bottom: 0px;
        background: rgba(0, 0, 0, 0.4);
        padding: 10px;
        width: 100%;
    }

        .carousel-double .slide-content .title img {
            padding-bottom: 10px;
            margin: 0 auto 10px;
            border-bottom: 4px solid #fecc00;
            width: 160px;
        }

        .carousel-double .slide-content .title h3 {
            margin-top: 0;
        }

        .carousel-double .slide-content .desc {
            font-size: 18px;
            line-height: 22px;
            font-family: 'Istok Web', sans-serif;
            color: #fff;
            top: -10px;
            position: relative;
        }

        .carousel-double .slide-content .more a {
            position: absolute;
            margin: -295px 0px 0px -190px;
            width: 95%;
            height: 300px;
            color: transparent;
            outline: none;
        }

    .carousel-double .breadcrumbB, .carousel-double .breadcrumbC {
        display: none;
    }



/*ESTILO DE TEXTO QUE SE MUESTRA EN EL SLIDER DE CUENTAS Y TARJETAS - NO CUMPLE NINGUNA FUNCION*/
.slider-cuentas .titulo-slide {
    display: block;
    padding: 5px 10px;
    background: rgba(134,147,150,0.2);
    border-radius: 4px;
    width: 100px;
    color: #333;
    font-size: 16px;
    margin: 7% 0px 0px 10%;
    text-align: center;
}


.slider-tarjetas .titulo-slide {
    display: block;
    padding: 5px 10px;
    background: rgba(0,32,58,0.5);
    border-radius: 4px;
    width: 100px;
    color: white;
    font-size: 16px;
    margin: 5% 0px 0px 10%;
    text-align: center;
}

.slider-carrusel .breadcrumbC {
    display: none;
}

.slider-carrusel .breadcrumbB {
    display: none;
}

.slider-cuentas .breadcrumbB {
    display: none;
}

.slider-tarjetas .breadcrumbC {
    display: none;
}

@media only screen and (max-width: 992px) {
    header#top-bar h1 a {
        background-size: 200px auto;
        width: 100%;
        margin: 0 0px 0 0px;
        /*background-position-x: center;*/
    }

    header#top-bar h1 {
        margin: 0 0px 0 0px;
    } 
    
    header#top-bar p a {
        background-size: 200px auto;
        width: 100%;
        margin: 0 0px 0 0px;
        /*background-position-x: center;*/
    }

    header#top-bar p {
        margin: 0 0px 0 0px;
    }
}

@media only screen and (max-width: 768px) {
    header#top-bar h1 a {
        /* margin: 0 0px 0 0px; */
        width: 100%;
        background-size: 200px auto;
        /* background-position-x: initial; */
    }  
    header#top-bar p a {
        /* margin: 0 0px 0 0px; */
        width: 100%;
        background-size: 200px auto;
        /* background-position-x: initial; */
    }
}

@media only screen and (max-width: 576px) {
    header#top-bar h1 a {
        margin: 0 0px 0 0px;
        width: 100%;
        background-size: 200px auto;
        /*background-position-x: initial;*/
    }  

    header#top-bar h1 a {
        margin: 0 0px 0 0px;
        width: 100%;
        background-size: 200px auto;
        /*background-position-x: initial;*/
    }
}


/*Responsive texto Nuestros Productos*/
@media only screen and (max-width: 800px) {
    .slider-cuentas .slide-content .sep {
        margin: -65px 0px 0px 0px;
    }

    .breadcrumbC {
        margin: 11% 0px 0px 10%;
    }
}


.breadcrumb {
    font-size: 20px;
    /* display: none; */
}

/*Responsive items Nuestros Productos*/
@media only screen and (max-width: 800px) {
    #our-products-area .featured-item a {
        font-size: 17px;
        line-height: 21px;
    }
}

@media only screen and (max-width: 600px) {
    #our-products-area .featured-item a {
        font-size: 16px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 445px) {
    #our-products-area .featured-item {
        min-height: 142px;
        margin-bottom: 0px;
    }

    #our-products-area .featured-pages-box .row .col-md-2 {
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media only screen and (max-width: 400px) {
    #our-products-area .featured-item a {
        font-size: 15px;
        line-height: 19px;
    }

    #our-products-area .featured-item {
        height: 166px;
    }
    
    

}

/*PRE-FOOTER: TAMAÑO DE LETRA*/
@media only screen and (max-width: 800px) {
    #prefooter-area .bb-info h3 {
        font-size: 22px;
        line-height: 26px;
    }

    #prefooter-area .bb-info p {
        font-size: 15px;
        line-height: 19px;
    }

    .page-nav-list ul {
        margin-left: 55px;
    }

        .page-nav-list ul li {
            padding: 0px;
        }
}

@media only screen and (max-width: 600px) {
    #prefooter-area .bb-info h3 {
        font-size: 20px;
        line-height: 24px;
    }

    #prefooter-area .bb-info p {
        font-size: 14px;
        line-height: 18px;
    }
}

@media only screen and (max-width: 400px) {
    #prefooter-area .bb-info h3 {
        font-size: 18px;
        line-height: 22px;
    }

    #prefooter-area .bb-info p {
        font-size: 13px;
        line-height: 17px;
    }

    .slick-dots {
        width: auto !important;
        left: 25%;
        right: 25%;
    }
}


@media only screen and (max-width: 600px) {

    .carousel-double .slide-item {
        margin: 0px 0px 0px 0px;
    }

    .carousel-three .slide-item {
        margin: 0px 0px 0px 0px;
    }
}

.info-footer-mobile {
    text-align: center;
    width: 80%;
}

    .info-footer-mobile a {
        margin: 0 15px;
    }



/*---------------ESTILO PARA LAS PAGINAS INTERNAS------------------*/
section#breadcrumb-area {
    background: rgba(0,0,0,0.5);
    padding: 8px 0px 16px;
    margin: 0px auto -75px;
    color: #ffffff;
    text-align: center;
    position: relative;
    width: 100%;
    bottom: 54px;
}

    section#breadcrumb-area.breadInterno {
        bottom: 33px;
        margin: 0px auto -53px;
        padding: 7px 0;
    }

    section#breadcrumb-area ul {
        background: rgba(0,0,0,0);
        display: block;
        margin: 0px auto -34px;
        color: #ffffff;
        text-align: center;
        position: relative;
    }

section#breadcrumb-area2 {
    background: rgba(0,0,0,.5);
    padding: 5px 0 0px;
    margin: -9px auto -34px;
    color: #fff;
    text-align: center;
    position: relative;
    width: 100%;
    bottom: 25px;
}

#breadcrumb-area ul li a, #breadcrumb-area .active {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Istok Web', sans-serif;
    color: #ffffff;
}

section#breadcrumb-area ul li a:hover {
    color: #999999;
}

section#breadcrumb-area .active:hover {
    color: #999999;
}


/*------ESTILO PARA LA X DEL MENU HAMBURGUESA-----*/
#cerrar_img {
    width: 28px;
    height: 28px;
    /*margin: -38px 0 0 194px;*/
    /*position: absolute;*/
    cursor:pointer;
}

    #cerrar_img img {
        width: 100%;
        height: 100%;
    }


.slide-content .title h3 {
    /* font-weight: bold; */
}

.slider-carrusel .slide-item:focus {
    outline: none;
}

.slider-cuentas .slide-item:focus {
    outline: none;
}

.slider-tarjetas .slide-item:focus {
    outline: none;
}

#hero-area .slide-item:focus {
    outline: none;
}

.red-cajeros {
    display: none;
}

    .red-cajeros h2 {
        color: #008f9f;
        font-size: 30px;
        line-height: 34px;
        margin: 10px auto;
        text-align: center;
        font-weight: bold;
    }

    .red-cajeros .nav-tabs {
        margin: 40px auto 0px;
        background: #f6f6f6;
        border-bottom: 1px solid #242424;
    }

.nav-tabs li {
    float: none;
    display: inline-block;
    margin: 0px 10px;
}

.iconos-online {
    padding: 0px 2px;
    text-align: right;
}

    .iconos-online > div {
        margin-left: 7px;
    }

    .iconos-online .row div {
        padding-right: 0px;
    }

@media (min-width: 767px) {
    #iconos_top_container .col-md-4 {
        max-width: 100%; /*fix*/
    }

    #iconos_top_container .col-md-8 {
        max-width: 100%; /*fix*/
    }
}

@media (min-width: 992px) {
    header .container {
        width: 100%;
        position: relative;
    }

    #iconos_top_container .col-md-4 {
        float: left;
        width: auto;
        max-width: 100%; /*fix*/
    }

    #iconos_top_container .col-md-8 {
        float: left;
        width: auto;
        max-width: 100%; /*fix*/
    }
}

@media (min-width: 1024px) {
    header .container {
        width: 1020px;
    }

    #iconos_top_container .col-md-4 {
        float: none;
    }

    #iconos_top_container .col-md-8 {
        float: none;
    }
}

/*----------------------------------ESTILO PARA PAGINA BANKARD*-------------------------------------------*/

#cover-area {
    /* display: none;    DISPLAY NONE */
    height: 460px;
    max-height: 460px;
}

    #cover-area .breadcrumbC {
        display: none;
    }

    #cover-area .breadcrumbB {
        display: none;
    }

    #cover-area .slide-item img {
        display: table;
        height: 460px;
        position: relative;
    }

.cover .title h3 {
    font-weight: 500;
}

#hero-area .cover .more a, .cover .more a {
    border: 1px solid #003765;
    color: #003765;
    padding: 6px 12px;
    display: inline-block;
    background-color: transparent;
    margin: 4px auto;
    width: auto;
}

#hero-area .slider-info-box-link .more a, .slider-info-box-link .more a {
    background-color: #ffc708;
    color: #353535;
    display: none;
}

#hero-area .slider-info-box.credimax .slide-info-box {
    background: rgba(0,0,0,0.3);
}

    #hero-area .slider-info-box.credimax .slide-info-box .title h2 {
        color: white;
    }

#hero-area .cover .more a:hover, .cover .more a:hover {
    /* color:#353535; */
    opacity: 0.6;
}

#hero-area .cover .slide-content .title img, .cover .slide-content .title img {
    max-width: 240px;
    width: 100%; /*Cta Ahorro*/
}

#cover-area .slide-content,
#cover-area slide-content.Left {
    /* position: absolute;
        top: 20%;
        left: 15%;
        width: 30%; */
}

#cover-area slide-content.Center {
    top: 20%;
    left: 10%;
}

#cover-area slide-content.Right {
    top: 20%;
    left: 10%;
}

#cover-area .slide-content .title {
    margin: 52px 0 5px 0;
}

    #cover-area .slide-content .title img {
        max-width: 275px;
        max-height: 72px;
    }

#cover-area .slide-content .desc {
    font-size: 24px;
    line-height: 28px;
    margin: -140px 0 8px 0;
    width: 280px;
}

#cover-area .slide-content .sep {
    background: #ffc708;
    height: 5px;
    width: 150px;
    margin: 75px 0 8px 0;
}

#cover-area .slide-content .more {
    position: relative;
    top: 10px;
}

/*-------------------------DISEÑO DE HOMEPAGE BANKARD------------------------------*/
/*------MODULO DE TEXTO - BANKARD-------*/
#moduletext-area {
    z-index: 9;
    position: relative;
    margin: -30px auto 0;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
    /*padding: 38px 0px 20px 0px;*/
    padding: 38px 0px 9px 0px;
    color: #003765;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    display: block;
    background: #f5f4f5;
    background-color: rgb(245, 244, 245);
    max-width: 1200px;
    width: 90%;
}

    #moduletext-area a {
        color: #fa9f25;
        display: inline-block;
        position: relative;
        cursor: pointer;
        text-decoration: underline;
        text-decoration-line: underline;
        text-decoration-style: initial;
        text-decoration-color: initial;
        font-size: 24px;
        font-weight: 500;
        text-decoration: none;
    }

        #moduletext-area a:hover {
            /*color: #606060;*/
        }

        #moduletext-area a:after {
            content: '';
            border-top: 4px solid #fa9f25;
            display: block;
            padding: 0px 0px 20px;
            width: 80px;
            margin: 7px 0px 0px 18%;
        }

/*RESPONSIVE*/
@media only screen and (max-width: 500px) {
    #moduletext-area {
        width: 90%;
        font-size: 18px;
        line-height: 22px;
    }

        #moduletext-area a {
            font-size: 18px;
        }

            #moduletext-area a:after {
                margin: 10px 0px 0px 10%;
            }

    .contenidoDerechoBankard {
        margin: 10% 0 0 10%;
    }

        .contenidoDerechoBankard p {
            font-size: 10px;
            line-height: 24px;
            border: 1px solid red;
        }

    .navigation-tarjetas-bankard ul li a {
        font-weight: 100;
        line-height: 25px;
    }

    .carousel-beneficios-bankard .slide-item {
        height: 290px;
        width: 450px;
    }

    .carousel-beneficios-bankard .slide-content {
        /* border: 1px solid red; */
        /* width: 250px; */
    }

    .carousel-beneficios-bankard .slide-item .desc {
        font-size: 4px;
    }
}

@media only screen and (max-width: 400px) {
    #moduletext-area {
        width: 90%;
        font-size: 18px;
        line-height: 22px;
    }

        #moduletext-area a {
            font-size: 18px;
        }

            #moduletext-area a:after {
                margin: 10px 0px 0px 10%;
            }

    .contenidoDerechoBankard {
        margin: 10% 0 0 10%;
    }

        .contenidoDerechoBankard p {
            font-size: 20px;
            line-height: 24px;
        }

    .textoContenido strong {
        font-size: 20px;
        font-weight: 700;
    }
}

@media only screen and (max-width: 360px) {
    #hero-area .cover .slide-content, .cover .slide-content {
        height: 300px;
    }
}
/*---FIN DE MODULO DE TEXTO - BANKARD---*/

/*----CARRUSEL DE TARJETAS - BANKARD-------*/

.carousel-tarjetas-bankard {
    width: 100%;
    height: 360px;
    max-height: 360px;
    margin-bottom: 20px;
    position: relative;
    z-index: 997;
}

    .carousel-tarjetas-bankard .slide-content .title img {
        padding-bottom: 10px;
        width: 100%;
        height: auto;
    }

    .carousel-tarjetas-bankard .slide-content {
        padding: 10px;
        margin: 0 12px;
    }

        .carousel-tarjetas-bankard .slide-content .desc {
            font-size: 18px;
            line-height: 22px;
            font-family: 'Istok Web', sans-serif;
            top: -10px;
            position: relative;
            font-weight: 700;
            color: #202020;
        }

        .carousel-tarjetas-bankard .slide-content .sep {
            background: #003765;
            height: 3px;
            width: 36%;
            margin: 0px 0px 0px 0;
        }

        .carousel-tarjetas-bankard .slide-content .more .solicitar {
            border: 1px solid #353535;
            color: #353535;
            padding: 6px 12px;
            display: inline-block;
            margin: 4px auto;
            outline: none;
            margin: 20px 137px 0 0;
            font-size: 16px;
        }

        .carousel-tarjetas-bankard .slide-content .more .ver-mas {
            display: none;
        }

    .carousel-tarjetas-bankard .breadcrumbB, .carousel-double .breadcrumbC, .carousel-three .breadcrumbC {
        display: none;
    }

    .carousel-tarjetas-bankard .slick-prev {
        left: -20px;
        top: 10px;
        z-index: 9;
    }

    .carousel-tarjetas-bankard .slick-next {
        right: -20px;
        top: 10px;
        z-index: 9;
        font-size: 0;
    }

    .carousel-tarjetas-bankard .slick-prev:before {
        background: url('/images/default-source/general/bankard/ico-prev.png');
        background-color: #c9c9c9;
        width: 20px;
        height: 31px;
        display: block;
        background-size: 100%;
    }

    .carousel-tarjetas-bankard .slick-next:before {
        background: url('/images/default-source/general/bankard/ico-next.png');
        background-color: #c9c9c9;
        width: 20px;
        height: 31px;
        display: block;
        background-size: 100%;
    }

/*----FIN DE CARRUSEL DE TARJETAS - BANKARD-------*/

/*----TEXTO DERECHO DE CARRUSEL DE TARJETAS - BANKARD--*/
.contenidoDerechoBankard {
    text-align: center;
    margin: 20% auto 0;
}

    .contenidoDerechoBankard p {
        font-size: 30px;
        color: #003765;
        font-size: 30px;
        line-height: 34px;
        font-family: 'Istok Web', sans-serif;
        font-weight: 600;
        line-height: 0.8em;
    }

/*--FIN DE TEXTO DERECHO CARRUSEL DE TARJETAS - BANKARD--*/
/*   DISEÑO A NAVIGATION PARA EL SLIDER CARRUSEL - BANKARD    */
.navigation-tarjetas-bankard {
    text-align: center;
    width: 250px;
    font-weight: bold;
    margin: 0px 5%;
    text-transform: lowercase;
    font-family: 'Istok Web', sans-serif;
    list-style: none;
}

    .navigation-tarjetas-bankard ul li {
        list-style: none;
    }

    .navigation-tarjetas-bankard li a:hover {
        color: green;
    }

    .navigation-tarjetas-bankard li::after {
        content: ' >';
        color: blue;
        list-style: none;
    }




/* FIN DE DISEÑO A NAVIGATION PARA EL SLIDER CARRUSEL - BANKARD*/


/*------INICIO DE CARRUSEL DE BENEFICIOS - BANKARD-------*/
/* .carousel-beneficios-bankard .slide-item{
        display: inline-block;
        vertical-align: middle;
        padding: 25px 30px 25px 50px;
        background: #f2f8f9;
        margin: 20px 40px;
        position: relative;
        text-align: left;
    }
    .carousel-beneficios-bankard {
        padding: 10px 0px;
        margin: 0 auto;
    }

    .carousel-beneficios-bankard .slide-item h3{
        font-weight: 500;
    }

    .carousel-beneficios-bankard .slide-item .desc{
         font-size: 16px;
        line-height: 20px;
    }

    .carousel-beneficios-bankard img{
        max-width: 74px;
        position: absolute;
        left: -37px;
        top: 45%;
    }
    .carousel-beneficios-bankard .sep {
        background: #003765;
        height: 6px;
        width: 60%;
        margin: 10px 0px 5px 0;

    }
    .carousel-beneficios-bankard .slide-content .more .solicitar{display: none;}
    .carousel-beneficios-bankard .slide-content .more .ver-mas{
        border: 1px solid #353535;
        color: #353535;
        padding: 6px 12px;
        display: inline-block;
        margin: 4px auto;   
        outline: none;
        font-size: 16px;
    }


    .carousel-beneficios-bankard .slick-prev{
        left: -20px;
        top: 50%;
        z-index: 9;

    }
    .carousel-beneficios-bankard .slick-next{
	    right: -20px;
        top: 50%;
        z-index: 9;
        font-size: 0;
    }

    .carousel-beneficios-bankard .slick-prev:before{
        background:url('/images/default-source/general/bankard/ico-prev.png');
        background-color: #c9c9c9;
	    width: 20px;
        height: 31px;
        display: block;
        background-size: 100%;
    }
    .carousel-beneficios-bankard .slick-next:before{
        background:url('/images/default-source/general/bankard/ico-next.png');
        background-color: #c9c9c9;
	    width: 20px;
        height: 31px;
        display: block;
        background-size: 100%;
    }  */


/*--------FIN  DE CARRUSEL DE BENFICIOS - BANKARD-------*/
.breadcrumbC {
    display: none;
}

.breadcrumbB {
    display: none;
}

.titulo-slide {
    display: none;
}
/*------INICIO DISEÑO DE SLIDER PAYKARD - BANKARD------*/
.slider-container .slide-content {
    margin: 0 auto;
    max-width: 1000px;
    width: 90%;
    height: 460px;
    display: table;
}

.slider-paykard-bankard {
    /* height: auto;
        width: 100%; */
}

.slider-container .titulo-slide {
    display: inline;
    color: #fff;
    background: rgba(161,151,161,0.5);
    padding: 4px 12px;
}

.slider-container .slide-content-info {
    display: table-cell;
    vertical-align: middle;
    padding: 30px;
}


.slider-paykard-bankard .slide-item {
    /* display: inline-block;
    vertical-align: middle;
    padding: 25px 30px 25px 50px;
    background: #f2f8f9;
    margin: 20px auto;
    position: relative;
    text-align: left;
    height: 490px; */
}


.slider-paykard-bankard .slide-content {
    /* width: 100%;
        padding: 75px 160px;
        display: table-cell; */
}

.slider-paykard-bankard .title h2 {
    /* font-family: 'Istok Web', sans-serif;
        color: #003765;
        font-weight: bolder;   
        margin: 14px auto;
        display: inline-table; */
}

.slider-container .title img {
    /* position: absolute; */
    /* margin: 50px auto; */
    width: 240px;
    height: 62px;
}

.slider-container .slide-content .desc {
    /* font-size: 16px;
        line-height: 20px;
        color: black; */
    /* width: 450px; */
}

.slider-container .sep {
    background: #ffc708;
    height: 5px;
    width: 160px;
}

.slider-container .more {
    border: 1px solid #353535;
    color: #353535;
    padding: 6px 12px;
    display: inline-block;
    margin: 4px auto;
    text-decoration: none !important;
    cursor: pointer;
    /* margin: 20px 0 0 0; */
}

.slider-paykard-bankard .slide-content .more {
    /* border: 1px solid black;
        padding: 6px 12px;
        display: inline-block;
        margin: 4px auto;
        color: black;
        background: rgba(255, 255, 255, 0.014); 
        font-size: 16px; */
}


.slider-paykard-bankard {
    /* margin: 0;
        padding: 0;
        border: 1px solid red; */
}

    .slider-paykard-bankard .slide-content .desc {
        /* right: 300px; */
    }

.slider-paykard-bankard {
    /* border: 1px solid green; */
    /* left: 0px; */
    /*se añaden este css para la posición del slider*/
    margin: 50px 0px 0px 0px;
    /*fin de añadido*/
}

    .slider-paykard-bankard .slide-item {
        /* padding: 0px 0px -80px -70px; */
        /* display: table-cell; */
    }

/*------FIN DISEÑO DE SLIDER PAYKARD - BANKARD------*/



/*DISEÑO DE CARRUSEL SINGLE - BANKARD PROGRAMA DE PpxIOS*/
.carousel-single-bankard {
    background: #003765;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
    /*se añaden este css para la posición del carrusel*/
    margin: -25px auto 0px;
    /*fin de añadido*/
}

.carousel-single-giros {
    background: #81cfd5;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
    margin: 30px 0px 0px 0px;
    z-index: 3;
}

.carousel-single .carousel-single-giros .slide-content-info, .carousel-single .carousel-single-giros .slide-content-image {
    width: 50%;
    background-color: #81cfd5;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding: 30px 60px;
}






.carousel-single .titulo-slide {
    display: inline;
    background: rgba(0,0,0,0.2);
    padding: 4px 12px;
    color: #fff;
}

.carousel-single-giros .titulo-slide {
    background: rgba(0,0,0,0.1);
}

.carousel-single .slide-content-info, .carousel-single .slide-content-image {
    width: 50%;
    /* background-color: #003765; */
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    /*padding: 30px 60px;*/
    padding: 0px 44px;
}

.carousel-single .slick-active .slide-content-info {
    margin-right: 0px;
}

.slide-content-image {
    height: 360px;
    /*height: 100%;*/
    background-size: cover !important;
}

.carousel-single .slide-item {
    height: 360px !important;
    display: table !important;
    /* text-align: center; giros*/
    margin: 0px;
    position: relative;
}

    .carousel-single .slide-item h2, .carousel-single .slide-item h3, .carousel-single .slide-item p, .carousel-single-giros h2, .carousel-single-giros h3, .carousel-single-giros p {
        color: white;
    }

    .carousel-single .slide-item .desc {
        color: white;
        /* text-align: justify; */
    }

.carousel-single-giros .slide-item .desc {
    color: white;
    margin: 35px 0px 0px 0px;
    /* text-align: justify; */
}

.carousel-single .sep {
    background: #012039;
    height: 5px;
    width: 160px;
    margin: 14px 0px 20px 0;
}

.carousel-single-giros .sep {
    display: none;
}

.carousel-single-giros .title h3::after {
    content: '';
    border-top: 5px solid #ffc708;
    display: block;
    padding: 0px 0px 10px;
    width: 160px;
    margin: 10px 0px 0px 0px;
}

.carousel-single .slide-content-info .more {
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 6px 12px;
    display: inline-block;
    margin: 24px auto;
}

    .carousel-single .slide-content-info .more:hover {
        opacity: 0.6;
    }

.carousel-single-giros .slide-content-info .more {
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 6px 12px;
    display: inline-block;
    /* margin: 115px auto; */
}

    .carousel-single-giros .slide-content-info .more:hover {
        opacity: 0.6;
    }

.carousel-single-bankard .slick-prev, .carousel-single-giros .slick-prev {
    left: 0px;
    top: 26px;
    z-index: 9;
    width: 35px;
    height: 53px;
}

.carousel-single-bankard .slick-next, .carousel-single-giros .slick-next {
    right: 0px;
    top: 26px;
    z-index: 9;
    font-size: 0;
    width: 35px;
    height: 53px;
}

.carousel-single-bankard .slick-prev, .carousel-single-giros .slick-prev {
    color: transparent;
    outline: none;
    background: transparent;
}

.carousel-single-bankard .slick-next, .carousel-single-giros .slick-next {
    color: transparent;
    outline: none;
    background: transparent;
}

.carousel-single-bankard .slick-prev:before, .carousel-single-giros .slick-prev:before {
    background: url('/images/default-source/general/bankard/ico-prev.png');
    color: transparent;
    width: 35px;
    height: 53px;
    display: block;
    background-size: 100%;
}

.carousel-single-bankard .slick-next:before, .carousel-single-giros .slick-next:before {
    background: url('/images/default-source/general/bankard/ico-next.png');
    color: transparent;
    width: 35px;
    height: 53px;
    display: block;
    background-size: 100%;
}

.featured-bottom-box.products-navigation {
    margin: -75px 0px 0px 0px;
    /* border: 1px solid red; */
    z-index: 1;
    position: relative;
    padding: 100px 0px 20px 0px !important;
}

/*FIN DE DISEÑO DE CARRUSEL SINGLE - BANKARD PROGRAMA DE PpxIOS*/






/*---------------------FIN DE DISEÑO DE HOMEPAGE BANKARD-----------------------------*/

/*PAGINA VISA DEBITO - CARUSEL PRODUCTOS RELACIONADOS*/
.featured-bottom-box {
    background: #f5f4f5;
    padding: 20px 0px;
    z-index: 8;
    position: relative;
    margin: 0px auto 40px;
}

    .featured-bottom-box .slider-title {
        width: 20%;
        display: inline-block;
        vertical-align: middle;
        padding: 0px;
    }

    .featured-bottom-box .slider-info {
        width: 79%;
        display: inline-block;
        vertical-align: middle;
    }

    .featured-bottom-box .featured-item {
        width: 25%;
        display: inline-block;
        vertical-align: middle;
        padding: 0px;
        margin: 20px auto;
    }

        .featured-bottom-box .featured-item:hover {
            opacity: 0.5;
        }

a {
    color: #606060;
}

.featured-bottom-box .slick-slide img {
    display: inline-block;
    vertical-align: top;
}

.featured-bottom-box h4 {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    /*min-height: 70px;*/
}


.featured-bottom-box .slick-prev {
    left: -16px;
    top: 54px;
    z-index: 9;
    width: 20px;
    height: 31px;
}

.featured-bottom-box .slick-next {
    right: -13px;
    top: 54px;
    z-index: 9;
    font-size: 0;
    width: 20px;
    height: 31px;
}

.featured-bottom-box .slick-prev:before {
    background: url('/images/default-source/general/bankard/ico-prev.png');
    /* background-color: #c9c9c9; */
    width: 20px;
    height: 31px;
    display: block;
    background-size: 100%;
}

.featured-bottom-box .slick-next:before {
    background: url('/images/default-source/general/bankard/ico-next.png');
    /* background-color: #c9c9c9; */
    width: 20px;
    height: 31px;
    display: block;
    background-size: 100%;
}

@media (min-width: 1200px) {
    /* Dropdown animation */
    .container {
        /* width: 1200px; */
        max-width: 1200px;
        margin: 0 auto;
        width: 90%;
    }

    header .container {
        width: 1200px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 1200px;
        margin: 0 auto;
        width: 90%;
    }
}

@media (min-width: 767px) {
    .container {
        max-width: 1200px;
        margin: 0 auto;
        width: 90%;
    }
}

@media (min-width: 576px) {
    .container {
        margin: 0 auto;
        width: 90%;
    }
}

@media only screen and (max-width: 940px) {
    .featured-bottom-box .slider-title, .featured-bottom-box .slider-info {
        display: block;
        width: 100%;
    }
}

/*Visa Debito - Estilo para tabs de Requisitos*/

.content-tabs h2 {
    text-align: center;
}

.content-tabs .nav-tabs {
    margin: 40px 10px 0px 0px;
    background: #09a6b2;
    border-bottom: 1px solid #ffc708;
    color: #ffffff;
    text-align: center;
    /*esto se añade para darle un tamaño menor conforme al resto de componentes*/
    /* width: 95%; */
    margin: 35px auto;
    /*height: 55px;*/
    /*fin de añadido*/
}

.content-tabs .nav.nav-tabs {
    background-color: #09a6b2;
}

.content-tabs.color .nav.nav-tabs {
    background-color: #003765;
}

.no-title.content-tabs .nav-tabs {
    display: none;
}

.no-title.content-tabs h2::after {
    content: '';
    border-top: 5px solid #008f9f;
    display: block;
    padding: 0px 0px 20px;
    width: 100%;
    margin: 10px auto 0px;
}

.no-title.content-tabs {
    max-width: 1000px;
    /* width: 90%; */
    margin: 0px auto;
}

.content-tabs .nav-tabs li a.active {
    background: transparent;
    border: none;
}

.content-tabs .nav-tabs li a:hover {
    background: transparent;
    border: none;
}

.content-tabs h4 {
    color: #fff;
}

.content-tabs .nav-tabs li a.active::before, .nav-tabs li a:hover::before {
    content: '';
    position: absolute;
    width: 100%;
    border: 3px solid #ffc708;
    /* bottom: -3px;  edite esta linea*/
    bottom: -6px;
    left: 0px;
}

.nav-tabs li a:hover::before {
    border: 3px solid #fa9f25;
}

.content-tabs .tab-content {
    /* padding-left: 60px; */
    padding: 0px 30px 40px;
    /* padding: 0px 0px 20px 40px;
        width: 90%; */
}

.no-title.content-tabs .tab-content {
    padding-top: 0px;
}

.content-tabs .tab-content ul {
    text-align: left;
    padding: 0px 0px 20px 20px;
}

.content-tabs.color .nav.nav-tabs a {
    opacity: 1;
}

.content-tabs .tab-content li {
    position: relative;
    text-align: left;
    margin: 8px auto;
    list-style-type: none;
    /* color: #606060; */
    color: rgb(32, 32, 32);
}

    .content-tabs .tab-content li:before {
        content: '';
        background: url('/images/default-source/general/diseno/list-image.png') no-repeat;
        width: 10px;
        height: 10px;
        display: block;
        left: -20px;
        top: 3px;
        background-size: 100%;
        position: absolute;
    }

.content-tabs a {
    border: 1px solid #353535;
    color: #353535;
    padding: 6px 12px;
    display: inline-block;
    margin: 4px auto;
    text-decoration: none !important;
    cursor: pointer;
}

.nav > li > a {
    padding: 5px 15px;
}

/* content-tabs general (requisitos) */

.content-tabs { /**common.css**/
    margin: 0;
    border: 0;
    font-weight: 400;
    font-family: 'Istok Web', sans-serif;
    font-size: 14px;
    line-height: 18px;
    -webkit-font-smoothing: antialiased;
    color: #202020;
}

.content-tabs {
    padding-top: 1px; /**ajustado**/
}

    .content-tabs ul li { /**common.css**/
        font-size: 16px;
        line-height: 20px;
        font-family: 'Istok Web', sans-serif;
        list-style: none; /**content.css**/
    }


    .content-tabs .nav-tabs {
        background: #003765;
        border-bottom: 1px solid #ffc708;
        color: #ffffff;
    }

        .content-tabs .nav-tabs li {
            display: inline-block;
            float: none !important;
            position: relative;
            margin: 0px 10px;
        }

            .content-tabs .nav-tabs li a.active::before, .nav-tabs li a:hover::before {
                content: '';
                position: absolute;
                width: 100%;
                border: 3px solid #ffc708;
                bottom: -3px;
                left: 0px;
            }

    .content-tabs .tab-content li:before {
        content: '';
        background: url(/images/default-source/general/diseno/list-image.png) no-repeat;
        width: 10px;
        height: 10px;
        display: block;
        left: -20px;
        top: 3px;
        background-size: 100%;
        position: absolute;
    }

    .content-tabs .nav-tabs > li > a {
        padding: 8px 15px !important; /*agregado*/
        margin: 0px;
        border: none;
    }

    /* content-tabs general (requisitos) */

    /**content-tabs para Bankard (requisitos)**/

    .content-tabs.color { /**common.css**/
        margin: 0;
        border: 0;
        font-weight: 400;
        font-family: 'Istok Web', sans-serif;
        font-size: 14px;
        line-height: 18px;
        -webkit-font-smoothing: antialiased;
        color: #202020;
    }

    .content-tabs.color {
        padding-top: 0px; /**agregado**/
    }


        .content-tabs.color .nav-tabs {
            background: #003765;
            border-bottom: 1px solid #fa9f25;
            color: #ffffff;
        }

            .content-tabs.color .nav-tabs li {
                display: inline-block;
                float: none !important;
                position: relative;
                margin: 0px 10px;
            }

                .content-tabs.color .nav-tabs li a.active::before, .nav-tabs li a:hover::before {
                    content: '';
                    position: absolute;
                    width: 100%;
                    border: 3px solid #fa9f25;
                    bottom: -3px;
                    left: 0px;
                }

        .content-tabs.color .tab-content li:before {
            background: url('/images/default-source/general/bankard/list-image.png') no-repeat;
        }

        .content-tabs.color .nav-tabs > li > a {
            padding: 5px 15px !important;
            margin: 0;
        }

        .content-tabs.color a {
            padding: 5px 15px;
            margin: 0;
        }


        /**content-tabs para Bankard fin (requisitos)**/

        /* ==========================================================================
       Inicio Requisitos Ecuagiros
       ========================================================================== */

        .content-tabs.color.color-light .nav.nav-tabs {
            margin: 40px auto 0px;
            background: #005a9c;
            border-bottom: 1px solid #ffc708;
            color: #ffffff;
        }

        .content-tabs.color.color-light .nav-tabs li a.active::before, .content-tabs.color.color-light .nav-tabs li a:hover::before {
            content: '';
            position: absolute;
            width: 100%;
            border: 3px solid #ffc708;
            bottom: -3px;
            left: 0px;
        }

        .content-tabs.color.color-light .tab-content {
            padding: 30px;
        }

        .content-tabs.color.color-light a {
            color: #606060;
            outline: none !important;
            cursor: pointer;
        }

            .content-tabs.color.color-light a:hover {
                text-decoration: none;
                opacity: 0.6;
            }

        .content-tabs.color.color-light .tab-content ul {
            /*margin-bottom: 0;*/
        }

/* ==========================================================================
       Fin Requisitos Ecuagiros
       ========================================================================== */

/* Linea Ecuagiros */
.content-slider-line .container-slider-line .info-slider-line hr {
    content: '';
    height: 5px;
    border: 0;
    color: #202020;
    background-color: #202020;
    display: block;
    padding: 0;
    width: 160px;
    margin: 0px auto 0px;
}

.content-slider-line {
    margin-bottom: 20px;
}
/* Fin Linea Ecuagiros */

/* ==========================================================================
       Gobierno Corporativo
       ========================================================================== */

#sections-area.gobierno-corporativo h4 a {
    padding: 0px 10px;
}

#sections-area.gobierno-corporativo {
    background: #f5f4f5;
}

    #sections-area.gobierno-corporativo .container-gobierno-corporativo {
        margin: 0 auto;
        max-width: 1200px;
        width: 90%;
    }

#content-area #gobierno-corporativo, #content-area #junta-accionistas, #content-area #convocatoria-accionistas {
    padding: 32px 0px 0px;
    width: 90%;
}

#content-area #convocatoria-accionistas {
    padding-bottom: 45px;
}

/* Cover */

.sliderPage.slider-info-box.sliderMax1000.gobierno-cover .slide-info-box .title h3 {
    margin-top: 14px;
    margin-bottom: 20px;
}

.sliderPage.slider-info-box.sliderMax1000.gobierno-cover .slide-info-box .title h2 {
    margin: 14px auto;
}

.sliderPage.slider-info-box.sliderMax1000.terminos-leg-cover .slide-info-box .title h3 {
    margin-top: 14px;
    margin-bottom: 20px;
}

.sliderPage.slider-info-box.sliderMax1000.terminos-leg-cover .slide-info-box .title {
    margin-top: 14px !important;
    margin-bottom: 24px !important;
}

/* Fin Cover */

.slider-accordion-list .ancla-navegacion-accordion-list h2.title {
    color: #008f9f;
    text-align: left;
}

.slider-accordion-list .container-links {
    opacity: 0;
    height: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.slider-accordion-list .ver-tab {
    opacity: 1;
    height: 100%;
    display: block;
    visibility: visible;
}

.slider-accordion-list .slider-accordion-list-info a {
    color: #606060;
    outline: none !important;
    cursor: pointer;
    text-decoration: blink;
}

.slider-accordion-list .container-links ul {
    padding: 0px;
    margin: 0 auto;
}

    .slider-accordion-list .container-links ul li {
        font-size: 16px;
        line-height: 20px;
        font-family: 'Istok Web', sans-serif;
    }

    .slider-accordion-list .container-links ul li {
        padding: 12px;
    }

        .slider-accordion-list .container-links ul li a {
            padding: 2px 12px 2px 30px;
            background: url('/images/default-source/general/información-institucional/quienes-somos/ico-descarga.png') center left no-repeat;
            background-size: 18px;
            display: block;
        }

        .slider-accordion-list .container-links ul li:nth-child(odd) {
            background-color: #ffffff;
        }

        .slider-accordion-list .container-links ul li:nth-child(even) {
            background-color: #f2f8f9;
        }

/* ==========================================================================
       Fin Gobierno Corporativo
       ========================================================================== */

/* Terminos legales */
.terminos-legales-text {
    margin-top: 22px !important; /*ajustado*/
    padding-bottom: 56px; /*ajustado*/
}

    .terminos-legales-text ol {
        margin: 0 auto 10px;
        padding: 0px 15px;
    }

        .terminos-legales-text ol li {
            list-style: decimal;
            font-size: 16px;
            line-height: 20px;
            font-family: 'Istok Web', sans-serif;
        }

    .terminos-legales-text h2 {
        margin: 0 auto 20px;
    }

    .terminos-legales-text h4 {
        margin: 20px auto;
    }
/* Fin Terminos legales */

/* Transparencia */

.container-accordion-list.slider-accordion-list {
    padding-top: 20px;
    padding-bottom: 40px;
}

    .container-accordion-list.slider-accordion-list .accordion-item-main-list {
        padding: 60px 0px 0px;
    }


.links-gobierno {
    padding-bottom: 80px;
}

    .links-gobierno a {
        color: #606060;
        outline: none !important;
        cursor: pointer;
    }

    .links-gobierno p {
        margin: 0 0 20px;
    }

    .links-gobierno a:hover {
        text-decoration: none;
        opacity: 0.6;
    }

/* Fin Transparencia */

/* Prevencion lavado de activos */
.slider-accordion-list.container-accordion-list.title-hidden .ancla-navegacion-accordion-list {
    display: none;
}

.slider-accordion-list.container-accordion-list.title-hidden .container-links {
    opacity: 1;
    height: 100%;
    display: block;
    visibility: visible;
}

.slider-accordion-list.container-accordion-list.title-hidden .accordion-item-main-list {
    padding: 30px 0px 0px;
}
/* Fin Prevencion lavado de activos */


/*Visa Debito - Estilo para slider carrusel de beneficios-caracteristicas*/
.slider-content-list {
    /*padding: 60px 0 15px;*/
    padding: 30px 0 15px;
}

    .slider-content-list h2 {
        text-align: center;
        color: #fa9f25;
    }

    .slider-content-list.caracteristicas h2 {
        display: none;
    }

    .slider-content-list.textoContenido h2 {
        color: #003765;
    }


    .slider-content-list #text-change h2 strong {
        text-transform: uppercase;
    }

.slider-list-feature-2 .slick-prev {
    top: 10px;
    width: 23px;
    height: 35px;
    left: -10px;
    z-index: 999;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    color: white;
}

.slider-list-feature-2 .slick-next {
    top: 10px;
    width: 23px;
    height: 35px;
    font-size: 0px;
    right: -5px;
    z-index: 999;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    color: white;
}

.slider-list-feature-2 .slick-prev:before {
    background: url('/images/default-source/general/diseno/slider-bt-prev.png');
    background-color: #c9c9c9;
    width: 20px;
    height: 31px;
    display: block;
    background-size: 100%;
}

.slider-list-feature-2 .slick-next:before {
    background: url('/images/default-source/general/diseno/slider-bt-next.png');
    background-color: #c9c9c9;
    width: 20px;
    height: 31px;
    display: block;
    background-size: 100%;
}

.slider-list-feature-2 .featured-item .content-info h3 {
    min-height: 82px;
}

.slider-list-feature-2 .featured-item .content-info .info-vermas {
    /*margin: 20px auto;*/
}

.slider-list-feature .featured-item {
    width: 27%;
    display: inline-block;
    vertical-align: middle;
    padding: 25px 30px 25px 50px !important;
    /*padding: 40px 30px 25px 50px !important;*/
    box-sizing: padding-box;
    background: #f2f8f9;
    margin: 20px 40px;
    position: relative;
    text-align: left;
    display: table;
    outline: none;
}

.slider-list-feature-2 .featured-item {
    background: #f5f4f5;
    padding: 30px;
    margin: 40px 12px 0px;
    display: inline-block;
    outline: none;
    text-align: center;
    min-height: 305px !important;
    position: relative;
    /*width: 50%;*/
}

.slider-content-list-2 .featured-item h3 {
    color: #008f9f;
}

/* .caracteristicas .slider-list-feature .featured-item{
        border: 1px solid red;
        width: 10%;
    } */

.slider-list-feature img {
    max-width: 74px;
    position: absolute;
    left: -37px;
    top: 35%;
}

.slider-list-feature .featured-item p {
    margin-top: 0px;
    margin-bottom: 0px;
    top: 0;
}

.caracteristicas .slider-list-feature .featured-item h3 {
    /* border: 1px solid red; */
    width: 90%;
    color: black;
}

.slider-list-feature {
    max-height: 400px;
}

    .slider-list-feature .featured-item .info-vermas {
        /*height: 120px;*/
        overflow: hidden;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .slider-list-feature .bt-vermas, .slider-list-feature-2 .bt-vermas, .container-slider-list-first-title .bt-vermas {
        /* background: url('/images/default-source/general/diseno/ico-more2.png') no-repeat; */
        background-size: 30px;
        /* border: 1px solid #353535;  */
        color: #353535;
        /* padding: 6px 12px; */
        /* padding: 15px 16px; */
        /* display: inline-block; se lo quita para que se una un poco al texto */
        margin: 4px auto 4px 40px;
        /* 4px auto; */
        text-decoration: none !important;
        cursor: pointer;
        outline: none;
        position: relative;
    }

.container-slider-list-first-title .bt-vermas, .slider-list-feature-2 .bt-vermas {
    margin: 4px auto;
}

.slider-list-feature .bt-vermas:hover {
    color: #23527c;
    opacity: 0.6;
    /* border: 1px solid #23527c; */
}


.slider-list-feature .bt-vermas:focus {
    outline-color: #23527c !important;
    /* color: #23527c;
    
        text-decoration: none;
        border: 1px solid #23527c; */
    /* outline: 5px solid #23527c;
        outline-offset: -2px;
      */
}


.slider-list-feature .sep {
    height: 5px;
    /* background-color: #008f9f; */
    max-width: 160px;
    margin: 10px 0px 20px;
    border: 0px;
}

.textoContenido.slider-content-list .slider-list-feature .sep {
    background-color: #003765;
}

.mostrar-mas {
    height: 120px !important;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.slider-list-feature .slick-prev {
    left: -16px;
    z-index: 99;
    width: 23px;
    height: 35px;
}

.slider-list-feature .slick-next {
    right: -12px;
    z-index: 99;
    font-size: 0;
    width: 23px;
    height: 35px;
}

.slider-list-feature .slick-prev:before {
    background: url('/images/default-source/general/bankard/ico-prev.png');
    /*background-color: #c9c9c9;*/
    width: 20px;
    height: 31px;
    display: block;
    background-size: 100%;
}

.slider-list-feature .slick-next:before {
    background: url('/images/default-source/general/bankard/ico-next.png');
    /*background-color: #c9c9c9;*/
    width: 20px;
    height: 31px;
    display: block;
    background-size: 100%;
}

/*#content-area .slider-content-list .slider-list-feature .slick-next {
        background: url('/images/default-source/general/bankard/ico-prev.png');
        border: 2px solid red;
        width: 20px;
        height: 31px;
    }

    #content-area .slider-content-list .slider-list-feature .slick-prev{
        background: url('/images/default-source/general/bankard/ico-next.png');
        border: 2px solid red;
        width: 20px;
        height: 31px;
    }*/


.slider-list-feature .complete, .featured-item .complete {
    /* display: none; */
    display: inline;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    /* height: 0px; */
}

.info-text {
    height: 80px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    /* letter-spacing: -1px; */
}

.slider-list-first-title .featured-item .info-vermas {
    /*letter-spacing: -1px;*/
}

.slider-list-first-title .info-text {
    height: 80px;
}

.slider-list-feature .featured-item .info-vermas {
    /*letter-spacing: -1px;*/
}


.showTexto {
    /* height: 50px !important; */
    height: 120px !important;
    /* display: inline !important; */
}

.slider-list-feature .featured-item .content-info {
    display: table-cell;
    vertical-align: top;
}

/*Visa Debito - Estilo para modulo de texto e imagen*/
.mod-texto {
    padding: 20px 0;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
    background: #f5f4f5;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

    .mod-texto .mod-texto-info {
        width: 78%;
        display: inline-block;
        vertical-align: middle;
        padding: 0 2%;
    }

    .mod-texto img {
        padding: 5px;
    }

    .mod-texto .mod-texto-img {
        width: 21%;
        display: inline-block;
        vertical-align: middle;
        margin-top: -11%;
    }

@media only screen and (max-width: 800px) {
    .mod-texto .mod-texto-info {
        width: 100%;
    }

    .mod-texto .mod-texto-img {
        width: 100%;
        max-width: 200px;
        margin-top: 0%;
    }
}
/*Visa Debito - Estilo para slider carrusel de asistencia*/
.content-asistencia {
    z-index: 99;
    position: relative;
    margin: -30px auto 30px;
}

.slider-content-list-contact {
    padding: 40px 0px;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
    background: #ffffff;
    text-align: center;
}

    .slider-content-list-contact .featured-item a {
        font-size: inherit;
        line-height: inherit;
        outline: none;
    }



.slider-list-feature-assistance, .slider-list-featured-first-title {
    margin: 30px auto 0;
    padding: 20px 10px;
}

    .slider-list-feature-assistance .featured-item, .slider-list-featured-first-title .featured-item {
        margin: 0 10px;
        outline: none;
        cursor: pointer;
    }

.slider-list-featured-first-title {
    padding: 20px 40px;
}

    .slider-list-featured-first-title .featured-item {
        margin: 0 5px;
    }

.mostrar-todo {
    height: 100% !important;
    margin: 10px auto;
    opacity: 1 !important;
}

.slider-list-feature-assistance .featured-item .texto-item, .slider-list-featured-first-title .featured-item .texto-item {
    /*display: none;*/
    text-align: left;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    height: 0px;
    margin: 0 auto;
    opacity: 0;
}


.slider-list-feature-assistance img, .slider-list-featured-first-title img {
    padding-bottom: 10px;
    margin: 0px auto 10px;
    border-bottom: 4px solid #00778a;
    /* max-width: 100%; */
    max-width: 105%;
    margin-left: -5%;
}

.slider-list-featured-first-title img {
    border: 0px;
}



.slider-list-feature-assistance img:hover, .slider-list-featured-first-title a:hover {
    opacity: 1;
}

.slider-list-feature-assistance .featured-item .bt-vermas, .slider-list-featured-first-title .featured-item .bt-vermas {
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
}

.mostrar-todo-assistance {
    height: 100%;
    margin: 20px auto 10px;
    opacity: 1;
    /* background-color: grey; */
}

.pxover-todo {
    display: none;
}

.slider-list-feature-assistance .slick-prev, .slider-list-featured-first-title .slick-prev {
    left: 0px;
    z-index: 99;
    /* border: 1px solid red; */
    top: 50px;
}

.slider-list-feature-assistance .slick-next, .slider-list-featured-first-title .slick-next {
    /* right: 0px; */
    z-index: 99;
    top: 50px;
}

    .slider-list-feature-assistance .slick-prev:before,
    .slider-list-feature-assistance .slick-next:before,
    .slider-list-featured-first-title .slick-prev:before,
    .slider-list-featured-first-title .slick-next:before {
        font-size: 20px;
        color: rgb(51,51,51);
    }

.sliderPage .slick-dots {
    bottom: 40px;
}

.sliderPage .slide-content {
    display: table;
    height: 460px;
    margin: 0 auto;
    max-width: 1000px;
    width: 90%;
}

.sliderPage .slide-content {
    /* display: table; */
    color: #fff;
    height: 460px;
}

.sliderPage.slider-paykard-bankard .slide-content {
    color: #333;
}

.sliderPage .slide-content-info {
    display: table-cell;
    vertical-align: middle;
    padding: 30px;
}

.sliderPage .title h2, .sliderPage .title h3 {
    color: #fff;
}

.sliderPage.slider-info-box .title h2, .sliderPage.slider-info-box .title h3 {
    color: rgb(32, 32, 32);
}

.sliderPage.slider-paykard-bankard .title h2 {
    color: #003765;
    font-weight: 700;
    margin: 14px 0;
    /* display: inline-table; */
}

.sliderPage .sep {
    height: 5px;
    background-color: #ffc708;
    width: 160px;
    margin: 22px 0px 20px;
    border: 0px;
}

.sliderPage.slider-paykard-bankard .sep {
    margin: 10px 0px 20px;
}

.titulo-slide {
    padding: 8px 15px;
    /* margin-bottom: 20px; */
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    text-transform: uppercase;
}

.sliderPage .titulo-slide {
    /*background: rgba(0,0,0,0.1);*/
    background: rgba(161,151,161,0.5);
    padding: 5px 12px;
    display: inline-block;
}

.sliderPage.slider-info-box .titulo-slide {
    display: none;
}

.sliderPage.slider-paykard-bankard .titulo-slide {
    color: #fff;
    margin: 0;
}

#hero-area .cover .slide-content, .cover .slide-content {
    position: static;
    margin: 0 auto;
    max-width: 1000px;
    width: 90%;
    display: table;
    height: 460px;
}

#hero-area.simulador .slide-content {
    height: 400px;
}

#hero-area .cover.slider-info-box-link .slide-content, .cover.slider-info-box-link .slide-content {
    max-width: 1200px;
    width: 90%;
}

#hero-area .cover.slider-info-box .slide-content, .cover.slider-info-box .slide-content,
.sliderPage.sliderMax1200 .slide-content,
#hero-area .cover.sliderMax1200 .slide-content, .cover.sliderMax1200 .slide-content {
    max-width: 1200px;
}

#hero-area .cover.sliderWidth-1000 .slide-content { /**common.css width-1000**/
    margin: 0 auto;
    max-width: 1000px;
    width: 90%;
}

    #hero-area .cover.sliderWidth-1000 .slide-content h2 { /**content.css**/
        margin: 14px auto; /**content.css**/
        display: inline-table;
        /*font-size: 30px;*/
        line-height: 34px;
        font-family: 'Istok Web', sans-serif;
    }

    #hero-area .cover.sliderWidth-1000 .slide-content h3 { /**common.css**/
        /*font-size: 24px;*/
        line-height: 28px;
        font-family: 'Istok Web', sans-serif;
        margin: 0 auto 20px; /**.m-0-auto-20**/
    }

#hero-area .cover .slide-content-info, .cover .slide-content-info {
    display: table-cell;
    vertical-align: middle;
    padding: 30px;
}

#hero-area .cover .slide-content .sep, .cover .slide-content .sep {
    background: #d88f22;
    height: 5px;
    width: 160px;
    margin: 10px 0 20px;
}

#hero-area .slider-info-box-link .slide-content .sep, .slider-info-box-link .slide-content .sep {
    display: none;
}

.slider-info-box .slide-info-box, .slider-info-box-link .slide-info-box, .slider-info-box-color .slide-info-box {
    background: rgba(255,255,255,0.3);
    padding: 30px;
    max-width: 400px;
    width: 100%;
}

.slider-info-box-color .slide-info-box {
    background-color: rgba(0,0,0,0.3);
}

    .slider-info-box-color .slide-info-box h3 {
        color: #fff;
    }

    .slider-info-box-color .slide-info-box .more a {
        border: 5px solid #353535;
    }

#hero-area .cover.slider-info-box .sep, .cover.slider-info-box .sep {
    background: #ffc708;
    margin-top: 20px;
}

#hero-area .cover.slider-info-box.color .sep, .cover.slider-info-box .sep {
    background: #d88f22;
    margin-top: 20px;
}

.slider-info-box.color.dark .slide-info-box {
    background-color: rgba(0,0,0,0.3);
}

    .slider-info-box.color.dark .slide-info-box h2, .slider-info-box.color.dark .slide-info-box h3 {
        color: white;
    }

.slider-info-box .more {
    display: none;
}

.content-tabs.color.oculto .nav.nav-tabs {
    display: none;
}

.cover .slide-content .title h3 {
    font-weight: normal;
    /* margin-top: 0; Cta Ahorro*/
    /* margin-bottom: 0; Cta Ahorro*/
    /* color: #202020; */
}

.sliderPage .more a {
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 6px 12px;
    display: inline-block;
    margin: 4px auto;
}

    .sliderPage .more a:hover {
        opacity: 0.6;
    }

.sliderPage img {
    width: 240px;
    height: 62px;
}

.sliderPage.slider-paykard-bankard .more a {
    border: 1px solid #353535;
    color: #353535;
    text-decoration: none !important;
    cursor: pointer;
    background: transparent;
}


    .sliderPage.slider-paykard-bankard .more a:hover {
        color: #23527c;
        opacity: 0.6;
    }

    .sliderPage.slider-paykard-bankard .more a:focus {
        color: #23527c;
    }

/*BANKARD -> Estilo para Navigation Slider- Seleccion de paginas Padres*/
.page-select-list-parent .page-list-titulo {
    width: 25%;
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
    text-align: center;
    cursor: pointer;
}

.page-select-list-parent .content-list-child {
    width: 74%;
    display: inline-block !important;
    vertical-align: middle;
    position: relative;
    height: 303px;
}

.page-select-list-parent {
    position: relative;
    z-index: 997;
}

    .page-select-list-parent h2 {
        color: #003765;
    }

    .page-select-list-parent .content-slide-pagechild .slide-item img {
        vertical-align: middle;
        /* width: 100%; */
        height: auto;
    }

    .page-select-list-parent .content-slide-pagechild .slide-item .h4 {
        font-size: 18px;
        line-height: 22px;
        font-family: 'Istok Web', sans-serif;
        top: -10px;
        position: relative;
        font-weight: 700;
        color: #202020;
        /* border: 1px solid red; */
    }

    .page-select-list-parent .content-slide-pagechild .sep {
        background: #003765;
        height: 3px;
        width: 36%;
        margin: 0px 0px 0px 0;
    }

    .page-select-list-parent .content-slide-pagechild .more {
        border: 1px solid #353535;
        color: #353535;
        padding: 6px 12px;
        display: inline-block;
        margin: 20px auto 4px;
        outline: none;
    }

        .page-select-list-parent .content-slide-pagechild .more:hover {
            /*color: #4585bd;*/
        }

        .page-select-list-parent .content-slide-pagechild .more:focus {
            color: #1b578b;
            text-decoration: none;
            border-color: #1b578b;
            /* box-shadow: 1px 1px 1px 2px #4585bd; */
        }

    .page-select-list-parent .slick-prev {
        /*left: 0px;*/
        left: -20px;
        top: 10px;
        z-index: 9;
        width: 20px;
        height: 31px;
    }

    .page-select-list-parent .slick-next {
        /*right: 0px;*/
        right: -20px;
        top: 10px;
        z-index: 9;
        width: 20px;
        height: 31px;
        font-size: 0;
    }

    .page-select-list-parent .slick-prev:before {
        background: url('/images/default-source/general/bankard/ico-prev.png');
        background-color: #c9c9c9;
        width: 20px;
        height: 31px;
        display: block;
        background-size: 100%;
        z-index: 9;
    }

    .page-select-list-parent .slick-next:before {
        background: url('/images/default-source/general/bankard/ico-next.png');
        background-color: #c9c9c9;
        width: 20px;
        height: 31px;
        display: block;
        background-size: 100%;
        z-index: 9;
    }

.select-slide-child .slide-item {
    margin: 0 12px;
    padding: 4px;
}

.select-slide-child h4 {
    font-weight: bold;
}

.select-slide-child {
    position: absolute;
    z-index: 7;
    width: 100%;
    background: #ffffff;
    min-height: 305px;
}

.viewSlide {
    z-index: 11;
}

/* .page-list-titulo p a{
        font-size: 16px;
    } */
.page-list-titulo a.selected {
    color: #0070cd;
    /* color: red; */
    font-weight: bold;
}

    .page-list-titulo a.selected:hover {
        /* color: rgba(180, 189, 197, 0.418); */
        color: #0070cd;
        opacity: 0.5;
    }

.page-list-titulo a:hover {
    color: darkgrey;
}

.page-list-titulo a.selected::after {
    content: '>';
    color: #0070cd;
    font-weight: bold;
    margin-left: 5px;
}

.sf-breadscrumb a {
    color: #ffffff;
    /* border: 1px solid red; */
}

    .sf-breadscrumb a:hover {
        opacity: 0.5;
    }

.sf-breadscrumb > a + a:before, .breadcrumb > li + li:before {
    content: "> ";
}



.slider-paykard-bankard_ {
    display: none;
}


/*DISEÑO PAGINAS (INTERNAS) DE 2NIVEL - BANKARD*/
#breadcrumb-area .breadPage p.sf-breadscrumb {
    margin: 0px;
    padding: 0px;
    /* height: 0px; */
    /* background: rgba(0,0,0,0.5); */
    color: #ffffff;
    position: relative;
}

#breadcrumb-area.breadInterno p.sf-breadscrumb {
    margin-bottom: 0;
}

section#breadcrumb-area .breadPage p.sf-breadscrumb a:hover {
    opacity: 0.6;
}

#sections-area {
    /* max-width: 1200px; */
    color: #606060;
    text-align: center;
    background: #f5f4f5;
    padding: 20px 0px;
    margin: 20px auto 0px auto;
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    padding: 10px 0px;
}

    #sections-area a {
        text-decoration: none;
    }

        #sections-area a:hover {
            cursor: pointer;
            opacity: 0.5;
            /* color: #337ab7; */
        }

        #sections-area a:focus {
            outline: none;
            text-decoration: underline;
        }

.text-center {
    margin: 0 auto;
    max-width: 1000px;
    width: 90%;
    font-size: 18px;
}

#content-area .text-center::after {
    content: '';
    border-top: 5px solid #202020;
    display: block;
    padding: 0px 0px 20px;
    width: 160px;
    margin: 0px auto 0px;
}

/* Inicio Linea Ecuagiros */

#content-area .text-center.line-above h4 {
    -webkit-font-smoothing: antialiased;
}

#content-area .text-center.line-above::before {
}

#content-area .text-center.line-above::after {
    display: none;
}
/* Fin Linea Ecuagiros */

/* Inicio Slider Ecuagiros */
.carousel-single-bankard.blue-light {
    background: #2c8ace;
}

    .carousel-single-bankard.blue-light .slide-content-info .titulo-slide {
        background: rgba(0,0,0,0.1);
        padding: 4px 12px;
        list-style: none;
        border-radius: 0;
        text-transform: uppercase;
    }

    .carousel-single-bankard.blue-light .slide-content-info .title {
        margin-top: 20px;
    }

.hidden-link-ver-mas .more {
    display: none !important;
}

.bt-caja-carrousel {
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 6px 12px;
    display: inline-block;
    margin: 4px auto;
    text-decoration: none !important;
    background: transparent;
}

    .bt-caja-carrousel:hover {
        opacity: 0.6;
        color: #ffffff !important;
    }

.carousel-single-bankard.blue-light .slide-content-info {
    padding-top: 60px;
}
/* Fin Slider Ecuagiros */

.content-text-img-slider {
    display: table;
    padding: 0px;
}

img.img-auto {
    max-width: 400px;
    width: 90%;
}

.text-content-slide {
    display: table-cell;
    vertical-align: middle;
    padding: 30px;
    float: none;
}

.img-content-slide {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0px;
    float: none;
}

    .img-content-slide img {
        margin: 0 auto;
        max-width: 400px;
        padding: 20px;
    }

.cover.content-text-image .title h3 {
    color: #008f9f;
    margin-top: 20px;
    margin-bottom: 10px;
}

    .cover.content-text-image .title h3::after {
        display: block;
        height: 5px;
        background-color: #ffc708;
        width: 160px;
        margin: 10px 0px 20px;
        border: 0px;
        content: "";
    }

.cover.content-text-image .sep {
    display: none;
}

.cover.content-text-image .slide-content-info {
    padding: 0px;
}

.cover.content-text-image .titulo-slide {
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: -10px;
}

.cover.content-text-image .more a {
    border: 1px solid #353535;
    color: #353535;
}

.featured-pages-box.slider .slick-prev {
    left: -15px;
    z-index: 99;
    font-size: 18px;
    top: 70px;
}

    .featured-pages-box.slider .slick-prev:before, .featured-pages-box.slider .slick-next:before {
        color: rgb(51,51,51);
        opacity: .75;
        font-size: 20px;
    }

.featured-pages-box.slider .slick-next {
    right: 2px;
    z-index: 99;
    font-size: 18px;
    top: 70px;
}


.slider-content-list-contact .content-title img {
    width: 230px;
    height: auto;
}

.slider-content-list-contact .content-title h2 {
    color: #008f9f;
    text-transform: uppercase;
    position: relative;
}

    .slider-content-list-contact .content-title h2::after {
        background: #008f9f;
        content: "";
        width: 160px;
        height: 5px;
        display: block;
        margin: 0 auto;
        position: absolute;
        bottom: -15px;
        left: 0;
        right: 0;
    }

.frame-top {
    z-index: 99;
    position: relative;
    margin: -30px auto 60px;
}

.container-first-list-title {
    display: block;
    max-width: 1200px;
    width: 90%;
    /* margin: 0 auto; */
    margin: 60px auto;
}

.slider-content-list-img-slider {
    padding: 160px 0px 0px;
    position: relative;
    background-size: 80% !important;
}

    .slider-content-list-img-slider .content-title {
        width: 25%;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        color: #fff;
    }

        .slider-content-list-img-slider .content-title h2 {
            color: #fff;
            margin: 0 auto;
        }

    .slider-content-list-img-slider .container-slider-list-first-title {
        width: 74%;
        display: inline-block;
        vertical-align: top;
        padding: 0;
        margin: 0;
        position: relative;
        /* max-width: 1000px; */
    }

    .slider-content-list-img-slider .featured-item {
        background: #f5f4f5;
        padding: 30px 20px;
        margin: 0 12px;
    }

.container-slider-list-first-title .featured-item h3.title {
    /*display: table;*/
    width: 100%;
    min-height: 70px;
    line-height: 1;
    color: #008f9f;
    text-transform: uppercase;
}

    .container-slider-list-first-title .featured-item h3.title strong {
        /*display: table-cell;*/
        vertical-align: middle;
    }

.container-slider-list-first-title .featured-item .sep {
    background: #008f9f;
    content: "";
    width: 160px;
    height: 5px;
    margin: 0 auto 15px;
}

.container-slider-list-first-title .slick-prev {
    left: -16px;
    top: 10px;
    z-index: 9;
    width: 20px;
    height: 31px;
    /* font-size: 0; */
}

.container-slider-list-first-title .slick-next {
    right: -16px;
    top: 10px;
    z-index: 9;
    width: 20px;
    height: 31px;
    font-size: 0;
}

.container-slider-list-first-title .slick-prev:before {
    background: url('/images/default-source/general/bankard/ico-prev.png');
    width: 20px;
    height: 31px;
    display: block;
    background-size: 100%;
    background-color: #ffffff;
}

.container-slider-list-first-title .slick-next:before {
    background: url('/images/default-source/general/bankard/ico-next.png');
    width: 20px;
    height: 31px;
    display: block;
    background-size: 100%;
    background-color: #ffffff;
}



.bt--vermas {
    background: url('/images/default-source/general/diseno/ico-more2.png') no-repeat;
    background-size: 30px;
    padding: 15px 16px;
    display: inline-block;
    text-decoration: none !important;
    cursor: pointer;
}

.contain {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto 0;
    /*margin: 35px auto -20px;*/
}

.container-simulador-all {
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
}

.form-simulador ul {
    display: block;
    margin: 20px auto;
    position: relative;
    padding: 0px;
    text-align: center;
    list-style: none;
}

.form-simulador .open {
    opacity: 1;
}

.form-simulador h3 {
    color: #202020;
    margin-bottom: 20px;
}

.form-simulador p {
    color: #b1b1b1;
}

    .form-simulador p span {
        vertical-align: middle;
        display: inline-block;
    }

.open > .bloqueo {
    display: none;
}

.form-simulador .bloqueo {
    /* position: absolute; */
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
}

.form-simulador li {
    position: relative;
    opacity: 0.2;
    transition: opacity .25s ease-in-out;
    border: 0px solid #000;
    margin: 20px auto;
    padding: 30px 20px;
    list-style: none;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
}

.form-simulador select {
    /*display: block;*/
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    background: url('/images/default-source/general/simuladores/ico-select.png') center right no-repeat;
    background-size: 30px;
    padding: 0px 12px;
    outline: none;
    border: none;
    height: 40px;
    font-size: 20px;
    line-height: 22px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -ms-user-select: none;
}

select::-ms-expand {
    display: none;
}

.contenedor-puntos select::-ms-expand {
    display: block;
}

.form-simulador .select:hover {
    border-color: #c5cddf;
}

.form-simulador .select > select {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 17px;
    color: #333;
    background: #f4f6fb;
    border: 0;
    -webkit-appearance: none;
    outline: 0;
    margin: 0;
    font-size: 20px;
    line-height: 22px;
    padding: 7px 6px 6px 10px;
}

    .form-simulador .select > select:focus {
        color: #3c3c3c;
        outline: 0;
        outline-offset: 0;
        -moz-outline-radius: 2px;
    }

.form-simulador .select:before, .form-simulador .select:after {
    content: '';
    position: absolute;
    pointer-events: none;
}

.form-simulador .select:before {
    top: 0;
    bottom: 0;
    right: 0;
    width: 35px;
    background: inherit;
}

.form-simulador .select:after {
    top: 18px;
    right: 13px;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top-color: #333;
}

.container-simulador, .container-simulador-a, .container-simulador-b, .container-simulador-c {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    margin: 12px;
    cursor: pointer;
    font-size: 20px;
    line-height: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 105px;
    height: 44px;
    /*width: 200px;*/
}

.container-simulador-a {
    width: 200px;
    min-width: 185px;
}


    /* #form-simulador select {
        display: block;
         vertical-align: middle; 
        position: relative;
        width: 100%;
        background: transparent;
        border: none;
        font-size: 20px;
        line-height: 22px;
    } */

    .container-simulador-a .checkmark, .container-simulador-a .checkradio {
        min-width: 180px;
    }

.container-simulador-e {
    position: absolute;
}

    .container-simulador-e input {
        opacity: 0;
    }

.checkmark, .checkradio {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: auto;
    background-color: #eaf8f9;
    padding: 12px;
    color: #565656;
    min-width: 100px;
    font-weight: 400;
}

    .checkradio:hover {
        opacity: 0.5;
    }

.bt-caja2 span, .manual-quickpay a, .bt-caja {
    border: 1px solid #353535;
    color: #353535;
    padding: 6px 12px;
    display: inline-block;
    margin: 4px auto;
    text-decoration: none !important;
    cursor: pointer;
    background: transparent;
}

#calculateBtn.bt-caja:hover {
    opacity: 0.8;
    color: #23527c;
}

#mostrar {
    /*opacity: 0.8;*/
    /*color: #23527c;*/
    display: inline;
    margin: 0px 10px;
}

#limpiar {
    display: inline;
    margin: 0px 10px;
}

    #limpiar.bt-caja:hover {
        opacity: .8;
        color: #23527c;
    }

.fondo-gris {
    background: #f5f4f5;
}

.form-simulador #error_seccion_1,
.form-simulador #error_seccion_2,
.form-simulador #error_seccion_3,
.form-simulador #error_seccion_4 {
    width: auto;
    padding: 4px 0px;
    text-align: center;
}

.caja-form .symbol {
    font-weight: 700;
    color: #1dc9c9;
}

.form-simulador .caja-form {
    background: #ffffff;
    padding: 4px 8px;
    max-width: 220px;
    width: 100%;
    margin: 0px auto 20px;
}

.red, .error {
    width: auto;
    text-align: center;
    padding: 4px 20px 4px 40px;
    border: 1px solid #fac2c5;
    background: url(/images/default-source/general/diseno/icono-alerta-red.png) #fae3e4 no-repeat 16px center;
    background-size: 17px;
    font-weight: normal;
    color: #202020;
}

select.error {
    padding: 0;
}

input.error {
    padding: 1px 0;
    background: #fff;
    text-align: justify;
    border: 0;
}

label.error {
    display: table;
    margin: 3px auto;
}

.contenedor-chart-simulador {
    border: 1px solid #d8d8d8;
    padding: 4px 12px;
    margin: 0 auto;
    max-width: 680px;
    width: 100%;
}

    .contenedor-chart-simulador .loading {
        text-align: center;
        line-height: 35px;
    }

.info-simulador:nth-child(odd), .chart-simulador:nth-child(even) {
    background: #f6f6f6;
}

.info-simulador, .chart-simulador {
    padding: 6px;
}

.col-simulador, .col-chart-simulador {
    width: 49%;
    display: inline-block;
    color: #818181;
    vertical-align: middle;
}

.col-chart-simulador {
    width: 100%;
}

    .col-simulador p span, .col-chart-simulador p span, .col-chart-simulador-cuenta p span {
        width: 42%;
        padding: 0px 6px;
        display: inline-block;
        vertical-align: middle;
    }

        .col-simulador p span.titular, .col-chart-simulador p span.titular {
            color: #202020;
            width: 56%;
        }

    .col-chart-simulador p:nth-child(1) span:nth-child(3) {
        width: 45%;
        text-align: initial;
    }

    .col-chart-simulador p:nth-child(1) span:nth-child(2) {
        width: 20%;
    }

    .col-chart-simulador p:nth-child(1) span:nth-child(1) {
        width: 33%;
        text-align: initial;
    }

    .col-simulador p, .col-chart-simulador p, .col-chart-simulador-cuenta p {
        margin: 0 auto;
        font-size: 14px;
        line-height: 16px;
    }

/* .contenedor-chart-simulador{
	    border:1px solid #d8d8d8;
	    padding:4px 12px;
	    margin: 0 auto;
        max-width: 680px;
        width: 100%;
    }
    .info-simulador, .chart-simulador{
	    padding:6px;
    }
    .info-simulador:nth-child(even), .chart-simulador:nth-child(odd){
    }
    .info-simulador:nth-child(odd), .chart-simulador:nth-child(even){
	    background: #f6f6f6;
    }
    .col-simulador, .col-chart-simulador{
	    width:49%;
	    display:inline-block;
	    color:#818181;
	    vertical-align:middle;
    }
    .col-chart-simulador{
	    width:100%;
    }
    .col-simulador p, .col-chart-simulador p, .col-chart-simulador-cuenta p{
	    margin:0 auto;
	    font-size:14px;
	    line-height:16px;
    }
    .col-simulador p span, .col-chart-simulador p span, .col-chart-simulador-cuenta p span{
	    width: 42%;
	    padding:0px 6px;
        display: inline-block;
	    vertical-align:middle;
    }
    .col-chart-simulador p span{
	    width:33%;
    }
    .col-simulador p span.titular, .col-chart-simulador p span.titular{
	    color:#202020;
	    width: 56%;
    }
    .col-chart-simulador-cuenta p span.titular{
	    color:#202020;
	    width:24%;
    }
    .col-chart-simulador p span.titular{
	    width: 33%;
    }
    .col-chart-simulador p:nth-child(1) span:nth-child(1){
	    width:35%;
    }
    .col-chart-simulador p:nth-child(1) span:nth-child(2){
	    width:18%;
    }
    .col-chart-simulador p:nth-child(1) span:nth-child(3){
	    width:45%;
    }
    .col-chart-simulador-cuenta p span{
	    width:24%;
    } */
#requisitos, .requisitos {
    padding: 0;
    max-width: 1100px;
}


/*DISEÑO PARA LA LEYENDA DE BENEFICIOS EN EL RESULTADO DE CREDITOS*/
.condicionesCredito {
    /* border: 1px solid red; */
    /* padding: 0px 0px 30px; */
    margin: 0 auto;
    max-width: 1000px;
    width: 90%;
}

    .condicionesCredito ul {
        margin: 0 auto 24px;
    }

        .condicionesCredito ul li {
            color: #818181;
        }

    .condicionesCredito li {
        position: relative;
        text-align: left;
        /* margin: 8px auto; */
        margin: 8px 0px 0px 41px;
    }

        .condicionesCredito li::before {
            content: '';
            background: url('/images/default-source/general/diseno/list-image.png') no-repeat;
            width: 10px;
            height: 10px;
            display: block;
            left: -20px;
            top: 3px;
            background-size: 100%;
            position: absolute;
        }
/*FIN DE DISEÑO PARA LA LEYENDA DE BENEFICIOS EN EL RESULTADO DE CREDITOS*/

.form-simulador .caja-form-gris {
    background: #e8f7f8;
    padding: 4px 8px;
    max-width: 220px;
    width: 100%;
    margin: 0 auto 20px;
}

.form-simulador input[type=text], .form-simulador input[type=number], .form-simulador input[type=email], .form-simulador input[type=url] {
    outline: 0 !important;
    border: 0;
    font-size: 20px;
    line-height: 22px;
    background: 0;
    color: #202020;
    font: inherit;
    padding: 4px 8px;
    width: 90%;
}

#simulator-response {
    margin-top: 47px;
}

    #simulator-response h3 strong {
        color: #008f9f;
    }

    #simulator-response .bt-caja {
        font-size: 14px;
        line-height: 18px;
        margin: 5px 10px;
    }

#tb-detail td {
    width: 25%;
}

#simulator-response h4 strong {
    margin-left: 80px;
}

#tb-amortiza td {
    text-align: center;
}

/* ==========================================================================
       Inicio Simulador de Ahorros
       ========================================================================== */

.simuladores.simulador-ahorros .form-simulador .caja-form-verde {
    background: #cff1f1;
    padding: 4px 8px;
    max-width: 220px;
    width: 100%;
    margin: 0 auto 20px;
}

.simuladores.simulador-ahorros .form-simulador a {
    color: #606060;
    outline: none !important;
    cursor: pointer;
}
/*.simuladores.simulador-ahorros .form-simulador li { transition: opacity .25s ease-in-out; border:0px solid #000; margin: 20px auto; padding:30px 20px;}*/
.simuladores.simulador-ahorros .form-simulador ul {
    text-align: left;
}

.simuladores.simulador-ahorros .form-simulador ul, .simuladores.simulador-ahorros li {
    list-style: none;
    position: relative;
}

.simuladores.simulador-ahorros .form-simulador ul {
    display: block;
    margin: 20px auto;
    position: relative;
    padding: 0px;
}
/*.simuladores.simulador-ahorros .form-simulador li {-khtml-opacity:0.5;-moz-opacity:0.5;opacity:0.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";}*/
.simuladores.simulador-ahorros .form-simulador li {
    position: relative;
}
/*opacity modify 0.2 to 1*/

.simuladores.simulador-ahorros .form-simulador .contenedor-info-simulador {
    padding: 0px 0px 30px;
}

.simuladores.simulador-ahorros .form-simulador .contenedor-chart-simulador {
    border: 1px solid #d8d8d8;
    padding: 4px 12px;
    margin: 0 auto;
    max-width: 680px;
    width: 100%;
    padding: 0px 0px 30px;
}

.simuladores.simulador-ahorros .form-simulador .info-simulador, .simuladores.simulador-ahorros .form-simulador .chart-simulador {
    padding: 6px;
}

.simuladores.simulador-ahorros .form-simulador .chart-simulador-ahorro {
    padding: 6px;
    text-align: center;
    color: #202020;
}

    .simuladores.simulador-ahorros .form-simulador .info-simulador:nth-child(even), .simuladores.simulador-ahorros .form-simulador .chart-simulador:nth-child(odd), .simuladores.simulador-ahorros .form-simulador .chart-simulador-ahorro:nth-child(odd) {
    }

.simuladores.simulador-ahorros .form-simulador .info-simulador:nth-child(odd), .simuladores.simulador-ahorros .form-simulador .chart-simulador:nth-child(even) {
    background: #f6f6f6;
}

.simuladores.simulador-ahorros .form-simulador .chart-simulador-ahorro:nth-child(even) {
    background: #e2f4f4;
}

.simuladores.simulador-ahorros .form-simulador .chart-simulador-ahorro.principal {
    background: #97d6d7;
}

.simuladores.simulador-ahorros .form-simulador .col-simulador, .simuladores.simulador-ahorros .form-simulador .col-chart-simulador {
    width: 49%;
    display: inline-block;
    color: #818181;
    vertical-align: middle;
}

.simuladores.simulador-ahorros .form-simulador .col-chart-simulador {
    width: 100%;
}

    .simuladores.simulador-ahorros .form-simulador .col-simulador p, .simuladores.simulador-ahorros .form-simulador .col-chart-simulador p, .simuladores.simulador-ahorros .form-simulador .col-chart-simulador-cuenta p, .simuladores.simulador-ahorros .form-simulador .col-chart-simulador-ahorro p {
        margin: 0 auto;
        font-size: 14px;
        line-height: 16px;
    }

        .simuladores.simulador-ahorros .form-simulador .col-simulador p span, .simuladores.simulador-ahorros .form-simulador .col-chart-simulador p span, .simuladores.simulador-ahorros .form-simulador .col-chart-simulador-cuenta p span {
            width: 42%;
            padding: 0px 6px;
            display: inline-block;
            vertical-align: middle;
        }

        .simuladores.simulador-ahorros .form-simulador .col-chart-simulador p span {
            width: 33%;
        }

        .simuladores.simulador-ahorros .form-simulador .col-chart-simulador-ahorro p span {
            width: 33%;
            padding: 0px 6px;
            display: inline-block;
            vertical-align: middle;
            color: #202020;
        }

        .simuladores.simulador-ahorros .form-simulador .col-simulador p span.titular, .simuladores.simulador-ahorros .form-simulador .col-chart-simulador p span.titular {
            color: #202020;
            width: 56%;
        }

        .simuladores.simulador-ahorros .form-simulador .col-chart-simulador-ahorro p span.titular {
            color: #202020;
        }

        .simuladores.simulador-ahorros .form-simulador .col-chart-simulador-cuenta p span.titular {
            color: #202020;
            width: 24%;
        }

        .simuladores.simulador-ahorros .form-simulador .col-chart-simulador p span.titular {
            width: 33%;
        }

        .simuladores.simulador-ahorros .form-simulador .col-chart-simulador p:nth-child(1) span:nth-child(1) {
            width: 35%;
        }

        .simuladores.simulador-ahorros .form-simulador .col-chart-simulador p:nth-child(1) span:nth-child(2) {
            width: 18%;
        }

        .simuladores.simulador-ahorros .form-simulador .col-chart-simulador p:nth-child(1) span:nth-child(3) {
            width: 45%;
        }


        .simuladores.simulador-ahorros .form-simulador .col-chart-simulador-ahorro p:nth-child(1) span:nth-child(1) {
            width: 48%;
        }

        .simuladores.simulador-ahorros .form-simulador .col-chart-simulador-ahorro p:nth-child(1) span:nth-child(2) {
            width: 25%;
        }

        .simuladores.simulador-ahorros .form-simulador .col-chart-simulador-ahorro p:nth-child(1) span:nth-child(3) {
            width: 25%;
        }

        .simuladores.simulador-ahorros .form-simulador .col-chart-simulador-cuenta p span {
            width: 24%;
        }

.simuladores.simulador-ahorros .form-simulador .contenedor-chart-simulador-ahorro {
    padding: 4px 12px;
    margin: 0 auto;
    max-width: 680px;
    width: 100%;
}

.simuladores.simulador-ahorros .form-simulador .quitar-detalles {
    display: none;
}

.simuladores.simulador-ahorros .form-simulador .contenedor-chart-simulador-ahorro {
    display: none;
}

.simuladores.simulador-ahorros .form-simulador .checkmark, .simuladores.simulador-ahorros .form-simulador .checkradio {
    min-width: 155px;
}

/* ==========================================================================
       Fin Simulador de Ahorros
       ========================================================================== */

.beneficios-quickpay {
    z-index: 99;
    position: relative;
    margin: 30px auto -190px;
}

.featured-item .numero-quickpay {
    max-width: 74px;
    position: absolute;
    top: -38px;
    left: 38%;
}

.flecha-tabla {
    display: none;
}

@media only screen and (max-width: 560px) {
    .flecha-tabla {
        display: block;
    }

    #tblAm {
        overflow-x: scroll;
        width: 100%;
    }
}

.slider-content-list-2 {
    padding: 30px;
}

.manual-quickpay {
    margin-top: 30px;
    padding-bottom: 60px;
}

    .manual-quickpay a:hover {
        color: #23527c;
    }

.container-only-text {
    margin: 0 auto 30px;
    background: #d3e9ed;
    max-width: 1280px;
    width: 95%;
}

.item-quickpay {
    padding: 240px 0px 45px;
}

.content-item {
    margin: 0 auto;
    max-width: 1000px;
    width: 90%;
}

.container-only-text .imagen {
    display: table-cell;
    width: 35%;
    vertical-align: middle;
    text-align: center;
}

.container-only-text .info-content-item {
    display: table-cell;
    vertical-align: middle;
    padding: 30px;
    width: 65%;
}

.item-quickpay .content-info h3 {
    margin: 0 auto 20px;
}

.container-only-text ol {
    line-height: 18px;
}

.caja-video {
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
    background: #ffffff;
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
    margin-top: -30px;
    position: relative;
    /* z-index: 9; */
}

.modal-content {
    width: 100%;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5px * 2));
}

.modal-content .close {
    opacity: 1;
    position: absolute;
    z-index: 99;
    right: -16px;
    top: -18px;
}

.modal-backdrop {
    /*z-index: 99998 !important;*/
    background-color: rgba(0,0,0,0.6) !important;
}

/*
.modal-body {
    padding: 2px;
}
*/
.modal {
    z-index: 99999 !important;
}

.only-text .sep {
    display: none;
}

#hero-area .cover.sliderMax1000 .slide-content, .cover.sliderMax1000 .slide-content {
    margin: 0 auto;
    max-width: 1000px;
    width: 90%;
}

.productos-quickpay h4 {
    display: none;
}

.productos-quickpay img {
    width: 120px;
}

.slider-list-feature-3 {
    padding: 100px 0px 50px 0px;
    /* z-index: 9; */
    position: relative;
    margin: -30px auto 40px;
}

    .slider-list-feature-3 .info-vermas img {
        width: 160px;
        padding-bottom: 10px;
        margin: 0px auto 10px;
        border-bottom: 4px solid #00778a;
    }

.no-title .title-1, .no-title .title-2 {
    display: none;
}

.no-title .content-title .title-1, .no-title .content-title img {
    display: none;
}

.slider-list-feature-3 .slick-next:before {
    background: url(/images/default-source/general/diseno/slider-bt-next.png);
    width: 30px;
    height: 46px;
    display: block;
    background-size: 100%;
}

.slider-list-feature-3 .slick-prev:before {
    background: url(/images/default-source/general/diseno/slider-bt-prev.png);
    width: 30px;
    height: 46px;
    display: block;
    background-size: 100%;
}

.slider-list-feature-3 .slick-next {
    right: 0px;
    top: 50%;
    z-index: 9;
    width: 30px;
    height: 46px;
    font-size: 0;
}

.slider-list-feature-3 .slick-prev {
    left: 0px;
    top: 50%;
    z-index: 9;
    width: 30px;
    height: 46px;
}

.fondo-gris {
    background: #f5f4f5;
}


@media only screen and (max-width: 400px) {
    #firmas {
        display: block;
    }
}

/*** INICIO SECTION SERVICIOS BANKARD ***/

/*** common.css ***/

.assistances-content-list .servicios-bankard { /**body**/
    margin: 0;
    border: 0;
    font-weight: 400;
    font-family: 'Istok Web', sans-serif;
    font-size: 14px;
    line-height: 18px;
    -webkit-font-smoothing: antialiased;
    color: #202020;
}

.assistances-content-list a {
    /*color:#606060;*/
    outline: none !important;
    cursor: pointer;
    /*border: 1px solid red;*/
}

    .assistances-content-list a:hover {
        /*text-decoration:none;*/
        opacity: 0.6;
        color: #23527c !important;
    }

    .assistances-content-list a span {
        /*color:#606060;*/
        cursor: pointer;
    }

        .assistances-content-list a span:hover {
            /*text-decoration:none;*/
            /*color: #23527c;*/
            color: #23527c !important;
        }

.assistances-content-list h3 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 auto 20px; /**m-0-auto-20**/
    font-family: 'Istok Web', sans-serif;
}

.assistances-content-list .h3 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 auto 20px; /**m-0-auto-20**/
    font-family: 'Istok Web', sans-serif;
}

.assistances-content-list h4 {
    font-size: 18px;
    line-height: 22px;
    margin: 0 auto; /**m-0-auto**/
    font-family: 'Istok Web', sans-serif;
}

.assistances-content-list p {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Istok Web', sans-serif;
}

.assistances-content-list .width-1000 {
    margin: 0 auto;
    max-width: 1000px;
    width: 90%;
}

.assistances-content-list .fondo-servicios-bankard {
    /*background:#d3e9ed;*/
}

/*** content.css ***/

/*.beneficios-bankard {*/
.beneficios-bankard {
    margin: 0; /**inicio body**/
    border: 0;
    font-weight: 400;
    font-family: 'Istok Web', sans-serif;
    font-size: 14px;
    line-height: 18px;
    -webkit-font-smoothing: antialiased;
    color: #202020; /**fin body**/
    z-index: 99;
    position: relative;
    margin: 30px auto -100px;
}

    .beneficios-bankard p {
        font-weight: 400;
    }

.assistances-content-list .servicios-bankard {
    padding: 30px 0px;
    margin: 0 auto 30px;
}

    .assistances-content-list .servicios-bankard .info-slider-principal {
        display: table-cell;
        vertical-align: middle;
        padding: 30px;
        width: 65%;
    }

    .assistances-content-list .servicios-bankard .imagen {
        display: table-cell;
        width: 35%;
        vertical-align: middle;
        text-align: center;
    }

.assistances-content-list .servicios-bankards .imagen img {
    margin: 0 auto;
    max-width: 400px;
}

.assistances-content-list.first-slider .primer-servicio {
    padding: 90px 0px 30px;
}

.assistances-content-list.first-slider-bankard {
    margin-top: -40px;
}

.assistances-content-list .servicios-bankard ol li {
    color: #003765;
}

    .assistances-content-list .servicios-bankard ol li span {
        color: #818181;
    }

.assistances-content-list.with-link p:after {
    font-size: 16px; /**inicio p**/
    line-height: 20px;
    font-family: 'Istok Web', sans-serif; /**fin p**/
    outline: none !important; /**inicio common**/
    cursor: pointer; /**fin common**/
}

/*** FIN SECTION SERVICIOS BANKARD ***/

/*** INICIO SECTION DESTACADOS HOME ***/

/*** common.css ***/

.secure-purchase-list { /*** body ***/
    margin: 0;
    border: 0;
    font-weight: 400;
    font-family: 'Istok Web', sans-serif;
    font-size: 14px;
    line-height: 18px;
    -webkit-font-smoothing: antialiased;
    color: #202020;
}

    .secure-purchase-list img {
        -ms-interpolation-mode: bicubic;
    }

    .secure-purchase-list .width-1000 {
        margin: 0 auto;
        max-width: 1000px;
        width: 90%;
    }

    .secure-purchase-list h2 {
        font-size: 30px;
        line-height: 34px;
        margin: 10px auto;
        font-family: 'Istok Web', sans-serif;
    }

    .secure-purchase-list .sombra-bloque {
        -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
    }

    .secure-purchase-list .p-50-0 {
        padding: 50px 0px;
    }

    /*** content.css ***/

    .secure-purchase-list img {
        outline: none;
    }

    .secure-purchase-list .slider-bankard-box .slick-prev {
        left: 0px;
        top: 50%;
        z-index: 9;
        width: 30px;
        height: 46px;
    }

        .secure-purchase-list .slider-bankard-box .slick-prev:before {
            content: '';
            background: url('/images/default-source/general/bankard/bankard-box/slider-bt-prev.png');
            width: 30px;
            height: 46px;
            display: block;
            background-size: 100%;
        }

    .secure-purchase-list .slider-bankard-box .slick-next {
        right: 0px;
        top: 50%;
        z-index: 9;
        width: 30px;
        height: 46px;
    }

        .secure-purchase-list .slider-bankard-box .slick-next:before {
            content: '';
            background: url('/images/default-source/general/bankard/bankard-box/slider-bt-next.png');
            width: 30px;
            height: 46px;
            display: block;
            background-size: 100%;
        }

    .secure-purchase-list .slider-bankard-box .slick-list {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
    }

    .secure-purchase-list .item-bankard-box {
        margin: 0 10px;
    }

        .secure-purchase-list .item-bankard-box a img {
            margin: 0 auto;
            width: 160px;
            height: auto;
        }

/*** FIN SECTION DESTACADOS HOME ***/
/**/
#iconos_top_container .iconos-online {
    position: absolute;
    right: 0;
    top: 0;
    /* display: contents; */
    -webkit-transition: top 0.6s;
    transition: top 0.6s;
}

#iconos_top_container .iconos-content-top {
    position: absolute;
    right: 242px;
    -webkit-transition: top 0.6s;
    transition: top 0.6s;
    /* display: block; */
}

.online-mobile {
    padding: 0px !important;
    position: absolute;
    right: -60px;
    top: 0px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    visibility: hidden;
}


/*-----DISEÑO PARA EL BOTÓN ADMINISTRABLE DENTRO DEL COVER-----*/
#buttonadm {
    /*border: 1px solid #fa9f25;*/
    /*color: #ffffff !important;*/
    padding: 6px 12px;
    display: inline-block;
    margin: 4px auto;
    text-decoration: none !important;
    /*display: none;*/
    /*background: #fa9f25;*/
}
/*-----FIN DEL DISEÑO-----*/
/*-----DISEÑO PARA EL BOTÓN ADMINISTRABLE DENTRO DEL COVER-----*/
.bt-caja-slide {
    border: 1px solid #353535;
    color: #353535;
    padding: 6px 12px;
    display: inline-block;
    margin: 4px auto;
    text-decoration: none !important;
    cursor: pointer;
    background: transparent;
}

.slider-container .slide-content-inf {
    display: table-cell;
    vertical-align: middle;
    padding: 30px;
}
/*---FIN-----*/
/*---ESTILO PARA EL CANAL DE PAGOS DE PAYKARD*/

.slider-content-list-contact2 .slider-list-featured-first-title img {
    border-bottom: 4px solid #003765;
    max-width: 110%;
}
/*.slider-content-list-contact2 .slider-list-featured-first-title .featured-item:hover{
        background-color: blue;
    }*/
.slider-content-list-contact2 {
    padding: 40px 0px;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
    background: #ffffff;
}

.slider-content-list-contact2 {
    text-align: center;
    position: relative;
    margin: -30px auto 30px;
}

    .slider-content-list-contact2 .featured-item a {
        font-size: inherit;
        line-height: inherit;
        outline: none;
    }

    .slider-content-list-contact2 .content-title img {
        width: 230px;
        height: auto;
    }

    .slider-content-list-contact2 .content-title h2 {
        color: #008f9f;
        text-transform: uppercase;
        position: relative;
    }

        .slider-content-list-contact2 .content-title h2::after {
            background: #008f9f;
            content: "";
            width: 160px;
            height: 5px;
            display: block;
            margin: 0 auto;
            position: absolute;
            bottom: -15px;
            left: 0;
            right: 0;
        }
/*---FIN---*/

#container-Agencies .puntos-red img {
    margin: 0 4px;
}
/*-----estilo para hacer hacer mas grande los iconos de los servicios en mostrar puntos de atención*/
/*#container-info-punto .puntos-red .content-servicios img{
        border: 1px solid red;
        width: 120px;
        height: 40px;
    
    }*/
/***content.css***/

/** INICIO SECTION CANALES DE PAGO **/

#canalsOfPay .slider-content-list-contact.canales-pago {
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
}

#canalsOfPay .slider-content-list-contact.canales-pago {
    padding: 40px;
}

#canalsOfPay .canales-pago .slider-list-featured-first-title {
    padding: 20px 0px 30px;
}

    #canalsOfPay .canales-pago .slider-list-featured-first-title .featured-item {
        margin: 0px 10px;
    }

#canalsOfPay .no-title.frame-top.canales-pago {
    margin: -30px auto 0px;
}

/***slider***/

#canalsOfPay .canales-pago .slider-list-featured-first-title .slick-prev {
    left: 5px;
    top: 36%;
    z-index: 9;
    width: 26px;
    height: 40px;
}

    #canalsOfPay .canales-pago .slider-list-featured-first-title .slick-prev:before, .slider-list-feature-assistance.other .slick-prev:before {
        content: '';
        background: url('/images/default-source/general/bankard/bankard-box/slider-bt-prev.png');
        width: 26px;
        height: 40px;
        display: block;
        background-size: 100%;
    }

#canalsOfPay .canales-pago .slider-list-featured-first-title .slick-next {
    right: 5px;
    top: 36%;
    z-index: 9;
    width: 26px;
    height: 40px;
}

.slider-list-feature-assistance.other .slick-prev {
    left: -15px;
}

.slider-list-feature-assistance.other .slick-next {
    right: 0;
}

    #canalsOfPay .canales-pago .slider-list-featured-first-title .slick-next:before, .slider-list-feature-assistance.other .slick-next:before {
        content: '';
        background: url('/images/default-source/general/bankard/bankard-box/slider-bt-next.png');
        width: 26px;
        height: 40px;
        display: block;
        background-size: 100%;
    }

#canalsOfPay .canales-pago .slider-list-featured-first-title .featured-item h4 a {
    vertical-align: middle;
    text-align: center;
    margin: 0 0px;
}

#canalsOfPay .canales-pago .slider-list-featured-first-title .featured-item img {
    border-bottom: 4px solid #003765;
    width: 100%;
    margin: 0px;
}

#canalsOfPay .canales-pago .content-title {
    margin-top: -40px;
}

#canalsOfPay .slider-content-list-contact.canales-pago .content-title h2,
#canalsOfPay .slider-content-list-contact.canales-pago .content-title h2 span {
    font-size: 30px;
    line-height: 34px;
    margin: 10px auto;
    font-family: 'Istok Web', sans-serif;
    color: inherit;
    text-transform: none;
}

    #canalsOfPay .slider-content-list-contact.canales-pago .content-title h2:after {
        height: 0px;
        line-height: 0px;
    }

#canalsOfPay .slider-content-list-contact.canales-pago {
    padding: 40px 0px;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
    background: #ffffff;
}

#canalsOfPay .canales-pago .container-necesitas-asistencia {
    margin: 0 auto;
    max-width: 1000px;
    width: 90%;
}

/** FIN SECTION CANALES DE PAGO **/
.slider-list-first-title-v2 {
    margin: 0 auto;
    max-width: 1000px;
    width: 90%;
}

    .slider-list-first-title-v2 img {
        width: 80%;
        margin: 0 auto;
    }

    .slider-list-first-title-v2 .featured-item {
        margin: 0 20px;
    }

    .slider-list-first-title-v2 .slick-next {
        right: -20px;
        top: 50%;
        width: 26px;
        height: 40px;
    }

    .slider-list-first-title-v2 .slick-prev {
        left: -25px;
        top: 50%;
        width: 26px;
        height: 40px;
    }

    .slider-list-first-title-v2 .slick-next:before {
        content: '';
        background: url(/images/default-source/general/bankard/ico-next.png);
        width: 26px;
        height: 40px;
        display: block;
        background-size: 100%;
    }

    .slider-list-first-title-v2 .slick-prev:before {
        content: '';
        background: url(/images/default-source/general/bankard/ico-prev.png);
        width: 26px;
        height: 40px;
        display: block;
        background-size: 100%;
    }

.m-b--80 {
    margin-bottom: -80px;
}

.item-bankard {
    padding: 90px 0px 45px;
}

.slider-content-list-contact2 .content-titl {
    padding: 0 40px;
}

.beneficios-bankard { /***agregado***/
    padding-bottom: 15px;
    margin-top: -30px;
}

.beneficios-paykard { /***agregado***/
    padding-bottom: 15px;
    margin-top: -30px;
}

.slider-bankard-section .slide-content-info .slide-info-box .titulo-slide {
    background: rgba(0,32,58,0.5);
    /*padding: 4px 12px;*/
    margin-bottom: 20px; /***breadcrumbs styles***/
    list-style: none;
    border-radius: 4px;
}

.slider-bankard-section .slide-content-info .slide-info-box p {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Istok Web', sans-serif;
    font-weight: 400;
    margin: 0 0 25px; /***agregado***/
}

.slider-bankard-section .slide-content-info .slide-info-box .title {
    margin-top: -30px;
    margin-bottom: 22px;
}

/*--------ESTILO PARA LA FLECHA EN EL SELECT DE MOSTRAR PUNTOS DE ATENCIÓN EN INTERNET EXPLORER---------*/
/*#provinciaDdl, #ciudad, #categoria, #servicio{
        display: block;
        vertical-align: middle;
        position: relative;
        width: 100%;
        background: url('/images/default-source/general/simuladores/ico-select.png') center right no-repeat;
        background-size: 30px;
        padding: 0px 12px;
        outline: none;
        border: none;
	    height: 30px;
	
	    -webkit-appearance: none;
        -moz-appearance: none;
	    -ms-appearance: none;
	    appearance: none;
	    -o-appearance: none;
	    -ms-user-select: none;*/
/*font-size:20px;*/
/*line-height:22px;*/
/*}*/

.mod-texto2 {
    width: 90%;
    max-width: 1000px;
}

.max800 {
    max-width: 800px;
}
/*---DISEÑO PARA EL MODULO DE QUE HARIAS EN CASO DE PERDIDA Y ROBO EN PAGINAS INTERNAS DE VISA DEBITO----*/
.slider-list-feature-assistance.other img {
    outline: none;
    /*border-bottom: none;*/
}

.slider-list-feature-assistance.other .bt-vermas2, .slider-list-feature-assistance.other .bt-vermenos2 {
    outline: none;
    border-bottom: none;
    display: inline;
}

    .slider-list-feature-assistance.other .bt-vermas2 img, .slider-list-feature-assistance.other .bt-vermenos2 img {
        border: 0px;
        outline: none;
        border-bottom: none;
        margin: auto;
    }

.mostrar-todo {
    height: 100%;
    margin: 10px auto;
    opacity: 1;
    display: block;
}

#related-product {
    margin: -30px auto 40px;
}


/***INICIO SLIDER PRODUCTOS VISA DEBITO***/

/***content***/

.with-rich-text-list {
    margin: 0px 5px;
    text-align: center;
}

    .with-rich-text-list .separador {
        height: 5px;
        width: 160px;
        margin: 0 auto 0 0;
        border: 0px;
        text-align: center;
    }

    .with-rich-text-list .slider-with-rich-text-info { /***visa-info***/
        width: 78%;
        display: inline-block;
        vertical-align: middle;
        padding: 0px 2%;
    }

        .with-rich-text-list .slider-with-rich-text-info img { /***visa-info***/
            width: 100%;
            height: auto;
            padding: 0px;
        }

    /***slider***/
    .with-rich-text-list .slider-with-rich-text .slick-prev { /***slider-tarjetas-visa-debito***/
        left: -20px;
        top: 100px;
        z-index: 9;
        width: 20px;
        height: 31px;
    }

    .with-rich-text-list .slider-with-rich-text .slick-next {
        right: -20px;
        top: 100px;
        z-index: 9;
        width: 20px;
        height: 31px;
    }

    .with-rich-text-list .slider-with-rich-text .slick-prev:before {
        content: '';
        background: url('/images/default-source/general/visa-debito/ico-prev.png');
        width: 20px;
        height: 31px;
        display: block;
        background-size: 100%;
    }

    .with-rich-text-list .slider-with-rich-text .slick-next:before {
        content: '';
        background: url('/images/default-source/general/visa-debito/ico-next.png');
        width: 20px;
        height: 31px;
        display: block;
        background-size: 100%;
    }

/***slider***/

.item-image-list { /***tarjeta-bankard***/
    padding: 60px 0px 0px;
}

.item-image-list {
    padding: 10px;
    width: 50%;
    margin: 0 12px;
    display: inline-block;
}

    .item-image-list h3 {
        display: table;
        width: 100%;
        min-height: 48px;
        line-height: 1;
    }

        .item-image-list h3 strong {
            display: table-cell;
            vertical-align: middle;
        }

/***content***/

/***FIN SLIDER PRODUCTOS VISA DEBITO***/

/***INICIO BENEFICIOS PRODUCTOS VISA DEBITO***/

.beneficios-visa-debito {
    padding: 80px 0px 20px;
    margin-top: -30px;
}

.asistencia-visa-debito {
    margin-top: 200px;
}

.document-linked {
    margin-top: 5px;
    margin-bottom: 70px;
}

/***FIN BENEFICIOS PRODUCTOS VISA DEBITO***/

/* ==========================================================================
       Inicio Beneficios Ecuagiros
       ========================================================================== */

.list-content-slider-image-back img {
    -ms-interpolation-mode: bicubic;
    outline: none;
}

.list-content-slider-image-back h2 {
    margin: 10px auto;
}

.list-content-slider-image-back p {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Istok Web', sans-serif;
}

.list-content-slider-image-back strong {
    font-weight: 700;
}

.list-content-slider-image-back h2, .list-content-slider-image-back h2 span {
    font-size: 30px;
    line-height: 34px;
    font-family: 'Istok Web', sans-serif;
}

.list-content-slider-image-back .imagen-back {
    height: 360px;
    background-size: cover !important;
}

.list-content-slider-image-back .info-slider-image-back {
    height: 360px !important;
    display: table !important;
    text-align: center;
    margin: 0px;
    position: relative;
}

.list-content-slider-image-back .info-image-back {
    /*width:50%;*/
    /*display:inline-block;
	    vertical-align:middle;
	    text-align:left;
	    padding: 30px 60px;*/
}

.list-content-slider-image-back, .container-slider-image-back,
.slider-image-back, .slider-image-back .slick-list,
.slider-image-back .slick-list .slick-track, .info-slider-image-back {
    height: 100%;
}

    .list-content-slider-image-back .info-slider-image-back .middle-container {
        float: left;
        width: 50%;
    }

    .list-content-slider-image-back .imagen-back {
        width: 100%;
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        padding: 30px 60px;
    }

    .list-content-slider-image-back .info-slider-image-back .middle-container-info {
        float: left;
        width: 50%;
        height: 100%;
        overflow: hidden;
        /* for IE */
        zoom: 1;
        /*padding-top:60px;*/
    }

    .list-content-slider-image-back .info-image-back-parent {
        display: table !important;
        position: relative;
        height: 100%;
        overflow: hidden;
        /* for IE */
        zoom: 1;
    }

    .list-content-slider-image-back .info-image-back {
        width: 100%;
        height: 100%;
        /*padding-top: 50px;*/
        position: relative;
        padding: 30px 60px 30px 130px;
        display: table-cell !important;
        vertical-align: middle;
        text-align: left;
    }

        .list-content-slider-image-back .info-image-back img {
            max-width: 74px;
            position: absolute;
            left: 40px;
            margin-top: 5px;
            /*top: 35px;*/
            /*padding-top: 60px;*/
        }

    .list-content-slider-image-back .slick-slide {
        outline: none !important;
        float: left;
        min-height: 1px;
    }

/* ==========================================================================
       Fin Beneficios Ecuagiros
       ========================================================================== */

/* ==========================================================================
       Inicio Testimonios Ecuagiros
       ========================================================================== */

.slider-rich-text-link .title hr {
    height: 5px;
    background-color: #202020;
    width: 160px;
    margin: 10px auto 20px 0px;
    border: 0px;
}

.slider-rich-text-link.sliderPage .slide-content p {
    color: #202020;
}

.slider-rich-text-link .sep {
    display: none;
}

.slider-rich-text-link .more {
    display: none;
}

.slider-rich-text-link .titulo-slide {
    list-style: none;
    background-color: rgba(78,135,174,0.7) !important;
    border-radius: 0 !important;
    text-transform: uppercase;
    /*padding: 4px 12px;*/
    color: #fff;
}

/* ==========================================================================
       Fin Testimonios Ecuagiros
       ========================================================================== */

/* Estilo Linea por Deafult */
hr.lines-default {
    background-color: #ffc708;
    border: 0px;
}
/* Fin Estilo Linea por Deafult */


/*---------DISEÑO PARA EL BUSCADOR DE RESULTADOS------------*/
.simulador.herosearch .cover .slide-content .slide-content-info .slide-info-box {
    display: none;
}

.input-buscador {
    color: #202020;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 89%;
    background: #efefef;
    border: none;
    padding: 6px;
}

#Search-area {
    padding: 50px 0px;
    margin: 0 auto;
    max-width: 600px;
    width: 90%;
}

    #Search-area .form-inline {
        display: unset;
        display: unset;
        -ms-flex-flow: unset;
        flex-flow: unset;
        -ms-flex-align: unset;
        align-items: unset;
    }

    #Search-area .checkbox-inline, #Search-area .radio-inline {
        position: relative;
        display: inline-block;
        /*padding-left: 20px;*/
        margin-bottom: 0;
        font-weight: 400;
        vertical-align: middle;
        cursor: pointer;
    }

        #Search-area .checkbox-inline + .checkbox-inline, #Search-area .radio-inline + .radio-inline {
            margin-top: 0;
            margin-left: 10px;
        }

    #Search-area input[type=checkbox], #Search-area input[type=radio] {
        margin: 4px 0 0;
        line-height: normal;
    }

.button-buscador {
    font-size: 14px;
    line-height: 16px;
    padding: 0px 4px;
}

.center {
    text-align: center;
    margin: 0 auto;
    padding: 0px;
    position: relative;
}

    .center li {
        color: #818181;
        display: inline-block;
        padding: 5px 12px;
    }

#Search-area .contenedor-busqueda {
    width: 100%;
}

    #Search-area .contenedor-busqueda .center li:before {
        content: '';
        background: url('/images/default-source/general/buscador-portal/list-image.png') no-repeat;
        width: 10px;
        height: 10px;
        display: block;
        left: 2px;
        top: 3px;
        background-size: 100%;
        /*position: absolute;*/
        display: inline-block;
    }

#content-area-search {
    /*padding: 20px 0px 10px;*/
}

    #content-area-search h3 {
        color: #606060;
        outline: none !important;
        cursor: pointer;
    }

    #content-area-search .media {
        border-bottom: 2px solid #c6c6c6;
        /*padding: 20px 0px 10px;*/
    }


    #content-area-search .container {
        margin: 0 auto;
        max-width: 1000px;
        width: 90%;
    }

        #content-area-search .container .row .centrado {
            /*border: 1px solid red;
        text-align:right;*/
        }

/*---------FIN DEL BUSCADOR DE RESULTADOS------------*/

#search-container {
    /*display:none;*/
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}

#buscador-home .modal-content2 {
    border: none;
    background: transparent;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    position: relative;
    border-radius: 6px;
    outline: 0;
    width: 100%;
}

.btn-search {
    background: transparent;
    padding: 0px 4px;
}

#buscador-home .bt-caja {
    border: 1px solid #efefef;
    color: #efefef;
    padding: 6px 12px;
    display: inline-block;
    text-decoration: none !important;
    cursor: pointer;
    background: transparent;
    margin: 4px auto 4px 10px;
}

#buscador-home .info-home-buscador {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 48%;
    padding: 6px;
}

    #buscador-home .info-home-buscador ul {
        margin: 0 auto;
        padding: 0px 0px 0px 20px;
        position: absolute;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
        opacity: 0;
        left: 0px;
        top: 50px;
    }

        #buscador-home .info-home-buscador ul li {
            color: #ffffff;
            display: inline-block;
            padding: 4px 12px;
            position: relative;
        }

            #buscador-home .info-home-buscador ul li a {
                font-size: 14px;
                line-height: 16px;
                padding: 0px 4px;
                color: #ffffff;
            }

#buscador-home .show-busqueda-avanzada {
    opacity: 1 !important;
}

.width-600 {
    margin: 0 auto;
    max-width: 600px;
    width: 90%;
}

.contenedor-busqueda a {
    font-size: 14px;
    line-height: 16px;
    padding: 0px 4px;
}

.contenedor-busqueda li:before {
    content: '';
    /*background: url(/images/default-source/general/buscador-portal/list-image.png) no-repeat;*/
    width: 10px;
    height: 10px;
    display: block;
    left: 2px;
    top: 3px;
    background-size: 100%;
    position: absolute;
}

#buscador-home .modal-content2 .close {
    opacity: 1;
    position: absolute;
    z-index: 99;
    right: 48%;
    top: -40px;
    text-align: center;
}

#buscador-home .input-buscador {
    width: 100%;
    color: #202020;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 50%;
    background: #ffffff;
    border: none;
    padding: 6px;
}

#search-container .modal {
    background: rgba(0, 0, 0, 0.5);
}

#search-container .checkbox-inline {
    padding-left: 0;
}

.carousel-single.carousel-single-bankard .slide-content-info .title p > img {
    /*border: 1px solid red;*/
    width: auto;
    height: 65px;
    max-height: 65px;
    position: absolute;
    /*display:none;*/
}

.carousel-single.carousel-single-bankard .slide-content-info .sep {
    display: none;
}

.paginador-busqueda {
    text-align: center;
    margin: 20px auto 20px;
    padding: 40px 0px;
}

    .paginador-busqueda h4 {
        display: inline;
        background: #eae8ea;
        padding: 8px 16px;
    }

.fondo-gris-oscuro {
    background: #202020;
}

.centrado hr {
    height: 5px;
    width: 160px;
    margin: 0px auto 10px;
    border: 0px;
}

strong.sfHighlight {
    color: #008f9f;
}

.checkbox-inline {
    padding-left: 0px;
}

.titulo-slide-black .titulo-slide {
    background: rgba(0,32,58,0.5);
}




/*-------DISEÑO PARA CARRUSEL CON 3 CUADROS--------*/
.carousel-three .slick-prev {
    left: 20px;
    top: 26px;
    z-index: 9;
    width: 35px;
    height: 53px;
}

.carousel-three .slick-next {
    right: 23px;
    top: 26px;
    z-index: 9;
    width: 35px;
    height: 53px;
    font-size: 0;
}

.carousel-three .slick-prev:before {
    background: url('/images/default-source/general/diseno/slider-bt-prev.png');
    width: 35px;
    height: 53px;
    display: block;
    background-size: 100%;
}

.carousel-three .slick-next:before {
    background: url('/images/default-source/general/diseno/slider-bt-next.png');
    width: 35px;
    height: 53px;
    display: block;
    background-size: 100%;
}

.carousel-three {
    height: 360px;
    margin-bottom: 20px;
    position: relative;
    z-index: 997;
    /*margin: 0px 0px -40px 0px;*/
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 24px;
}

    .carousel-three .slide-item:hover {
        opacity: 0.6;
    }

    .carousel-three .slide-item {
        height: 360px !important;
        display: table !important;
        text-align: center;
        margin: 0px 0px 0px 20px;
        vertical-align: bottom;
        position: relative;
    }

    .carousel-three .slide-content {
        position: absolute;
        bottom: 0px;
        background: rgba(0, 0, 0, 0.4);
        padding: 10px;
        width: 100%;
    }

        .carousel-three .slide-content .title img {
            padding-bottom: 10px;
            margin: 0 auto 10px;
            border-bottom: 4px solid #fecc00;
            width: 160px;
        }

        .carousel-three .slide-content .title h3 {
            margin-top: 0;
        }

        .carousel-three .slide-content .desc {
            font-size: 18px;
            line-height: 22px;
            font-family: 'Istok Web', sans-serif;
            color: #fff;
            top: -10px;
            position: relative;
        }

        .carousel-three .slide-content hr {
            height: 5px;
            width: 50%;
            margin: 0px auto;
            background: #ffc708;
            text-align: center;
            /*position: absolute;*/
        }


        .carousel-three .slide-content .more a {
            position: absolute;
            margin: -295px 0px 0px -190px;
            width: 95%;
            height: 300px;
            color: transparent;
            outline: none;
        }

    .carousel-three .breadcrumbB, .carousel-three .breadcrumbC {
        display: none;
    }





/*---------FIN DE CARRUSEL CON 3 CUADROS----------*/
.slider-content-list.archives .content-title.archives h2 {
    /*border: 1px solid red;*/
    color: black;
}

.slider-list-first-title-v2.archives .featured-item.archives h4 a img {
    /*border: 1px solid red;*/
    width: 20%;
}

.slider-content-list.archives .slider-list-first-title-v2.archives .slick-prev {
    /*border: 2px solid red;*/
    left: 0px;
    top: 50%;
    z-index: 9;
    width: 30px;
    height: 50px;
}

    .slider-content-list.archives .slider-list-first-title-v2.archives .slick-prev::before {
        content: '';
        background: url(/images/default-source/general/diseno/slider-bt-prev.png);
        width: 30px;
        height: 46px;
        display: block;
        background-size: 100%;
    }

.slider-content-list.archives .slider-list-first-title-v2.archives .slick-next {
    right: 0px;
    top: 50%;
    z-index: 9;
    width: 30px;
    height: 46px;
}

    .slider-content-list.archives .slider-list-first-title-v2.archives .slick-next::before {
        content: '';
        background: url(/images/default-source/general/diseno/slider-bt-next.png);
        width: 30px;
        height: 46px;
        display: block;
        background-size: 100%;
    }

/*diseño para simulador de ahorro*/
.container-simulador-ahorro {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    margin: 12px;
    cursor: pointer;
    font-size: 20px;
    line-height: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 155px;
    /*min-width: auto;*/
    height: 44px;
    /*height: 70px;*/
}

    .container-simulador-ahorro input:checked ~ .checkradio.ahorro {
        background-color: #9be7e7;
        color: #fff;
    }


    .container-simulador-ahorro .checkradio.ahorro:hover {
        opacity: 1 !important;
        color: #6c757d;
    }
/*fin de diseño*/

.fondo-oscuro-linea {
    /*border: 2px solid red;*/
    margin: 25px auto;
    background: #202020;
    text-align: center;
}


/*------ESTILO PARA FORMULARIO DE ESCRIBENOS-------*/
.formulario-bankard {
    padding: 60px 0px 30px;
    background: #d9ecef;
}

.width-1100 {
    margin: 0 auto;
    max-width: 1100px;
    width: 90%;
}

.bloque-form {
    padding: 20px 0px;
    font-size: 16px;
    line-height: 20px;
}

.bloque-form-col {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
}

    .bloque-form-col span:nth-child(1) {
        width: 30%;
        padding: 0px 20px;
        text-align: right;
        display: inline-block;
    }

    .bloque-form-col label {
        display: inline-block;
        margin-bottom: .5rem;
        font-weight: 400;
    }

.bloque-form-col2 label {
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: 400;
}

.bloque-form-col span:nth-child(2) {
    width: 68%;
    padding: 0px 20px;
    display: inline-block;
    vertical-align:middle;
}

.form-canales .bloque-form-col input, .form-canales .bloque-form-col select {
    border: none;
    background: #eff7f9;
    padding: 10px;
    width: 100%;
}

.v-a-t {
    vertical-align: top;
}

.bloque-form-col2 {
    width: 98%;
    display: inline-block;
    vertical-align: middle;
}

    .bloque-form-col2 span:nth-child(1) {
        width: 15%;
        padding: 0px 20px;
        text-align: right;
        display: inline-block;
    }

    .bloque-form-col2 span:nth-child(2) {
        width: 84%;
        padding: 0px 20px;
        text-align: right;
        display: inline-block;
    }

.form-canales .bloque-form-col2 textarea {
    border: none;
    background: #eff7f9;
    padding: 10px;
    width: 100%;
}

textarea {
    overflow: auto;
    resize: vertical;
}

.form-contacto-exito {
    margin: 0 auto;
    text-align: center;
    display: none;
}

.form-contacto-error {
    width: auto;
    padding: 12px 0px;
    text-align: center;
}

    .form-contacto-error span {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        display: block;
        text-align: center;
        padding: 4px 20px 4px 40px;
        border: 1px solid #fac2c5;
        background: url(/images/default-source/general/diseno/icono-alerta-red.png) #fae3e4 no-repeat 16px center;
        background-size: 17px;
    }

.content-title.archives hr {
    background: #202020;
    margin: 0px auto 20px;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

hr.line-heigth {
    height: 5px;
    width: 160px;
    margin: 0 auto;
}

.container-list-faqs {
    padding: 60px 0px;
    margin: 0 auto;
    max-width: 1000px;
    width: 90%;
}

.card {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #a3a3a3;
    border-radius: 0px;
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header {
    border: none;
    background: transparent;
}

#accordion .btn-link, .accordion .btn-link {
    font-family: var(--lexend);
    padding-left: 0px !important;
    padding-right: 35px;
    color: #003765;
    text-decoration: none !important;
    width: 100%;
    text-align: left;
    white-space: initial;
    font-size: 16px;
    outline: none;
}

/*.card-header button {*/
.card-header a {
    display: block;
    position: relative;
}

.card-header a:hover{
    opacity:1;
    color: #019aa9 !important;
}

    /*.card-header button[aria-expanded="true"]::before {*/
    .card-header a[aria-expanded="true"]::before {
        content: '' !important;
        background: url(/images/default-source/general/diseno/faqs-menos.jpg) !important;
        display: block;
        background-size: 27px 19px;
        width: 27px;
        height: 19px;
        position: absolute;
        right: 6px;
        top: 0px;
        font-size: 16px;
        line-height: 20px;
    }

    /*.card-header button::before {*/
    .card-header a::before {
        content: '' !important;
        background: url(/images/default-source/general/diseno/chevron-right.png) !important;
        display: block;
        background-size: 27px 19px;
        width: 27px;
        height: 27px;
        position: absolute;
        right: 6px;
        top: 0px;
        font-size: 16px;
        line-height: 20px;
    }

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-body {
    padding-top: 0px;
    text-align: justify;
}

#accordion .featured-item.card, .accordion .featured-item.card {
    margin-bottom: 0;
    border-bottom: 1px solid #a3a3a3;
}

.container-list-faqs .accordion .card:not(:first-of-type):not(:last-of-type){
    border-bottom:1px solid #a3a3a3;
}

#submit-contacto.bt-caja:hover {
    color: #353535;
}

.text-simulador {
    text-align: justify;
}

#text-novisible {
    font-weight: bold;
}

#dt-grid-gastos-2 {
    margin-top: 20px;
}

/*---nuevo diseño de simuladores de credito--*/
.container-simulador-d {
    display: block;
    position: relative;
    margin: 12px 4px;
    cursor: pointer;
    font-size: 20px;
    line-height: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 105px;
    height: 44px;
}

.container-simulador-d {
    display: inline-block;
    min-width: 185px;
}

.width-360 {
    margin: 0 auto;
    max-width: 360px;
    width: 90%;
}

.container-simulador-d .checkradio {
    min-width: 180px;
    background: #ffffff;
}

.container-simulador-d input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

    .container-simulador-d input:checked ~ .checkradio {
        background-color: #bfc3c3;
        color: #ffffff;
        opacity: 1;
    }

.p-0-20 {
    padding: 0px 20px;
}

#simulator-form .tb-1 {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0;
    height: 0;
}

/*----------------ESTILO PARA FORMULARIO DE CONTACTANOS-----------------*/
/*.form-contactanos select {
        display: block;
        vertical-align: middle;
        position: relative;
        width: 100%;
	    background: url('/images/default-source/general/diseno/contactanos/ico-select.png') center right #e8edf1 no-repeat;
        border: none;
	    background-size: 30px;
        padding: 0px 12px;
        outline: none;
        line-height: 22px;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none;
        -o-appearance: none;
        -ms-user-select: none;
    }

    .fondo-contactanos{
        background: #d7d7d7 !important;
    }
    .bloque-form-col input, .bloque-form-completo input, .bloque-form-completo select{
        border: none;
        background: #e8edf1;
        padding: 10px;
        width: 100%;
    }
    .bloque-form-col select {
        height: 38px;
        border-radius: 0px;
    }

    .bloque-form-area input, .bloque-form-area select, .bloque-form-area textarea {
        border: none;
        background: #e8edf1;
        padding: 10px;
        width: 100%;
    }
    .bloque-form-final {
        width: 98%;
        vertical-align: middle;
        max-width: 800px;
        margin: 0 auto;
        text-align: center;
    }
    .color-verde {
        color: #008f9f;
    }
    .bloque-form-final span:nth-child(1) {
        width: 58%;
        padding: 0px 20px;
        text-align: right;
        display: inline-block;
        vertical-align: middle;
    }
    .bloque-form-final span:nth-child(2) {
        width: 40%;
        padding: 0px 20px;
        text-align: right;
        display: inline-block;
        vertical-align: middle;
    }
    .bloque-form-area {
        width: 99%;
        display: inline-block;
        vertical-align: middle;
    }
    .bloque-form-area span:nth-child(1) {
        width: 15%;
        padding: 0px 20px;
        text-align: right;
        display: inline-block;
        vertical-align: middle;
    }
    .bloque-form-area span:nth-child(2) {
        width: 84%;
        padding: 0px 20px;
        display: inline-block;
        vertical-align: middle;
    }*/

/*----------------DISEÑO DE FORMULARIO DESARROLLADO EN EL ADMINISTRADOR-------------------*/
/*.form-contactanos .bloque-form-col {
         display: inline-flex;
    }
    .form-contactanos .bloque-form label{
        padding: 0px 55px;
    }*/

.form-contactanos .bloque-form-col .child1 {
    width: 100%;
    /*padding: 0px 20px;
    text-align: right;*/
    display: inline-block;
    vertical-align: middle;
    order: 1;
}



.form-contactanos .bloque-form-col .child1::after {
    content: ' *';
    color: red;
}

.form-contactanos .bloque-form-col .child2 {
    width: 100%;
    /*padding: 0px 20px;*/
    display: inline-block;
    vertical-align: middle;
    order: 3;
}

.form-contactanos .bloque-form-col .text-muted {
    order: 2;
}
/*.form-contactanos .error_email.bloque-form-col .child2{
        width: 100%;
    }*/
.form-contactanos .bloque-form-area {
    width: 100%;
    display: flex;
    flex-direction: column;
    vertical-align: middle;
}

.formulario-contacto {
    max-width: 900px;
}

.flex_gap {
    display: flex;
    gap: 35px;
}

 .form-contactanos .bloque-form-area .child1 {
        width: 80%;
        /*padding: 0px 20px;
        text-align: right;*/
        display: inline-block;
        vertical-align: middle;
 }

    .form-contactanos .child1::after {
        content: '*';
        color: red;
    }

    .form-contactanos .bloque-form-area .child1::after {
        content: '';       
    }


    .bloque-form-area .file_upload .child1::after {
        content: '';
    }

    .form-contactanos .bloque-form-area .child2 {
        width: 100%;
        /*padding: 0px 20px;*/
        display: flex;
        flex-direction: column;
        vertical-align: middle;
    }

        .form-contactanos .bloque-form-area .child2 textarea {
            order: 2;
        }

        .form-contactanos .bloque-form-area .child2 .text-muted {
            order: 1;
        }

/*.form-contactanos .bloque-form-col span>input{
        width: 68%;
        padding: 0px 20px;
        display: inline-block;
        vertical-align: middle;
    }*/

.nombre, .apellido, .tipo_identificacion, .num_identificacion, .email, .asunto_consulta, .des_consulta {
    width: 100%;
    display: flex;
    flex-direction: column;
    vertical-align: middle;
}

    .des_consulta .child1 label,
    .file_upload .child1 label{
        font-weight: normal;
    }

.bloque-form-col input, .bloque-form-completo input, .bloque-form-completo select, .bloque-form-completo textarea {
    border: none;
    background: #e8edf1;
    padding: 10px;      
    width: 100%;
    height: 45px;
}

.bloque-form-area input, .bloque-form-area select, .bloque-form-area textarea {
    border: none;
    background: #e8edf1;
    padding: 10px;
    width: 100%;
}

.formulario-contacto .bloque-form select {
    display: block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    background: url('/images/default-source/general/diseno/contactanos/ico-select.png') center right #e8edf1 no-repeat;
    border: none;
    background-size: 30px;
    padding: 5px 25px 5px 10px;
    outline: none;
    line-height: 22px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -o-appearance: none;
    -ms-user-select: none;
}

.bloque-form-col span label {
    margin: 0;
}

.bloque-form-area .sf-FileField-input {
    background: transparent !important;
}

.form-contactanos .btn-primary {
    text-align: center !important;
    border: 1px solid #353535;
    color: #353535;
    padding: 6px 12px;
    display: inline-block;
    margin: 4px auto;
    text-decoration: none !important;
    cursor: pointer;
    background: transparent;
    border-radius: 0;
    outline: none !important;
}

.form-contactanos .bt-envio:hover {
    opacity: 0.6;
}

.form-contactanos .btn-primary:active {
    border: 1px solid #353535;
    color: #353535;
    padding: 6px 12px;
    display: inline-block;
    margin: 4px auto;
    text-decoration: none !important;
    cursor: pointer;
    background: transparent;
    outline: none !important;
}

.form-contactanos .btn-primary:visited {
    border: 1px solid #353535;
    color: #353535;
    padding: 6px 12px;
    display: inline-block;
    margin: 4px auto;
    text-decoration: none !important;
    cursor: pointer;
    background: transparent;
    outline: none !important;
}

.form-contactanos .bt-envio:focus {
    outline: none !important;
    /*border: none !important;*/
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    border: 1px solid #353535;
    color: #353535;
    padding: 6px 12px;
    display: inline-block;
    margin: 4px auto;
    text-decoration: none !important;
    cursor: pointer;
    background: transparent;
    outline: none !important;
}

    .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: none;
        outline: none;
        text-decoration: none !important;
    }

.t-a-c {
    text-align: center !important;
}

.t-a-c-f {
    text-align: left !important;
}

.lista-oculta {
    display: none;
}

.checkbox > input {
    width: 58%;
    padding: 0px 20px;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
}

.form-contactanos .form-control {
    border-radius: 5px;
}

.p-40-0 {
    padding: 40px 0;
}

.fondo-contactanos {
    background: #d7d7d7 !important;
}


.form-contactanos .bloque-form-final {
    width: 98%;
    vertical-align: middle;
    /*max-width: 800px;
        margin: 0 auto;*/
    padding: 0px 60px;
    text-align: center;
}

    .form-contactanos .bloque-form-final .checkbox, .form-contactanos .bloque-form-final .radio-inline {
        /*width: 58%;*/
        padding: 0px 30px;
        text-align: right;
        display: inline-block;
        vertical-align: middle;
    }

    .form-contactanos .bloque-form-final > strong {
        font-weight: 300;
        display: inline-block;
        margin: 0px 0px 24px 0px;
        /*margin-right: 20%;*/
    }

.form-contactanos .bloque-form-area > strong {
    font-weight: 300;
}

.form-contactanos .bloque-form-area > span > strong {
    font-weight: 300;
}
/*.bloque-form-col>span>#Textbox-2{
  
            width: 68%;
        padding: 0px 20px;
        display: inline-block;
        vertical-align: middle;
    }*/

.formulario-contacto {
    padding: 0px 0 30px;
}

.fondo-verde-claro {
    background: #d9ecef;
}

.slider-contactanos-bloque a {
    cursor: pointer;
    opacity: 1 !important;
    padding: 10px 0px;
}

.slider-contactanos-bloque .item-producto img {
    max-width: 90px;
    margin: 0 auto;
}

.campo-subproducts {
    padding: 30px 0px;
}

.bloque-form-completo {
    width: 98%;
    vertical-align: middle;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

    .bloque-form-completo span:nth-child(1) {
        width: 40%;
        padding: 0px 20px;
        text-align: right;
        display: inline-block;
        vertical-align: middle;
    }

    .bloque-form-completo span:nth-child(2) {
        width: 58%;
        padding: 0px 20px;
        display: inline-block;
        vertical-align: middle;
    }

    .bloque-form-completo span:nth-child(1) label {
        margin: 0 auto;
    }

    .bloque-form-completo select {
        height: 38px;
        border-radius: 0px;
        display: block;
        vertical-align: middle;
        position: relative;
        width: 100%;
        background: url('/images/default-source/general/diseno/contactanos/ico-select.png') center right no-repeat;
        background-color: #fff;
        border: none;
        background-size: 30px;
        padding: 0px 12px;
        outline: none;
        line-height: 22px;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none;
        -o-appearance: none;
        -ms-user-select: none;
    }

.slider-contactanos-bloque .slick-next:before {
    content: '';
    background: url('/images/default-source/general/diseno/slider-bt-next.png');
    width: 30px;
    height: 46px;
    display: block;
    background-size: 100%;
}

.slider-contactanos-bloque .slick-prev:before, .slider-contactanos-bloque .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
}

.slider-contactanos-bloque .slick-prev:before {
    content: '';
    background: url('/images/default-source/general/diseno/slider-bt-prev.png');
    width: 30px;
    height: 46px;
    display: block;
    background-size: 100%;
}

.slider-contactanos-bloque .slick-next {
    right: 0px;
    top: 50%;
    z-index: 9;
    width: 30px;
    height: 46px;
}

.slider-contactanos-bloque .slick-prev {
    left: 0px;
    top: 50%;
    z-index: 9;
    width: 30px;
    height: 46px;
}

.form-contactanos .bloque-error .form-input {
    width: 100% !important;
    text-align: center;
    padding: 4px 20px 4px 40px;
    border: 1px solid #fac2c5;
    background: url(/images/default-source/general/diseno/icono-alerta-red.png) #fae3e4 no-repeat 16px center;
    background-size: 17px;
    font-weight: normal;
    color: #202020;
    font-size: 14px;
    display: block;
    height: auto;
}

.div_errores {
    width: 100% !important;
    text-align: center !important;
    display: none;
}

.form-contactanos .div_errores .bloque-form-col .child2 {
    width: 100% !important;
    /*border: 1px solid red;*/
    margin: 0 auto !important;
}
/*.bloque-form-col.despliegueOff{
        display: block!important;
         width: 70%;
        margin: 0 auto;
        text-align:center !important;
    }*/
.bloque-form-col.bloque-error {
    display: block;
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.despliegue {
    display: block;
    width: 70%;
    margin: 0 auto;
    text-align: center !important;
}

.bloque-form-col.hid-message, .error.hid-message {
    display: none;
}

/*.noaparece{
        display: block!important;
    }*/

.g-recaptcha > div {
    margin: 0 auto !important;
}

.bloque-form-col input:focus, .bloque-form-col select:focus, .bloque-form-area textarea:focus {
    background-color: #e8edf1;
    box-shadow: none;
}

.color-naranja {
    color: #fa9f25;
}

.separador-titulo::after {
    content: '';
    border-top: 4px solid #fa9f25;
    display: block;
    padding: 0px 0px 10px;
    width: 80px;
    margin: 10px auto 0px;
}

.error.err-mensaje {
    width: auto;
    margin: 10px auto;
    max-width: 400px;
}

.bloque-error {
    padding: 8px;
}

.line-strong > div > h1 {
    content: '';
    height: 5px;
    border: 0;
    color: #202020;
    background-color: #202020;
    display: block;
    padding: 0;
    width: 160px;
    margin: 35px auto 35px auto;
}

/*input::selection {
      background: #2ecc71;
    }
    select::-ms-expand {
          display: none;
        }*/



.g-recaptcha {
    /*border: 1px solid red;*/
    margin: 25px 0px 35px 0px;
}

.col-chart-simulador .move {
    /*border: 1px solid yellow;*/
    margin-left: -2 px;
}

.col-chart-simulador .move-left {
    /*border: 1px solid red;*/
    margin-left: -5px;
}

.col-chart-simulador .data-money {
    /*border: 1px solid green;*/
    margin-left: -4px;
}

.form-contactanos .bloque-form-final .radio-inline {
    /*border: 1px solid red;*/
    /*padding: 0px 20px;*/
}


.frm-encuesta .form-group label {
    text-align: center;
    line-height: 28px;
    color: #202020;
    font-size: 24px;
    margin-bottom: 20px;
    display: block;
}

.mensaje-espera {
    position: absolute;
    top: 50%;
    left: 40%;
    right: 40%;
    text-align: center;
}

.bb-form.frm-encuesta input, .bb-form.frm-encuesta textarea {
    background: #e8f7f8;
}

.frm-encuesta .form-control:focus {
    box-shadow: none;
}

.formulario-contacto .bloque-form-final .radio-inline span {
    width: auto;
    padding: 0px;
}

.frm-encuesta .form-group {
    margin: 20px auto;
    padding: 30px 20px;
    text-align: center;
}

.frm-encuesta input[type="text"], .frm-encuesta textarea {
    max-width: 600px;
    margin: auto;
}

.frm-encuesta label.radio-inline {
    display: inline-block !important;
    position: relative;
    margin: 12px;
    cursor: pointer;
    font-size: 20px;
    line-height: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 105px;
    height: 44px;
    min-width: 185px;
    vertical-align: middle;
}

    .frm-encuesta label.radio-inline:hover {
        opacity: 0.7;
    }

    .frm-encuesta label.radio-inline input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    .frm-encuesta label.radio-inline span {
        min-width: 180px;
        position: absolute;
        top: 0;
        left: 0;
        height: auto;
        width: auto;
        background-color: #eaf8f9;
        padding: 12px;
        color: #565656;
        font-weight: 400;
    }

    .frm-encuesta label.radio-inline input:checked ~ span {
        background-color: #9be7e7;
        color: #ffffff;
    }


.frm-encuesta label.checkbox-inline {
    display: inline-block !important;
    position: relative;
    margin: 12px;
    cursor: pointer;
    font-size: 20px;
    line-height: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 105px;
}

.frm-encuesta .checkbox-inline input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.frm-encuesta .checkbox-inline span {
    padding: 12px 12px 12px 42px;
    text-align: left;
    background: url(/images/default-source/general/diseno/ico-casilla.jpg) 12px no-repeat;
    background-size: 20px;
    position: inherit;
}

    .frm-encuesta .checkbox-inline span:hover {
        opacity: 0.6;
    }

.frm-encuesta .checkbox-inline input:checked ~ span {
    background: url(/images/default-source/general/diseno/ico-casilla-checked.jpg) 12px no-repeat;
    background-size: 20px;
}

.bb-form.frm-encuesta select {
    background: url(/images/default-source/general/diseno/ico-select.png) center right no-repeat;
    background-color: #e8f7f8;
    background-size: 30px;
    padding: 0px 12px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -o-appearance: none;
    -ms-user-select: none;
    max-width: 205px;
    margin: auto;
    color: black;
}

.frm-encuesta .radio-options, .frm-encuesta .checkbox-options {
    text-align: center;
}

.frm-encuesta .radio-escala .radio-options {
    color: #b1b1b1;
    margin-top: 56px;
    background: #e8f7f8;
}

.frm-encuesta .radio-escala .radio-inline {
    margin: 12px;
    width: auto;
    min-width: 0px;
    height: auto;
}

    .frm-encuesta .radio-escala .radio-inline span {
        padding: 12px 12px 42px 12px;
        text-align: left;
        background: url(/images/default-source/general/diseno/ico-radio.png) center bottom no-repeat;
        background-size: 20px;
        position: inherit;
        top: -46px;
    }

    .frm-encuesta .radio-escala .radio-inline input:checked ~ span {
        background: url(/images/default-source/general/diseno/ico-radio-checked.png) center bottom no-repeat;
        background-size: 20px;
        color: #565656;
    }

.frm-encuesta .file-input {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 0px auto 20px;
    text-align: center;
    max-width: 200px;
    width: auto;
}

    .frm-encuesta .file-input::before {
        content: 'ESCOGER ARCHIVO';
        display: inline-block;
        padding: 5px 8px;
        outline: none;
        white-space: nowrap;
        -webkit-user-select: none;
        font-size: 14px;
        line-height: 16px;
        visibility: visible;
        position: absolute;
        border: 1px solid #353535;
        color: #353535;
        padding: 10px 12px;
        margin: 0px auto;
        text-decoration: none !important;
        cursor: pointer;
        background: transparent;
        top: 0px;
        left: 0px;
        width: 100%;
    }

    .frm-encuesta .file-input input {
        opacity: 0;
        width: 1px;
        height: 1px;
        overflow: hidden;
    }

    .frm-encuesta .file-input:hover {
        opacity: 0.6;
    }
/*-----DISEÑO PARA EL BUSCADOR EN MOVIL-----*/
/*.search-mobile{
        margin: 70px auto;
    
    }*/
.search-mobile {
    display: none;
}

    .search-mobile .input-responsive {
        border: 1px solid red;
        background: #4c4e4e;
        border: none;
        margin: 7px auto;
        padding: 4px 8px;
        width: 85%;
        color: #ffffff;
        outline: none;
    }

        .search-mobile .input-responsive:focus {
            border: 1px solid #B18904;
        }

    .search-mobile .img_responsive {
        margin-left: 4px;
        vertical-align: middle;
        outline: none;
    }
/*----FIN DISEÑO BUSCADOR EN MOVIL----*/

.contenedor-accesos-inmediatos {
    z-index: 99;
    position: relative;
    /*margin: -30px auto 60px;*/
}

    .contenedor-accesos-inmediatos > div {
        margin: 0 auto;
        max-width: 1200px;
        width: 91%;
        padding: 40px 10px;
        text-align: center;
        box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
        background: #fff;
    }

#lbl_legend {
    font-size: 10px;
    color: white;
    position: absolute;
}

/*FUNCIONALIDAD OBTEN TU CREDITO*/
.slider-content-list.credit .content-title.credit h2 {
    /*border: 1px solid red;*/
    color: black;
}

/*.slider-content-list.credit .content-title.credit h2 > strong {
        text-transform: lowercase;
    }*/

.slider-list-first-title-credit.credit .featured-item.credit h4 a img {
    /*border: 1px solid red;*/
    width: 20%;
}

.slider-content-list.credit .slider-list-first-title-credit.credit .slick-prev {
    /*border: 1px solid red;*/
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    /*color: white;*/
    -webkit-font-smoothing: antialiased;
    margin-left: 30px;
    z-index: 99;
}

.slider-content-list.credit .slider-list-first-title-credit.credit .slick-next {
    /*border: 1px solid red;*/
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    /*color: white;*/
    -webkit-font-smoothing: antialiased;
    margin-right: -10px;
    z-index: 99;
}

.slider-content-list.credit .slider-list-first-title-credit.credit .slick-prev::before {
    opacity: 1;
    content: "←";
    color: black;
    margin-left: 0px;
}


.slider-content-list.credit .slider-list-first-title-credit.credit .slick-next::before {
    content: "→";
    opacity: 1;
    color: black;
    margin-left: 0px;
}

.slider-list-first-title-credit.credit .featured-item.credit > img {
    max-width: 90px;
    height: auto;
    margin: 0px auto;
}

.slider-content-list.credit .content-title.credit .line-title {
    padding: 0px 0px 10px;
}

    .slider-content-list.credit .content-title.credit .line-title > hr {
        /*border: 1px solid red;*/
        margin: 0px auto;
        width: 80px;
        height: 4px;
        background-color: #fa9f25;
    }

.container-margin {
    margin: -30px auto 60px;
}

.content-centered {
    padding: 40px 0px;
}


    .content-centered > div {
        padding: 30px 0px;
        margin: 0 auto;
        max-width: 1200px;
        width: 90%;
    }

        .content-centered > div > h4 {
            margin: 0 auto;
            max-width: 800px;
            /*width: 90%;*/
        }

        .content-centered > div > hr {
            margin: 0px auto 20px auto;
            background: #202020;
            text-align: center;
            border: 0px;
            height: 5px;
        }

.content-centered2 {
    padding: 0px 0px;
}
    /*.content-centered2>div{
        
        margin: 0 auto;
        max-width: 800px;
        width: 90%;
     }*/
    .content-centered2 > div > h4 {
        margin: 0 auto;
        max-width: 800px;
        width: 90%;
    }

    .content-centered2 > div > p > a {
        border: 1px solid #353535;
        color: #353535;
        padding: 6px 12px;
        display: inline-block;
        margin: 20px auto;
        text-decoration: none !important;
        cursor: pointer;
        background: transparent;
    }

    .content-centered2 > div > hr {
        background: #202020;
        margin: 0px auto;
    }
/*FIN DE FUNCIONALIDAD OBTEN TU CREDITO*/
.mostrar-24online, .mostrar-sat, .mostrar-24online-mobile, .mostrar-sat-mobile {
    background: #226b70;
}

    .mostrar-24online.selected, .mostrar-sat.selected, .mostrar-24online-mobile.selected, .mostrar-sat-mobile.selected {
        background: rgba(45,150,158,0.8);
    }

.frm-encuesta.bb-form .error-message {
    max-width: 500px;
    margin: 5px auto;
}

.frm-encuesta .bt-caja:hover {
    opacity: 0.6;
}

.frm-encuesta .radio-escala.form-group {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.hideLine .sep {
    display: none;
}

.contenedor-accesos-inmediatos p {
    margin: 0 auto;
    max-width: 800px;
    width: 90%;
}



/*-------------------DISEÑO DE BENEFICIOS PARA CREDITO VIVIENDA--------------------*/
/*.align-box.container-first-list-title .title{
    display: table;
    width: 100%;
    min-height: 48px;
    line-height: 1;
}
.align-box.container-first-list-title .title>strong{
            display: table-cell;
            vertical-align: middle;
            
        }

.align-box.container-first-list-title .slider-content-list-img-slider .container-slider-list-first-title .featured-item{ 
    padding: 20px 20px; 
    margin: 0px 12px;
}*/

.centerLine hr {
    margin: auto;
    background: #202020;
}

#caracteristicas a:hover {
    color: inherit;
}

.bt-caja-blanco:hover {
    opacity: 0.6;
    color: #ffffff !important;
}

.modal-form-bb .respuesta {
    position: absolute;
    right: 0;
    left: 0;
    top: 10%;
    height: 70%;
}

    .modal-form-bb .respuesta .form-contacto-exito {
        display: table;
        vertical-align: middle;
        width: 100%;
        margin-top: 10%;
    }


/*------------------DISEÑO DE SIMULADOR VERDE----------------------------*/
.p-40-0 {
    padding: 40px 0px;
}

.productos-home {
    z-index: 9;
    position: relative;
    margin: -30px auto 60px;
}

.fondo-contactanos {
    /* background: #d7d7d7 !important; */
}

.slider-simulador-verde a {
    cursor: pointer;
    opacity: 1 !important;
    padding: 10px 0px;
}

.slider-simulador-verde .productos-home-col img {
    max-width: 90px;
    margin: 0 auto;
}

#resultados-simulador-verde-aire, #resultados-simulador-verde-luz, #resultados-simulador-verde-agua {
    transition: opacity .25s ease-in-out;
    border: 0px solid #000;
    margin: 20px auto 60px;
    padding: 30px 20px;
}

    #resultados-simulador-verde-aire .contenedor-chart-simulador, #resultados-simulador-verde-luz .contenedor-chart-simulador, #resultados-simulador-verde-agua .contenedor-chart-simulador {
        border: 1px solid #202020;
        padding: 4px;
        margin: 0 auto;
        max-width: 520px;
        width: 100%;
    }

    #resultados-simulador-verde-aire .col-chart-simulador p:nth-child(1) span:nth-child(1) {
        width: 50%;
        text-align: center !important;
    }

    #resultados-simulador-verde-aire .col-chart-simulador p:nth-child(1) span:nth-child(2) {
        width: 20%;
        text-align: center !important;
    }

    #resultados-simulador-verde-aire .col-chart-simulador p:nth-child(1) span:nth-child(3) {
        width: 30%;
        text-align: center !important;
    }

    #resultados-simulador-verde-aire .chart-simulador:nth-child(even), #resultados-simulador-verde-luz .chart-simulador:nth-child(even), #resultados-simulador-verde-agua .chart-simulador:nth-child(even) {
        background: #ffffff;
    }

.form-simulador #form-simulador-verde p {
    color: #808080;
}

#resultados-simulador-verde-aire .col-chart-simulador p:nth-child(1) span:nth-child(1) {
    width: 50%;
    text-align: center !important;
}

#resultados-simulador-verde-aire .col-chart-simulador p:nth-child(1) span:nth-child(2) {
    width: 20%;
    text-align: center !important;
}

#resultados-simulador-verde-aire .col-chart-simulador p:nth-child(1) span:nth-child(3) {
    width: 30%;
    text-align: center !important;
}


#resultados-simulador-verde-luz .col-chart-simulador p:nth-child(1) span:nth-child(1), #resultados-simulador-verde-agua .col-chart-simulador p:nth-child(1) span:nth-child(1) {
    width: 28%;
    text-align: center !important;
}

#resultados-simulador-verde-luz .col-chart-simulador p:nth-child(1) span:nth-child(2), #resultados-simulador-verde-agua .col-chart-simulador p:nth-child(1) span:nth-child(2) {
    width: 28%;
    text-align: center !important;
}

#resultados-simulador-verde-luz .col-chart-simulador p:nth-child(1) span:nth-child(3), #resultados-simulador-verde-agua .col-chart-simulador p:nth-child(1) span:nth-child(3) {
    width: 16%;
    text-align: center !important;
}

#resultados-simulador-verde-luz .col-chart-simulador p:nth-child(1) span:nth-child(4), #resultados-simulador-verde-agua .col-chart-simulador p:nth-child(1) span:nth-child(4) {
    width: 28%;
    text-align: center !important;
}

.t-a-c {
    text-align: center;
}

#resultados-simulador-verde-aire .simulador-verde-ahorro, #resultados-simulador-verde-luz .simulador-verde-ahorro, #resultados-simulador-verde-agua .simulador-verde-ahorro {
    color: #09a6b2 !important;
}

    #resultados-simulador-verde-aire .simulador-verde-ahorro h2, #resultados-simulador-verde-luz .simulador-verde-ahorro h2, #resultados-simulador-verde-agua .simulador-verde-ahorro h2 {
        display: inline-block;
        width: 160px;
        border-right: 2px solid #09a6b2;
        vertical-align: middle;
        margin: 10px auto !important;
        font-size: 32px;
        line-height: 36px;
    }

    #resultados-simulador-verde-aire .simulador-verde-ahorro p, #resultados-simulador-verde-luz .simulador-verde-ahorro p, #resultados-simulador-verde-agua .simulador-verde-ahorro p {
        display: inline-block;
        max-width: 340px;
        width: 100%;
        color: #09a6b2 !important;
        vertical-align: middle;
        margin: 10px auto !important;
    }

#resultados-simulador-verde-aire .cuadro-verde, #resultados-simulador-verde-luz .cuadro-verde, #resultados-simulador-verde-agua .cuadro-verde {
    max-width: 400px;
    margin: 0 auto;
    width: 90%;
}

.form-simulador #form-simulador-verde p {
    color: #808080;
}

.form-simulador #form-simulador-verde p {
    color: #808080;
}

#resultados-simulador-verde-aire, #resultados-simulador-verde-luz, #resultados-simulador-verde-agua {
    transition: opacity .25s ease-in-out;
    border: 0px solid #000;
    margin: 20px auto 60px;
    padding: 30px 20px;
}

#form-simulador-verde .contenedor-verde, #form-simulador-verde-luz .contenedor-verde, #form-simulador-verde-agua .contenedor-verde {
    width: 280px;
    display: inline-block;
}

#form-simulador-verde .caja-form-gris-claro, #form-simulador-verde-luz .caja-form-gris-claro, #form-simulador-verde-agua .caja-form-gris-claro {
    background: #e8f7f8;
    padding: 8px 4px;
    max-width: 195px;
    width: 100%;
    margin: 0 auto 12px;
}

.caja-form-gris-claro .symbol {
    font-weight: 700;
    color: #1dc9c9;
}

.d-i-b {
    display: inline-block !important;
}

.color-gris {
    color: #606060;
}

.form-simulador #error_seccion_1 label,
.form-simulador #error_seccion_2 label,
.form-simulador #error_seccion_3 label,
.form-simulador #error_seccion_4 label,
.form-simulador #error_seccion_5 label,
.form-simulador #error_seccion_6 label,
.form-simulador #error_seccion_7 label,
.form-simulador #error_seccion_8 label,
.form-simulador #error_seccion_11 label,
.form-simulador #error_seccion_12 label,
.form-simulador #error_seccion_13 label,
.form-simulador #error_seccion_14 label,
.form-simulador #error_seccion_15 label,
.form-simulador #error_seccion_16 label,
.form-simulador #error_seccion_17 label,
.form-simulador #error_seccion_18 label,
.form-simulador #error_seccion_19 label,
.form-simulador #error_seccion_20 label,
.form-simulador #error_seccion_21 label,
.form-simulador #error_seccion_22 label,
.form-simulador #error_seccion_23 label,
.form-simulador #error_seccion_24 label,
.form-simulador #error_seccion_25 label,
.form-simulador #error_seccion_26 label,
.form-contacto-error label {
    width: 100%;
    max-width: 400px;
    margin: 12px auto;
    display: block;
    text-align: center;
    padding: 4px 20px 4px 40px;
    border: 1px solid #fac2c5;
    background: url(/images/default-source/general/simuladores/simulador-verde/icono-alerta-red.png) #fae3e4 no-repeat 16px center;
    background-size: 17px;
}

.form-simulador.change-padding-error #error_seccion_1, .form-simulador.change-padding-error #error_seccion_2, .form-simulador.change-padding-error #error_seccion_3, .form-simulador.change-padding-error #error_seccion_4 {
    width: auto;
    padding: 0px;
    text-align: center;
}

.conditions {
    vertical-align: middle;
    text-align: center;
}

.container-checkbox-verde {
    display: block;
    position: relative;
    margin: 12px auto;
    cursor: pointer;
    font-size: 20px;
    line-height: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 105px;
}

    .container-checkbox-verde input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    .container-checkbox-verde .checkradio {
        padding: 12px 12px 12px 42px;
        text-align: left;
        background: url(/images/default-source/general/simuladores/simulador-verde/ico-radio.png) 12px no-repeat;
        background-size: 20px;
        position: inherit;
    }

    .container-checkbox-verde input:checked ~ .checkradio {
        background: url(/images/default-source/general/simuladores/simulador-verde/ico-radio-checked.png) 12px no-repeat;
        background-size: 20px;
    }

    .container-checkbox-verde:hover input ~ .checkradio {
        opacity: 0.8;
    }

#form-simulador-verde .mes.select-form, #form-simulador-verde .region.select-form, #form-simulador-verde .ciudad.select-form, #form-simulador-verde .hora.select-form, #form-simulador-verde .btu.select-form, #form-simulador-verde .prestamo.select-form, #form-simulador-verde-luz .mes.select-form, #form-simulador-verde-luz .region.select-form, #form-simulador-verde-luz .ciudad.select-form, #form-simulador-verde-luz .hora.select-form, #form-simulador-verde-luz .prestamo.select-form, #form-simulador-verde-agua .mes.select-form, #form-simulador-verde-agua .region.select-form, #form-simulador-verde-agua .ciudad.select-form, #form-simulador-verde-agua .hora.select-form, #form-simulador-verde-agua .colector.select-form, #form-simulador-verde-agua .prestamo.select-form {
    background: url(/images/default-source/general/simuladores/simulador-verde/ico-select.png) center right no-repeat;
    background-size: 30px;
    padding: 0px 12px;
    outline: none;
    height: 31px;
}

#form-simulador-verde .caja-form-blanco, #form-simulador-verde-luz .caja-form-blanco, #form-simulador-verde-agua .caja-form-blanco {
    background: #ffffff;
    padding: 8px 2px;
    max-width: 190px;
    width: 100%;
    margin: 0 auto 12px;
}

#form-simulador-verde select, #form-simulador-verde-aire select, #form-simulador-verde-agua select, #form-simulador-verde-luz select {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    background: transparent;
    border: none;
    height: 28px;
    font-size: 17px;
    line-height: 19px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -o-appearance: none;
    -ms-user-select: none;
}

#form-simulador-verde .caja-form-small {
    background: #ffffff;
    padding: 8px 4px;
    max-width: 160px;
    width: 100%;
    margin: 0 auto 20px;
}
/*.form-simulador-verde-aire, .form-simulador-verde-luz, .form-simulador-verde-agua {
    display: none;
}*/
#resultados-simulador-verde-aire, #resultados-simulador-verde-luz, #resultados-simulador-verde-agua {
    display: none;
}

#resultados-simulador-verde-aire, #resultados-simulador-verde-luz, #resultados-simulador-verde-agua {
    transition: opacity .25s ease-in-out;
    border: 0px solid #000;
    margin: 20px auto 60px;
    padding: 30px 20px;
}

.slider-simulador-verde .slick-prev:before {
    content: '';
    background: url(/images/default-source/general/diseno/slider-bt-prev.png);
    width: 30px;
    height: 46px;
    display: block;
    background-size: 100%;
}

.slick-prev:before {
    content: '←';
}

.slider-simulador-verde .slick-prev {
    left: 0px;
    top: 45%;
    z-index: 9;
    width: 30px;
    height: 46px;
}
/*#form-simulador-verde .slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/
.slider-simulador-verde .slick-next:before {
    content: '';
    background: url(/images/default-source/general/diseno/slider-bt-next.png);
    width: 30px;
    height: 46px;
    display: block;
    background-size: 100%;
}

.slick-next:before {
    content: '→';
}

.slider-simulador-verde .slick-next {
    right: 0px;
    top: 45%;
    z-index: 9;
    width: 30px;
    height: 46px;
}

#form-simulador-verde .tooltip-verde {
    margin-left: -4px;
    vertical-align: middle;
    display: inline-block !important;
}

    #form-simulador-verde .tooltip-verde > a:hover {
        text-decoration: none;
        opacity: 0.6;
    }

.verde-aire-anios, .verde-aire-eficiencia {
    display: none;
}

.tooltip.show {
    opacity: 1;
}

.tooltip .tooltip-inner {
    background: #f0f8fa;
    color: #202020;
    text-align: left;
    padding: 10px;
}

    .tooltip .tooltip-inner h4, .tooltip .tooltip-inner p {
        font-size: 15px !important;
        line-height: 17px !important;
        margin: 0 auto;
    }

.tooltip .arrow:before {
    border-top-color: #f0f8fa !important;
}

.productos-home hr {
    /*border: 1px solid red;*/
    height: 4px;
    width: 80px;
    margin: 10px auto 20px;
    /*padding: 0px 0px 10px;*/
}

#form-simulador-verde .bt-caja, #form-simulador-verde-luz .bt-caja, #form-simulador-verde-agua .bt-caja {
    border: 1px solid #353535;
    color: #353535;
    padding: 6px 12px;
    display: inline-block;
    margin: 4px auto;
    text-decoration: none !important;
    cursor: pointer;
    background: transparent;
}

    #form-simulador-verde .bt-caja:hover {
        opacity: 0.6;
    }

    #form-simulador-verde-luz .bt-caja:hover {
        opacity: 0.6;
    }

    #form-simulador-verde-agua .bt-caja:hover {
        opacity: 0.6;
    }

#resultados-simulador-verde-aire .simulador-verde-ahorro h2, #form-simulador-verde-luz .simulador-verde-ahorro h2, #resultados-simulador-verde-agua .simulador-verde-ahorro h2 {
    color: #09a6b2 !important;
}
/*#campo-aire>h4{
                  width: 200px;
                   margin: 0px auto;
        }
  #campo-luz>h4{
                  width: 150px;
                   margin: 0px auto;
        }
   #campo-agua>h4{
                  width: 215px;
                   margin: 0px auto;
        }*/

#ahorroTotalAnual_F {
    margin-left: -90px !important;
}

#resultados-simulador-verde-luz .col-chart-simulador p span, #resultados-simulador-verde .col-chart-simulador p span, #resultados-simulador-verde-agua .col-chart-simulador p span {
    color: #808080;
}

    #resultados-simulador-verde-luz .col-chart-simulador p span.titular, #resultados-simulador-verde .col-chart-simulador p span.titular, #resultados-simulador-verde-agua .col-chart-simulador p span.titular {
        color: #202020;
    }

#resultados-simulador-verde-luz .chart-simulador:nth-child(even) {
    background: #f6f6f6;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-moz-inner-spin-button, input[type=number]::-webkit-outer-spin-button, input[type=number]::-moz-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}
/*------------------FIN DE DISEÑO SIMULADOR VERDE------------------------*/

/*-----diseño de la plantilla defaultSimuladorVerde-----*/
#hero-area .simulador.sim .cover.slider-info-box .back-slider .slide-content {
    height: 400px;
}
/*section#breadcrumb-area.sim {
    background: rgba(0,0,0,0.5);
    padding: 8px 0px 16px;
    margin: 0px auto -105px;
    color: #ffffff;
    text-align: center;
    position: relative;
    width: 100%;
    bottom: 54px;
}*/
canvas {
    /*border: 1px dotted red;*/
}

.chart-container {
    position: relative;
    /*margin: auto;*/
    margin: auto auto 25px auto;
    height: 30vh;
    width: 30vw;
}
    /*.rotar_div{
    width: 100px;
}*/
    .chart-container p {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        font-size: 20px;
        position: relative;
        text-align: center;
        top: 50%;
        /*margin-left: -338px;*/
        float: left;
        margin-left: -45px;
        color: #202020 !important;
    }

/*-----fin de diseño-----*/
select:focus::-ms-value {
    background-color: transparent;
    color: #000;
}


.otherhr {
    width: 90%;
    max-width: 380px;
    padding: 8px;
    margin: 8px auto;
    vertical-align: middle;
}

    .otherhr > hr {
        /*border: 1px solid red;*/
        margin: 0px auto;
    }

    .otherhr .unlimited {
        /*border: 1px solid red;*/
        min-width: 500px;
        margin-left: -20%;
    }
    /*.fondo-color{
    background: #f2f8f9;
}*/

    .otherhr:nth-child(even) {
        background: #f2f8f9;
    }

    .otherhr > h4 > span > img {
        width: 25px;
        height: 30px;
    }

.p-30-0 {
    padding: 30px 0px;
}

.width-800.p-30-0.line-editable > div > h1 {
    margin: -19px auto 30px auto;
}

.firsttitlelist ul li {
    list-style: square;
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Istok Web', sans-serif;
}

.firsttitlelist .servicios-modulo {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    padding: 20px 20px 0px;
    box-sizing: border-box;
}

.servicios-modulo ul {
    margin: 0 auto 10px;
    padding-left: 40px;
}

.sf-Ratings-stars {
    font-size: 32px;
}

    .sf-Ratings-stars span {
        opacity: 0.5;
        color: #ffc708;
    }

        .sf-Ratings-stars span.hover {
            cursor: pointer;
            color: #ffc708;
            opacity: 1;
        }

    .sf-Ratings-stars .on {
        color: #ffc708;
        opacity: 1;
    }

.container-left {
    width: 70%;
    display: inline-block;
    vertical-align: top;
    padding: 0px 10px;
}

.container-right {
    width: 29%;
    vertical-align: top;
    padding: 0px 0px 60px 40px;
    max-width: 320px;
}

/*MAPA DEL SITIO*/

.mapa-del-sitio {
    margin: 45px auto;
}

    .mapa-del-sitio h2 a {
        color: #008f9f;
    }

    .mapa-del-sitio h4 {
        padding: 12px;
        margin: 0px auto;
        background: #f2f8f9;
    }

    .mapa-del-sitio .blanco:nth-child(2n+1) h4 {
        background: #fff;
        /**/
    }

    .mapa-del-sitio h4 a {
        color: #202020;
    }

    .mapa-del-sitio ul {
        margin: 10px auto 20px;
        padding-left: 40px;
    }

        .mapa-del-sitio ul li {
            font-size: 16px;
            line-height: 20px;
            font-family: 'Istok Web', sans-serif;
            margin: 10px auto;
        }


/*RESPONSABILIDAD SOCIAL*/
.responsabilidad-social-flecha.slider-content-list.credit .slider-list-first-title-credit.credit .slick-prev {
    font-size: 0px;
}

.responsabilidad-social-flecha .slick-prev {
    top: 40%;
    height: 46px;
    width: 30px;
}

.responsabilidad-social-flecha .slick-next {
    top: 40%;
    height: 46px;
    width: 30px;
}

.responsabilidad-social-flecha button:hover {
    opacity: 0.6 !important;
}

.responsabilidad-social-flecha.slider-content-list.credit .slider-list-first-title-credit.credit .slick-next {
    font-size: 0px;
}

.responsabilidad-social-flecha .slick-prev:before {
    background: url(/images/default-source/general/diseno/slider-bt-prev.png);
    width: 30px;
    height: 46px;
    display: block;
    background-size: 100%;
}

.responsabilidad-social-flecha .slick-next:before {
    background: url(/images/default-source/general/diseno/slider-bt-next.png);
    width: 30px;
    height: 46px;
    display: block;
    background-size: 100%;
}

.responsabilidad-social-flecha .slick-list {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.responsabilidad-social-flecha hr:before {
    margin: 10px auto;
    max-width: 100px;
}

.responsabilidad-social-flecha hr.line-heigth {
    height: 3px;
    width: 100px;
    margin-bottom: 10px;
}

.responsabilidad-social-flecha .text {
    margin-bottom: 15px;
}

.assistances-content-list .container-info {
    margin: 0 auto;
    max-width: 1000px;
    width: 90%;
}

.responsabilidad-social-content.assistances-content-list .container-info {
    max-width: 1275px;
}

.form-canales select {
    display: block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    background: url(/images/default-source/general/simuladores/simulador-verde/ico-select.png) center right #eff7f9 no-repeat !important;
    border: none;
    background-size: 30px;
    padding: 0px 12px;
    outline: none;
    line-height: 22px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -o-appearance: none;
    -ms-user-select: none;
}

.custom-input {
    display: block;
    cursor: pointer;
    position: relative;
}

.custom-input:hover, .custom-input:focus, .file-input:hover, .file-input:focus {
    opacity: 0.6;
}

.form-canales .custom-input::before, .form-canales .file-input::before {
    content: 'SUBIR ARCHIVO';
    display: inline-block;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    font-size: 14px;
    line-height: 16px;
    visibility: visible;
    position: absolute;
    border: 1px solid #353535;
    color: #353535;
    padding: 10px 12px;
    margin: 0px auto;
    text-decoration: none !important;
    cursor: pointer;
    background: transparent;
    top: 0px;
}
.form-canales .custom-input input, .form-canales .file-input input {
    opacity: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.legal-file {
    position: absolute !important;
    left: 145px;
    width: auto !important;
    top: 12px;
    font-size: 13px;
    line-height: 15px;
}
.form-canales .bloque-form-file span:nth-child(2) {
    width: 68%;
    padding: 0px 20px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.formulario-bankard .custom-input {
    display: block;
    margin-bottom: .5rem;
}

.contenedor-banco-buscador {
    background: rgba(255,255,255,0.8);
}

.banco-buscador {
    background: url(/images/default-source/general/bancos-corresponsales/fondo-info.jpg) center center no-repeat;
    background-size: contain;
    padding: 80px 0px;
}

.accordion-container {
    width: 100%;
    margin: 0px auto;
    clear: both;
    border-bottom: 1px solid #818181;
}
.accordion-titulo {
    position: relative;
    display: block;
    padding: 12px;
    font-weight: 300;
    color: #019aa9;
    text-decoration: none;
}

.accordion-titulo h3 {
    margin: 0 auto;
    color:#019aa9;
}

.accordion-titulo span.toggle-icon {
    position: absolute;
    top: 7px;
    right: 20px;
    font-size: 24px;
    font-weight: bold;
}
.accordion-titulo span.toggle-icon:before {
    content: "";
    background: url(/images/default-source/general/bancos-corresponsales/ico-mas.png) !important;
    display: block;
    background-size: 27px 19px;
    width: 27px;
    height: 19px;
    position: absolute;
    right: 6px;
    top: 6px;
    font-size: 16px;
    line-height: 20px;
}

.accordion-titulo.open span.toggle-icon:before {
    content: "";
    background: url(/images/default-source/general/bancos-corresponsales/ico-menos.png) !important;
    display: block;
    background-size: 27px 19px;
    width: 27px;
    height: 19px;
    position: absolute;
    right: 6px;
    top: 6px;
    font-size: 16px;
    line-height: 20px;
}

.accordion-content {
    display: none;
    padding: 0px 0px 20px;
    overflow: auto;
}

.info-bancos-corresponsales {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

.info-bancos-corresponsales h4 {
    padding: 15px 20px;
    text-align: left;
    margin: 0 auto;
}

.fondo-sat-verificador {
    background: #f2f8f9;
}

.info-bancos-corresponsales .info {
    width: 24.5%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    padding: 20px 2%;
    box-sizing: border-box;
}

.bancos-continentes, .bancos-pais {
    width: 40%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 0px 1%;
}

.bancos-buscar {
    width: 18%;
    display: inline-block;
    vertical-align: middle;
    padding: 0px 1%;
}

.bancos-continentes select, .bancos-pais select {
    display: block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    border: none;
    padding: 8px 12px;
    outline: none;
    line-height: 18px;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -o-appearance: none;
    -ms-user-select: none;
    border-radius: 0px;
}

.pushy ul {
    list-style: none;
    padding: 0px 0px 0px 0px !important;
    margin: 0 auto;
}

.hamb-menu-container ul li {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Istok Web', sans-serif;
}

#hamb_tree .nivel0{
    color: #000;
    text-transform: uppercase;
}

#hamb_tree .panel-group {
    margin-bottom: 0px;
    color: #bcbcbc !important;
}

#hamb_tree .panel-group .panel {
    margin: 0px;
    border-radius: 0px;
    background: transparent;
    border: none;
    background: #343434 !important;
}

#hamb_tree .panel-collapse a {
    padding: 8px 12px;
    color: #bcbcbc !important;
    font-size: 14px !important;
    line-height: 18px !important;
    display: block;
}

#hamb_tree .panel-collapse a:hover {
    color: #008f9f !important;
}

#hamb_tree .panel-collapse .panel-group a{
    margin-left: 12px;
}

.pushy-submenu button{
    cursor:pointer;
}
.pushy-submenu button:hover{
    opacity:0.6;
}

.pushy-submenu li.pushy-link{
    margin-bottom:0px!important;
}

/*::-webkit-scrollbar{
    width: 10px; */ /* remove scrollbar space */
    /* background: transparent;*/
/*}*/

        /*::-webkit-scrollbar-track{
            background: #f1f1f1;
        }
        ::-webkit-scrollbar-thumb{
            background: #888;
        }
        ::-webkit-scrollbar-thumb:hover{
            background: #555;
        }*/

.hamb-menu-container{
    -ms-overflow-style: none; 
    overflow: -moz-scrollbars-none;  
}

.destacados-mobile {
    display: none;
}

.destacados-mobile.panel-group {
    margin: 10px auto 4px;
    color: #bcbcbc !important;
}

.destacados-mobile.panel-group .panel {
    margin: 0px;
    border-radius: 0px;
    background: transparent;
    border: none;
}

.destacados-mobile .panel-heading {
    padding: 0px 0px;
    margin: 0px;
    border-radius: 0px;
    background: transparent;
    border: none;
}

.destacados-mobile .panel-title a {
    color: #ffffff !important;
    padding: 4px 6px;
    font-weight: 700;
    z-index: 9;
    text-align: center;
    border: 1px solid #81cfd5;
    position: relative;
    font-size: 16px !important;
    line-height: 20px !important;
    display:block;
}

.destacados-mobile .panel-collapse {
    background: transparent !important;
}

.slider-menu-destacado-mobile {
    margin: 0px auto;
}

.destacados-mobile img {
    max-width: 60px;
    margin: 0 auto 4px;
}

.destacados-mobile a span{
    font-size: 13px;
    line-height: 17px;
    text-align: center !important;
    color: #ffffff;
    display:block;
}

.destacados-mobile .panel-title a::before {
    content: '^' !important;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    color: #ffffff;
    top: -4px;
    font-size: 26px;
    line-height: 20px;
    padding: 4px 4px 0px;
    border: none !important;
    position: absolute;
    right: 40px;
}

.destacados-mobile .panel-title a[aria-expanded="true"]::before {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    color: #ffffff;
    top: 8px;
    font-size: 26px;
    line-height: 20px;
    padding: 4px 4px 0px;
    border: none !important;
    position: absolute;
    right: 40px;
}

.slider-menu-destacado-mobile .slick-prev {
    left: 0px;
    width: 16px;
    height: 27px;
    z-index: 9;
}

.slider-menu-destacado-mobile .slick-next {
    right: 0px;
    width: 16px;
    height: 27px;
    z-index: 9;
}

.slider-menu-destacado-mobile .slick-prev:before {
    content: '';
    background: url(/images/default-source/general/diseno/flecha-prev.png);
    width: 16px;
    height: 27px;
    display: block;
    background-size: 100%;
}

.slider-menu-destacado-mobile .slick-next:before {
    content: '';
    background: url(/images/default-source/general/diseno/flecha-next.png);
    width: 16px;
    height: 27px;
    display: block;
    background-size: 100%;
}

@media only screen and (max-width: 760px) {
    .container-info .info-slider-principal {
        width: 100% !important;
    }

    .container-info .imagen {
        display: block !important;
        width: 100% !important;
        max-width: 300px !important;
        margin: 0 auto !important;
    }
}





/*INICIO MEDIA QUERIES*/
@media only screen and (max-width: 760px) {
    .container-right, .container-left {
        width: 100%;
        float: none;
        padding: 0px;
        margin: auto;
    }
}

@media only screen and (min-width: 760px) {
    .container-right {
        display: inline-block;
    }
}

@media only screen and (max-width: 360px) {
    .container-right {
        max-width: fit-content;
        float: none;
        padding: 0px;
    }
}

@media only screen and (max-width: 712px){
.destacados-mobile {
    display: block;
}
}

@media only screen and (max-width: 650px) {
  .img-responsive img{
    max-width: 90%;
  }
}

/*FIN MEDIA QUERIES*/

                            /* Cuentas ahorros online */
.container-beneficios-cta-online {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    padding:48px;
}

.h2-ahorros-online-title {
    font-family: var(--lexend);
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 142.857% */
}
.h2-ahorros-online-subtitle {
    margin-bottom: 1px;
    font-family: var(--lexend);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 166.667% */
}

.container-contenido-beneficios-cta-online {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    flex-direction: row;
    align-items: stretch;
    align-content: center;
    text-align: center;
    gap: 24px;
    justify-items: center;
}
.info-id-5 {
    position: relative;
    left: 10rem;
}

.info-id-6 {
    position: relative;
    left: 10rem;
}
.container-button-cts-ahorros {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
}
.btn-cta-online {
    display: flex;
    padding: 14px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 36px;
    background: #199E8F;
    color: #FFF !important;
    font-family: var(--lexend);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    transition: transform 0.3s ease;
    line-height: normal;
    cursor: pointer
}

.btn-cta-online:hover {
    background-color: #8CCFC7;
    color: #212529;
    transform: scale(1.07);
}

.btn-cta-online:focus {
    outline:none;
    border:none;
}
.btn-cta-online:focus-visible {
    outline:none;
    border:none;
}

/* Costos Cta Online*/
.container-contenido-costos-cta-online {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    flex-direction: row;
    align-items: stretch;
    align-content: center;
    text-align: center;
    gap: 24px;
    justify-items: center;
}

/*Silder cta-online*/
.back-slider {
    background:  #199E8F;
}

.slide-content-cta {
    display: flex;
    width: 100%;
    height: 650px;
    margin-top: 180px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    align-items: center;
    align-self: stretch;
}

.title-slidder-cta-online {
    color: #FFF;
    font-family: var(--lexend);
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 52px */
    margin:0px
}
.sub-title-slidder-cta-online {
    color: #FFF;
    font-family: var(--lexend);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 133.333% */
    margin: 1rem 0 0 0;
}

.container-btn-slider-cta-online{
    display:flex;
}

.btn-cta-online-light {
    position: static;
    display: flex !important;
    padding: 14px 32px !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 36px;
    border: 1.5px solid #008392!important;
    background-color: #FFF !important;
    font-family: var(--lexend);
    color: #424242 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
    transition: transform 0.3s ease;
    width: auto;
    margin: 0;
}

.btn-cta-online-light:hover {
    background-color: #8CCFC7 !important;
    color: #212529 !important;
    transform: scale(1.07) !important;
}


.container-img-cta-online {
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.container-donwload-app {
    display: flex;
    padding: 32px 56px;
    /*max-height: 431px;*/
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    background: #FFF;
}

.sub-container-donwload-app {
    display: flex;
    padding: 64px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 36px;
    background: #199E8F;
    max-height: 423px;
}

.title-app {
    color: #FFF;
    font-family: var(--lexend);
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 52px */
    max-width: 380px;
}

.btn-app{
    display:none
}

.container-donwload-app-img {
    display: flex;
    flex-direction: row;
}

.container-img-app {
    display: flex;
    max-height:423px;
    padding-right: 63px;
    justify-content: center;
    align-items: center;
    gap: 7px;
}

.container-wallet-app {
    display: flex;
    max-height: 431px;
    height: 100%;
    padding: 32px 0 32px 56PX;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background: #199e8f;
    border-radius: 36px;
}

.container-wallet-app-img {
    display: flex;
    flex-direction: row;
    height: 431px;
    width: 100%;
}

.container-img-wallet {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin-top: 1.5rem;
}

.requisitos-cuentaMasOnline {
    display: none;
    padding: 16px 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid #199e8f;
    background: #daefed;
    margin: 0
}

.title-requisitos-CuentaMasOnline {
    width: 275px;
    color: #212529;
    text-align: center;
    font-family: var(--lexend);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin: 0
}

.texto-requisitos-CuentaMasOnline {
    color: #212529;
    text-align: center;
    font-feature-settings: 'liga' off,'calt' off;
    font-family: var(--lexend);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

@media only screen and (max-width: 1000px){
    .slide-content-cta {
        height: 706px;
        flex-direction: column-reverse;
        margin-top: 128px;
    }

    .container-img-cta-online {
        width: 100%
    }
}

@media only screen and (max-width: 770px) {
    .container-contenido-beneficios-cta-online {
        grid-template-columns: repeat(2,1fr)
    }

    .info-id-5 {
        left: 0
    }

    .info-id-6 {
        left: 50%
    }

    .container-img-cta-online {
        width: 100%
    }

    .slide-info-box {
        text-align: center
    }

    .text-content-slide {
        padding: 64px 32px !important
    }

    .title {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 1rem
    }

    .btn-app {
        display: block
    }

    .container-btn-slider-cta-online {
        justify-content: center;
        align-items: center;
    }

    .fixed-btn {
        position: fixed;
        bottom: 10px;
        margin: 0;
        right: 50%;
        transform: translateX(50%);
        z-index: 1000;
        border: none !important;
        background-color: #199e8f !important;
        color: #fff !important;
        width: 90% !important
    }

    .btn-cta-online-light:hover {
        transform: none
    }

    .container-beneficios-cta-online {
        padding: 48px 24px;
        gap:48px;
    }

    .container-donwload-app {
        padding: 32px
    }

    .sub-container-donwload-app {
        padding: 4px 0 4px 64px
    }

    .img-center-beneficios {
        position: relative;
        left: 50%
    }

    .center-beneficios-credimax {
        grid-column: 2 span
    }

    .center-beneficios-cuentaMasOnline {
        grid-column: 2 span;
        width: 70%
    }

    .container-wallet-app {
        max-height: 439px;
        border-radius: 0
    }

    .container-wallet-app-img {
        height: 439px
    }

    .container-contenido-costos-cta-online {
        grid-template-columns: repeat(1,1fr)
    }

    .title-ctaMas {
        width: 22rem
    }
}

@media only screen and (max-width:730px){
    .sub-container-donwload-app {
        padding: 0;
        max-height: 572px;
        height: 572px;
        flex-direction: column
    }
}

@media only screen and (max-width: 570px) {
    .center-beneficios-cuentaMasOnline {
        width: auto;
        grid-column: 1 span
    }

    .slide-content-cta {
        gap: 0
    }

    .text-content-slide {
        padding: 48px 24px !important
    }

    .title {
        gap: 0;
        text-align: start;
        justify-content: flex-start
    }

    .title-slidder-cta-online {
        font-size: 28px;
        line-height: 130%;
    }

    .sub-title-slidder-cta-online {
        font-size: 18px;
        line-height: 30px
    }

    .btn-cta-online-light {
        width: 90% !important;
        font-size: 16px
    }

    .container-contenido-beneficios-cta-online {
        grid-template-columns: repeat(1,1fr)
    }

    .info-id-6 {
        left: 0
    }

    .img-center-beneficios {
        left: 0
    }

    .container-contenido-costos-cta-online {
        grid-template-columns: repeat(1,1fr)
    }

    .title-app {
        font-size: 32px;
        line-height: 42px
    }

    .container-wallet-app {
        flex-direction: column;
        justify-content: flex-start;
        padding: 0
    }

    .container-wallet-app-img {
        height: 242px
    }

    #our-products-area.homeC .container {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .content-title {
        text-align: center
    }

        .content-title.credit {
            padding: 24px
        }

    .container-img-app {
        padding-right: 0;
        position: relative;
        bottom: 10px
    }

    .img-tlf-size {
        bottom: 50px
    }

    .container-img-wallet {
        justify-content: center;
        margin-top: 1rem
    }

    .btn-app {
        display: flex;
        justify-content: center
    }

    .title-ctaMas {
        width: 268px
    }
}

.text-requisitos-credimax {
    color: #fff;
    font-feature-settings: 'liga' off,'calt' off;
    font-family: var(--lexend);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    list-style: disc
}

.h2-ahorros-online-title-credimax {
    color: #fff;
    font-family: var(--lexend);
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%
}

.h2-ahorros-online-subtitle-credimax {
    color: #fff;
    font-family: var(--lexend);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px
}

@media(max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media(max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}

@media screen and (max-width: 768px) {
    .prod-button {
        margin-left: 20px
    }

    .flex_gap{
        display: block;
    } 
}

@media only screen and (max-width: 1200px) {
    #hero-area.agencias .cover .slide-content {
        height: 400px
    }

    .sliderPage .slide-content, .content-text-img-slider {
        height: 440px
    }

    #hero-area .cover .slide-content {
        display: table;
        height: 480px
    }

    #hero-area.simulador .slide-content {
        height: 400px
    }

    .slider-content-list-img-slider {
        padding: 120px 0 0
    }

    .modal-form-bb .respuesta .form-contacto-exito {
        margin-top: 30%
    }
}

@media only screen and (max-width: 1000px) {
    .info-bancos-corresponsales .info {
        width: 49.5%
    }
}

@media only screen and (max-width: 940px) {
    .slider-content-list-img-slider .content-title, .slider-content-list-img-slider .container-slider-list-first-title {
        display: block;
        width: 100%
    }

    .slider-content-list-img-slider {
        background-size: 100% !important;
        padding: 80px 0 0
    }
}

@media only screen and (max-width: 920px) {
    .list-content-slider-image-back .slider-image-back .imagen-back {
        display: none
    }

    .list-content-slider-image-back .info-slider-image-back .middle-container-info {
        float: left;
        width: 100%;
        height: 100% !important
    }

    .list-content-slider-image-back .slick-slide {
        height: auto !important
    }
}

@media only screen and (max-width: 900px) {
    .sliderPage .slide-content {
        height: 400px
    }

    #hero-area .cover .slide-content {
        height: 460px
    }

    #hero-area .sliderPage .slide-content {
        height: 460px
    }

    #hero-area.agencias .cover .slide-content {
        height: 400px
    }

    #hero-area.agencias .sliderPage .slide-content {
        height: 400px
    }
}

@media only screen and (max-width: 800px) {
    #breadcrumb-area ul li a, #breadcrumb-area .active {
        font-size: 15px;
        line-height: 19px
    }

    .page-select-list-parent .page-list-titulo, .content-list-child {
        display: block;
        width: 100%
    }

    .page-select-list-parent .content-list-child {
        display: block;
        width: 100%
    }

    .frm-encuesta .radio-escala.form-group {
        padding: 0
    }

    .frm-encuesta .radio-escala .radio-inline {
        margin: 11px
    }
}

@media only screen and (max-width: 775px) {
    #top-bar .row {
        margin-right: -20px;
        margin-left: -20px
    }

    #footer .row {
        margin-right: -30px;
        margin-left: -30px
    }
}

@media only screen and (max-width: 768px) {
    .carousel-single-bankard.blue-light .slide-content-info {
        width: 0%;
        padding-top: 28px;
        display: inline-table;
        margin: 0 20px 0 40px
    }

    .carousel-single-bankard.blue-light .slide-content-image {
        padding: 0 0
    }

    .carousel-single-bankard.blue-light .slide-content-image {
        display: none
    }

    .carousel-single-bankard.blue-light .slide-item {
        height: 300px !important
    }
}

@media only screen and (max-width: 767px) {
    #footer .social-icons-mobile {
        display: block;
        position: absolute;
        top: -62px;
        background: #000;
        left: -250px;
        padding: 10px
    }

    #top-bar .row {
        margin-right: -15px;
        margin-left: -15px
    }

    #footer .row {
        margin-right: -15px;
        margin-left: -15px
    }

    #footer .container {
        margin: 0
    }

    .frm-encuesta .radio-escala .radio-inline {
        margin: 7px
    }
}

@media only screen and (max-width: 900px) {
    .footer-info {
        display: block;
        max-width: 300px;
        margin: 0 auto;
        border: none;
        text-align: center;
        width: 100%
    }

        .footer-info img {
            margin: 0 auto;
            padding: 10px 0 0
        }

    .footer-links {
        width: 100%;
        padding: 0;
        max-width: 100%;
        flex: 0 0 100%;
        -ms-flex: 0 0 100%
    }
}

@media only screen and (max-width: 800px) {
    .footer-links .links-col1 li, .footer-links .links-col2 li {
        padding: 0
    }
}

@media screen and (max-width: 605px) {
    #resultados-simulador-verde-aire .simulador-verde-ahorro h2, #resultados-simulador-verde-luz .simulador-verde-ahorro h2, #resultados-simulador-verde-agua .simulador-verde-ahorro h2 {
        border-right: 0
    }

    #ahorroTotalAnual_F {
        margin-left: 0
    }
}

@media screen and (max-width: 604px) {
    #resultados-simulador-verde-aire .simulador-verde-ahorro h2, #resultados-simulador-verde-luz .simulador-verde-ahorro h2, #resultados-simulador-verde-agua .simulador-verde-ahorro h2 {
        border-right: 0
    }

    #ahorroTotalAnual_F {
        margin-left: 0
    }
}

@media screen and (max-width: 603px) {
    #resultados-simulador-verde-aire .simulador-verde-ahorro h2, #resultados-simulador-verde-luz .simulador-verde-ahorro h2, #resultados-simulador-verde-agua .simulador-verde-ahorro h2 {
        border-right: 0
    }

    #ahorroTotalAnual_F {
        margin-left: 0
    }
}

@media screen and (max-width: 602px) {
    #resultados-simulador-verde-aire .simulador-verde-ahorro h2, #resultados-simulador-verde-luz .simulador-verde-ahorro h2, #resultados-simulador-verde-agua .simulador-verde-ahorro h2 {
        border-right: 0
    }

    #ahorroTotalAnual_F {
        margin-left: 0
    }
}

@media screen and (max-width: 601px) {
    #resultados-simulador-verde-aire .simulador-verde-ahorro h2, #resultados-simulador-verde-luz .simulador-verde-ahorro h2, #resultados-simulador-verde-agua .simulador-verde-ahorro h2 {
        border-right: 0
    }

    #ahorroTotalAnual_F {
        margin-left: 0
    }
}

@media only screen and (max-width: 600px) {
    .footer-links .links-col1, .footer-links .links-col2 {
        width: 100%;
        display: block;
        max-width: 400px;
        padding: 0 24px
    }

    .frm-encuesta .radio-escala .radio-inline {
        margin: 20px auto;
        font-size: 16px;
        line-height: 18px
    }

    .frm-encuesta .radio-escala .radio-options {
        background: transparent;
        margin-top: 0
    }

    .frm-encuesta .radio-escala .radio-inline span {
        padding: 12px 8px 24px 8px;
        top: 0
    }

    .frm-encuesta .form-group label {
        font-size: 20px
    }

    .frm-encuesta .form-group {
        margin: 12px auto;
        padding: 20px 15px
    }

    .frm-encuesta label.radio-inline span, .frm-encuesta .checkbox-inline span {
        font-size: 16px;
        line-height: 18px
    }

    .firsttitlelist .servicios-modulo {
        width: 100%
    }

    .firsttitlelist ul li {
        font-size: 14px;
        line-height: 18px
    }

    .banco-buscador {
        background-size: 100%;
        padding: 40px 0 0
    }

    .bancos-continentes, .bancos-pais, .bancos-buscar {
        width: 98%;
        display: block;
        vertical-align: middle;
        box-sizing: border-box;
        padding: 0 1%;
        margin: 2% auto
    }

    .info-bancos-corresponsales {
        padding: 20px
    }
}

@media only screen and (max-width: 506px) {
    #resultados-simulador-verde-aire .contenedor-chart-simulador, #resultados-simulador-verde-luz .contenedor-chart-simulador, #resultados-simulador-verde-agua .contenedor-chart-simulador {
        overflow-x: scroll;
        width: 100%
    }

        #resultados-simulador-verde-aire .contenedor-chart-simulador .chart-simulador {
            width: 420px
        }

        #resultados-simulador-verde-luz .contenedor-chart-simulador .chart-simulador, #resultados-simulador-verde-agua .contenedor-chart-simulador .chart-simulador {
            width: 490px
        }

    #campo-aire > h4 {
        width: 170px;
        margin: 0 auto
    }

    #campo-luz > h4 {
        width: 180px;
        margin: 0 auto
    }

    #campo-agua > h4 {
        width: 180px;
        margin: 0 auto
    }

    #resultados-simulador-verde-aire .simulador-verde-ahorro h2, #resultados-simulador-verde-luz .simulador-verde-ahorro h2, #resultados-simulador-verde-agua .simulador-verde-ahorro h2 {
        border-right: 0
    }

    #ahorroTotalAnual_F {
        margin-left: 0 !important
    }
}

@media only screen and (max-width: 460px) {
    .info-bancos-corresponsales .info {
        width: 98%;
        max-width: 240px;
        margin: 0 auto;
        padding: 20px;
        min-height: auto
    }
}

@media only screen and (max-width: 440px) {
    footer .info {
        width: 100%;
        text-align: center
    }

    .footer-links .links-col1 li, .footer-links .links-col2 li {
        padding: 0
    }

    .otherhr .unlimited {
        min-width: 0;
        margin-left: 0
    }
}

@media only screen and (max-width: 767px) {
    .img-content-slide, .text-content-slide {
        display: block;
        width: 100%
    }

    .slider-content-list-img-slider {
        padding: 40px 0 0
    }

    .container-slider-list-first-title .slick-prev {
        top: 80px
    }

    .container-slider-list-first-title .slick-next {
        top: 80px
    }

    .container-only-text .imagen {
        width: 100%;
        display: block;
        max-width: 300px;
        margin: 0 auto
    }

    .container-only-text .info-content-item {
        width: 100%;
        display: block
    }

    .slider-content-list-contact {
        width: 90%;
        padding: 40px
    }

    .online-mobile {
        visibility: visible !important;
        display: block !important;
        right: 0 !important
    }

    .modulo-banca-virtual {
        margin-top: -250px !important;
        margin-left: auto;
        margin-right: auto;
        position: static !important
    }

    .banca-virtual {
        position: static !important;
        margin: 120px auto 12px !important
    }

    .modulo-banca-virtual ul {
        padding: 0 0 0 17px !important;
        position: absolute
    }

    .modulo-24online {
        padding: 10px 0 0 !important
    }

    .bloque-form-col {
        width: 100%;
        padding: 10px 0
    }

    .formulario-bankard .bloque-form {
        padding: 0 0
    }

    .bloque-form-col span:nth-child(1) {
        width: 22%;
        padding: 0 10px
    }

    .bloque-form-col span:nth-child(2) {
        width: 74%;
        padding: 0 10px
    }

    .bloque-form-col2 {
        padding: 10px 0
    }

        .bloque-form-col2 span:nth-child(1) {
            width: 22%;
            padding: 0 10px
        }

        .bloque-form-col2 span:nth-child(2) {
            width: 76%;
            padding: 0 10px
        }
}

@media only screen and (max-width: 600px) {
    .form-simulador li {
        margin: 12px auto;
        padding: 20px 15px
    }

    .col-chart-simulador p:nth-child(1) span:nth-child(2) {
        width: 18%
    }

    .back-slider {
        background-position: center left !important
    }

    .slide-item {
        background-position: center left !important
    }

    #hero-area .cover .slide-content {
        height: 400px
    }

    #breadcrumb-area ul li a, #breadcrumb-area .active {
        font-size: 14px;
        line-height: 18px
    }

    .p-60-0-0-r {
        padding: 60px 20px 0
    }

    .carousel-single .slide-content-image {
        display: none
    }

    .carousel-single .slide-content-info {
        width: 100%;
        margin: 10px auto
    }

    .carousel-single .carousel-single-giros .slide-content-info {
        width: 100%;
        margin: 10px auto
    }

    .textoContenido.slider-content-list {
        width: 90%;
        margin: auto;
        padding-top: 0
    }

    .sliderPage .slick-dots {
        bottom: 39px
    }

    .content-tabs .nav-tabs, .content-tabs .tab-content {
        width: 95%
    }

    #our-products-area.homeC .container {
    }

    .sliderPage .slide-content {
        height: 380px
    }

    .carousel-single.carousel-single-bankard .slide-content-info .title p > img {
        width: 230px;
        height: 35px
    }

    .page-select-list-parent .slick-prev {
        left: 0;
        top: 10px;
        z-index: 9;
        width: 20px;
        height: 31px;
        font-size: 0
    }

    .page-select-list-parent .slick-next {
        right: 0;
        top: 10px;
        z-index: 9;
        width: 20px;
        height: 31px;
        font-size: 0
    }

    .slider-content-list {
        padding-right: 15px;
        padding-left: 15px
    }

    #prefooter-area .page-nav-list {
        margin: auto
    }

    section#breadcrumb-area.breadInterno {
        bottom: 31px
    }
}

@media(min-width: 576px) {
    #Search-area .form-inline label {
        display: unset;
        display: unset;
        -ms-flex-align: unset;
        align-items: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        margin-bottom: 0
    }
}

@media only screen and (max-width: 560px) {
    .flecha-tabla {
        display: inline-block
    }

    .slider-content-list {
        padding-left: 15px;
        padding-right: 15px
    }

        .slider-content-list.credit {
        }

    .contenedor-chart-simulador {
        overflow-x: scroll;
        width: 100%
    }

    .chart-simulador {
    }
}

@media only screen and (max-width: 500px) {
    .slider-cuentas .titulo-slide {
        margin-top: 20%;
        font-size: 14px;
        width: 87px
    }

    .slider-tarjetas .titulo-slide {
        font-size: 14px;
        width: 90px;
        margin-top: 14%
    }

    #hero-area .slide-info-box {
        padding: 20px
    }

    .slider-list-first-title .info-text, .slider-list-feature-2 .info-text {
        height: 35px
    }

    .showTexto {
        height: 80px !important
    }

    .slider-list-feature-2 .showTexto {
        height: 125px !important
    }

    .beneficios-quickpay {
        margin-bottom: -180px
    }

    .input-buscador {
        width: 80%
    }
}

@media only screen and (max-width: 400px) {
    .aulabb #our-products-area .featured-item {
        height: auto;
        min-height: initial
    }

    #our-products-area .featured-item.credit {
        height: auto
    }

    #hero-area .slider .slide-content .desc {
        width: 220px;
        font-size: 18px;
        line-height: 22px;
        font-family: 'Istok Web',sans-serif;
        color: #000
    }

    #hero-area .cover .slide-content {
        height: 340px
    }

    #hero-area.agencias .cover .slide-content {
        height: 340px
    }

    #hero-area .slider .slide-content, #hero-area slide-content.Left {
        top: 22%
    }

    .carousel-double .slide-content .desc {
        font-size: 15px;
        line-height: 19px
    }

    .slider-cuentas .titulo-slide {
        font-size: 13px;
        margin-top: 17%
    }

    .slider-tarjetas .titulo-slide {
        font-size: 13px;
        margin-top: 14%
    }

    #hero-area {
        min-height: 140px
    }

        #hero-area .slick-list {
            min-height: 340px
        }

        #hero-area .slide-item {
            min-height: 340px
        }

        #hero-area .slider .slick-list {
            height: 360px
        }

        #hero-area .slider .slide-item {
            height: 360px
        }

    .slider-cuentas {
        height: 360px
    }

    .slider-tarjetas {
        height: 360px
    }

    #content-sliders-area .slider .slide-item, #content-area .slider .slide-item {
        height: 360px
    }

    #content-sliders-area .slider .slick-list, #content-area .slider .slick-list {
        height: 360px
    }

    #content-area .slider-list-feature-assistance .slick-list {
        height: auto
    }

    #content-area .slider-featured-cuenta .slick-list {
        height: auto
    }

    #content-area .slider-list-feature .slick-list {
        height: auto
    }

    #content-area .carousel-tarjetas-bankard .slick-list {
        height: auto
    }

    #content-area .featured-pages-box.slider .slick-list, .featured-pages-box.slider .slick-list {
        height: auto
    }

    .slider-tarjetas .slick-dots {
        bottom: 40px
    }

    #hero-area .slide-content .more {
    }

        #hero-area .slide-content .more a {
            font-size: 13px;
            width: auto
        }

    .carousel-double {
        width: 100%
    }

        .carousel-double .content-info-servicios .servicios-bloque {
            border: 1px solid red
        }

        .carousel-double .slick-prev {
            left: 0
        }

    .slide-item .slick-slide slide-content Left .desc {
        border: 5px solid red;
        font-size: 18px;
        color: #000
    }

    .carousel-double .slide-item {
        background-size: cover
    }

    .slider-cuentas .slide-content .desc {
        width: 270px;
        line-height: 17px;
        font-size: 13px
    }

    .slider-cuentas .slide-content .sep {
        margin: -65px 0 0 0;
        background: #ffc708;
        height: 5px;
        width: 40%
    }

    .slider-cuentas .slide-content .more {
        margin: 80px 0 0 0
    }

        .slider-cuentas .slide-content .more a {
            font-size: 13px
        }

    .slider-tarjetas .slide-content .desc {
        width: 180px;
        font-size: 18px;
        line-height: 22px
    }

    .slider-tarjetas .slide-content .title img {
        margin: 70px 0 0 0
    }

    .slider-tarjetas .slide-content .sep {
        position: absolute;
        margin: 60px 0 0 0
    }

    .slider-tarjetas .slide-content .more {
        position: absolute;
        margin: 75px 0 0 0
    }

        .slider-tarjetas .slide-content .more a {
            font-size: 13px
        }

    #content-area .container.home {
        padding-right: 15px;
        padding-left: 15px
    }

    #content-area .slider-carrusel {
        padding: 0
    }

    #content-area .info-servicios {
        text-align: center
    }

        #content-area .info-servicios .contenidoDerecho h3 {
            font-size: 20px;
            line-height: 24px
        }

        #content-area .info-servicios .texto-medio p {
            font-size: 13px;
            line-height: 17px
        }

        #content-area .info-servicios .texto-medio2 p {
            font-size: 20px
        }

    #breadcrumb-area ul li a, #breadcrumb-area .active {
        font-size: 13px;
        line-height: 17px
    }

    #hero-area .sliderPage .slide-content {
        height: 360px;
        border: 0
    }

    #text-change {
        margin: 0 5px
    }

    .sliderPage .slide-content {
        height: 360px
    }

    #buttonadm {
        font-size: 13px !important
    }

    .slider-container .slide-content-inf {
        vertical-align: inherit;
        height: 360px;
        width: 100%
    }

    .slider-container .slide-content {
        margin: 0 auto;
        max-width: 1000px;
        display: table
    }

    .otherhr .unlimited {
        min-width: 0 !important;
        margin-left: 0 !important
    }
}

@media only screen and (max-width: 800px) {
    #canalsOfPay .slider-content-list-contact.canales-pago .content-title h2, #canalsOfPay .slider-content-list-contact.canales-pago .content-title h2 span {
        font-size: 24px;
        line-height: 28px
    }

    #canalsOfPay .canales-pago h3 {
        font-size: 22px;
        line-height: 26px
    }

    #canalsOfPay .canales-pago h4 {
        font-size: 17px;
        line-height: 21px
    }

    #canalsOfPay .canales-pago p {
        font-size: 15px;
        line-height: 19px
    }

    #canalsOfPay .canales-pago .slider-list-featured-first-title .featured-item img {
        display: block !important;
        opacity: 1 !important;
        position: relative !important;
        width: 200px;
        margin: 0 auto
    }

    #canalsOfPay .canales-pago .slider-list-featured-first-title .slick-list {
        margin-left: 35px;
        margin-right: 35px
    }
}

@media only screen and (max-width: 600px) {
    #canalsOfPay .slider-content-list-contact.canales-pago .content-title h2, #canalsOfPay .slider-content-list-contact.canales-pago .content-title h2 span {
        font-size: 22px;
        line-height: 26px
    }

    #canalsOfPay .canales-pago h3 {
        font-size: 20px;
        line-height: 24px
    }

    #canalsOfPay .canales-pago h4 {
        font-size: 16px;
        line-height: 20px
    }

    #canalsOfPay .canales-pago p {
        font-size: 14px;
        line-height: 18px
    }

    #canalsOfPay .canales-pago ul li {
        font-size: 14px;
        line-height: 18px
    }

    #canalsOfPay .canales-pago {
        font-size: 14px;
        line-height: 18px
    }

        #canalsOfPay .canales-pago .slider-list-featured-first-title .slick-list {
            margin-left: 35px;
            margin-right: 35px
        }
}

@media only screen and (max-width: 400px) {
    #canalsOfPay .slider-content-list-contact.canales-pago .content-title h2, #canalsOfPay .slider-content-list-contact.canales-pago .content-title h2 span {
        font-size: 20px;
        line-height: 24px
    }

    #canalsOfPay .canales-pago h3 {
        font-size: 18px;
        line-height: 22px
    }

    #canalsOfPay .canales-pago h4 {
        font-size: 15px;
        line-height: 19px
    }

    #canalsOfPay .canales-pago p {
        font-size: 13px;
        line-height: 17px
    }

    #canalsOfPay .canales-pago {
        font-size: 13px;
        line-height: 17px;
        width: 90%
    }

        #canalsOfPay .canales-pago .slider-list-featured-first-title .slick-list {
            margin-left: 35px;
            margin-right: 35px
        }
}

@media only screen and (max-width: 900px) {
    .search-mobile {
        display: block;
        margin: 0 0 0 0
    }
}

@media only screen and (max-width: 800px) {
    #hero-area .cover.sliderWidth-1000 .slide-content h2 {
        font-size: 24px;
        line-height: 28px
    }

    #hero-area .cover.sliderWidth-1000 .slide-content h3 {
        font-size: 22px;
        line-height: 26px
    }
}

@media screen and (width: 670px) {
    .carousel-single .slide-content-info, .carousel-single .slide-content-image {
        padding: 0 10px
    }
}

@media screen and (width: 606px) {
/*    #footer .info a.chat-btn {
        top: -25px
    }*/

    .carousel-single .slide-content-info, .carousel-single .slide-content-image {
        padding: 0 10px
    }

    .carousel-double .slide-item {
        margin: 0 10px 0 10px !important
    }
}

@media only screen and (max-width: 600px) {
    #hero-area .cover.sliderWidth-1000 .slide-content h2 {
        font-size: 22px;
        line-height: 26px
    }

    #hero-area .cover.sliderWidth-1000 .slide-content h3 {
        font-size: 20px;
        line-height: 24px
    }

    #resultados-simulador-verde-aire .simulador-verde-ahorro h2, #resultados-simulador-verde-luz .simulador-verde-ahorro h2, #resultados-simulador-verde-agua .simulador-verde-ahorro h2 {
        border-right: 0 !important
    }

    #ahorroTotalAnual_F {
        margin-left: 0 !important
    }
}

@media only screen and (max-width: 400px) {
    #hero-area .cover.sliderWidth-1000 .slide-content h2 {
        font-size: 20px;
        line-height: 24px
    }

    #hero-area .cover.sliderWidth-1000 .slide-content h3 {
        font-size: 18px;
        line-height: 22px
    }
}

@media only screen and (max-width: 800px) {
    .assistances-content-list h2 {
        font-size: 24px;
        line-height: 28px
    }

    .assistances-content-list h3 {
        font-size: 22px;
        line-height: 26px
    }

    .assistances-content-list .h3 {
        font-size: 22px;
        line-height: 26px
    }

    .assistances-content-list h4 {
        font-size: 17px;
        line-height: 21px
    }

    .assistances-content-list p {
        font-size: 15px;
        line-height: 19px
    }
}

@media only screen and (max-width: 600px) {
    .assistances-content-list h2 {
        font-size: 22px;
        line-height: 26px
    }

    .assistances-content-list h3 {
        font-size: 20px;
        line-height: 24px
    }

    .assistances-content-list .h3 {
        font-size: 20px;
        line-height: 24px
    }

    .assistances-content-list h4 {
        font-size: 16px;
        line-height: 20px
    }

    .assistances-content-list p {
        font-size: 14px;
        line-height: 18px
    }

    .assistances-content-list ul li {
        font-size: 14px;
        line-height: 18px
    }

    .assistances-content-list {
        font-size: 14px;
        line-height: 18px
    }
}

@media only screen and (max-width: 400px) {
    .assistances-content-list h2 {
        font-size: 20px;
        line-height: 24px
    }

    .assistances-content-list h3 {
        font-size: 18px;
        line-height: 22px
    }

    .assistances-content-list .h3 {
        font-size: 18px;
        line-height: 22px
    }

    .assistances-content-list h4 {
        font-size: 15px;
        line-height: 19px
    }

    .assistances-content-list p {
        font-size: 13px;
        line-height: 17px
    }

    .assistances-content-list {
        font-size: 13px;
        line-height: 17px
    }
}

@media only screen and (max-width: 800px) {
    .secure-purchase-list h2 {
        font-size: 24px;
        line-height: 28px
    }

    .secure-purchase-list p {
        font-size: 15px;
        line-height: 19px
    }
}

@media only screen and (max-width: 782px) {
    .legal-file {
        position: relative !important;
        left: 0;
        top: 5px;
        padding: 0 !important
    }
}

@media only screen and (max-width: 760px) {
    .assistances-content-list .servicios-bankard .info-slider-principal {
        padding: 20px 0 20px 20px !important
    }

    .carousel-single-bankard.blue-light {
        width: 90%;
        top: -2px
    }

    .container-left, .container-right {
        width: 100%;
        float: none;
        padding: 0
    }
}

@media only screen and (max-width: 700px) {
    section#breadcrumb-area.breadInterno.oscuro {
        margin: 0 auto;
        bottom: 0;
        background: rgba(0,0,0,.8)
    }

    #content-area .info-servicios {
        width: 100%;
        margin: 0 auto;
        display: block;
        background: #f5f5f5
    }

    #content-area .slider-carrusel {
        width: 100%
    }
}

@media only screen and (max-width: 680px) {
    .bloque-form-final span:nth-child(2), .bloque-form-completo span:nth-child(2) {
        width: 98%;
        padding: 0 10px;
        text-align: center
    }

    .bloque-form-final span:nth-child(1), .bloque-form-completo span:nth-child(1) {
        width: 98%;
        padding: 10px 10px;
        text-align: center
    }

    .bloque-error {
        padding: 0
    }

    section#breadcrumb-area {
        padding: 8px 0 20px
    }

    .chart-container {
        position: relative;
        margin: auto auto 25px auto;
        height: 35vh;
        width: 70vw
    }

    .legal-file {
        position: absolute !important;
        left: 145px;
        width: auto !important;
        top: 12px;
        font-size: 13px;
        line-height: 15px
    }
}

@media only screen and (max-width: 600px) {
    .secure-purchase-list h2 {
        font-size: 22px;
        line-height: 26px
    }

    .secure-purchase-list p {
        font-size: 14px;
        line-height: 18px
    }

    .carousel-single-bankard.blue-light .slide-content-info {
        display: block;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        padding: 80px 16px
    }
}

@media only screen and (max-width: 540px) {
    .bloque-form-col span:nth-child(1), .bloque-form-col span:nth-child(2), .bloque-form-completo span:nth-child(1), .bloque-form-completo span:nth-child(2), .bloque-form-area span:nth-child(1), .bloque-form-area span:nth-child(2) {
        width: 98%;
        text-align: left;
        padding: 4px 0
    }

    .form-contactanos .bloque-form-col .child1, .form-contactanos .bloque-form-col .child2 {
        width: 98%;
        text-align: left;
        padding: 4px 0
    }

    .form-contactanos .bloque-form-area .child1, .form-contactanos .bloque-form-area .child2 {
        width: 98%;
        text-align: left;
        padding: 4px 0
    }

    .form-canales .bloque-form-file span:nth-child(2) {
        width: 98%;
        text-align: left;
        padding: 4px 0;
        position: relative
    }
}

@media only screen and (max-width: 520px) {
    .carousel-single-bankard.blue-light .slide-content-info {
        display: block;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        padding: 80px 16px
    }
}

@media only screen and (max-width: 400px) {
    .secure-purchase-list h2 {
        font-size: 20px;
        line-height: 24px
    }

    .secure-purchase-list p {
        font-size: 13px;
        line-height: 17px
    }

    .secure-purchase-list {
        font-size: 13px;
        line-height: 17px
    }
}

@media only screen and (max-width: 1024px) {
    .chart-container {
        position: relative;
        margin: auto auto 25px auto;
        height: 25vh;
        width: 50vw
    }
}

@media only screen and (max-width: 800px) {
    .with-rich-text-list .slider-with-rich-text-info {
        width: 100%
    }
}

@media only screen and (max-width: 800px) {
    .slider-list-feature .showTexto, .featured-item p.showTexto {
        height: 120px !important;
        overflow: hidden;
        -webkit-transition: all .5s;
        transition: all .5s;
        margin-bottom: 10px
    }

    .carousel-single.carousel-single-bankard .slide-content-info .title p > img {
        width: auto;
        height: 65px;
        max-height: 37px;
        position: absolute
    }
}

@media only screen and (max-width: 760px) {
    .slider-list-feature .showTexto, .featured-item p.showTexto {
        height: 120px !important;
        overflow: hidden;
        -webkit-transition: all .5s;
        transition: all .5s;
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 600px) {
    .slider-list-feature .showTexto, .featured-item p.showTexto {
        height: 120px !important;
        overflow: hidden;
        -webkit-transition: all .5s;
        transition: all .5s;
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 500px) {
    .slider-list-feature .showTexto, .featured-item p.showTexto {
        height: 100px !important;
        overflow: hidden;
        -webkit-transition: all .5s;
        transition: all .5s;
        margin-bottom: 10px
    }

    .slider-list-feature .info-text {
        height: 70px
    }
}

@media only screen and (max-width: 400px) {
    .slider-list-feature .showTexto, .featured-item p.showTexto {
        height: 100px !important;
        overflow: hidden;
        -webkit-transition: all .5s;
        transition: all .5s;
        margin-bottom: 10px
    }

    .slider-list-feature .info-text {
        height: 70px
    }
}

@media only screen and (max-width: 800px) {
    .list-content-slider-image-back h2, .list-content-slider-image-back h2 span, .list-content-slider-image-back h2 span strong {
        font-size: 24px;
        line-height: 28px
    }

    .list-content-slider-image-back h3, .list-content-slider-image-back h3 span, .list-content-slider-image-back h3 span strong {
        font-size: 22px;
        line-height: 26px
    }

    .list-content-slider-image-back h4, .list-content-slider-image-back h4 span, .list-content-slider-image-back h4 span strong {
        font-size: 17px;
        line-height: 21px
    }

    .list-content-slider-image-back p, .list-content-slider-image-back p span {
        font-size: 15px;
        line-height: 19px
    }

    .chart-container {
        position: relative;
        margin: auto auto 25px auto;
        height: 25vh;
        width: 50vw
    }
}

@media only screen and (max-width: 600px) {
    .list-content-slider-image-back h2, .list-content-slider-image-back h2 span, .list-content-slider-image-back h2 span strong {
        font-size: 22px;
        line-height: 26px
    }

    .list-content-slider-image-back h3, .list-content-slider-image-back h3 span, .list-content-slider-image-back h3 span strong {
        font-size: 20px;
        line-height: 24px
    }

    .list-content-slider-image-back h4, .list-content-slider-image-back h4 span, .list-content-slider-image-back h4 span strong {
        font-size: 16px;
        line-height: 20px
    }

    .list-content-slider-image-back p, .list-content-slider-image-back p span {
        font-size: 14px;
        line-height: 18px
    }

    .list-content-slider-image-back ul li {
        font-size: 14px;
        line-height: 18px
    }

    .list-content-slider-image-back .info-image-back {
        display: block;
        width: 100%;
        max-width: 400px;
        margin: 0 auto
    }

    .slider-image-back .info-slider-image-back {
        height: auto !important
    }

    .list-content-slider-image-back .slider-image-back .imagen-back {
        display: none
    }

    .list-content-slider-image-back .info-image-back img {
        max-width: 64px;
        position: absolute;
        left: 14px
    }

    .list-content-slider-image-back .info-image-back {
        width: 100%;
        padding-top: 0;
        position: relative;
        padding: 30px 30px 30px 90px
    }

    .chart-container {
        position: relative;
        margin: auto auto 25px auto;
        height: 35vh;
        width: 75vw
    }
}

@media only screen and (max-width: 400px) {
    .list-content-slider-image-back h2, .list-content-slider-image-back h2 span, .list-content-slider-image-back h2 span strong {
        font-size: 20px;
        line-height: 24px
    }

    .list-content-slider-image-back h3, .list-content-slider-image-back h3 span, .list-content-slider-image-back h3 span strong {
        font-size: 18px;
        line-height: 22px
    }

    .list-content-slider-image-back h4, .list-content-slider-image-back h4 span, .list-content-slider-image-back h4 span strong {
        font-size: 15px;
        line-height: 19px
    }

    .list-content-slider-image-back p, .list-content-slider-image-back p span {
        font-size: 13px;
        line-height: 17px
    }

    .list-content-slider-image-back .info-image-back {
        width: 100%;
        padding-top: 0;
        position: relative;
        padding: 30px 30px 30px 90px
    }

    .list-content-slider-image-back .info-slider-image-back .middle-container {
        float: left;
        width: 100%
    }

    .list-content-slider-image-back .info-slider-image-back .middle-container-info {
        float: left;
        width: 100%;
        height: 100% !important
    }

    .chart-container {
        position: relative;
        margin: auto auto 25px auto;
        height: 35vh;
        width: 70vw
    }
}

@media only screen and (max-width: 800px) {
    .sliderPage.slider-bankard-section.slider-rich-text-link .slick-dots {
        left: 0;
        right: 0
    }
}

@media only screen and (max-width: 600px) {
    .sliderPage.slider-bankard-section.slider-rich-text-link .slick-dots {
        left: 0;
        right: 0
    }
}

@media only screen and (max-width: 400px) {
    .sliderPage.slider-bankard-section.slider-rich-text-link .slick-dots {
        left: 0;
        right: 0
    }
}

#content-area.puntos-atencion {
    margin-top: 20px
}

#loader {
    line-height: 300px;
    text-align: center
}

hr {
    height: 5px;
    background-color: #ffc708;
    width: 160px;
    margin: 10px 0 20px;
    border: 0;
    text-align: left
}

.puntos-container {
    z-index: 99;
    position: relative;
    margin: 60px auto -60px
}

.fondo-blanco {
    background: #fff
}

.fondo-verde {
    background: #008f9f
}

.fondo-gris-oscuro {
    background: #202020
}

.bt-direccion {
    display: inline-block;
    width: 38%;
    vertical-align: middle
}

.p-r {
    position: relative
}

.width-1200 {
    margin: 0 auto;
    max-width: 1200px;
    width: 90%
}

.bt-caja-blanco {
    border: 1px solid #fff;
    color: #fff;
    padding: 6px 12px;
    display: inline-block;
    margin: 4px auto;
    text-decoration: none !important;
    background: transparent
}

.puntos-red p span.abierto {
    color: #1f9779;
    padding: 0 4px;
    border: 2px solid #a9e2d4;
    font-size: 13px;
    line-height: 13px
}

#container-Agencies {
    min-height: 10px
}

.red-info .puntos-red p strong a, .puntos-red p strong a {
    color: #202020
}

.image-punto {
    min-height: 215px;
    background-color: gray;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    line-height: 215px
}

.tab-content .puntos-red .title {
    font-weight: bold
}

.contenedor-buscador-puntos {
    padding: 20px 0
}

    .contenedor-buscador-puntos span {
        padding: 0 8px
    }

.contenedor-puntos {
    z-index: 99;
    position: relative;
    margin: 60px auto -60px
}

    .contenedor-puntos iframe {
        border: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 9;
        top: -60px
    }

.puntos {
    position: relative;
    z-index: 99;
    padding: 30px;
    margin: 4px auto 4px 0;
    max-width: 600px;
    width: 100%
}

.direccion {
    position: relative;
    z-index: 99;
    padding: 10px 20px;
    margin: 4px auto 4px 0;
    max-width: 600px;
    width: 100%
}

.ico-close-puntos {
    position: absolute;
    z-index: 99;
    top: 10px;
    right: 10px;
    cursor: pointer
}

.info-punto {
    position: absolute;
    z-index: 99;
    padding: 10px 10px 0;
    top: 10%;
    right: 10%;
    max-width: 320px;
    width: 100%
}

    .info-punto .puntos-red {
        margin: 0 auto;
        padding: 20px
    }

.contenedor-imagen {
    position: relative
}

.icono-local {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 8px 12px;
    background: rgba(11,135,150,.7);
    text-align: right;
    min-height: 38px
}

.info-punto .arrow-down {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 24px solid #fff;
    margin: 0 auto;
    position: absolute;
    left: 45%
}

.input-direccion {
    display: inline-block;
    width: 50%;
    vertical-align: middle
}

.bt-direccion {
    display: inline-block;
    width: 38%;
    vertical-align: middle
}

.bt-buscar {
    display: inline-block;
    width: 8%;
    vertical-align: middle
}

.direccion-puntos {
    width: 100%;
    color: #202020;
    display: block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    background: #fff;
    border: none;
    padding: 6px
}

.caja-puntos {
    background: #f6f6f6;
    padding: 4px 8px;
    width: 48%;
    margin: 0 auto 16px;
    display: inline-block
}

.puntos select {
    width: 100%;
    background: #f6f6f6;
    border: none;
    padding: 6px 12px;
    height: 32px;
    font-size: 16px;
    line-height: 25px;
    min-height: 25px
}

.puntos-red {
    margin: 24px auto;
    padding: 0 12px
}

    .puntos-red p {
        margin-bottom: 4px;
        text-align: left
    }

.separador-puntos {
    height: 2px;
    background: #202020;
    width: 160px;
    margin: 10px 0 20px;
    border: 0
}

.contenedor-buscador-puntos .caja-form-gris {
    background: #edebed;
    padding: 6px 8px;
    min-width: 220px;
    width: 100%
}

.contenedor-buscador-puntos input {
    display: block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    background: transparent;
    border: none;
    font-size: 18px;
    line-height: 20px
}

.puntos-red p span.cerrado {
    color: #ff3f1f;
    padding: 0 4px;
    border: 2px solid #ffb2a5;
    font-size: 13px;
    line-height: 13px
}

.contenedor-puntos-de-atencion-home {
    margin: 0;
    border: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    -webkit-font-smoothing: antialiased;
    color: #202020
}

    .contenedor-puntos-de-atencion-home p {
        margin: 0 0 10px
    }

    .contenedor-puntos-de-atencion-home p {
        font-size: 16px;
        line-height: 20px;
        font-family: 'Istok Web',sans-serif
    }

    .contenedor-puntos-de-atencion-home h2 {
        font-size: 30px;
        line-height: 34px;
        margin: 10px auto;
        font-family: 'Istok Web',sans-serif
    }

    .contenedor-puntos-de-atencion-home h4 {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .contenedor-puntos-de-atencion-home .width-1100 {
        margin: 0 auto;
        max-width: 1100px;
        width: 90%
    }

    .contenedor-puntos-de-atencion-home .width-600 {
        margin: 0 auto;
        max-width: 600px;
        width: 90%
    }

    .contenedor-puntos-de-atencion-home .width-all {
        width: 100%
    }

    .contenedor-puntos-de-atencion-home .p-12 {
        padding: 12px 12px !important
    }

    .contenedor-puntos-de-atencion-home .p-30-0 {
        padding: 30px 0
    }

    .contenedor-puntos-de-atencion-home .fondo-blanco {
        background: #fff
    }

    .contenedor-puntos-de-atencion-home .color-verde {
        color: #008f9f
    }

    .contenedor-puntos-de-atencion-home ul li {
        font-size: 14px;
        line-height: 18px;
        font-family: 'Istok Web',sans-serif
    }

    .contenedor-puntos-de-atencion-home a {
        color: #606060;
        outline: none !important;
        cursor: pointer
    }

        .contenedor-puntos-de-atencion-home a:hover {
            text-decoration: none;
            opacity: .6
        }

    .contenedor-puntos-de-atencion-home .bt-caja-puntos {
        border: 1px solid #019aa9;
        color: #fff !important;
        padding: 6px 12px;
        display: inline-block;
        margin: 4px auto;
        text-decoration: none !important;
        background: #019aa9
    }

        .contenedor-puntos-de-atencion-home .bt-caja-puntos:hover {
            opacity: .6;
            background: #019aa9
        }

    .contenedor-puntos-de-atencion-home strong {
        font-weight: 700
    }

    .contenedor-puntos-de-atencion-home h4 {
        font-size: 18px;
        line-height: 22px;
        font-family: 'Istok Web',sans-serif
    }

    .contenedor-puntos-de-atencion-home .contenedor-red-cajeros {
        padding: 60px 0
    }

        .contenedor-puntos-de-atencion-home .contenedor-red-cajeros .nav-tabs {
            margin: 40px auto 0;
            background: #f6f6f6;
            border-bottom: 1px solid #00778a
        }

    .contenedor-puntos-de-atencion-home .nav-tabs li {
        display: inline-block;
        float: none !important;
        position: relative;
        margin: 0 10px
    }

    .contenedor-puntos-de-atencion-home .contenedor-red-cajeros .nav-tabs li a {
        position: relative;
        margin: 0 auto;
        color: #242424 !important;
        border: none;
        padding: 5px 15px;
        min-height: 74px
    }

    .contenedor-puntos-de-atencion-home .nav-tabs li a {
        position: relative;
        margin: 0 auto;
        color: #242424 !important;
        border: none;
        padding: 5px 15px
    }

        .contenedor-puntos-de-atencion-home .nav-tabs li a.active {
            background: transparent !important;
            border: none !important
        }

        .contenedor-puntos-de-atencion-home .nav-tabs li a:hover {
            background: transparent !important;
            border: none !important
        }

        .contenedor-puntos-de-atencion-home .nav-tabs li a.active::before {
            content: '';
            position: absolute;
            width: 100%;
            border: 3px solid #00778a;
            bottom: -3px;
            left: 0
        }

        .contenedor-puntos-de-atencion-home .nav-tabs li a:hover::before {
            content: '';
            position: absolute;
            width: 100%;
            border: 3px solid #fa9f25;
            bottom: -3px;
            left: 0
        }

    .contenedor-puntos-de-atencion-home .red-info {
        display: inline-block;
        width: 44%;
        vertical-align: middle;
        padding: 0 0 2.5%;
        margin: 2.5% 2.7% 0;
        border-bottom: 1px solid #d3d3d3
    }

        .contenedor-puntos-de-atencion-home .red-info .nombre {
            display: inline-block;
            width: 32%;
            vertical-align: top;
            text-align: left
        }

        .contenedor-puntos-de-atencion-home .red-info .donde {
            display: inline-block;
            width: 66%;
            vertical-align: top;
            text-align: left
        }

        .contenedor-puntos-de-atencion-home .red-info .nombre p, .contenedor-puntos-de-atencion-home .red-info .ddonde p {
            margin: 4px auto
        }

            .contenedor-puntos-de-atencion-home .red-info .nombre p span.abierto {
                color: #1f9779;
                padding: 0 4px;
                border: 2px solid #a9e2d4
            }

            .contenedor-puntos-de-atencion-home .red-info .nombre p span.cerrado {
                color: #ff3f1f;
                padding: 0 4px;
                border: 2px solid #ffb2a5
            }

        .contenedor-puntos-de-atencion-home .red-info:last-child {
            border-bottom: 1px solid #fff
        }

    .contenedor-puntos-de-atencion-home li {
        list-style: none;
        position: relative
    }

    .contenedor-puntos-de-atencion-home .puntos-red p {
        margin-bottom: 4px;
        text-align: left
    }

        .contenedor-puntos-de-atencion-home .puntos-red p span.abierto {
            color: #1f9779;
            padding: 0 4px;
            border: 2px solid #a9e2d4;
            font-size: 13px;
            line-height: 13px
        }

        .contenedor-puntos-de-atencion-home .puntos-red p span.cerrado {
            color: #ff3f1f;
            padding: 0 4px;
            border: 2px solid #ffb2a5;
            font-size: 13px;
            line-height: 13px
        }

    .contenedor-puntos-de-atencion-home .red-info .puntos-red {
        margin: 0 auto;
        padding: 0 12px
    }

        .contenedor-puntos-de-atencion-home .red-info .puntos-red p strong a, .contenedor-puntos-de-atencion-home .puntos-red p strong a {
            color: #202020
        }

    .contenedor-puntos-de-atencion-home .contenedor-red-cajeros-mobile {
        display: none
    }

    .contenedor-puntos-de-atencion-home .puntos-items-mobile {
        max-width: 420px;
        width: 100%;
        margin: 0 auto
    }

    .contenedor-puntos-de-atencion-home .puntos-home-mobile h4 {
        background: #f7f8f9;
        padding: 6px
    }

        .contenedor-puntos-de-atencion-home .puntos-home-mobile h4 img {
            margin: 0 auto
        }

.sombra-bloque {
    -webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 12px 0 rgba(0,0,0,.2)
}

.modal-backdrop {
    opacity: 0 !important
}

.contenedor-puntos-de-atencion-home .slider-puntos-atencion .slick-prev {
    left: 10px;
    top: 44px;
    z-index: 9;
    width: 28px;
    height: 40px
}

    .contenedor-puntos-de-atencion-home .slider-puntos-atencion .slick-prev:before {
        content: '';
        background: url('/images/default-source/general/puntos-de-atencion/puntos-bt-prev.png');
        width: 28px;
        height: 40px;
        display: block;
        background-size: 100%
    }

.contenedor-puntos-de-atencion-home .slider-puntos-atencion .slick-next {
    right: 10px;
    top: 44px;
    z-index: 9;
    width: 28px;
    height: 40px
}

    .contenedor-puntos-de-atencion-home .slider-puntos-atencion .slick-next:before {
        content: '';
        background: url('/images/default-source/general/puntos-de-atencion/puntos-bt-next.png');
        width: 28px;
        height: 40px;
        display: block;
        background-size: 100%
    }

@media only screen and (max-width: 860px) {
    .red-cajeros-desktop {
        display: block
    }

    .contenedor-puntos {
        margin-top: 0;
        height: 760px
    }

    .info-punto {
        right: 0;
        left: 0
    }
}

@media only screen and (max-width: 800px) {
    .contenedor-puntos-de-atencion-home h2 {
        font-size: 24px;
        line-height: 28px
    }

    .contenedor-puntos-de-atencion-home h4 {
        font-size: 17px;
        line-height: 21px
    }

    .contenedor-puntos-de-atencion-home p {
        font-size: 15px;
        line-height: 19px
    }

    .contenedor-puntos-de-atencion-home .contenedor-red-cajeros {
        display: none
    }

    .contenedor-puntos-de-atencion-home .contenedor-red-cajeros-mobile {
        display: block
    }
}

@media only screen and (max-width: 772px) {
    .contenedor-puntos-de-atencion-home .contenedor-red-cajeros li h4 img {
        width: 30px;
        height: 30px
    }

    .contenedor-puntos-de-atencion-home .nav-tabs li a {
        padding: 5px 0
    }
}

@media only screen and (max-width: 660px) {
    .contenedor-puntos-de-atencion-home .contenedor-red-cajeros li h4 strong span {
        display: none
    }

    .contenedor-puntos-de-atencion-home .contenedor-red-cajeros li h4 img {
        width: 20px;
        height: 20px
    }
}

@media only screen and (max-width: 600px) {
    .contenedor-puntos-de-atencion-home h2 {
        font-size: 22px;
        line-height: 26px
    }

    .contenedor-puntos-de-atencion-home h4 {
        font-size: 16px;
        line-height: 20px
    }

    .contenedor-puntos-de-atencion-home p {
        font-size: 14px;
        line-height: 18px
    }

    .contenedor-puntos-de-atencion-home ul li {
        font-size: 14px;
        line-height: 18px
    }

    .contenedor-puntos-de-atencion-home .back-slider {
        background-position: center left !important
    }

    .contenedor-puntos-de-atencion-home .contenedor-red-cajeros {
        padding: 30px 0
    }
}

@media only screen and (max-width: 560px) {
    .contenedor-puntos-de-atencion-home .caja-slider {
        padding: 20px
    }
}

@media only screen and (max-width: 400px) {
    .contenedor-puntos-de-atencion-home h2 {
        font-size: 20px;
        line-height: 24px
    }

    .contenedor-puntos-de-atencion-home h4 {
        font-size: 15px;
        line-height: 19px
    }

    .contenedor-puntos-de-atencion-home p {
        font-size: 13px;
        line-height: 17px
    }

    .contenedor-puntos-de-atencion-home .contenedor-red-cajeros li {
        margin: 0 4px
    }
}

@media only screen and (max-width: 600px) {
    .bt-direccion {
        width: 100%
    }

    .bt-buscar {
        width: 10%
    }

    .input-direccion {
        width: 86%
    }
}

.modulo-banca-virtual {
    background: rgba(45,150,158,.8);
    position: fixed;
    top: 150px;
    right: -290px;
    z-index: 998;
    width: 100%;
    max-width: 290px;
    -webkit-transition: all .6s;
    transition: all .6s
}

.banca-virtual {
    right: 0 !important
}

.modulo-24online, .modulo-sat, .modulo-24online-mobile, .modulo-sat-mobile {
    padding: 0;
    position: relative
}

iframe {
    background-color: transparent
}

.modulo-banca-virtual ul {
    list-style: none;
    margin-top: -52px;
    padding: 0 0 0 12px
}

    .modulo-banca-virtual ul li {
        display: inline-block;
        cursor: pointer
    }

.modulo-banca-virtual .ico-close, .modulo-banca-virtual .ico-close-mobile {
    color: #27767b;
    padding-right: 4px;
    position: relative;
    top: 25px
}

.menu-side {
    top: -52px !important
}

.iconos-menu {
    right: 0 !important
}

.mostrar-24online a:hover, .mostrar-sat a:hover {
    opacity: 1
}

.menu-side-mobile {
    right: 0 !important
}

.modulo-24online {
    max-height: 240px
}

    .modulo-24online #loader {
        line-height: 240px
    }

table.simulator_table {
    width: 90%;
    font-weight: 400;
    font-family: 'Istok Web',sans-serif;
    font-size: 14px;
    line-height: 18px;
    -webkit-font-smoothing: antialiased;
    color: #202020;
    margin: 0 auto;
    padding: 30px 0;
    max-width: 1000px
}

    table.simulator_table thead tr {
        color: #202020
    }

    table.simulator_table tr {
        font-size: 14px;
        line-height: 16px;
        color: #818181;
        padding: 6px
    }

        table.simulator_table tr:nth-child(even) {
            background: #f6f6f6
        }

        table.simulator_table tr td {
            padding: 0 4px;
            vertical-align: middle;
            padding: 6px
        }

            table.simulator_table tr td.tlabel {
                color: #202020;
                text-align: left
            }

.bb-form {
}

    .bb-form h3 {
        text-align: center;
        font-weight: 700;
        color: #008f9f
    }

    .bb-form input, .bb-form select, .bb-form textarea {
        -ms-border-radius: 0;
        border-radius: 0;
        background: #e8edf1;
        border: none
    }

        .bb-form input:invalid {
            box-shadow: none;
            outline: 0
        }

        .bb-form input.form-error, .bb-form select.form-error, .bb-form textarea.form-error {
            border: 1px solid #e72e2f
        }

    .bb-form .error-message {
        font-size: 12px;
        margin: 5px 0 0 0;
        border: 1px solid #fac2c5;
        color: #e72e2f;
        padding: 3px 0 2px 22px;
        background: url('/images/default-source/general/diseno/icono-alerta-red.png') #fae3e4 no-repeat 3px center;
        background-size: 15px
    }

    .bb-form .hide-field input, .bb-form .hide-field label, .bb-form .hide-field select, .bb-form .hide-field textarea {
        display: none
    }

.modal-backdrop {
    -ms-opacity: .5 !important;
    opacity: .7 !important
}

.modal-content {
    border: none !important;
    width: 100%;
    display: block
}

.modal-content-url {
    border: none !important;
    width: 100%;
    display: none
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-content .close {
    opacity: 1;
    position: absolute;
    z-index: 99;
    right: -16px;
    top: -18px
}

.modal-content-url .close {
    opacity: 1;
    position: absolute;
    z-index: 99;
    right: -16px;
    top: -18px
}

.modal-dialog {
    max-width: 640px;
    width: 94%;
    padding: 40px 10px
}

.top-image img {
    width: 100%;
    display: inline-block
}

.top-text > p {
}

.top-text {
    padding: 0 10px 30px
}

.top-text-center {
    text-align: center
}

.bt-caja-opacity:hover {
    opacity: .6;
    color: #353535 !important
}

.bt-caja-opacity {
    border: 1px solid #353535;
    color: #353535 !important;
    padding: 6px 12px;
    display: inline-block;
    margin: 10px auto;
    text-decoration: none !important;
    cursor: pointer;
    background: transparent
}

.left-image {
    width: 43%;
    height: auto;
    display: inline-block;
    vertical-align: middle
}

    .left-image img {
        width: 100%;
        height: auto
    }

.left-text {
    display: inline-block;
    vertical-align: middle;
    width: 53%
}

.modal-body .content-left-modal {
    padding: 0 0 0 !important
}

.modal-body .content-right-modal {
    padding: 0 0 0 25px !important
}

.col-md-5 > img {
    width: 100%;
    height: 100%
}

.content-top-modal .col-md-12 > img {
    width: 100%;
    height: 100%
}

.content-full-modal {
    width: auto;
    height: auto
}

    .content-full-modal img {
        width: 100%;
        height: auto
    }

@media only screen and (max-width: 800px) {
    .modal-body .content-right-modal {
        padding: 0 0 0 20px !important
    }
}

@media only screen and (max-width: 560px) {
    .modal-body {
        width: 100%;
        text-align: center
    }

    .left-image {
        display: none
    }

    .left-text {
        display: inline-block;
        width: 100%
    }

        .left-text > p {
        }

    .col-md-5 > img {
        display: none
    }

    .bt-caja-opacity {
        margin: 10px 0 12px 0
    }

    .modal-body .content-right-modal {
        padding: 0 0 0 0 !important
    }
}

@media only screen and (max-width: 400px) {
    .modal-body .content-right-modal {
        padding: 0 0 0 0 !important
    }
}

#map {
    border: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    top: -60px;
    min-height: 700px
}

@media only screen and (max-width: 860px) {
    #map {
        top: auto;
        height: 460px
    }
}

.quiz-bankard-ideal {
    height: 420px;
    width: 100%;
    background: url("/images/default-source/general/bankard/tarjeta-ideal/back.jpg") #0e6391 repeat-x top center;
    color: #fff;
    font-family: 'Helvetica',sans-serif;
    font-size: 24px;
    font-weight: 300;
    overflow: hidden;
    text-align: center;
    position: relative
}

    .quiz-bankard-ideal .item {
        position: absolute;
        width: 100%;
        height: 420px;
        display: flex;
        align-items: center;
        transition: all 1s ease
    }

        .quiz-bankard-ideal .item.done {
            transform: translateX(-100%)
        }

        .quiz-bankard-ideal .item.not-yet {
            transform: translateX(100%)
        }

    .quiz-bankard-ideal .content {
        max-width: 820px;
        width: 100%;
        margin: 0 auto
    }

    .quiz-bankard-ideal h3 {
        background: rgba(0,204,255,.2);
        padding: 6px 12px;
        color: inherit;
        font-size: 20px;
        line-height: 22px
    }

    .quiz-bankard-ideal button {
        display: inline-block;
        vertical-align: top;
        max-width: 160px;
        min-width: 130px;
        padding: 4px 12px;
        margin: 4px auto;
        position: relative;
        touch-action: manipulation;
        background: none;
        color: #fff;
        border: none;
        font-size: 20px;
        line-height: 22px
    }

        .quiz-bankard-ideal button span {
            display: block;
            border: 2px solid transparent;
            border-radius: 50%;
            width: 102px;
            margin: 0 auto 8px
        }

            .quiz-bankard-ideal button span img {
                margin: 9px;
                padding: 12px;
                border-radius: 50%;
                background: #0e6391;
                width: 80px;
                height: auto
            }

.puntos {
    position: relative;
    z-index: 99;
    padding: 30px;
    margin: 4px auto 4px 0;
    max-width: 600px;
    width: 100%
}

.contenedor-filtro-visa .tarjeta-bankard {
    width: 24%;
    padding: 16px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: top
}

.separador-bankard {
    height: 5px;
    background: #003765;
    width: 160px;
    margin: 0 auto 0 0;
    border: 0;
    text-align: center
}

.quiz-bankard-ideal button:hover, .quiz-bankard-ideal button:visited {
    color: #fa9f25;
    opacity: .5
}

    .quiz-bankard-ideal button:hover span, .quiz-bankard-ideal button:visited span {
        border: 2px solid #fa9f25
    }

        .quiz-bankard-ideal button:hover span img, .quiz-bankard-ideal button:visited span img {
            background: #fa9f25
        }

a:hover {
    color: inherit
}

@media only screen and (max-width: 900px) {
    .contenedor-filtro-visa .tarjeta-bankard {
        width: 32%
    }
}

@media only screen and (max-width: 800px) {
    .quiz-bankard-ideal {
        height: 400px
    }

        .quiz-bankard-ideal h3 {
            padding: 4px 10px;
            width: 90%;
            margin: 0 auto
        }

        .quiz-bankard-ideal button {
            font-size: 18px;
            line-height: 20px;
            max-width: 150px
        }

            .quiz-bankard-ideal button span {
                width: 80px;
                margin: 0 auto 6px
            }

                .quiz-bankard-ideal button span img {
                    margin: 6px;
                    padding: 12px;
                    width: 60px
                }
}

@media only screen and (max-width: 700px) {
    .quiz-bankard-ideal {
        height: 380px
    }

        .quiz-bankard-ideal button {
            font-size: 16px;
            line-height: 18px;
            max-width: 140px
        }
}

@media only screen and (max-width: 660px) {
    .contenedor-filtro-visa .tarjeta-bankard {
        width: 48%
    }
}

@media only screen and (max-width: 600px) {
    .quiz-bankard-ideal button {
        font-size: 13px;
        line-height: 15px;
        max-width: 90px;
        min-width: 90px
    }

        .quiz-bankard-ideal button span {
            width: 70px;
            margin: 0 auto 6px
        }

            .quiz-bankard-ideal button span img {
                margin: 4px;
                padding: 12px;
                width: 58px
            }
}

@media only screen and (max-width: 460px) {
    .contenedor-filtro-visa .tarjeta-bankard {
        width: 80%;
        display: block
    }
}

@media only screen and (max-width: 440px) {
    .quiz-bankard-ideal h3 {
        padding: 4px 6px;
        font-size: 16px;
        line-height: 18px
    }

    .quiz-bankard-ideal button {
        font-size: 12px;
        line-height: 15px;
        max-width: 74px;
        min-width: 74px;
        padding: 0;
        margin: 0
    }

        .quiz-bankard-ideal button span {
            width: 70px;
            margin: 0 auto 6px
        }

            .quiz-bankard-ideal button span img {
                margin: 4px;
                padding: 12px;
                width: 58px
            }
}

.p-30 {
    padding: 30px
}

.width-800 {
    margin: 0 auto;
    max-width: 800px;
    width: 90%
}

section {
    display: block
}

.categorias-bankard-promos {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 0 1%
}

    .categorias-bankard-promos select {
        display: block;
        vertical-align: middle;
        position: relative;
        width: 100%;
        background: url(../images/bankard/promociones/ico-select.png) center right #f3f3f3 no-repeat;
        background-size: auto auto;
        border: none;
        background-size: 30px;
        padding: 0 12px;
        outline: none;
        line-height: 22px;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none;
        -o-appearance: none;
        -ms-user-select: none;
        height: 32px;
        border-radius: 0
    }

.categorias-bankard-promos, .buscador-bankard-promos {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 0 1%
}

.p-20-0 {
    padding: 20px 0
}

.contenedor-item-promocion {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%
}

.item-promocion {
    width: 24%;
    display: inline-block;
    vertical-align: middle;
    padding: 20px;
    text-align: center
}

    .item-promocion img {
        border: 1px solid #aeaeae;
        max-width: 240px;
        width: 90%;
        padding: 12px
    }

.color-azul {
    color: #003765
}

.direccion-promociones-bankard {
    color: #202020;
    display: block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    background: #f3f3f3;
    border: none;
    padding: 7px
}

input {
    overflow: visible
}

.bt-buscar {
    display: inline-block;
    width: 8%;
    vertical-align: middle
}

.input-buscador-bankard {
    display: inline-block;
    width: 88%;
    vertical-align: middle
}

.m-0-auto {
    margin: 0 auto
}

.fondo-azul {
    background: #003765
}

.modal-promociones-bankard .modal-dialog {
    max-width: 800px;
    margin: 30px auto;
    width: 90%;
    padding: 0
}

.modal-promociones-bankard .modal-content .close {
    opacity: 1;
    position: absolute;
    z-index: 99;
    right: 6px;
    top: 6px
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.modal-promociones-bankard .modal-content .modal-body {
    padding: 30px
}

    .modal-promociones-bankard .modal-content .modal-body .imagen {
        display: inline-block;
        width: 35%;
        vertical-align: middle
    }

    .modal-promociones-bankard .modal-content .modal-body .info {
        display: inline-block;
        width: 63%;
        vertical-align: middle
    }

.modal-promociones-bankard .modal-content .modal-footer {
    padding: 30px;
    background: #f4f1f1;
    justify-content: normal
}

.t-a-l {
    text-align: left
}

.show {
    display: block !important
}

@media only screen and (max-width: 900px) {
    .item-promocion {
        width: 32%
    }
}

@media only screen and (max-width: 800px) {
    .modal-promociones-bankard .modal-content .modal-body .imagen {
        width: 100%;
        text-align: center
    }

    .modal-promociones-bankard .modal-content .modal-body .info {
        width: 100%
    }
}

@media only screen and (max-width: 700px) {
    .item-promocion {
        width: 48%
    }
}

@media only screen and (max-width: 660px) {
    .categorias-bankard-promos, .buscador-bankard-promos {
        width: 100%;
        display: block;
        margin: 10px auto
    }
}

@media only screen and (max-width: 560px) {
    .modal-promociones-bankard .modal-content .modal-body .info {
        text-align: -webkit-left
    }
}

@media only screen and (max-width: 400px) {
    .item-promocion {
        width: 98%
    }

    .direccion-promociones-bankard {
        color: #202020;
        display: block;
        vertical-align: middle;
        position: relative;
        width: 100%;
        background: #f3f3f3;
        border: none;
        padding: 7px
    }

    .responsive-content-block {
        font-size: 17px;
        line-height: 22px
    }
}

@media only screen and (max-width: 360px) {
    .modal-promociones-bankard .modal-body.imagen {
        width: 220px
    }
}

.fondo-gris {
    background: #f5f4f5
}

.contenedor {
    margin-top: 20px
}

.filtros-servicios {
    width: 65%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    padding: 0;
    border-bottom: 1px solid #000;
    text-align: center
}

    .filtros-servicios li {
        display: inline-block;
        margin: 0 12px
    }

.buscador-servicios {
    width: 25%;
    display: inline-block;
    vertical-align: middle
}

.input-servicios {
    display: block;
    width: 100%;
    vertical-align: middle;
    background: #fff
}

.buscador-servicios .caja-form-gris {
    display: inline-block;
    width: 85%;
    padding: 2px 0
}

    .buscador-servicios .caja-form-gris input {
        color: #202020;
        display: block;
        vertical-align: middle;
        position: relative;
        width: 100%;
        background: transparent;
        border: none;
        padding: 6px
    }

button, input {
    overflow: visible
}

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

.buscador-servicios .bt-buscar {
    display: inline-block;
    width: 10%;
    vertical-align: middle;
    min-width: 35px;
    float: right
}

.bt-buscar {
    display: inline-block;
    width: 8%;
    vertical-align: middle
}

.contenedor-servicio-bloque {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    padding: 30px;
    text-align: center;
    box-sizing: border-box
}

.item-servicio {
    width: 33%;
    display: inline-block;
    vertical-align: middle;
    padding: 20px
}

.item-servicio-imagen {
    height: 280px;
    width: 100%;
    position: relative
}

.item-servicio-titular {
    background: rgba(14,137,148,.9);
    width: 100%;
    height: 80px;
    padding: 0 16px;
    position: absolute;
    bottom: 0;
    display: table;
    box-sizing: border-box
}

    .item-servicio-titular img {
        position: absolute;
        top: -40px;
        left: 42%
    }

.item-servicio h4 {
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    padding-top: 10px
}

.item-servicio p {
    text-align: left
}

.m-20-auto-0 {
    margin: 20px auto 0
}

.link-servicios {
    color: #202020
}

    .link-servicios::before {
        content: '';
        display: block;
        border-top: 3px solid #202020;
        margin: 10px 0;
        max-width: 90px
    }

.filtros-servicios li a {
    padding: 20px 12px;
    display: block;
    font-weight: 700;
    opacity: 1 !important;
    position: relative;
    color: #000
}

    .filtros-servicios li a:hover::before {
        content: '';
        position: absolute;
        width: 100%;
        border-bottom: 4px solid #000;
        bottom: -2px;
        left: 0
    }

    .filtros-servicios li a .active {
        content: '';
        position: absolute;
        width: 100%;
        border-bottom: 4px solid #000;
        bottom: -2px;
        left: 0
    }

@media only screen and (max-width: 1140px) {
    .filtros-servicios {
        width: 100%;
        margin: 0 auto
    }

    .buscador-servicios {
        display: none
    }
}

@media only screen and (max-width: 1000px) {
    .item-servicio {
        width: 48%;
        padding: 20px 12px
    }
}

@media only screen and (max-width: 900px) {
    .filtros-servicios li a {
        padding: 16px 12px
    }
}

@media only screen and (max-width: 701px) {
    .contenedor {
        margin-top: 0
    }
}

@media only screen and (max-width: 600px) {
    .item-servicio {
        width: 98%;
        padding: 20px 0
    }

    .filtros-servicios li a {
        padding: 12px 12px
    }

    .bt-buscar {
        width: 10%
    }
}

.titulo-noticias {
    color: #008f9f;
    text-align: left;
    font-size: 30px;
    line-height: 34px;
    font-family: 'Istok Web',sans-serif
}

.noticias {
    background: #fff;
    -webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
    padding: 40px;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    text-align: center
}

.h4-noticias {
    font-size: 17px
}

.color-verde, t-a-l {
    color: #008f9f
}

.t-a-l {
    text-align: left
}

.contenedor-noticias-home {
    z-index: 99;
    position: relative;
    margin: 30px auto -40px
}

.noticias-home-left {
    width: 58%;
    padding: 24px 24px 0 0
}

.img-noticias {
    vertical-align: middle;
    border-style: none;
    outline: none
}

.noticias-home-right {
    width: 40%
}

.noticias-home-left, .noticias-home-right {
    display: inline-block;
    vertical-align: top;
    padding: 24px 24px 24px 0
}

.noticias-home {
    clear: both;
    padding: 0 0 20px
}

    .noticias-home .img-noticias {
        width: 45%;
        float: left;
        padding-right: 20px
    }

.p-noticias {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Istok Web',sans-serif
}

@media only screen and (max-width: 800px) {
    .noticias-home-left {
        display: none
    }

    .h4-noticias {
        font-size: 17px;
        line-height: 21px
    }

    p-noticias {
        font-size: 15px;
        line-height: 19px
    }

    .noticias-home-right {
        width: 100%;
        padding: 24px 0
    }

    .noticias-home {
        padding: 20px 0 20px
    }
}

@media only screen and (max-width: 768px) {
    .noticias {
        width: 90%
    }
}

@media only screen and (max-width: 600px) {
    .h4-noticias {
        font-size: 16px;
        line-height: 20px
    }

    .p-noticias {
        font-size: 14px;
        line-height: 18px
    }
}

@media only screen and (max-width: 540px) {
    .noticias-home {
        max-width: 380px;
        width: 100%;
        margin: 0 auto
    }

        .noticias-home .img-noticias {
            width: 100%;
            float: none;
            padding-right: 0
        }
}

@media only screen and (max-width: 400px) {
    .h4-noticias {
        font-size: 15px;
        line-height: 19px
    }

    .p-noticias {
        font-size: 13px;
        line-height: 17px
    }

    .noticias {
        width: 90%
    }

    .titulo-noticias {
        font-size: 20px
    }
}

section.fondo-gris {
    background: #f5f4f5
}

    section.fondo-gris div.container-right .sliderPage .slide-content .slide-content-info .title img {
        height: auto;
        width: auto
    }

    section.fondo-gris div.container-right .sliderPage .slide-content .slide-content-info .title {
        padding-left: 10px;
        padding-right: 10px
    }

    section.fondo-gris div.container-right div.sliderPage div.slick-list div.slick-track div.slide-item {
        margin-top: 0
    }

section#breadcrumb-area.news {
    margin-bottom: 0
}

.categorias a {
    background: #fff;
    padding: 4px;
    width: 100%;
    display: block;
    text-align: center;
    margin: 8px auto;
    color: #202020
}

.separador-titulo-verde::after {
    content: '';
    border-top: 4px solid #008f9f;
    display: block;
    padding: 0 0 20px;
    width: 80px;
    margin: 10px auto 0
}

.container-right .categorias, .container-right .etiquetas {
    margin-bottom: 45px
}

.container-right .more {
    text-align: center
}

div.etiquetas {
    background: #fff;
    padding: 20px;
    text-align: center
}

.etiquetas a {
    text-align: left;
    color: #202020;
    position: relative;
    display: inline-block;
    padding: 6px;
    margin: 0 0 0 6px;
    min-width: 116px
}

    .etiquetas a:before {
        content: '';
        width: 5px;
        height: 5px;
        background: #008f9f;
        display: block;
        position: absolute;
        left: -3px;
        top: 12px
    }

.container-right > div:nth-child(1) {
    margin-top: 45px
}

.container-news-home {
    width: 70%;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px
}

.noticias-lista {
    margin: 0 auto
}

.noticia-listado {
    width: 48%;
    padding: 20px;
    display: inline-block;
    vertical-align: top;
    text-align: left
}

.noticia-listado-imagen {
    height: 200px;
    position: relative
}

.noticia-categoria {
    background: rgba(0,32,58,.5);
    padding: 5px;
    position: absolute;
    bottom: 0
}

    .noticia-categoria p {
        margin: 0 auto
    }

.color-blanco {
    color: #fff
}

.noticia-listado-info h3 {
    min-height: 56px
}

.m-20-auto-0 {
    margin: 20px auto 0
}

.link-servicios {
    color: #202020
}

    .link-servicios::before {
        content: '';
        display: block;
        border-top: 3px solid #202020;
        margin: 10px 0;
        max-width: 90px
    }

.container-noticias {
    position: relative;
    margin: -30px auto 0;
    padding: 0 0 45px
}

.noticia-destacada {
    z-index: 9;
    position: relative;
    margin: 30px auto
}

.sombra-bloque {
    -webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 12px 0 rgba(0,0,0,.2)
}

.fondo-blanco {
    background: #fff
}

.noticia-destacada-imagen {
    height: 350px;
    position: relative
}

.noticia-destacada-info {
    padding: 30px;
    text-align: left
}

.noticia-interna {
    z-index: 9;
    position: relative;
    margin: 30px auto
}

.noticias {
    margin: 0 auto;
    text-align: center
}

.m-0-auto {
    margin: 0 auto
}

.container-noticias .color-gris {
    color: #b1b1b1
}

.noticia-interna-imagen {
    height: 350px;
    position: relative;
    margin: 0 30px
}

.noticia-interna-info {
    padding: 30px;
    text-align: left
}

blockquote {
    margin: 20px auto 20px;
    padding: 0;
    border: none
}

    blockquote p {
        font-weight: bold;
        color: #008f9f
    }

.t-a-r {
    text-align: right
}

.share-noticias {
    margin-bottom: 10px
}

    .share-noticias span, .share-noticias a {
        vertical-align: middle;
        display: inline-block
    }

.color-amarillo {
    color: #ffc708
}

.calificacion-articulo {
    float: left;
    min-width: 510px;
    background: #f5f4f5;
    padding: 1px 20px 10px 20px;
    margin: 10px auto 5px;
    padding-top: 0
}

    .calificacion-articulo h4 span {
        vertical-align: middle
    }

.valoracion-check {
    background: url(../images/noticias-novedades/ico-valoracion.png) center center no-repeat;
    background-size: 100%;
    width: 25px;
    height: 25px;
    display: inline-block;
    opacity: .5;
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: pointer
}

.calificacion-articulo .puntaje {
    padding: 2px 4px 2px 4px;
    background: #dfdedc;
    font-size: 10px;
    line-height: 12px;
    color: #202020;
    position: relative;
    margin-left: 12px
}

    .calificacion-articulo .puntaje::before {
        content: '';
        border-style: solid;
        border-width: 9px 10px 9px 0;
        border-color: transparent #dfdedc transparent transparent;
        left: -10px;
        position: absolute;
        top: 0
    }

.sf-Comments-form {
}

.content-calificacion .sf-Ratings {
    float: left;
    min-width: 440px
}

ul.pagination {
    text-align: center;
    display: table;
    margin: auto
}

.pagination li {
    display: table-cell;
    padding: 4px
}

    .pagination li.active {
        font-weight: 700
    }

.paginador-noticias {
    text-align: center;
    margin: 30px auto 10px
}

    .paginador-noticias h4 {
        display: inline;
        background: #eae8ea;
        padding: 8px 16px
    }

.content-calificacion .bt-caja {
    padding: 0 5px;
    margin: 0;
    font-size: 13px
}

.content-calificacion .btn-enviar {
    float: left;
    margin-top: 12px
}

.promedio-rating {
    margin: auto
}

.container-right .sliderPage .sep {
    display: none
}

.item-title-blogs {
    cursor: pointer !important
}

    .item-title-blogs:hover {
        color: #000 !important;
        opacity: 1 !important;
        background: #ddf5f9 !important
    }

@media only screen and (max-width: 1175px) {
    .calificacion-articulo {
        float: none;
        margin: 0 auto;
        padding: 10px 10px
    }
}

@media only screen and (max-width: 860px) {
    .calificacion-articulo {
        min-width: auto
    }

    .titulo-calificacion {
        display: block;
        margin: 10px auto 2px
    }

    .content-calificacion .sf-Ratings {
        min-width: 300px
    }
}

@media only screen and (max-width: 768px) {
    section.fondo-gris div.container-right .sliderPage .slide-content .slide-content-info {
        padding-left: 0;
        padding-right: 0
    }

    .content-calificacion .btn-enviar {
        margin-top: 33px
    }
}

@media only screen and (min-width: 768px) {
    section.fondo-gris div.container-right .sliderPage .slide-content .slide-content-info .title {
        padding-left: 0;
        padding-right: 0
    }

        section.fondo-gris div.container-right .sliderPage .slide-content .slide-content-info .title hr {
            width: 70%
        }
}

@media only screen and (max-width: 760px) {
    .noticia-destacada-imagen {
        height: 300px
    }
}

@media only screen and (max-width: 600px) {
    ul li, ol li {
        font-size: 14px;
        line-height: 18px
    }

    .content-calificacion .sf-Ratings {
        min-width: 250px
    }
}

@media only screen and (max-width: 560px) {
    .noticia-listado {
        width: 100%;
        padding: 0;
        margin: 0 auto 30px
    }

    .noticia-listado-info {
        padding: 20px
    }

        .noticia-listado-info h3 {
            min-height: auto
        }

    .noticia-destacada-imagen {
        height: 200px
    }

    .noticia-destacada-info, .noticia-interna-info {
        padding: 20px
    }

    .noticia-interna-imagen {
        height: 200px;
        margin: 0 20px
    }

    .calificacion-articulo {
        text-align: center
    }

    .container-right .sliderPage .slide-content {
        height: 430px
    }
}

@media only screen and (max-width: 414px) {
    section.fondo-gris div.container-right .sliderPage .slide-content .slide-content-info {
        padding-left: 30px;
        padding-right: 30px
    }

        section.fondo-gris div.container-right .sliderPage .slide-content .slide-content-info .title img {
            padding-left: 20px;
            padding-right: 20px
        }
}

@media only screen and (max-width: 400px) {
    .sf-Comments-form {
        display: block
    }

    .calificacion-articulo .puntaje {
        display: block;
        margin: 10px;
        padding: 4px 8px
    }

    .content-calificacion .sf-Ratings {
        float: none;
        min-width: 100px
    }

    .content-calificacion .count-calificacion {
        float: none
    }

    .content-calificacion .btn-enviar {
        float: none;
        margin-top: 0
    }
}

.aulabb header#top-bar {
    min-height: 52px
}

.logo img {
    max-width: 200px;
    width: 90%
}

.logo > div {
    padding: 9px 0
}

.logo a:hover {
    opacity: 1
}

footer#footer.footer-aulabb {
    background: #fff;
    padding: 30px 0;
    position: inherit;
    width: 100%;
    bottom: inherit;
    z-index: 99;
    text-align: center
}

.footer-aulabb img {
    max-width: 180px;
    margin: 0 auto 20px
}

.campo-ingresado {
    color: #202020;
    padding: 4px 8px;
    width: auto;
    display: inline-block;
    font-size: 17px;
    line-height: 19px
}

.slider-simulador-aulabb .productos-home-col img {
    max-width: 90px;
    margin: 0 auto
}

table.simulator_tables_aulabb tr:nth-child(even) {
    background: #f6f6f6
}

table.simulator_tables_aulabb tr {
    font-size: 14px;
    line-height: 16px;
    color: #818181;
    padding: 6px
}

.fondo-tabla-aulabb {
    background: #c6e8ea !important
}

table.simulator_tables_aulabb {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    -webkit-font-smoothing: antialiased;
    color: #202020;
    margin: 0 auto;
    padding: 30px 0;
    max-width: 1000px
}

    table.simulator_tables_aulabb tr td.tlabel {
        color: #202020;
        text-align: left
    }

    table.simulator_tables_aulabb tr {
        font-size: 14px;
        line-height: 16px;
        color: #818181;
        padding: 6px
    }

        table.simulator_tables_aulabb tr td.tlabel {
            color: #202020;
            text-align: left
        }

        table.simulator_tables_aulabb tr td {
            padding: 0 4px;
            vertical-align: middle;
            padding: 6px
        }

.sim-aulabb button.bt-caja:hover {
    opacity: .6
}

.resultado-sim-aulabb #tb-amortiza {
    width: 100%
}

#simulator-response.resultado-sim-aulabb h4 strong {
    margin-left: 0
}

.print {
    display: none
}

.hr {
    margin: 10px auto;
    width: 400px;
    display: block;
    border: 3px solid
}

.title-print {
    color: #333;
    font-weight: bold
}

.CajaHerramientasFinancieras {
    margin-top: 40px
}

    .CajaHerramientasFinancieras h4 {
    }

    .CajaHerramientasFinancieras .featured-item.credit {
        color: #606060
    }

        .CajaHerramientasFinancieras .featured-item.credit:hover {
            cursor: pointer !important;
            text-decoration: none;
            opacity: .6
        }

.link-inline-blog {
    color: #008f9f;
    outline: none !important;
    cursor: pointer;
    font-size: 18px;
    line-height: 1em;
    padding: 0 0 0 10px;
    margin: 0 auto 0 10px;
    border-left: 1px solid #008f9f;
    display: inline-block;
    vertical-align: middle
}

.color-aulabb {
    color: #ff8300
}

.margen-title {
    padding: 0 !important;
    position: relative
}

.html5-video-player {
    pointer-events: none
}

.link-inline-black {
    color: #000;
    outline: none !important;
    cursor: pointer;
    font-size: 18px;
    line-height: 1em;
    padding: 0 0 0 10px;
    margin: 0 auto 0 10px;
    border-left: 1px solid #000;
    display: inline-block;
    vertical-align: middle
}

.color-negro {
    color: #202020
}

.linea-top {
    margin-bottom: 30px
}

    .linea-top hr {
        margin: 0 auto;
        background: #008f9f
    }

    .linea-top h3 {
        margin-top: 15px !important;
        margin-bottom: 3px !important
    }

    .linea-top h2 {
        margin-top: 0
    }

.margen-bottom {
    margin-bottom: 65px
}

    .margen-bottom a {
        font-size: 16px
    }

.aulabb-slider {
    height: 360px !important;
    margin: 0 0 0 20px;
    display: table !important
}

    .aulabb-slider .fondo-aulabb {
        background: #ff8300 !important
    }

.institucional-bloque {
    background: rgba(0,0,0,.4);
    padding: 10px
}

.content-info-institucional {
    display: table-cell;
    vertical-align: bottom
}

.slider-institucional .slick-prev:before {
    background: url(/images/default-source/general/diseno/slider-bt-prev.png);
    width: 35px;
    height: 53px;
    display: block;
    background-size: 100%
}

.slider-institucional .slick-next:before {
    background: url(/images/default-source/general/diseno/slider-bt-next.png);
    width: 35px;
    height: 53px;
    display: block;
    background-size: 100%
}

.slider-institucional .slick-prev {
    left: 20px;
    top: 26px;
    z-index: 9;
    height: 53px;
    width: 35px
}

.slider-institucional .slick-next {
    right: 0;
    top: 26px;
    z-index: 9;
    height: 53px;
    width: 35px
}

.slider-institucional > .slick-list > .slick-track {
    opacity: 1;
    width: 6000px;
    transform: translate3d(-2400px,0,0)
}

.aulabb-link img {
    margin: 0 auto;
    max-width: 90px
}

.productos-home-col.aulabb-link:hover {
    text-decoration: none !important;
    opacity: .6 !important
}

.titulo-aulabbhome::after {
    border-top: none !important
}

.titulo-aulabbhome hr {
    background: #fa9f25
}

.container-aulabbhome {
    margin-bottom: 80px
}

.videoPlay {
    pointer-events: none
}

.enlace-video-modal {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

    .enlace-video-modal:hover {
        background: rgba(200,200,200,.5)
    }

.slider-select-item .featured-item img {
    max-width: 90px;
    margin: 0 auto
}

.slider-select-item a {
    cursor: pointer;
    padding: 10px 0;
    margin: 0
}

.slider-select-item .slick-prev:before, .slider-destacado-home .slick-prev:before, .slider-simulador-aulabb .slick-prev:before {
    background: url(/images/default-source/general/diseno/slider-bt-prev.png);
    width: 35px;
    height: 53px;
    display: block;
    background-size: 100%
}

.slider-select-item .slick-next:before, .slider-destacado-home .slick-next:before, .slider-simulador-aulabb .slick-next:before {
    background: url(/images/default-source/general/diseno/slider-bt-next.png);
    width: 35px;
    height: 53px;
    display: block;
    background-size: 100%
}

.slider-select-item .slick-prev, .slider-destacado-home .slick-prev, .slider-simulador-aulabb .slick-prev {
    left: 0;
    top: 50%;
    z-index: 9;
    width: 35px;
    height: 53px
}

.slider-select-item .slick-next, .slider-destacado-home .slick-next, .slider-simulador-aulabb .slick-next {
    right: 0;
    top: 50%;
    z-index: 9;
    width: 35px;
    height: 53px
}

.slider-destacado-home .featured-item img {
    max-width: 90px;
    margin: 0 auto
}

.aulabb #our-products-area {
    z-index: auto
}

.contain-carrusel-modal hr {
    margin: 10px auto 20px;
    height: 4px;
    width: 80px
}

.modal-normativas hr {
    margin: 0 auto;
    background: #202020
}

.slider-aulabb .slick-prev {
    width: 30px;
    height: 46px
}

.slider-aulabb .slick-next {
    width: 30px;
    height: 46px
}

.slider-aulabb .slick-prev:before {
    background: url(/images/default-source/general/diseno/slider-bt-prev.png);
    width: 30px;
    height: 46px;
    display: block;
    background-size: 100%;
    content: '' !important
}

.slider-aulabb .slick-next:before {
    background: url(/images/default-source/general/diseno/slider-bt-next.png);
    width: 30px;
    height: 46px;
    display: block;
    background-size: 100%;
    content: '' !important
}

.slider-aulabb .slick-prev, .slider-aulabb .slick-next {
    top: 25% !important
}

.ocultar-video {
    display: none
}

.descubre-encuesta {
    margin-top: 30px
}

.encuesta-aulabb {
    padding: 24px
}

.container-aulabb-encuestas .checkradio {
    padding: 12px 12px 10px 32px;
    text-align: left;
    background: url(/images/default-source/general/diseno/ico-radio.png) left center no-repeat;
    background-size: auto auto;
    background-size: 20px;
    position: inherit
}

.encuesta-aulabb p {
    cursor: pointer
}

.container-aulabb-encuestas input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0
}

.encuesta-aprende-fin {
    padding: 4px 20px 20px !important
}

.container-aulabb-encuestas input:checked ~ .checkradio {
    background: url(/images/default-source/general/diseno/ico-radio-checked.png) left center no-repeat;
    background-size: 20px
}

.container-aulabb-encuestas {
    display: block;
    position: relative;
    margin: 10px 8px;
    padding: 2px;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.checkradio {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: auto;
    background-color: #eaf8f9;
    padding: 12px;
    color: #565656;
    min-width: 100px;
    font-weight: 400
}

.slider-links-interes h2 {
    min-height: 72px;
    width: 160px
}

.slider-links-interes hr {
    margin: 0 auto
}

.slider-links-interes .destacados-home-col:hover {
    opacity: .6;
    cursor: pointer
}

.slider-links-interes .destacados-home-col a:hover {
    opacity: 1
}

.slider-aulabb .feature-item:hover {
    opacity: .6;
    cursor: pointer
}

.slider-aulabb .feature-item a:hover {
    opacity: 1
}

.slider-aulabb a:hover {
    opacity: 1
}

.slider-destacado-home div.featured-item:hover {
    opacity: .6;
    cursor: pointer
}

.slider-destacado-home a.featured-item {
    cursor: pointer
}

.slider-destacado-home div.featured-item a:hover {
    opacity: 1
}

.aulabb .accordion .btn-link {
    color: #019aa9
}

.slider-aulabb img {
    margin: 0 auto
}

.slider-aulabb h4 {
    margin: 0
}

.destacados-home-aulabb .slick-prev:before {
    background: url(/images/default-source/general/diseno/slider-bt-prev.png);
    width: 30px;
    height: 46px;
    display: block;
    background-size: 100%;
    content: '' !important
}

.destacados-home-aulabb .slick-prev {
    z-index: 99;
    left: 0
}

.destacados-home-aulabb .slick-next {
    right: 10px
}

.destacados-home-aulabb .slick-next, .destacados-home-aulabb .slick-prev {
    width: 30px !important;
    height: 46px !important
}

    .destacados-home-aulabb .slick-next:before {
        background: url(/images/default-source/general/diseno/slider-bt-next.png);
        width: 30px;
        height: 46px;
        display: block;
        background-size: 100%;
        content: '' !important
    }

.glosario-seguridadF {
    padding-top: 60px
}

.modal-normativas .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto
}

.hide-detail {
    display: none
}

@media only screen and (max-width: 800px) {
    .link-inline-blog {
        font-size: 16px;
        line-height: 1em
    }
}

@media only screen and (max-width: 600px) {
    .aulabb-slider {
        margin: 0 0 0 0
    }

    .slider-institucional .slick-prev {
        left: 0
    }
}

@media only screen and (max-width: 400px) {
    .linea-top h2 strong span {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media only screen and (max-width: 400px) {
    .destacados-home-aulabb .slider-links-interes h2 {
        min-height: 48px
    }
}

    /* Bootstarp 3 */

    @media (max-width:767px) {
        .hidden-xs {
            display: none !important;
        }
    }

    @media (max-width:767px) {
        .visible-xs {
            display: block !important;
        }

        table.visible-xs {
            display: table !important;
        }

        tr.visible-xs {
            display: table-row !important;
        }

        td.visible-xs, th.visible-xs {
            display: table-cell !important;
        }
    }

    @media screen and (max-width: 768px) {
        .prod-button {
            margin-left: 20px;
        }
    }

    /* Fin Bootstarp 3 */


@media only screen and (max-width: 1200px) {
    #hero-area.agencias .cover .slide-content {
        height: 400px;
    }

    .sliderPage .slide-content, .content-text-img-slider {
        height: 440px;
    }

    #hero-area .cover .slide-content {
        display: table;
        height: 480px;
    }

    #hero-area.simulador .slide-content {
        height: 400px;
    }

    .slider-content-list-img-slider {
        padding: 120px 0px 0px;
    }

    .modal-form-bb .respuesta .form-contacto-exito {
        margin-top: 30%;
    }
}

@media only screen and (max-width: 1000px) {
    .info-bancos-corresponsales .info {
        width: 49.5%;
    }
}

@media only screen and (max-width: 940px) {
    .slider-content-list-img-slider .content-title, .slider-content-list-img-slider .container-slider-list-first-title {
        display: block;
        width: 100%;
    }

    .slider-content-list-img-slider {
        background-size: 100% !important;
        padding: 80px 0px 0px;
    }
}
@media only screen and (max-width: 920px) {
    .list-content-slider-image-back .slider-image-back .imagen-back {
        display: none;
    }

    .list-content-slider-image-back .info-slider-image-back .middle-container-info {
        float: left;
        width: 100%;
        height: 100% !important;
    }

    .list-content-slider-image-back .slick-slide {
        height: auto !important;
    }
}

@media only screen and (max-width: 900px) {
    .sliderPage .slide-content {
        height: 400px;
    }

    #hero-area .cover .slide-content {
        height: 460px;
    }

    #hero-area .sliderPage .slide-content {
        height: 460px;
    }

    #hero-area.agencias .cover .slide-content {
        height: 400px;
    }

    #hero-area.agencias .sliderPage .slide-content {
        height: 400px;
    }
}

    @media only screen and (max-width: 800px){
        #breadcrumb-area ul li a, #breadcrumb-area .active{
            font-size: 15px;
            line-height: 19px;
        }
        .page-select-list-parent .page-list-titulo, .content-list-child {
            display: block;
            width: 100%;
        }
        .page-select-list-parent  .content-list-child {
            display: block;
            width: 100%;
        }
         .frm-encuesta .radio-escala.form-group{
            padding:0px;
        }
        .frm-encuesta .radio-escala .radio-inline{
            margin: 11px;
        }
    }

    @media only screen and (max-width: 775px){/*Responsive iPad*/
        #top-bar .row {
            margin-right: -20px;
            margin-left: -20px;
        }
        #footer .row {
            margin-right: -30px;
            margin-left: -30px;
        }
    }
    @media only screen and (max-width: 768px){
          .carousel-single-bankard.blue-light .slide-content-info{
            width: 0%;
            padding-top: 28px;
            display: inline-table;
            margin: 0px 20px 0px 40px;
         }
        .carousel-single-bankard.blue-light .slide-content-image {
            padding: 0px 0px;
        }
   
        .carousel-single-bankard.blue-light .slide-content-image{
            display: none;
        }
        .carousel-single-bankard.blue-light .slide-item{
           height: 300px!important;

        }
       
    }

    @media only screen and (max-width: 767px){
        #footer .social-icons-mobile {
            display: block;
            position: absolute;
            top: -62px;
            background: #000;
            left: -250px;
            padding: 10px;
        }
   
        #top-bar .row {
            margin-right: -15px;
            margin-left: -15px;
        }
        #footer .row {
            margin-right: -15px;
            margin-left: -15px;
        }
        #footer .container{
            margin: 0;
        }
        .frm-encuesta .radio-escala .radio-inline {
        margin: 7px;
        }
    }


    @media only screen and (max-width: 900px) {
        .footer-info{
	        display:block;
	        max-width:300px;
	        margin:0 auto;
	        border:none;
	        text-align:center;
	        width:100%;
        }
        .footer-info img{
	        margin:0 auto;
	        padding:10px 0px 0px;
        }
        .footer-links{
	        width:100%;
	        padding: 0;
            max-width: 100%;
            flex: 0 0 100%;
            -ms-flex: 0 0 100%;
        }
        

    }

    @media only screen and (max-width: 800px){
        .footer-links .links-col1 li, .footer-links .links-col2 li {
            padding: 0;
        }
    }
    @media screen and (max-width: 605px) {
        #resultados-simulador-verde-aire .simulador-verde-ahorro h2, #resultados-simulador-verde-luz .simulador-verde-ahorro h2, #resultados-simulador-verde-agua .simulador-verde-ahorro h2{
            border-right: 0px;
        }
        #ahorroTotalAnual_F{
            margin-left: 0px;
        }
    }
    @media screen and (max-width: 604px) {
        #resultados-simulador-verde-aire .simulador-verde-ahorro h2, #resultados-simulador-verde-luz .simulador-verde-ahorro h2, #resultados-simulador-verde-agua .simulador-verde-ahorro h2{
            border-right: 0px;
        }
         #ahorroTotalAnual_F{
            margin-left: 0px;
        }
    }
        @media screen and (max-width: 603px) {
            #resultados-simulador-verde-aire .simulador-verde-ahorro h2, #resultados-simulador-verde-luz .simulador-verde-ahorro h2, #resultados-simulador-verde-agua .simulador-verde-ahorro h2 {
                border-right: 0px;
            }
     #ahorroTotalAnual_F{
            margin-left: 0px;
        }
    }
     @media screen and (max-width: 602px) {
        #resultados-simulador-verde-aire .simulador-verde-ahorro h2, #resultados-simulador-verde-luz .simulador-verde-ahorro h2, #resultados-simulador-verde-agua .simulador-verde-ahorro h2{
            border-right: 0px;
        }
         #ahorroTotalAnual_F{
            margin-left: 0px;
        }
    }
      @media screen and (max-width: 601px) {
        #resultados-simulador-verde-aire .simulador-verde-ahorro h2, #resultados-simulador-verde-luz .simulador-verde-ahorro h2, #resultados-simulador-verde-agua .simulador-verde-ahorro h2{
            border-right: 0px;
        }
         #ahorroTotalAnual_F{
            margin-left: 0px;
        }
    }

@media only screen and (max-width: 600px) {
    .footer-links .links-col1, .footer-links .links-col2 {
        width: 100%;
        display: block;
        max-width: 400px;
        padding: 0 24px;
    }

    .frm-encuesta .radio-escala .radio-inline {
        margin: 20px auto;
        font-size: 16px;
        line-height: 18px;
    }

    .frm-encuesta .radio-escala .radio-options {
        background: transparent;
        margin-top: 0px;
    }

    .frm-encuesta .radio-escala .radio-inline span {
        padding: 12px 8px 24px 8px;
        top: 0px;
    }

    .frm-encuesta .form-group label {
        font-size: 20px;
    }

    .frm-encuesta .form-group {
        margin: 12px auto;
        padding: 20px 15px;
    }

    .frm-encuesta label.radio-inline span, .frm-encuesta .checkbox-inline span {
        font-size: 16px;
        line-height: 18px;
    }

    .firsttitlelist .servicios-modulo {
        width: 100%;
    }

    .firsttitlelist ul li {
        font-size: 14px;
        line-height: 18px;
    }

    .banco-buscador {
        background-size: 100%;
        padding: 40px 0px 0px;
    }

    .bancos-continentes, .bancos-pais, .bancos-buscar {
        width: 98%;
        display: block;
        vertical-align: middle;
        box-sizing: border-box;
        padding: 0px 1%;
        margin: 2% auto;
    }

    .info-bancos-corresponsales {
        padding: 20px;
    }
}

@media only screen and (max-width: 506px) {
    #resultados-simulador-verde-aire .contenedor-chart-simulador, #resultados-simulador-verde-luz .contenedor-chart-simulador, #resultados-simulador-verde-agua .contenedor-chart-simulador {
        overflow-x: scroll;
        width: 100%;
    }

        #resultados-simulador-verde-aire .contenedor-chart-simulador .chart-simulador {
            width: 420px;
        }
        #resultados-simulador-verde-luz .contenedor-chart-simulador .chart-simulador, #resultados-simulador-verde-agua .contenedor-chart-simulador .chart-simulador{
            width: 490px;
        }
        #campo-aire>h4{
                width: 170px;
                margin: 0px auto;
        }
         #campo-luz>h4{
                  width: 180px;
                   margin: 0px auto;
        }
         #campo-agua>h4{
                   width: 180px;
                    margin: 0px auto;
        }

            #resultados-simulador-verde-aire .simulador-verde-ahorro h2, #resultados-simulador-verde-luz .simulador-verde-ahorro h2, #resultados-simulador-verde-agua .simulador-verde-ahorro h2{
                border-right: 0px;
            }
      #ahorroTotalAnual_F{
          margin-left: 0px !important;
      }
}

@media only screen and (max-width: 460px) {
    .info-bancos-corresponsales .info {
        width: 98%;
        max-width: 240px;
        margin: 0 auto;
        padding: 20px;
        min-height: auto;
    }
}

    @media only screen and (max-width: 440px) {

        footer .info{
	        width:100%;
	        text-align:center;
        }
        .footer-links .links-col1 li, .footer-links .links-col2 li {
            padding: 0;
        }
        .otherhr .unlimited{
           
            min-width: 0px;
            margin-left: 0px;
        }
        
    }



    @media only screen and (max-width: 767px){
        .img-content-slide, .text-content-slide{
            display: block;
            width: 100%;
        }
        .slider-content-list-img-slider {
            padding: 40px 0px 0px;
        }
        .container-slider-list-first-title .slick-prev{
            top: 80px;
        }
        .container-slider-list-first-title .slick-next{
            top: 80px;
        }
        .container-only-text .imagen {
            width: 100%;
            display: block;
            max-width: 300px;
            margin: 0 auto;
        }
        .container-only-text .info-content-item {
            width: 100%;
            display: block;
        }
        .slider-content-list-contact{
      
            /*width: 100%;*/
                width: 90%;
               padding: 40px;
        }
   
        .online-mobile {
            visibility: visible !important;
            display: block !important;
			right: 0!important;
        }
        .modulo-banca-virtual{
            /* margin-top: -330px; */
            margin-top: -250px !important;
            /* right: 0 !important; */
            margin-left: auto;
            margin-right: auto;
            position: static!important;
        }
        .banca-virtual{
            position: static !important;
            /*margin: 90px auto 12px !important;*/
            margin: 120px auto 12px !important;

        }
        .modulo-banca-virtual ul{
            /*margin-top: -52px;*/
            padding: 0 0 0 17px !important;
            position: absolute;
        }
        .modulo-24online{
            padding: 10px 0px 0px !important;
        }

        .bloque-form-col {
        width: 100%;
        padding: 10px 0px;
    }
        .formulario-bankard .bloque-form {
        padding: 0px 0px;
    }
        .bloque-form-col span:nth-child(1) {
        width: 22%;
        padding: 0px 10px;
    }
        .bloque-form-col span:nth-child(2) {
        width: 74%;
        padding: 0px 10px;
    }
        .bloque-form-col2 {
        padding: 10px 0px;
    }
        .bloque-form-col2 span:nth-child(1) {
        width: 22%;
        padding: 0px 10px;
    }
        .bloque-form-col2 span:nth-child(2) {
        width: 76%;
        padding: 0px 10px;
    }
    }
    @media only screen and (max-width: 600px){
        .form-simulador li {
            margin: 12px auto;
            padding: 20px 15px;
        }

        .col-chart-simulador p:nth-child(1) span:nth-child(2) {
            width: 18%;
        }

        .back-slider {
            background-position: center left !important;
        }

        .slide-item{
            background-position: center left !important;
        }

        #hero-area .cover .slide-content{
            height: 400px;
        }

        #breadcrumb-area ul li a, #breadcrumb-area .active{
            font-size: 14px;
            line-height: 18px;
        }
        .p-60-0-0-r{
            padding: 60px 20px 0px;
        }
        .carousel-single .slide-content-image{
            display: none;
        }

        .carousel-single .slide-content-info{
            width: 100%;
            margin: 10px auto;
        }
        .carousel-single .carousel-single-giros .slide-content-info{
            width: 100%;
            margin: 10px auto;
        }

        .textoContenido.slider-content-list {
            width: 90%;
            margin: auto;
            padding-top: 0px;
        }

        .sliderPage .slick-dots{
            bottom: 39px;
        }
        .content-tabs .nav-tabs,.content-tabs .tab-content{
            width: 95%
        }
        #our-products-area.homeC .container{
            /*padding-right: 15px;
            padding-left: 15px;*/
        }
       
        .sliderPage .slide-content {
            height: 380px;
        }

        .carousel-single.carousel-single-bankard .slide-content-info .title p>img{
            width: 230px;
            height:35px;
        }
    
        .page-select-list-parent .slick-prev {
      
            left: 0px;
            top: 10px;
            z-index: 9;
            width: 20px;
            height: 31px;
             font-size: 0;
        }

        .page-select-list-parent .slick-next {
        
            right: 0px;
            top: 10px;
            z-index: 9;
            width: 20px;
            height: 31px;
            font-size: 0;
        }
        .slider-content-list {
        padding-right: 15px;
        padding-left: 15px;
        }
        #prefooter-area .page-nav-list {
            margin: auto;
        }
        section#breadcrumb-area.breadInterno{
            bottom: 31px;
        }
    }

    @media (min-width: 576px){
        #Search-area .form-inline label { /* para sobreescribir clases de Bootstrap 4 */
            display: unset;
            display: unset;
            -ms-flex-align: unset;
            align-items: unset;
            -ms-flex-pack: unset;
            justify-content: unset;
            margin-bottom: 0;
        }
    
    }

    @media only screen and (max-width: 560px) {
        .flecha-tabla { display: inline-block; }
        .slider-content-list{
            padding-left:15px;
            padding-right:15px;
        }
        .slider-content-list.credit{
            /*border: 1px solid red;*/
            /*margin: 0px 0px 30px 0px;*/
        }
        
        .contenedor-chart-simulador{
            overflow-x: scroll;
            width: 100%;
       
        }
        .chart-simulador{
            /*width: 600px;*/
        }
    
    }


    @media only screen and (max-width: 500px){
        .slider-cuentas .titulo-slide{
            margin-top: 20%;
            font-size: 14px;
            width: 87px;
        }
        .slider-tarjetas .titulo-slide{
            font-size: 14px;
            width: 90px; 
            margin-top: 14%;   
        }

        #hero-area .slide-info-box{
            padding: 20px;
        }
        .slider-list-first-title .info-text, .slider-list-feature-2 .info-text{
            height: 35px;
        }
        .showTexto{
            height: 80px !important;
        }
        .slider-list-feature-2 .showTexto{
            height: 125px !important;
        }
        .beneficios-quickpay{
            margin-bottom: -180px;
        }

       .input-buscador {
        width: 80%;
        }
    }


    @media only screen and (max-width: 400px){
        .aulabb #our-products-area .featured-item {
        height: auto;
        min-height:initial;
        }
        #our-products-area .featured-item.credit{
            /*border: 1px solid red;*/
            height: auto;
        }
        #hero-area .slider .slide-content .desc{
            width: 220px;
            font-size: 18px;
            line-height: 22px;
            font-family: 'Istok Web', sans-serif;
            color: black;
            /* white-space: pre; */
        }

        #hero-area .cover .slide-content{
            height: 340px;
        }
        #hero-area.agencias .cover .slide-content{
            height: 340px;
        }

        #hero-area .slider .slide-content,
        #hero-area slide-content.Left {
            top: 22%;
        }
        .carousel-double .slide-content .desc{
            font-size: 15px;
            line-height: 19px;
        }
 
        .slider-cuentas .titulo-slide{
            font-size: 13px;
            margin-top: 17%;
        }
        .slider-tarjetas .titulo-slide{
            font-size: 13px;
            margin-top: 14%;
        }
        /* 340 a 140 */
        #hero-area {
            min-height: 340px;
        }
        #hero-area .slick-list{
            min-height: 340px;
        }
        #hero-area .slide-item{
            min-height: 340px;
        }
        #hero-area .slider .slick-list {
            height: 360px;
        }
        #hero-area .slider .slide-item{
            height: 360px;
        }
        .slider-cuentas{
            height: 360px;
        }
         .slider-tarjetas{
            height: 360px;
        }
        #content-sliders-area .slider .slide-item, #content-area .slider .slide-item{
            height: 360px;
        }
        #content-sliders-area .slider .slick-list, #content-area .slider .slick-list{
            height: 360px;
        }
        #content-area .slider-list-feature-assistance .slick-list{
            height: auto;
        }
        #content-area .slider-featured-cuenta .slick-list{
            height: auto;
        }
        #content-area .slider-list-feature .slick-list{
            height: auto;
        }
        #content-area .carousel-tarjetas-bankard .slick-list{
            height: auto;
        }
        #content-area .featured-pages-box.slider .slick-list, .featured-pages-box.slider .slick-list{
            height: auto;
        }
         .slider-tarjetas .slick-dots{
            bottom: 40px;
        }
    
        #hero-area .slide-content .more {
      
        }
    
        #hero-area .slide-content .more a {
            font-size: 13px;
            width: auto;
        }

       .carousel-double{
            width: 100%;
        
        }

        .carousel-double .content-info-servicios .servicios-bloque{
            border: 1px solid red;
        }

        .carousel-double .slick-prev{
            left: 0px;
        }
        .slide-item .slick-slide slide-content Left .desc{
            border: 5px solid red;
            font-size: 18px;
            color: black;
        }

        .carousel-double .slide-item {
            background-size: cover;
        }

        .slider-cuentas .slide-content .desc {
            width: 270px;
            line-height: 17px;
            font-size: 13px;
        }
    
        .slider-cuentas .slide-content .sep {
            margin: -65px 0px 0px 0px;
            background: #ffc708;
            height: 5px;
            width: 40%;
        }
    
        .slider-cuentas .slide-content .more {
            margin: 80px 0 0 0;
        }
    
        .slider-cuentas .slide-content .more a {
            font-size: 13px;
        }

        .slider-tarjetas .slide-content .desc {
            width: 180px;
            font-size: 18px;
            line-height: 22px;
        }

        .slider-tarjetas .slide-content .title img {
            margin: 70px 0px 0px 0px;
        }
        .slider-tarjetas .slide-content .sep {
            position: absolute;
            margin: 60px 0px 0px 0px;
        }
        .slider-tarjetas .slide-content .more {
            position: absolute;
            margin: 75px 0px 0px 0px;
        }
        .slider-tarjetas .slide-content .more a{
            font-size: 13px;
        }
        #content-area .container.home {
            padding-right: 15px;
            padding-left: 15px;
        }
         #content-area .slider-carrusel {
            padding: 0px;
        }
    
        #content-area .info-servicios{
            text-align: center;
        }

        #content-area .info-servicios .contenidoDerecho h3{
            font-size: 20px;
            line-height: 24px;
        }
    
        #content-area .info-servicios .texto-medio p{
            font-size: 13px;
            line-height: 17px;
        }
    
        #content-area .info-servicios .texto-medio2 p{
            font-size: 20px;
        }

        #breadcrumb-area ul li a, #breadcrumb-area .active{
            font-size: 13px;
            line-height: 17px;
        }

        #hero-area .sliderPage .slide-content{
            height: 360px;
		    border: 0;
        }
        #text-change{
            margin: 0 5px;
        }
        .sliderPage .slide-content {
            height: 360px;
        }

        #buttonadm{
            font-size:13px !important;
        }

        .slider-container .slide-content-inf{
            vertical-align: inherit;
            height: 360px;
            width: 100%;
        }
        .slider-container .slide-content {
        margin: 0 auto;
        max-width: 1000px;
        display: table;
    }
        .otherhr .unlimited{
          
            min-width: 0px !important;
            margin-left: 0px !important;
        }

    }

    /** INICIO SECTION CANALES DE PAGO **/

    @media only screen and (max-width: 800px) {
       #canalsOfPay .slider-content-list-contact.canales-pago .content-title h2, #canalsOfPay .slider-content-list-contact.canales-pago .content-title h2 span {
            font-size: 24px;
            line-height: 28px;
        }

        #canalsOfPay .canales-pago h3 {
            font-size: 22px;
            line-height: 26px;
        }

        #canalsOfPay .canales-pago h4 {
            font-size: 17px;
            line-height: 21px;
        }

        #canalsOfPay .canales-pago p {
            font-size: 15px;
            line-height: 19px;
        }

        #canalsOfPay .canales-pago .slider-list-featured-first-title .featured-item img {
	        display:block !important;
	        opacity: 1 !important;
            position: relative !important;
            width: 200px;
            margin: 0px auto;
        }

        #canalsOfPay .canales-pago .slider-list-featured-first-title .slick-list {
            margin-left: 35px;
            margin-right: 35px;
        }
    }

    @media only screen and (max-width: 600px) {
        #canalsOfPay .slider-content-list-contact.canales-pago .content-title h2, #canalsOfPay .slider-content-list-contact.canales-pago .content-title h2 span {
            font-size: 22px;
            line-height: 26px;
        }

        #canalsOfPay .canales-pago h3 {
            font-size: 20px;
            line-height: 24px;
        }

        #canalsOfPay .canales-pago h4 {
            font-size: 16px;
            line-height: 20px;
        }

        #canalsOfPay .canales-pago p {
            font-size: 14px;
            line-height: 18px;
        }

        #canalsOfPay .canales-pago ul li {
            font-size: 14px;
            line-height: 18px;
        }

        #canalsOfPay .canales-pago {
            font-size: 14px;
            line-height: 18px;
        }

        #canalsOfPay .canales-pago .slider-list-featured-first-title .slick-list {
            margin-left: 35px;
            margin-right: 35px;
        }
    
    }

        @media only screen and (max-width: 400px) {
           #canalsOfPay .slider-content-list-contact.canales-pago .content-title h2, #canalsOfPay .slider-content-list-contact.canales-pago .content-title h2 span {
                font-size: 20px;
                line-height: 24px;
            }

            #canalsOfPay .canales-pago h3 {
                font-size: 18px;
                line-height: 22px;
            }

            #canalsOfPay .canales-pago h4 {
                font-size: 15px;
                line-height: 19px;
            }

            #canalsOfPay .canales-pago p {
                font-size: 13px;
                line-height: 17px;
            }

            #canalsOfPay .canales-pago {
                font-size: 13px;
                line-height: 17px;
                width: 90%;
            }

            #canalsOfPay .canales-pago .slider-list-featured-first-title .slick-list {
                margin-left: 35px;
                margin-right: 35px;
            }
        
        }

    /** FIN SECTION CANALES DE PAGO **/

    /** INICIO COVER BANKARD**/
    @media only screen and (max-width: 900px) {
        .search-mobile{
            display: block;
            margin: 0px 0px 0px 0px;
        }
    }

    @media only screen and (max-width: 800px) {
       #hero-area .cover.sliderWidth-1000 .slide-content h2 {
            font-size: 24px;
            line-height: 28px;
        }

        #hero-area .cover.sliderWidth-1000 .slide-content h3 {
            font-size: 22px;
            line-height: 26px;
        }    
    }
    /*@media only screen and (width: 700px) {
        .carousel-double .slide-item {
            margin: 0px 10px 0px 10px;
        }
    }*/
    /*@media only screen and (width: 680px) {
        .carousel-double .slide-item {
            margin: 0px 10px 0px 10px;
        }
    }*/
    /*@media only screen and (width: 660px) {
        .carousel-double .slide-item {
            margin: 0px 10px 0px 10px;
        }
    }*/
    /*@media only screen and (width: 640px) {
        .carousel-double .slide-item {
            margin: 0px 10px 0px 10px;
        }
    }*/
    /*@media only screen and (width: 620px) {
        .carousel-double .slide-item {
            margin: 0px 10px 0px 10px;
        }
    }*/
    /*@media only screen and (width: 600px) {
        .carousel-double .slide-item {
            margin: 0px 10px 0px 10px;
        }
    }*/
    @media screen and (width: 670px){
        .carousel-single .slide-content-info, .carousel-single .slide-content-image{
            padding: 0px 10px;
        }
    }
    @media screen and (width: 606px){

    .carousel-single .slide-content-info, .carousel-single .slide-content-image {
            padding: 0px 10px;
        }
    .carousel-double .slide-item{
        margin: 0px 10px 0px 10px !important;
    }
    /*#campo-agua>h4{
        width: 140px !important;
        margin: 0px;
    }*/
    }

    @media only screen and (max-width: 600px) 
    {
        #hero-area .cover.sliderWidth-1000 .slide-content h2 {
            font-size: 22px;
            line-height: 26px;
        }

        #hero-area .cover.sliderWidth-1000 .slide-content h3 {
            font-size: 20px;
            line-height: 24px;
        }
         /*#campo-agua>h4{
        width: 140px !important;
        margin: 0px;

    }*/
         #resultados-simulador-verde-aire .simulador-verde-ahorro h2, #resultados-simulador-verde-luz .simulador-verde-ahorro h2, #resultados-simulador-verde-agua .simulador-verde-ahorro h2{
             border-right: 0px !important;
         }
        #ahorroTotalAnual_F {
            margin-left: 0px !important;
        }
    
    }

        @media only screen and (max-width: 400px) {
           #hero-area .cover.sliderWidth-1000 .slide-content h2 {
                font-size: 20px;
                line-height: 24px;
            }

            #hero-area .cover.sliderWidth-1000 .slide-content h3 {
                font-size: 18px;
                line-height: 22px;
            }
        
        }

        /** FIN COVER BANKARD**/

        /** INICIO ASSISTANCES CONTENT LIST  BANKARD**/

    @media only screen and (max-width: 800px) {
        .assistances-content-list h2{
	        font-size:24px;
	        line-height:28px;
        }
        .assistances-content-list h3{
	        font-size:22px;
	        line-height:26px;
        }
        .assistances-content-list .h3{
	        font-size:22px;
	        line-height:26px;
        }
        .assistances-content-list h4{
	        font-size:17px;
	        line-height:21px;
        }
        .assistances-content-list p{
	        font-size:15px;
	        line-height:19px;
        }
    }



    @media only screen and (max-width: 600px) {
        .assistances-content-list h2{
	        font-size:22px;
	        line-height:26px;
        }
        .assistances-content-list h3{
	        font-size:20px;
	        line-height:24px;
        }
        .assistances-content-list .h3{
	        font-size:20px;
	        line-height:24px;
        }
        .assistances-content-list h4{
	        font-size:16px;
	        line-height:20px;
        }
        .assistances-content-list p{
	        font-size:14px;
	        line-height:18px;
        }
        .assistances-content-list ul li{
	        font-size:14px;
	        line-height:18px;
        }

        .assistances-content-list {
	        font-size:14px;
	        line-height:18px;
        }

    }

    @media only screen and (max-width: 400px) {
        .assistances-content-list h2{
	        font-size:20px;
	        line-height:24px;
        }
        .assistances-content-list h3{
	        font-size:18px;
	        line-height:22px;
        }
        .assistances-content-list .h3{
	        font-size:18px;
	        line-height:22px;
        }
        .assistances-content-list h4{
	        font-size:15px;
	        line-height:19px;
        }
        .assistances-content-list p{
	        font-size:13px;
	        line-height:17px;
        }
        .assistances-content-list {
	        font-size:13px;
	        line-height:17px;
        }

    }

    /** INICIO SECURE PURCHASE LIST  BANKARD**/

    @media only screen and (max-width: 800px) {
    .secure-purchase-list h2{
	    font-size:24px;
	    line-height:28px;
    }
    .secure-purchase-list p{
	    font-size:15px;
	    line-height:19px;
    }
    }

@media only screen and (max-width: 782px) {
    .legal-file {
        position: relative !important;
        left: 0px;
        top: 5px;
        padding: 0px !important;
    }
}

    @media only screen and (max-width: 760px) {
    .assistances-content-list .servicios-bankard .info-slider-principal{
        padding: 20px 0px 20px 20px !important;
    }
    .carousel-single-bankard.blue-light{
        width: 90%;
        top: -2px;
    }
        .container-left, .container-right {
            width: 100%;
            float: none;
            padding: 0px;
        }
    }

    @media only screen and (max-width: 700px) {
        section#breadcrumb-area.breadInterno.oscuro{
            margin: 0px auto;
            bottom: 0px;
            background: rgba(0,0,0,0.8);
        }
        #content-area .info-servicios{
            width: 100%;
            margin: 0 auto;
            display: block;
            background: #f5f5f5;
        }
        #content-area .slider-carrusel{
            width: 100%;
        }
    }
@media only screen and (max-width: 680px) {
    .bloque-form-final span:nth-child(2), .bloque-form-completo span:nth-child(2) {
        width: 98%;
        padding: 0px 10px;
        text-align: center;
    }

    .bloque-form-final span:nth-child(1), .bloque-form-completo span:nth-child(1) {
        width: 98%;
        padding: 10px 10px;
        text-align: center;
    }

    .bloque-error {
        padding: 0px;
    }

    section#breadcrumb-area {
        padding: 8px 0px 20px;
    }

    .chart-container {
        position: relative;
        /*margin: auto;*/
        margin: auto auto 25px auto;
        height: 35vh;
        width: 70vw;
    }

    .legal-file {
        position: absolute !important;
        left: 145px;
        width: auto !important;
        top: 12px;
        font-size: 13px;
        line-height: 15px;
    }
}

    @media only screen and (max-width: 600px) {
    .secure-purchase-list h2{
	    font-size:22px;
	    line-height:26px;
    }
    .secure-purchase-list p{
	    font-size:14px;
	    line-height:18px;
    }
    .carousel-single-bankard.blue-light .slide-content-info{
       display: block;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        padding: 80px 16px;
    }
    }
@media only screen and (max-width: 540px) {
    .bloque-form-col span:nth-child(1), .bloque-form-col span:nth-child(2), .bloque-form-completo span:nth-child(1), .bloque-form-completo span:nth-child(2), .bloque-form-area span:nth-child(1), .bloque-form-area span:nth-child(2) {
        width: 98%;
        text-align: left;
        padding: 4px 0px;
    }

    .form-contactanos .bloque-form-col .child1, .form-contactanos .bloque-form-col .child2 {
        width: 98%;
        text-align: left;
        padding: 4px 0px;
    }

    .form-contactanos .bloque-form-area .child1, .form-contactanos .bloque-form-area .child2 {
        width: 98%;
        text-align: left;
        padding: 4px 0px;
    }

    .form-canales .bloque-form-file span:nth-child(2){
        width: 98%;
        text-align: left;
        padding: 4px 0;
        position: relative;
    }
}

    @media only screen and (max-width: 520px) {
    .carousel-single-bankard.blue-light .slide-content-info{
       display: block;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        padding: 80px 16px;
    }
    }

    @media only screen and (max-width: 400px) {
    .secure-purchase-list h2{
	    font-size:20px;
	    line-height:24px;
    }
    .secure-purchase-list p{
	    font-size:13px;
	    line-height:17px;
    }
    .secure-purchase-list {
	    font-size:13px;
	    line-height:17px;
    }

    }

         @media only screen and (max-width: 1024px) {
             .chart-container {
                  position: relative;
                  /*margin: auto;*/
                  margin: auto auto 25px auto;
                  height: 25vh;
                  width: 50vw;
                }
             }
    /** FIN SECURE PURCHASE LIST  BANKARD**/


    @media only screen and (max-width: 800px) {
    
        .with-rich-text-list .slider-with-rich-text-info { /***.visa-debito .visa-info***/
	        width:100%;
        }

    }

    /***FIN SLIDER PRODUCTOS VISA DEBITO***/

    /***INICIO SLIDER PRODUCTOS BANKARD***/

    @media only screen and (max-width: 800px) {
        .slider-list-feature .showTexto, .featured-item p.showTexto {
            height: 120px!important;
            overflow: hidden;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
            margin-bottom: 10px;
        }
        .carousel-single.carousel-single-bankard .slide-content-info .title p>img{
            width: auto;
            height: 65px;
            max-height: 37px;
            position: absolute;
        }
    }

    @media only screen and (max-width: 760px) {
        .slider-list-feature .showTexto, .featured-item p.showTexto {
            height: 120px!important;
            overflow: hidden;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
            margin-bottom: 10px;
        }
    
    }

    @media only screen and (max-width: 600px) {
        .slider-list-feature .showTexto, .featured-item p.showTexto {
            height: 120px!important;
            overflow: hidden;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
            margin-bottom: 10px;
        }
    }

    @media only screen and (max-width: 500px) {
        .slider-list-feature .showTexto, .featured-item p.showTexto {
            height: 100px!important;
            overflow: hidden;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
            margin-bottom: 10px;
        }

        .slider-list-feature .info-text {
            height: 70px;
        }

    }

    @media only screen and (max-width: 400px) {
        .slider-list-feature .showTexto, .featured-item p.showTexto {
            height: 100px!important;
            overflow: hidden;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
            margin-bottom: 10px;
        }
        .slider-list-feature .info-text {
            height: 70px;
        }
    }


    @media only screen and (max-width: 800px) {
        .list-content-slider-image-back h2, .list-content-slider-image-back h2 span, .list-content-slider-image-back h2 span strong {
            font-size: 24px;
            line-height: 28px;
        }

        .list-content-slider-image-back h3, .list-content-slider-image-back h3 span, .list-content-slider-image-back h3 span strong {
            font-size: 22px;
            line-height: 26px;
        }

        .list-content-slider-image-back h4, .list-content-slider-image-back h4 span, .list-content-slider-image-back h4 span strong {
            font-size: 17px;
            line-height: 21px;
        }

        .list-content-slider-image-back p, .list-content-slider-image-back p span {
            font-size: 15px;
            line-height: 19px;
        }
         .chart-container {
                  position: relative;
                  /*margin: auto;*/
                  margin: auto auto 25px auto;
                  height: 25vh;
                  width: 50vw;
                }

    }

    @media only screen and (max-width: 600px) {
        .list-content-slider-image-back h2, .list-content-slider-image-back h2 span, .list-content-slider-image-back h2 span strong {
            font-size: 22px;
            line-height: 26px;
        }

        .list-content-slider-image-back h3, .list-content-slider-image-back h3 span, .list-content-slider-image-back h3 span strong {
            font-size: 20px;
            line-height: 24px;
        }

        .list-content-slider-image-back h4, .list-content-slider-image-back h4 span, .list-content-slider-image-back h4 span strong {
            font-size: 16px;
            line-height: 20px;
        }

        .list-content-slider-image-back p, .list-content-slider-image-back p span {
            font-size: 14px;
            line-height: 18px;
        }

        .list-content-slider-image-back ul li {
            font-size: 14px;
            line-height: 18px;
        }

        .list-content-slider-image-back .info-image-back {
	        display:block;
	        width:100%;
	        max-width:400px;
	        margin:0 auto;
        }

        .slider-image-back .info-slider-image-back {
            height: auto !important;
        }

        .list-content-slider-image-back .slider-image-back .imagen-back {
	        display:none;
        }
        .list-content-slider-image-back .info-image-back img {
            max-width: 64px;
            position: absolute;
            left: 14px;
        }
    
        .list-content-slider-image-back .info-image-back{
	        width:100%;
            padding-top: 0;
            position: relative;
            padding: 30px 30px 30px 90px;
        }

        .chart-container {
                  position: relative;
                  /*margin: auto;*/
                  margin: auto auto 25px auto;
                  height: 35vh;
                  width: 75vw;
            }
 

    }
    @media only screen and (max-width: 400px) {
        .list-content-slider-image-back h2, .list-content-slider-image-back h2 span, .list-content-slider-image-back h2 span strong {
            font-size: 20px;
            line-height: 24px;
        }

        .list-content-slider-image-back h3, .list-content-slider-image-back h3 span, .list-content-slider-image-back h3 span strong {
            font-size: 18px;
            line-height: 22px;
        }

        .list-content-slider-image-back h4, .list-content-slider-image-back h4 span, .list-content-slider-image-back h4 span strong {
            font-size: 15px;
            line-height: 19px;
        }

        .list-content-slider-image-back p, .list-content-slider-image-back p span {
            font-size: 13px;
            line-height: 17px;
        }

        .list-content-slider-image-back .info-image-back{
	        width:100%;
            padding-top: 0;
            position: relative;
            padding: 30px 30px 30px 90px;
        }

        .list-content-slider-image-back .info-slider-image-back .middle-container {
            float:left;
            width:100%;
        }

        .list-content-slider-image-back .info-slider-image-back .middle-container-info {
            float: left;
            width: 100%;
            height: 100% !important;
        }
            .chart-container {
                  position: relative;
                  /*margin: auto;*/
                  margin: auto auto 25px auto;
                  height: 35vh;
                  width: 70vw;
            }
    }


    @media only screen and (max-width: 800px) {
        .sliderPage.slider-bankard-section.slider-rich-text-link .slick-dots {
            left: 0;
            right:0;
        }
    }


    @media only screen and (max-width: 600px) {
        .sliderPage.slider-bankard-section.slider-rich-text-link .slick-dots {
            left: 0;
            right:0;
        }
    }

    @media only screen and (max-width: 400px) {
        .sliderPage.slider-bankard-section.slider-rich-text-link .slick-dots {
            left: 0;
            right:0;
        }
    }


    /*@media only screen and (max-width: 2300px) {
        .chart-container {
          position: relative;
         
          margin: auto auto 25px auto;
          height: 30vh;
          width: 60vw;
        }
    }*/

#content-area.puntos-atencion {
    margin-top: 20px;
}

#loader {
    line-height: 300px;
    text-align: center;
}

hr {
    height: 5px;
    background-color: #ffc708;
    width: 160px;
    margin: 10px 0px 20px;
    border: 0px;
    text-align: left;
}

.puntos-container {
    z-index: 99;
    position: relative;
    margin: 60px auto -60px;
}

.fondo-blanco {
    background: #ffffff;
}

.fondo-verde {
    background: #008f9f;
}

.fondo-gris-oscuro {
    background: #202020;
}

.bt-direccion {
    display: inline-block;
    width: 38%;
    vertical-align: middle;
}

.p-r {
    position: relative;
}

.width-1200 {
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
}

.bt-caja-blanco {
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 6px 12px;
    display: inline-block;
    margin: 4px auto;
    text-decoration: none !important;
    background: transparent;
}

.puntos-red p span.abierto {
    color: #1f9779;
    padding: 0px 4px;
    border: 2px solid #a9e2d4;
    font-size: 13px;
    line-height: 13px;
}

#container-Agencies {
    min-height: 10px;
}

.red-info .puntos-red p strong a, .puntos-red p strong a {
    color: #202020;
}

.image-punto {
    min-height: 215px;
    background-color: gray;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    line-height: 215px;
}

.tab-content .puntos-red .title {
    font-weight: bold;
}
/*** SECTION PUNTOS DE ATENCIÓN ***/

.contenedor-buscador-puntos {
    padding: 20px 0px;
}

    .contenedor-buscador-puntos span {
        padding: 0px 8px;
    }
/*.contenedor-buscador-puntos h4 {
    font-size: 18px;
}*/

.contenedor-puntos {
    z-index: 99;
    position: relative;
    margin: 60px auto -60px;
}

    .contenedor-puntos iframe {
        border: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 9;
        top: -60px;
    }

.puntos {
    position: relative;
    z-index: 99;
    padding: 30px;
    margin: 4px auto 4px 0;
    max-width: 600px;
    width: 100%;
}

.direccion {
    position: relative;
    z-index: 99;
    padding: 10px 20px;
    margin: 4px auto 4px 0;
    max-width: 600px;
    width: 100%;
}

.ico-close-puntos {
    position: absolute;
    z-index: 99;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.info-punto {
    position: absolute;
    z-index: 99;
    padding: 10px 10px 0px;
    top: 10%;
    right: 10%;
    max-width: 320px;
    width: 100%;
}

    .info-punto .puntos-red {
        margin: 0px auto;
        padding: 20px;
    }

.contenedor-imagen {
    position: relative;
}

.icono-local {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 8px 12px;
    background: rgba(11,135,150,0.7);
    text-align: right;
    min-height: 38px;
}

.info-punto .arrow-down {
    width: 0px;
    height: 0px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 24px solid #ffffff;
    margin: 0 auto;
    position: absolute;
    left: 45%;
}

.input-direccion {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

.bt-direccion {
    display: inline-block;
    width: 38%;
    vertical-align: middle;
}

.bt-buscar {
    display: inline-block;
    width: 8%;
    vertical-align: middle;
}

.direccion-puntos {
    width: 100%;
    color: #202020;
    display: block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    background: #ffffff;
    border: none;
    padding: 6px;
}

.caja-puntos {
    background: #f6f6f6;
    padding: 4px 8px;
    width: 48%;
    margin: 0 auto 16px;
    display: inline-block;
}

.puntos select {
    width: 100%;
    background: #f6f6f6;
    border: none;
    padding: 6px 12px;
    height: 32px;
    font-size: 16px;
    line-height: 25px;
    min-height: 25px;
}

.puntos-red {
    margin: 24px auto;
    padding: 0px 12px;
}

    .puntos-red p {
        margin-bottom: 4px;
        text-align: left;
    }

.separador-puntos {
    height: 2px;
    background: #202020;
    width: 160px;
    margin: 10px 0px 20px;
    border: 0px;
}

.contenedor-buscador-puntos .caja-form-gris {
    background: #edebed;
    padding: 6px 8px;
    min-width: 220px;
    width: 100%;
}

.contenedor-buscador-puntos input {
    display: block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    background: transparent;
    border: none;
    font-size: 18px;
    line-height: 20px;
}

.puntos-red p span.cerrado {
    color: #ff3f1f;
    padding: 0px 4px;
    border: 2px solid #ffb2a5;
    font-size: 13px;
    line-height: 13px;
}
/*** SECTION PUNTOS DE ATENCION HOME ***/

/*** ESTILOS GUÍA ***/
/**** common.css ****/

.contenedor-puntos-de-atencion-home { /*body*/
    margin: 0;
    border: 0;
    font-weight: 400;
    


    font-size: 14px;
    line-height: 18px;
    -webkit-font-smoothing: antialiased;
    color: #202020;
}

    .contenedor-puntos-de-atencion-home p { /*bootstrap 3.7*/
        margin: 0 0 10px;
    }

    .contenedor-puntos-de-atencion-home p {
        font-size: 16px;
        line-height: 20px;
        font-family: 'Istok Web', sans-serif;
    }

    .contenedor-puntos-de-atencion-home h2 {
        font-size: 30px;
        line-height: 34px;
        margin: 10px auto;
        font-family: 'Istok Web', sans-serif;
    }


    .contenedor-puntos-de-atencion-home h4 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .contenedor-puntos-de-atencion-home .width-1100 {
        margin: 0 auto;
        max-width: 1100px;
        width: 90%;
    }

    .contenedor-puntos-de-atencion-home .width-600 {
        margin: 0 auto;
        max-width: 600px;
        width: 90%;
    }

    .contenedor-puntos-de-atencion-home .width-all {
        width: 100%;
    }

    .contenedor-puntos-de-atencion-home .p-12 {
        padding: 12px 12px !important;
    }

    .contenedor-puntos-de-atencion-home .p-30-0 {
        padding: 30px 0px;
    }

    .contenedor-puntos-de-atencion-home .fondo-blanco {
        background: #ffffff;
    }

    .contenedor-puntos-de-atencion-home .color-verde {
        color: #008f9f;
    }

    .contenedor-puntos-de-atencion-home ul li {
        font-size: 14px;
        line-height: 18px;
        font-family: 'Istok Web', sans-serif;
    }

    .contenedor-puntos-de-atencion-home a {
        color: #606060;
        outline: none !important;
        cursor: pointer;
    }

        .contenedor-puntos-de-atencion-home a:hover {
            text-decoration: none;
            opacity: 0.6;
        }

    .contenedor-puntos-de-atencion-home .bt-caja-puntos {
        border: 1px solid #019aa9;
        color: #ffffff !important;
        padding: 6px 12px;
        display: inline-block;
        margin: 4px auto;
        text-decoration: none !important;
        background: #019aa9;
    }

        .contenedor-puntos-de-atencion-home .bt-caja-puntos:hover {
            opacity: 0.6;
            background: #019aa9;
        }

    /*** SECTION RED DE CAJEROS ***/

    /**** content.css ****/

    .contenedor-puntos-de-atencion-home strong {
        font-weight: 700;
    }

    .contenedor-puntos-de-atencion-home h4 {
        font-size: 18px;
        line-height: 22px;
        font-family: 'Istok Web', sans-serif;
    }

    .contenedor-puntos-de-atencion-home .contenedor-red-cajeros {
        padding: 60px 0px;
    }

        .contenedor-puntos-de-atencion-home .contenedor-red-cajeros .nav-tabs {
            margin: 40px auto 0px;
            background: #f6f6f6;
            border-bottom: 1px solid #00778a;
        }

    .contenedor-puntos-de-atencion-home .nav-tabs li {
        display: inline-block;
        float: none !important;
        position: relative;
        margin: 0px 10px;
    }

    .contenedor-puntos-de-atencion-home .contenedor-red-cajeros .nav-tabs li a {
        position: relative;
        margin: 0 auto;
        color: #242424 !important;
        border: none;
        padding: 5px 15px;
        min-height: 74px;
    }

    .contenedor-puntos-de-atencion-home .nav-tabs li a {
        position: relative;
        margin: 0 auto;
        color: #242424 !important;
        border: none;
        padding: 5px 15px;
    }

        .contenedor-puntos-de-atencion-home .nav-tabs li a.active {
            background: transparent !important;
            border: none !important;
        }

        .contenedor-puntos-de-atencion-home .nav-tabs li a:hover {
            background: transparent !important;
            border: none !important;
        }

        .contenedor-puntos-de-atencion-home .nav-tabs li a.active::before {
            content: '';
            position: absolute;
            width: 100%;
            border: 3px solid #00778a;
            bottom: -3px;
            left: 0px;
        }

        .contenedor-puntos-de-atencion-home .nav-tabs li a:hover::before {
            content: '';
            position: absolute;
            width: 100%;
            border: 3px solid #fa9f25;
            bottom: -3px;
            left: 0px;
        }

    .contenedor-puntos-de-atencion-home .red-info {
        display: inline-block;
        width: 44%;
        vertical-align: middle;
        padding: 0px 0px 2.5%;
        margin: 2.5% 2.7% 0px;
        border-bottom: 1px solid #d3d3d3;
    }

        .contenedor-puntos-de-atencion-home .red-info .nombre {
            display: inline-block;
            width: 32%;
            vertical-align: top;
            text-align: left;
        }

        .contenedor-puntos-de-atencion-home .red-info .donde {
            display: inline-block;
            width: 66%;
            vertical-align: top;
            text-align: left;
        }

        .contenedor-puntos-de-atencion-home .red-info .nombre p, .contenedor-puntos-de-atencion-home .red-info .ddonde p {
            margin: 4px auto;
        }

            .contenedor-puntos-de-atencion-home .red-info .nombre p span.abierto {
                color: #1f9779;
                padding: 0px 4px;
                border: 2px solid #a9e2d4;
            }

            .contenedor-puntos-de-atencion-home .red-info .nombre p span.cerrado {
                color: #ff3f1f;
                padding: 0px 4px;
                border: 2px solid #ffb2a5;
            }

        .contenedor-puntos-de-atencion-home .red-info:last-child {
            border-bottom: 1px solid #ffffff;
        }

    .contenedor-puntos-de-atencion-home li {
        list-style: none;
        position: relative;
    }

    .contenedor-puntos-de-atencion-home .puntos-red p {
        margin-bottom: 4px;
        text-align: left;
    }

        .contenedor-puntos-de-atencion-home .puntos-red p span.abierto {
            color: #1f9779;
            padding: 0px 4px;
            border: 2px solid #a9e2d4;
            font-size: 13px;
            line-height: 13px;
        }

        .contenedor-puntos-de-atencion-home .puntos-red p span.cerrado {
            color: #ff3f1f;
            padding: 0px 4px;
            border: 2px solid #ffb2a5;
            font-size: 13px;
            line-height: 13px;
        }

    .contenedor-puntos-de-atencion-home .red-info .puntos-red {
        margin: 0px auto;
        padding: 0px 12px;
    }

        .contenedor-puntos-de-atencion-home .red-info .puntos-red p strong a, .contenedor-puntos-de-atencion-home .puntos-red p strong a {
            color: #202020;
        }

    .contenedor-puntos-de-atencion-home .contenedor-red-cajeros-mobile {
        display: none;
    }

    .contenedor-puntos-de-atencion-home .puntos-items-mobile {
        max-width: 420px;
        width: 100%;
        margin: 0 auto;
    }

    .contenedor-puntos-de-atencion-home .puntos-home-mobile h4 {
        background: #f7f8f9;
        padding: 6px;
    }

        .contenedor-puntos-de-atencion-home .puntos-home-mobile h4 img {
            margin: 0 auto;
        }

.sombra-bloque {
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
}

.modal-backdrop {
    opacity: 0 !important;
}
/**** Slider (slider-puntos-atencion) ****/
.contenedor-puntos-de-atencion-home .slider-puntos-atencion .slick-prev {
    left: 10px;
    top: 44px;
    z-index: 9;
    width: 28px;
    height: 40px;
}

    .contenedor-puntos-de-atencion-home .slider-puntos-atencion .slick-prev:before {
        content: '';
        background: url('/images/default-source/general/puntos-de-atencion/puntos-bt-prev.png');
        width: 28px;
        height: 40px;
        display: block;
        background-size: 100%;
    }

.contenedor-puntos-de-atencion-home .slider-puntos-atencion .slick-next {
    right: 10px;
    top: 44px;
    z-index: 9;
    width: 28px;
    height: 40px;
}

    .contenedor-puntos-de-atencion-home .slider-puntos-atencion .slick-next:before {
        content: '';
        background: url('/images/default-source/general/puntos-de-atencion/puntos-bt-next.png');
        width: 28px;
        height: 40px;
        display: block;
        background-size: 100%;
    }

/**** query.css ****/
@media only screen and (max-width: 860px) {
    .red-cajeros-desktop {
        display:block
    }

    .contenedor-puntos {
        margin-top: 0;
        height: 760px;
    }
    .info-punto{
        right:0;
        left:0;
    }
}

@media only screen and (max-width: 800px) {
    .contenedor-puntos-de-atencion-home h2 {
        font-size: 24px;
        line-height: 28px;
    }
    /*
h3{
	font-size:22px;
	line-height:26px;
}*/
    .contenedor-puntos-de-atencion-home h4 {
        font-size: 17px;
        line-height: 21px;
    }

    .contenedor-puntos-de-atencion-home p {
        font-size: 15px;
        line-height: 19px;
    }

    .contenedor-puntos-de-atencion-home .contenedor-red-cajeros {
        display: none;
    }

    .contenedor-puntos-de-atencion-home .contenedor-red-cajeros-mobile {
        display: block;
    }
}

@media only screen and (max-width: 772px) {
    .contenedor-puntos-de-atencion-home .contenedor-red-cajeros li h4 img {
        width: 30px;
        height: 30px;
    }

    .contenedor-puntos-de-atencion-home .nav-tabs li a {
        padding: 5px 0px;
    }
}

@media only screen and (max-width: 660px) {
    .contenedor-puntos-de-atencion-home .contenedor-red-cajeros li h4 strong span {
        display: none;
    }

    .contenedor-puntos-de-atencion-home .contenedor-red-cajeros li h4 img {
        width: 20px;
        height: 20px;
    }
}

@media only screen and (max-width: 600px) {
    .contenedor-puntos-de-atencion-home h2 {
        font-size: 22px;
        line-height: 26px;
    }
    /*h3{
	font-size:20px;
	line-height:24px;
}*/
    .contenedor-puntos-de-atencion-home h4 {
        font-size: 16px;
        line-height: 20px;
    }

    .contenedor-puntos-de-atencion-home p {
        font-size: 14px;
        line-height: 18px;
    }

    .contenedor-puntos-de-atencion-home ul li {
        font-size: 14px;
        line-height: 18px;
    }

    .contenedor-puntos-de-atencion-home .back-slider {
        background-position: center left !important;
    }

    .contenedor-puntos-de-atencion-home .contenedor-red-cajeros {
        padding: 30px 0px;
    }
}

@media only screen and (max-width: 560px) {

    .contenedor-puntos-de-atencion-home .caja-slider {
        padding: 20px;
    }
}

@media only screen and (max-width: 400px) {
    .contenedor-puntos-de-atencion-home h2 {
        font-size: 20px;
        line-height: 24px;
    }
    /*h3{
	font-size:18px;
	line-height:22px;
}*/
    .contenedor-puntos-de-atencion-home h4 {
        font-size: 15px;
        line-height: 19px;
    }

    .contenedor-puntos-de-atencion-home p {
        font-size: 13px;
        line-height: 17px;
    }

    .contenedor-puntos-de-atencion-home .contenedor-red-cajeros li {
        margin: 0px 4px;
    }
}

/*** /PUNTOS DE ATENCION HOME ***/
@media only screen and (max-width: 600px) {
    .bt-direccion {
        width: 100%;
    }

    .bt-buscar {
        width: 10%;
    }

    .input-direccion {
        width: 86%;
    }
}

.modulo-banca-virtual {
    background: rgba(45,150,158,0.8);
    position: fixed;
    /* margin-top: 120px; */
    /*top: 120px;*/
    top: 150px;
    right: -290px;
    z-index: 998;
    width: 100%;
    max-width: 290px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.banca-virtual {
    right: 0px !important;
}

.modulo-24online, .modulo-sat, .modulo-24online-mobile, .modulo-sat-mobile {
    padding: 0px;
    position: relative;
}

iframe {
    background-color: transparent;
}

.modulo-banca-virtual ul {
    list-style: none;
    /*margin-top: -25px;*/
    margin-top: -52px;
    padding: 0px 0px 0px 12px;
}

    .modulo-banca-virtual ul li {
        display: inline-block;
        cursor: pointer;
    }

.modulo-banca-virtual .ico-close, .modulo-banca-virtual .ico-close-mobile {
    color: #27767b;
    padding-right: 4px;
    position: relative;
    /*top: 0px;*/
    top: 25px;
}

.menu-side {
    top: -52px !important;
}

.iconos-menu {
    right: 0px !important;
    /* position: absolute; */
}

.mostrar-24online a:hover, .mostrar-sat a:hover {
    opacity: 1;
}

.menu-side-mobile {
    right: 0px !important;
}

.modulo-24online {
    max-height: 240px;
}

    .modulo-24online #loader {
        line-height: 240px;
    }

table.simulator_table{
   
    width: 90%;
    font-weight: 400;
    font-family: 'Istok Web', sans-serif;
    font-size: 14px;
    line-height: 18px;
    -webkit-font-smoothing: antialiased;
    color: #202020;
    margin: 0 auto;
    padding: 30px 0px;
    max-width: 1000px;
}

table.simulator_table thead tr {
    color: #202020;
}

table.simulator_table tr{
    font-size: 14px;
    line-height: 16px;
    color: #818181;
    padding: 6px;
}


table.simulator_table tr:nth-child(even) {
    background: #f6f6f6;
}

table.simulator_table tr td {
    padding: 0px 4px;
    vertical-align: middle;
    padding: 6px;
    
}

table.simulator_table tr td.tlabel {
    color: #202020;
    text-align: left;
}


.bb-form {
}

    .bb-form h3 {
        text-align: center;
        font-weight: 700;
        color: #008f9f;
    }

    .bb-form input,
    .bb-form select,
    .bb-form textarea {
        -ms-border-radius: 0;
        border-radius: 0;
        background: #e8edf1;
        border: none;
    }

        .bb-form input:invalid {
            box-shadow: none; /* FF */
            outline: 0; /* IE 10 */
        }

        .bb-form input.form-error,
        .bb-form select.form-error,
        .bb-form textarea.form-error {
            border: 1px solid #e72e2f;
        }

    .bb-form .error-message {
        font-size: 12px;
        margin: 5px 0 0 0;
        border: 1px solid #fac2c5;
        color: #e72e2f;
        padding: 3px 0 2px 22px;
        background: url('/images/default-source/general/diseno/icono-alerta-red.png') #fae3e4 no-repeat 3px center;
        background-size: 15px;
    }


    .bb-form .hide-field input,
    .bb-form .hide-field label,
    .bb-form .hide-field select,
    .bb-form .hide-field textarea {
        display: none;
    }

.modal-backdrop {
    -ms-opacity: 0.5 !important;
    opacity: 0.7 !important;
}
.modal-content{
    border: none !important;
    width: 100%;
    display: block;
}

.modal-content-url{
    border: none !important;
    width: 100%;
    display: none;
}

/*.modal-bb.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}*/

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}
.modal-content .close {
    opacity: 1;
    position: absolute;
    z-index: 99;
    right: -16px;
    top: -18px;
}

.modal-content-url .close {
    opacity: 1;
    position: absolute;
    z-index: 99;
    right: -16px;
    top: -18px;
}

.modal-dialog{
    max-width: 640px;
    width: 94%;
    padding: 40px 10px;
}

/*IMG TOP*/
.top-image img{
    /*border: 1px solid red;*/
    width: 100%;
    display: inline-block;
    /*vertical-align: middle;*/
    /*height: 200px;*/
}
.top-text>p{
    /*line-height: 0px;*/
}
.top-text{
    padding: 0px 10px 30px;
}

.top-text-center{
    text-align:center;
}

.bt-caja-opacity:hover {
    opacity: 0.6;
    color: #353535 !important;
   
}
.bt-caja-opacity{
    border: 1px solid #353535;
    color: #353535 !important;
    padding: 6px 12px;
    display: inline-block;
    margin: 10px auto;
    text-decoration: none !important;
    cursor: pointer;
    background: transparent;
}
.left-image{
    width:  43%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
.left-image img{
     width: 100%;
     height: auto;
    /*display: inline-block;
    vertical-align: middle;*/
    /*position: relative;*/
}
   
.left-text{
    display: inline-block;
    vertical-align: middle;
    width: 53%;
    /*position: absolute;*/
}

.modal-body .content-left-modal{
    padding: 0px 0px 0px !important;
}

.modal-body .content-right-modal{
    padding: 0px 0px 0px 25px !important;
}



.col-md-5>img{
    width: 100%;
    height: 100%
}

.content-top-modal .col-md-12>img{
    width: 100%;
    height: 100%;
}

.content-full-modal{
    width: auto;
    height: auto;
}
.content-full-modal img{
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 800px) {
    .modal-body .content-right-modal {
        padding: 0px 0px 0px 20px !important;
    }
}   
@media only screen and (max-width: 560px){
    .modal-body{
       width: 100%;
       text-align: center;
       /*padding: 0px 10px 10px !important;*/
    }
    .left-image{
        display: none;
    }
    .left-text{
    display: inline-block;
    width: 100%;
   }
    .left-text>p{
        /*line-height: 0px;*/
    }
    .col-md-5 > img {
    display:none;
    }
    .bt-caja-opacity {
        margin:10px 0px 12px 0px;
    }
    .modal-body .content-right-modal{
    padding: 0px 0px 0px 0px !important;
}

}

@media only screen and (max-width: 400px) {
    .modal-body .content-right-modal {
        padding: 0px 0px 0px 0px !important;
    }
}

#map {
    border: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    top: -60px;
    min-height: 700px;
}

@media only screen and (max-width: 860px) {
    #map {
        top: auto;
        height: 460px;
    }
}

.quiz-bankard-ideal {
    height: 420px;
    width: 100%;
    background: url("/images/default-source/general/bankard/tarjeta-ideal/back.jpg") #0e6391 repeat-x top center;
    color: #FFF;
    font-family: 'Helvetica', sans-serif;
    font-size: 24px;
    font-weight: 300;
    overflow: hidden;
    text-align: center;
    position: relative;
}

    .quiz-bankard-ideal .item {
        position: absolute;
        width: 100%;
        height: 420px;
        display: flex;
        align-items: center;
        transition: all 1s ease;
    }

        .quiz-bankard-ideal .item.done {
            transform: translateX(-100%);
        }

        .quiz-bankard-ideal .item.not-yet {
            transform: translateX(100%);
        }

    .quiz-bankard-ideal .content {
        max-width: 820px;
        width: 100%;
        margin: 0 auto;
    }

    .quiz-bankard-ideal h3 {
        background: rgba(0,204,255,0.2);
        padding: 6px 12px;
        color: inherit;
        font-size: 20px;
        line-height: 22px;
    }

    .quiz-bankard-ideal button {
        display: inline-block;
        vertical-align: top;
        max-width: 160px;
        min-width: 130px;
        padding: 4px 12px;
        margin: 4px auto;
        position: relative;
        touch-action: manipulation;
        background: none;
        color: #ffffff;
        border: none;
        font-size: 20px;
        line-height: 22px;
    }

        .quiz-bankard-ideal button span {
            display: block;
            border: 2px solid transparent;
            border-radius: 50%;
            width: 102px;
            margin: 0px auto 8px;
        }

            .quiz-bankard-ideal button span img {
                margin: 9px;
                padding: 12px;
                border-radius: 50%;
                background: #0e6391;
                width: 80px;
                height: auto;
            }


.puntos {
    position: relative;
    z-index: 99;
    padding: 30px;
    margin: 4px auto 4px 0;
    max-width: 600px;
    width: 100%;
}

.contenedor-filtro-visa .tarjeta-bankard {
    width: 24%;
    padding: 16px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
}

.separador-bankard {
    height: 5px;
    background: #003765;
    width: 160px;
    margin: 0 auto 0 0;
    border: 0px;
    text-align: center;
}

.quiz-bankard-ideal button:hover, .quiz-bankard-ideal button:visited {
    color: #fa9f25;
    opacity: 0.5;
}

    .quiz-bankard-ideal button:hover span, .quiz-bankard-ideal button:visited span {
        border: 2px solid #fa9f25;
    }

        .quiz-bankard-ideal button:hover span img, .quiz-bankard-ideal button:visited span img {
            background: #fa9f25;
        }

a:hover {
    color: inherit;
}

/*MEDIA QUERY*/
@media only screen and (max-width: 900px) {
    .contenedor-filtro-visa .tarjeta-bankard {
        width: 32%;
    }
}

@media only screen and (max-width: 800px) {
    .quiz-bankard-ideal {
        height: 400px;
    }

        .quiz-bankard-ideal h3 {
            padding: 4px 10px;
            width: 90%;
            margin: 0 auto;
        }

        .quiz-bankard-ideal button {
            font-size: 18px;
            line-height: 20px;
            max-width: 150px;
        }

            .quiz-bankard-ideal button span {
                width: 80px;
                margin: 0px auto 6px;
            }

                .quiz-bankard-ideal button span img {
                    margin: 6px;
                    padding: 12px;
                    width: 60px;
                }
}

@media only screen and (max-width: 700px) {
    .quiz-bankard-ideal {
        height: 380px;
    }

        .quiz-bankard-ideal button {
            font-size: 16px;
            line-height: 18px;
            max-width: 140px;
        }
}

@media only screen and (max-width: 660px) {
    .contenedor-filtro-visa .tarjeta-bankard {
        width: 48%;
    }
}


@media only screen and (max-width: 600px) {
   

        .quiz-bankard-ideal button {
            font-size: 13px;
            line-height: 15px;
            max-width: 90px;
            min-width: 90px;
        }

            .quiz-bankard-ideal button span {
                width: 70px;
                margin: 0px auto 6px;
            }

                .quiz-bankard-ideal button span img {
                    margin: 4px;
                    padding: 12px;
                    width: 58px;
                }
}

@media only screen and (max-width: 460px) {
    .contenedor-filtro-visa .tarjeta-bankard {
        width: 80%;
        display: block;
    }
}


@media only screen and (max-width: 440px) {
    

        .quiz-bankard-ideal h3 {
            padding: 4px 6px;
            font-size: 16px;
            line-height: 18px;
        }

        .quiz-bankard-ideal button {
            font-size: 12px;
            line-height: 15px;
            max-width: 74px;
            min-width: 74px;
            padding: 0px;
            margin: 0px;
        }

            .quiz-bankard-ideal button span {
                width: 70px;
                margin: 0px auto 6px;
            }

                .quiz-bankard-ideal button span img {
                    margin: 4px;
                    padding: 12px;
                    width: 58px;
                }
}


.p-30 {
    padding: 30px;
}

.width-800 {
    margin: 0 auto;
    max-width: 800px;
    width: 90%;
}

section {
    display: block;
}

.categorias-bankard-promos {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 0px 1%;
}

    .categorias-bankard-promos select {
        display: block;
        vertical-align: middle;
        position: relative;
        width: 100%;
        background: url(../images/bankard/promociones/ico-select.png) center right #f3f3f3 no-repeat;
        background-size: auto auto;
        border: none;
        background-size: 30px;
        padding: 0px 12px;
        outline: none;
        line-height: 22px;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none;
        -o-appearance: none;
        -ms-user-select: none;
        height: 32px;
        border-radius: 0px;
    }

.categorias-bankard-promos, .buscador-bankard-promos {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 0px 1%;
}

.p-20-0 {
    padding: 20px 0px;
}

.contenedor-item-promocion {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.item-promocion {
    width: 24%;
    display: inline-block;
    vertical-align: middle;
    padding: 20px;
    text-align: center;
}

    .item-promocion img {
        border: 1px solid #aeaeae;
        max-width: 240px;
        width: 90%;
        padding: 12px;
    }

.color-azul {
    color: #003765;
}

.direccion-promociones-bankard {
    color: #202020;
    display: block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    background: #f3f3f3;
    border: none;
    padding: 7px;
}

input {
    overflow: visible;
}

.bt-buscar {
    display: inline-block;
    width: 8%;
    vertical-align: middle;
}

.input-buscador-bankard {
    display: inline-block;
    width: 88%;
    vertical-align: middle;
}

.m-0-auto {
    margin: 0 auto;
}

.fondo-azul {
    background: #003765;
}
/*MODAL GENERAO*/

/*FIN MODAL GENERAO*/

.modal-promociones-bankard .modal-dialog {
    max-width: 800px;
    margin: 30px auto;
    width: 90%;
    padding:0;
}

.modal-promociones-bankard .modal-content .close {
    opacity: 1;
    position: absolute;
    z-index: 99;
    right: 6px;
    top: 6px;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.modal-promociones-bankard .modal-content .modal-body {
    padding: 30px;
}

.modal-promociones-bankard .modal-content .modal-body .imagen {
    display: inline-block;
    width: 35%;
    vertical-align: middle;
}

.modal-promociones-bankard .modal-content .modal-body .info {
    display: inline-block;
    width: 63%;
    vertical-align: middle;
}

.modal-promociones-bankard .modal-content .modal-footer {
    padding: 30px;
    background: #f4f1f1;
    justify-content:normal;
}

.t-a-l {
    text-align: left;
}

.show {
    display: block !important;
}


@media only screen and (max-width: 900px) {
    .item-promocion {
        width: 32%;
    }
}

@media only screen and (max-width: 800px) {
    .modal-promociones-bankard .modal-content .modal-body .imagen {
        width: 100%;
        text-align: center;
    }

    .modal-promociones-bankard .modal-content .modal-body .info {
        width: 100%;
    }

}

@media only screen and (max-width: 700px) {
    .item-promocion {
        width: 48%;
    }
}

@media only screen and (max-width: 660px) {
    .categorias-bankard-promos, .buscador-bankard-promos {
        width: 100%;
        display: block;
        margin: 10px auto;
    }
}

/*@media only screen and (max-width: 634px) {
    .modal.fade .modal-dialog {
        margin-bottom: 0px;
        padding-bottom: 20px;
    }
}*/

@media only screen and (max-width: 560px) {
    .modal-promociones-bankard .modal-content .modal-body .info {
        text-align: -webkit-left;
    }
}

@media only screen and (max-width: 400px) {
    .item-promocion {
        width: 98%;
    }

    .direccion-promociones-bankard {
        color: #202020;
        display: block;
        vertical-align: middle;
        position: relative;
        width: 100%;
        background: #f3f3f3;
        border: none;
        padding: 7px;
    }

    .responsive-content-block {
        font-size: 17px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 360px) {
    .modal-promociones-bankard .modal-body.imagen {
        width: 220px;
    }
}

.fondo-gris {
    background: #f5f4f5;
}

.contenedor {
    margin-top: 20px;
}

.filtros-servicios {
    width: 65%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    padding: 0px;
    border-bottom: 1px solid #000000;
    text-align: center;
}

    .filtros-servicios li {
        display: inline-block;
        margin: 0px 12px;
    }

.buscador-servicios {
    width: 25%;
    display: inline-block;
    vertical-align: middle;
}

.input-servicios {
    display: block;
    width: 100%;
    vertical-align: middle;
    background: #ffffff;
}

.buscador-servicios .caja-form-gris {
    display: inline-block;
    width: 85%;
    padding: 2px 0px;
}

    .buscador-servicios .caja-form-gris input {
        color: #202020;
        display: block;
        vertical-align: middle;
        position: relative;
        width: 100%;
        background: transparent;
        border: none;
        padding: 6px;
    }
/******************INICIO ESTILO BOOTSTRAP***************/
button, input {
    overflow: visible;
}

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
/******************FIN ESTILO BOOTSTRAP***************/
.buscador-servicios .bt-buscar {
    display: inline-block;
    width: 10%;
    vertical-align: middle;
    min-width: 35px;
    float: right;
}

.bt-buscar {
    display: inline-block;
    width: 8%;
    vertical-align: middle;
}

.contenedor-servicio-bloque {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    padding: 30px;
    text-align: center;
    box-sizing: border-box;
}

.item-servicio {
    width: 33%;
    display: inline-block;
    vertical-align: middle;
    padding: 20px;
}

.item-servicio-imagen {
    height: 280px;
    width: 100%;
    position: relative;
}

.item-servicio-titular {
    background: rgba(14,137,148,0.9);
    width: 100%;
    height: 80px;
    padding: 0px 16px;
    position: absolute;
    bottom: 0px;
    display: table;
    box-sizing: border-box;
}

    .item-servicio-titular img {
        position: absolute;
        top: -40px;
        left: 42%;
    }

.item-servicio h4 {
    margin: 0px;
    display: table-cell;
    vertical-align: middle;
    padding-top: 10px;
}

.item-servicio p {
    text-align: left;
}

.m-20-auto-0 {
    margin: 20px auto 0;
}

.link-servicios {
    color: #202020;
}

    .link-servicios::before {
        content: '';
        display: block;
        border-top: 3px solid #202020;
        margin: 10px 0px;
        max-width: 90px;
    }

.filtros-servicios li a {
    padding: 20px 12px;
    display: block;
    font-weight: 700;
    opacity: 1 !important;
    position: relative;
    color: #000000;
}

    .filtros-servicios li a:hover::before {
        content: '';
        position: absolute;
        width: 100%;
        border-bottom: 4px solid #000000;
        bottom: -2px;
        left: 0px;
    }

.filtros-servicios li a .active{
	content: '';
    position: absolute;
    width: 100%;
    border-bottom: 4px solid #000;
    bottom: -2px;
    left: 0;
}


/***************INICIO MEDIA QUERIES******************/

@media only screen and (max-width: 1140px) {
    .filtros-servicios {
        width: 100%;
        margin: 0 auto;
    }

    .buscador-servicios {
        display: none;
    }
}

@media only screen and (max-width: 1000px) {
    .item-servicio {
        width: 48%;
        padding: 20px 12px;
    }
}

@media only screen and (max-width: 900px) {
    .filtros-servicios li a {
        padding: 16px 12px;
    }
}


@media only screen and (max-width: 701px) {
    .contenedor {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 600px) {
    .item-servicio {
        width: 98%;
        padding: 20px 0px;
    }

    .filtros-servicios li a {
        padding: 12px 12px;
    }

    .bt-buscar {
        width: 10%;
    }
}

/***************FIN MEDIA QUERIES******************/

/**********NOTICIAS DESDE EL HOME BANCO BOLIVARIANO************/
/*body {
    margin: 0;
    border: 0;
    font-weight: 400;
    font-family: 'Istok Web', sans-serif;
    font-size: 14px;
    line-height: 18px;
    -webkit-font-smoothing: antialiased;
    color: #202020;
}*/
.titulo-noticias {
    color: #008f9f;
    text-align: left;
    font-size: 30px;
    line-height: 34px;
    font-family: 'Istok Web', sans-serif;
}

.noticias {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
    padding: 40px;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    text-align: center;
}

.h4-noticias {
    font-size: 17px;
}

.color-verde, t-a-l {
    color: #008f9f;
}

.t-a-l {
    text-align: left;
}

.contenedor-noticias-home {
    z-index: 99;
    position: relative;
    margin: 30px auto -40px;
}

.noticias-home-left {
    width: 58%;
    padding: 24px 24px 0px 0px;
}

.img-noticias {
    vertical-align: middle;
    border-style: none;
    outline: none;
}

.noticias-home-right {
    width: 40%;
}

.noticias-home-left, .noticias-home-right {
    display: inline-block;
    vertical-align: top;
    padding: 24px 24px 24px 0px;
}

.noticias-home {
    clear: both;
    padding: 0px 0px 20px;
}

    .noticias-home .img-noticias {
        width: 45%;
        float: left;
        padding-right: 20px;
    }

.p-noticias {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Istok Web', sans-serif;
}

/**INICIO MEDIA QUERIES**/
@media only screen and (max-width: 800px) {
    /*h2 {
        font-size: 24px;
        line-height: 28px;
    }*/
    .noticias-home-left {
        display: none;
    }

    .h4-noticias {
        font-size: 17px;
        line-height: 21px;
    }

    p-noticias {
        font-size: 15px;
        line-height: 19px;
    }

    .noticias-home-right {
        width: 100%;
        padding: 24px 0px;
    }

    .noticias-home {
        padding: 20px 0px 20px;
    }
}

@media only screen and (max-width: 768px) {
    .noticias {
        width: 90%;
    }
}


@media only screen and (max-width: 600px) {

    .h4-noticias {
        font-size: 16px;
        line-height: 20px;
    }

    .p-noticias {
        font-size: 14px;
        line-height: 18px;
    }
}

@media only screen and (max-width: 540px) {
    .noticias-home {
        max-width: 380px;
        width: 100%;
        margin: 0 auto;
    }

        .noticias-home .img-noticias {
            width: 100%;
            float: none;
            padding-right: 0px;
        }
}

@media only screen and (max-width: 400px) {

    .h4-noticias {
        font-size: 15px;
        line-height: 19px;
    }

    .p-noticias {
        font-size: 13px;
        line-height: 17px;
    }

    .noticias {
        width: 90%;
    }

    .titulo-noticias {
        font-size: 20px;
    }
}


/**FIN MEDIA QUERIES**/


section.fondo-gris {
    background: #f5f4f5;
}


    section.fondo-gris div.container-right .sliderPage .slide-content .slide-content-info .title img {
        /*width: fit-content;*/
        height: auto;
        width: auto;
    }

    section.fondo-gris div.container-right .sliderPage .slide-content .slide-content-info .title {
        padding-left: 10px;
        padding-right: 10px;
    }

    section.fondo-gris div.container-right div.sliderPage div.slick-list div.slick-track div.slide-item {
        margin-top: 0px;
    }





section#breadcrumb-area.news {
    margin-bottom: 0px;
}
/*INICIO ESTILOS DE LISTNEWS CATEGORIAS*/

.categorias a {
    background: #ffffff;
    padding: 4px;
    width: 100%;
    display: block;
    text-align: center;
    margin: 8px auto;
    color: #202020;
}

/*linea separadora despues del titulo Categorias y Archivos*/
.separador-titulo-verde::after {
    content: '';
    border-top: 4px solid #008f9f;
    display: block;
    padding: 0px 0px 20px;
    width: 80px;
    margin: 10px auto 0px;
}

.container-right .categorias, .container-right .etiquetas {
    margin-bottom: 45px;
}

.container-right .more {
    text-align: center;
}
/*FIN ESTILOS DE LISTNEWS CATEGORIAS*/


/*INICIO ESTILOS DE LISTNEWS ARCHIVOS*/

div.etiquetas {
    background: #ffffff;
    padding: 20px;
    text-align: center;
}

.etiquetas a {
    text-align: left;
    color: #202020;
    position: relative;
    display: inline-block;
    padding: 6px;
    margin: 0px 0px 0px 6px;
    min-width: 116px;
}

    .etiquetas a:before {
        content: '';
        width: 5px;
        height: 5px;
        background: #008f9f;
        display: block;
        position: absolute;
        left: -3px;
        top: 12px;
    }
/*FIN ESTILOS DE LISTNEWS ARCHIVOS*/

.container-right > div:nth-child(1) {
    margin-top: 45px;
}

.container-news-home {
    width: 70%;
    display: inline-block;
    vertical-align: top;
    padding: 0px 10px;
}

.noticias-lista {
    margin: 0 auto;
    /*text-align: center;*/
}

.noticia-listado {
    width: 48%;
    padding: 20px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.noticia-listado-imagen {
    height: 200px;
    position: relative;
}

.noticia-categoria {
    background: rgba(0,32,58,0.5);
    padding: 5px;
    position: absolute;
    bottom: 0px;
}

    .noticia-categoria p {
        margin: 0 auto;
    }

.color-blanco {
    color: #ffffff;
}

.noticia-listado-info h3 {
    min-height: 56px;
}

.m-20-auto-0 {
    margin: 20px auto 0;
}

.link-servicios {
    color: #202020;
}

    .link-servicios::before {
        content: '';
        display: block;
        border-top: 3px solid #202020;
        margin: 10px 0px;
        max-width: 90px;
    }


/*Inicio Noticia Destacada*/
.container-noticias {
    /*z-index: 9;*/
    position: relative;
    margin: -30px auto 0px;
    padding: 0px 0px 45px;
}

.noticia-destacada {
    z-index: 9;
    position: relative;
    margin: 30px auto;
}

.sombra-bloque {
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
}

.fondo-blanco {
    background: #ffffff;
}

.noticia-destacada-imagen {
    height: 350px;
    position: relative;
}

.noticia-destacada-info {
    padding: 30px;
    text-align: left;
}
/*Fin Noticia Destacada*/


/*Inicio Plantilla Grande*/
.noticia-interna {
    z-index: 9;
    position: relative;
    margin: 30px auto;
}

.noticias {
    margin: 0px auto;
    text-align: center;
}

.m-0-auto {
    margin: 0 auto;
}

.container-noticias .color-gris {
    color: #b1b1b1;
}

.noticia-interna-imagen {
    height: 350px;
    position: relative;
    margin: 0px 30px;
}

.noticia-interna-info {
    padding: 30px;
    text-align: left;
}

blockquote {
    margin: 20px auto 20px;
    padding: 0px;
    border: none;
}

    blockquote p {
        font-weight: bold;
        color: #008f9f;
    }

.t-a-r {
    text-align: right;
}

.share-noticias {
    margin-bottom: 10px;
}

    .share-noticias span, .share-noticias a {
        vertical-align: middle;
        display: inline-block;
    }

.color-amarillo {
    color: #ffc708;
}

.calificacion-articulo {
    float: left;
    min-width: 510px;
    background: #f5f4f5;
    padding: 1px 20px 10px 20px;
    margin: 10px auto 5px;
    padding-top: 0px;
}

.calificacion-articulo h4 span {
    vertical-align: middle;
}

.valoracion-check {
    background: url(../images/noticias-novedades/ico-valoracion.png) center center no-repeat;
    background-size: 100%;
    width: 25px;
    height: 25px;
    display: inline-block;
    opacity: 0.5;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}

.calificacion-articulo .puntaje {
    padding: 2px 4px 2px 4px;
    background: #dfdedc;
    font-size: 10px;
    line-height: 12px;
    color: #202020;
    position: relative;
    margin-left: 12px;
}

    .calificacion-articulo .puntaje::before {
        content: '';
        border-style: solid;
        border-width: 9px 10px 9px 0;
        border-color: transparent #dfdedc transparent transparent;
        left: -10px;
        position: absolute;
        top: 0px;
    }
/*Fin Plantilla Grande*/

.sf-Comments-form {
    /* float: left; */
    /*display: inline-block;*/
    /* text-align: center; */
}

.content-calificacion .sf-Ratings {
    float: left;
    min-width: 440px;
}

ul.pagination {
    text-align: center;
    display: table;
    margin: auto;
}

.pagination li {
    display: table-cell;
    padding: 4px;
}

    .pagination li.active {
        font-weight: 700;
    }

/*INICIO PAGINADOR*/
.paginador-noticias {
    text-align: center;
    margin: 30px auto 10px;
}

    .paginador-noticias h4 {
        display: inline;
        background: #eae8ea;
        padding: 8px 16px;
    }
/*FIN PAGINADOR*/

.content-calificacion .bt-caja {
    padding: 0px 5px;
    margin: 0;
    font-size: 13px;
}

.content-calificacion .btn-enviar {
    float: left;
    margin-top: 12px;
}

.promedio-rating {
    margin: auto;
}

.container-right .sliderPage .sep {
    display: none;
}

/*ESTILO TITLE BLOGS - PANTALLA BLOG VIDEOS*/
.item-title-blogs{
    cursor:pointer !important;
}

.item-title-blogs:hover{
    color:#000000 !important;
    opacity:1 !important;
    background: #ddf5f9 !important;
}
/*FIN ESTILO TITLE BLOGS - PANTALLA BLOG VIDEOS*/

/**INICIO MEDIA QUERIES**/
@media only screen and (max-width: 1175px) {
    .calificacion-articulo {
        float: none;
        margin: 0px auto;
        padding: 10px 10px;
    }
}

@media only screen and (max-width: 860px) {
    .calificacion-articulo {
        /*text-align: center;*/
        min-width: auto;
    }

    .titulo-calificacion {
        display: block;
        margin: 10px auto 2px;
    }

    .content-calificacion .sf-Ratings {
        min-width: 300px;
    }
}

@media only screen and (max-width: 768px) /*estilo aplicado para ajustar la imagen del slide debajo de Archivo*/
{
    section.fondo-gris div.container-right .sliderPage .slide-content .slide-content-info {
        padding-left: 0px;
        padding-right: 0px;
    }

    .content-calificacion .btn-enviar {
        margin-top: 33px;
    }
}

@media only screen and (min-width: 768px) /*estilo aplicado para ajustar la imagen del slide debajo de Archivo*/
{
    section.fondo-gris div.container-right .sliderPage .slide-content .slide-content-info .title {
        padding-left: 0px;
        padding-right: 0px;
    }

        section.fondo-gris div.container-right .sliderPage .slide-content .slide-content-info .title hr {
            width: 70%;
        }
}

@media only screen and (max-width: 760px) {
    .noticia-destacada-imagen {
        height: 300px;
    }
}

@media only screen and (max-width: 600px) {

    ul li, ol li {
        font-size: 14px;
        line-height: 18px;
    }

    .content-calificacion .sf-Ratings {
        min-width: 250px;
    }
}

@media only screen and (max-width: 560px) {
    .noticia-listado {
        width: 100%;
        padding: 0px;
        margin: 0px auto 30px;
    }

    .noticia-listado-info {
        padding: 20px;
    }

        .noticia-listado-info h3 {
            min-height: auto;
        }

    .noticia-destacada-imagen {
        height: 200px;
    }

    .noticia-destacada-info, .noticia-interna-info {
        padding: 20px;
    }

    .noticia-interna-imagen {
        height: 200px;
        margin: 0px 20px;
    }

    .calificacion-articulo {
        text-align: center;
    }

    .container-right .sliderPage .slide-content {
        height: 430px;
    }
}

/*Imagen del Slider dentro en el Titulo*/
@media only screen and (max-width: 414px) /*360,411,320,375,414,*/
{
    section.fondo-gris div.container-right .sliderPage .slide-content .slide-content-info {
        padding-left: 30px;
        padding-right: 30px;
    }

        section.fondo-gris div.container-right .sliderPage .slide-content .slide-content-info .title img {
            padding-left: 20px;
            padding-right: 20px;
        }
}

@media only screen and (max-width: 400px) {

    .sf-Comments-form {
        display: block;
    }

    .calificacion-articulo .puntaje {
        display: block;
        margin: 10px;
        padding: 4px 8px;
    }

    .content-calificacion .sf-Ratings {
        float: none;
        min-width: 100px;
    }

    .content-calificacion .count-calificacion {
        float: none;
    }

    .content-calificacion .btn-enviar {
        float: none;
        margin-top: 0;
    }
}
/**FIN MEDIA QUERIES**/


.aulabb header#top-bar {
    min-height: 52px;
}

.logo img {
    max-width: 200px;
    width: 90%;
}

.logo > div {
    padding: 9px 0px;
}

.logo a:hover {
    opacity: 1;
}

footer#footer.footer-aulabb {
    background: #ffffff;
    padding: 30px 0px;
    position: inherit;
    width: 100%;
    bottom: inherit;
    z-index: 99;
    text-align: center;
}

.footer-aulabb img {
    max-width: 180px;
    margin: 0 auto 20px;
}

.campo-ingresado {
    color: #202020;
    padding: 4px 8px;
    width: auto;
    display: inline-block;
    font-size: 17px;
    line-height: 19px;
}

.slider-simulador-aulabb .productos-home-col img {
    max-width: 90px;
    margin: 0 auto;
}

table.simulator_tables_aulabb tr:nth-child(even) {
    background: #f6f6f6;
}

table.simulator_tables_aulabb tr {
    font-size: 14px;
    line-height: 16px;
    color: #818181;
    padding: 6px;
}

.fondo-tabla-aulabb {
    background: #c6e8ea !important;
}

table.simulator_tables_aulabb {
    width: 100%;
    font-weight: 400;
    

    font-size: 14px;
    line-height: 18px;
    -webkit-font-smoothing: antialiased;
    color: #202020;
    margin: 0 auto;
    padding: 30px 0px;
    max-width: 1000px;
}

    table.simulator_tables_aulabb tr td.tlabel {
        color: #202020;
        text-align: left;
    }

    table.simulator_tables_aulabb tr {
        font-size: 14px;
        line-height: 16px;
        color: #818181;
        padding: 6px;
    }

        table.simulator_tables_aulabb tr td.tlabel {
            color: #202020;
            text-align: left;
        }

        table.simulator_tables_aulabb tr td {
            padding: 0px 4px;
            vertical-align: middle;
            padding: 6px;
        }

.sim-aulabb button.bt-caja:hover {
    opacity: .6;
}

.resultado-sim-aulabb #tb-amortiza {
    width: 100%;
}

#simulator-response.resultado-sim-aulabb h4 strong {
    margin-left: 0px;
}

.print {
    display: none;
}

.hr {
    margin: 10px auto;
    width: 400px;
    display: block;
    border: 3px solid;
}

.title-print {
    color: #333;
    font-weight: bold;
}

/*Aulabb home*/
.CajaHerramientasFinancieras {
    margin-top: 40px;
}

    .CajaHerramientasFinancieras h4 {
        /*font-size: 17px !important;*/
    }

    .CajaHerramientasFinancieras .featured-item.credit {
        color: #606060;
    }

        .CajaHerramientasFinancieras .featured-item.credit:hover {
            cursor: pointer !important;
            text-decoration: none;
            opacity: 0.6;
        }

.link-inline-blog {
    color: #008f9f;
    outline: none !important;
    cursor: pointer;
    font-size: 18px;
    line-height: 1em;
    padding: 0px 0px 0px 10px;
    margin: 0px auto 0px 10px;
    border-left: 1px solid #008f9f;
    display: inline-block;
    vertical-align: middle;
}

.color-aulabb {
    color: #ff8300;
}

.margen-title {
    padding: 0px !important;
    position: relative;
}


.html5-video-player {
    pointer-events: none;
}

.link-inline-black {
    color: #000000;
    outline: none !important;
    cursor: pointer;
    font-size: 18px;
    line-height: 1em;
    padding: 0px 0px 0px 10px;
    margin: 0px auto 0px 10px;
    border-left: 1px solid #000000;
    display: inline-block;
    vertical-align: middle;
}

.color-negro {
    color: #202020;
}

.linea-top {
    margin-bottom: 30px;
}

    .linea-top hr {
        margin: 0 auto;
        background: #008f9f;
    }

    .linea-top h3 {
        margin-top: 15px !important;
        margin-bottom: 3px !important;
    }

    .linea-top h2 {
        margin-top: 0px;
    }

.margen-bottom {
    margin-bottom: 65px;
}

.margen-bottom a{
    font-size: 16px;
}

.aulabb-slider {
    /*width:380px !important;*/
    height: 360px !important;
    margin: 0px 0px 0px 20px;
    display: table !important;
}

    .aulabb-slider .fondo-aulabb {
        background: #ff8300 !important;
    }

.institucional-bloque {
    background: rgba(0,0,0,0.4);
    padding: 10px;
}


.content-info-institucional {
    display: table-cell;
    vertical-align: bottom;
}



.slider-institucional .slick-prev:before {
    background: url(/images/default-source/general/diseno/slider-bt-prev.png);
    width: 35px;
    height: 53px;
    display: block;
    background-size: 100%;
}

.slider-institucional .slick-next:before {
    background: url(/images/default-source/general/diseno/slider-bt-next.png);
    width: 35px;
    height: 53px;
    display: block;
    background-size: 100%;
}

.slider-institucional .slick-prev {
    left: 20px;
    top: 26px;
    z-index: 9;
    height: 53px;
    width: 35px;
}

.slider-institucional .slick-next {
    right: 0px;
    top: 26px;
    z-index: 9;
    height: 53px;
    width: 35px;
}

.slider-institucional > .slick-list > .slick-track {
    opacity: 1;
    width: 6000px;
    transform: translate3d(-2400px, 0px, 0px);
}

.aulabb-link img {
    margin: 0 auto;
    max-width: 90px;
}

.productos-home-col.aulabb-link:hover {
    text-decoration: none !important;
    opacity: 0.6 !important;
}

.titulo-aulabbhome::after {
    border-top: none !important;
}

.titulo-aulabbhome hr {
    background: #fa9f25;
}

.container-aulabbhome {
    margin-bottom: 80px;
}

.videoPlay {
    pointer-events: none;
}

.enlace-video-modal {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

    .enlace-video-modal:hover {
        background: rgba(200, 200, 200, 0.50);
    }
/*fin aulabb home*/

.slider-select-item .featured-item img {
    max-width: 90px;
    margin: 0 auto;
}

.slider-select-item a {
    cursor: pointer;
    padding: 10px 0px;
    margin: 0px;
}

.slider-select-item .slick-prev:before, .slider-destacado-home .slick-prev:before,
.slider-simulador-aulabb .slick-prev:before{
    background: url(/images/default-source/general/diseno/slider-bt-prev.png);
    width: 35px;
    height: 53px;
    display: block;
    background-size: 100%;
}

.slider-select-item .slick-next:before, .slider-destacado-home .slick-next:before,
.slider-simulador-aulabb .slick-next:before {
    background: url(/images/default-source/general/diseno/slider-bt-next.png);
    width: 35px;
    height: 53px;
    display: block;
    background-size: 100%;
}

.slider-select-item .slick-prev, .slider-destacado-home .slick-prev,
.slider-simulador-aulabb .slick-prev {
    left: 0px;
    top: 50%;
    z-index: 9;
    width: 35px;
    height: 53px;
}

.slider-select-item .slick-next, .slider-destacado-home .slick-next,
.slider-simulador-aulabb .slick-next {
    right: 0px;
    top: 50%;
    z-index: 9;
    width: 35px;
    height: 53px;
}

.slider-destacado-home .featured-item img {
    max-width: 90px;
    margin: 0 auto;
}

.aulabb #our-products-area {
    z-index: auto;
}

.contain-carrusel-modal hr {
    margin: 10px auto 20px;
    height: 4px;
    width: 80px;
}

.modal-normativas hr {
    margin: 0 auto;
    background: #202020;
}

.slider-aulabb .slick-prev{
    width: 30px;
    height: 46px;
}

.slider-aulabb .slick-next{
    width: 30px;
    height: 46px;
}

.slider-aulabb .slick-prev:before {
    background: url(/images/default-source/general/diseno/slider-bt-prev.png);
    width: 30px;
    height: 46px;
    display: block;
    background-size: 100%;
    content: '' !important;
}


.slider-aulabb .slick-next:before {
    background: url(/images/default-source/general/diseno/slider-bt-next.png);
    width: 30px;
    height: 46px;
    display: block;
    background-size: 100%;
    content: '' !important;
}

.slider-aulabb .slick-prev, .slider-aulabb .slick-next {
    top: 25% !important;
}

.ocultar-video{
    display:none;
}

.descubre-encuesta{
    margin-top: 30px;
}

.encuesta-aulabb{
    padding:24px;
}

.container-aulabb-encuestas .checkradio {

    padding: 12px 12px 10px 32px;
    text-align: left;
    background: url(/images/default-source/general/diseno/ico-radio.png) left center no-repeat;
        background-size: auto auto;
    background-size: 20px;
    position: inherit;

}

.encuesta-aulabb p{
    cursor:pointer;
}

.container-aulabb-encuestas input{
    position:absolute;
    opacity:0;
    cursor:pointer;
}

input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

.encuesta-aprende-fin {
    padding: 4px 20px 20px !important;
}

.container-aulabb-encuestas input:checked ~ .checkradio {
    background: url(/images/default-source/general/diseno/ico-radio-checked.png) left center no-repeat;
    background-size: 20px;
}

.container-aulabb-encuestas {
    display: block;
    position: relative;
    margin: 10px 8px;
    padding: 2px;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkradio {

    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: auto;
    background-color: #eaf8f9;
    padding: 12px;
    color: #565656;
    min-width: 100px;
    font-weight: 400;

}

.slider-links-interes h2 {
    min-height: 72px;
    width: 160px;
}

.slider-links-interes hr {
    margin: 0 auto;
}

.slider-links-interes .destacados-home-col:hover {
    opacity: 0.6;
    cursor: pointer;
}

.slider-links-interes .destacados-home-col a:hover {
    opacity: 1;
}

.slider-aulabb .feature-item:hover{
    opacity: 0.6;
    cursor: pointer;
}
.slider-aulabb .feature-item a:hover{
    opacity: 1;
}

.slider-aulabb a:hover{
    opacity:1;
}

.slider-destacado-home div.featured-item:hover{
    opacity: 0.6;
    cursor: pointer;
}
.slider-destacado-home a.featured-item{
    cursor:pointer;
}
.slider-destacado-home div.featured-item a:hover{
    opacity: 1;
}

.aulabb .accordion .btn-link {
    color: #019aa9;
}

.slider-aulabb img{
    margin: 0 auto;
}

.slider-aulabb h4{
    margin: 0;
}

.destacados-home-aulabb .slick-prev:before{
    background: url(/images/default-source/general/diseno/slider-bt-prev.png);
    width: 30px;
    height: 46px;
    display: block;
    background-size: 100%;
    content: '' !important;
}

.destacados-home-aulabb .slick-prev{
    z-index: 99;
    left: 0px;
}

.destacados-home-aulabb .slick-next{
    right: 10px;
}


.destacados-home-aulabb .slick-next, .destacados-home-aulabb .slick-prev{
    width: 30px !important;
    height: 46px !important;
}

.destacados-home-aulabb .slick-next:before {
    background: url(/images/default-source/general/diseno/slider-bt-next.png);
    width: 30px;
    height: 46px;
    display: block;
    background-size: 100%;
    content: '' !important;
}

.glosario-seguridadF{
    padding-top:60px;
}

.modal-normativas .modal-dialog{
    max-width: 500px;
    margin: 1.75rem auto;
}

.hide-detail{
    display:none;
}

@media only screen and (max-width: 800px) {
    .link-inline-blog{
        font-size: 16px;
        line-height: 1em;
    }
}
@media only screen and (max-width: 600px) {
    .aulabb-slider {
        margin: 0px 0px 0px 0px;
    }
    .slider-institucional .slick-prev{
        left: 0px;
    }
}

@media only screen and (max-width: 400px) {
    .linea-top h2 strong span {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (max-width: 400px){
    .destacados-home-aulabb .slider-links-interes h2{
        min-height: 48px;
    }
}


