/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

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, "Noto Sans", 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;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

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
}

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: rgba(0, 0, 0, 0)
}

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
}

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
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[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-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-weight: 600;
    line-height: 1.2
}

.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: 400
}

.display-1 {
    font-size: 6rem;
    font-weight: 400;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 400;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 400;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 400;
    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: "— "
}

.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: flex;
    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%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.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 {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-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 {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-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 {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-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 {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-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;
    color: #212529
}

.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-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 {
    color: #212529;
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8daff
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #7abaff
}

.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-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #b3b7bb
}

.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-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #8fd19e
}

.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-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #86cfda
}

.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-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #ffdf7e
}

.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-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #ed969e
}

.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-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc
}

.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-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c
}

.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: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55
}

.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 {
    color: #fff;
    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
    }

    .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
    }

    .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
    }

    .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
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    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(prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: rgba(0, 0, 0, 0);
    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::-moz-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: rgba(0, 0, 0, 0);
    border: solid rgba(0, 0, 0, 0);
    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.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 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: flex;
    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: inline-flex;
    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
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
    display: block
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc((1em + .75rem)*3/4 + 1.75rem);
    background: url("data:image/svg+xml,%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/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select: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,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select: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 {
    border-color: #28a745
}

.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 {
    border-color: #34ce57;
    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 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745
}

.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~.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 {
    border-color: #28a745;
    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
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc((1em + .75rem)*3/4 + 1.75rem);
    background: url("data:image/svg+xml,%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/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select: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,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select: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 {
    border-color: #dc3545
}

.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 {
    border-color: #e4606d;
    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 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545
}

.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~.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 {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media(min-width:576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        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: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    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(prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    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
}

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(38, 143, 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(38, 143, 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(130, 138, 145, .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(130, 138, 145, .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(72, 180, 97, .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(72, 180, 97, .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(58, 176, 195, .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(58, 176, 195, .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(222, 170, 12, .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(222, 170, 12, .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(225, 83, 97, .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(225, 83, 97, .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(216, 217, 219, .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(216, 217, 219, .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(82, 88, 93, .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(82, 88, 93, .5)
}

.btn-outline-primary {
    color: #007bff;
    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: rgba(0, 0, 0, 0)
}

.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;
    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: rgba(0, 0, 0, 0)
}

.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;
    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: rgba(0, 0, 0, 0)
}

.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;
    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: rgba(0, 0, 0, 0)
}

.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;
    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: rgba(0, 0, 0, 0)
}

.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;
    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: rgba(0, 0, 0, 0)
}

.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;
    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: rgba(0, 0, 0, 0)
}

.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;
    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: rgba(0, 0, 0, 0)
}

.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;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    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(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(prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid rgba(0, 0, 0, 0);
    border-bottom: 0;
    border-left: .3em solid rgba(0, 0, 0, 0)
}

.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-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media(min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media(min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media(min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media(min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-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;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid rgba(0, 0, 0, 0);
    border-bottom: .3em solid;
    border-left: .3em solid rgba(0, 0, 0, 0)
}

.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;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid rgba(0, 0, 0, 0);
    border-right: 0;
    border-bottom: .3em solid rgba(0, 0, 0, 0);
    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;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid rgba(0, 0, 0, 0);
    border-right: .3em solid;
    border-bottom: .3em solid rgba(0, 0, 0, 0)
}

.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: rgba(0, 0, 0, 0);
    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;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0)
}

.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: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    flex: 1 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-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.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 {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

.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: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    position: relative;
    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,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.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: flex;
    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: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3
}

.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: flex;
    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>.custom-select,
.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select,
.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 {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,
.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 {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.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: 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;
    border-color: #007bff;
    background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-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;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%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 {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%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::after {
    background-image: url("data:image/svg+xml,%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-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    transform: translateX(.75rem)
}

.custom-switch .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(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%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/8px 10px;
    background-color: #fff;
    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(0, 123, 255, .25)
}

.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 {
    display: none
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 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:disabled~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    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: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    -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;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    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(prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    background-color: #dee2e6;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    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(prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    background-color: #dee2e6;
    border-color: rgba(0, 0, 0, 0);
    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;
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    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-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.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(prefers-reduced-motion:reduce) {

    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

.nav {
    display: flex;
    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;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid rgba(0, 0, 0, 0);
    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: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0)
}

.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 {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar>.container,
.navbar>.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    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: flex;
    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 {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.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 {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        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 {
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        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 {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        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 {
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        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 {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        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 {
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        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 {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        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 {
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    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 {
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    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,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(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,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255,255,255,.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: flex;
    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 {
    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: flex;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media(min-width:576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: flex;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 15px
}

@media(min-width:576px) {
    .card-group {
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media(min-width:576px) {
    .card-columns {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    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
}

.accordion>.card .card-header {
    margin-bottom: -1px
}

.breadcrumb {
    display: flex;
    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: 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-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;
    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(prefers-reduced-motion:reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.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
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.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 rgba(0, 0, 0, 0);
    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
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media(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 {
    animation: progress-bar-stripes 1s linear infinite
}

@media(prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        animation: none
    }
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    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 {
    z-index: 1;
    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.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
}

.list-group-horizontal .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0
}

@media(min-width:576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

    .list-group-horizontal-sm .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

@media(min-width:768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

    .list-group-horizontal-md .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

@media(min-width:992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

    .list-group-horizontal-lg .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

@media(min-width:1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

    .list-group-horizontal-xl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    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:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}

@media(prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: flex;
    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;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.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-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media(min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media(min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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: rgba(0, 0, 0, 0);
    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, "Noto Sans", 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: rgba(0, 0, 0, 0);
    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::before,
.bs-popover-top>.arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 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-width: .5rem .5rem 0;
    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::before,
.bs-popover-right>.arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 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-width: .5rem .5rem .5rem 0;
    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::before,
.bs-popover-bottom>.arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::after,
.bs-popover-bottom>.arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    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::before,
.bs-popover-left>.arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left]>.arrow::after,
.bs-popover-left>.arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    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.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s .6s opacity
}

@media(prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media(prefers-reduced-motion:reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.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: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%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,%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: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    opacity: .5;
    transition: opacity .6s ease
}

@media(prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.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: rgba(0, 0, 0, 0) !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-sm {
    border-radius: .2rem !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-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !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: flex !important
}

.d-inline-flex {
    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: flex !important
    }

    .d-sm-inline-flex {
        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: flex !important
    }

    .d-md-inline-flex {
        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: flex !important
    }

    .d-lg-inline-flex {
        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: flex !important
    }

    .d-xl-inline-flex {
        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: flex !important
    }

    .d-print-inline-flex {
        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 {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media(min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media(min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media(min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media(min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        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
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    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:sticky) {
    .sticky-top {
        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
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.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-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-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-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-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-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-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-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-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-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-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 !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !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: 400 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !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: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !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: rgba(0, 0, 0, 0);
    text-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.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
    }
}


body {
    background-color: #fff;
    font-size: 1rem;
    font-weight: 400;
    color: #000;
    cursor: default;
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
    color: #3a3c3f
}

body.editMode .row>.mgnlEditorBar.mgnlEditor.area {
    width: 100% !important
}

.mt-component {
    margin-top: 40px
}

.mb-component {
    margin-bottom: 40px
}

.pt-10 {
    padding-top: 10px
}

.pt-20 {
    padding-top: 20px
}

.pt-30 {
    padding-top: 30px
}

.pt-40 {
    padding-top: 40px
}

.pt-50 {
    padding-top: 50px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-50 {
    padding-bottom: 50px
}

.pl-10 {
    padding-left: 10px
}

.pl-20 {
    padding-left: 20px
}

.pl-30 {
    padding-left: 30px
}

.pl-40 {
    padding-left: 40px
}

.pl-50 {
    padding-left: 50px
}

.pr-10 {
    padding-right: 10px
}

.pr-20 {
    padding-right: 20px
}

.pr-30 {
    padding-right: 30px
}

.pr-40 {
    padding-right: 40px
}

.pr-50 {
    padding-right: 50px
}

a {
    color: #019bf2
}

main.page-content a {
    text-decoration: underline
}

a:hover {
    color: #7bcfff
}

a:active,
a:visited {
    color: #035c8e
}

.rowTitle h1,
.rowTitle h2,
.rowTitle h3,
.rowTitle h4 {
    margin-bottom: 1rem
}

div.containerBg {
    position: relative
}

div.containerBg.bg-grey {
    background-color: #dedede
}

div.containerBg section.section {
    background-color: rgba(0, 0, 0, 0)
}

section.section {
    padding: 75px 0;
    background-color: rgba(0, 0, 0, 0)
}

.py-0 section.section {
    padding: 0
}

section.full-height {
    height: 100vh
}

section.section video.video_background,
section.hero video.video_background {
    -o-object-fit: fill;
    object-fit: fill;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.section-parallax section.section video.video_background,
.section-parallax section.hero video.video_background {
    backface-visibility: hidden;
    bottom: 0;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    perspective: 1000;
    position: fixed;
    right: 0;
    width: auto;
    z-index: -1
}

section h1 span,
section h2 span,
section h3 span,
section h4 span {
    margin-bottom: 0;
    display: block
}

section h1 span span,
section h2 span span,
section h3 span span,
section h4 span span {
    display: inline
}

.rowTitle h1,
.rowTitle h2,
.rowTitle h3,
.rowTitle h4 {
    margin-bottom: 0
}

.rowTitle h1+p,
.rowTitle h2+p,
.rowTitle h3+p,
.rowTitle h4+p {
    margin-top: 10px
}

.rowTitle p {
    color: #3a3c3f;
    font-size: 16px
}

section.section[style*="color:"] .rowTitle p,
section.section[style*="color:"] .rowTitle h6,
section.section[class*=text-] .rowTitle p,
section.section[class*=text-] .rowTitle h6 {
    color: inherit
}

.page-content section.section .row.rowTitle+.row>.column:not(.align-self-center),
.page-content section.section.pt-0>.row .column:not(.align-self-center),
.column-detail>section[class*=section]:first-child .container>.row.rowTitle+.row>.column:not(.align-self-center),
.page-content>section.section.pt-0>.container>.row>.column:not(.align-self-center),
.page-content section.section.pb-0+section.section.pt-0>.container>.row>.column:not(.align-self-center),
.page-content>.breadcrumbs+section.pt-0,
.page-content .section .row:not(.rowTitle)>.column>.row>.column,
.page-content .section.pb-0+.section.pt-0>.container>.row.rowTitle>.col-12 {
    margin-top: 20px
}

.page-content section.section .row.rowTitle+.row>.column.align-self-center {
    margin-top: 20px
}

.page-content section.section.padding-horizontal-0>.container {
    padding-left: 0;
    padding-right: 0
}

.column-detail>section[class*=section]:first-child>.container>.row>.column:not(.align-self-center) {
    margin-top: 0
}

.page-content section.pt-0 .column.align-self-center {
    padding-top: 0
}

.page-content section.pb-0 .column.align-self-center {
    padding-bottom: 40px
}

div.column-detail>section[class*=section]:first-child {
    padding-top: 35px
}

.page-content section.section .row .column.pt-0>.column-detail {
    padding-top: 0
}

.page-content section.section .row .column.pb-0>.column-detail {
    padding-bottom: 0
}

.page-content section.section .row .column.pl-0:not(.justify-left):not(.justify-right)>.column-detail {
    padding-left: 0
}

.page-content section.section .row .column.pr-0:not(.justify-right):not(.justify-left)>.column-detail {
    padding-right: 0
}

.page-content section.section .row .column>.column-detail .column .column>.column-detail {
    padding: 20px 30px 20px
}

.page-content section.section .row .column>.column-detail {
    height: 100%
}

.page-content>section.section .row .column[class*=bg-]>section.section:not(.pt-0)>.container>div[class^=row]:not(.rowTitle):first-child>.column {
    margin-top: 0
}

.pl-d {
    padding-left: 30px
}

.pr-d {
    padding-right: 30px
}

.page-loading {
    text-align: center;
    display: none
}

.form-wrapper .page-loading {
    position: absolute;
    width: 100%;
    top: 100px
}

.loading {
    width: 100%;
    height: 50px;
    text-align: center;
    background: rgba(0, 0, 0, 0) url("../img/loading.gif") no-repeat center;
    display: none
}

.bg-opacity-primary {
    background: rgba(0, 123, 255, .3137254902)
}

.bg-opacity-gradient-primary {
    background: linear-gradient(to bottom, rgba(0, 123, 255, 0) 0, rgba(0, 123, 255, .3960784314) 30%)
}

.bg-opacity-danger {
    background: rgba(220, 53, 69, .3137254902)
}

.bg-opacity-gradient-danger {
    background: linear-gradient(to bottom, rgba(220, 53, 69, 0) 0, rgba(220, 53, 69, .3960784314) 30%)
}

.bg-opacity-success {
    background: rgba(40, 167, 69, .3137254902)
}

.bg-opacity-gradient-success {
    background: linear-gradient(to bottom, rgba(40, 167, 69, 0) 0, rgba(40, 167, 69, .3960784314) 30%)
}

.bg-opacity-warning {
    background: rgba(255, 193, 7, .3137254902)
}

.bg-opacity-gradient-warning {
    background: linear-gradient(to bottom, rgba(255, 193, 7, 0) 0, rgba(255, 193, 7, .3960784314) 30%)
}

.bg-opacity-info {
    background: rgba(23, 162, 184, .3137254902)
}

.bg-opacity-gradient-info {
    background: linear-gradient(to bottom, rgba(23, 162, 184, 0) 0, rgba(23, 162, 184, .3960784314) 30%)
}

.bg-opacity-light {
    background: rgba(248, 249, 250, .3137254902)
}

.bg-opacity-gradient-light {
    background: linear-gradient(to bottom, rgba(248, 249, 250, 0) 0, rgba(248, 249, 250, .3960784314) 30%)
}

.bg-opacity-dark {
    background: rgba(52, 58, 64, .3137254902)
}

.bg-opacity-gradient-dark {
    background: linear-gradient(to bottom, rgba(52, 58, 64, 0) 0, rgba(52, 58, 64, .3960784314) 30%)
}

.bg-opacity-white {
    background: rgba(255, 255, 255, .3137254902)
}

.bg-opacity-gradient-white {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3960784314) 30%)
}

.no-overlay-background {
    background: rgba(0, 0, 0, 0)
}

nav .active a {
    color: #000;
    font-weight: bold
}

nav a {
    color: #444
}

nav a:hover {
    color: #000
}

.section-parallax h1,
.section-parallax h2,
.section-parallax h3,
.section-parallax h4,
.section-parallax h5,
.section-parallax h6 {
    color: #fff
}

.section-parallax [class*=text-] h1,
.section-parallax [style*="color:"] h1,
.section-parallax [class*=text-] h2,
.section-parallax [style*="color:"] h2,
.section-parallax [class*=text-] h3,
.section-parallax [style*="color:"] h3,
.section-parallax [class*=text-] h4,
.section-parallax [style*="color:"] h4,
.section-parallax [class*=text-] h5,
.section-parallax [style*="color:"] h5,
.section-parallax [class*=text-] h6,
.section-parallax [style*="color:"] h6 {
    color: inherit
}

body .hero>.overlay-hero {
    width: 100%;
    height: 100%
}

body .hero>.container,
body .hero .overlay-hero>.container,
body .hero>.container>.row,
body .hero .overlay-hero>.container>.row {
    height: 100%
}

.hero:not(.full-height) {
    height: 500px;
    background-size: 100% auto;
    position: relative
}

.hero.full-height {
    background-size: cover;
    background-repeat: no-repeat
}

.video-background section.hero {
    overflow: hidden
}

.video-background section.hero:not(.full-height) video.video_background {
    min-height: auto;
    height: auto
}

.video-background section.hero video.video_background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden
}

.hero:not(.no-bg) .hero-content {
    color: #fff
}

.hero .hero-content {
    padding-bottom: 40px
}

.textImageComponent.light * {
    color: #fff
}

.textImageComponent.txt18,
section .txt18 {
    font-size: 18px
}

.textImageComponent.txt16 {
    font-size: 16px
}

.imageComponent.img-cover img {
    width: 100%;
    max-width: none
}

.imageComponent.ml-0 {
    margin-left: -15px !important
}

.imageComponent.mr-0 {
    margin-right: -15px !important
}

.btn.focus,
.btn:focus,
button:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    outline: 0;
    box-shadow: none
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: none
}

.btn,
.buttons .btn-cancel,
.buttons .btn-send {
    font-size: 14px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .14);
    padding: 6px 12px
}

.btn.btn-link {
    font-weight: 400;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    box-shadow: none;
    text-transform: none
}

a.btn.btn-default {
    border-color: #212529
}

a.btn.btn-default:hover {
    background-color: #212529;
    color: #fff
}

.hero .btn {
    padding: .6rem 3rem
}

.linkComponent:not(.mt-component) {
    margin-top: 0
}

.linkComponent .btn .icon-button {
    line-height: inherit
}

.linkComponent .btn .text+.icon-button.position-left {
    padding-right: 7px
}

.linkComponent .btn .text+.icon-button.position-right {
    padding-left: 7px
}

.linkComponent .btn.w-100.text-left .icon-button.position-right {
    float: right
}

.linkComponent .btn.w-100.text-right .icon-button.position-left {
    float: left
}

.linkComponent .btn.btn-link .icon-button.position-right {
    padding-left: 5px
}

.linkComponent .btn.btn-link .icon-button.position-left {
    padding-right: 5px
}

table.table-bordered[class*=bg-],
table.table-bordered[style*=background-color],
table[class*=bg-] thead tr th,
table[style*=background-color] thead tr th,
table[class*=bg-] tbody tr td,
table[style*=background-color] tbody tr td {
    border-color: rgba(255, 255, 255, .2)
}

div.responsibe-table-mobile {
    overflow-y: scroll
}

table.table-blocknet .title_cab {
    display: none
}

table.table-blocknet .title-file {
    font-size: 16px;
    line-height: 120%;
    font-family: "Open Sans", serif;
    font-weight: normal
}

table.table-blocknet tr .cellwithdiv {
    position: relative
}

table.table-blocknet tr .cellContaint {
    width: 100%;
    padding: .75rem;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-color: inherit !important
}

table.table-blocknet tr .borderRounded .border-top.border-left {
    border-top-left-radius: 15px
}

table.table-blocknet tr .borderRounded .border-top.border-right {
    border-top-right-radius: 15px
}

table.table-blocknet tr .borderRounded .border-bottom.border-left {
    border-bottom-left-radius: 15px
}

table.table-blocknet tr .borderRounded .border-bottom.border-right {
    border-bottom-right-radius: 15px
}

table.table-blocknet tr .cellwithdiv .cellContaint.shadow-table {
    box-shadow: 0 8px 8px 3px rgba(0, 0, 0, .15)
}

table.table-blocknet thead tr:first-child .cellwithdiv .cellContaint.shadow-table {
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, .15)
}

table.table-blocknet tr .vertical-middle .cellContaint div {
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

table.table-blocknet tr .vertical-bottom .cellContaint div {
    position: relative;
    top: 100%;
    transform: translateY(-100%)
}

table.table-blocknet .accordion>.card .card-header {
    border: 0;
    padding: 10px 15px 10px 0
}

table.table-blocknet .accordion>.card .card-header .title-file button {
    background-color: rgba(0, 0, 0, 0);
    min-height: auto;
    font-size: inherit;
    font-weight: normal;
    color: inherit
}

table.table-blocknet .accordion>.card .card-header .title-file button:hover {
    background-color: rgba(0, 0, 0, 0);
    opacity: 1 !important
}

table.table-blocknet .accordion>.card .card-header .title-file button>span.icon-button {
    font-size: 1.7rem !important
}

table.table-blocknet .accordion>.card .card-header .title-file button>span.text {
    padding: 0 40px 0 0;
    margin-bottom: 0;
    font-size: inherit;
    line-height: 120%
}

table.table-blocknet .accordion>.card .card-header .title-file button>span.text span {
    margin-bottom: 0
}

table.table-blocknet .accordion>.card .card-body {
    padding: 0;
    font-size: 14px
}

.image-overlay-footer .imageBox {
    position: relative
}

.imageBox {
    overflow: hidden
}

.imageBox img {
    max-width: 100%
}

img.img-responsive {
    max-width: 100%;
    height: auto
}

.image-overlay-footer .pieFoto {
    position: absolute;
    color: #fff;
    padding: 15px 15px;
    width: 100%
}

.image-overlay-footer .pieFoto.top {
    top: 0
}

.image-overlay-footer .pieFoto.bottom {
    bottom: 0
}

.image-overlay-footer .pieFoto p:last-child {
    margin-bottom: 0
}

.detalle-video .modal-video.video {
    position: relative
}

.detalle-video .modal-video.video figure {
    overflow: hidden
}

.detalle-video .modal-video.video figure img {
    transition: transform .2s ease-in-out;
    max-width: 100%;
    height: auto
}

.detalle-video .modal-video.video figure figcaption {
    background: rgba(0, 0, 0, 0) url("/dam-alarms/Prosegur/MO/btn-play-mpa.svg") no-repeat scroll 0 0/128px 128px;
    color: #fff;
    margin-left: -64px;
    margin-top: -64px;
    opacity: 1;
    position: absolute;
    transition: all .5s linear 0s;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-size: 80px;
    width: 80px;
    height: 80px
}

.detalle-video .modal-video.video a.play_btn.no-cookie-functionality {
    cursor: default
}

.detalle-video .modal-video.video a:hover figure figcaption {
    opacity: .7
}

.detalle-video .modal-video.video a:hover figure img {
    transform: scale(1.2, 1.2)
}

.detalle-video .modal-video.video figure figcaption a {
    display: block;
    height: 100%;
    text-indent: -99999px;
    width: 100%
}

.detalle-video .video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

.detalle-video .video-responsive iframe,
.detalle-video .video-responsive object,
.detalle-video .video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.detalle-video .text-detalle-video.center,
.detalle-video .modal-video.video.center {
    margin-left: auto;
    margin-right: auto
}

.detalle-video .text-detalle-video.right,
.detalle-video .modal-video.video.right {
    float: right
}

.detalle-video .video-iframe.center {
    text-align: center
}

.detalle-video .video-iframe.right {
    text-align: right
}

.detalle-video .video-iframe iframe {
    max-width: 100%
}

.detalle-video .text-detalle-video {
    font-size: 12px
}

.detalle-video .anchoVideo490 {
    width: 490px;
    max-width: 100%
}

.detalle-video .anchoVideo297 {
    width: 297px;
    max-width: 100%
}

.detalle-video .anchoVideo230 {
    width: 230px;
    max-width: 100%
}

.detalle-video .anchoVideo550 {
    width: 550px;
    max-width: 100%
}

.detalle-video .anchoVideo800 {
    width: 800px;
    max-width: 100%
}

.detalle-video .anchoVideo405 {
    width: 405px;
    max-width: 100%
}

.detalle-video .anchoVideoAll {
    width: 100%;
    max-width: 100%
}

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all .2s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all .4s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.generic-form {
    width: 100%
}

.form-wrapper .generic-form .textImageComponent {
    padding-left: 15px;
    padding-right: 15px
}

.form-wrapper .generic-form .row.row-form {
    width: 100%;
    margin: 0
}

.generic-form input,
.generic-form select,
.generic-form textarea,
form .input-group {
    margin-bottom: 20px
}

form .column select {
    width: 100%;
    background-color: #fff
}

form .input-group select {
    width: 80%
}

form.generic-form .row>div.mgnlEditorBar.area {
    display: block;
    height: 25px !important;
    width: 100% !important
}

form.generic-form div.mgnlPlaceholder {
    width: 100% !important
}

.form-wrapper form.generic-form textarea,
.form-wrapper form.generic-form input {
    outline: 0
}

.form-wrapper form.generic-form .errorMessage,
.form-wrapper form.generic-form .form-alert {
    color: red;
    font-size: 11px;
    font-weight: 600;
    margin-top: -15px;
    margin-bottom: 15px
}

.form-wrapper form.generic-form textarea.error,
.form-wrapper form.generic-form input.error,
.form-wrapper form.generic-form input.error+.custom-file-label {
    border-color: red !important
}

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.field-container.checkbox-list .checkbox-container,
.field-container.checkbox .checkbox-container {
    padding-left: 0;
    margin-bottom: 0
}

.field-container.checkbox-list .checkbox-container label,
.field-container.checkbox .checkbox-container label {
    padding-left: 35px;
    position: relative;
    display: block;
    margin-bottom: 8px
}

.field-container.opciones.radio-file .checkbox-container.radio-button-container,
.field-container.checkbox .checkbox-container label {
    display: inline-block;
    margin-right: 20px
}

.field-container.opciones.radio-list .radio-button-container {
    margin-bottom: 8px
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

form .checkbox-container input[type=radio]:disabled,
form .checkbox-container input[type=checkbox]:disabled {
    opacity: 0 !important
}

.checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid
}

.checkbox-container.radio-button-container .checkmark {
    border-radius: 50%
}

.checkbox-container:hover label,
.field-container.checkbox-list .checkbox-container label:hover {
    cursor: pointer
}

.checkbox-container:hover input~.checkmark,
.field-container.checkbox-list .checkbox-container label:hover input~.checkmark,
.field-container.checkbox .checkbox-container label:hover input~.checkmark {
    background-color: #ccc
}

.field-container.checkbox-list .checkbox-container:hover input~.checkmark,
.field-container.checkbox .checkbox-container:hover input~.checkmark {
    background-color: #eee
}

.form-wrapper form.generic-form .checkbox-container .error .checkmark,
.form-wrapper form.generic-form .checkbox-container.error .checkmark {
    border-color: red;
    background-color: #fff1f1
}

.checkbox-container input:checked~.checkmark,
.form-wrapper form.generic-form .checkbox-container input:checked~.checkmark {
    background-color: #212529
}

.checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.checkbox-container input:checked~.checkmark:after {
    display: block
}

.checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg)
}

.checkbox-container.radio-button-container .checkmark:after {
    top: 5px;
    left: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border-width: 2px
}

.switch-field {
    margin-bottom: 30px
}

.switch-field.switch-horizontal {
    width: 100%;
    margin-bottom: 25px !important;
    position: relative
}

.switch-field.switch-horizontal>label:first-of-type {
    display: inline-block;
    width: 67%;
    vertical-align: middle;
    font-weight: 400 !important;
    padding-right: 3%
}

.switch-field.switch-horizontal .switch {
    display: inline-block;
    width: 30%
}

.cuestionario .switch-field {
    margin-bottom: 50px
}

.switch-field .switch {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0)
}

.switch-field .switch.error {
    border: 1px solid red;
    border-radius: 22px
}

.page-content .form-wrapper form.generic-form .switch-field .switch.error+.errorMessage {
    margin-top: 10px;
    margin-bottom: -26px
}

.page-content .form-wrapper form.generic-form .switch-field.switch-horizontal .switch.error+.errorMessage {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: right
}

.switch-field .switch input {
    opacity: 0
}

.switch-field .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    display: table;
    width: 100%;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .5)
}

.switch-field .switch input:disabled~.slider {
    opacity: .5
}

.switch-field .switch .slider {
    background-color: #e4e4e4
}

.switch-field .switch .slider:before {
    position: absolute;
    content: "";
    height: 40px;
    width: 50%;
    bottom: 0;
    transition: .4s;
    left: 0
}

.switch-field .slider:before {
    background-color: #000
}

.switch-field .switch .slider.haveNeutral:before {
    width: 14%;
    left: 43%
}

.switch-field .switch input.input-switch-off:checked~.slider:before {
    transform: translateX(0);
    left: 0
}

.switch-field .switch input.input-switch-off:checked~.slider.haveNeutral:before,
.switch-field .switch input.input-switch-on:checked~.slider.haveNeutral:before {
    width: 43%
}

.switch-field input.input-switch-on:checked+.slider:before {
    transform: translateX(100%)
}

.switch-field input.input-switch-on:checked+.slider.haveNeutral:before {
    transform: translateX(33%)
}

.switch-field .switch .slider .values {
    height: 40px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative
}

.switch-field .switch .slider:not(.haveNeutral) .values {
    width: 50%
}

.switch-field .switch .slider.haveNeutral .values {
    width: 43%
}

.switch-field .switch .slider.haveNeutral .values.values-neutral {
    width: 14%
}

.switch-field .switch input.input-switch-off:checked~.slider .values.values-off,
.switch-field .switch input.input-switch-on:checked~.slider .values.values-on {
    color: #fff;
    transition: color .6s ease;
    -webkit-transition: color .6s ease-in
}

.switch-field .switch input~.slider .values {
    color: #8c8c8c;
    transition: color .1s ease;
    -webkit-transition: color .1s ease-in
}

.switch-field .switch .slider .values i {
    margin-right: 5px
}

.switch-field .switch .slider .values img {
    height: 20px;
    margin-top: -5px;
    margin-right: 5px;
    display: inline-block
}

.switch-field .switch .slider .values img,
.switch-field .switch input.input-switch-off:checked~.slider .values.values-off img.off,
.switch-field .switch input.input-switch-on:checked~.slider .values.values-on img.off {
    opacity: 0;
    display: none;
    transition: all .1s ease;
    -webkit-transition: all .1s ease-in
}

.switch-field .switch input.input-switch-off~.slider .values.values-off img.off,
.switch-field .switch input.input-switch-on~.slider .values.values-on img.off,
.switch-field .switch input.input-switch-off:checked~.slider .values.values-off img.on,
.switch-field .switch input.input-switch-on:checked~.slider .values.values-on img.on {
    opacity: 1;
    display: inline-block;
    transition: all .6s ease;
    -webkit-transition: all .1s ease-in
}

.switch-field .slider.round:before,
.switch-field .slider.round {
    border-radius: 34px
}

form .date-input {
    position: relative;
    display: block
}

form .date-input i {
    position: absolute;
    top: 10px;
    right: 10px
}

form .date-input .ui-datepicker-trigger {
    position: absolute;
    top: 4px;
    right: 4px;
    border: 0;
    background: rgba(0, 0, 0, 0);
    font-size: 0;
    width: 25px;
    height: 25px;
    z-index: 2
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active,
.ui-widget-header {
    border: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0)
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight,
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    background: #ededed
}

.datepicker .ui-datepicker-inline.ui-widget-content .dia-evento .ui-state-default,
.ui-state-default.ui-state-active,
.ui-widget-content .ui-state-default.ui-state-active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    color: #fff !important
}

.bg-primary .datepicker .ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png)
}

.bg-primary div.datepicker .ui-datepicker-inline.ui-widget-content {
    background: rgba(0, 0, 0, 0);
    border: 0
}

.bg-primary .datepicker .ui-datepicker-inline.ui-widget-content .ui-datepicker-header {
    border-bottom: 1px solid #fff
}

.bg-primary .datepicker .ui-datepicker-inline.ui-widget-content,
.bg-primary .datepicker .ui-datepicker-inline.ui-widget-content .ui-widget-header {
    color: #fff !important
}

.bg-primary .datepicker .ui-widget-header .ui-state-hover {
    border-radius: 12px;
    border: 0;
    cursor: pointer
}

.bg-primary .datepicker .ui-datepicker-inline.ui-widget-content .ui-state-highlight,
.bg-primary .datepicker .ui-datepicker-inline.ui-widget-content .ui-widget-content .ui-state-highlight,
.bg-primary .datepicker .ui-datepicker-inline.ui-widget-content .ui-widget-header .ui-state-highlight,
.bg-primary .datepicker .ui-datepicker-inline.ui-widget-content .ui-state-hover:not(.ui-state-active),
.bg-primary .datepicker .ui-datepicker-inline.ui-widget-content .ui-widget-content .ui-state-hover,
.bg-primary .datepicker .ui-datepicker-inline.ui-widget-content .ui-widget-header .ui-state-hover,
.bg-primary .datepicker .ui-datepicker-inline.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-focus,
.bg-primary .datepicker .ui-datepicker-inline.ui-widget-content .ui-widget-header .ui-state-focus,
.bg-primary .datepicker .ui-datepicker-inline.ui-widget-content .ui-button:hover,
.bg-primary .datepicker .ui-datepicker-inline.ui-widget-content .ui-button:focus {
    background-color: rgba(255, 255, 255, .2)
}

.ui-datepicker-unselectable.ui-state-disabled .ui-state-default {
    opacity: 50%
}

.bg-primary .ui-datepicker-unselectable.ui-state-disabled .ui-state-default {
    color: #fff !important
}

.buttons {
    text-align: right
}

.buttons .btn-cancel,
.buttons .btn-send {
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem
}

.buttons .btn-cancel {
    float: left;
    border-color: #212529
}

.buttons .btn-send {
    background-color: #212529;
    color: #fff
}

.owl-carousel.text-carousel .owl-stage-outer[class*=bg-],
.owl-carousel.text-carousel .owl-stage-outer[style*=background-color] {
    padding: 30px 0
}

body.editMode .text-carousel.owl-carousel .carousel-item {
    float: left;
    margin: 0 2% 2%
}

body.editMode .text-carousel.owl-carousel[data-resolutiondesktoptop="2"] .carousel-item {
    width: 46% !important
}

body.editMode .text-carousel.owl-carousel[data-resolutiondesktoptop="3"] .carousel-item {
    width: 29% !important
}

body.editMode .text-carousel.owl-carousel[data-resolutiondesktoptop="4"] .carousel-item {
    width: 25% !important
}

body.editMode .text-carousel.owl-carousel[data-resolutiondesktoptop="5"] .carousel-item {
    width: 16% !important
}

.carousel .carousel-indicators {
    margin-bottom: 0
}

.carousel .carousel-inner .carousel-item img {
    margin: auto
}

.carousel .carousel-inner .carousel-item .carousel-caption {
    background: rgba(0, 0, 0, .5);
    width: 100%;
    position: static;
    padding: 15px 10%
}

.carousel .carousel-control-next,
.carousel-control-prev {
    z-index: 10
}

.carousel .carousel-control-next span,
.carousel-control-prev span {
    font-size: 40px;
    font-weight: bold;
    height: 40px;
    background-image: none
}

.carrusel-menu.owl-carousel .owl-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.carrusel-menu.owl-carousel.float-menu .owl-dots {
    position: relative;
    bottom: 40px;
    margin: 0 auto -40px
}

.carrusel-menu.owl-carousel .owl-dots .owl-dot {
    width: 150px;
    height: 100%;
    background-color: #fff
}

.card {
    border: 0 solid rgba(0, 0, 0, .125);
    display: flex
}

.card-picture {
    position: relative;
    border: 0;
    border-radius: 0;
    overflow: hidden;
    border: 0;
    margin-bottom: 0;
    transform: translateZ(0)
}

.card-picture::before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    transition: background .35s ease-out
}

.card-picture .card-link {
    color: inherit;
    overflow: hidden
}

.card-picture.no-text-color .card-link,
.card-picture.no-text-color .card-overlay {
    color: #fff
}

.card-picture .card-link .card-overlay {
    font-family: "OpenSans-Regular", sans-serif;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    transition: transform .35s ease-out;
    padding: 1.5rem
}

.card-picture.hoverCard:hover .card-link .card-overlay {
    transform: translateY(0)
}

.card-picture .card-link .card-overlay .card-title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    transform: translateY(calc(-100% + 24px));
    transition: transform .35s ease-out
}

.card-picture .card-link .card-overlay .card-description {
    font-size: 1rem
}

.card-picture.hoverCard:hover .card-link .card-title {
    transform: translateY(0)
}

.card-picture .card-link .card-img-mask picture {
    width: 100%
}

.destacado {
    background-color: rgba(0, 0, 0, 0);
    height: 100%;
    position: relative
}

.destacado.row {
    margin-left: 0;
    margin-right: 0
}

.destacado.up .float {
    position: relative;
    top: -30px
}

.destacado.down .float {
    position: relative;
    bottom: -30px
}

.destacado.right .float {
    position: relative;
    right: -30px
}

.destacado.left .float {
    position: relative;
    left: -30px
}

.destacado.row .float {
    display: flex;
    flex-wrap: wrap
}

.destacado.row div.detalle-video[class*=col-],
.destacado.row div.image-destacado[class*=col-] {
    padding: 0
}

.destacado.row div.image-destacado[class*=col-] img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.destacado.up .float .image-destacado,
.destacado.down .float .image-destacado {
    margin: 0 20px
}

.destacado.left .float .image-destacado,
.destacado.right .float .image-destacado {
    margin: 20px 0
}

.destacado .image-destacado,
.destacado .detalle-video {
    text-align: center;
    margin: 0 auto;
    position: relative
}

.destacado.down {
    position: relative
}

.destacado.down.destacado-cubo .image-destacado,
.destacado.down.destacado-cubo .detalle-video {
    position: absolute;
    bottom: 0
}

.destacado .image-destacado figure {
    margin-bottom: 0;
    overflow: hidden
}

.destacado .image-destacado a figure img {
    transition: transform .2s ease-in-out;
    max-width: 100%
}

.destacado .image-destacado a:hover figure img {
    transform: scale(1.2, 1.2)
}

.destacado .detalle-destacado {
    padding: 15px 0 5px;
    position: relative
}

.destacado[style*=background-color] .detalle-destacado,
.destacado[class*=bg-] .detalle-destacado,
.destacado.shadow .detalle-destacado {
    padding-left: 15px;
    padding-right: 15px
}

.destacado.destacado-cubo .detalle-destacado {
    padding: 30px
}

.destacado .detalle-destacado {
    display: flex;
    flex-wrap: wrap
}

.destacado .detalle-destacado .textImageComponent+.linkComponent {
    margin-top: 1rem
}

.destacado .detalle-destacado .textImageComponent a {
    color: inherit
}

.destacado .detalle-destacado .linkComponent {
    margin: 0 auto 1rem
}

.destacado-video .column {
    margin-top: 0 !important;
    padding-top: 0 !important
}

.destacado-video .detalle-destacado-video {
    padding: 80px
}

.destacado-video .detalle-destacado-video p {
    font-size: 16px
}

.destacado-video .detalle-destacado-video i {
    font-size: 50px
}

.destacado-video .detalle-video,
.destacado-video .detalle-video .modal-video,
.destacado-video .detalle-video figure {
    height: 100%
}

.destacado-video .detalle-video .modal-video.video figure figcaption {
    height: 145px;
    text-align: center;
    line-height: 280px;
    text-transform: uppercase;
    font-size: 12px;
    text-shadow: 0 0 4px rgba(0, 0, 0, .5)
}

.destacado-video .detalle-video img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

body.editMode .owl-carousel {
    display: block
}

.owl-carousel .carousel-item {
    display: block;
    float: none
}

.owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    visibility: hidden;
    transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    visibility: visible;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: unset
}

.owl-carousel .owl-item .carousel-item .section .imageBox img {
    display: inline
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0;
    color: inherit;
    border: 0;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 0 15px
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../img/svg-play.svg) no-repeat;
    cursor: pointer;
    z-index: 1;
    visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -21.5px
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    width: 25px;
    height: 43px;
    position: absolute
}

.owl-carousel .owl-nav button.owl-prev.disabled,
.owl-carousel .owl-nav button.owl-next.disabled {
    opacity: .3
}

.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-next:focus {
    outline: 0
}

.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
    display: none
}

.owl-carousel .owl-nav button.owl-prev {
    background: url("../img/arrow-left.png") no-repeat;
    left: -30px
}

.owl-carousel .owl-nav button.owl-next {
    background: url("../img/arrow-right.png") no-repeat;
    right: -30px
}

.owl-dots {
    text-align: center;
    margin-top: 7px !important;
    display: flex;
    justify-content: center
}

.owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: #dcdcdc;
    margin-right: 25px
}

.owl-dots button.owl-dot:last-child {
    margin-right: 0
}

.owl-dots button.owl-dot.active {
    background: #000
}

.owl-dots button.owl-dot:focus {
    outline: 0
}

.owl-carousel.carrusel_lrms .owl-dots {
    margin-top: 1rem
}

.owl-carousel.carrusel_lrms .owl-dots button.owl-dot {
    width: 35px !important;
    height: 25px !important;
    border-radius: 0;
    background: unset;
    margin-right: 0 !important
}

.owl-carousel.carrusel_lrms .owl-dots button.owl-dot span {
    width: 25px;
    height: 25px;
    border-radius: 50px;
    background: #dcdcdc;
    margin-right: 0;
    display: block
}

@media only screen and (max-width:768px) {
    .owl-carousel.carrusel_lrms .owl-dots button.owl-dot {
        width: 48px !important;
        height: 48px !important;
        margin-top: -13px;
        margin-right: -23px !important
    }

    .owl-carousel.carrusel_lrms .owl-dots button.owl-dot span {
        width: 15px;
        height: 15px
    }
}

.owl-carousel.carrusel_lrms .owl-dots button.owl-dot.active {
    background-color: unset !important
}

.owl-carousel.carrusel_lrms .owl-dots button.owl-dot.active span {
    background-color: #ffd000
}

.owl-carousel.carrusel_lrms .owl-nav button.owl-prev {
    left: -80px;
    background: none;
    padding: 5px
}

.owl-carousel.carrusel_lrms .owl-nav button.owl-prev::before {
    font-family: FontAwesome;
    font-weight: 900;
    content: "";
    font-size: 25px;
    color: #fff;
    background-color: #ffd000;
    border-radius: 50%;
    padding: 15px
}

.owl-carousel.carrusel_lrms .owl-nav button.owl-prev:hover::before {
    background-color: #4c4c4c
}

.owl-carousel.carrusel_lrms .owl-nav button.owl-next {
    background: none;
    right: -40px;
    padding: 5px
}

.owl-carousel.carrusel_lrms .owl-nav button.owl-next::before {
    font-family: FontAwesome;
    font-weight: 900;
    content: "";
    font-size: 25px;
    color: #fff;
    background-color: #ffd000;
    border-radius: 50%;
    padding: 15px
}

.owl-carousel.carrusel_lrms .owl-nav button.owl-next:hover::before {
    background-color: #4c4c4c
}

.owl-carousel.carrusel_lrms article.carousel-item {
    padding: 0 .5rem 0 0
}

.owl-carousel.carrusel_lrms article.carousel-item section.textImageComponent img {
    border-radius: 25px
}

.owl-carousel.carrusel_lrms article.carousel-item section.textImageComponent .textImageZoom {
    border-radius: 25px
}

.owl-carousel.carrusel_lrms article.carousel-item section.textImageComponent h3 {
    font-size: 1.5rem;
    margin-top: 1rem
}

.owl-carousel.carrusel_lrms article.carousel-item section.textImageComponent h2 {
    margin-top: 1rem
}

@media only screen and (min-width:768px) {
    .owl-carousel.carrusel_lrms .owl-stage {
        padding-left: 1px !important;
        padding-right: 0 !important
    }
}

@media only screen and (max-width:1220px) {
    .owl-carousel.carrusel_lrms .owl-nav button.owl-next {
        right: -20px;
        padding: 0
    }

    .owl-carousel.carrusel_lrms .owl-nav button.owl-prev {
        left: -60px;
        padding: 0
    }
}

@media only screen and (max-width:768px) {
    .owl-carousel.carrusel_lrms .owl-nav button.owl-prev::before {
        padding: 15px
    }

    .owl-carousel.carrusel_lrms .owl-nav button.owl-next::before {
        padding: 15px
    }
}

@media only screen and (max-width:425px) {
    .owl-carousel.carrusel_lrms .article.carousel-item {
        padding: 0
    }

    .owl-carousel.carrusel_lrms .owl-item article.carousel-item section.textImageComponent {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .owl-carousel.carrusel_lrms .owl-dots button.owl-dot {
        width: 16px;
        height: 16px
    }

    .owl-carousel.carrusel_lrms .owl-stage-outer {
        width: 100%;
        margin: 0
    }

    .owl-carousel.carrusel_lrms .owl-stage-outer .owl-item .carousel-item {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px
    }

    .owl-carousel.carrusel_lrms div.owl-item:not(.active) {
        opacity: .3;
        transition: opacity 1s
    }
}

.accordion>.card {
    background-color: rgba(0, 0, 0, 0)
}

.accordion[class*=bg-]>.card,
.accordion[class*=bg-]>.card:first-of-type,
.accordion[class*=bg-]>.card:not(:first-of-type):not(:last-of-type),
.accordion[style*=background-color]>.card,
.accordion[style*=background-color]>.card:first-of-type,
.accordion[style*=background-color]>.card:not(:first-of-type):not(:last-of-type),
.accordion>.card[class*=bg-],
.accordion>.card[class*=bg-]:first-of-type,
.accordion>.card[class*=bg-]:not(:first-of-type):not(:last-of-type),
.accordion>.card[style*=background-color],
.accordion>.card[style*=background-color]:first-of-type,
.accordion>.card[style*=background-color]:not(:first-of-type):not(:last-of-type) {
    border-color: rgba(255, 255, 255, .2)
}

.accordion>.card .card-header {
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 0
}

.accordion>.card .card-header {
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 0
}

.accordion>.card .card-header .btn {
    width: 100%;
    text-align: left
}

.accordion[class*=bg-]>.card .card-header button.btn,
.accordion[class*=bg-]>.card .card-header button.btn:hover,
.accordion[style*=background-color]>.card .card-header button.btn,
.accordion[style*=background-color]>.card .card-header button.btn:hover,
.accordion>.card[class*=bg-] .card-header button.btn,
.accordion>.card[class*=bg-] .card-header button.btn:hover,
.accordion>.card[style*=background-color] .card-header button.btn,
.accordion>.card[style*=background-color] .card-header button.btn:hover,
.accordion>.card .card-header[class*=bg-] button.btn,
.accordion>.card .card-header[class*=bg-] button.btn:hover,
.accordion>.card .card-header[style*=background-color] button.btn,
.accordion>.card .card-header[style*=background-color] button.btn:hover {
    color: inherit;
    background-color: inherit
}

.accordion[class*=text-]>.card .card-header button.btn,
.accordion[class*=text-]>.card .card-header button.btn:hover,
.accordion[style*="color:"]>.card .card-header button.btn,
.accordion[style*="color:"]>.card .card-header button.btn:hover,
.accordion>.card[class*=text-] .card-header button.btn,
.accordion>.card[class*=text-] .card-header button.btn:hover,
.accordion>.card[style*="color:"] .card-header button.btn,
.accordion>.card[style*="color:"] .card-header button.btn:hover,
.accordion>.card .card-header[class*=text-] button.btn,
.accordion>.card .card-header[class*=text-] button.btn:hover,
.accordion>.card .card-header[style*="color:"] button.btn,
.accordion>.card .card-header[style*="color:"] button.btn:hover {
    color: inherit
}

.accordion>.card .card-header .btn .text,
.accordion .btn.btn-link.collapsed .icon-open,
.accordion .btn.btn-link[aria-expanded=false] .icon-open,
.accordion .btn.btn-link .icon-close {
    margin-bottom: 0;
    display: block
}

.accordion>.card .card-header .btn .icon-button.float-right+.text {
    padding: 0 20px 0 0
}

.accordion>.card .card-header .btn .icon-button:not(.float-right)+.text {
    padding: 0 0 0 20px
}

.accordion>.card .card-header .btn .text .icon-button {
    margin-bottom: 0;
    padding: 0
}

.accordion>.card .card-header .btn .text .icon-button.left {
    margin-right: 7px
}

.accordion>.card .card-header .btn .text .icon-button.right {
    margin-left: 7px
}

.accordion .btn.btn-link .icon-button {
    padding-top: 4px
}

.accordion .btn.btn-link.collapsed .icon-close,
.accordion .btn.btn-link[aria-expanded=false] .icon-close,
.accordion .btn.btn-link .icon-open {
    display: none
}

.responsive-tab.tabs-left,
.responsive-tab.tabs-right {
    float: left;
    width: 100%
}

.responsive-tab.tabs-right>.nav-tabs {
    float: right
}

.responsive-tab.tabs-left>.nav-tabs {
    float: left
}

.responsive-tab.tabs-left>.nav-tabs,
.responsive-tab.tabs-right>.nav-tabs {
    display: block;
    width: 25%
}

.responsive-tab.tabs-left>.nav-tabs>li,
.responsive-tab.tabs-right>.nav-tabs>li {
    float: none;
    display: block
}

.responsive-tab.tabs-left>.nav-tabs .nav-item .nav-link,
.responsive-tab.tabs-left>.nav-tabs .nav-link,
.responsive-tab.tabs-right>.nav-tabs .nav-item .nav-link,
.responsive-tab.tabs-right>.nav-tabs .nav-link {
    border-color: #dee2e6 #dee2e6 #fff
}

.responsive-tab.tabs-left>.nav-tabs .nav-item.show .nav-link,
.responsive-tab.tabs-left>.nav-tabs .nav-link.active {
    border-right-color: #fff;
    background-color: rgba(0, 0, 0, 0)
}

.responsive-tab.tabs-right>.nav-tabs .nav-item.show .nav-link,
.responsive-tab.tabs-right>.nav-tabs .nav-link.active {
    border-left-color: #fff;
    background-color: rgba(0, 0, 0, 0)
}

.nav-tabs .nav-link,
.nav-tabs .nav-item {
    text-decoration: none
}

.responsive-tab .nav-tabs .nav-item a {
    height: 100%
}

.responsive-tab .nav-tabs .nav-item a.icon-image.right,
.responsive-tab .nav-tabs .nav-item a.icon-image.left {
    display: table;
    width: 100%
}

.responsive-tab .nav-tabs .nav-item a .tab-title {
    display: table;
    width: 100%;
    height: 100%
}

.responsive-tab .nav-tabs .nav-item a.icon-image.right .tab-title.icon-image.right,
.responsive-tab .nav-tabs .nav-item a.icon-image.left .tab-title.icon-image.left {
    display: table-cell;
    vertical-align: middle
}

.responsive-tab .nav-tabs .nav-item a .tab-title.up img {
    margin: 0 auto 10px
}

.responsive-tab.tabs-right .nav-tabs .nav-item a .tab-title.up img,
.responsive-tab.tabs-left .nav-tabs .nav-item a .tab-title.up img {
    margin: 5px 0 7px
}

.responsive-tab .nav-tabs .nav-item a .tab-title.down img {
    margin: 10px auto 0
}

.responsive-tab.tabs-right .nav-tabs .nav-item a .tab-title.down img,
.responsive-tab.tabs-left .nav-tabs .nav-item a .tab-title.down img {
    margin: 7px 0 5px
}

.responsive-tab.tabs-right .nav-tabs .nav-item a .tab-title.down img,
.responsive-tab.tabs-right .nav-tabs .nav-item a .tab-title.up img {
    float: right
}

.responsive-tab .nav-tabs .nav-item a .tab-title.right img,
.responsive-tab .nav-tabs .nav-item a .tab-title.left img {
    display: inline-block !important;
    margin: 0 0 0 10px
}

.responsive-tab .nav-tabs .nav-item a .tab-title.left img {
    margin: 0 10px 0 0
}

.responsive-tab .nav-tabs .nav-item a .tab-title img.hover-active,
.responsive-tab .nav-tabs .nav-item a:hover .tab-title img.has-active-image,
.responsive-tab .nav-tabs .nav-item.r-tabs-state-active a .tab-title img.has-active-image {
    display: none !important
}

.responsive-tab .nav-tabs .nav-item a .tab-title.up .icon-button,
.responsive-tab .nav-tabs .nav-item a .tab-title.down .icon-button,
.responsive-tab .nav-tabs .nav-item a:hover .tab-title.up img.hover-active,
.responsive-tab .nav-tabs .nav-item a:hover .tab-title.down img.hover-active,
.responsive-tab .nav-tabs .nav-item.r-tabs-state-active a .tab-title.up img.hover-active,
.responsive-tab .nav-tabs .nav-item.r-tabs-state-active a .tab-title.down img.hover-active {
    display: block !important
}

.responsive-tab .nav-tabs .nav-item a:hover .tab-title.left img.hover-active,
.responsive-tab .nav-tabs .nav-item a:hover .tab-title.right img.hover-active,
.responsive-tab .nav-tabs .nav-item.r-tabs-state-active a .tab-title.left img.hover-active,
.responsive-tab .nav-tabs .nav-item.r-tabs-state-active a .tab-title.right img.hover-active {
    display: inline-block !important
}

.responsive-tab.tabs-right .nav-tabs .nav-item a .tab-title.up .text,
.responsive-tab.tabs-right .nav-tabs .nav-item a .tab-title.down .text {
    float: right;
    width: 100%
}

.responsive-tab:not(.tabs-right):not(.tabs-left) .nav-tabs .nav-item a:not(.icon-image) .tab-title .text {
    display: table-cell !important;
    vertical-align: middle
}

.responsive-tab.tabs-left .tab-content .tab-pane:not([class*=" bg-"]),
.responsive-tab.tabs-right .tab-content .tab-pane:not([class*=" bg-"]) {
    padding-top: 0
}

.r-tabs .r-tabs-panel {
    padding: 30px 30px
}

.responsive-tab .tab-content .tab-pane>section.section {
    margin-left: -15px;
    margin-right: -15px
}

.responsive-tab .tab-content .tab-pane>section[class*=section]:first-child>.container>div[class^=row]:not(.rowTitle):first-child>.column {
    margin-top: 0
}

.responsive-tab.tabs-left .tab-content,
.responsive-tab.tabs-right .tab-content {
    width: 75%;
    float: left
}

.ancla-menu[class*=bg-] ul,
.ancla-menu[style*=background-style] ul {
    padding: 12px 15px 10px
}

.ancla-menu ul {
    padding: 0;
    list-style: none;
    width: 100%
}

.ancla-menu ul li.ancla-contenido.col-auto {
    max-width: none;
    width: auto;
    margin-right: 30px;
    padding-right: 0;
    padding-left: 0
}

.ancla-menu ul li.ancla-contenido {
    display: inline-block
}

.ancla-menu ul li.col-auto.ancla-contenido:last-child {
    margin-right: 0
}

.ancla-menu ul li.ancla-contenido:not(.col-auto):last-child {
    padding-right: 0
}

.ancla-menu ul li.ancla-contenido:not(.col-auto):first-child {
    padding-left: 0
}

.ancla-menu ul li.ancla-contenido.text-center a.item-ancla {
    text-align: center
}

.ancla-menu ul li.ancla-contenido.text-right a.item-ancla {
    text-align: right
}

.ancla-menu ul li.ancla-contenido.text-left a.item-ancla {
    text-align: left
}

.ancla-menu ul li.ancla-contenido a.item-ancla {
    color: #4a4a4a
}

.ancla-menu[class*=text-] ul li.ancla-contenido a.item-ancla,
.ancla-menu[class*=bg-] ul li.ancla-contenido a.item-ancla,
.ancla-menu[style*=background-color] ul li.ancla-contenido a.item-ancla {
    color: inherit
}

.ancla-menu ul li.ancla-contenido a.item-ancla:hover {
    text-decoration: none
}

.ancla-menu ul li.ancla-contenido.text-center a.item-ancla img {
    margin: auto
}

.ancla-menu ul li.ancla-contenido.up.text-right a.item-ancla img,
.ancla-menu ul li.ancla-contenido.down.text-right a.item-ancla img {
    float: right
}

.ancla-menu ul li.ancla-contenido.up a.item-ancla span.icon-button,
.ancla-menu ul li.ancla-contenido.down a.item-ancla span.icon-button {
    display: block;
    width: 100%
}

.ancla-menu ul li.ancla-contenido.up a.item-ancla img,
.ancla-menu ul li.ancla-contenido.up a.item-ancla span.icon-button {
    margin-bottom: 7px
}

.ancla-menu ul li.ancla-contenido.down a.item-ancla img,
.ancla-menu ul li.ancla-contenido.down a.item-ancla span.icon-button {
    margin-top: 7px
}

.ancla-menu ul li.ancla-contenido.left a.item-ancla img,
.ancla-menu ul li.ancla-contenido.right a.item-ancla img {
    display: inline-block !important;
    margin-left: 7px
}

.ancla-menu ul li.ancla-contenido.left a.item-ancla img {
    margin-left: 0;
    margin-right: 7px
}

.ancla-menu ul li.ancla-contenido:not(.col-auto) a.item-ancla .text {
    word-break: break-all
}

.ancla-menu ul li.ancla-contenido.up.text-right a.item-ancla span.text,
.ancla-menu ul li.ancla-contenido.down.text-right a.item-ancla span.text {
    display: block;
    width: 100%
}

.ancla-menu ul li.ancla-contenido a.item-ancla:hover span.text {
    text-decoration: underline
}

.timeline {
    position: relative
}

.timeline .timeline-line {
    height: 100%;
    position: absolute;
    border-left: 10px dotted #ececec;
    margin: auto;
    left: 0;
    right: 0;
    width: 10px
}

.timeline .timeline-list {
    padding: 0;
    list-style: none;
    position: relative;
    padding: 75px 0
}

.timeline .timeline-list .timeline-item {
    margin-bottom: 75px
}

.timeline .timeline-list .timeline-item:last-child {
    margin-bottom: 0
}

.timeline .timeline-list .timeline-item .historia-timeline {
    width: 35%
}

.timeline .timeline-list .timeline-item:nth-child(even) .historia-timeline {
    float: left;
    margin-left: 11%
}

.timeline .timeline-list .timeline-item:nth-child(odd) .historia-timeline {
    float: right;
    margin-right: 11%
}

.timeline .timeline-list .timeline-item:first-child .historia-timeline {
    width: 50%;
    margin: auto;
    float: none
}

.timeline .timeline-list .timeline-item .historia-timeline .year {
    font-size: 30px;
    font-family: "Lora", serif;
    padding-bottom: 10px
}

.timeline .timeline-list .timeline-item:first-child .historia-timeline .year {
    text-align: center
}

.timeline .timeline-list .timeline-item:nth-child(even) .historia-timeline .year {
    text-align: right
}

.timeline .timeline-list .timeline-item .historia-timeline .year .bullet {
    display: inline-block;
    border: 10px solid #fff;
    border-radius: 21px;
    width: 42px;
    height: 42px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto
}

.timeline .timeline-list .timeline-item:first-child .historia-timeline .year .bullet {
    position: static;
    display: block;
    margin-bottom: 10px
}

.timeline .timeline-list .timeline-item .historia-timeline .year .text {
    background: #fff
}

.timeline .timeline-list .timeline-item .historia-timeline .detalle-historia {
    text-align: center
}

.timeline .timeline-list .timeline-item .historia-timeline .detalle-historia .year-info {
    padding: 30px;
    background: #fff;
    text-align: left
}

.col-20,
.col-sm-20,
.col-md-20,
.col-lg-20,
.col-xl-20 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-20 {
    flex: 0 0 20%;
    max-width: 20%
}

@media(min-width:576px) {
    .col-sm-20 {
        flex: 0 0 20%;
        max-width: 20%
    }

    .card-picture .card-link .card-overlay {
        transform: translateY(75%)
    }
}

@media(min-width:768px) {
    .col-md-20 {
        flex: 0 0 20%;
        max-width: 20%
    }

    .card-picture .card-link .card-overlay {
        transform: translateY(75%)
    }

    .carousel.carousel-image .carousel-control-next span,
    .carousel-control-prev span {
        color: #fff !important
    }

    .carousel.carousel-image .carousel-indicators li {
        background-color: #fff !important
    }
}

@media(min-width:992px) {
    .col-lg-20 {
        flex: 0 0 20%;
        max-width: 20%
    }

    .card-picture .card-link .card-overlay {
        transform: translateY(75%)
    }
}

@media(min-width:1200px) {
    .col-xl-20 {
        flex: 0 0 20%;
        max-width: 20%
    }

    .card-picture .card-link .card-overlay {
        transform: translateY(80%)
    }
}

footer {
    background: #dedede;
    padding: 30px 0
}

footer.footer {
    background: #3a3c3f !important
}

footer.footer h5 {
    margin-bottom: 1rem !important
}

footer.footer ul>li>a {
    font-weight: lighter;
    color: #e2e2e2
}

footer section.section {
    background-color: rgba(0, 0, 0, 0)
}

@media(min-width:768px) {
    .carousel .carousel-inner .carousel-item .carousel-caption {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0
    }
}

@media(max-width:1199.98px) {
    .destacado-video .detalle-destacado-video {
        padding: 60px
    }

    .timeline .timeline-list .timeline-item .historia-timeline {
        width: 45%
    }

    .timeline .timeline-list .timeline-item:nth-child(even) .historia-timeline {
        margin-left: 0
    }

    .timeline .timeline-list .timeline-item:nth-child(odd) .historia-timeline {
        margin-right: 0
    }

    .timeline .timeline-list .timeline-item:first-child .historia-timeline {
        width: 60%;
        margin: auto
    }
}

@media(max-width:991.98px) {
    section.section {
        padding: 70px 0
    }

    .destacado-video .detalle-destacado-video {
        padding: 50px
    }

    .destacado-video .detalle-destacado-video h1 {
        font-size: 22px
    }

    .destacado-video .detalle-destacado-video p {
        font-size: 12px
    }

    .destacado-video .detalle-destacado-video i {
        font-size: 38px
    }

    .responsive-tab .tab-content .tab-pane>section[class*=section]:first-child>.container>div[class^=row]:not(.rowTitle):first-child>.column.col-sm-12 {
        margin-top: 40px
    }

    .responsive-tab .tab-content .tab-pane>section[class*=section]:first-child>.container>div[class^=row]:not(.rowTitle):first-child>.column[class*=col-sm-12]:first-child {
        margin-top: 0
    }

    table.table-blocknet .accordion>.card .card-body {
        padding: 0 !important
    }
}

@media(max-width:767.98px) {
    section.section {
        padding: 60px 0
    }

    .owl-carousel.owl-drag .owl-item {
        padding: 0
    }

    .carousel .carousel-inner .carousel-item .carousel-caption {
        background: #fff;
        color: #000
    }

    .containerBg .carousel .carousel-inner .carousel-item .carousel-caption,
    .column .column-detail .carousel .carousel-inner .carousel-item .carousel-caption {
        background-color: rgba(0, 0, 0, 0);
        color: inherit
    }

    section.section[class*=text-] .carousel .carousel-inner .carousel-item .carousel-caption,
    section.section[style*="color:"] .carousel .carousel-inner .carousel-item .carousel-caption {
        color: inherit
    }

    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        width: 15px;
        height: 35px;
        background-size: 15px 35px !important
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: 7px
    }

    .owl-carousel .owl-nav button.owl-next {
        right: 7px
    }

    .carousel.carousel-image .carousel-control-next span,
    .carousel-control-prev span {
        color: inherit
    }

    .carousel.carousel-image .carousel-indicators li {
        background-color: inherit
    }

    .responsive-tab.tabs-left>.nav-tabs,
    .responsive-tab.tabs-right>.nav-tabs {
        display: none
    }

    .responsive-tab.tabs-left .tab-content,
    .responsive-tab.tabs-right .tab-content {
        width: 100%
    }

    .r-tabs .r-tabs-panel {
        padding: 15px 0;
        margin-bottom: 25px
    }

    .responsive-tab .tab-content .tab-pane>section[class*=section]:first-child>.container>div[class^=row]:not(.rowTitle):first-child>.column.col-12 {
        margin-top: 40px
    }

    .responsive-tab .tab-content .tab-pane>section[class*=section]:first-child>.container>div[class^=row]:not(.rowTitle):first-child>.column[class*=col-12]:first-child {
        margin-top: 0
    }

    .destacado.down .image-destacado,
    .destacado.down .detalle-video {
        position: relative;
        bottom: 0
    }

    table.table.table-blocknet:not(.table-mobile-blocknet) thead {
        display: none
    }

    table.table.table-blocknet:not(.table-mobile-blocknet) tr {
        border-top: 1px solid #dee2e6
    }

    table.table.table-blocknet:not(.table-mobile-blocknet) tbody tr td {
        display: inline-block;
        width: 49%;
        border: 0
    }

    table.table.table-blocknet:not(.table-mobile-blocknet) .title_cab {
        display: block;
        font-weight: bold
    }

    .destacado-video .detalle-destacado-video {
        padding: 30px
    }

    .destacado-video .detalle-destacado-video h1 {
        font-size: 28px
    }

    .destacado-video .detalle-destacado-video p {
        font-size: 16px
    }

    .destacado-video .detalle-destacado-video i {
        font-size: 42px
    }

    .timeline .timeline-list {
        padding: 60px 0
    }

    .timeline .timeline-list .timeline-item {
        margin-bottom: 60px
    }

    .timeline .timeline-list .timeline-item .historia-timeline {
        width: 85%;
        float: none !important
    }

    .timeline .timeline-list .timeline-item:nth-child(even) .historia-timeline,
    .timeline .timeline-list .timeline-item:nth-child(odd) .historia-timeline {
        margin: auto
    }

    .timeline .timeline-list .timeline-item:first-child .historia-timeline {
        width: 85%;
        margin: auto
    }

    .timeline .timeline-list .timeline-item .historia-timeline .year {
        text-align: center !important
    }

    .timeline .timeline-list .timeline-item .historia-timeline .year .bullet {
        position: static;
        display: block
    }

    table.table-blocknet .accordion>.card .card-header {
        padding: 10px 5px 10px 0
    }

    footer section.section {
        padding: 0 !important
    }
}

@media(max-width:575.98px) {

    .timeline .timeline-list .timeline-item .historia-timeline,
    .timeline .timeline-list .timeline-item:first-child .historia-timeline {
        width: 100%
    }

    .timeline .timeline-list .timeline-item .historia-timeline .detalle-historia .year-info {
        padding: 20px
    }

    .card-picture .card-link .card-overlay {
        transform: translateY(80%)
    }

    .switch-field.switch-horizontal>label:first-of-type {
        width: 58%;
        padding-right: 2%
    }

    .switch-field.switch-horizontal .switch {
        width: 40%
    }

    .switch-field.switch-horizontal .switch .slider .values img {
        height: 15px;
        margin-right: 2px
    }

    .switch-field.switch-horizontal .switch .slider.haveNeutral .values {
        width: 50%
    }

    .switch-field.switch-horizontal .switch .slider.haveNeutral .values.values-neutral {
        width: 0
    }

    .switch-field.switch-horizontal .switch .slider.haveNeutral:before {
        width: 10%;
        left: 45%
    }

    .switch-field.switch-horizontal .switch input.input-switch-off:checked~.slider.haveNeutral:before,
    .switch-field.switch-horizontal .switch input.input-switch-on:checked~.slider.haveNeutral:before {
        width: 50%
    }

    .switch-field.switch-horizontal input.input-switch-on:checked+.slider.haveNeutral:before {
        transform: translateX(9%)
    }
}

[data-aos^=fade-out][data-aos^=fade-out] {
    opacity: 1;
    transition-property: opacity, transform
}

[data-aos^=fade-out][data-aos^=fade-out].aos-animate {
    opacity: 0;
    transform: translateZ(0)
}

.carousel-btn {
    padding-left: 3rem;
    padding-right: 3rem;
    border-bottom: 1px solid #e2e6ea
}

.carousel-btn .carousel-btn__box {
    height: 6.313rem;
    display: flex;
    align-items: center;
    outline: 0
}

.carousel-btn .carousel-btn__box .btn-year {
    font-weight: 700;
    font-size: 1rem;
    color: #7f7f7f;
    background-color: #fff;
    border-color: #fff;
    line-height: 1;
    border-style: none;
    border: 0;
    cursor: pointer;
    margin: 0 auto;
    padding: 1rem
}

.carousel-btn .carousel-btn__box .btn-year:hover {
    color: #000
}

.carousel-btn .carousel-btn__box.box-active {
    border-bottom: 5px solid #ffd000
}

.carousel-btn .carousel-btn__box.box-active .btn-year {
    color: #000
}

.carousel-btn .slick-prev,
.carousel-btn .slick-next {
    width: 2.5rem;
    height: 2.5rem
}

.carousel-btn .slick-prev.slick-disabled,
.carousel-btn .slick-next.slick-disabled {
    cursor: unset
}

.carousel-btn .slick-prev::before,
.carousel-btn .slick-next::before {
    font-family: "Prosegur-Icons";
    color: #000;
    font-size: 2.25rem
}

.carousel-btn .slick-prev {
    left: 5px
}

.carousel-btn .slick-prev::before {
    content: ""
}

.carousel-btn .slick-next {
    right: 5px
}

.carousel-btn .slick-next::before {
    content: ""
}

.ps-table {
    font-weight: 400;
    font-size: .75rem;
    margin: 1.5rem 0
}

.ps-table .table .title_cab {
    display: none
}

.ps-table__thead th {
    border: 0 !important;
    padding: .75rem
}

.ps-table__thead--dark-title {
    color: #fff;
    background: #575757;
    font-weight: 400;
    font-size: .875rem;
    text-transform: uppercase
}

.ps-table__thead--dark-title th {
    padding: 1.25rem .75rem;
    text-align: left
}

.ps-table__tbody td {
    border: 0;
    padding: .75rem
}

.ps-table__td-color {
    font-weight: 700;
    text-transform: uppercase
}

.ps-table__td-color--yellow {
    color: #ffd000
}

.ps-table__td-color--orange {
    color: #f6833d
}

.ps-table__td-color--grey {
    color: #7f7f7f
}

.ps-table__td-color--lightblue {
    color: #77cdd3
}

.ps-table__td-color--blue {
    color: #55818a
}

.ps-table .table-striped tbody tr:nth-of-type(odd) {
    background: #f8f7f7
}

.ps-table .table-responsive-stack tr {
    display: flex;
    flex-direction: row
}

.ps-table .table-responsive-stack td,
.ps-table .table-responsive-stack th {
    display: block;
    flex: 1 1 auto
}

.ps-table .table-responsive-stack .table-responsive-stack-thead {
    color: #000;
    display: block;
    font-weight: 700;
    text-transform: none
}

@media only screen and (min-width:992px) {
    .ps-table {
        font-size: .875rem
    }

    .ps-table__thead th {
        padding: 1.25rem .75rem;
        text-align: right
    }

    .ps-table__thead th.first-col {
        text-align: left
    }

    .ps-table__thead--dark-title {
        font-size: 1rem
    }

    .ps-table__thead--dark-title th {
        text-align: left
    }

    .ps-table__tbody td {
        border: 0;
        padding: 1.25rem 1rem;
        text-align: right
    }

    .ps-table__tbody td.first-col {
        text-align: left
    }
}

@media only screen and (max-width:768px) {
    .ps-table .table-responsive-stack tr {
        flex-direction: column;
        border: 0;
        display: block
    }

    .ps-table .table-responsive-stack td {
        display: inline-block;
        width: 49%
    }

    .ps-table .table .title_cab {
        display: block
    }

    .ps-table .ps-table-hide {
        display: none !important
    }

    .ps-table .ps-table__tbody .table-responsive-stack-thead {
        display: block !important
    }
}

.mod-dossier .section-title,
.mod-audio .section-title,
.mod-gallery .section-title {
    padding-top: 0;
    padding-bottom: 5rem
}

.mod-audio {
    background-color: #f8f7f7
}

.mod-audio .mod-audio__items .gallery {
    margin-bottom: 2rem
}

.mod-audio .mod-audio__items .gallery .gallery__image {
    padding: 8rem 7rem;
    background-color: #e2e6ea
}

.mod-audio .mod-audio__items .gallery .gallery__image a {
    display: block;
    overflow: hidden
}

.mod-audio .mod-audio__items .gallery .gallery__image a img {
    transition: all 1s ease
}

.mod-audio .mod-audio__items .gallery .gallery__image a:hover img {
    transform: scale(1.5)
}

.mod-audio .mod-audio__items .gallery .gallery__container {
    background-color: #fff
}

.mod-audio .mod-audio__items .gallery .gallery__container a {
    display: block;
    text-decoration: none;
    color: #000;
    width: 100%
}

.mod-audio .mod-audio__items .gallery .gallery__container a .gallery__title {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.6875rem;
    letter-spacing: .024375rem
}

.mod-audio .mod-audio__items .gallery .gallery__container a:hover {
    color: #b2b2b2
}

.mod-audio .mod-audio__items .gallery .gallery__container .gallery__subtitle {
    color: #9c9c9c;
    font-size: .875rem;
    line-height: 1.6875rem;
    letter-spacing: .024375rem
}

.mod-audio .mod-audio__items .gallery .gallery__container .gallery__feature {
    width: calc(100% - 1.375rem)
}

.mod-audio .mod-audio__items .gallery .gallery__container .gallery__feature p {
    font-size: .6875rem;
    font-weight: 700;
    margin-bottom: 0;
    padding: 0 .375rem;
    border-left: .125rem solid #000
}

.mod-audio .mod-audio__items .gallery .gallery__container .gallery__feature p:first-child {
    padding-left: 0;
    border-left: 0
}

.mod-audio .mod-audio__items .gallery .gallery__container .gallery__download {
    width: 1.375rem
}

.mod-dossier {
    background-color: #f8f7f7
}

.mod-dossier .mod-dossier__carousel {
    margin-bottom: 3rem
}

.mod-dossier .mod-dossier__items .gallery {
    margin-bottom: 2rem
}

.mod-dossier .mod-dossier__items .gallery .gallery__image {
    padding: 8rem 7rem;
    background-color: #e2e6ea
}

.mod-dossier .mod-dossier__items .gallery .gallery__image a {
    display: block;
    overflow: hidden
}

.mod-dossier .mod-dossier__items .gallery .gallery__image a img {
    transition: all 1s ease
}

.mod-dossier .mod-dossier__items .gallery .gallery__image a:hover img {
    transform: scale(1.5)
}

.mod-dossier .mod-dossier__items .gallery .gallery__container {
    background-color: #fff
}

.mod-dossier .mod-dossier__items .gallery .gallery__container a {
    display: block;
    text-decoration: none;
    color: #000;
    width: 100%
}

.mod-dossier .mod-dossier__items .gallery .gallery__container a .gallery__title {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.6875rem;
    letter-spacing: .024375rem
}

.mod-dossier .mod-dossier__items .gallery .gallery__container a:hover {
    color: #b2b2b2
}

.mod-dossier .mod-dossier__items .gallery .gallery__container .gallery__subtitle {
    color: #9c9c9c;
    font-size: .875rem;
    line-height: 1.6875rem;
    letter-spacing: .024375rem
}

.mod-dossier .mod-dossier__items .gallery .gallery__container .gallery__feature {
    width: calc(100% - 1.375rem)
}

.mod-dossier .mod-dossier__items .gallery .gallery__container .gallery__feature p {
    font-size: .6875rem;
    font-weight: 700;
    margin-bottom: 0;
    padding: 0 .375rem;
    border-left: .125rem solid #000
}

.mod-dossier .mod-dossier__items .gallery .gallery__container .gallery__feature p:first-child {
    padding-left: 0;
    border-left: 0
}

.mod-dossier .mod-dossier__items .gallery .gallery__container .gallery__download {
    width: 1.375rem
}

.mod-gallery {
    background-color: #f8f7f7
}

.mod-gallery .mod-gallery__items .gallery {
    margin-bottom: 2rem
}

.mod-gallery .mod-gallery__items .gallery .gallery__image a {
    display: block;
    overflow: hidden
}

.mod-gallery .mod-gallery__items .gallery .gallery__image a img {
    transition: all .5s ease
}

.mod-gallery .mod-gallery__items .gallery .gallery__image a:hover img {
    transform: scale(1.05)
}

.mod-gallery .mod-gallery__items .gallery .gallery__container {
    background-color: #fff
}

.mod-gallery .mod-gallery__items .gallery .gallery__container a {
    display: block;
    text-decoration: none;
    color: #000;
    width: 100%
}

.mod-gallery .mod-gallery__items .gallery .gallery__container a .gallery__title {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.6875rem;
    letter-spacing: .024375rem
}

.mod-gallery .mod-gallery__items .gallery .gallery__container a:hover {
    color: #b2b2b2
}

.mod-gallery .mod-gallery__items .gallery .gallery__container .gallery__subtitle {
    color: #9c9c9c;
    font-size: .875rem;
    line-height: 1.6875rem;
    letter-spacing: .024375rem
}

.mod-gallery .mod-gallery__items .gallery .gallery__container .gallery__feature {
    width: calc(100% - 1.375rem)
}

.mod-gallery .mod-gallery__items .gallery .gallery__container .gallery__feature p {
    font-size: .6875rem;
    font-weight: 700;
    margin-bottom: 0;
    padding: 0 .375rem;
    border-left: .125rem solid #000
}

.mod-gallery .mod-gallery__items .gallery .gallery__container .gallery__feature p:first-child {
    padding-left: 0;
    border-left: 0
}

.mod-gallery .mod-gallery__items .gallery .gallery__container .gallery__download {
    width: 1.375rem
}

.container-check-input {
    display: flex;
    position: relative;
    padding-left: 4.375rem;
    margin-bottom: .75rem;
    cursor: pointer;
    font-size: 1.25rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: auto;
    border: 1px solid #ccc;
    border-radius: 2.5rem;
    height: 4.75rem;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: #191919;
    line-height: 1
}

.container-check-input .checkmark {
    left: .625rem;
    top: .625rem;
    position: absolute;
    height: 3.313rem;
    width: 3.313rem;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #b2b2b2;
    z-index: 1;
    margin-right: .625rem
}

.container-check-input .checkmark::after {
    content: "";
    position: absolute;
    display: none;
    left: 1.313rem;
    top: .688rem;
    width: .625rem;
    height: 1.375rem;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.container-check-input.checked {
    background-color: #fffae5;
    border-color: #ffd000
}

.container-check-input.checked input~.checkmark {
    background-color: #ffd000;
    border-color: #ffd000
}

.container-check-input input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 2;
    top: 0
}

.container-check-input input:checked~.checkmark {
    background-color: #ffd000
}

.container-check-input input:checked~.checkmark::after {
    display: block
}

.container-check-input .checkbox-text {
    margin-left: 5px;
    margin-right: 20px
}

.ps-checkbox input.has-error+label.custom-control-label::before {
    border-color: #d94d4d
}

.ps-checkbox input.has-error+label.custom-control-label::before:focus {
    border-color: #d94d4d
}

.ps-checkbox input.is-valid {
    border-color: #4dd968;
    color: #4dd968
}

.ps-checkbox input.is-valid:focus {
    border-color: #4dd968
}

.ps-checkbox label.custom-control-label {
    padding-left: 1rem;
    padding-top: .2rem
}

.ps-checkbox label.custom-control-label::before {
    border: 1px solid #4c4c4c;
    top: 0;
    width: 23px;
    height: 23px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0
}

.ps-checkbox label.custom-control-label::after {
    top: 0;
    width: 23px;
    height: 23px
}

.ps-checkbox--color-white .custom-control-label::before {
    border: 1px solid #f8f7f7
}

.ps-checkbox__error-message {
    display: block;
    font-size: .8rem;
    color: #d94d4d;
    line-height: 1;
    padding-left: 1rem
}

.ps-checkbox__error-message::before {
    font-size: .8rem;
    color: #d94d4d;
    margin-right: .5rem;
    content: "✖"
}

.ps-input.has-float-label {
    display: block;
    position: relative
}

.ps-input.has-float-label .icon~label {
    left: 50px
}

.ps-input.has-float-label input::-webkit-outer-spin-button,
.ps-input.has-float-label input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.ps-input.has-float-label input[type=number] {
    -moz-appearance: textfield
}

.ps-input textarea.form-control:-webkit-autofill,
.ps-input.has-float-label input.form-control:-webkit-autofill,
.ps-input.has-float-label input.form-control:-webkit-autofill:hover,
.ps-input.has-float-label input.form-control:-webkit-autofill:focus {
    border: 1px solid #4c4c4c;
    -webkit-text-fill-color: #4c4c4c;
    box-shadow: 0 0 0 1000px #fff inset;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s
}

.ps-input textarea.form-control:hover,
.ps-input textarea.form-control:focus {
    border: 1px solid #4c4c4c;
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0) inset
}

.ps-input.has-float-label input.form-control {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #4c4c4c;
    font-size: 1.125rem;
    height: 3rem;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0);
    border-bottom: 1px solid #4c4c4c;
    background-color: rgba(0, 0, 0, 0)
}

.ps-input.has-float-label textarea.form-control {
    background-color: rgba(0, 0, 0, 0)
}

.ps-input.has-float-label input.form-control:focus {
    border: 1px solid #4c4c4c;
    box-shadow: unset
}

.ps-input.has-float-label input.form-control:focus+button+label,
.ps-input.has-float-label input.form-control:focus+label {
    font-size: .75rem;
    bottom: 40px;
    left: 13px
}

.ps-input.has-float-label input.form-control.has-error {
    border-bottom-color: #d94d4d
}

.ps-input.has-float-label input.form-control.has-error:focus {
    border-color: #d94d4d
}

.ps-input.has-float-label input.form-control.is-valid {
    border-bottom-color: #4dd968
}

.ps-input.has-float-label input.form-control.is-valid:focus {
    border-color: #4dd968
}

.ps-input.has-float-label label {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    color: #b2b2b2;
    margin: 0;
    position: absolute;
    left: 13px;
    bottom: 10px;
    z-index: 5;
    transition: all .2s ease-out;
    pointer-events: none
}

.ps-input.has-float-label label::after {
    content: " ";
    display: block;
    position: absolute;
    background-color: #fff;
    height: 6px;
    top: 40%;
    left: -.2em;
    right: -.2em;
    z-index: -1
}

.ps-input.has-float-label label.is-active {
    font-size: .75rem;
    bottom: 40px;
    left: 13px
}

.ps-input.has-float-label>.icon {
    position: absolute;
    z-index: 2;
    display: block;
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
    line-height: 3rem;
    text-align: center;
    color: #191919
}

.ps-input.has-float-label>.icon+.form-control {
    padding-left: 3rem
}

.ps-input.has-float-label>.icon+.form-control:-moz-placeholder-shown:not(:focus)+* {
    left: 3rem
}

.ps-input.has-float-label>.icon+.form-control:placeholder-shown:not(:focus)+* {
    left: 3rem
}

.ps-input--color-white input:-webkit-autofill,
.ps-input--color-white input:-webkit-autofill:hover,
.ps-input--color-white input:-webkit-autofill:focus,
.ps-input--color-white textarea:-webkit-autofill,
.ps-input--color-white textarea:-webkit-autofill:hover,
.ps-input--color-white textarea:-webkit-autofill:focus,
.ps-input--color-white select:-webkit-autofill,
.ps-input--color-white select:-webkit-autofill:hover,
.ps-input--color-white select:-webkit-autofill:focus {
    border: 1px solid #fff;
    -webkit-text-fill-color: #fff;
    box-shadow: 0 0 0 1000px #000 inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s
}

.ps-input--color-white.has-float-label>label::after {
    background-color: #000
}

.ps-input--color-white.has-float-label>.icon {
    color: #fff
}

.ps-input--color-white.has-float-label .form-control {
    border-bottom: 1px solid #fff;
    color: #fff
}

.ps-input--color-white.has-float-label .form-control:focus {
    border: 1px solid #fff
}

.ps-input__error-message {
    position: absolute;
    top: 55px;
    right: 0;
    color: #d94d4d;
    text-align: right;
    line-height: 1
}

.ps-input__error-message::before {
    color: #d94d4d;
    font-size: 1rem;
    margin-right: .5rem;
    content: "✖"
}

.ps-input__success-message {
    position: absolute;
    top: 55px;
    right: 0;
    color: #4dd968;
    text-align: right;
    line-height: 1
}

.ps-select {
    position: relative;
    height: 3rem;
    margin-bottom: 20px
}

.ps-select label {
    font-weight: 400;
    font-size: 1.125rem;
    color: #b2b2b2;
    transform: translate(11px, -36px);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .2s
}

.ps-select label.is-active {
    transform: translate(11px, -63px);
    font-size: .75rem
}

.ps-select label::after {
    content: " ";
    display: block;
    position: absolute;
    background: #fff;
    height: 6px;
    top: 40%;
    left: -.2em;
    right: -.2em;
    z-index: -1
}

.ps-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    font-weight: 400;
    color: #b2b2b2;
    font-size: 1.125rem;
    display: block;
    width: 100%;
    height: 3rem;
    margin: 0;
    line-height: 1.2;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-bottom: 1px solid #4c4c4c;
    word-break: normal
}

.ps-select select.has-error {
    border-bottom-color: #d94d4d
}

.ps-select select.has-error:focus {
    border-color: #d94d4d
}

.ps-select select.is-valid {
    border-bottom-color: #4dd968;
    color: #4dd968
}

.ps-select select.is-valid:focus {
    border-color: #4dd968
}

.ps-select select::-ms-expand {
    display: none
}

.ps-select select:focus {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #4c4c4c;
    box-shadow: none
}

.ps-select::after {
    position: absolute;
    font-family: "Prosegur-Icons";
    content: "";
    font-size: 1rem;
    color: #4c4c4c;
    right: 1rem;
    bottom: .9rem;
    pointer-events: none
}

.ps-select__error-message {
    position: absolute;
    top: 55px;
    right: 0;
    color: #d94d4d;
    text-align: right;
    line-height: 1
}

.ps-select__error-message::before {
    color: #d94d4d;
    font-size: 1rem;
    margin-right: .5rem;
    content: "✖"
}

.ps-select__success-message {
    position: absolute;
    top: 55px;
    right: 0;
    color: #4dd968;
    text-align: right;
    line-height: 1
}

.ps-select__success-message::before {
    color: #4dd968;
    font-size: 1rem;
    margin-right: .5rem;
    content: "✓"
}

ul.pagination,
div.paginationjs ul,
.ps-pagination {
    list-style: none;
    padding: 1rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

ul.pagination>li,
div.paginationjs ul>li,
.ps-pagination__item {
    cursor: pointer;
    font-weight: 400;
    padding: .5rem .6rem;
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.ps-pagination__item--dot {
    width: 3.25rem
}

ul.pagination li.disabled {
    display: none
}

ul.pagination li.active a,
div.paginationjs ul>li.active a,
.ps-pagination__item.active a {
    font-weight: 700;
    color: #000;
    text-decoration: none
}

ul.pagination li a,
div.paginationjs ul>li a,
.ps-pagination__item a {
    font-weight: 400;
    color: #b2b2b2;
    font-size: 1.125rem;
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

ul.pagination li:not(.active) a:hover,
div.paginationjs ul>li:not(.active) a:hover,
.ps-pagination__item a:hover:not(.active) {
    font-weight: 700;
    color: #000;
    text-decoration: none
}

ul.pagination li.first,
ul.pagination li.last,
.ps-pagination .icon-ico-pag-end,
.ps-pagination .icon-ico-pag-start {
    font-size: 1.5rem
}

ul li.paginationjs-prev.J-paginationjs-previous {
    margin-right: -36px
}

ul li.paginationjs-page.J-paginationjs-page.first {
    position: relative;
    left: -36px
}

.cc_css_reboot a,
.cc_css_reboot li,
.cc_css_reboot p,
.cc_css_reboot h1,
.cc_css_reboot h2,
.cc_css_reboot h3,
.cc_css_reboot h4,
.cc_css_reboot h5,
.cc_css_reboot h6,
.cc_css_reboot input,
.cc_css_reboot button,
.cc_css_reboot select {
    font-weight: 400
}

.dark.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_head h2 {
    font-size: 16px
}

.dark.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_head p:first-child {
    text-transform: uppercase
}

.dark.cc_dialog {
    padding: 15px !important;
    position: fixed !important;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 400
}

.cc_dialog.headline {
    bottom: 0 !important;
    top: auto !important;
    background-color: #fbfbfb !important;
    color: #000 !important;
    margin: auto;
    border-radius: 12px 12px 0 0;
    height: 50%
}

@media(min-width:768px) {
    .cc_dialog.headline {
        display: flex;
        flex-direction: column;
        justify-content: center
    }
}

@media(max-width:767px) {
    .cc_dialog.headline {
        max-width: none;
        height: auto
    }

    .dark.cc_dialog {
        padding: 20px 20px 10px !important
    }
}

.dark.cc_dialog .cc_dialog_headline,
.dark.cc_dialog .cc_dialog_text {
    color: #666 !important;
    font-size: 14px !important
}

@media(max-width:767px) {

    .dark.cc_dialog .cc_dialog_headline,
    .dark.cc_dialog .cc_dialog_text {
        font-size: 12px !important
    }
}

.cc_dialog_headline {
    display: none !important
}

.cc_css_reboot>div>div:last-of-type {
    text-align: center !important
}

.cc_dialog.cc_css_reboot>div>div:last-of-type {
    text-align: right !important
}

.cc_cp_content {
    text-align: left !important
}

.dark.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_save button,
.dark.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_reject button,
.dark.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_acceptAll button,
.dark.cc_dialog button.cc_b_cp,
.dark.cc_dialog button.cc_b_ok,
.dark.cc_dialog button.cc_b_cp {
    background-color: #ffd000 !important;
    color: #212529;
    border: 0 !important;
    font-family: "Poppins", sans-serif !important;
    font-weight: 600;
    font-size: 16px !important;
    padding: 8px 24px !important
}

.dark.cc_dialog div button.cc_b_cp,
.dark.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_reject button {
    background-color: #fff !important;
    color: #000
}

.cc_dialog_text a {
    cursor: pointer !important;
    text-decoration: underline !important;
    color: #000 !important
}

.dark.cc_dialog .cc_dialog_headline,
.dark.cc_dialog .cc_dialog_text {
    font-size: .9rem !important
}

.dark.cc_dialog button.cc_b_ok,
.dark.cc_dialog div button.cc_b_cp,
.dark.cc_dialog div div.buttons .configHelp {
    margin: 0 50px
}

.dark.cc_dialog:not(.modal-cookieconsent):not(.header-design) button.cc_b_ok {
    border: 1px solid #000 !important;
    background-color: #000 !important;
    color: #fff !important
}

.dark.cc_dialog div button.cc_b_cp {
    border: 1px solid #000 !important;
    background-color: rgba(0, 0, 0, 0) !important;
    color: #000 !important
}

@media(max-width:767px) {
    .cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer {
        flex-direction: column-reverse
    }
}

.dark.cc_dialog button.cc_b_ok,
.dark.cc_dialog button.cc_b_cp {
    font-size: 1rem !important;
    font-weight: normal !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 1px solid #000 !important
}

body div.cc_dialog.headline.hidden {
    display: none
}

body div.cc_dialog.headline {
    min-height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

body div.cc_dialog.headline.footer-small {
    min-height: 25%
}

.dark.cc_dialog.headline.footer-small,
.dark.cc_dialog.footer-small .cc_dialog_text {
    font-size: .8rem !important
}

body div.cc_dialog.headline.footer-small,
body div.cc_dialog.headline.footer-small>div,
body div.cc_dialog.headline.footer-small>div>div {
    padding: .5rem !important
}

body div.cc_dialog.headline {
    background-color: #fff
}

body div.cc_dialog.headline,
body div.cc_dialog.headline>div,
body div.cc_dialog.headline>div>div {
    padding: 1rem !important
}

body div.cc_dialog.headline>div {
    margin: 0 auto;
    min-width: 600px;
    max-width: 1176px
}

.cc_dialog_text button {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 400;
    padding: 0 !important
}

body div.cc_dialog div.buttons {
    float: left
}

body div.cc_dialog div.buttons.buttonConfig {
    text-align: right;
    width: 50%
}

body div.cc_dialog div.buttons.buttonAccept {
    width: 100%;
    text-align: center
}

body div.cc_dialog:not(.header-design) div.buttons.buttonConfig+div.buttons.buttonAccept {
    width: 50%;
    text-align: left
}

body.editMode div.cc_dialog.modal-cookieconsent {
    position: static !important;
    background-color: rgba(0, 0, 0, .5)
}

body:not(.editMode) div.cc_dialog.modal-cookieconsent {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5)
}

body div.cc_dialog.modal-cookieconsent>div {
    background-color: #fff;
    padding: 3rem 2rem !important
}

body div.cc_dialog.modal-cookieconsent>div>div:last-child {
    float: left;
    width: 100%
}

body div.cc_dialog.modal-cookieconsent div.buttons {
    width: 33%;
    text-align: center !important
}

body div.cc_dialog.modal-cookieconsent button[class^=cc_b_] {
    padding: 20px 20px !important;
    width: 80%;
    margin: 0
}

body div.cc_dialog.modal-cookieconsent div.buttons .configHelp {
    width: 80%;
    font-size: 12px;
    margin: auto
}

body div.cc_dialog.header-design {
    top: 0 !important;
    bottom: auto !important;
    position: relative !important;
    background-color: #fff;
    z-index: 999
}

body div.cc_dialog.header-design>div {
    padding: 0 !important
}

body div.cc_dialog.header-design>div>div {
    float: left;
    width: 74%;
    padding: 0 !important
}

body div.cc_dialog.header-design>div>div:last-child {
    width: 24%;
    margin-left: 2%
}

body div.cc_dialog.header-design>div>div>.buttons {
    width: 100%
}

body div.cc_dialog.header-design>div>div>.buttons.buttonConfig {
    margin-bottom: 15px
}

body div.cc_dialog.header-design>div>div>.buttons.buttonConfig>.configHelp {
    font-size: 12px;
    text-align: center;
    margin: 0
}

body div.cc_dialog.header-design>div>div>.buttons button {
    margin: 0 !important;
    width: 100%
}

@media(max-width:1068px) {
    body div.cc_dialog.headline>div {
        margin: 0 auto;
        width: 100%;
        min-width: 100%;
        max-width: 100%
    }

    body div.cc_dialog.headline.footer-small {
        min-height: 25%
    }

    body div.cc_dialog.headline.footer-small p {
        margin-top: 0;
        margin-bottom: .5rem
    }

    .dark.cc_dialog .cc_dialog_headline.headline.footer-small,
    .dark.cc_dialog .footer-small .cc_dialog_text {
        font-size: 11px !important;
        line-height: 14px !important
    }

    body div.cc_dialog.headline.footer-small,
    body div.cc_dialog.headline.footer-small>div,
    body div.cc_dialog.headline.footer-small>div>div {
        padding: .5rem !important
    }

    body div.cc_dialog.modal-cookieconsent .buttons.buttonConfig {
        text-align: left
    }

    body div.cc_dialog.modal-cookieconsent .buttons.buttonAccept {
        text-align: right
    }

    body div.cc_dialog.modal-cookieconsent .buttons button {
        width: 95%
    }

    body div.cc_dialog.modal-cookieconsent div.buttons .configHelp {
        width: 95%;
        margin-right: 5%;
        text-align: center
    }

    body div.cc_dialog.header-design>div>div {
        width: 69%
    }

    body div.cc_dialog.header-design>div>div:last-child {
        width: 29%
    }
}

@media(max-width:767.98px) {
    body div.cc_dialog.modal-cookieconsent div.buttons.buttonConfig {
        margin-bottom: 15px
    }

    body div.cc_dialog.modal-cookieconsent .buttons button {
        padding: 15px 15px !important
    }

    body div.cc_dialog.modal-cookieconsent div.buttons .configHelp {
        width: 100%;
        margin-right: 0;
        text-align: center;
        font-size: 11px
    }
}

@media(max-width:600px) {

    .dark.cc_dialog button.cc_b_cp,
    .dark.cc_dialog button.cc_b_ok {
        margin: 5px
    }

    .cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer {
        flex-direction: column-reverse
    }

    .cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_save,
    .cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_reject,
    .cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_acceptAll {
        width: 100%;
        margin: 5px auto
    }

    .cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_save button,
    .cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_reject button,
    .cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_acceptAll button {
        width: 80%
    }

    .dark.cc_dialog .cc_dialog_headline,
    .dark.cc_dialog .cc_dialog_text {
        font-size: 11px !important
    }

    body div.cc_dialog.headline,
    body div.cc_dialog.headline>div,
    body div.cc_dialog.headline>div>div {
        padding: .5rem !important
    }

    body div.cc_dialog.headline>div {
        margin: 0 auto;
        width: 100%;
        min-width: 100%;
        max-width: 100%
    }

    .dark.cc_dialog button.cc_b_ok,
    .dark.cc_dialog button.cc_b_cp {
        font-weight: 600;
        font-size: 12px !important
    }

    .dark.cc_dialog button.cc_b_ok,
    .dark.cc_dialog div button.cc_b_cp {
        margin: 5px 15px
    }

    .dark.cc_dialog button.cc_b_ok,
    .dark.cc_dialog div button.cc_b_cp,
    .dark.cc_dialog div div.buttons .configHelp {
        margin-left: 0;
        margin-right: 0
    }

    body div.cc_dialog:not(.modal-cookieconsent)>div>div>.buttons.buttonConfig>.configHelp {
        font-size: 10px;
        margin-bottom: 10px
    }

    body div.cc_dialog.headline.footer-small {
        min-height: 40%
    }

    body div.cc_dialog.headline.footer-small p {
        margin-top: 0;
        margin-bottom: .5rem
    }

    .dark.cc_dialog .cc_dialog_headline.headline.footer-small,
    .dark.cc_dialog.footer-small .cc_dialog_text {
        font-size: 11px !important;
        line-height: 15px !important
    }

    .dark.cc_dialog div.cc_dialog.headline.footer-small {
        font-size: .8rem !important
    }

    body div.cc_dialog.headline.footer-small,
    body div.cc_dialog.headline.footer-small>div,
    body div.cc_dialog.headline.footer-small>div>div {
        padding: 0 .5rem !important
    }

    body div.cc_dialog div.buttons {
        width: 100% !important;
        text-align: center !important
    }

    body div.cc_dialog .cc_dialog_text p span {
        font-size: 11px !important
    }

    body div.cc_dialog .cc_dialog_text p span[style*="font-size:16px"],
    body div.cc_dialog .cc_dialog_text p span[style*="font-size:18px"],
    body div.cc_dialog .cc_dialog_text p span[style*="font-size:20px"],
    body div.cc_dialog .cc_dialog_text p span[style*="font-size:22px"],
    body div.cc_dialog .cc_dialog_text p span[style*="font-size:24px"] {
        font-size: 14px !important
    }

    body div.cc_dialog.header-design>div>div {
        width: 100%;
        padding: 0 !important
    }

    body div.cc_dialog.header-design>div>div:last-child {
        width: 100%;
        margin-left: 0
    }
}

@media(max-width:320px) {
    body div.cc_dialog.headline.footer-small {
        min-height: 55%
    }
}

@media(max-width:767px) {
    .dark.cc_dialog button.cc_b_cp {
        margin-bottom: 10px
    }

    .dark.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_save button,
    .dark.cc_dialog button.cc_b_cp,
    .dark.cc_dialog button.cc_b_ok {
        width: 100%
    }

    .acceptAll-button {
        width: 100%;
        margin-bottom: 10px;
        color: #212529;
        border: 0 !important;
        font-family: "Poppins", sans-serif !important;
        font-weight: 600;
        font-size: 16px !important;
        padding: 8px 20px !important
    }
}

.cc_dialog_text a {
    cursor: pointer !important;
    text-decoration: underline !important;
    color: #000 !important
}

.cc_dialog_text button {
    font-weight: 400;
    padding: 0 !important
}

.bg-primary {
    background-color: #ffd102 !important;
    color: #3a3c3f
}

.text-primary {
    color: #3a3c3f !important
}

.border-primary {
    border-color: #ffd000 !important
}

.bg-opacity-primary {
    background: rgba(255, 208, 0, .3137254902)
}

.bg-opacity-gradient-primary {
    background: linear-gradient(to bottom, rgba(255, 208, 0, 0) 0, rgba(255, 208, 0, .5019607843) 30%) !important
}

.bg-dark {
    background-color: #3a3c3f !important;
    color: #fff
}

.text-dark {
    color: #3a3c3f !important
}

.border-dark {
    border-color: #3a3c3f !important
}

.bg-opacity-dark {
    background: rgba(0, 0, 0, .3137254902)
}

.bg-opacity-gradient-dark {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5019607843) 30%) !important
}

.bg-dark a {
    color: #9b9b9b
}

.bg-dark a:hover {
    color: #fff
}

.bg-success {
    background-color: #4dd968 !important
}

.text-success {
    color: #4dd968 !important
}

.border-success {
    border-color: #4dd968 !important
}

.bg-opacity-success {
    background: rgba(77, 217, 104, .3137254902)
}

.bg-opacity-gradient-success {
    background: linear-gradient(to bottom, rgba(77, 217, 104, 0) 0, rgba(77, 217, 104, .5019607843) 30%) !important
}

.bg-danger {
    background-color: #d94d4d !important;
    color: #fff
}

.text-danger {
    color: #d94d4d !important
}

.border-danger {
    border-color: #d94d4d !important
}

.bg-opacity-danger {
    background: rgba(217, 77, 77, .3137254902)
}

.bg-opacity-gradient-danger {
    background: linear-gradient(to bottom, rgba(217, 77, 77, 0) 0, rgba(217, 77, 77, .5019607843) 30%) !important
}

.bg-warning {
    background-color: #ffc007 !important
}

.text-warning {
    color: #ffd102 !important
}

.border-warning {
    border-color: #ffd102 !important
}

.bg-opacity-warning {
    background: rgba(255, 193, 7, .3137254902)
}

.bg-opacity-gradient-warning {
    background: linear-gradient(to bottom, rgba(255, 193, 7, 0) 0, rgba(255, 193, 7, .5019607843) 30%) !important
}

.bg-info {
    background-color: #019bf2 !important;
    color: #fff
}

.text-info {
    color: #019bf2 !important
}

.border-info {
    border-color: #019bf2 !important
}

.bg-opacity-info {
    background: rgba(119, 205, 211, .3137254902)
}

.bg-opacity-gradient-info {
    background: linear-gradient(to bottom, rgba(119, 205, 211, 0) 0, rgba(119, 205, 211, .5019607843) 30%) !important
}

.bg-light {
    background-color: #f4f4f4 !important;
    color: #3a3c3f
}

.text-light {
    color: #f4f4f4 !important
}

.border-light {
    border-color: #f4f4f4 !important
}

.bg-opacity-light {
    background: rgba(127, 127, 127, .3137254902)
}

.bg-opacity-gradient-light {
    background: linear-gradient(to bottom, rgba(127, 127, 127, 0) 0, rgba(127, 127, 127, .5019607843) 30%) !important
}

.bg-danger a,
.bg-warning a,
.bg-info a,
.bg-light a {
    color: inherit;
    opacity: .8
}

.bg-danger a:hover,
.bg-warning a:hover,
.bg-info a:hover,
.bg-light a:hover {
    opacity: 1
}

body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus,
body:not(.user-is-tabbing) a:focus,
body:not(.user-is-tabbing) path:focus,
body:not(.user-is-tabbing) polyline:focus {
    outline: 0
}

.OpenSans-Regular {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 400
}

.OpenSans-Bold {
    font-family: "Open Sans", sans-serif;
    font-weight: 700
}

.Poppins-Light {
    font-family: "Poppins", sans-serif;
    font-weight: 400
}

.Poppins-Medium {
    font-family: "Poppins", sans-serif;
    font-weight: 600
}

.Poppins-Bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700
}

body.navbar-showing {
    overflow: hidden
}

.page-content {
    min-height: 100px;
    position: relative
}

main.page-content {
    overflow: hidden
}

body:not(.editMode) .page-content {
    margin-top: 110px
}

body:not(.editMode) .cc_dialog.header-design~.page-content {
    margin-top: 0
}

body.ua-ei_edge:not(.editMode) .cc_dialog.header-design~header.affix~.page-content {
    margin-top: 75px
}

body:not(.editMode) .page-content>div.containerBg:first-child {
    padding-top: 48px
}

body:not(.editMode)>.page-content>section.section:first-child {
    padding-top: 123px
}

body:not(.editMode) .page-content>section.section.pt-0:first-child {
    padding-top: 48px !important
}

body:not(.editMode) .page-content>div.video-background:first-child {
    padding-top: 0
}

.page-content section.pb-0 .column.align-self-center {
    padding-bottom: 0
}

body.is-locked {
    overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-bottom: 1rem
}

h3 strong,
h4 strong,
h5 strong,
h6 strong {
    font-family: "Poppins", sans-serif;
    font-weight: 700
}

h1 {
    font-family: "Poppins", sans-serif
}

h2 {
    font-family: "Poppins", sans-serif
}

h3,
h4,
h5,
h6,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
    font-family: "Poppins", sans-serif
}

h1 {
    font-size: 30px;
    line-height: normal
}

h2 {
    font-size: 30px;
    line-height: normal
}

h3 {
    font-size: 26px;
    line-height: normal
}

h4 {
    font-size: 22px;
    line-height: normal
}

h5 {
    font-size: 18px;
    line-height: normal
}

h6 {
    font-size: 1rem;
    line-height: normal
}

img {
    max-width: 100%
}

main .bg-light a,
main a {
    color: #019bf2;
    text-decoration: underline
}

main .bg-light a:hover,
main a:hover {
    color: #7cd0ff
}

main .bg-light a:active,
main a:active {
    color: #0378ba
}

main .bg-light a:visited,
main a:visited {
    color: #0780c3
}

a[href*="tel:"],
a[class*=carousel],
a[class*=btn] {
    text-decoration: none !important
}

a[href*="#cotizador"] {
    color: #fff;
    text-decoration: underline
}

a[href*="#cotizador"]:hover {
    color: #ffd000
}

a[href*="#cotizador"]:active {
    color: #ffd000
}

a[href*="#cotizador"]:visited {
    color: #fff !important
}

strong {
    font-weight: 700
}

.section.bg-primary+.section.bg-primary {
    border-top: 1px solid
}

div.column-detail>section[class*=section]:first-child {
    padding-top: 3rem
}

.column-detail {
    padding: 3rem 2rem;
    height: 100%
}

.float-top-content {
    margin-top: -90px !important
}

.textImageComponent {
    padding-left: 0;
    padding-right: 0
}

.textImageComponent.psg-lh-small p,
.textImageComponent.psg-lh-small p>span {
    line-height: 90%
}

.textImageComponent.psg-lh-medium p,
.textImageComponent.psg-lh-medium p>span {
    line-height: 130%
}

.textImageComponent span[style*="color:"] a {
    color: inherit
}

.landing-page ul,
.page-content ul {
    list-style: none
}

.landing-page .textImageComponent ul li,
.page-content .textImageComponent ul li {
    margin-bottom: 5px;
    position: relative
}

.landing-page .textImageComponent ul li:before,
.page-content .textImageComponent ul li:before {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    font-size: 8px;
    top: 7px;
    left: -20px;
    height: 10px;
    width: 10px
}

.rowTitle.border-bottom {
    padding-bottom: 10px
}

.rowTitle h6,
.hero .hero-content h6 {
    color: #9b9b9b;
    margin-bottom: 7px
}

.rowTitle p {
    color: #3a3c3f;
    font-size: 1.375rem
}

.hero:not(.no-bg) .hero-content h6 {
    color: #fff
}

.form-wrapper .page-loading {
    position: absolute;
    width: 100%;
    top: 100px
}

form label .loading {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-left: 10px
}

#page-result {
    width: 100%
}

nav .active a {
    font-weight: 600
}

header {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 1000;
    clear: both;
    top: 0;
    transition: all .3s linear
}

body:not(.editMode) header,
body.ua-ei_edge:not(.editMode) .cc_dialog.header-design~header.affix {
    position: fixed
}

body:not(.editMode) .cc_dialog.header-design~header {
    position: sticky
}

body.is-locked header,
body.ua-ei_edge:not(.editMode) .cc_dialog.header-design~header {
    position: relative
}

header .header-top,
header .header-center,
header .header-bottom {
    transition: height 300ms ease-in-out 100ms;
    padding: 0 1rem
}

header .header-top {
    height: 2rem
}

header.affix .header-top {
    height: 1.5rem
}

header .header-center {
    height: 56px;
    background-color: #fff !important;
    border-bottom: #dedede 1px solid
}

header .header-center .icon {
    color: #000 !important
}

header.affix .header-center {
    height: 3.5rem
}

header .header-center .header-logo {
    padding-right: 1rem
}

header .header-center nav ul {
    list-style: none;
    text-align: center
}

header .header-center nav ul .principal.nav-item {
    padding: .5rem 0;
    position: relative
}

@media(max-width:768px) {
    header .header-center nav ul .principal.nav-item {
        padding: 0;
        margin-top: -1px
    }
}

header .header-bottom .header-bottom-subheader .header-bottom-breadcrumb {
    padding-right: 1.5rem
}

header .header-bottom .header-bottom-subheader .header-bottom-breadcrumb,
header .header-bottom .header-bottom-subheader .header-bottom-breadcrumb+nav {
    display: inline-block
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {

    header .header-bottom .header-bottom-subheader .header-bottom-breadcrumb,
    header .header-bottom .header-bottom-subheader .header-bottom-breadcrumb+nav {
        float: left
    }

    header .header-bottom .header-bottom-subheader .header-bottom-breadcrumb {
        padding: .5rem 1.5rem .5rem 0
    }
}

header .header-bottom .header-bottom-subheader nav ul li:hover>.dropdown-menu,
header .header-center nav ul .principal.nav-item:hover>.dropdown-menu {
    display: block
}

header .header-center nav ul .principal.nav-item .menu-link-separator {
    border-left: 1px solid #333;
    height: 1.5rem;
    margin-right: .375rem;
    margin-left: .375rem;
    opacity: .4;
    padding: 0
}

header .header-center nav ul .principal.nav-item a.nav-item-link {
    display: inline-block;
    padding: .5rem;
    margin-right: 0;
    margin-left: 0;
    line-height: normal;
    white-space: nowrap;
    text-decoration: none !important
}

header .header-center nav ul .principal.nav-item:last-child a.nav-item-link {
    padding-right: 0;
    padding-right: 5px
}

header .header-center nav ul .principal.nav-item.active a.nav-item-link {
    box-shadow: inset 0 -2px #000;
    color: #000
}

header .header-center nav ul .principal.nav-item a.nav-item-link .nav-item-link-text {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    vertical-align: middle;
    color: #000
}

header .header-center nav ul .principal.nav-item a#dropdownMenuidiomas .nav-item-link-text {
    display: none !important
}

header .header-bottom nav ul li a.nav-link.dropdown-toggle::after,
header .header-center nav ul .principal.nav-item a.nav-item-link.dropdown-toggle::after,
header .header-center button.dropdown-toggle::after {
    font-family: "Prosegur-Icons";
    font-size: .8rem;
    color: #000;
    content: "";
    border: 0;
    margin: 0;
    vertical-align: middle
}

header .header-bottom nav ul li a.nav-link.dropdown-toggle::after {
    color: #fff;
    padding-left: 5px
}

header .header-center nav ul .principal.nav-item .icon,
header .header-center button.dropdown-toggle .icon {
    font-size: 1.5rem;
    vertical-align: middle;
    line-height: 21px;
    color: #000
}

header nav ul li .dropdown-menu {
    right: auto;
    left: 50% !important;
    top: 90% !important;
    transform: translate(-50%, 0) !important;
    width: 16rem;
    padding: 5px
}

header .header-bottom nav ul li .dropdown-menu {
    top: 100% !important
}

header .header-bottom nav ul li .dropdown-menu span.overflow-height {
    float: left;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%
}

header .header-center .header-menu-right nav ul .principal.nav-item:last-of-type .dropdown-menu {
    width: 10rem;
    left: 30% !important
}

.dropdown-menu-arrow:before,
.dropdown-menu-arrow:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-width: 7px 8px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0);
    z-index: 1001
}

.dropdown-menu-arrow:after {
    bottom: -18px;
    border-bottom-color: #fff
}

.dropdown-menu-arrow:before {
    bottom: -17px;
    border-bottom-color: rgba(0, 0, 0, .15)
}

.dropdown-menu-arrow {
    top: -18px;
    left: 50%;
    width: 0;
    height: 0;
    position: absolute
}

header nav ul li .dropdown-menu .dropdown-item.link-wrap {
    padding: 1rem 1.5rem;
    white-space: normal;
    color: #000;
    text-align: left;
    text-decoration: none !important
}

header nav ul li .dropdown-menu .dropdown-item.link-wrap.active,
header nav ul li .dropdown-menu .dropdown-item.link-wrap:active {
    color: #000;
    background-color: #ffec99;
    cursor: default
}

header .header-search {
    display: none
}

header .header-center nav ul .principal.nav-item form {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    border-radius: 25px;
    border: 4px solid #ffd000;
    padding: 5px;
    transition: width 300ms;
    cursor: pointer
}

header .header-center nav ul .principal.nav-item form.active,
header .header-center nav ul .principal.nav-item form:hover {
    width: 220px
}

header .header-center nav ul .principal.nav-item form input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 42.5px;
    line-height: 30px;
    outline: 0;
    border: 0;
    display: none;
    font-size: 1em;
    border-radius: 20px;
    padding: 0 40px 0 20px
}

header .header-center nav ul .principal.nav-item form.active input,
header .header-center nav ul .principal.nav-item form:hover input {
    display: block
}

header .header-center nav ul .principal.nav-item form .icon {
    z-index: 2;
    background-color: #ffd000;
    color: #000;
    border-radius: 50%;
    padding: 5px
}

header .header-bottom {
    height: 3rem;
    background-color: rgba(0, 0, 0, .7)
}

header.affix .header-bottom {
    height: 2rem
}

header .header-bottom .header-bottom-breadcrumb {
    font-size: 1.25rem;
    color: #fff;
    line-height: 1.688rem;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-transform: none
}

header .header-bottom .header-bottom-subheader nav {
    padding: 0
}

header .header-bottom .header-bottom-subheader nav ul {
    list-style: none
}

header .header-bottom .header-bottom-subheader nav ul li {
    position: relative
}

header .header-bottom .header-bottom-subheader nav>ul>li>a {
    color: #fff;
    white-space: nowrap;
    transition: padding 300ms ease-in-out;
    transition: padding 300ms ease-in-out;
    transition: padding 300ms ease-in-out, padding 300ms ease-in-out;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    padding: .5rem 1rem
}

header .header-bottom .header-bottom-subheader nav>ul>li:first-child>a {
    padding-left: 0
}

header .header-bottom .header-bottom-subheader nav>ul>li:last-child>a {
    padding-right: 0
}

header.header.affix .header-bottom .header-bottom-subheader nav>ul>li:first-child>a {
    padding: .5rem 1rem !important;
    padding-left: 0 !important
}

header .header-bottom .header-bottom-subheader nav ul.navbar-subheader>li>a.active>span.navbar-subheader-menu-link-text {
    box-shadow: inset 0 -2px #ffd000
}

header .header-bottom .header-bottom-subheader nav ul li a span.icon {
    font-size: 1.313rem;
    vertical-align: middle
}

header .header-bottom .header-bottom-subheader nav ul li a span.navbar-subheader-menu-link-text {
    font-size: .75rem;
    vertical-align: middle;
    line-height: 1.688rem
}

header .header-bottom .header-bottom-subheader nav ul li a span.navbar-subheader-menu-link-text+.icon {
    display: inline-block;
    font-size: 1rem;
    transition: transform 100ms linear, color 100ms linear
}

header .header-bottom .header-bottom-subheader nav ul li a.active span.navbar-subheader-menu-link-text+.icon {
    transform: rotate(180deg);
    color: #ffd000
}

header .header-center .header-menu-right .header-menu .search-toggler {
    padding: 1rem;
    font-size: 1.5rem;
    line-height: 1;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    cursor: pointer
}

header .header-center .header-menu-right .header-menu .search-toggler {
    padding: 0 .5rem 0 0
}

header .header-center nav ul .principal.nav-item .icon {
    padding: 0
}

@media(min-width:768px) {
    .header .header-center nav ul .principal.nav-item .icon {
        padding-right: 4px
    }
}

header .header-search {
    overflow: hidden;
    height: 0;
    transition: height 300ms ease-in-out;
    display: block
}

header .header-search.bg-primary {
    background-color: #fff !important
}

header .header-search.search-visible {
    height: 5rem
}

body.navbar-showing header .header-search {
    position: fixed;
    top: 80px;
    width: 100%;
    z-index: 1
}

body.navbar-showing header.affix .header-search {
    top: 64px
}

header .header-search .header-search-container {
    height: 5rem
}

header .header-search .header-search-container .icon {
    font-size: 2rem;
    display: inline-block;
    padding: 1rem
}

header .header-search .header-search-container form {
    width: 100%
}

header .header-search .header-search-container form input {
    width: 100%;
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    font-size: 1rem;
    color: #000
}

aside.header-submenu {
    width: 100%;
    background-color: #fff;
    height: calc(100vh - 130px);
    margin-top: calc(-100vh + 130px);
    transition: margin-top 300ms cubic-bezier(.66, 0, 0, 1);
    overflow-x: scroll;
    padding: 0 0 3rem 0;
    position: relative
}

body.is-locked aside.header-submenu {
    margin-top: 0
}

aside.header-submenu div[class^=col-]:last-child {
    opacity: 0;
    width: 0;
    max-width: 0
}

body.is-locked aside.header-submenu div[class^=col-]:last-child {
    animation-name: intro-aside;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(.66, 0, 0, 1);
    animation-fill-mode: forwards;
    animation-delay: 150ms
}

aside.header-submenu a.submenu-toggler {
    display: inline-block;
    position: absolute;
    line-height: 1;
    top: 2.5rem;
    right: 2rem;
    z-index: 10;
    font-size: 2rem;
    opacity: .5
}

aside.header-submenu .all-menu h6,
aside.header-submenu .all-menu div.section-title {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.4rem;
    margin-bottom: 1rem
}

aside.header-submenu .all-menu ul {
    list-style: none;
    padding: 0
}

aside.header-submenu .all-menu ul li {
    padding: 0;
    padding: 8px 0 5px
}

aside.header-submenu .all-menu ul li a {
    font-size: .9rem
}

.image-overlay-footer {
    overflow: hidden
}

.image-overlay-footer .pieFoto {
    font-size: .8rem;
    line-height: 1rem;
    font-family: "Poppins", sans-serif !important;
    font-weight: 400
}

.image-overlay-footer .pieFoto strong {
    font-family: "Poppins", sans-serif !important;
    font-weight: 700
}

.image-overlay-footer a .pieFoto.bottom {
    bottom: -10px;
    border-bottom: 10px solid #ffd000;
    transition: bottom .2s
}

.image-overlay-footer a:hover .pieFoto.bottom {
    bottom: 0
}

.image-overlay-footer a .pieFoto.top {
    top: -10px;
    border-top: 10px solid #ffd000;
    transition: top .2s
}

.image-overlay-footer a:hover .pieFoto.top {
    top: 0
}

.dark.cc_dialog button.cc_b_ok,
.dark.cc_dialog button.cc_b_cp,
.btn,
.buttons .btn-cancel,
.buttons .btn-send {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    padding: 1rem 3rem;
    box-shadow: none;
    border-radius: 6rem;
    border-width: .125rem;
    border-style: solid;
    opacity: 1 !important;
    margin-right: 5px
}

.linkComponent .btn .icon-button.position-left,
.linkComponent .btn .icon-button.position-right {
    padding-right: 5px;
    font-size: 1.1rem;
    vertical-align: bottom
}

.linkComponent .btn .icon-button.position-right {
    padding-left: 5px
}

a.btn.btn-default,
button.btn.btn-default {
    color: #000;
    background-color: #fff;
    border-color: #4c4c4c
}

a.btn.btn-default:hover,
button.btn.btn-default:hover {
    color: inherit;
    background-color: #ffd000;
    border-color: #ffd000
}

a.btn.btn.btn-info,
button.btn.btn.btn-info {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #000 !important
}

a.btn.btn.btn-info:hover,
button.btn.btn.btn-info:hover {
    color: #fff !important;
    background-color: #4c4c4c !important;
    border-color: #4c4c4c !important
}

a.btn.btn.btn-link,
button.btn.btn.btn-link {
    color: #000;
    font-size: 1.125rem;
    border-bottom: 1px solid #000;
    padding: 0;
    border-radius: 0;
    font-weight: 700
}

a.btn.btn.btn-link:hover,
button.btn.btn.btn-link:hover {
    text-decoration: none;
    opacity: .5 !important
}

.hero .btn,
a.btn.btn-primary,
button.btn.btn-primary {
    background-color: #ffd000 !important;
    border-color: #ffd000 !important;
    color: #000 !important
}

.hero .btn:hover,
a.btn.btn-primary:hover,
button.btn.btn-primary:hover {
    background-color: #4c4c4c !important;
    border-color: #4c4c4c !important;
    color: #fff !important
}

a.btn.btn.btn-danger,
button.btn.btn.btn-danger {
    background-color: rgba(217, 77, 77, .8) !important;
    border-color: #d94d4d !important
}

a.btn.btn.btn-danger:hover,
button.btn.btn.btn-danger:hover {
    background-color: #d94d4d !important;
    border-color: #d94d4d
}

a.btn.btn.btn-warning,
button.btn.btn.btn-warning {
    background-color: rgba(255, 193, 7, .8) !important;
    border-color: #ffc107 !important;
    color: #000 !important
}

a.btn.btn.btn-warning:hover,
button.btn.btn.btn-warning:hover {
    background-color: #ffc107 !important;
    border-color: #ffc107;
    color: #000
}

a.btn.btn.btn-success,
button.btn.btn.btn-success {
    background-color: rgba(77, 217, 104, .8) !important;
    border-color: rgba(77, 217, 104, .8) !important
}

a.btn.btn.btn-success:hover,
button.btn.btn.btn-success:hover {
    background-color: #4dd968 !important;
    border-color: #4dd968
}

body:not(.editMode) a.btn.disabled:not(.btn-link),
body:not(.editMode) a.btn.disabled:hover,
body:not(.editMode) a.btn:disabled,
body:not(.editMode) a.btn:disabled:hover,
button.btn.disabled:not(.btn-link),
button.btn.disabled:hover,
button.btn:disabled,
button.btn:disabled:hover,
button.btn.btn.disabled:not(.btn-link),
button.btn.btn.disabled:hover,
button.btn.btn:disabled,
button.btn.btn:disabled:hover {
    cursor: no-drop;
    background-color: #b9c3c8 !important;
    border-color: #b9c3c8 !important;
    color: #000 !important;
    opacity: .65 !important
}

body:not(.editMode) a.btn.btn-link.disabled,
body:not(.editMode) a.btn.btn-link:disabled,
button.btn.btn-link.disabled,
button.btn.btn-link:disabled {
    cursor: no-drop;
    opacity: .65 !important;
    background: rgba(0, 0, 0, 0) !important;
    border: 0;
    border-bottom: 1px solid #000 !important
}

.hero:not(.full-height) {
    height: 430px;
    background-size: cover
}

.hero.hero-area:not(.full-height) {
    min-height: 550px;
    height: auto
}

.hero.hero-area.hero-bodegon {
    min-height: 700px
}

header .hero:not(.full-height) {
    height: 460px;
    background-size: 100% auto
}

.hero:not(.full-height) {
    background-position: top center;
    background-repeat: no-repeat
}

.hero.no-bg:not(.full-height) {
    height: auto;
    padding: 40px 0 0;
    min-height: auto
}

.hero.hero-area:not(.full-height)>.overlay-hero {
    min-height: 600px;
    height: 100%
}

.hero.hero-area .hero-content:last-child:not(.textImageComponent) {
    padding-left: 0 !important;
    padding-right: 0;
    margin-top: 90px;
    margin-bottom: 85px
}

@media(max-width:767px) {
    .hero.hero-area .hero-content:last-child:not(.textImageComponent) {
        margin-bottom: 0
    }
}

.hero.hero-area .hero-content:last-child .column-detail {
    padding: 1rem 1rem 1.5rem
}

.hero.no-bg:not(.full-height)>.container>.row {
    border-bottom: 1px solid;
    margin-right: 0;
    margin-left: 0
}

.hero.no-bg .hero-content {
    padding-bottom: 30px
}

.hero.no-bg:not(.full-height) .row .col-12[class*=hero-content]:first-child {
    padding-left: 0
}

.hero.no-bg:not(.full-height) .row .col-12[class*=hero-content]:last-child {
    padding-right: 0
}

.hero .hero-content.align-self-start {
    padding-bottom: 0;
    padding-top: 60px
}

.hero .hero-content.align-self-center {
    padding-bottom: 0
}

.hero .hero-content h1,
.hero .hero-content h1 span,
.hero .hero-content h2,
.hero .hero-content h2 span,
.hero .hero-content h3,
.hero .hero-content h3 span,
.hero .hero-content h4,
.hero .hero-content h4 span,
.hero .hero-content h5,
.hero .hero-content h5 span,
.hero .hero-content h6,
.hero .hero-content h6 span {
    margin-bottom: 0
}

.hero .hero-content h1,
.hero .hero-content h1 * {
    font-family: "Poppins", sans-serif
}

.hero .hero-content h1 strong {
    font-weight: 600
}

.hero .hero-content h2,
.hero .hero-content h2 * {
    font-family: "Poppins", sans-serif;
    line-height: normal
}

.hero .hero-content h1 span[style*=font-size],
.hero .hero-content h2 span[style*=font-size],
.hero .hero-content h3 span[style*=font-size],
.hero .hero-content h4 span[style*=font-size],
.hero .hero-content h5 span[style*=font-size],
.hero .hero-content h6 span[style*=font-size] {
    line-height: normal
}

.hero .hero-content h2 strong {
    font-weight: 700
}

.hero .hero-content h3,
.hero .hero-content h3 * {
    font-family: "Poppins", sans-serif;
    line-height: normal
}

.hero .hero-content h4,
.hero .hero-content h4 *,
.hero .hero-content h5,
.hero .hero-content h5 *,
.hero .hero-content h6,
.hero .hero-content h6 * {
    font-family: "Poppins", sans-serif
}

.hero .hero-content p {
    margin: 13px 0
}

.hero .hero-content .mb-0 p {
    margin-bottom: 0
}

.hero .hero-content a {
    margin-top: 24px
}

.hero .hero-content a:hover {
    color: #ffd000
}

.hero .hero-content p+a {
    margin-top: 14px
}

.hero .hero-content a.smooth-criminal {
    color: #fff
}

.hero .hero-content a.smooth-criminal:hover {
    color: #ffd000
}

#carouselHero .containerBg {
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover
}

.carousel-control-next,
.carousel-control-prev {
    width: 5%
}

.hero.hero-area .hero-content:last-child .column .column-detail {
    padding: .1rem 1rem 0
}

.hero.hero-area .form-wrapper form .ps-checbox p,
.hero.hero-area .form-wrapper form .ps-radio p {
    margin: 0
}

.modal-button-cmp .modal-body .form-wrapper form .ps-file,
.modal-button-cmp .modal-body .form-wrapper form .ps-checbox.ps-checbox-label,
.modal-button-cmp .modal-body .form-wrapper form .ps-radio.ps-radio-label,
.hero.hero-area .form-wrapper form .ps-file,
.hero.hero-area .form-wrapper form .ps-checbox.ps-checbox-label,
.hero.hero-area .form-wrapper form .ps-radio.ps-radio-label {
    padding: 0;
    border: 0
}

.hero.hero-area .form-wrapper form .ps-select label::after,
.hero.hero-area .form-wrapper form .ps-file>label::after,
.hero.hero-area .form-wrapper form .ps-input textarea+label::after,
.hero.hero-area .form-wrapper form .ps-checbox.ps-checbox-label>label::after,
.hero.hero-area .form-wrapper form .ps-radio.ps-radio-label>label::after,
.hero.hero-area .form-wrapper form .ps-input label:after {
    background: #fff;
    padding: 6px;
    top: 10%
}

.modal-button-cmp .modal-body .form-wrapper form .ps-file,
.hero.hero-area .form-wrapper form .ps-file {
    margin-bottom: 0
}

.modal-button-cmp .modal-body .form-wrapper form .ps-file input,
.modal-button-cmp .modal-body .form-wrapper form .ps-select select,
.modal-button-cmp .modal-body .form-wrapper form .ps-input .form-control,
.hero.hero-area .form-wrapper form .ps-file input,
.hero.hero-area .form-wrapper form .ps-select select,
.hero.hero-area .form-wrapper form .ps-input .form-control {
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #4c4c4c
}

.hero.hero-area .form-wrapper form .ps-input .form-control.mpa-input {
    background-color: #555;
    color: #b2b2b2
}

.modal-button-cmp .modal-body .form-wrapper form .ps-file input,
.hero.hero-area .form-wrapper form .ps-file input {
    background-color: rgba(0, 0, 0, 0);
    border: 0
}

.modal-button-cmp .modal-body .form-wrapper form .ps-input .date-input i,
.hero.hero-area .form-wrapper form .ps-input .date-input i {
    color: #000
}

.modal-button-cmp .modal-body .form-wrapper form .column.buttons .col-md-12 .btn,
.hero.hero-area .form-wrapper form .column.buttons .col-md-12 .btn {
    width: 100%;
    text-align: center !important
}

.hero.hero-area .form-wrapper form .column.buttons .col-md-12 .linkComponent {
    margin-top: auto
}

.form-wrapper form.generic-form .ps-checbox.error .errorMessage {
    top: auto;
    bottom: -20px
}

.destacado img {
    width: 100%;
    height: 350px !important;
    -o-object-fit: cover;
    object-fit: cover
}

.destacado.up .detalle-destacado {
    padding-top: 40px
}

.destacado.down .detalle-destacado {
    padding-bottom: 40px
}

.destacado.left .detalle-destacado {
    padding-left: 40px;
    padding-top: 0;
    padding-bottom: 0
}

.destacado.right .detalle-destacado {
    padding-right: 40px;
    padding-top: 0;
    padding-bottom: 0
}

.destacado .image-destacado a figure img {
    transition: transform 1s ease
}

.destacado .detalle-destacado .textImageComponent h1 a,
.destacado .detalle-destacado .textImageComponent h2 a,
.destacado .detalle-destacado .textImageComponent h3 a,
.destacado .detalle-destacado .textImageComponent h4 a,
.destacado .detalle-destacado .textImageComponent h5 a,
.destacado .detalle-destacado .textImageComponent h6 a {
    transition: all .5s ease
}

.destacado .detalle-destacado .textImageComponent h1 a:hover,
.destacado .detalle-destacado .textImageComponent h2 a:hover,
.destacado .detalle-destacado .textImageComponent h3 a:hover,
.destacado .detalle-destacado .textImageComponent h4 a:hover,
.destacado .detalle-destacado .textImageComponent h5 a:hover,
.destacado .detalle-destacado .textImageComponent h6 a:hover {
    color: #b2b2b2;
    text-decoration: none
}

.card-picture {
    height: 350px
}

.col-xl-20>.card-picture .bg-opacity-gradient-dark,
.text-carousel.owl-carousel[data-resolutiondesktoptop="5"] .card-picture .bg-opacity-gradient-dark {
    background: #000 !important
}

.col-xl-20>.card-picture .bg-opacity-gradient-info,
.text-carousel.owl-carousel[data-resolutiondesktoptop="5"] .card-picture .bg-opacity-gradient-info {
    background: #77cdd3 !important
}

.col-xl-20>.card-picture .bg-opacity-gradient-primary,
.text-carousel.owl-carousel[data-resolutiondesktoptop="5"] .card-picture .bg-opacity-gradient-primary {
    background: #ffd000 !important
}

.col-xl-20>.card-picture .bg-opacity-gradient-success,
.text-carousel.owl-carousel[data-resolutiondesktoptop="5"] .card-picture .bg-opacity-gradient-success {
    background: #4dd968 !important
}

.col-xl-20>.card-picture .bg-opacity-gradient-danger,
.text-carousel.owl-carousel[data-resolutiondesktoptop="5"] .card-picture .bg-opacity-gradient-danger {
    background: #d94d4d !important
}

.col-xl-20>.card-picture .bg-opacity-gradient-warning,
.text-carousel.owl-carousel[data-resolutiondesktoptop="5"] .card-picture .bg-opacity-gradient-warning {
    background: #ffc107 !important
}

.col-xl-20>.card-picture .bg-opacity-gradient-light,
.text-carousel.owl-carousel[data-resolutiondesktoptop="5"] .card-picture .bg-opacity-gradient-light {
    background: #7f7f7f !important
}

.col-xl-20>.card-picture.hoverCard:hover .card-link .card-overlay,
.text-carousel.owl-carousel[data-resolutiondesktoptop="5"] .card-picture.hoverCard:hover .card-link .card-overlay {
    transform: translateY(0)
}

.card-picture .card-title {
    font-size: 2rem;
    margin-bottom: 1.5rem
}

.col-xl-20>.card-picture .card-link .card-title,
.text-carousel.owl-carousel[data-resolutiondesktoptop="5"] .card-picture .card-title {
    font-size: 1.3rem;
    line-height: 1.5rem;
    font-weight: 900;
    margin-bottom: 0
}

.col-xl-20>.card-picture .card-overlay,
.text-carousel.owl-carousel[data-resolutiondesktoptop="5"] .card-picture .card-overlay {
    padding: 1.2rem
}

.card-picture .card-description {
    font-size: 1rem
}

.card-picture img.w-100 {
    height: 340px;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.card-picture .card-link .card-overlay .card-title {
    transform: translateY(calc(-100% + 40px));
    font-size: 1.7rem !important
}

table.table-blocknet th strong,
table.table-blocknet tr td strong {
    font-weight: 700
}

table.table-blocknet tr th p:last-child,
table.table-blocknet tr td p:last-child {
    margin-bottom: 0
}

table.table-blocknet td p img {
    max-width: none
}

.r-tabs .r-tabs-panel {
    padding: 30px 0
}

.r-tabs section.section {
    padding: 75px 0;
    background-color: rgba(0, 0, 0, 0)
}

.responsive-tab[class*=bg-] .nav-tabs {
    background-color: inherit !important
}

.nav-tabs {
    border-bottom: 0 solid #dee2e6;
    background-color: #f8f7f7
}

.tabs-top .nav-tabs {
    padding-top: .5rem !important
}

.responsive-tab.big.tabs-top .nav-tabs {
    height: 90px;
    padding-top: 0 !important;
    background: #fff
}

.responsive-tab.big.tabs-top .nav-tabs li a {
    padding: 2rem 1.5rem;
    font-size: .875rem
}

.responsive-tab.big.tabs-top .nav-tabs li.r-tabs-state-active a .text {
    font-weight: 700
}

.nav-tabs li a {
    padding: 1rem
}

.nav-tabs .icon-button {
    vertical-align: inherit
}

.tab-content .r-tabs-accordion-title .tab-title .icon-button.fa-circle,
.nav-tabs .icon-button.fa-circle {
    font-size: 6px;
    vertical-align: middle
}

.tab-content .r-tabs-accordion-title.r-tabs-state-active .tab-title .icon-button,
.nav-tabs .active .icon-button {
    color: #ffd000
}

.nav-tabs .tab-title .text {
    color: #000;
    font-weight: 400
}

.nav-tabs .active .tab-title .text {
    font-weight: 700
}

.nav-tabs .nav-item a:hover:not(.active) * {
    color: #0056b3
}

.accordion>.card {
    border: 0;
    border-radius: 0
}

.accordion .card .card-header {
    border: 0;
    padding: 10px
}

.accordion .card .card-header button {
    padding: 0;
    min-height: 4rem;
    background-color: #fff;
    border-color: #fff;
    border-style: none;
    cursor: pointer;
    font-weight: 700;
    padding: 0 1rem;
    color: #000;
    border-bottom: none
}

.accordion .card .card-header button:hover {
    background-color: #f8f7f7;
    text-decoration: none
}

.accordion>.card .card-header .btn .icon-button.float-right+.text {
    padding: 10px 40px 10px 0
}

.accordion .card .card-header button .text {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.9rem;
    position: relative
}

.accordion .card .card-header button .text i {
    position: relative;
    top: 5px;
    margin-right: 5px
}

.accordion .card .card-header .icon-button,
.accordion .card .card-header .icon {
    font-size: 2rem
}

.accordion .card .card-header .icon-button.icon-open.icon-ico-arrow-down,
.accordion .card .card-header .icon.icon-open.icon-ico-arrow-down {
    transition: .1s opacity ease-out, .1s -webkit-transform ease-out;
    transition: .1s transform ease-out, .1s opacity ease-out;
    transition: .1s transform ease-out, .1s opacity ease-out, .1s -webkit-transform ease-out;
    opacity: .5
}

.accordion .card .card-header button:not(.collapsed) .icon-button.icon-close.icon-ico-arrow-down,
.accordion .card .card-header button:not(.collapsed) .icon.icon-close.icon-ico-arrow-down {
    transform: rotate(180deg);
    opacity: 1
}

.accordion .card .card-body {
    padding-top: .6rem;
    padding-right: 5rem;
    padding-bottom: 0;
    padding-left: 1rem
}

.hechos.search-hide>section.section.bg-light {
    display: none
}

.termometro-analistas .barra-analistas-contenedor {
    margin-bottom: 15px
}

.termometro-analistas .barra-analistas {
    background: #e6760a;
    background: -webkit-gradient(left top, right top, color-stop(0, rgb(230, 118, 10)), color-stop(0, rgb(241, 111, 92)), color-stop(0, rgb(246, 41, 12)), color-stop(50%, rgb(255, 209, 3)), color-stop(100%, rgb(133, 190, 27)));
    background: linear-gradient(to right, rgb(230, 118, 10) 0, rgb(241, 111, 92) 0, rgb(246, 41, 12) 0, rgb(255, 209, 3) 50%, rgb(133, 190, 27) 100%);
    width: 100%;
    height: 50px;
    border-radius: 4px;
    position: relative
}

.termometro-analistas .barra-analistas .indicador {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 40%;
    top: 30%;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #cbcbcb;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .1);
    padding: 0 10px 10px
}

.termometro-analistas .barra-analistas .indicador .fa-angle-up {
    font-size: 42px
}

.termometro-analistas ul {
    list-style: none;
    padding: 0;
    width: 100%;
    text-align: center;
    margin-top: 15px
}

.termometro-analistas ul li {
    display: inline-block;
    padding: 0;
    width: 30%;
    text-align: center;
    margin: 0 auto;
    font-size: 15px
}

.termometro-analistas ul li:first-child {
    text-align: left
}

.termometro-analistas ul li:last-child {
    text-align: right
}

.card-pdf-list {
    list-style: none;
    padding-left: 1.375rem;
    padding-right: 1.375rem
}

.card-pdf-list .card-pdf-list-item {
    min-height: 6.25rem
}

.card-pdf-list .card-pdf-list-item-box .month {
    font-weight: 700;
    font-size: 1.125rem;
    text-transform: uppercase;
    line-height: .9
}

.card-pdf-list .card-pdf-list-item-box .day {
    font-weight: 400;
    font-size: 2.875rem;
    line-height: .9
}

.card-pdf-list .card-pdf-list-item-box .kbs {
    font-weight: 400;
    font-size: 1rem;
    color: #7f7f7f
}

.card-pdf-list .card-pdf-list-item-box:first-child {
    width: 4.5rem
}

.card-pdf-list .card-pdf-list-item:not(:last-child) {
    border-bottom: 1px solid #e2e6ea
}

.informacion-bursatil * {
    font-family: "Poppins", sans-serif;
    font-weight: 600
}

.informacion-bursatil h3 {
    color: #000;
    line-height: 1.2rem;
    font-size: 1.125rem;
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 700
}

.informacion-bursatil p.mod-stock-info__data {
    color: #000;
    font-size: 1.75rem;
    font-family: "Poppins", sans-serif;
    font-weight: 600
}

.informacion-bursatil p[class*=big] {
    font-size: 2.375rem;
    font-family: "Poppins", sans-serif;
    font-weight: 600
}

.informacion-bursatil p[class*=green] {
    color: #4dd968
}

.informacion-bursatil p[class*=red] {
    color: #d94d4d
}

.informacion-bursatil p.mod-stock-info__data.mod-stock-info__data--red:not(.mod-stock-info__data--big),
.informacion-bursatil p.mod-stock-info__data.mod-stock-info__data--green:not(.mod-stock-info__data--big) {
    font-family: "Poppins", sans-serif;
    font-weight: 600
}

#m_modal_pais,
#m_modal_pais * {
    color: #000
}

#m_modal_pais .business-unit {
    display: inline-block;
    font-weight: 700;
    font-size: .8rem;
    margin-bottom: .5rem
}

#m_modal_pais .business-unit .icon {
    font-size: 1.2rem;
    border-radius: 2rem;
    border: 1px solid #7f7f7f;
    vertical-align: middle;
    padding: .1rem;
    margin-right: .3rem
}

#m_modal_pais h5 a:hover,
#m_modal_pais .business-unit a:hover {
    opacity: .6;
    text-decoration: none
}

#m_modal_pais .column.col-6 {
    margin-top: 0
}

#prosegurGlobalMap .loading {
    height: 100%;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center
}

.jqvmap-zoomin,
.jqvmap-zoomout {
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
    line-height: 25px
}

.jqvmap-zoomout {
    top: 45px
}

.world-map {
    height: 600px !important
}

#prosegur-mapa-sucursales.row {
    margin: 0
}

#prosegur-mapa-sucursales .progress.progress-small {
    height: 4px
}

#prosegur-mapa-sucursales .progress {
    margin: 15px 0;
    overflow: visible
}

#prosegur-mapa-sucursales .progress-bar-prosegur {
    background-color: #fc0;
    position: relative
}

#prosegur-mapa-sucursales .sidebar-maps {
    padding: 15px;
    list-style: none;
    border: 1px solid #f6f6f6;
    font-size: 17px;
    height: 612px;
    overflow-x: hidden;
    overflow-y: auto
}

#prosegur-mapa-sucursales ul>li {
    padding-left: 6px;
    line-height: 20px
}

#prosegur-mapa-sucursales .sidebar-maps li {
    padding-bottom: 10px;
    padding-top: 10px
}

#prosegur-mapa-sucursales .sidebar-maps li:hover {
    background-color: #fc0;
    cursor: pointer
}

#prosegur-mapa-sucursales .select-maps {
    display: none
}

#prosegur-mapa-sucursales select {
    width: 220px;
    background-color: #fff;
    background-image: none !important;
    border: 1px solid #e5e5e5;
    outline: 0;
    min-height: 35px
}

#prosegur-mapa-sucursales .map-container {
    width: 100%;
    position: relative
}

#prosegur-mapa-sucursales .overlayer {
    display: block
}

#prosegur-mapa-sucursales .overlayer {
    position: absolute;
    z-index: 80
}

#prosegur-mapa-sucursales .bottom-left,
#prosegur-mapa-sucursales .bottom-right,
#prosegur-mapa-sucursales .top-left,
#prosegur-mapa-sucursales .top-right {
    position: absolute
}

#prosegur-mapa-sucursales .top-right {
    top: 1px;
    right: 0
}

#prosegur-mapa-sucursales .overlayer-wrapper {
    position: relative;
    display: block;
    z-index: 9999
}

#prosegur-mapa-sucursales .btn {
    display: inline-block;
    padding: 7px 12px 9px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #5e5e5e;
    vertical-align: middle;
    cursor: pointer;
    background-color: #d1dade;
    background-image: none !important;
    border: 0;
    text-shadow: none;
    box-shadow: none;
    transition: all .12s linear 0s !important
}

#prosegur-mapa-sucursales .btn-group,
#prosegur-mapa-sucursales .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

#prosegur-mapa-sucursales .map-container .btn-group {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 88px
}

#prosegur-mapa-sucursales .btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}

#prosegur-mapa-sucursales .btn-group>.btn:first-child {
    margin-left: 0
}

#prosegur-mapa-sucursales .map-container .btn-group .btn-primary {
    color: #000;
    background-color: #ffd101
}

#prosegur-mapa-sucursales .btn-group .btn+.btn {
    margin-left: -4px
}

#prosegur-mapa-sucursales .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

#prosegur-mapa-sucursales .btn-group>.btn:last-child:not(:first-child),
#prosegur-mapa-sucursales .btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

#prosegur-mapa-sucursales #map-zoom-in,
#prosegur-mapa-sucursales #map-zoom-out {
    border: 1px solid #f1c701
}

#prosegur-mapa-sucursales .demo-map {
    width: 100%
}

#prosegur-mapa-sucursales .overlay-fixed {
    top: auto !important
}

#prosegur-mapa-sucursales .infowindow-wrapper .data-contacto {
    border-bottom: 1px solid #f6f6f6;
    margin-bottom: 15px
}

#prosegur-mapa-sucursales .infowindow-wrapper .data-contacto h4 {
    text-transform: uppercase;
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin: 10px 0
}

#prosegur-mapa-sucursales .infowindow-wrapper .data-contacto span {
    display: inline-block;
    background-color: #fc0;
    vertical-align: bottom;
    width: 10px;
    height: 25px;
    margin-right: 10px;
    border-radius: 3px;
    margin-bottom: 0
}

#prosegur-mapa-sucursales .infowindow-wrapper .data-contacto p,
#prosegur-mapa-sucursales .infowindow-wrapper .data-servicios p {
    font-size: 14px
}

.timeline .timeline-divider::before,
.timeline-image .timeline-divider::before {
    content: "";
    background: #ccc;
    position: absolute;
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
    bottom: 0
}

.timeline.image .timeline-divider .bullet {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 6.25rem;
    width: 6.25rem;
    height: 6.25rem;
    cursor: default;
    opacity: 1
}

.timeline.image .timeline-divider a.bullet:hover {
    cursor: default;
    text-decoration: none;
    opacity: 1
}

.timeline:not(.image) .timeline-divider .bullet {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 3rem;
    border-width: 4px;
    border-style: solid;
    border-color: #000;
    cursor: pointer;
    transition: opacity 650ms ease-out, box-shadow 350ms ease-out, transform 200ms cubic-bezier(.66, 0, 0, 1);
    box-shadow: 0 0 0 0 #ffd102 !important;
    z-index: 20
}

.timeline:not(.image) .timeline-divider .bullet:hover {
    transform: scale(1.5)
}

.timeline:not(.image) .timeline-divider .bullet.is-clicked {
    background-color: #000
}

.timeline .icon {
    font-size: 5rem
}

.timeline.image .timeline-divider .icon {
    font-size: 2.5rem
}

.timeline .text,
.timeline.image .card-title,
.timeline.image .card-title span {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #000
}

.timeline .timeline-right span,
.timeline .timeline-left span {
    font-weight: 700;
    color: #000;
    font-size: 2.125rem
}

.timeline .card .card-body {
    padding: 2rem
}

.timeline.image .card .card-body {
    padding: 0 2rem
}

.timeline.image .card {
    background-color: rgba(0, 0, 0, 0)
}

.timeline-image .timeline-card .card-image {
    max-width: 27.188rem
}

.timeline .card h2.card-title,
.timeline .card h2.card-title span {
    font-size: 2rem
}

.timeline .card h4.card-title,
.timeline .card h4.card-title span {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 1.5rem
}

.timeline .card-text {
    color: #000
}

.timeline-image .card-title {
    font-weight: 700;
    color: #000;
    font-size: 2.125rem;
    margin-bottom: 1.25rem
}

@media(min-width:1200px) {
    .timeline .container {
        max-width: 1140px
    }
}

@media only screen and (min-width:992px) {
    .timeline .container {
        width: 1110px
    }

    .timeline.image .container .row .card {
        margin-top: -3rem;
        margin-bottom: -3rem
    }
}

@media only screen and (max-width:992px) {
    .timeline.image .row {
        margin-bottom: 50px
    }

    .timeline .col-sm-1 {
        flex: 0 0 10.33333%;
        max-width: 10.33333%
    }
}

.detalle-video .modal-video.video figure {
    margin-bottom: 0
}

section.section>.container-fluid .detalle-video .modal-video.video figure img {
    max-width: none;
    width: 100%
}

section.section>.container-fluid .detalle-video .modal-video.video figure figcaption {
    width: 140px;
    height: 140px;
    background-size: 140px
}

.detalle-video .modal-video.video figure figcaption {
    background-image: url("/dam-alarms/Prosegur/MO/btn-play-mpa.svg") !important
}

.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

article.list-news {
    border-left: 1px solid #f8f7f7;
    height: 100%;
    background-color: #fff
}

article.list-news a:hover {
    text-decoration: none
}

article.list-news a .article-image {
    overflow: hidden
}

article.list-news a .article-image img {
    transition: transform .5s ease;
    -webkit-transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    -ms-transition: transform .5s ease
}

.column.col-md-6 article.list-news a .article-image img {
    height: 355px
}

.column.col-md-4 article.list-news a .article-image img {
    height: 220px
}

.column.col-md-3 article.list-news a .article-image img {
    height: 165px
}

article.list-news a:hover .article-image img {
    transform: scale(1.05)
}

article.list-news a .article-container .article-category {
    text-transform: uppercase;
    color: #b1b1b1;
    font-weight: 700;
    font-size: .75rem;
    line-height: 1.5rem
}

article.list-news a .article-container .article-date {
    color: #000;
    font-weight: 700;
    font-size: .75rem;
    line-height: 1.5rem
}

article.list-news a.article-title .article-container h2 {
    display: block;
    color: #000;
    transition: color .5s ease;
    text-decoration: none;
    font-size: 1.75rem;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 2.3125rem;
    letter-spacing: 0
}

article.list-news a:hover .article-container h2 {
    color: #b2b2b2
}

article.list-news a .article-container .article-description {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: .035625rem;
    font-weight: 400
}

article.article-news .article-head .article-category {
    margin-bottom: 0;
    text-align: center;
    padding: 0 0 1.875rem;
    color: #4c4c4c;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .875rem;
    line-height: 1.6875rem;
    letter-spacing: .03125rem
}

article.article-news .article-head h1.article-title {
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 2.25rem;
    letter-spacing: .008125rem;
    text-align: center;
    padding-bottom: 1rem
}

article.article-news .article-head h2 {
    font-size: 1.4375rem;
    line-height: 2.125rem;
    letter-spacing: .05125rem;
    text-align: left;
    padding: 0;
    font-weight: 400;
    margin-bottom: 2.25rem
}

article.article-news .article-head p.article-description {
    font-size: 1.4375rem;
    line-height: 2.125rem;
    letter-spacing: .05125rem;
    text-align: left;
    padding: 0;
    font-weight: 400;
    margin-bottom: 2.25rem
}

article.article-news .article-head .article-social-media {
    margin-bottom: 3.25rem
}

article.article-news .article-head .article-social-media .social-media {
    text-align: left
}

article.article-news .article-head .article-social-media .social-media a {
    color: #000;
    font-size: 1.5rem;
    margin: 0 .375rem;
    text-decoration: none
}

article.article-news .article-head .download-pdf .linkComponent {
    margin-top: -20px
}

article.article-news .article-body .img-editorial {
    display: inline;
    margin-right: 1.5em
}

body:not(.editMode) .linkComponent.button-modal-sticky {
    position: fixed;
    z-index: 40;
    display: none
}

.linkComponent-modal .btn span.icon-button {
    font-size: 2.6rem !important;
    line-height: 3rem;
    margin-top: -10px;
    margin-bottom: -10px;
    margin-right: 6px;
    color: #3a3c3f
}

.linkComponent-modal.hoverText span.icon-button.position-right,
.linkComponent-modal.hoverText span.icon-button.position-left {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.linkComponent-modal .btn span.icon-button.position-right {
    padding-right: 0
}

.linkComponent-modal .btn span.icon-button.position-left {
    padding-left: 0
}

.linkComponent-modal.hoverText a {
    padding: 1rem .3rem;
    transition: all .5s ease;
    height: 60px;
    min-width: 60px;
    box-shadow: 0 0 0 0 #000;
    animation: pulse-yellow 2s infinite
}

.linkComponent-modal.hoverText a:hover {
    padding: 1rem 1rem;
    width: auto;
    height: auto;
    animation: pulse-gray 2s infinite
}

@keyframes pulse-yellow {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 209, 2, .7)
    }

    70% {
        box-shadow: 0 0 0 10px rgba(255, 209, 2, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 209, 2, 0)
    }
}

@keyframes pulse-gray {
    0% {
        box-shadow: 0 0 0 0 rgba(39, 39, 39, .7)
    }

    70% {
        box-shadow: 0 0 0 10px rgba(39, 39, 39, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(39, 39, 39, 0)
    }
}

.linkComponent-modal.hoverText a span.text {
    opacity: 0;
    transition: all .1 .5s ease;
    text-indent: -9999em;
    display: none
}

.linkComponent-modal.hoverText a:hover span.text {
    opacity: 1;
    color: inherit;
    display: inline
}

.linkComponent-modal.hoverText a:hover span.icon-button.position-right {
    padding-left: 7px !important;
    color: #fff
}

.linkComponent-modal.hoverText a:hover span.icon-button.position-left {
    padding-right: 7px !important;
    color: #fff
}

.linkComponent.button-modal-sticky.bottom-right,
.linkComponent.button-modal-sticky.top-right,
.linkComponent.button-modal-sticky.center-right {
    right: 15px
}

.linkComponent.button-modal-sticky.bottom-left,
.linkComponent.button-modal-sticky.top-left,
.linkComponent.button-modal-sticky.center-left {
    left: 15px
}

.linkComponent.button-modal-sticky.bottom-right,
.linkComponent.button-modal-sticky.bottom-left {
    bottom: 60px
}

.linkComponent.button-modal-sticky.top-left,
.linkComponent.button-modal-sticky.top-right {
    top: 170px
}

.linkComponent.button-modal-sticky.center-left,
.linkComponent.button-modal-sticky.center-right {
    top: 48vh
}

.modal-button-cmp .modal-body {
    padding: 0
}

.modal-button-cmp .modal-body button.close {
    position: absolute;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 1
}

.modal-button-cmp .modal-body button.close span {
    font-size: 35px
}

.modal-button-cmp .modal-body section .column.align-self-center {
    padding-top: 0;
    padding-bottom: 0
}

.modal-button-cmp.modal .modal-dialog.left {
    margin: 1.75rem auto 1.75rem 0
}

.modal-button-cmp.modal .modal-dialog.right {
    margin: 1.75rem 0 1.75rem auto
}

.modal-button-cmp.modal .modal-dialog.rounded .modal-content {
    border-radius: 1rem
}

.linkComponent-modal.small .btn,
.linkComponent-modal.small a.btn.btn.btn-link {
    font-size: 14px;
    line-height: 14px;
    padding: .5rem 1.5rem;
    font-weight: 600
}

.linkComponent-modal.small a.btn.btn.btn-link {
    padding: 0
}

.linkComponent-modal.small .btn .icon-button {
    font-size: 2rem !important;
    line-height: 2rem;
    margin-bottom: -6px
}

footer section.section {
    padding: .5rem 0
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
    letter-spacing: .044375rem
}

footer hr {
    background-color: #7f7f7f;
    margin: 0
}

footer ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 600
}

footer ul li {
    margin-bottom: .8rem
}

footer ul li:last-child {
    margin-bottom: 0
}

footer .footer-links ul {
    margin: 0 15px;
    font-size: 14px;
    line-height: 24px
}

footer .footer-links ul li,
footer .footer-links ul li:not(:last-child) {
    margin: 0;
    display: inline-block
}

footer .footer-links ul li a {
    color: #fff;
    border-left: .03125rem solid #fff;
    padding: 0 .5rem
}

footer .footer-links ul li:first-child a {
    border-left: 0
}

footer .footer-rrss ul li {
    margin: 0 !important
}

footer .footer-rrss ul li a:hover {
    text-decoration: none
}

footer .footer-rrss ul li a span {
    font-size: 30px;
    line-height: 2rem;
    letter-spacing: .035625rem;
    color: #fff;
    margin: 0 .2rem
}

.is-visible {
    animation: fade-in 1.4s
}

.is-visible:not(.is-clicked) {
    animation: fade-in 1s cubic-bezier(.66, 0, 0, 1), pulse 3s infinite cubic-bezier(.66, 0, 0, 1)
}

@keyframes fade-in {
    from {
        opacity: 0;
        transform: scale(.2)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 20px rgba(255, 209, 2, 0)
    }
}

@keyframes intro-aside {
    from {
        opacity: 0;
        width: 0;
        max-width: 0
    }

    to {
        opacity: 1;
        width: 100%;
        max-width: 25%
    }
}

.section-search .close {
    display: none;
    position: absolute;
    top: 0;
    right: 1rem;
    line-height: 3rem;
    cursor: pointer;
    z-index: 99
}

.mod-search-result__amount {
    font-size: 1.125rem;
    text-align: center
}

.search-result-container .search-result-item {
    margin-bottom: 3rem
}

.search-result-container .search-result-item .title {
    font-size: 1.25rem;
    letter-spacing: -.02rem;
    line-height: 1.5rem;
    font-weight: 700
}

.search-result-container .search-result-item .description {
    font-size: 1.25rem;
    letter-spacing: -.02rem;
    margin-bottom: 0
}

.search-result-container .search-result-item .link {
    font-size: 1rem;
    letter-spacing: -.03rem;
    font-weight: 700
}

section.page-content-nav .loading {
    margin: 75px auto;
    position: absolute;
    display: block
}

section.page-content-nav nav.nav-page-menu {
    height: 90px
}

section.page-content-nav nav.nav-page-menu .subnavbar-toggler {
    display: none
}

section.page-content-nav nav.nav-page-menu .second-menu {
    display: block
}

section.page-content-nav nav.nav-page-menu ul.page-menu {
    padding: 0;
    margin: 0;
    height: 100%
}

section.page-content-nav nav.nav-page-menu ul.page-menu li.item-menu {
    display: inline-block;
    height: 100%
}

section.page-content-nav nav.nav-page-menu ul.page-menu li.item-menu.active {
    font-weight: 700
}

section.page-content-nav nav.nav-page-menu ul.page-menu li.item-menu a.link-menu {
    height: 100%;
    padding: 1rem;
    vertical-align: middle;
    display: table-cell;
    height: 90px;
    border: 1px solid rgba(0, 0, 0, 0);
    font-size: .875rem
}

section.page-content-nav nav.nav-page-menu ul.page-menu li.item-menu.active a.link-menu,
section.page-content-nav nav.nav-page-menu ul.page-menu li.item-menu a.link-menu:hover {
    text-decoration: none;
    border-color: rgba(0, 0, 0, 0) #e9ecef
}

section.page-content-nav nav.nav-page-menu ul.page-menu li.item-menu a.link-menu span {
    text-transform: uppercase
}

section.page-content-nav nav.nav-page-menu ul.page-menu li.item-menu.active a.link-menu span {
    font-weight: 700
}

section.page-content-nav nav.nav-page-menu ul.page-menu li.item-menu ul.dropdown-menu .dropdown-menu-arrow {
    left: 35px
}

section.page-content-nav nav.nav-page-menu ul.page-menu li.item-menu ul.dropdown-menu .dropdown-menu-arrow:before,
section.page-content-nav nav.nav-page-menu ul.page-menu li.item-menu ul.dropdown-menu .dropdown-menu-arrow:after {
    border-width: 12px 20px
}

section.page-content-nav nav.nav-page-menu ul.page-menu li.item-menu ul.dropdown-menu li.dropdown-item {
    white-space: normal;
    color: #000;
    border-bottom: .0625rem solid #e2e6ea;
    padding: 0;
    font-weight: normal !important
}

section.page-content-nav nav.nav-page-menu ul.page-menu li.item-menu ul.dropdown-menu li.dropdown-item.active a:active,
section.page-content-nav nav.nav-page-menu ul.page-menu li.item-menu ul.dropdown-menu li.dropdown-item.active:hover a,
section.page-content-nav nav.nav-page-menu ul.page-menu li.item-menu ul.dropdown-menu li.dropdown-item.active {
    color: #000;
    background-color: #ffec99;
    cursor: default
}

section.page-content-nav nav.nav-page-menu ul.page-menu li.item-menu ul.dropdown-menu li.dropdown-item a:active {
    background-color: #f8f9fa
}

section.page-content-nav nav.nav-page-menu ul.page-menu li.item-menu ul.dropdown-menu li.dropdown-item a:hover,
section.page-content-nav nav.nav-page-menu ul.page-menu li.item-menu ul.dropdown-menu li.dropdown-item a {
    font-size: .875rem;
    font-weight: 400;
    padding: 1.25rem 1rem
}

section.page-content-nav .section-page-content {
    min-height: 200px
}

section.page-content-nav .section-page-content .page-content {
    margin-top: 0
}

section.page-content-nav .section-page-content .page-content .hero {
    display: none
}

.generic-form .ps-select,
.generic-form textarea,
form .input-group,
form .ps-checbox,
form .ps-radio {
    margin-bottom: 1.5rem
}

form .column select {
    background-color: rgba(0, 0, 0, 0)
}

.ps-file,
.ps-input textarea,
.ps-checbox.ps-checbox-label,
.ps-radio.ps-radio-label {
    border: 1px solid #4c4c4c;
    padding: 20px 15px 0;
    position: relative
}

.ps-input textarea {
    border-radius: 0;
    padding: 10px 10px
}

.ps-input textarea+label {
    top: -9px;
    font-size: .75rem !important;
    left: 13px
}

.field-container.opciones.radio-file .checkbox-container.radio-button-container,
.field-container.checkbox .checkbox-container label {
    margin-right: 35px;
    margin-bottom: 0
}

.ps-checbox.checkbox-alone fieldset,
.ps-checbox.checkbox-alone fieldset>label {
    margin-bottom: 0
}

.ps-checbox.checkbox-alone fieldset.checkbox-container label.fontNormal {
    font-size: .9rem
}

.ps-checbox.checkbox-alone fieldset.checkbox-container label.fontNormal p {
    margin: 0
}

.ps-file>label,
.ps-checbox.ps-checbox-label>label,
.ps-radio.ps-radio-label>label {
    font-size: .75rem;
    color: #b2b2b2 !important;
    position: absolute;
    z-index: 5;
    top: -10px;
    left: 13px
}

.ps-file>label::after,
.ps-input textarea+label::after,
.ps-checbox.ps-checbox-label>label::after,
.ps-radio.ps-radio-label>label::after {
    content: " ";
    display: block;
    position: absolute;
    background-color: #f8f7f7;
    height: 6px;
    top: 40%;
    left: -.2em;
    right: -.2em;
    z-index: -1
}

.ps-input textarea+label::after {
    top: 5px !important
}

.checkbox-container .checkmark {
    height: 23px;
    width: 23px
}

.checkbox-container.radio-button-container .checkmark:after {
    top: 6px;
    left: 6px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border-width: 4px
}

.description-help {
    font-size: .75rem;
    color: #b2b2b2 !important;
    margin-top: -16px;
    margin-bottom: 1.5rem
}

::-moz-placeholder {
    font-size: 1.125rem;
    opacity: 0 !important;
    color: #b2b2b2 !important;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out
}

::placeholder {
    font-size: 1.125rem;
    opacity: 0 !important;
    color: #b2b2b2 !important;
    transition: all .5s ease-out
}

textarea::-moz-placeholder {
    opacity: 1 !important
}

textarea::placeholder {
    opacity: 1 !important
}

body.editMode::-moz-placeholder {
    opacity: 1 !important
}

body.editMode::placeholder {
    opacity: 1 !important
}

:focus::-moz-placeholder {
    opacity: 1 !important
}

:focus::placeholder {
    opacity: 1 !important
}

.modal-button-cmp .modal-body form::-moz-placeholder,
.hero.hero-area form::-moz-placeholder,
form[name=formBuscadorHeader]::-moz-placeholder {
    opacity: 1 !important;
    color: #000 !important
}

.modal-button-cmp .modal-body form::placeholder,
.hero.hero-area form::placeholder,
form[name=formBuscadorHeader]::placeholder {
    opacity: 1 !important;
    color: #000 !important
}

.modal-button-cmp .modal-body form::-moz-placeholder,
.hero.hero-area form::-moz-placeholder,
form[name=formBuscadorHeader]:focus::-moz-placeholder {
    color: #b2b2b2 !important
}

.modal-button-cmp .modal-body form::placeholder,
.hero.hero-area form::placeholder,
form[name=formBuscadorHeader]:focus::placeholder {
    color: #b2b2b2 !important
}

form .switch-field {
    margin-bottom: 1.5rem
}

form .switch-field .switch {
    margin-top: 0;
    border: 1px solid;
    border-radius: 22px
}

form .switch-field .switch .slider {
    box-shadow: none;
    background-color: #eee
}

form .switch-field .switch .slider:before {
    height: 38px
}

form .switch-field .switch.error+.errorMessage {
    margin-top: 0 !important;
    position: static;
    margin-bottom: -16px !important
}

form .date-input {
    width: 100%
}

form .date-input i {
    top: 12px;
    font-size: 1.5rem
}

.form-wrapper form.generic-form .ps-select select {
    float: left;
    width: 100%
}

.form-wrapper form.generic-form .ps-checbox.ps-checbox-label.error,
.form-wrapper form.generic-form .ps-radio.ps-radio-label.error,
.form-wrapper form.generic-form textarea.error,
.form-wrapper form.generic-form input.error,
.form-wrapper form.generic-form .ps-select select.error,
.form-wrapper form.generic-form input.error+.custom-file-label,
.form-wrapper form.generic-form .ps-file.error {
    border-color: #d94d4d !important;
    margin-bottom: 50px
}

.form-wrapper form.generic-form .ps-file input.error {
    margin-bottom: 20px
}

.form-wrapper form.generic-form .ps-file .errorMessage {
    top: 75px
}

.form-wrapper form.generic-form .error+.description-help {
    margin-top: -42px
}

.form-wrapper form.generic-form .errorMessage,
.form-wrapper form.generic-form .form-alert {
    color: #d94d4d;
    font-size: 1rem;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: 55px;
    right: 0;
    text-align: right;
    line-height: 1
}

.form-wrapper form.generic-form textarea~.errorMessage {
    top: auto;
    bottom: -23px
}

.form-wrapper form.generic-form .ps-checbox.error .field-container.checkbox .checkbox-container .errorMessage {
    top: 50px
}

.form-wrapper form.generic-form .ps-checbox.error .field-container.checkbox-list .checkbox-container .errorMessage,
.form-wrapper form.generic-form .ps-radio.error .field-container.opciones.radio-list .errorMessage {
    top: 0;
    position: relative
}

.form-wrapper form.generic-form .ps-radio.ps-radio-label.error .field-container.opciones.radio-list .errorMessage,
.form-wrapper form.generic-form .ps-checbox.ps-checbox-label.error .field-container.checkbox-list .checkbox-container .errorMessage {
    top: 22px
}

.form-wrapper form.generic-form .ps-radio.error .field-container.opciones .errorMessage {
    top: 65px
}

.form-wrapper form.generic-form .errorMessage::before {
    color: #d94d4d;
    font-size: 1rem;
    margin-right: .5rem;
    content: "✖"
}

.widget_form .btn-style {
    -webkit-appearance: none
}

.widget_form .generic-form a.btn.btn-default:hover,
.widget_form .generic-form button.btn.btn-default:hover {
    color: #000;
    background-color: #fff;
    border-color: #4c4c4c
}

.widget_form .generic-form .btn-style a.btn.btn-default,
.widget_form .generic-form button.btn.btn-default {
    color: inherit;
    background-color: #ffd000;
    border-color: #ffd000
}

.widget_form .form-wrapper .ps-input {
    display: flex;
    justify-content: center
}

.widget_form .form-wrapper .ps-input.bg-white {
    background-color: rgba(0, 0, 0, 0) !important
}

.widget_form .form-wrapper .ps-input.bg-white input {
    background-color: #fff
}

.widget_form .form-wrapper .ps-input.has-float-label label,
.widget_form .form-wrapper .ps-input.has-float-label input.form-control:focus+button+label,
.widget_form .form-wrapper .ps-input.has-float-label input.form-control:focus+label {
    left: auto
}

.widget_form .form-wrapper .ps-input.bg-white input.error+label {
    top: 11px;
    height: 27px
}

.widget_form .form-wrapper .ps-input.bg-white input.error:focus+label {
    top: -11px
}

.widget_form .form-wrapper .ps-input.bg-white input.error:focus+label::after {
    background-color: #f8f7f7
}

.widget_form input.form-control,
.widget_form textarea {
    border: 1px solid #4c4c4c !important;
    text-align: center
}

.widget_form::-moz-placeholder {
    text-align: center
}

.widget_form::placeholder {
    text-align: center
}

.widget_form .panel-buttons .linkComponent {
    margin-bottom: 20px
}

.widget_form .container-check-input input:checked~.checkmark {
    background-color: #fff
}

.widget_form .container-check-input .checkmark::after {
    content: "";
    position: absolute;
    display: none;
    left: 1.313rem;
    top: .688rem;
    width: .625rem;
    height: 1.375rem;
    border: solid #000;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg)
}

.widget-banner .widget-banner-content {
    padding: 1.5rem
}

.column-detail>.widget-banner .widget-banner-content {
    padding: 0 1.5rem
}

.widget-banner .widget-banner-content .widget-banner-text p {
    margin-bottom: .5rem;
    line-height: 90% !important
}

.widget-banner .widget-banner-content .widget-banner-text table span,
.widget-banner .widget-banner-content .widget-banner-text p span {
    line-height: 100% !important
}

.cifrasImageComp {
    text-align: center
}

.cifrasImageComp .section {
    margin-bottom: 3rem
}

.cifrasImageComp .column {
    padding-left: 0;
    padding-right: 0
}

.cifrasImageComp .textImageComponent {
    margin-bottom: 2rem
}

.cifrasImageComp .cifrasTitleBlock {
    margin-top: 2rem !important;
    margin-bottom: .5rem !important;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    display: block
}

.cifrasImageComp .cifrasValue {
    margin-bottom: 0 !important;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #7b7b79;
    font-size: 2.5rem;
    display: block
}

.cifrasImageComp .cifrasTitle {
    margin-bottom: .5rem !important;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    display: block
}

@media(min-width:992px) {
    .cifrasImageComp .column:first-child {
        padding-left: 0;
        padding-right: 1rem
    }

    .cifrasImageComp .column:last-child {
        padding-left: 1rem;
        padding-right: 0
    }
}

@media(min-width:768px) {
    .cifrasImageComp {
        text-align: left
    }
}

@media(max-width:991px)and (min-width:768px) {
    .cifrasImageComp {
        text-align: left
    }

    .cifrasImageComp .cifrasValue {
        font-size: 1.65rem;
        font-family: "Poppins", sans-serif;
        font-weight: 600
    }

    .cifrasImageComp .cifrasTitle {
        font-size: .95rem
    }
}

@media(max-width:1200px)and (min-width:992px) {
    .cifrasImageComp .cifrasValue {
        font-size: 2rem
    }

    .cifrasImageComp .cifrasTitle {
        font-size: .9rem
    }
}

.cifrasComp .textImageComponent {
    margin-bottom: 2rem
}

.cifrasComp h3.cifrasValue {
    margin-bottom: 0 !important;
    font-family: "Poppins", sans-serif;
    font-weight: 600 !important;
    color: #7b7b79;
    font-size: 3em
}

.cifrasComp h3.cifrasValue span {
    display: inline-block
}

.cifrasComp .cifrasTitle {
    margin-bottom: .5rem !important;
    font-family: "Poppins", sans-serif;
    font-weight: 600 !important;
    font-size: 1em
}

@media(max-width:575px) {
    .cifrasComp {
        text-align: center
    }
}

.hero:not(.full-height) {
    height: 550px
}

@media(min-width:768px) {
    header .header-center .header-logo img {
        width: 155px !important;
        max-width: 155px !important
    }
}

header .header-center nav ul .principal.nav-item a.nav-item-link .nav-item-link-text {
    font-size: .85rem !important
}

.accordion .card .card-header .icon-button,
.accordion .card .card-header .icon {
    font-size: 2rem !important
}

@media(max-width:1199px) {
    .container {
        max-width: 100%
    }

    header.affix .header-center {
        height: 3.5rem
    }
}

@media(min-width:992px)and (max-width:1199px) {
    header .container {
        padding-left: 0;
        padding-right: 0
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1176px
    }
}

.tabs-top .nav-tabs {
    padding: 1rem 0 0 1rem !important
}

.nav-tabs li a {
    padding: 1.3rem 2rem
}

footer h5 {
    margin-bottom: 3rem !important
}

header .header-bottom .header-bottom-subheader nav ul li a span.navbar-subheader-menu-link-text {
    font-size: .81rem
}

@media(min-width:500px) {
    .image-overlay-footer .pieFoto strong {
        font-family: "Poppins", sans-serif !important;
        font-weight: 600
    }

    .image-overlay-footer .pieFoto {
        font-size: 1rem
    }
}

@media(min-width:1200px) {
    .image-overlay-footer .pieFoto strong {
        font-family: "Poppins", sans-serif !important;
        font-weight: 600
    }

    .image-overlay-footer .pieFoto {
        font-size: 1.1rem
    }
}

.bg-opacity-dark {
    background-color: rgba(0, 0, 0, .61)
}

.rowTitle p {
    font-size: 1rem
}

@media(min-width:992px) {
    .cifrasComp .col-xl-3:first-child {
        max-width: 15%;
        margin-left: 10%
    }
}

.cifrasImageComp .cifrasValue {
    color: #000
}

.dropdown-menu {
    font-size: .85rem
}

.bg-danger a,
.bg-warning a,
.bg-info a,
.bg-light a {
    opacity: 1
}

.force-to-h3 h2 {
    font-size: 2rem !important;
    line-height: 2.5rem !important;
    font-family: "Poppins", sans-serif !important;
    font-weight: 600
}

.force-to-h4 h2,
.force-to-h4 h3 {
    font-size: 1.4rem !important;
    line-height: 1.9rem !important
}

.r-tabs section.section,
.hechos section.section {
    padding: 0
}

.dropdown-item {
    padding: .25rem 1.5rem !important
}

header.header.affix .header-bottom .header-bottom-subheader nav>ul>li:first-child>a {
    padding: 0 .5rem 0 0
}

.mod-widget {
    width: 100%;
    background-color: #f8f7f7;
    padding: 1.25rem
}

.mod-widget .panel-body .form-group div .container-check-input {
    width: 100%;
    background-color: #fff;
    display: flex;
    position: relative;
    padding-left: 4.375rem;
    margin-bottom: .75rem;
    cursor: pointer;
    font-size: 1.25rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: auto;
    border: 1px solid #ccc;
    border-radius: .3125rem;
    color: #191919;
    line-height: 1;
    box-shadow: 0 0 5px 0 #ccc
}

.mod-widget .panel-body .form-group div .container-check-input:not(.icon) {
    margin-bottom: 0;
    text-align: left;
    border-radius: 2.5rem;
    height: 4.75rem;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-right: 20px
}

.mod-widget .panel-body-service .form-group div .container-check-input.icon {
    width: 100%;
    height: 11.25rem;
    padding: 0;
    border-radius: .3125rem;
    flex-wrap: wrap;
    justify-content: center
}

.mod-widget .container-check-input .checkmark {
    left: .625rem;
    top: .625rem;
    position: absolute;
    height: 3.313rem;
    width: 3.313rem;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #b2b2b2;
    z-index: 1;
    margin-right: .625rem
}

.mod-widget .container-check-input .checkmark::after {
    content: "";
    position: absolute;
    display: none;
    left: 1.313rem;
    top: .688rem;
    width: .625rem;
    height: 1.375rem;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.mod-widget .container-check-input.checked {
    background-color: #fffae5;
    border-color: #ffd000
}

.mod-widget .container-check-input.checked input~.checkmark {
    background-color: #ffd000;
    border-color: #ffd000
}

.mod-widget .container-check-input input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 2;
    top: 0
}

.mod-widget .container-check-input input:checked~.checkmark {
    background-color: #ffd000
}

.mod-widget .container-check-input input:checked~.checkmark::after {
    display: block
}

.mod-widget .panel-body {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.mod-widget .panel-body .form-group {
    width: 100%;
    margin-bottom: 0
}

.mod-widget-check-input .checkbox-text {
    margin-left: 5px;
    margin-right: 5px
}

.mod-widget .panel-body-service .form-group div .container-check-input .checkbox-icon {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 3.5rem;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: flex-end;
    justify-content: center
}

.mod-widget .panel-body-service .form-group div-check-input .checkbox-icon::before {
    display: none
}

.mod-widget .panel-body-location .form-group .form-group.input-group {
    margin-bottom: 2rem
}

.mod-widget .panel-body-location .form-group .form-group.input-group span::before {
    display: none
}

.mod-widget #formsubmit:hover {
    cursor: pointer
}

.mod-widget .error {
    display: none;
    text-align: center;
    color: red;
    align-items: center;
    padding: 20px 0 0 0;
    font-weight: 700
}

.ps-btn {
    font-size: 1rem;
    line-height: 1;
    min-height: 3.75rem;
    border-width: .125rem;
    border-style: solid;
    border-radius: 6rem;
    padding: 0 3rem;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    transition: .2s color, .2s background-color, .2s border-color;
    transition-timing-function: ease-out
}

.ps-btn__box {
    display: flex;
    justify-content: center;
    align-items: center
}

.ps-btn__box .icon {
    font-size: 1.9rem;
    margin-right: .3rem
}

.ps-btn--primary {
    font-weight: 600;
    color: #000;
    background-color: #ffd000;
    border-color: #ffd000
}

.ps-btn--primary:hover {
    color: #fff;
    background-color: #4c4c4c;
    border-color: #4c4c4c
}

.ps-btn--primary:disabled {
    color: #b2b2b2;
    background-color: #f8f7f7;
    border-color: #f8f7f7;
    cursor: default
}

.bg-opacity-dark {
    background-color: rgba(0, 0, 0, .2) !important
}

.img-hover-zoom {
    overflow: hidden
}

.img-hover-zoom img {
    transition: transform .5s ease
}

.img-hover-zoom:hover img {
    transform: scale(1.2)
}

footer h2 a,
footer h5 a {
    color: #fff !important
}

.carousel-inner.heroSlider .carousel-item {
    height: 60vh;
    min-height: 550px !important;
    background: no-repeat center center scroll;
    background-size: cover
}

body:not(.editMode) header.menu-without-top~.page-content,
body:not(.editMode) header.menu-without-top+.page-content {
    margin-top: 56px
}

@keyframes intro {
    from {
        opacity: 0;
        top: -50px
    }

    to {
        opacity: 1;
        top: 0
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 10px rgba(255, 209, 2, 0)
    }
}

@media(min-width:768px) {
    .article-post p {
        font-size: .85rem
    }
}

.article-post p,
.article-post a.tag {
    text-transform: uppercase;
    color: #b1b1b1;
    font-family: "Open Sans", sans-serif;
    font-weight: 600 !important;
    font-size: .75rem;
    padding-right: 10px;
    line-height: 1.5rem;
    text-decoration: none
}

.article-post a.tag {
    padding-right: 0
}

.article-post p:hover {
    color: #000;
    text-decoration: none;
    transition: color .5s ease
}

#postslistsidebar .article-category p:hover,
.section.page-result.blog .article-category p:hover {
    color: #000;
    text-decoration: none;
    transition: color .5s ease
}

article.list-news.blog-list a.article-title .article-container h2 {
    display: block;
    color: #000;
    transition: color .5s ease;
    text-decoration: none;
    font-size: 1.75em;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 2.3125rem;
    letter-spacing: 0
}

@media(max-width:576px) {
    article.list-news.blog-list a.article-title .article-container h2 {
        font-size: 1.6rem;
        line-height: 2.22rem;
        letter-spacing: -.05625rem
    }
}

@media(min-width:768px) {
    article.list-news.blog-list a.article-title .article-container h2 {
        font-size: 2rem;
        line-height: 2.22rem;
        letter-spacing: -.05625rem
    }
}

article.list-news.blog-list a.article-title .article-container h2:hover {
    color: #b1b1b1;
    transition: color .5s ease
}

.blog-list .article-date,
.blog .article-date {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: .75rem;
    line-height: 1.5rem
}

@media(min-width:768px) {

    .blog-list .article-date,
    .blog .article-date {
        font-size: .875rem;
        line-height: 1.5rem
    }
}

#postslistsidebar p .article-category.post-title,
.page-result.blog p .article-category.post-title {
    text-transform: uppercase;
    color: #b1b1b1;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: .75rem;
    line-height: 1.5rem
}

article.list-news.blog-list .article-container a .article-category {
    text-transform: uppercase;
    color: #b1b1b1;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: .85rem;
    line-height: 1.5rem
}

@media(max-width:768px) {
    article.list-news.blog-list .article-container .article-category {
        text-transform: uppercase;
        color: #b1b1b1;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        font-size: .875rem;
        line-height: 1.5rem
    }
}

article.list-news.blog-list .article-container a:hover .article-category {
    color: #000;
    transition: color .5s ease
}

article.list-news.blog-list .article-container-category {
    padding-top: 0 !important;
    position: relative;
    padding-bottom: 0 !important
}

@media(min-width:992px) {
    article.list-news.blog-list .article-container-category {
        padding-top: 0 !important;
        position: relative;
        top: -50px;
        padding-bottom: 0 !important
    }
}

.blog .article-data .article-category a {
    font-size: .85rem;
    color: #000;
    background-color: #ffd102;
    border: 1px solid #ffd102;
    padding: 5px 10px;
    font-weight: 600;
    border-radius: 5px
}

.blog .article-data .article-category a:hover {
    color: #000;
    background-color: #ffd102;
    border: 1px solid #ffd102
}

article.article-news.post .blog-post a {
    color: #548088
}

article.article-news.post .blog-post a:hover {
    color: #ffd102
}

article.article-news.post .blog-post a:visited {
    color: #9d9fa2
}

.article-category.post-title p {
    text-transform: uppercase;
    color: #b1b1b1;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: .875rem;
    line-height: 1.5rem
}

.article-category.post-title a:hover {
    text-decoration: none
}

article.article-news.post {
    position: relative;
    top: 60px;
    padding-bottom: 75px
}

#sideBar .border-bottom {
    border-bottom: 1px solid #d1d3d4 !important
}

.social-icons h5 {
    font-size: 14px;
    text-transform: uppercase
}

.card-socials .social-icons p {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600
}

.media-body h4 {
    line-height: 1.2px
}

.media-news h4 {
    line-height: 1.2;
    text-align: left;
    font-size: 1.125rem;
    letter-spacing: .03125rem
}

.side-bar {
    font-family: "Poppins", sans-serif;
    color: #231f20;
    text-align: center
}

.list-unestyled {
    list-style: none
}

.newsletter-section .newsletter-title {
    font-weight: 600;
    line-height: 25px;
    letter-spacing: .1875em;
    font-size: 14px;
    text-transform: uppercase
}

.newsletter-section .newsletter-section-title p {
    font-weight: 600;
    line-height: 25px;
    letter-spacing: .1875em;
    font-size: 14px
}

.newsletter-section .newsletter-subtitle {
    font-weight: 400;
    font-size: 25px;
    line-height: 34px
}

.newsletter-subtitle h3 {
    font-weight: 400;
    font-size: 25px;
    line-height: 34px
}

.media-news h4 {
    font-size: 12px;
    line-height: 1.1
}

.media-news h4:hover {
    color: #b1b1b1;
    transition: color .5s ease
}

.media-news .article-date {
    color: #b1b1b1;
    font-weight: 400;
    font-size: 10px
}

.card-recent-articles h5 {
    font-size: 14px
}

.side-bar i {
    font-size: 30px;
    padding-left: 14px;
    color: #757980
}

.newsletter-section::-moz-placeholder {
    color: red
}

.newsletter-section::placeholder {
    color: red
}

#sideBar a {
    text-decoration: none
}

.tag-listing a:hover {
    color: #b1b1b1;
    transition: color .5s ease
}

#sideBar {
    margin-top: 0 !important;
    border-radius: 15px;
    background-color: #f3f3f3;
    position: sticky;
    top: 70px
}

.tag-listing a {
    font-size: 14px
}

.object-cover {
    height: 75px;
    width: 130px
}

.social-icons {
    color: #313437;
    text-align: center
}

@media(max-width:767px) {
    .social-icons {
        padding: 50px 0
    }
}

.social-icons i {
    font-size: 17px;
    display: inline-block;
    color: #ffd000;
    margin: 0 6px;
    padding: 0 !important;
    width: 35px;
    height: 35px;
    background-color: #333;
    text-align: center;
    border-radius: 50%;
    line-height: 35px
}

article.article-news.post .column-detail a {
    text-decoration: underline;
    color: #548088
}

article.article-news.post .column-detail a:hover {
    color: #ffd000
}

article.article-news.post .article-body .article-social-media .social-media a {
    color: #000;
    font-size: 1.5rem;
    margin: 0;
    text-decoration: none
}

article.article-news.post .column-detail.head {
    padding-bottom: 0
}

.image-block {
    margin-bottom: 20px;
    display: flex;
    justify-content: center
}

article.article-news.post .article-body p {
    margin-top: 15px;
    margin-bottom: 15px
}

article.article-news.post .article-body ul {
    list-style: disc
}

@media(min-width:576px) {
    .card-picture {
        height: 300px
    }

    .card-picture img.w-100 {
        height: 290px
    }
}

@media(min-width:768px) {
    header .header-center .header-logo img {
        width: 212px;
        max-width: none
    }

    .hero:not(.hero-area) .col-12 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .card-picture {
        height: 300px
    }

    .col-xl-20>.card-picture,
    .text-carousel.owl-carousel[data-resolutiondesktoptop="5"] .card-picture {
        height: 300px
    }

    .col-xl-20>.card-picture .card-link .card-overlay,
    .text-carousel.owl-carousel[data-resolutiondesktoptop="5"] .card-picture .card-link .card-overlay {
        transform: translateY(70%)
    }

    .card-picture .card-title {
        font-size: 1.2rem;
        margin-bottom: 1rem
    }

    .card-picture .card-description {
        font-size: .9rem
    }

    .card-picture img.w-100 {
        height: 410px
    }

    article.list-news a .article-container .article-category,
    article.list-news a .article-container .article-date {
        font-size: .875rem;
        line-height: 1.5rem
    }

    article.list-news a.article-title .article-container h2 {
        font-size: 2rem;
        line-height: 2.22rem;
        letter-spacing: -.05625rem
    }

    article.list-news a .article-container .article-description {
        font-size: 1.125rem;
        line-height: 1.6875rem;
        letter-spacing: .03125rem
    }

    .video-responsive {
        height: 0;
        overflow: hidden;
        padding-bottom: 30.25%;
        padding-top: 30px;
        position: relative;
        margin-left: auto;
        margin-right: auto
    }
}

@media(min-width:992px) {
    .hero:not(.hero-area) .col-12 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .accordion .card .card-body .card-pdf-list {
        padding-left: 6.25rem
    }

    .card-picture {
        height: 350px
    }

    .col-xl-20>.card-picture,
    .text-carousel.owl-carousel[data-resolutiondesktoptop="5"] .card-picture {
        height: 300px
    }

    .card-picture .card-title {
        font-size: 2rem;
        margin-bottom: 1.5rem
    }

    .card-picture .card-description {
        font-size: 1rem
    }

    .card-picture img.w-100 {
        height: 340px
    }

    .mod-search-result__amount {
        font-size: 1.25rem;
        text-align: left
    }
}

@media(min-width:1200px) {
    header .header-center .header-logo {
        padding-right: 1.5rem
    }

    header .header-center .menu-primary-padding {
        padding-left: .7rem
    }

    .hero:not(.hero-area) .col-12 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .card-picture {
        height: 420px
    }

    .owl-carousel[data-resolutiondesktoptop="5"] .card-picture {
        height: 300px
    }

    .card-picture img.w-100 {
        height: 410px
    }

    .card-picture .card-link .card-overlay {
        transform: translateY(80%)
    }

    .owl-carousel[data-resolutiondesktoptop="5"] .w-100 {
        height: 240px
    }
}

@media(min-width:1300px) {
    header .header-center nav ul .principal.nav-item a#dropdownMenuidiomas .nav-item-link-text {
        display: inline-block !important
    }
}

@media(max-width:1300px) {
    .hero .hero-content {
        padding-left: 3.5rem;
        padding-right: 3.5rem
    }

    #carouselHero .hero .hero-content .hero-content.textImageComponent {
        padding-right: 0
    }
}

@media(max-width:1199.98px) {
    header.header.affix .header-bottom .header-bottom-subheader nav>ul>li>a {
        padding: .5rem .3rem !important
    }

    header.header.affix .header-bottom .header-bottom-subheader nav>ul>li:first-child>a {
        padding: .5rem .3rem !important;
        padding-left: 0 !important
    }

    header .header-center .header-menu-right nav ul .principal.nav-item:last-of-type .dropdown-menu {
        left: 0 !important
    }

    header .header-center .header-menu-right nav ul .principal.nav-item:last-of-type .dropdown-menu .dropdown-menu-arrow {
        left: 75%
    }

    header .header-bottom .header-bottom-subheader nav>ul>li>a {
        padding: .5rem .5rem
    }

    header .header-bottom .header-bottom-subheader nav>ul>li>a,
    header.header.affix .header-bottom .header-bottom-subheader nav>ul>li>a {
        padding: 0 .3rem
    }

    .carousel-inner .hero.hero-area .hero-content:last-child:not(.textImageComponent) {
        padding-right: 3.5rem
    }

    .world-map {
        height: 400px !important
    }

    .column.col-md-6 article.list-news a .article-image img {
        height: 275px
    }

    .column.col-md-4 article.list-news a .article-image img {
        height: 185px
    }

    .column.col-md-3 article.list-news a .article-image img {
        height: 140px
    }
}

@media(max-width:1068px) {
    header .header-center nav ul .principal.nav-item a.nav-item-link {
        padding: .5rem
    }

    header .header-center .header-menu-right .header-menu .search-toggler {
        padding-right: .2rem
    }

    header .header-bottom .header-bottom-subheader nav>ul>li>a {
        padding: .5rem .3rem
    }

    header.header.affix .header-bottom .header-bottom-subheader nav>ul>li:last-child>a {
        padding-right: 0 !important
    }
}

@media(max-width:991.98px) {
    body:not(.editMode) .page-content {
        margin-top: 80px
    }

    div[class*=col-md-3]:nth-child(n+5),
    article[class*=col-md-3]:nth-child(n+5),
    section[class*=col-md-3]:nth-child(n+5),
    div[class*=col-md-4]:nth-child(n+4),
    article[class*=col-md-4]:nth-child(n+4),
    section[class*=col-md-4]:nth-child(n+4),
    div[class*=col-md-6]:nth-child(n+3),
    article[class*=col-md-6]:nth-child(n+3),
    section[class*=col-md-6]:nth-child(n+3),
    div[class*=col-md-12]:nth-child(n+2),
    article[class*=col-md-12]:nth-child(n+2),
    section[class*=col-md-12]:nth-child(n+2) {
        margin-top: 40px
    }

    body:not(.editMode)>.page-content>section.section:first-child {
        padding-top: 70px
    }

    body:not(.editMode) .page-content>section.section.pt-0:first-child {
        padding-top: 0 !important
    }

    .modal-button-cmp .modal-body .form-wrapper form.generic-form .column,
    .hero.hero-area .form-wrapper form.generic-form .column {
        margin-top: 0 !important
    }

    .hero .hero-content .hero-content.textImageComponent {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        margin-top: 0
    }

    section.page-content-nav .loading {
        margin: 70px auto
    }

    header .header-center {
        min-height: 3.5rem;
        padding: 0;
        width: 100%
    }

    body.navbar-showing header .header-center {
        position: fixed;
        z-index: 2
    }

    header .header-center .header-logo {
        width: 100%;
        padding: 0
    }

    header .header-center .header-logo .logotipo {
        max-width: 10rem;
        margin: auto
    }

    header .header-center nav ul .principal.nav-item:not(.show):hover>.dropdown-menu {
        display: none
    }

    header .header-center .header-menu-right nav ul .principal.nav-item:last-of-type .dropdown-menu {
        left: -1rem !important
    }

    header .header-center .header-menu-right nav ul .principal.nav-item:last-of-type .dropdown-menu .dropdown-menu-arrow {
        left: 75%
    }

    header .header-center .header-menu-right nav>ul>li:last-child {
        padding-right: .5rem
    }

    header .header-center nav ul .principal.nav-item .icon,
    header .header-center .header-menu-right .header-menu .search-toggler,
    header .header-center .header-menu .navbar-toggler {
        font-size: 1.6rem
    }

    header .header-center .header-menu-right ul.menu-principal .header-menu+.principal:not(.shop-link-menu),
    header .header-center .header-menu-right ul.menu-principal .principal.shop-link-menu+.principal:not(.shop-link-menu) {
        margin-left: .3rem
    }

    header nav.navbar-mobile {
        padding: 0;
        overflow: scroll;
        height: 0;
        transition-property: height;
        transition-duration: .65s;
        transition-timing-function: ease;
        -webkit-transition-property: height;
        -webkit-transition-duration: .65s;
        -webkit-transition-timing-function: ease
    }

    body.navbar-showing header nav.navbar-mobile {
        height: 100vh
    }

    header nav.navbar-mobile .navbar-collapse.collapse {
        background-color: #f8f7f7;
        height: 100vh;
        width: 100vw;
        display: block;
        top: -100vh;
        position: relative;
        opacity: 1;
        transition-property: top, opacity;
        transition-duration: .65s;
        transition-timing-function: ease;
        -webkit-transition-property: top, opacity;
        -webkit-transition-duration: .65s;
        -webkit-transition-timing-function: ease;
        overflow: scroll;
        z-index: 0
    }

    body.navbar-showing header nav.navbar-mobile .navbar-collapse.collapse {
        top: 56px;
        opacity: 1;
        position: fixed;
        padding-bottom: 80px
    }

    body.navbar-showing header .header-search.search-visible+nav.navbar-mobile .navbar-collapse.collapse {
        top: 160px;
        padding-bottom: 160px
    }

    body.navbar-showing header.affix nav.navbar-mobile .navbar-collapse.collapse {
        top: 56px;
        padding-bottom: 64px
    }

    body.navbar-showing header.affix .header-search.search-visible+nav.navbar-mobile .navbar-collapse.collapse {
        top: 144px;
        padding-bottom: 144px
    }

    header nav.navbar-mobile ul.navbar-nav li {
        padding: 0 1rem
    }

    header nav.navbar-mobile ul.navbar-nav li.row {
        margin: 0;
        padding-right: 0
    }

    header nav.navbar-mobile ul.navbar-nav>li.active {
        padding: 0
    }

    header nav.navbar-mobile ul.navbar-nav>li.active>a,
    header nav.navbar-mobile ul.navbar-nav>li.active>span.iconItem {
        background-color: #f8f7f7;
        padding: 1rem
    }

    header nav.navbar-mobile ul.navbar-nav>li.active>a>.icon {
        right: 1rem
    }

    header nav.navbar-mobile ul.navbar-nav li,
    header nav.navbar-mobile ul li>.subnavcontainer li {
        border-bottom: 1px solid #e0e0e0
    }

    header nav.navbar-mobile ul.navbar-nav li.active {
        background-color: #fff;
        border-bottom: 0
    }

    header nav.navbar-mobile ul.navbar-nav li a {
        padding: 1rem 0;
        position: relative;
        color: #000;
        font-weight: 700
    }

    header nav.navbar-mobile ul.navbar-nav li a.nav-link span.nav-item-link-text {
        text-align: left;
        padding-right: 25px;
        display: inline-block
    }

    header nav.navbar-mobile ul.navbar-nav li.row a.nav-link.link-open span.nav-item-link-text {
        padding-right: 14px
    }

    header nav.navbar-mobile ul li.nav-item.row>span.iconItem {
        width: 50px;
        padding: 1rem;
        cursor: pointer
    }

    header nav.navbar-mobile ul li>a.nav-link>span.icon {
        position: static;
        vertical-align: middle
    }

    header nav.navbar-mobile ul li>a.nav-link>.icon {
        position: absolute;
        right: 0;
        top: 18px;
        font-size: 1.2rem
    }

    header nav.navbar-mobile ul li>a.nav-link>.icon.icon-ico-plus::before {
        display: inline-block;
        transform: rotate(90deg);
        transition: transform 300ms ease-out
    }

    header nav.navbar-mobile ul li.active>a.nav-link>.icon.icon-ico-plus::before,
    header nav.navbar-mobile ul li.active>.iconItem>.icon.icon-ico-plus::before {
        content: "";
        transform: rotate(0)
    }

    header nav.navbar-mobile ul li>.subnavcontainer {
        background-color: rgba(0, 0, 0, 0);
        width: 100%;
        padding: 0 15px;
        display: none;
        overflow: auto;
        list-style: none
    }

    header nav.navbar-mobile ul li.active>.subnavcontainer {
        display: block
    }

    header nav.navbar-mobile ul li.active>.subnavcontainer li {
        padding-left: 0
    }

    header nav.navbar-mobile ul li.active>.subnavcontainer li:not(.active) {
        border-bottom: 0
    }

    header nav.navbar-mobile ul li.active>.subnavcontainer li>a {
        font-weight: normal
    }

    .accordion .card .card-header .icon-button,
    .accordion .card .card-header .icon {
        font-size: 1.5rem
    }

    .accordion .card .card-header button .text {
        font-size: 17px;
        line-height: 26px;
        font-weight: 600
    }

    .accordion .card .card-header button .text i {
        top: 2px
    }

    .world-map {
        height: 600px !important
    }

    .column.col-md-6 article.list-news a .article-image img {
        height: 200px
    }

    footer .footer-links ul {
        text-align: center
    }
}

@media(min-width:768px)and (max-width:991.98px) {
    .has_carousel {
        padding-right: 65px !important;
        padding-left: 65px !important
    }

    .header-center .container {
        padding-top: 10px
    }
}

@media(max-width:767.98px) {
    .hero .hero-content {
        padding-left: 40px;
        padding-right: 40px
    }

    .float-top-content {
        margin: 0 !important
    }

    .container {
        max-width: 100%
    }

    .mb-component {
        margin-bottom: 10px !important
    }

    .header-center>.container {
        padding: 0;
        padding-top: 10px
    }

    div.column-detail>section[class*=section]:first-child {
        padding-top: 20px
    }

    .column .column-detail .column.col-sm-12 {
        padding-left: 0;
        padding-right: 0
    }

    .column .column-detail .form-wrapper form .column.col-sm-12,
    .column .column-detail .containerBg .column.col-sm-12 {
        padding-left: 15px;
        padding-right: 15px
    }

    .column.col-12.col-sm-6.pl-0 {
        padding-left: 15px !important
    }

    .column.col-12.col-sm-6.pr-0 {
        padding-right: 15px !important
    }

    .column.col-12.col-sm-12 .textImageComnpoent {
        padding-left: 15px;
        padding-right: 15px
    }

    .column.col-12.col-sm-12.pl-0 {
        padding-left: 0 !important
    }

    .column.col-12.col-sm-12.pr-0 {
        padding-right: 0 !important
    }

    .column.col-12.col-sm-12.pl-0 .textImageComponent {
        padding-left: 15px
    }

    .column.col-12.col-sm-12.pr-0 .textImageComponent {
        padding-right: 15px
    }

    .containerBg {
        background-size: cover !important
    }

    body:not(.editMode)>.page-content>section.section:first-child {
        padding-top: 60px
    }

    .column:not(.hero-content) {
        margin: 0 !important;
        margin-top: 10px !important;
        padding: 0 !important;
        padding-right: 15px !important;
        padding-left: 15px !important
    }

    .column.mt-0:not(.hero-content) {
        margin-top: 0 !important
    }

    .column.mt-0 .column-detail[class*=bg-],
    .column.mt-0 .column-detail[style*=background-color] {
        margin-top: -20px
    }

    section .section {
        margin-top: 0 !important;
        padding: 20px 0 !important
    }

    .py-0 section.section {
        padding: 0 !important
    }

    .py-0 section.section .slider-multiple.slick-dotted.slick-slider {
        margin-top: 0 !important
    }

    .hero.hero-area section.section {
        padding: 0 !important
    }

    section.section .container .row .column+.column[class*=col-sm-3]:nth-child(4),
    section.section .container .row .column+.column[class*=col-sm-4]:nth-child(3),
    section.section .container .row .column+.column[class*=col-sm-6]:nth-child(2) {
        margin-top: 0
    }

    .column-detail>section[class*=section]:first-child>.container>.row>.column+.column,
    section.section .container .row .column:not(.d-none)+.column,
    .page-content section.section .row.rowTitle+.row>.column:not(.align-self-center) {
        margin-top: 40px
    }

    section.section .container form .row .column {
        margin-top: 0 !important
    }

    .page-content section.pt-0 .column.align-self-center {
        margin: 0 !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .hero .hero-content h1,
    .hero .hero-content h1 * {
        font-size: 2rem;
        line-height: normal
    }

    .hero .hero-content h2,
    .hero .hero-content h2 * {
        font-size: 2rem;
        line-height: normal
    }

    .hero .hero-content h3,
    .hero .hero-content h3 * {
        font-size: 1.2rem;
        line-height: normal
    }

    .hero .hero-content h4,
    .hero .hero-content h4 * {
        font-size: 1.1rem;
        line-height: normal
    }

    .hero .hero-content h5,
    .hero .hero-content h5 *,
    .hero .hero-content h6,
    .hero .hero-content h6 * {
        font-size: 1rem;
        line-height: normal
    }

    .hero.hero-area .hero-content:last-child>.section>.container>.row>.column.col-sm-12 {
        padding: 0 !important
    }

    .hero.hero-area:not(.full-height) .hero-content:first-child:not(.textImageComponent) {
        padding-top: 40px
    }

    .hero.hero-area .hero-content+.hero-content:last-child:not(.textImageComponent) {
        margin-top: 10px
    }

    .carousel-inner .hero.hero-area .hero-content+.hero-content:last-child:not(.textImageComponent) {
        margin-top: 10px;
        padding-left: 3.5rem !important
    }

    #carouselHero .containerBg {
        background-repeat: no-repeat;
        background-position: 72% 0;
        background-size: cover
    }

    .image-overlay-footer .pieFoto {
        font-size: 1.2rem !important;
        line-height: 1.3rem !important
    }

    section.page-content-nav .loading {
        margin: 60px auto
    }

    .world-map {
        height: 500px !important
    }

    #prosegur-mapa-sucursales .select-maps {
        display: block;
        width: 100%;
        margin-bottom: 15px
    }

    #prosegur-mapa-sucursales .sidebar-maps {
        display: none
    }

    .accordion .card .card-header,
    .accordion.no-padding .card .card-header {
        padding: 0
    }

    .accordion.no-padding>.card .card-header h2 button,
    .accordion .card .card-header button {
        padding: 0 1.25rem
    }

    .accordion .card .card-body {
        padding-top: 1rem !important;
        padding-right: 2rem !important;
        padding-bottom: 2rem !important;
        padding-left: 2rem !important
    }

    .accordion.no-padding .card .card-body {
        padding: 0 5px !important
    }

    .accordion .card .card-body>section.pt-0 {
        padding-top: 0 !important
    }

    .accordion .card .card-body>section.pb-0 {
        padding-bottom: 0 !important
    }

    .owl-carousel .owl-stage-outer {
        width: 89%;
        margin: 0 5%
    }

    .owl-carousel .owl-stage-outer .owl-item .carousel-item {
        width: 89%
    }

    .carousel .containerBg {
        margin-top: 0 !important
    }

    .text-carousel.owl-carousel[data-resolutiondesktoptop="5"] .card-picture,
    .text-carousel.owl-carousel[data-resolutiondesktoptop="5"] .card-picture img {
        height: 350px
    }

    .col-xl-20>.card-picture .card-link .card-overlay,
    .text-carousel.owl-carousel[data-resolutiondesktoptop="5"] .card-picture .card-link .card-overlay {
        transform: translateY(83%)
    }

    .card-picture .card-title {
        font-size: 1.2rem;
        margin-bottom: 1rem
    }

    .card-picture .card-description {
        font-size: .9rem
    }

    .card-picture img.w-100 {
        height: 340px
    }

    section.section>.container-fluid .detalle-video .modal-video.video figure figcaption {
        width: 80px;
        height: 80px;
        background-size: 80px
    }

    .modal-button-cmp .modal-body>.containerBg {
        margin-top: 0 !important
    }

    .column.col-md-6 article.list-news a .article-image img {
        max-height: 300px;
        height: auto
    }

    article.article-news .article-head h2 {
        font-size: 1.125rem;
        line-height: 1.5625rem;
        letter-spacing: .03125rem;
        text-align: center;
        padding: 0 1rem;
        margin-bottom: 2.25rem
    }

    .responsive-tab .tab-content .tab-pane {
        clear: both
    }

    .responsive-tab .tab-content .tab-pane>section.section {
        margin-left: 0;
        margin-right: 0
    }

    .responsive-tab .tab-content .r-tabs-accordion-title {
        border-bottom: 1px solid #cecece;
        float: left;
        width: 100%;
        background-color: #fff
    }

    .responsive-tab .tab-content .r-tabs-accordion-title.r-tabs-state-active {
        padding-bottom: 0;
        margin-bottom: 15px
    }

    .responsive-tab .tab-content .r-tabs-accordion-title a {
        padding: 15px 15px 12px 20px;
        float: left;
        width: 100%;
        position: relative;
        font-weight: 700;
        color: #3a3c3f;
        text-decoration: none
    }

    .responsive-tab .tab-content .r-tabs-accordion-title.r-tabs-state-active a {
        color: inherit
    }

    .responsive-tab .tab-content .r-tabs-accordion-title a:after {
        font-family: FontAwesome;
        content: "";
        float: right;
        font-size: 12px;
        position: absolute;
        right: 15px;
        bottom: 15px
    }

    .responsive-tab .tab-content .r-tabs-accordion-title.r-tabs-state-active a:after {
        content: "";
        bottom: 10px
    }

    .responsive-tab .tab-content .r-tabs-accordion-title a:hover {
        text-decoration: none;
        font-weight: bold;
        color: inherit
    }

    .responsive-tab .tab-content .tab-pane.r-tabs-state-active {
        padding-bottom: 30px;
        margin-bottom: 0;
        padding-top: 0
    }

    .responsive-tab:not(.tabs-left):not(.tabs-right) ul.nav {
        background: rgba(0, 0, 0, 0)
    }

    .responsive-tab:not(.tabs-left):not(.tabs-right) .tab-content,
    .responsive-tab:not(.tabs-left):not(.tabs-right) .tab-pane.r-tabs-state-active.active {
        background-color: rgba(0, 0, 0, 0)
    }

    .hechos {
        margin-top: -40px !important
    }

    .hechos .section,
    .hechos .container {
        margin: 0 !important;
        padding: 0 !important
    }

    .hechos .carousel-btn .carousel-btn__box {
        height: 3rem
    }

    section.page-content-nav nav.nav-page-menu {
        margin: -40px -15px 0;
        height: auto;
        padding: 0 15px
    }

    section.page-content-nav nav.nav-page-menu .subnavbar-toggler {
        display: block;
        padding: 6px .75rem;
        font-size: 2rem;
        border: 0;
        background: rgba(0, 0, 0, 0)
    }

    section.page-content-nav nav.nav-page-menu .second-menu {
        display: none
    }

    section.page-content-nav nav.nav-page-menu ul.page-menu li.item-menu {
        display: block
    }

    section.page-content-nav nav.nav-page-menu ul.page-menu li.item-menu.active a.link-menu,
    section.page-content-nav nav.nav-page-menu ul.page-menu li.item-menu a.link-menu:hover {
        border-color: #e9ecef rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
    }

    section.page-content-nav nav.nav-page-menu ul.page-menu li.item-menu a.link-menu {
        width: 100%;
        border-color: #e9ecef rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        display: block;
        height: auto
    }

    section.page-content-nav nav.nav-page-menu ul.page-menu li.item-menu ul.dropdown-menu {
        position: static !important;
        transform: none !important;
        float: none;
        padding: 0;
        border: 0;
        margin-top: -5px
    }

    section.page-content-nav nav.nav-page-menu ul.page-menu li.item-menu ul.dropdown-menu>span {
        display: none
    }

    section.page-content-nav nav.nav-page-menu ul.page-menu li.item-menu ul.dropdown-menu>li.dropdown-item {
        padding: 0 0 .75rem !important;
        border: 0
    }

    section.page-content-nav nav.nav-page-menu ul.page-menu li.item-menu ul.dropdown-menu>li.dropdown-item:active,
    section.page-content-nav nav.nav-page-menu ul.page-menu li.item-menu ul.dropdown-menu>li.dropdown-item:hover,
    section.page-content-nav nav.nav-page-menu ul.page-menu li.item-menu ul.dropdown-menu>li.dropdown-item:hover a,
    section.page-content-nav nav.nav-page-menu ul.page-menu li.item-menu ul.dropdown-menu>li.dropdown-item.active {
        background-color: rgba(0, 0, 0, 0) !important
    }

    section.page-content-nav nav.nav-page-menu ul.page-menu li.item-menu ul.dropdown-menu>li.dropdown-item a {
        padding: .25rem 1rem !important
    }

    section.page-content-nav nav.nav-page-menu ul.page-menu li.item-menu ul.dropdown-menu>li.dropdown-item.active span {
        font-weight: 700
    }

    table.table-blocknet .accordion>.card .card-header .title-file button>span.text {
        padding: 0 25px 0 0 !important
    }

    .hotspot-map__image .hotspot {
        padding: .5rem;
        height: 40px;
        width: 40px
    }

    .hotspot-map .hotspot-map__image .icon-hostpot {
        font-size: 1.5rem
    }

    .hotspot-map__image .hotspot img {
        max-width: 1.5rem;
        max-height: 1.5rem
    }

    .hotspot-map .popover {
        padding: 1rem
    }

    .hotspot-map .popover[class*=bs-popover-] {
        top: 100% !important;
        transform: none !important;
        margin: .5rem auto 0;
        max-width: calc(100vw - 32px);
        width: calc(100vw - 32px)
    }

    .hotspot-map .bs-popover-auto[x-placement^=bottom]>.arrow,
    .hotspot-map .popover[class*=bs-popover-]>.arrow,
    .hotspot-map .bs-popover-auto[x-placement^=top]>.arrow,
    .hotspot-map .popover[class*=bs-popover-]>.arrow {
        top: calc((.5rem + 1px)*-1) !important;
        bottom: auto;
        right: auto;
        left: auto
    }

    .bs-popover-auto[x-placement^=bottom]>.arrow::before,
    .hotspot-map .popover[class*=bs-popover-]>.arrow::before,
    .bs-popover-auto[x-placement^=top]>.arrow::before,
    .hotspot-map .popover[class*=bs-popover-]>.arrow::before {
        top: 0;
        bottom: auto;
        border-width: 0 .5rem .5rem .5rem;
        border-bottom-color: #000
    }

    .hotspot-map .popover[class*=bs-popover-] .arrow::after,
    .hotspot-map .bs-popover-auto[x-placement^=top] .arrow::after,
    .hotspot-map .popover[class*=bs-popover-] .arrow::after,
    .hotspot-map .bs-popover-auto[x-placement^=bottom] .arrow::after {
        border-bottom-color: #000;
        border-top-color: rgba(0, 0, 0, 0)
    }

    .hotspot-map .popover .popover-header {
        margin-top: 7px
    }

    .hotspot-map .popover .popover-header .close {
        font-size: 1rem;
        top: 5px;
        right: 8px
    }

    footer.footer .footer-copyright {
        text-align: center
    }

    footer.footer .footer-copyright span {
        font-size: 14px
    }

    footer .footer-links ul {
        margin: 1rem 0;
        text-align: center
    }

    footer .footer-links ul li::after {
        content: "";
        margin: 0 .5rem;
        width: 1px;
        background-color: #fff;
        height: 24px;
        display: inline-block;
        margin-bottom: -6px
    }

    footer .footer-links ul li:last-child::after {
        content: unset;
        margin: 0;
        width: 0;
        background-color: unset;
        height: 0;
        display: unset;
        margin-bottom: 0
    }

    footer .footer-links ul li a {
        border-left: unset;
        padding: 0;
        line-height: 24px
    }
}

@media(max-width:575.98px) {
    .world-map {
        height: 400px !important
    }

    .owl-carousel .owl-stage-outer {
        width: 80%;
        margin: 0 9%
    }

    .owl-carousel .owl-stage-outer .owl-item .carousel-item {
        width: 80%
    }

    article.article-news .column-detail {
        padding: 40px 0
    }

    article.article-news .article-head .download-pdf .linkComponent {
        margin-top: 20px
    }

    article.article-news .article-body .img-editorial {
        display: block;
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 1.5rem
    }

    .card-picture .card-link .card-overlay {
        transform: translateY(78%)
    }

    .hotspot-map__image .hotspot {
        padding: .4rem;
        height: 35px;
        width: 35px
    }

    .hotspot-map__image .hotspot img {
        max-width: 1.3875rem;
        max-height: 1.3875rem
    }

    .hotspot-map .hotspot-map__image .icon-hostpot {
        font-size: 1.2rem
    }
}

@media(max-width:500px) {

    .form-group.col-12.col-sm-6.col-md-6,
    .mod-widget .col-12 {
        padding-right: 0;
        padding-left: 0
    }

    .form-group.col-12.col-sm-6.col-md-6 {
        margin-top: 0
    }

    .section {
        padding: 20px 0 !important
    }

    section.page-content-nav nav.nav-page-menu {
        margin-top: -60px
    }
}

body div.cc_dialog.headline.hidden {
    display: none
}

@media(min-width:768px) {
    .collapse.no-collapse-sm {
        display: block;
        height: auto !important;
        visibility: visible
    }
}

footer .titleFooter {
    position: relative
}

footer .titleFooter h1,
footer .titleFooter h2,
footer .titleFooter h3,
footer .titleFooter h4,
footer .titleFooter h5,
footer .titleFooter h6 {
    margin-right: 35px;
    margin-bottom: 12px !important
}

footer .titleFooter a.footer-toggle:hover {
    text-decoration: none
}

footer .titleFooter a.footer-toggle:hover {
    text-decoration: none
}

footer .titleFooter a.footer-toggle[aria-expanded=false] .icon-open,
footer .titleFooter a.footer-toggle[aria-expanded=true] .icon-close {
    display: inline
}

footer .titleFooter a.footer-toggle[aria-expanded=true] .icon-open,
footer .titleFooter a.footer-toggle[aria-expanded=false] .icon-close {
    display: none
}

footer .textImageComponent.textImageComponentFooter .collapse {
    margin-bottom: 30px
}

footer.footer .footer-copyright span {
    font-size: 14px
}

footer section.section.pt-0 {
    padding-top: 0 !important
}

footer section.section.pb-0 {
    padding-bottom: 0 !important
}

footer a.footer-toggle {
    font-size: 1.2rem;
    color: #fff;
    line-height: 1;
    font-weight: bold;
    position: absolute;
    top: 14px;
    right: 0
}

#prosegur-mapa-sucursales .comoLlegarLink {
    text-decoration: underline
}

.form-field-eztia {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1
}

.headerTwoCols h2,
.headerTwoCols h3,
.headerTwoCols h4,
.headerTwoCols h5,
.headerTwoCols h6 {
    font-weight: 400;
    text-align: unset !important
}

.headerTwoCols.hero h2 *,
.headerTwoCols.hero h3 *,
.headerTwoCols.hero h4 *,
.headerTwoCols.hero h5 *,
.headerTwoCols.hero h6 * {
    font-weight: 400;
    text-align: unset !important
}

.headerTwoCols .container.pTop {
    padding-top: 5rem
}

.headerTwoCols .container.pBottom {
    padding-bottom: 3rem
}

.headerTwoCols .container.pBoth {
    padding-top: 5rem;
    padding-bottom: 3rem
}

.headerTwoCols.hero.hero-area:not(.full-height) {
    min-height: auto
}

.headerTwoCols.hero.no-bg:not(.full-height) {
    padding-top: 0
}

.headerTwoCols.hero.hero-area .overlay-hero {
    min-height: auto
}

.headerTwoCols .headerTwoColsRow div.wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start
}

.headerTwoCols .headerTwoColsCol {
    width: 100%;
    min-height: 100px
}

@media(max-width:768px) {
    .headerTwoCols .headerTwoColsRow div.wrapper {
        flex-wrap: wrap
    }

    .headerTwoColsColLeft {
        margin: 1rem 0 !important
    }

    .headerTwoColsColRight {
        margin: 1rem 0 !important
    }

    .headerTwoCols .container.pTop {
        padding-top: 2rem !important
    }

    .headerTwoCols .container.pBottom {
        padding-bottom: 2rem !important
    }

    .headerTwoCols .container.pBoth {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }

    .headerTwoCols .headerTwoColsCol {
        box-shadow: none !important
    }
}

.video-background section.headerTwoCols:not(.full-height) video.video_background {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%
}

.rotate-cards-front,
.rotate-cards-back {
    position: absolute
}

.rotate-cards {
    height: 350px;
    transform-style: preserve-3d;
    perspective: 1000px
}

.rotate-cards-front,
.rotate-cards-back {
    height: 100%;
    width: 100%;
    transform: translateY(0deg);
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition: transform .5s cubic-bezier(.4, .2, .2, 1);
    background-color: #ededed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.rotate-cards .content {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 1rem;
    perspective: 1000px;
    transform: translateZ(60px) scale(.94);
    align-items: center;
    flex-direction: column
}

.rotate-cards-front .content {
    justify-content: flex-end
}

.rotate-cards-front .content * {
    margin: 0
}

.rotate-cards-back {
    transform: rotateY(-180deg);
    z-index: -10
}

.rotate-cards-back .content {
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 1rem
}

.rotate-cards-back.dark {
    background: #000 !important
}

.rotate-cards-back.info {
    background: #77cdd3 !important
}

.rotate-cards-back.primary {
    background: #ffd000 !important
}

.rotate-cards-back.success {
    background: #4dd968 !important
}

.rotate-cards-back.danger {
    background: #d94d4d !important
}

.rotate-cards-back.warning {
    background: #ffc107 !important
}

.rotate-cards-backr.light {
    background: #7f7f7f !important
}

.rotate-cards.rotate-right .rotate-cards-back {
    transform: rotateY(-180deg)
}

.rotate-cards.rotate-right:hover>.rotate-cards-back {
    transform: rotateY(0deg)
}

.rotate-cards.rotate-right:hover>.rotate-cards-front {
    transform: rotateY(180deg)
}

.rotate-cards.rotate-left .rotate-cards-back {
    transform: rotateY(180deg)
}

.rotate-cards.rotate-left:hover>.rotate-cards-back {
    transform: rotateY(0)
}

.rotate-cards.rotate-left:hover>.rotate-cards-front {
    transform: rotateY(-180deg)
}

.rotate-cards.rotate-up .rotate-cards-back {
    transform: rotateX(-180deg)
}

.rotate-cards.rotate-up:hover>.rotate-cards-back {
    transform: rotateX(0deg)
}

.rotate-cards.rotate-up:hover>.rotate-cards-front {
    transform: rotateX(180deg)
}

.rotate-cards.rotate-down .rotate-cards-back {
    transform: rotateX(180deg)
}

.rotate-cards.rotate-down:hover>.rotate-cards-back {
    transform: rotateX(0)
}

.rotate-cards.rotate-down:hover>.rotate-cards-front {
    transform: rotateX(-180deg)
}

.rotate-cards .btn {
    padding: .5rem 1.5rem;
    border-radius: 2rem
}

.rotate-cards.rotate-cards-small {
    height: 200px
}

.rotate-cards.rotate-cards-medium {
    height: 350px
}

.rotate-cards.rotate-cards-big {
    height: 500px
}

.rotate-cards-ovflw {
    overflow: auto
}

.utils-header-span-inline h1 span,
.utils-header-span-inline h2 span,
.utils-header-span-inline h3 span,
.utils-header-span-inline h4 span,
.utils-header-span-inline h5 span,
.utils-header-span-inline h6 span {
    display: inline
}

header .header-center .header-menu-right nav ul .principal.nav-item ul[aria-labelledby=dropdownEnlacesAreasPrivadas].dropdown-menu {
    max-width: 16rem;
    width: -moz-max-content;
    width: max-content;
    left: 30% !important
}

@media(max-width:991.98px) {
    header .header-center .header-menu-right nav ul .principal.nav-item ul[aria-labelledby=dropdownEnlacesAreasPrivadas].dropdown-menu {
        left: -5rem !important
    }

    header .header-center .header-menu-right nav ul .principal.nav-item ul[aria-labelledby=dropdownEnlacesAreasPrivadas].dropdown-menu .dropdown-menu-arrow {
        left: 86%
    }
}

.form-loading-wrapper {
    position: relative
}

.form-loading-block {
    z-index: 99;
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    align-content: center;
    flex-wrap: nowrap
}

.form-loading-block .form-loading {
    position: relative;
    display: block;
    width: 100px;
    height: 60px;
    background-image: url(/.resources-alarms/ProsegurWebCorpModule/resources/img/loading-yellow.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    order: 2
}

.form-loading-block .form-loading-text {
    text-align: center;
    font-size: .8rem;
    max-width: 250px
}

.rounded {
    border-radius: 25px !important
}

.header-menu.header-menu-toggle.align-self-center.d-lg-none {
    display: flex
}

.navbar-toggler {
    padding: .25rem 1rem
}

.menu-icon-burger {
    width: 23px;
    height: 26px;
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly
}

.menu-icon-burger span {
    background-color: #000;
    height: 2px;
    width: 100%;
    left: 0;
    transition: all .3s ease
}

.menu-icon-burger span:first-child {
    width: 100%
}

.menu-icon-burger span:nth-child(2) {
    width: 100%
}

.menu-icon-burger span:last-child {
    width: 100%
}

.navbar-showing .menu-icon-burger span:nth-child(2) {
    opacity: 0
}

.navbar-showing .menu-icon-burger span:first-child,
.navbar-showing .menu-icon-burger span:last-child {
    top: 9px;
    position: absolute
}

.navbar-showing .menu-icon-burger span:first-child {
    transform: rotate(45deg)
}

.navbar-showing .menu-icon-burger span:last-child {
    transform: rotate(-45deg);
    width: 100%
}

#widget-magento-dropdown-search {
    margin: 6px 6px 3px 6px;
    padding: 3px 6px;
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 95%
}

#widget-magento-dropdown-search::-moz-placeholder {
    color: #999 !important;
    opacity: 1 !important
}

#widget-magento-dropdown-search::placeholder {
    color: #999 !important;
    opacity: 1 !important
}

.popicon-col .modal-content {
    height: auto !important
}

#img-tresde .overlay-deactivated {
    background-color: rgba(0, 0, 0, 0)
}

.author-block {
    margin-top: 1.5rem
}

.author-block .author-block-image img {
    outline: 2px solid #999;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1;
    margin: .5rem 0;
    max-width: 140px;
    filter: drop-shadow(0 0 .35rem #999)
}

.author-block span {
    display: block
}

.author-block span.author-block-name {
    font-weight: bold;
    font-size: 1rem
}

.author-block span.author-block-profession {
    font-weight: bold;
    font-size: .9rem;
    color: #999;
    margin-bottom: .5rem
}

article.article-news.post .article-body .author-block p {
    margin-top: 0;
    font-size: .9rem;
    color: #333
}

@media only screen and (max-width:576px) {
    .author-block .author-block-image {
        text-align: left !important;
        margin-bottom: .5rem
    }
}

:root {
    --colors_white: #ffffff;
    --colors_dark: #191919;
    --colors_light: #f8f7f7;
    --colors_primary: #ffd000;
    --colors_danger: #D94D4D;
    --colors_warning: #ffc107;
    --colors_info: #77CDD3;
    --colors_success: #4DD968
}

.struct-multicard {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 18px
}

.struct-multicard__col_big {
    grid-row: span 2/span 2
}

:root {
    --colors_white: #ffffff;
    --colors_dark: #191919;
    --colors_light: #f8f7f7;
    --colors_primary: #ffd000;
    --colors_danger: #D94D4D;
    --colors_warning: #ffc107;
    --colors_info: #77CDD3;
    --colors_success: #4DD968
}

.struct-multicard {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 18px
}

.struct-multicard__col_big {
    grid-row: span 2/span 2
}

.card_hover {
    height: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative
}

.card_hover h1,
.card_hover h2,
.card_hover h3,
.card_hover h4,
.card_hover h5,
.card_hover h6 {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.4rem
}

.card_hover h1 strong,
.card_hover h2 strong,
.card_hover h3 strong,
.card_hover h4 strong,
.card_hover h5 strong,
.card_hover h6 {
    font-weight: 700
}

.card_hover.card_hover_aligment_center {
    align-items: center
}

.card_hover.card_hover_aligment_bottom {
    align-items: flex-end
}

.card_hover_overlay {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .5s
}

.card_hover_title,
.card_hover_text,
.card_hover_title_hover {
    z-index: 1;
    transition: all .5s
}

.card_hover_title_hover {
    display: none
}

.card_hover_text,
.card_hover_link {
    opacity: 0;
    transform: translateY(20px);
    transition: all .5s
}

.card_hover:hover .card_hover_overlay {
    opacity: .7
}

.card_hover:hover .card_hover_overlay_opacity_10 {
    opacity: .1
}

.card_hover:hover .card_hover_overlay_opacity_20 {
    opacity: .2
}

.card_hover:hover .card_hover_overlay_opacity_30 {
    opacity: .3
}

.card_hover:hover .card_hover_overlay_opacity_40 {
    opacity: .4
}

.card_hover:hover .card_hover_overlay_opacity_50 {
    opacity: .5
}

.card_hover:hover .card_hover_overlay_opacity_60 {
    opacity: .6
}

.card_hover:hover .card_hover_overlay_opacity_70 {
    opacity: .7
}

.card_hover:hover .card_hover_overlay_opacity_80 {
    opacity: .8
}

.card_hover:hover .card_hover_overlay_opacity_90 {
    opacity: .9
}

.card_hover:hover .card_hover_overlay_opacity_100 {
    opacity: 1
}

.card_hover:hover .card_hover_text,
.card_hover:hover .card_hover_link {
    opacity: 1;
    transform: translateY(0)
}

.card_hover:hover .card_hover_title_hover {
    display: block
}

.card_hover:hover .card_hover_title {
    display: none
}

.card_hover_link a i {
    transition: padding .3s
}

.card_hover_link a:hover i {
    padding-left: 12px
}

.card_hover_bg_white,
.card_hover_overlay_white {
    background-color: var(--colors_white)
}

.card_hover_bg_dark,
.card_hover_overlay_dark {
    background-color: var(--colors_dark)
}

.card_hover_bg_light,
.card_hover_overlay_light {
    background-color: var(--colors_light)
}

.card_hover_bg_primary,
.card_hover_overlay_primary {
    background-color: var(--colors_primary)
}

.card_hover_bg_danger,
.card_hover_overlay_danger {
    background-color: var(--colors_danger)
}

.card_hover_bg_warning,
.card_hover_overlay_warning {
    background-color: var(--colors_warning)
}

.card_hover_bg_info,
.card_hover_overlay_info {
    background-color: var(--colors_info)
}

.card_hover_bg_success,
.card_hover_overlay_success {
    background-color: var(--colors_success)
}

.card_hover_title_white,
.card_hover_text_white,
.card_hover_title_hover_white,
.card_hover_link_white {
    color: var(--colors_white)
}

.card_hover_title_dark,
.card_hover_text_dark,
.card_hover_title_hover_dark,
.card_hover_link_dark {
    color: var(--colors_dark)
}

.card_hover_title_light,
.card_hover_text_light,
.card_hover_title_hover_light,
.card_hover_link_light {
    color: var(--colors_light)
}

.card_hover_title_primary,
.card_hover_text_primary,
.card_hover_title_hover_primary,
.card_hover_link_primary {
    color: var(--colors_primary)
}

.card_hover_title_danger,
.card_hover_text_danger,
.card_hover_title_hover_danger,
.card_hover_link_danger {
    color: var(--colors_danger)
}

.card_hover_title_warning,
.card_hover_text_warning,
.card_hover_title_hover_warning,
.card_hover_link_warning {
    color: var(--colors_warning)
}

.card_hover_title_info,
.card_hover_text_info,
.card_hover_title_hover_info,
.card_hover_link_info {
    color: var(--colors_info)
}

.card_hover_title_success,
.card_hover_text_success,
.card_hover_title_hover_success,
.card_hover_link_success {
    color: var(--colors_success)
}

@media(max-width:769px) {
    .struct-multicard {
        grid-template-columns: repeat(5, 100%);
        grid-template-rows: 1fr;
        overflow-y: hidden;
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        width: auto
    }

    .scroll_snap_center {
        scroll-snap-align: center
    }

    .struct-multicard__col_big {
        grid-row: 1
    }

    .card_hover .card_hover_overlay_opacity_10 {
        opacity: .1
    }

    .card_hover .card_hover_overlay_opacity_20 {
        opacity: .2
    }

    .card_hover .card_hover_overlay_opacity_30 {
        opacity: .3
    }

    .card_hover .card_hover_overlay_opacity_40 {
        opacity: .4
    }

    .card_hover .card_hover_overlay_opacity_50 {
        opacity: .5
    }

    .card_hover .card_hover_overlay_opacity_60 {
        opacity: .6
    }

    .card_hover .card_hover_overlay_opacity_70 {
        opacity: .7
    }

    .card_hover .card_hover_overlay_opacity_80 {
        opacity: .8
    }

    .card_hover .card_hover_overlay_opacity_90 {
        opacity: .9
    }

    .card_hover .card_hover_overlay_opacity_100 {
        opacity: 1
    }

    .card_hover .card_hover_title_hover {
        display: block
    }

    .card_hover .card_hover_title {
        display: none
    }

    .card_hover .card_hover_text,
    .card_hover .card_hover_link {
        opacity: 1;
        transform: translateY(0)
    }
}

.struct-packs {
    display: flex;
    justify-content: center
}

.struct-packs__col {
    width: 100%;
    max-width: 294px;
    min-height: 150px;
    border: 1px solid;
    margin-left: 0;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    padding: 0;
    overflow: hidden;
    height: -moz-max-content;
    height: max-content
}

.struct-packs__col__equal .struct-packs__col {
    height: auto
}

.struct-packs__col_big {
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
    min-height: 220px
}

.struct-packs__col__selected {
    padding: .5rem 1rem;
    text-align: center
}

.struct-packs__col__selected p {
    margin: 0
}

.struct-packs__col__content {
    padding: 1rem
}

.struc-pack_left_border {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.struc-pack_right_border {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.struc-pack_medium_border {
    border-radius: 0 !important
}

.struc-pack_border_white {
    border-color: var(--colors_white)
}

.struc-pack_border_dark {
    border-color: var(--colors_dark)
}

.struc-pack_border_light {
    border-color: var(--colors_light)
}

.struc-pack_border_primary {
    border-color: var(--colors_primary)
}

.struc-pack_border_danger {
    border-color: var(--colors_danger)
}

.struc-pack_border_warning {
    border-color: var(--colors_warning)
}

.struc-pack_border_info {
    border-color: var(--colors_info)
}

.struc-pack_border_success {
    border-color: var(--colors_success)
}

.struc-pack_sel_back_white {
    background-color: var(--colors_white)
}

.struc-pack_sel_back_dark {
    background-color: var(--colors_dark)
}

.struc-pack_sel_back_light {
    background-color: var(--colors_light)
}

.struc-pack_sel_back_primary {
    background-color: var(--colors_primary)
}

.struc-pack_sel_back_danger {
    background-color: var(--colors_danger)
}

.struc-pack_sel_back_warning {
    background-color: var(--colors_warning)
}

.struc-pack_sel_back_info {
    background-color: var(--colors_info)
}

.struc-pack_sel_back_success {
    background-color: var(--colors_success)
}

.struct-packs__col__content .textImageComponent ul {
    padding-left: 1rem;
    list-style-type: disc;
    list-style: url("/media/examples/rocket.svg");
    list-style-position: outside
}

.struct-packs__col__content .textImageComponent ul li::before {
    content: unset
}

.struct-packs__col__content .textImageComponent ul li {
    padding-left: 0
}

@media(max-width:769px) {
    .struct-packs {
        justify-content: flex-start;
        overflow-y: hidden;
        overflow-x: scroll;
        scroll-snap-type: x mandatory
    }

    .struct-packs__col {
        width: 100%;
        max-width: 100%;
        flex-shrink: 0;
        margin-left: 0
    }

    .struct-packs__col_big {
        box-shadow: unset
    }
}

.struct-slider__control {
    display: none
}

@media(max-width:769px) {
    .struct-slider__control {
        text-align: center;
        padding: 1rem;
        display: block
    }

    .struct-slider__control p {
        margin: 0;
        font-size: .9rem
    }

    .struct-slider__control i {
        padding: 10px;
        border-radius: 50%;
        margin: 0 5px
    }

    .struct-slider__control i.active {
        background-color: #000;
        color: #fff
    }

    .struct-slider__control i.inactive {
        background-color: #ccc;
        color: #aaa
    }
}

@media(hover:hover) {

    .struct-multicard,
    .struct-packs {
        overflow-x: clip
    }
}

.popicon {
    overflow: visible
}

.popicon div {
    overflow: hidden
}

.container-fluid section.section.page-result.blog>.container:first-child {
    max-width: 100%
}

@media screen and (min-width:1980px) {
    .container-fluid .blog-article-list article .article-image img {
        height: 500px;
        max-height: 500px
    }

    .container-fluid .blog-article-list.blog-vertical-threecols article .article-image img {
        height: 400px;
        max-height: 400px
    }
}

@media screen and (min-width:2560px) {
    .container-fluid .blog-article-list article .article-image img {
        height: 600px;
        max-height: 600px
    }

    .container-fluid .blog-article-list.blog-vertical-threecols article .article-image img {
        height: 500px;
        max-height: 500px
    }
}

span.edit-mode-cmp-name {
    font-size: .7rem;
    padding: 3px 10px;
    background-color: #fff3cd;
    border: 1px solid #856404;
    color: #856404;
    cursor: pointer;
    box-shadow: -1px -1px 18px -6px rgba(0, 0, 0, .75);
    z-index: 9999;
    position: absolute;
    margin-left: 20px
}

.titleIcon {
    display: flex;
    align-items: center
}

.titleIcon.text-center {
    justify-content: center
}

.titleIcon.text-right {
    justify-content: flex-end
}

.titleIcon h1,
.titleIcon h2,
.titleIcon h3,
.titleIcon h4,
.titleIcon h5,
.titleIcon h6 {
    margin: 0;
    line-height: 1;
    font-weight: 400
}

.titleIcon h1.w-bold,
.titleIcon h2.w-bold,
.titleIcon h3.w-bold,
.titleIcon h4.w-bold,
.titleIcon h5.w-bold,
.titleIcon h6.w-bold {
    font-weight: 700
}

.titleIcon h1.w-thin,
.titleIcon h2.w-thin,
.titleIcon h3.w-thin,
.titleIcon h4.w-thin,
.titleIcon h5.w-thin,
.titleIcon h6.w-thin {
    font-weight: 400
}

.titleIcon span {
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 0
}

.titleIcon span img {
    width: 100%;
    margin-top: 0;
    margin-bottom: 5px
}

.titleIcon span.h1 {
    font-size: 3rem
}

.titleIcon span.h1 img {
    max-width: 3rem
}

.titleIcon span.h2 {
    font-size: 2.5rem
}

.titleIcon span.h2 img {
    max-width: 2.5rem
}

.titleIcon span.h3 {
    font-size: 2rem
}

.titleIcon span.h3 img {
    max-width: 2rem
}

.titleIcon span.h4 {
    font-size: 1.5rem
}

.titleIcon span.h4 img {
    max-width: 1.5rem
}

.titleIcon span.h5 {
    font-size: 1.25rem
}

.titleIcon span.h5 img {
    max-width: 1.25rem
}

.titleIcon span.h6 {
    font-size: 1rem
}

.titleIcon span.h6 img {
    max-width: 1rem
}

@media(max-width:991.98px) {
    header nav.navbar-mobile ul.navbar-nav li ul li a {
        font-weight: 600
    }

    header nav.navbar-mobile ul.navbar-nav li.row {
        margin: 0;
        padding-right: 0;
        padding-left: 0;
        background-color: #f8f7f7
    }

    header nav.navbar-mobile ul.navbar-nav li.row ul li {
        background-color: #fff;
        padding-left: 0
    }

    header nav.navbar-mobile ul.navbar-nav li.row ul li.row ul li {
        background-color: #fff;
        padding-left: 0
    }

    header nav.navbar-mobile ul.navbar-nav li.row ul li.row ul li.row ul li {
        background-color: #fff
    }

    header nav.navbar-mobile ul.navbar-nav>li.active>a,
    header nav.navbar-mobile ul.navbar-nav>li.active>span.iconItem {
        padding: 1rem 0 1rem 15px
    }

    header nav.navbar-mobile ul.navbar-nav li,
    header nav.navbar-mobile ul li>.subnavcontainer li {
        border-bottom: 1px solid #e0e0e0
    }

    header nav.navbar-mobile ul.navbar-nav li.active_sel {
        background-color: #019bf2 !important
    }

    header nav.navbar-mobile ul.navbar-nav li.active_sel i {
        display: none
    }

    header nav.navbar-mobile ul.navbar-nav span.nav-item-link-text.active_sel {
        color: #fff
    }

    header nav.navbar-mobile ul.navbar-nav li a {
        padding: 1rem 0 1rem 15px;
        color: #000
    }

    header nav.navbar-mobile ul li>a.nav-link>.icon.icon-ico-arrow-right {
        display: none
    }

    header nav.navbar-mobile ul li>.subnavcontainer {
        background-color: rgba(0, 0, 0, 0);
        width: 100%;
        padding: 0;
        display: none;
        overflow: auto;
        list-style: none
    }

    header nav.navbar-mobile ul li.active>.subnavcontainer li a {
        padding-left: 15px
    }

    header nav.navbar-mobile ul li.active>.subnavcontainer li ul li a {
        padding-left: 45px
    }

    header nav.navbar-mobile ul li.active>.subnavcontainer li ul li ul li a {
        padding-left: 75px
    }
}

.text-white {
    color: #fff
}

.text-black {
    color: #000
}

.text-yellow-prosegur {
    color: #ffcd00
}

.text-orange-prosegur {
    color: #f3813c
}

.text-lighter-gray {
    color: #f9f9f9
}

.text-almost-gray {
    color: #909090
}

.text-light-gray {
    color: #f3f3f3
}

.text-gray {
    color: #545454
}

.text-dark-gray {
    color: #393939
}

.text-black-gray {
    color: #242424
}

.text-almost-black {
    color: #161616
}

.text-celeste-prosegur {
    color: #019bf2
}

.text-white-hover:hover {
    color: #fff
}

.text-black-hover:hover {
    color: #000
}

.text-yellow-prosegur-hover:hover {
    color: #ffcd00
}

.text-orange-prosegur-hover:hover {
    color: #f3813c
}

.text-lighter-gray-hover:hover {
    color: #f9f9f9
}

.text-almost-gray-hover:hover {
    color: #909090
}

.text-light-gray-hover:hover {
    color: #f3f3f3
}

.text-gray-hover:hover {
    color: #545454
}

.text-dark-gray-hover:hover {
    color: #393939
}

.text-black-gray-hover:hover {
    color: #242424
}

.text-almost-black-hover:hover {
    color: #161616
}

.text-celeste-prosegur-hover:hover {
    color: #019bf2
}

@media(max-width:767px) {
    .text-black-gray-sm {
        color: #242424 !important
    }
}

.bg-none {
    background: none
}

.bg-white {
    background-color: #fff
}

.bg-black {
    background-color: #000
}

.bg-yellow-prosegur {
    background-color: #ffcd00
}

.bg-orange-prosegur {
    background-color: #f3813c
}

.bg-lighter-gray {
    background-color: #f9f9f9
}

.bg-almost-gray {
    background-color: #909090
}

.bg-light-gray {
    background-color: #f3f3f3
}

.bg-gray {
    background-color: #545454
}

.bg-dark-gray {
    background-color: #393939
}

.bg-black-gray {
    background-color: #242424
}

.bg-almost-black {
    background-color: #161616
}

.bg-celeste-prosegur {
    background-color: #019bf2
}

@media(max-width:767px) {
    .bg-light-gray-sm {
        background-color: #f3f3f3 !important
    }
}

.bg-none-hover:hover {
    background: none
}

.bg-white-hover:hover {
    background-color: #fff
}

.bg-black-hover:hover {
    background-color: #000
}

.bg-yellow-prosegur-hover:hover {
    background-color: #ffcd00
}

.bg-orange-prosegur-hover:hover {
    background-color: #f3813c
}

.bg-lighter-gray-hover:hover {
    background-color: #f9f9f9
}

.bg-light-gray-hover:hover {
    background-color: #f3f3f3
}

.bg-almost-gray-hover:hover {
    background-color: #909090
}

.bg-gray-hover:hover {
    background-color: #545454
}

.bg-dark-gray-hover:hover {
    background-color: #393939
}

.bg-black-gray-hover:hover {
    background-color: #242424
}

.bg-almost-black-hover:hover {
    background-color: #161616
}

.bg-celeste-prosegur-hover:hover {
    background-color: #019bf2
}

.shadow-yellow-prosegur-hover:hover {
    box-shadow: 0 0 0 .25rem rgba(255, 205, 0, .45)
}

.shadow-light-gray-hover:hover {
    box-shadow: 0 0 0 .25rem rgba(220, 220, 220, .45)
}

.shadow-gray-hover:hover {
    box-shadow: 0 0 0 .25rem rgba(110, 110, 110, .45)
}

.shadow-orange-hover:hover {
    box-shadow: 0 0 0 .25rem rgba(243, 129, 110, .6)
}

.rounded-more {
    border-radius: 15px
}

.big {
    font-size: 110%
}

.cursor_pointer {
    cursor: pointer
}

@media(max-width:767px) {
    .d-xs-none {
        display: none !important
    }
}

.img-rounded {
    border-radius: 25px;
    overflow: hidden
}

.button-mpa button.btn.btn-primary,
.button-mpa a.btn.btn-primary {
    background-color: #019bf2 !important;
    color: #fff !important;
    border: none
}

.button-mpa button.btn.btn-primary:hover,
.button-mpa a.btn.btn-primary:hover {
    background-color: #4c4c4c !important
}

.header-landing {
    font-family: "Poppins", sans-serif;
    position: relative !important;
    z-index: 50;
    padding-top: .6rem !important;
    padding-bottom: .6rem !important
}

.header-landing.sticky-header {
    position: sticky !important;
    border-bottom: #dedede 1px solid
}

@media(max-width:768px) {
    .header-landing.sticky-header {
        animation: none
    }
}

.header-landing.sticky-header.initial-position {
    transform: translate3d(0, -100%, 0);
    opacity: 0;
    display: none
}

.header-landing .logo-header-landing img {
    margin: 0;
    width: 152px
}

.header-landing nav ul {
    display: flex;
    align-items: center
}

.header-landing nav ul li {
    display: inline-block
}

.header-landing nav ul li a {
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none
}

.header-landing nav ul li img {
    height: 35px !important;
    width: auto !important;
    margin: 0 5px
}

.header-landing nav ul li a p,
.header-landing nav ul li a span,
.header-landing nav ul li p,
.header-landing nav ul li span {
    margin-bottom: 0;
    font-weight: normal
}

.header-landing nav ul li a:hover p,
.header-landing nav ul li a:hover span {
    text-decoration: none
}

.header-landing .text-black {
    color: #000
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.delay-1s {
    animation-delay: 1s
}

.animated.delay-2s {
    animation-delay: 2s
}

.animated.delay-3s {
    animation-delay: 3s
}

.animated.delay-4s {
    animation-delay: 4s
}

.animated.delay-5s {
    animation-delay: 5s
}

.animated.fast {
    animation-duration: 800ms
}

.animated.faster {
    animation-duration: 500ms
}

.animated.slow {
    animation-duration: 2s
}

.animated.slower {
    animation-duration: 3s
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        transform: translate3d(0, -100%, 0)
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

#topbar-section p {
    margin: 0
}

#topbar-section p,
#topbar-section-hidden p {
    margin: 0
}

header .header-center {
    height: auto !important
}

header .header-center nav ul .nav-item.active a.nav-item-link {
    box-shadow: inset 0 -2px #000;
    color: #000
}

header .header-center nav ul .nav-item a.nav-item-link {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    vertical-align: middle;
    color: #000;
    display: inline-block;
    padding: 17px .5rem;
    margin-right: 0;
    margin-left: 0;
    line-height: normal;
    white-space: nowrap;
    text-decoration: none !important;
    font-size: .85rem !important
}

header .header-center nav ul .mega-drop-down.nav-item .mega-menu-wrap ul {
    padding-left: 0
}

header .header-center nav ul .mega-drop-down.nav-item .mega-menu-wrap ul,
header .header-center nav ul .mega-drop-down.nav-item .mega-menu-wrap p {
    text-align: left
}

header .header-center nav ul .mega-drop-down.nav-item .mega-menu-wrap ul li a {
    color: #000
}

.header-center nav ul .mega-drop-down.nav-item a.nav-item-link::after {
    font-family: "Prosegur-Icons";
    font-size: .8rem;
    color: #000;
    content: "";
    border: 0;
    margin: 0;
    vertical-align: middle;
    padding-left: 3px
}

.mega-menu {
    padding-top: 10px !important;
    z-index: 1000
}

.mega-menu-wrap .row div {
    max-width: 320px
}

.mega-menu-wrap .row div a {
    font-family: "Poppins", sans-serif;
    text-decoration: none !important;
    border-bottom: unset !important;
    font-size: 13px !important;
    font-weight: 400 !important
}

.mega-menu-wrap .row div a.cabecera {
    font-weight: 700 !important
}

.mega-drop-down .mega-content {
    font-size: .85rem !important;
    font-weight: 400
}

li.mega-drop-down.nav-item.active a.nav-item-link.nav-link.disabled {
    color: #000 !important
}

li.mega-drop-down.nav-item a.nav-item-link.nav-link {
    position: relative;
    box-shadow: none !important
}

li.mega-drop-down.nav-item.active a.nav-item-link.nav-link:before,
li.mega-drop-down.nav-item:hover a.nav-item-link.nav-link:before {
    content: "";
    height: 2px;
    width: 100%;
    background-color: #000;
    position: absolute;
    display: block;
    bottom: 10px;
    left: 0
}

ul .principal.nav-item .menu-link-separator {
    border-left: 1px solid #333;
    height: 1.5rem;
    margin-right: .375rem;
    margin-left: .375rem;
    opacity: .4;
    padding: 0
}

.content {
    display: flex;
    align-items: center;
    margin: 0
}

.mega-menu {
    left: 0;
    right: 0;
    padding: 15px;
    display: none;
    padding-top: 0;
    min-height: 100%
}

.mega-menu ul li a {
    line-height: 25px;
    font-size: 90%;
    display: block
}

ul.stander li a {
    padding: 3px 0
}

ul.description li {
    padding-bottom: 12px;
    line-height: 8px
}

ul.description li span {
    color: #000;
    font-size: 85%
}

a.view-more {
    border-radius: 1px;
    margin-top: 15px;
    padding: 2px 10px !important;
    line-height: 21px !important;
    display: inline-block !important
}

a.view-more:hover {
    color: #000
}

ul.icon-des li a i {
    color: #000;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px !important
}

ul.icon-des li {
    width: 100%;
    display: table;
    margin-bottom: 11px
}

.mega-menu {
    background-color: #fff
}

.header-menu-right button {
    background: rgba(0, 0, 0, 0);
    border: none;
    padding: 0 10px
}

.header-menu-right .icon {
    font-size: 1.5rem;
    vertical-align: middle;
    line-height: 21px;
    color: #000
}

.header-menu-right .icon.icon-ico-user {
    padding-right: 3px
}

.mega-menu-wrap .row {
    display: flex;
    justify-content: center
}

.mega-menu-wrap .row li a {
    display: inline-block
}

.mega-menu-wrap .row li span {
    display: block
}

.mega-menu-wrap .row li span.promo-img {
    display: inline-block;
    background-color: #019df4;
    color: #fff;
    margin-left: 5px;
    padding: 3px 5px
}

.mega-menu:hover,
.mega-drop-down a:hover+.mega-menu {
    display: block
}

@media(min-width:767px) {
    .mega-menu {
        position: absolute;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: .25rem
    }
}

@media(max-width:767px) {
    .mega-menu {
        position: relative
    }
}

.sticky-footer {
    font-family: "Poppins", sans-serif;
    position: fixed;
    bottom: 0;
    padding: 10px 0 !important;
    margin-right: auto;
    margin-left: auto;
    background-color: #161616;
    z-index: 50
}

.sticky-footer .container {
    padding: 0 !important
}

.sticky-footer a {
    text-align: center;
    width: 100%;
    display: inline-block
}

a.sticky-footer-button {
    font-family: "Poppins", sans-serif;
    padding: .5rem 0;
    box-shadow: none;
    border-radius: 6rem;
    opacity: 1 !important;
    font-size: 12px;
    font-weight: 700;
    width: auto;
    display: inline-block;
    text-align: center
}

@media only screen and (min-width:500px) {
    a.sticky-footer-button {
        width: auto;
        padding: .5rem 1rem
    }
}

a.sticky-footer-button span {
    margin: 3px 0;
    display: inline-block
}

a.sticky-footer-button img {
    height: 20px;
    max-height: 20px;
    max-width: 26px;
    margin: 0 3px
}

.sticky-footer p {
    margin-bottom: 0
}

a.sticky-footer-button.boton-footer img {
    height: 17px;
    max-height: 17px;
    max-width: 26px;
    margin: 0;
    margin-right: 5px
}

a.sticky-footer-button.boton-footer span+img {
    margin-left: 5px;
    margin-right: unset
}

a.sticky-footer-button.boton-footer {
    border-radius: unset;
    border-top: none !important;
    border-bottom: none !important;
    height: 32px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 32px;
    font-weight: unset;
    width: auto;
    display: flex;
    align-items: center;
    text-align: center
}

a.sticky-footer-button.boton-footer:hover {
    text-decoration: none
}

a.sticky-footer-button.boton-footer span {
    font-size: 14px;
    line-height: 28px;
    margin: 0;
    position: relative;
    top: 0
}

.sticky-footer button.close {
    position: relative;
    right: 10px;
    opacity: 1;
    text-shadow: none;
    font-weight: 600
}

.sticky-footer button.close:not(:disabled):not(.disabled):focus,
.sticky-footer button.close:not(:disabled):not(.disabled):hover {
    opacity: 1
}

@media only screen and (max-width:768px) {
    footer.footer {
        margin-bottom: 64px !important
    }
}

.bg-dark a {
    color: #fff
}

.bg-white a {
    color: #000
}

.hotspot-map {
    position: relative;
    margin-top: 60px
}

.hotspot-map .color-box {
    position: absolute;
    z-index: 10;
    opacity: 0;
    width: 40%;
    height: 70px;
    background-color: #ffd000;
    animation-name: intro;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(.66, 0, 0, 1);
    animation-fill-mode: forwards;
    animation-delay: 500ms
}

.hotspot-map .hotspot-map__title {
    position: absolute;
    z-index: 10;
    opacity: 0;
    font-family: "OpenSans-Bold", "Arial", "Helvetica", sans-serif;
    font-size: 1.75rem;
    line-height: .9;
    letter-spacing: -.125rem;
    margin-top: 2rem;
    margin-bottom: 0;
    left: 14%;
    animation-name: intro;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(.66, 0, 0, 1);
    animation-fill-mode: forwards;
    animation-delay: 1000ms
}

.hotspot-map__container {
    width: 100%;
    display: block;
    position: relative;
    overflow: visible
}

.hotspot-map__container:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 56.90999%
}

.hotspot-map__image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url(/ProsegurWebCorpMagnolia-webapp/dam-alarms/estacion-servicio.jpg);
    background-size: cover
}

.hotspot-map__image .hotspot {
    padding: .5rem;
    background-color: #019df4;
    position: absolute;
    border-radius: 3rem;
    cursor: pointer;
    opacity: 0;
    transition: opacity 650ms ease-out, box-shadow 350ms ease-out;
    box-shadow: 0 0 0 0 rgba(1, 157, 244, .7);
    height: 46px;
    width: 46px;
    text-align: center
}

.hotspot-map__image .hotspot.pulses {
    animation: pulse 3s infinite cubic-bezier(.66, 0, 0, 1)
}

.hotspot-map__image .hotspot.is-visible {
    opacity: 1
}

.hotspot-map__image .hotspot.is-active {
    animation: none;
    box-shadow: 0 0 0 2px #959595;
    background-color: #707070
}

.hotspot-map__image .hotspot img {
    max-width: 1.8rem;
    max-height: 1.8rem;
    vertical-align: middle
}

.hotspot-map .hotspot-map__image .icon-hostpot {
    color: #fff;
    font-size: 1.8rem
}

.hotspot-map .popover {
    color: #000;
    padding: 2rem;
    background-color: #fafafa;
    border-radius: 25px;
    border: 6px #ffd102 solid;
    background-clip: inherit;
    z-index: 999
}

.hotspot-map .popover .popover-header {
    font-family: "OpenSans-Bold", "Arial", "Helvetica", sans-serif;
    color: inherit;
    font-size: 1.375rem;
    padding: 0;
    margin-bottom: .8rem;
    border: 0;
    border-radius: 0;
    color: #000;
    background: none
}

.hotspot-map .popover .popover-header .close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 1.2rem;
    opacity: .8
}

.hotspot-map .popover .popover-header .close:hover {
    color: inherit
}

.hotspot-map .popover .popover-body {
    font-family: "OpenSans-Regular", "Arial", "Helvetica", sans-serif;
    color: inherit;
    font-size: .875rem;
    padding: 0
}

.hotspot-map .popover .popover-body a {
    color: #fff;
    text-decoration: underline
}

.bs-popover-auto[x-placement^=left]>.arrow::before,
.bs-popover-left>.arrow::before {
    border-left-color: #ffd102
}

.hotspot-map .bs-popover-left .arrow::after,
.hotspot-map .bs-popover-auto[x-placement^=left] .arrow::after {
    border-left-color: #ffd102
}

.bs-popover-auto[x-placement^=right]>.arrow::before,
.bs-popover-right>.arrow::before {
    border-right-color: #ffd102
}

.hotspot-map .bs-popover-right .arrow::after,
.hotspot-map .bs-popover-auto[x-placement^=right] .arrow::after {
    border-right-color: #ffd102
}

.bs-popover-auto[x-placement^=top]>.arrow::before,
.bs-popover-top>.arrow::before {
    border-top-color: #ffd102
}

.hotspot-map .bs-popover-top .arrow::after,
.hotspot-map .bs-popover-auto[x-placement^=top] .arrow::after {
    border-top-color: #ffd102
}

.bs-popover-auto[x-placement^=bottom]>.arrow::before,
.bs-popover-bottom>.arrow::before {
    border-bottom-color: #ffd102
}

.hotspot-map .bs-popover-bottom .arrow::after,
.hotspot-map .bs-popover-auto[x-placement^=bottom] .arrow::after {
    border-bottom-color: #ffd102
}

@media(max-width:767.98px) {
    .hotspot-map__image .hotspot {
        padding: .5rem;
        height: 40px;
        width: 40px
    }

    .hotspot-map .hotspot-map__image .icon-hostpot {
        font-size: 1.5rem
    }

    .hotspot-map__image .hotspot img {
        max-width: 1.5rem;
        max-height: 1.5rem
    }

    .hotspot-map .popover {
        padding: 1rem
    }

    .hotspot-map .popover[class*=bs-popover-] {
        top: 100% !important;
        transform: none !important;
        margin: .5rem auto 0;
        max-width: calc(100vw - 32px);
        width: calc(100vw - 32px)
    }

    .hotspot-map .bs-popover-auto[x-placement^=bottom]>.arrow,
    .hotspot-map .popover[class*=bs-popover-]>.arrow,
    .hotspot-map .bs-popover-auto[x-placement^=top]>.arrow,
    .hotspot-map .popover[class*=bs-popover-]>.arrow {
        top: calc((.5rem + 1px)*-1) !important;
        bottom: auto;
        right: auto;
        left: auto
    }

    .bs-popover-auto[x-placement^=bottom]>.arrow::before,
    .hotspot-map .popover[class*=bs-popover-]>.arrow::before,
    .bs-popover-auto[x-placement^=top]>.arrow::before,
    .hotspot-map .popover[class*=bs-popover-]>.arrow::before {
        top: 0;
        bottom: auto;
        border-width: 0 .5rem .5rem .5rem;
        border-bottom-color: #ffd102
    }

    .hotspot-map .popover[class*=bs-popover-] .arrow::after,
    .hotspot-map .bs-popover-auto[x-placement^=top] .arrow::after,
    .hotspot-map .popover[class*=bs-popover-] .arrow::after,
    .hotspot-map .bs-popover-auto[x-placement^=bottom] .arrow::after {
        border-bottom-color: #ffd102;
        border-top-color: rgba(0, 0, 0, 0)
    }

    .hotspot-map .popover .popover-header {
        margin-top: 7px
    }

    .hotspot-map .popover .popover-header .close {
        font-size: 1rem;
        top: 5px;
        right: 8px
    }
}

@media(max-width:575.98px) {
    .hotspot-map__image .hotspot {
        padding: .4rem;
        height: 35px;
        width: 35px
    }

    .hotspot-map__image .hotspot img {
        max-width: 1.3875rem;
        max-height: 1.3875rem
    }

    .hotspot-map .hotspot-map__image .icon-hostpot {
        font-size: 1.2rem
    }
}

.widget_form a.btn.btn-default,
.widget_form button.btn.btn-default {
    background-color: #ffd000;
    border-color: #ffd000
}

.widget_form a.btn.btn-default:hover,
.widget_form button.btn.btn-default:hover {
    color: #000;
    background-color: #fff;
    border-color: #4c4c4c
}

.cc_css_reboot a,
.cc_css_reboot li,
.cc_css_reboot p,
.cc_css_reboot h1,
.cc_css_reboot h2,
.cc_css_reboot h3,
.cc_css_reboot h4,
.cc_css_reboot h5,
.cc_css_reboot h6,
.cc_css_reboot input,
.cc_css_reboot button,
.cc_css_reboot select {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 400
}

.dark.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_head h2 {
    font-size: 16px
}

.dark.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_head p:first-child {
    text-transform: uppercase
}

.dark.cc_dialog {
    padding: 15px !important;
    position: fixed !important;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 400
}

.cc_dialog.headline {
    bottom: 0 !important;
    top: auto !important;
    color: #000 !important;
    border-top: 2px solid #eaeaea
}

.cc_dialog.headline.modal-cookieconsent {
    border-radius: 0
}

.dark.cc_dialog .cc_dialog_headline,
.dark.cc_dialog .cc_dialog_text {
    color: #000 !important;
    font-size: 11px !important
}

.cc_dialog_headline {
    display: none !important
}

.cc_css_reboot>div>div:last-of-type {
    text-align: center !important
}

.cc_cp_content {
    text-align: left !important
}

.dark.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_save button,
.dark.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_reject button,
.dark.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_acceptAll button,
.dark.cc_dialog button.cc_b_cp,
.dark.cc_dialog button.cc_b_ok,
.dark.cc_dialog button.cc_b_cp {
    background-color: #ffd000 !important;
    border: 1px solid #ffd000 !important;
    color: #212529;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 12px !important;
    padding: 8px 12px 6px !important;
    margin: 0 15px
}

.dark.cc_dialog div button.cc_b_cp,
.dark.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_reject button {
    background-color: #fff !important;
    color: #000
}

.cc_dialog_text a {
    cursor: pointer !important;
    text-decoration: underline !important;
    color: #000 !important
}

.dark.cc_dialog .cc_dialog_headline,
.dark.cc_dialog .cc_dialog_text {
    font-size: .9rem !important
}

.dark.cc_dialog button.cc_b_ok,
.dark.cc_dialog div button.cc_b_cp,
.dark.cc_dialog div div.buttons .configHelp {
    margin: 0 50px
}

.dark.cc_dialog:not(.modal-cookieconsent):not(.header-design) button.cc_b_ok {
    border: 1px solid #000 !important;
    background-color: #000 !important;
    color: #fff !important
}

.dark.cc_dialog div button.cc_b_cp {
    border: 1px solid #000 !important;
    background-color: rgba(0, 0, 0, 0) !important;
    color: #000 !important
}

.dark.cc_dialog button.cc_b_ok,
.dark.cc_dialog button.cc_b_cp {
    font-size: 1rem !important;
    font-weight: normal !important
}

body div.cc_dialog.headline.hidden {
    display: none
}

body div.cc_dialog.headline {
    min-height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

body div.cc_dialog.headline.footer-small {
    min-height: 25%
}

.dark.cc_dialog.headline.footer-small,
.dark.cc_dialog.footer-small .cc_dialog_text {
    font-size: .8rem !important
}

body div.cc_dialog.headline.footer-small,
body div.cc_dialog.headline.footer-small>div,
body div.cc_dialog.headline.footer-small>div>div {
    padding: .5rem !important
}

body div.cc_dialog.headline {
    background-color: rgba(255, 208, 0, .95)
}

body div.cc_dialog.headline,
body div.cc_dialog.headline>div,
body div.cc_dialog.headline>div>div {
    padding: 1rem !important
}

body div.cc_dialog.headline>div {
    margin: 0 auto;
    min-width: 600px;
    max-width: 1176px
}

.cc_dialog_text button {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 400;
    padding: 0 !important
}

body div.cc_dialog div.buttons {
    float: left
}

body div.cc_dialog div.buttons.buttonConfig {
    text-align: right;
    width: 50%
}

body div.cc_dialog div.buttons.buttonAccept {
    width: 100%;
    text-align: center
}

body div.cc_dialog:not(.header-design) div.buttons.buttonConfig+div.buttons.buttonAccept {
    width: 50%;
    text-align: left
}

body.editMode div.cc_dialog.modal-cookieconsent {
    position: static !important;
    background-color: rgba(0, 0, 0, .5)
}

body:not(.editMode) div.cc_dialog.modal-cookieconsent {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5) !important
}

body div.cc_dialog.modal-cookieconsent>div {
    background-color: #fff;
    padding: 3rem 2rem !important
}

body div.cc_dialog.modal-cookieconsent>div>div:last-child {
    float: left;
    width: 100%
}

body div.cc_dialog.modal-cookieconsent div.buttons {
    width: 33%;
    text-align: center !important
}

body div.cc_dialog.modal-cookieconsent button[class^=cc_b_] {
    padding: 20px 20px !important;
    width: 80%;
    margin: 0
}

body div.cc_dialog.modal-cookieconsent div.buttons .configHelp {
    width: 80%;
    font-size: 12px;
    margin: auto
}

body div.cc_dialog.header-design {
    top: 0 !important;
    bottom: auto !important;
    position: relative !important;
    background-color: #fff;
    z-index: 999
}

body div.cc_dialog.header-design>div {
    padding: 0 !important
}

body div.cc_dialog.header-design>div>div {
    float: left;
    width: 74%;
    padding: 0 !important
}

body div.cc_dialog.header-design>div>div:last-child {
    width: 24%;
    margin-left: 2%
}

body div.cc_dialog.header-design>div>div>.buttons {
    width: 100%
}

body div.cc_dialog.header-design>div>div>.buttons.buttonConfig {
    margin-bottom: 15px
}

body div.cc_dialog.header-design>div>div>.buttons.buttonConfig>.configHelp {
    font-size: 12px;
    text-align: center;
    margin: 0
}

body div.cc_dialog.header-design>div>div>.buttons button {
    margin: 0 !important;
    width: 100%
}

@media(max-width:1068px) {
    body div.cc_dialog.headline>div {
        margin: 0 auto;
        width: 100%;
        min-width: 100%;
        max-width: 100%
    }

    body div.cc_dialog.headline.footer-small {
        min-height: 25%
    }

    body div.cc_dialog.headline.footer-small p {
        margin-top: 0;
        margin-bottom: .5rem
    }

    .dark.cc_dialog .cc_dialog_headline.headline.footer-small,
    .dark.cc_dialog .footer-small .cc_dialog_text {
        font-size: 11px !important;
        line-height: 14px !important
    }

    body div.cc_dialog.headline.footer-small,
    body div.cc_dialog.headline.footer-small>div,
    body div.cc_dialog.headline.footer-small>div>div {
        padding: .5rem !important
    }

    body div.cc_dialog.modal-cookieconsent .buttons.buttonConfig {
        text-align: left
    }

    body div.cc_dialog.modal-cookieconsent .buttons.buttonAccept {
        text-align: right
    }

    body div.cc_dialog.modal-cookieconsent .buttons button {
        width: 95%
    }

    body div.cc_dialog.modal-cookieconsent div.buttons .configHelp {
        width: 95%;
        margin-right: 5%;
        text-align: center
    }

    body div.cc_dialog.header-design>div>div {
        width: 69%
    }

    body div.cc_dialog.header-design>div>div:last-child {
        width: 29%
    }
}

@media(max-width:767.98px) {

    body div.cc_dialog.modal-cookieconsent div.buttons.buttonConfig,
    body div.cc_dialog.modal-cookieconsent div.buttons.buttonReject,
    body div.cc_dialog.modal-cookieconsent div.buttons.buttonAccept {
        margin-bottom: 15px
    }

    body div.cc_dialog.modal-cookieconsent .buttons button {
        padding: 15px 15px !important
    }

    body div.cc_dialog.modal-cookieconsent div.buttons .configHelp {
        width: 100%;
        margin-right: 0;
        text-align: center;
        font-size: 11px
    }
}

@media(max-width:600px) {

    .dark.cc_dialog button.cc_b_cp,
    .dark.cc_dialog button.cc_b_ok {
        margin: 5px
    }

    .cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer {
        flex-direction: column-reverse
    }

    .cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_save,
    .cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_reject,
    .cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_acceptAll {
        width: 100%;
        margin: 5px auto
    }

    .cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_save button,
    .cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_reject button,
    .cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_acceptAll button {
        width: 80%
    }

    .dark.cc_dialog .cc_dialog_headline,
    .dark.cc_dialog .cc_dialog_text {
        font-size: 11px !important
    }

    body div.cc_dialog.headline,
    body div.cc_dialog.headline>div,
    body div.cc_dialog.headline>div>div {
        padding: .5rem !important
    }

    body div.cc_dialog.headline>div {
        margin: 0 auto;
        width: 100%;
        min-width: 100%;
        max-width: 100%
    }

    .dark.cc_dialog button.cc_b_ok,
    .dark.cc_dialog button.cc_b_cp {
        font-weight: 600;
        font-size: 12px !important
    }

    .dark.cc_dialog button.cc_b_ok,
    .dark.cc_dialog div button.cc_b_cp {
        margin: 5px 15px
    }

    .dark.cc_dialog button.cc_b_ok,
    .dark.cc_dialog div button.cc_b_cp,
    .dark.cc_dialog div div.buttons .configHelp {
        margin-left: 0;
        margin-right: 0
    }

    body div.cc_dialog:not(.modal-cookieconsent)>div>div>.buttons.buttonConfig>.configHelp {
        font-size: 10px;
        margin-bottom: 10px
    }

    body div.cc_dialog.headline.footer-small {
        min-height: 40%
    }

    body div.cc_dialog.headline.footer-small p {
        margin-top: 0;
        margin-bottom: .5rem
    }

    .dark.cc_dialog .cc_dialog_headline.headline.footer-small,
    .dark.cc_dialog.footer-small .cc_dialog_text {
        font-size: 11px !important;
        line-height: 15px !important
    }

    .dark.cc_dialog div.cc_dialog.headline.footer-small {
        font-size: .8rem !important
    }

    body div.cc_dialog.headline.footer-small,
    body div.cc_dialog.headline.footer-small>div,
    body div.cc_dialog.headline.footer-small>div>div {
        padding: 0 .5rem !important
    }

    body div.cc_dialog div.buttons {
        width: 100% !important;
        text-align: center !important
    }

    body div.cc_dialog .cc_dialog_text p span {
        font-size: 11px !important
    }

    body div.cc_dialog .cc_dialog_text p span[style*="font-size:16px"],
    body div.cc_dialog .cc_dialog_text p span[style*="font-size:18px"],
    body div.cc_dialog .cc_dialog_text p span[style*="font-size:20px"],
    body div.cc_dialog .cc_dialog_text p span[style*="font-size:22px"],
    body div.cc_dialog .cc_dialog_text p span[style*="font-size:24px"] {
        font-size: 14px !important
    }

    body div.cc_dialog.header-design>div>div {
        width: 100%;
        padding: 0 !important
    }

    body div.cc_dialog.header-design>div>div:last-child {
        width: 100%;
        margin-left: 0
    }
}

@media(max-width:320px) {
    body div.cc_dialog.headline.footer-small {
        min-height: 55%
    }
}

.detalle-video .modal-video.video a.play_btn.no-cookie-functionality {
    cursor: default
}

.detalle-video .modal-video.video a.play_btn.no-cookie-functionality figure figcaption {
    display: none
}

.detalle-video .modal-video.video a.play_btn.no-cookie-functionality figure img {
    transform: none
}

.owl-carousel.carrusel_lrms .owl-dots {
    margin-top: 1rem
}

.owl-carousel.carrusel_lrms .owl-dots button.owl-dot {
    width: 25px;
    height: 25px;
    margin-right: 10px
}

.owl-carousel.carrusel_lrms .owl-dots button.owl-dot.active {
    background-color: #ffd000
}

.owl-carousel.carrusel_lrms .owl-nav button.owl-prev {
    left: -80px;
    background: none;
    padding: 5px
}

.owl-carousel.carrusel_lrms .owl-nav button.owl-prev::before {
    font-family: FontAwesome;
    font-weight: 900;
    content: "";
    font-size: 25px;
    color: #fff;
    background-color: #ffd000;
    border-radius: 50%;
    padding: 20px
}

.owl-carousel.carrusel_lrms .owl-nav button.owl-prev:hover::before {
    background-color: #4c4c4c
}

.owl-carousel.carrusel_lrms .owl-nav button.owl-next {
    background: none;
    right: -40px;
    padding: 5px
}

.owl-carousel.carrusel_lrms .owl-nav button.owl-next::before {
    font-family: FontAwesome;
    font-weight: 900;
    content: "";
    font-size: 25px;
    color: #fff;
    background-color: #ffd000;
    border-radius: 50%;
    padding: 20px
}

.owl-carousel.carrusel_lrms .owl-nav button.owl-next:hover::before {
    background-color: #4c4c4c
}

.owl-carousel.carrusel_lrms article.carousel-item {
    padding: 0 .5rem
}

.owl-carousel.carrusel_lrms article.carousel-item section.textImageComponent img {
    border-radius: 25px
}

.owl-carousel.carrusel_lrms article.carousel-item section.textImageComponent .textImageZoom {
    border-radius: 25px
}

.owl-carousel.carrusel_lrms article.carousel-item section.textImageComponent h3 {
    font-size: 1.5rem;
    margin-top: 1rem
}

.owl-carousel.carrusel_lrms article.carousel-item section.textImageComponent h2 {
    margin-top: 1rem
}

@media only screen and (max-width:1220px) {
    .owl-carousel.carrusel_lrms .owl-nav button.owl-next {
        right: -20px;
        padding: 0
    }

    .owl-carousel.carrusel_lrms .owl-nav button.owl-prev {
        left: -60px;
        padding: 0
    }
}

@media only screen and (max-width:768px) {
    .owl-carousel.carrusel_lrms .owl-stage-outer:before {
        display: none
    }

    .owl-carousel.carrusel_lrms div.owl-item:not(.active) {
        opacity: .6
    }
}

@media only screen and (max-width:425px) {
    .owl-carousel.carrusel_lrms article.carousel-item {
        padding: 0
    }

    .owl-carousel.carrusel_lrms div.owl-item:not(.active) {
        opacity: .6
    }
}

.textImageComponent .textImageZoom {
    overflow: hidden
}

.textImageComponent a.textImageZoomLink img {
    transition: all .4s
}

.textImageComponent a.textImageZoomLink:hover img {
    transform: scale(1.2)
}

.blog.mt-component {
    margin-top: 0
}

.blog.mt-component .rowTitle {
    margin-bottom: 2rem
}

.blog-article-list {
    display: grid;
    grid-template-columns: 50% 50%;
    row-gap: 1rem;
    -moz-column-gap: .1rem;
    column-gap: .1rem
}

@media only screen and (max-width:767px) {
    .blog-article-list {
        grid-template-columns: 100%
    }
}

.blog-article-list article .article-image {
    overflow: hidden
}

.blog-article-list article .article-image a {
    overflow: hidden;
    display: block
}

.blog-article-list article .article-image img {
    overflow: hidden;
    transition: transform .5s ease;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 300px;
    width: 100%;
    height: 300px
}

.blog-article-list article .article-image a:hover img {
    transform: scale(1.05)
}

.blog-article-list article a:hover {
    text-decoration: none;
    color: #b1b1b1;
    transition: color .5s ease
}

.blog-article-list article h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 2rem;
    line-height: 2.22rem;
    letter-spacing: -.05625rem
}

.blog-article-list article p {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.6875rem;
    letter-spacing: .03125rem
}

.blog-article-list .article-data {
    padding: 1rem;
    align-items: flex-start
}

.blog-article-list.blog-horizontal .article-data {
    padding: 1rem;
    align-items: flex-end
}

.pagination {
    grid-column: 1/-1
}

#sideBar {
    max-width: 95%
}

#sideBar.blogSideBar {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
    padding: 0
}

.blog-horizontal {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 3rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem
}

.blog-noside {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem
}

.blog-full-article p {
    color: #fff
}

.blog-full-article p.article-date {
    color: #fff
}

.blog-full-article a {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.blog-full-article a {
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    height: 100%;
    color: #fff
}

.blog-full-article a h2,
.blog-full-article a p {
    text-shadow: 1px 1px 2px #000
}

.blog-horizontal article p {
    font-size: 1rem;
    line-height: 1.5rem
}

@media only screen and (-width:768px) {

    .blog-horizontal .article-data.p-3,
    .blog-horizontal .article-data.p-lg-5 {
        padding: 0 2rem !important
    }
}

.blog-horizontal article {
    display: grid;
    grid-template-columns: 40% 60%
}

.blog-horizontal .article-image img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%
}

@media only screen and (max-width:768px) {
    .blog-horizontal article {
        display: grid;
        grid-template-columns: 1fr
    }

    .blog-horizontal .article-image img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
        width: 100%
    }
}

@media only screen and (min-width:768px) {

    .blog-horizontal .article-data.p-3,
    .blog-horizontal .article-data.p-lg-5 {
        padding: 1rem 2rem 0 2rem !important
    }
}

.blog-post h1.article-title {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.2rem
}

.blog-post h1 {
    font-size: 1.9rem;
    line-height: 2.1rem
}

.blog-post h2 {
    font-size: 1.5rem;
    line-height: 1.7rem
}

.blog-post h2 strong {
    font-weight: 700
}

.blog-post h3 {
    font-size: 1.15rem;
    line-height: 1.5rem
}

.blog-post h3 strong {
    font-weight: 700
}

.blog-post h4 {
    font-size: 1.3rem;
    line-height: 1.5rem
}

.blog-post h4 strong {
    font-weight: 700
}

.blog-post h5 {
    font-size: 1.2rem;
    line-height: 1.4rem
}

.blog-post h5 strong {
    font-weight: 700
}

.blog-post h6 {
    font-size: 1.1rem;
    line-height: 1.3rem
}

.blog-post h6 strong {
    font-weight: 700
}

.blog-vertical-threecols {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 1rem;
    -moz-column-gap: .1rem;
    column-gap: .1rem;
    width: 100%
}

.blog-vertical-threecols .article-data {
    padding: 1.5rem !important
}

@media only screen and (max-width:768px) {
    .blog-vertical-threecols {
        grid-template-columns: 1fr
    }
}

.share-buttons p {
    margin-bottom: 0
}

div.share-buttons.whiteIcons {
    color: #fff
}

.share-buttons i {
    margin: 0 5px 5px 0;
    cursor: pointer
}

div.share-buttons.whiteIcons i,
div.share-buttons.whiteIcons a {
    color: #fff
}

.share-buttons i,
.share-buttons a {
    font-size: 1.3rem
}

.share-buttons i:hover,
.share-buttons a:hover {
    text-decoration: none
}

.share-floating {
    position: fixed;
    padding: 8px;
    z-index: 999;
    border-radius: 3px;
    background-color: #fff;
    width: 35px;
    overflow: hidden;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
    height: 35px;
    transition: height 2s
}

.share-floating.leftTop {
    top: 20%;
    left: -3px
}

.share-floating.rightTop {
    top: 20%;
    right: -3px
}

.share-floating.leftCenter {
    top: 50%;
    left: -3px
}

.share-floating.rightCenter {
    top: 50%;
    right: -3px
}

.share-floating.leftBottom {
    top: 80%;
    left: -3px
}

.share-floating.rightBottom {
    top: 80%;
    right: -3px
}

div.share-floating.expanded {
    height: auto;
    overflow: visible;
    transition: height 2s
}

div.share-floating.whiteIcons {
    background-color: #000
}

.prosegur-mapa-sucursales.row {
    margin: 0
}

.prosegur-mapa-sucursales .filterInput.form-control {
    padding: 0 15px;
    list-style: none;
    border: 1px solid #f6f6f6;
    font-size: 17px;
    background-color: rgba(0, 0, 0, 0)
}

.prosegur-mapa-sucursales .filterInput.form-control::-moz-placeholder {
    font-size: 1.125rem;
    opacity: 1 !important;
    color: #b2b2b2 !important;
    -moz-transition: none;
    transition: none
}

.prosegur-mapa-sucursales .filterInput.form-control::placeholder {
    font-size: 1.125rem;
    opacity: 1 !important;
    color: #b2b2b2 !important;
    transition: none
}

.prosegur-mapa-sucursales .progress.progress-small {
    height: 4px
}

.prosegur-mapa-sucursales .progress {
    margin: 15px 0;
    overflow: visible
}

.prosegur-mapa-sucursales .progress-bar-prosegur {
    background-color: #fc0;
    position: relative
}

.prosegur-mapa-sucursales .sidebar-maps {
    padding: 15px;
    list-style: none;
    border: 1px solid #f6f6f6;
    font-size: 17px;
    height: 612px;
    overflow-x: hidden;
    overflow-y: auto
}

.prosegur-mapa-sucursales ul>li {
    padding-left: 6px;
    line-height: 20px
}

.prosegur-mapa-sucursales .sidebar-maps li {
    padding-bottom: 10px;
    padding-top: 10px
}

.prosegur-mapa-sucursales .sidebar-maps li:hover {
    background-color: #fc0;
    cursor: pointer
}

.prosegur-mapa-sucursales .select-maps {
    display: none
}

.prosegur-mapa-sucursales select {
    width: 220px;
    background-color: #fff;
    background-image: none !important;
    border: 1px solid #e5e5e5;
    outline: 0;
    min-height: 35px
}

.prosegur-mapa-sucursales .map-container {
    width: 100%;
    position: relative
}

.prosegur-mapa-sucursales .overlayer {
    display: block
}

.prosegur-mapa-sucursales .overlayer {
    position: absolute;
    z-index: 80
}

.prosegur-mapa-sucursales .bottom-left,
.prosegur-mapa-sucursales .bottom-right,
.prosegur-mapa-sucursales .top-left,
.prosegur-mapa-sucursales .top-right {
    position: absolute
}

.prosegur-mapa-sucursales .top-right {
    top: 1px;
    right: 0
}

.prosegur-mapa-sucursales .overlayer-wrapper {
    position: relative;
    display: block;
    z-index: 9999
}

.prosegur-mapa-sucursales .btn {
    display: inline-block;
    padding: 7px 12px 9px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #5e5e5e;
    vertical-align: middle;
    cursor: pointer;
    background-color: #d1dade;
    background-image: none !important;
    border: none;
    text-shadow: none;
    box-shadow: none;
    transition: all .12s linear 0s !important
}

.prosegur-mapa-sucursales .btn-group,
.prosegur-mapa-sucursales .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.prosegur-mapa-sucursales .map-container .btn-group {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 75px
}

.prosegur-mapa-sucursales .btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}

.prosegur-mapa-sucursales .btn-group>.btn:first-child {
    margin-left: 0
}

.prosegur-mapa-sucursales .map-container .btn-group .btn-primary {
    color: #000;
    background-color: #ffd101
}

.prosegur-mapa-sucursales .btn-group .btn+.btn {
    margin-left: -1px
}

.prosegur-mapa-sucursales .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.prosegur-mapa-sucursales .btn-group>.btn:last-child:not(:first-child),
.prosegur-mapa-sucursales .btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.prosegur-mapa-sucursales .map-zoom-in,
.prosegur-mapa-sucursales .map-zoom-out {
    border: 1px solid #f1c701
}

.prosegur-mapa-sucursales .demo-map {
    width: 100%
}

.prosegur-mapa-sucursales .overlay-fixed {
    top: auto !important
}

.prosegur-mapa-sucursales .infowindow-wrapper .data-contacto {
    border-bottom: 1px solid #f6f6f6;
    margin-bottom: 15px
}

.prosegur-mapa-sucursales .infowindow-wrapper .data-contacto h4 {
    text-transform: uppercase;
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin: 10px 0
}

.prosegur-mapa-sucursales .infowindow-wrapper .data-contacto span {
    display: inline-block;
    background-color: #fc0;
    vertical-align: bottom;
    width: 10px;
    height: 25px;
    margin-right: 10px;
    border-radius: 3px;
    margin-bottom: 0
}

.prosegur-mapa-sucursales .infowindow-wrapper .data-contacto p,
.prosegur-mapa-sucursales .infowindow-wrapper .data-servicios p {
    font-size: 14px
}

.prosegur-mapa-sucursales .comoLlegarLink {
    text-decoration: underline
}

.prosegur-mapa-sucursales.select-maps {
    display: block;
    width: 100%;
    margin-bottom: 15px
}

.prosegur-mapa-sucursales.sidebar-maps {
    display: none
}

.prosegur-mapa-sucursales.sidebar-maps.filtered {
    display: block;
    padding: 5px;
    height: 100px
}

.prosegur-mapa-sucursales.sidebar-maps.filteredli {
    padding-bottom: 5px;
    padding-top: 5px
}

h1 {
    line-height: 1.2
}

h2 {
    line-height: 1.2
}

h3 {
    line-height: 1.2
}

h4 {
    line-height: 1.2
}

h5 {
    line-height: 1.2
}

h6 {
    line-height: 1.2
}

.column-detail {
    padding: 1.5rem
}

.shadow {
    box-shadow: 0 .2rem .5rem rgba(0, 0, 0, .15) !important
}

header .header-center {
    height: 56px !important
}

#header .container>.d-flex {
    justify-content: space-between
}

#header nav.mr-auto {
    margin-right: unset !important
}

#header nav ul li:has(.menu-link-separator) {
    display: none !important
}

#header nav ul .principal.nav-item a.nav-item-link {
    padding: .5rem 1rem
}

footer.footer .footer-copyright span {
    font-size: 14px
}

.tooltip-mpa {
    position: relative;
    display: inline-block;
    padding-left: .5rem
}

.tooltip-mpa .tooltiptext {
    visibility: hidden;
    width: 320px;
    background-color: #fff;
    color: #3a3c3f;
    text-align: left;
    border-radius: .5rem;
    padding: .7rem 1rem;
    font-size: 12px;
    border: 1px solid #86868c;
    position: absolute;
    z-index: 1;
    top: calc(100% + 10px);
    left: 50%;
    margin-left: -160px
}

.tooltip-mpa .tooltiptext::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 50%;
    border-style: solid;
    margin-left: -10px;
    border-width: 10px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0)
}

.tooltip-mpa .tooltiptext::before {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 50%;
    border-style: solid;
    margin-left: -11px;
    border-width: 11px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #86868c rgba(0, 0, 0, 0)
}

.tooltip-mpa:hover {
    cursor: help
}

.tooltip-mpa:hover .tooltiptext {
    visibility: visible
}

@media only screen and (max-width:490px) {
    .owl-carousel.carrusel_lrms .owl-stage-outer .owl-item .carousel-item {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .owl-carousel.carrusel_lrms .column:not(.hero-content) {
        margin-top: 0 !important;
        padding-left: 3px !important;
        padding-right: 3px !important
    }

    .column-detail {
        padding: 1rem
    }

    .tooltip-mpa .tooltiptext {
        margin-left: -233px
    }

    .tooltip-mpa .tooltiptext::after {
        margin-left: 63px
    }

    .tooltip-mpa .tooltiptext::before {
        margin-left: 62px
    }
}

.modal-button-cmp.modal .modal-dialog.modal-viewHeight.left {
    margin: 0 auto 0 0
}

.modal-button-cmp.modal .modal-dialog.modal-viewHeight.right {
    margin: 0 0 0 auto
}

.modal-button-cmp.modal .modal-dialog.modal-viewHeight.right .modal-content,
.modal-button-cmp.modal .modal-dialog.modal-viewHeight.right .modal-content {
    height: 100vh;
    max-height: -moz-max-content;
    max-height: max-content
}