@charset "UTF-8";

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

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
}

.media {
    display: flex;
    align-items: flex-start
}

.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: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.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
}

.rounded {
    border-radius: .25rem !important
}

.d-none {
    display: none !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

@media (min-width:768px) {
    .d-sm-block {
        display: block !important
    }
}

@media (min-width:992px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-flex {
        display: 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
}

.flex-column {
    flex-direction: column !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-center {
    align-items: center !important
}

.align-self-end {
    align-self: flex-end !important
}

.position-static {
    position: static !important
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports (position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.text-center {
    text-align: center !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-white {
    color: #fff !important
}

.text-primary,
a.text-primary:focus,
a.text-primary:hover {
    color: #dc0014 !important
}

.text-decoration-none {
    text-decoration: none !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-active,
.table-active>td,
.table-active>th {
    background-color: rgba(0, 0, 0, .075)
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.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)
}

.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)
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.btn-group {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group>.btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1
}

.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
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-select,
.input-group>.form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control {
    margin-left: -1px
}

.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.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-append {
    display: flex
}

.input-group-append .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus {
    z-index: 3
}

.input-group-append .btn+.btn {
    margin-left: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.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-select {
        transition: none
    }
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@media print {

    *,
    :after,
    :before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #999;
        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
    }

    .navbar {
        display: none
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

html {
    box-sizing: border-box;
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

*,
:after,
:before {
    box-sizing: inherit
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: none !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin: 0
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,
ol,
ul {
    margin: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:not([href]):not([tabindex]),
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: monospace, 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:not(:root) {
    overflow: hidden
}

[role=button],
a,
area,
button,
input,
label,
select,
summary,
textarea {
    touch-action: manipulation
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #868e96;
    caption-side: bottom
}

caption,
th {
    text-align: left
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.compat-object-fit {
    background-size: cover !important;
    background-position: 50% !important
}

.compat-object-fit img {
    opacity: 0 !important
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 552px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 732px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 944px
    }
}

@media (min-width:1194px) {
    .container {
        max-width: 1162px
    }
}

@media (min-width:1494px) {
    .container {
        max-width: 1434px
    }
}

.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-3,
.col-9,
.col-12,
.col-lg-3,
.col-lg-4,
.col-lg-8,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-8,
.col-md-9,
.col-sm-6,
.col-xl-2,
.col-xs-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.offset-1 {
    margin-left: 8.333333%
}

@media (min-width:576px) {
    .col-xs-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:768px) {
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .offset-sm-3 {
        margin-left: 25%
    }
}

@media (min-width:992px) {
    .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-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%;
    }

    .order-md-2 {
        order: 2
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }
}

@media (min-width:1194px) {
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }
}

@media (min-width:1494px) {
    .col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
}

body,
html {
    color: #000
}

.generalContent,
body,
header,
html {
    background: #fff
}

@media (min-width:992px) {
    header {
        background: #fff
    }
}

@font-face {
    font-family: titilliumweb-regular;
    src: url(type/titilliumweb-regular-webfont.eot), url(type/titilliumweb-regular-webfont.eot?#iefix) format("embedded-opentype"), url(type/titilliumweb-regular-webfont.woff) format("woff"), url(type/titilliumweb-regular-webfont.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: titilliumweb-light;
    src: url(type/titilliumweb-light-webfont.eot), url(type/titilliumweb-light-webfont.eot?#iefix) format("embedded-opentype"), url(type/titilliumweb-light-webfont.woff) format("woff"), url(type/titilliumweb-light-webfont.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: titilliumweb-bold;
    src: url(type/titilliumweb-bold-webfont.eot), url(type/titilliumweb-bold-webfont.eot?#iefix) format("embedded-opentype"), url(type/titilliumweb-bold-webfont.woff) format("woff"), url(type/titilliumweb-bold-webfont.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: titilliumweb-semibold;
    src: url(type/titilliumweb-semibold-webfont.eot), url(type/titilliumweb-semibold-webfont.eot?#iefix) format("embedded-opentype"), url(type/titilliumweb-semibold-webfont.woff) format("woff"), url(type/titilliumweb-semibold-webfont.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: nexa-bold;
    src: url(type/nexa-bold-webfont.eot), url(type/nexa-bold-webfont.eot?#iefix) format("embedded-opentype"), url(type/nexa-bold-webfont.woff) format("woff"), url(type/nexa-bold-webfont.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: nexa-book;
    src: url(type/nexa-book-webfont.eot), url(type/nexa-book-webfont.eot?#iefix) format("embedded-opentype"), url(type/nexa-book-webfont.woff) format("woff"), url(type/nexa-book-webfont.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: nexa-heavy;
    src: url(type/nexa-heavy-webfont.eot), url(type/nexa-heavy-webfont.eot?#iefix) format("embedded-opentype"), url(type/nexa-heavy-webfont.woff) format("woff"), url(type/nexa-heavy-webfont.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: nexa-light;
    src: url(type/nexa-light-webfont.eot), url(type/nexa-light-webfont.eot?#iefix) format("embedded-opentype"), url(type/nexa-light-webfont.woff) format("woff"), url(type/nexa-light-webfont.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

body,
html {
    font-family: nexa-light;
    font-size: 16px;
    line-height: 1.618
}

@media (min-width:768px) {

    body,
    html {
        font-size: 18px;
        line-height: 1.618
    }
}

p {
    font-family: nexa-light;
    margin: 0 0 1rem
}

.small,
small {
    display: inline-block;
    font-size: 70%
}

b,
strong {
    font-weight: inherit;
    font-family: nexa-bold
}

a {
    color: #dc0014;
    font-family: inherit
}

a,
a:hover {
    text-decoration: underline
}

a:hover {
    color: #76000b
}

em {
    font-family: nexa-light
}

.blockquote,
blockquote {
    color: #000;
    font-family: nexa-light;
    font-size: 1.25rem;
    line-height: 1.618;
    margin: 0 0 1rem
}

hr {
    margin: 3rem 0;
    background: #c3c3c3;
    height: 1px;
    border: 0
}

.block1,
aside,
main,
section {
    clear: both;
    padding: 1.5rem 0
}

.block1 {
    background: rgba(0, 0, 0, .05)
}

.block1,
.block1 h1,
.block1 h2,
.block1 h3,
.block1 h4,
.block1 p {
    color: #000
}

.block1 a:not(.btn) {
    color: #dc0014
}

.block1 a:not(.btn):hover {
    color: #76000b
}

.block1 blockquote,
.block1 em,
.block1 ul li {
    color: #000
}

.block1 ul li:before {
    background-image: url(icons/icon_list_b.svg)
}

@media (min-width:992px) {

    .block1,
    aside,
    main,
    section {
        padding: 5rem 0
    }
}

.mt-auto {
    margin-top: auto
}

.ml-auto {
    margin-left: auto
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto
}

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

/* .mt-0 {
    margin-top: 0 !important
} */

.pt-0 {
    padding-top: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.m-0 {
    margin: 0 !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.mb-5 {
    margin-bottom: 5px !important
}

.pl-5 {
    padding-left: 5px !important
}

.px-5 {
    padding-left: 5px !important;
    padding-right: 5px !important
}

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

.px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.mt-15 {
    margin-top: 15px !important
}

.mb-15 {
    margin-bottom: 15px !important
}

.pb-15 {
    padding-bottom: 15px !important
}

.ml-15 {
    margin-left: 15px !important
}

.my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important
}

.px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important
}

.p-15 {
    padding: 15px !important
}

.mt-20 {
    margin-top: 20px !important
}

.pl-20 {
    padding-left: 20px !important
}

.p-20 {
    padding: 20px !important
}

.mt-30 {
    margin-top: 30px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.ml-30 {
    margin-left: 30px !important
}

.my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important
}

.p-30 {
    padding: 30px !important
}

.mt-40 {
    margin-top: 40px !important
}

.pt-40 {
    padding-top: 40px !important
}

.mb-40 {
    margin-bottom: 40px !important
}

.py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important
}

.p-40 {
    padding: 40px !important
}

.mt-50 {
    margin-top: 50px !important
}

.pt-50 {
    padding-top: 50px !important
}

.pt-60 {
    padding-top: 60px !important
}

.pb-70 {
    padding-bottom: 70px !important
}

.py-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important
}

.mt-100 {
    margin-top: 100px !important
}

.pt-150 {
    padding-top: 150px !important
}

.mb-150 {
    margin-bottom: 150px !important
}

.mt-200 {
    margin-top: 200px !important
}

.mt--30 {
    margin-top: -30px !important
}

@media (min-width:992px) {
    .mt-md-0 {
        margin-top: 0 !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .mt-md-15 {
        margin-top: 15px !important
    }

    .mt-md-50 {
        margin-top: 50px !important
    }

    .mb-md-50 {
        margin-bottom: 50px !important
    }

    .pl-md-60 {
        padding-left: 60px !important
    }

    .px-md-60 {
        padding-left: 60px !important;
        padding-right: 60px !important
    }
}

@media (min-width:1194px) {
    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }
}

.w-10 {
    width: 10%
}

.w-20 {
    width: 20%
}

.w-66 {
    width: 66.6666%
}

.w-75 {
    width: 75%
}

.w-100 {
    width: 100%
}

.h-100 {
    height: 100%
}

@media (min-width:576px) {
    .w-xs-10 {
        width: 10%
    }

    .w-xs-75 {
        width: 75%
    }
}

@media (min-width:768px) {
    .w-sm-75 {
        width: 75%
    }
}

@media (min-width:992px) {
    .w-md-50 {
        width: 50%
    }

    .w-md-66 {
        width: 66.6666%
    }

    .w-md-75 {
        width: 75%
    }
}

@media (min-width:1194px) {
    .w-lg-20 {
        width: 20%
    }
}

@media (min-width:1494px) {
    .w-xl-50 {
        width: 50%
    }
}

.pr {
    position: relative
}

.pa-tl {
    left: 0
}

.pa-tl {
    position: absolute;
    top: 0
}

.pa-tc {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

@media (min-width:992px) {
    .pa-md-tl {
        left: 0
    }

    .pa-md-tl {
        position: absolute;
        top: 0
    }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: nexa-heavy;
    font-weight: 400;
    line-height: 1.1em;
    color: #000
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-family: nexa-heavy;
    line-height: 1.1em;
    color: inherit;
    text-decoration: underline
}

.h1,
h1 {
    font-size: 1.3rem
}

.h1,
.h2,
h1,
h2 {
    color: #000;
    font-family: nexa-heavy;
    text-align: inherit;
    text-transform: inherit;
    margin: 1.5em 0 1em
}

.h2,
h2 {
    font-size: 1.2rem
}

.h3,
h3 {
    font-size: 1.1rem
}

.h3,
.h4,
h3,
h4 {
    color: #000;
    font-family: nexa-heavy;
    text-align: inherit;
    text-transform: inherit;
    margin: 1.5em 0 1em
}

.h4,
h4 {
    font-size: 1rem
}

@media (min-width:992px) {

    .h1,
    h1 {
        font-size: 1.8rem
    }

    .h1,
    .h2,
    h1,
    h2 {
        text-align: inherit;
        margin: 1.5em 0 1em
    }

    .h2,
    h2 {
        font-size: 1.6rem
    }

    .h3,
    h3 {
        font-size: 1.3rem
    }

    .h3,
    .h4,
    h3,
    h4 {
        text-align: inherit;
        margin: 1.5em 0 1em
    }

    .h4,
    h4 {
        font-size: 1.1rem
    }
}

ul {
    display: inline-block;
    list-style-type: none;
    margin: 1em 0;
    padding: 0;
    width: 100%
}

ul li {
    margin: 0 0 .5em;
    padding: 0 0 0 20px;
    position: relative
}

ul li:before {
    background-image: url(icons/icon_list.svg);
    background-position: 0 0;
    background-size: 100%;
    content: "";
    display: block;
    height: 18px;
    left: -8px;
    position: absolute;
    top: 2px;
    width: 18px
}

ol {
    counter-reset: my-counter;
    display: inline-block;
    list-style-type: none;
    margin: 1em 0;
    padding: 0;
    width: 100%
}

ol>li {
    margin: 0 0 .5em;
    padding: 0 0 0 20px;
    position: relative
}

ol>li:before {
    top: 0;
    color: #dc0014;
    content: counter(my-counter) ".";
    counter-increment: my-counter;
    font-family: nexa-light;
    font-size: 1em;
    left: 0;
    position: absolute;
    line-height: 1.618
}

ul.list-unstyled {
    list-style-type: none
}

ul.list-unstyled li {
    padding-left: 0
}

ul.list-unstyled li:before {
    display: none
}

.form-row {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px
}

.form-row>.col,
.form-row [class*=col-] {
    padding-left: 8px;
    padding-right: 8px
}

.form-group {
    margin: 0 0 1rem
}

label {
    color: #000;
    font-size: 1rem;
    font-family: nexa-light;
    margin: 0 0 .5rem
}

.form-control {
    background: transparent;
    background-clip: padding-box;
    background-image: none;
    border: 0;
    border-radius: 0;
    color: #000;
    display: block;
    font-size: .9rem;
    font-family: nexa-book;
    padding: .4rem 0;
    line-height: 1.25;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    background: transparent;
    border: 0;
    color: #000;
    outline: none
}

.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-control::placeholder {
    color: rgba(0, 0, 0, .65);
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background: #e9ecef;
    opacity: 1
}

.custom-checkbox {
    padding-left: 1.45rem
}

.custom-select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 0;
    border-radius: 0;
    display: block;
    font-size: .9rem;
    line-height: 1.25;
    padding: .4rem 0;
    vertical-align: middle;
    width: 100%
}

.custom-select,
.custom-select:focus {
    background: transparent url(icons/icon_arrow_select_sm_b.svg) no-repeat right .75rem center;
    background-size: 20px 20px;
    color: #000
}

.custom-select:focus {
    border: 0;
    outline: none
}

.custom-select:focus::-ms-value {
    background: transparent url(icons/icon_arrow_select_sm_b.svg) no-repeat right .75rem center;
    background-size: 20px 20px;
    color: #000
}

.custom-select:disabled {
    background: #e9ecef;
    opacity: 1
}

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

select.form-control:not([size]):not([multiple]) {
    height: inherit
}

input.filled~label,
input:focus~label,
select.filled~label,
select:focus~label,
textarea.filled~label,
textarea:focus~label {
    display: none
}

.table,
table {
    background: transparent;
    font-family: nexa-light;
    margin: 0;
    max-width: 100%;
    width: 100%
}

.table td,
.table th,
table td,
table th {
    background: transparent;
    border: solid #e9ecef;
    border-width: 0 0 1px;
    color: #000;
    padding: .75rem;
    vertical-align: top
}

.table thead th,
table thead th {
    background: #343a40;
    border: 1px solid #343a40;
    color: #fff;
    font-family: nexa-light;
    padding: .75rem 0;
    vertical-align: bottom
}

.table tbody+tbody,
table tbody+tbody {
    border-top: 1px
}

.table .table,
table .table {
    background-color: transparent
}

.btn {
    display: inline-block;
    margin: 0;
    padding: .5rem 1.2rem;
    border: 1px solid transparent;
    border-radius: 0;
    font-family: nexa-light;
    font-size: 1rem;
    text-align: center;
    text-transform: inherit;
    transition: all .15s ease-in-out;
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -webkit-appearance: none;
    vertical-align: middle
}

.btn,
.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn.focus,
.btn:focus {
    box-shadow: none;
    outline: 0
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn.active,
.btn:active {
    background-image: none
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

.btn-primary {
    color: #fff;
    background: #dc0014;
    border: inherit
}

.btn-primary:hover {
    color: #fff;
    background: #a9000f;
    border: inherit
}

.btn-primary.active,
.btn-primary:active {
    background: #dc0014;
    border: inherit;
    color: #fff
}

.btn-secondary {
    color: #000;
    background: #fff;
    border: inherit
}

.btn-secondary:hover {
    color: #fff;
    background: #dc0014;
    border: inherit
}

.btn-secondary.active,
.btn-secondary:active {
    background: #fff;
    border: inherit;
    color: #000
}

.btn-link {
    padding: 0;
    color: #dc0014;
    text-decoration: underline;
    border: transparent;
    border-radius: 0;
    box-shadow: none
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link:disabled {
    background-color: transparent
}

.btn-link:active,
.btn-link:focus {
    border: transparent;
    box-shadow: none
}

.btn-link:hover {
    border: transparent;
    color: #76000b;
    text-decoration: underline
}

.btn-link:focus {
    background-color: transparent;
    color: #dc0014;
    text-decoration: underline
}

.btn-link:disabled {
    color: rgba(220, 0, 20, .65)
}

.btn-link:disabled,
.btn-link:disabled:focus,
.btn-link:disabled:hover {
    text-decoration: none
}

.btn-ghost {
    background: transparent;
    border: 1px solid #fff;
    color: #fff
}

.btn-ghost:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #000
}

.btn-ghost.active,
.btn-ghost:active {
    background: transparent;
    border: 1px solid #fff;
    color: #fff
}

.btn-dark {
    background: #000;
    border: #000;
    color: #fff
}

.btn-dark:hover {
    background: #dc0014;
    border: #000;
    color: #fff
}

.btn-dark.active,
.btn-dark:active {
    background: #000;
    border: #000;
    color: #fff
}

[class*=icon_],
[class*=social_] {
    display: block
}

[class*=icon_]:before {
    height: 20px;
    width: 20px
}

[class*=icon_]:before,
[class*=social_]:before {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 0;
    content: "";
    display: block
}

[class*=social_]:before {
    height: 24px;
    width: 24px
}

[class*=icon_].icon-left,
[class*=social_].icon-left {
    display: inline-flex;
    align-items: center
}

[class*=icon_].icon-left:before,
[class*=social_].icon-left:before {
    order: 0;
    margin: 0 8px 0 0
}

.icon_search_b:before {
    background-image: url(icons/icon_search_b.svg)
}

.icon_down_b:before {
    background-image: url(icons/icon_down_b.svg)
}

.icon_down_w:before {
    background-image: url(icons/icon_down_w.svg)
}

.icon_placeholder_b:before {
    background-image: url(icons/icon_placeholder_b.svg)
}

.icon_placeholder_w:before {
    background-image: url(icons/icon_placeholder_w.svg)
}

.icon_arrow_down_sm:before {
    background-image: url(icons/icon_arrow_down_sm.svg)
}

.icon_arrow_down_sm_w:before {
    background-image: url(icons/icon_arrow_down_sm_w.svg)
}

.icon_phone_sm_b:before {
    background-image: url(icons/icon_phone_sm_b.svg)
}

.icon_placeholder_sm_b:before {
    background-image: url(icons/icon_placeholder_sm_b.svg)
}

.icon_empresa:before {
    background-image: url(icons/icon_empresa.svg)
}

.social_facebook:before {
    background-image: url(icons/social_facebook.svg)
}

.social_twitter:before {
    background-image: url(icons/social_twitter.svg)
}

.social_instagram:before {
    background-image: url(icons/social_instagram.svg)
}

.social_whatsapp_w:before {
    background-image: url(icons/social_whatsapp_w.svg)
}

.img-frame {
    overflow: hidden
}

.img-frame img {
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    width: 100% !important;
    height: 100% !important
}

.newsList .newsList__item {
    margin: 0 0 30px
}

.newsList .newsList__item .inner-item {
    display: flex;
    align-items: stretch;
    height: 100%;
    position: relative;
    background-color: inherit
}

.newsList .newsList__item .thumb-wrapper {
    width: auto;
    height: 320px;
    margin: 0;
    padding: 0;
    background-color: inherit;
    position: relative
}

.newsList .newsList__item .thumb-wrapper .thumb {
    height: 320px
}

.newsList .newsList__item .title {
    margin: 0 0 .3rem;
    text-align: left
}

.newsList .newsList__item .title a {
    font-size: 1.1rem;
    font-family: nexa-heavy;
    text-decoration: none;
    color: #000
}

.newsList .newsList__item .title a:hover {
    text-decoration: none;
    color: #000
}

.newsList .newsList__item .content {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 20px;
    display: flex;
    flex-wrap: wrap
}

.newsList .newsList__item .content .text-wrapper {
    width: 100%
}

.newsList .newsList__item .content .text-wrapper .text,
.newsList .newsList__item .content .text-wrapper .text p {
    font-size: 1rem;
    font-family: nexa-light;
    text-align: left;
    color: #000;
    margin: 0
}

.newsList .newsList__item .content .date {
    font-size: .8rem;
    font-family: nexa-book;
    text-align: left;
    color: #1a1a1a;
    margin: 0 0 .5rem
}

.newsList .newsList__item .content .arrow-link:hover svg {
    fill: #dc0014
}

.newsList.newsList--column .newsList__item .inner-item {
    flex-flow: column
}

.newssheet .item-nav {
    cursor: pointer
}

header {
    position: fixed;
    width: 100%;
    height: 50px;
    top: 0;
    z-index: 999;
    transition: top .3s ease-in-out
}

header .container {
    position: relative
}

@media (min-width:992px) {
    header {
        height: 70px;
        position: absolute
    }
}

header #logo {
    position: absolute;
    width: 140px;
    height: auto;
    top: 12px;
    left: calc(50% - 70px);
    z-index: 2
}

header #logo img {
    width: 100%
}

@media (min-width:992px) {
    header #logo {
        width: 165px;
        left: 45px;
        top: 22px
    }
}

body {
    position: relative;
    transition: left .3s ease-in-out, right .3s ease-in-out, top .3s ease-in-out;
    left: 0
}

header .mainMenu {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    padding: 0 0 100%;
    background: #fff;
    transition: left .3s ease-in-out, right .3s ease-in-out;
    overflow-y: scroll;
    z-index: 1000;
    left: -100%
}

header .mainMenu .container {
    padding: 0;
    width: 100%;
    position: static
}

header .mainMenu.open {
    left: 0
}

header .mainMenu__nav {
    margin: 0
}

header .mainMenu__nav ul {
    display: block
}

header .mainMenu__nav ul.first-level,
header .mainMenu__nav ul.first-level li {
    margin: 0;
    padding: 0
}

header .mainMenu__nav ul.first-level li:before {
    display: none
}

header .mainMenu__nav ul.first-level li a,
header .mainMenu__nav ul.first-level li span {
    margin: 0;
    padding: .7rem 1.8rem;
    font-size: 1.2rem;
    font-family: nexa-bold;
    text-transform: inherit;
    text-decoration: none;
    color: #000;
    background: transparent;
    cursor: pointer;
    display: block;
    width: 100%
}

header .mainMenu__nav ul.first-level li.active>a,
header .mainMenu__nav ul.first-level li.active>span {
    color: #b2b2b2;
    background: transperent;
    text-decoration: none
}

header .mainMenu__nav ul.first-level>li {
    position: relative
}

header .mainMenu__nav ul.first-level li span.toggle {
    position: relative
}

header .mainMenu__nav ul.first-level li span.toggle:before {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 18px;
    right: 19px;
    bottom: inherit;
    left: inherit;
    background-image: url(icons/icon_right_b.svg);
    background-size: 100%
}

header .mainMenu__nav ul.first-level li:hover span.toggle:before {
    background-image: url(icons/icon_right_b.svg)
}

header .mainMenu__nav ul.first-level li span.toggle.open:before {
    background-image: url(icons/icon_down_b.svg)
}

.menuBurger {
    position: absolute;
    top: 20px;
    right: inherit;
    bottom: inherit;
    left: 25px;
    width: 25px;
    height: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 9999
}

.menuBurger .menuBurger__icon {
    transform: translateX(0);
    opacity: 1
}

.menuBurger .menuBurger__icon,
.menuBurger:after,
.menuBurger:before {
    width: 100%;
    height: 2px;
    border-radius: 0;
    background: #000;
    display: block;
    transition: all .3s ease-in-out
}

.menuBurger:after,
.menuBurger:before {
    content: "";
    position: absolute;
    right: 0
}

.menuBurger:after {
    top: 0
}

.menuBurger:before {
    bottom: 0
}

.menuBurger.open .menuBurger__icon {
    transform: translateX(-100%);
    opacity: 0;
    background: #000
}

.menuBurger.open:after {
    top: calc(50% - 1px);
    transform: rotate(135deg);
    background: #000
}

.menuBurger.open:before {
    bottom: calc(50% - 1px);
    transform: rotate(-135deg);
    background: #000
}

@media (min-width:992px) {
    .menuBurger {
        display: none
    }

    header .mainMenu {
        top: inherit;
        right: inherit;
        bottom: inherit;
        left: inherit;
        width: 100%;
        max-width: inherit;
        height: auto;
        background: transparent;
        overflow-y: inherit;
        z-index: 1;
        padding: 0
    }

    header .mainMenu .container {
        position: relative
    }

    header .mainMenu__nav {
        position: absolute;
        top: 60px;
        right: inherit;
        bottom: inherit;
        left: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        background: transparent
    }

    header .mainMenu__nav ul.first-level {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        padding: 0;
        height: 100%
    }

    header .mainMenu__nav ul.first-level li {
        margin: 0 45px;
        padding: 0 0 1rem
    }

    header .mainMenu__nav ul.first-level li a,
    header .mainMenu__nav ul.first-level li span {
        margin: 0;
        padding: 0;
        font-size: 16px;
        font-family: nexa-bold;
        text-transform: none;
        text-decoration: none;
        color: #000;
        background: transparent
    }

    header .mainMenu__nav ul.first-level li a:before,
    header .mainMenu__nav ul.first-level li span:before {
        display: none
    }

    header .mainMenu__nav ul.first-level li.active>a,
    header .mainMenu__nav ul.first-level li.active>span,
    header .mainMenu__nav ul.first-level li a:hover,
    header .mainMenu__nav ul.first-level li span:hover {
        color: #dc0014;
        background: transparent;
        text-decoration: none
    }

    header .mainMenu__nav ul.first-level li span.toggle:before {
        display: none;
        padding: 0;
        margin: 0
    }

    header .mainMenu__nav ul.first-level>li {
        position: relative
    }
}

.langMenu {
    position: relative;
    z-index: 1;
    margin: .7rem 2rem
}

.langMenu a,
.langMenu span {
    margin: 0;
    color: #000;
    padding: 0;
    font-family: nexa-bold;
    font-size: .875rem;
    text-decoration: none;
    text-transform: capitalize;
    background: transparent;
    cursor: pointer;
    display: inline-block
}

.langMenu a.current,
.langMenu span.current {
    color: #dc0014;
    text-decoration: none;
    background: transparent
}

@media (min-width:992px) {
    .langMenu {
        position: absolute;
        width: auto;
        top: 60px;
        right: 105px;
        bottom: inherit;
        left: inherit;
        margin: 0;
        display: inline-flex
    }

    .langMenu a,
    .langMenu span {
        margin: 0;
        color: #000;
        padding: 0;
        font-family: nexa-bold;
        font-size: 1rem;
        text-decoration: none;
        text-transform: capitalize;
        background: transparent;
        cursor: pointer;
        display: inline-block
    }

    .langMenu a:hover,
    .langMenu span:hover {
        color: #dc0014;
        text-decoration: none;
        background: transparent
    }

    .langMenu a.current,
    .langMenu span.current {
        color: #000;
        text-decoration: none;
        background: transparent
    }
}

.generalContent {
    padding: 50px 0 0
}

@media (min-width:992px) {
    .generalContent {
        padding: 106px 0 0
    }
}

footer {
    padding: 3rem 0 1.5rem;
    color: #000;
    background: #fff
}

footer h3 {
    font-size: 1.4rem;
    text-align: left;
    text-transform: inherit;
    color: #000;
    margin: 0 0 .5rem
}

footer h3,
footer p {
    font-family: nexa-light
}

footer p {
    font-size: 16px;
    margin: 0
}

footer ul {
    margin: 0 0 1rem;
    padding: 0
}

footer ul li {
    font-family: nexa-light;
    text-align: left;
    text-transform: inherit;
    margin: 0 .75rem 0 0
}

footer ul a,
footer ul li {
    font-size: 1rem;
    color: #000
}

footer ul a {
    font-family: nexa-bold;
    text-decoration: none
}

footer ul a:hover {
    color: #dc0014;
    text-decoration: none
}

footer .socialMenu {
    position: relative;
    margin: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    top: inherit;
    left: inherit;
    bottom: inherit;
    right: inherit
}

footer .socialMenu a {
    margin: 1rem .5rem 0 0;
    width: 28px;
    height: 28px
}

footer .socialMenu .social_facebook:before {
    background-image: url(icons/social_facebook_b.svg);
    width: 28px;
    height: 28px
}

footer .socialMenu .social_twitter:before {
    background-image: url(icons/social_twitter_b.svg);
    width: 28px;
    height: 28px
}

footer .socialMenu .social_instagram:before {
    background-image: url(icons/social_instagram_b.svg);
    width: 28px;
    height: 28px
}

@media (min-width:992px) {
    footer .socialMenu {
        justify-content: flex-start
    }

    footer .socialMenu a {
        margin: 0 .75rem 0 0
    }

    footer .socialMenu .social_facebook:before,
    footer .socialMenu a {
        width: 28px;
        height: 28px
    }

    footer .socialMenu .social_facebook:hover:before {
        background-image: url(icons/social_facebook.svg)
    }

    footer .socialMenu .social_twitter:before {
        width: 28px;
        height: 28px
    }

    footer .socialMenu .social_twitter:hover:before {
        background-image: url(icons/social_twitter.svg)
    }

    footer .socialMenu .social_instagram:before {
        width: 28px;
        height: 28px
    }

    footer .socialMenu .social_instagram:hover:before {
        background-image: url(icons/social_instagram.svg)
    }
}

.slickSlider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slickSlider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slickSlider .slick-list,
.slickSlider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-slide:focus,
.slick-slide a {
    outline: none
}

.slick-arrow.slick-hidden {
    display: none
}

.slickSlider--home {
    height: calc(80vh - 60px)
}


.slickSlider--home .slickSlider__item {
    height: calc(80vh - 60px);
    position: relative
}

.slickSlider--home .slickSlider__item .img-frame {
    height: calc(80vh - 60px)
}

.slickSlider--home .slickSlider__item .claim-container {
    position: absolute;
    display: block;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: flex-start
}

.slickSlider--home .slickSlider__item .claim {
    width: 100%;
    padding: 2rem
}

.slickSlider--home .slickSlider__item .claim em,
.slickSlider--home .slickSlider__item .claim h1 {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 1.8rem;
    font-family: nexa-heavy;
    text-transform: none;
    font-style: normal;
    display: block
}

.slickSlider--home .slickSlider__item .claim p {
    margin: 0 0 1rem;
    color: #fff;
    font-size: 1.2rem;
    font-family: nexa-light
}

.slickSlider--home .slickSlider__item .claim .btn {
    padding: .5rem 1.2rem;
    margin: 0
}

@media (min-width:760px) {

    .slickSlider--home,
    .slickSlider--home .slickSlider__item,
    .slickSlider--home .slickSlider__item .img-frame {
        height: 70vh
    }

    .slickSlider--home .slickSlider__item .claim-container {
        justify-content: flex-start;
        align-items: flex-start
    }

    .slickSlider--home .slickSlider__item .claim-container .claim {
        width: 80%;
        padding: 5em 3rem 40px 4rem
    }

    .slickSlider--home .slickSlider__item .claim-container .claim em,
    .slickSlider--home .slickSlider__item .claim-container .claim h1 {
        margin: 0;
        color: #fff;
        font-size: 3.75rem;
        font-family: nexa-heavy;
        text-transform: none
    }

    .slickSlider--home .slickSlider__item .claim-container .claim p {
        margin: 0 0 1rem;
        color: #fff;
        font-size: 2.5rem;
        font-family: nexa-light
    }

    .slickSlider--home .slickSlider__item .claim-container .claim .btn {
        padding: .5rem 1.2rem;
        margin: 0
    }
}

.slick-next,
.slick-prev {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    background: transparent;
    color: #000;
    padding: 0;
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 50%;
    outline: none;
    z-index: 9;
    line-height: 0
}

.slick-next:hover,
.slick-prev:hover {
    background: #000;
    color: inherit
}

.slick-next:focus,
.slick-prev:focus {
    outline: none
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .5
}

.slick-next:before,
.slick-prev:before {
    content: "";
    display: block;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 26px;
    width: 26px
}

.slick-prev {
    top: calc(50% - 20px);
    right: inherit;
    bottom: inherit;
    left: 20px
}

.slick-prev:before {
    background-image: url(icons/icon_left_b.svg)
}

.slick-prev:hover:before {
    background-image: url(icons/icon_left_w.svg)
}

.slick-next {
    top: calc(50% - 20px);
    right: 20px;
    bottom: inherit;
    left: inherit
}

.slick-next:before {
    background-image: url(icons/icon_right_b.svg)
}

.slick-next:hover:before {
    background-image: url(icons/icon_right_w.svg)
}

.slick-dots {
    position: absolute;
    width: 100%;
    height: auto;
    top: inherit;
    right: inherit;
    bottom: 30px;
    left: 0;
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    line-height: 0;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.slick-dots li:before {
    display: none
}

.slick-dots li button {
    height: 4px;
    width: 90px;
    padding: 10px;
    margin: 0;
    border: 0;
    background: transparent;
    display: block;
    outline: none;
    color: transparent;
    cursor: pointer
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 50%
}

.slick-dots li button:before {
    content: "";
    display: block;
    width: 90px;
    height: 4px;
    background: #fff;
    border: inherit;
    border-radius: 0
}

.slick-dots li.slick-active button:before {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 50%
}

.accordion {
    margin: 0;
    padding: 0
}

.accordion .btn-toggle,
.accordion .toggle-header {
    margin: 0;
    padding: .5rem 0;
    background: transparent;
    font-family: nexa-heavy;
    font-size: 1rem;
    text-transform: inherit;
    text-align: left;
    color: #000;
    cursor: pointer;
    position: relative
}

.accordion .btn-toggle:before,
.accordion .toggle-header:before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 16px;
    right: 0;
    bottom: inherit;
    left: inherit;
    background-image: url(icons/icon_down_b.svg);
    background-size: 100%;
    transform: rotate(-90deg);
    transition: all .2s ease-in-out
}

.accordion .btn-toggle.active:before,
.accordion .btn-toggle.open:before,
.accordion .toggle-header.active:before,
.accordion .toggle-header.open:before {
    transform: rotate(0deg)
}

.accordion .toggle-content {
    margin: 0;
    padding: 0;
    background: transparent;
    overflow: hidden;
    max-height: 0;
    transition: max-height .4s ease-in-out
}

.accordion .toggle-content.open {
    max-height: 2000px
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none
}

.pagination,
.pagination .pagination__item {
    padding: 0;
    margin: 0
}

.pagination .pagination__item:before {
    display: none
}

.pagination .pagination__item .page-num {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border: 0;
    margin: 0 .25rem;
    padding: 0;
    font-size: 1rem;
    font-family: nexa-light;
    text-decoration: none;
    border-radius: .25rem;
    color: #000;
    background: transparent
}

.pagination .pagination__item .page-num:hover {
    color: #fff;
    background: #dc0014;
    border: 0
}

.pagination .pagination__item.active .page-num {
    color: #fff;
    background: #dc0014;
    border: 0;
    pointer-events: none
}

.pagination .pagination__item.active .page-num:hover {
    color: #fff;
    background: #a9000f;
    border: 0
}

html {
    scroll-behavior: smooth
}

.ficha_productos {
    scroll-margin-top: 250px
}

.accordion table tr td {
    font-family: nexa-book;
    background: rgba(0, 0, 0, .1)
}

.accordion table tr td:first-child {
    width: 25%;
    padding-left: 30px
}

.accordion table tr td:last-child {
    width: 75%
}

#cookiesMessage {
    z-index: 99999
}

#cookiesMessage div {
    background: #343a40
}

#cookiesMessage #cookiesAccept {
    cursor: pointer
}

.max-w-full {
    max-width: 100%
}

.w-full {
    width: 100%
}

.flag {
    width: 24px;
    border: none;
    border-radius: 3px
}

.gap-10 {
    gap: 10px
}

.nounderline,
.nounderline:hover {
    text-decoration: none;
    color: #dc0014
}

.btn-up {
    cursor: pointer
}

.btn-up:hover {
    color: #dc0014
}

.btn-modelo {
    border: 1px solid #000;
    background: transparent;
    color: #000;
    padding: .5rem 50px
}

.btn-modelo:hover {
    background: #dc0014;
    border: 1px solid #dc0014;
    color: #fff
}

.icon-oficial,
.icon-recanvios,
.icon-venta {
    display: inline-block;
    margin-right: 10px;
    width: auto
}

.icon-oficial:before,
.icon-recanvios:before,
.icon-venta:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin-top: 5px
}

.icon-venta:before {
    background: url(icons/icon-sellpoint.svg) 0 0 no-repeat;
    background-size: 100%
}

.icon-oficial:before {
    background: url(icons/icon-maintenance.svg) 0 0 no-repeat;
    background-size: 100%
}

.icon-recanvios:before {
    background: url(icons/icon-wheel.svg) 0 0 no-repeat;
    background-size: 100%
}

.z-index-1 {
    z-index: 1
}

.big-text {
    font-size: 1.1rem;
    font-family: nexa-book;
    font-weight: 700
}

.icon_empresa:before {
    height: 43px;
    width: 40px
}

.text-empresa {
    font-family: nexa-book;
    font-size: 1rem;
    color: rgba(0, 0, 0, .6)
}

.categ-title {
    font-family: nexa-book;
    font-size: 1.5rem
}

.text-white {
    color: #fff
}

.bg-success {
    background-color: #1ac314
}

.bg-danger {
    background-color: #ed2a16
}

.bl-primary {
    border-left: 18px solid #dc0014
}

.bgLightGrey {
    background: #f7f7f7
}

.black-mask {
    background: rgba(0, 0, 0, .3)
}

@media (min-width:992px) {
    .big-text {
        font-size: 1.5rem
    }

    .text-empresa {
        font-size: 1.125rem
    }
}

@media (min-width:1194px) {
    .big-text {
        font-size: 1.9rem;
        margin-bottom: 1em;
        line-height: 1.2
    }
}

.btn-down {
    padding: 5px 0 0;
    width: 100%;
    display: block;
    font-family: nexa-bold;
    margin-bottom: 5px
}

.btn-down,
.btn-down:hover {
    color: #000;
    text-decoration: none
}

@media (min-width:992px) {
    .btn-down {
        padding: 15px 0 10px
    }
}

.produtsMenu {
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 10px 0
}

.produtsMenu .produtsMenu__links a {
    color: #000;
    text-decoration: none;
    font-family: nexa-bold;
    margin-right: 20px
}

.produtsMenu .produtsMenu__links a.active,
.produtsMenu .produtsMenu__links a:hover {
    color: #dc0014
}

#carnetList,
#categoriesList,
#cilindradaList,
#productsList {
    display: none !important
}

#productsList.open {
    display: flex !important
}

#carnetList.open,
#categoriesList.open,
#cilindradaList.open {
    display: block !important
}

#carnetList.open .js-products-slider,
#categoriesList.open .js-products-slider,
#cilindradaList.open .js-products-slider {
    display: none
}

#carnetList.open .js-products-slider.open,
#categoriesList.open .js-products-slider.open,
#cilindradaList.open .js-products-slider.open {
    display: flex
}

.accordion .toggle-header {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

form .form-control,
form .form-control:focus {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

form .custom-select {
    color: rgba(0, 0, 0, .65)
}

form .input-group {
    height: 65px
}

form .input-group .input-group-append {
    width: 65px
}

form .input-group .input-group-append .btn-link span:before {
    width: 30px;
    height: 30px
}

form .search-input {
    font-size: 1.1rem;
    font-family: nexa-book;
    padding: .75rem 0
}

form .selector {
    padding: 1rem 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.results,
.results-container {
    background-color: #ebebeb
}

.results {
    overflow-y: scroll;
    max-height: 715px;
    margin: 0
}

.results::-webkit-scrollbar {
    display: none
}

.results h3 {
    font-family: nexa-bold;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    margin: 0;
    padding: 1.5rem 20px 2rem
}

.results .oficial {
    font-family: nexa-heavy;
    font-size: 1rem;
    padding: 30px 30px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%
}

.results .oficial:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #ced2d6;
    margin-top: 18px
}

.results .oficial svg {
    width: 29px;
    height: 31px;
    margin-right: 10px
}

.results .oficial span {
    font-weight: 600
}

.results .oficial.dealers span {
    color: #dc0014
}

.results #results_dealers.hidden,
.results #results_services.hidden {
    display: none
}

.results .concesionario {
    padding: 18px 18px 18px 30px;
    margin: 0;
    font-size: 1rem;
    cursor: pointer
}

.results .concesionario:before {
    content: none
}

.results .concesionario a {
    color: #000;
    text-decoration: none
}

.results .concesionario .concesionario-km,
.results .concesionario .concesionario-name {
    margin: 0
}

.results .concesionario .concesionario-name {
    font-weight: 700
}

.results .concesionario .concesionario-info {
    margin: 0
}

.results .concesionario .concesionario-info li {
    padding: 0;
    display: inline-block
}

.results .concesionario .concesionario-info li:before {
    content: none
}

.results .concesionario .concesionario-info li .tooltip {
    display: none;
    position: absolute;
    width: 130px;
    color: #fff;
    background: #000;
    border-radius: 3px;
    padding: .3rem;
    text-align: center;
    font-size: .8rem
}

.results .concesionario .concesionario-info li:hover .tooltip {
    display: block
}

.results .concesionario.active,
.results .concesionario:hover {
    background-color: #f2f2f2
}

.map {
    height: 100%;
    min-height: 600px
}

#zipCode_search:-ms-input-placeholder,
#zipCode_search::-moz-placeholder,
#zipCode_search::-webkit-input-placeholder,
#zipCode_search::placeholder {
    white-space: pre-line;
    position: relative;
    top: -7px
}

header {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

header.header--fixed {
    position: fixed
}

header.search-show {
    top: 57px
}

@media (min-width:992px) {
    header.search-show {
        top: 0
    }
}

.menuBurger .menuBurger__icon {
    display: none
}

body:after {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    width: 100vw;
    height: 100vh;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    transition-delay: .2s;
    pointer-events: none
}

body.menu-open:after {
    opacity: 1
}

header .mainMenu {
    height: auto;
    padding: 0;
    margin: 50px 0 0
}

header .mainMenu.open .mainMenu__nav ul.first-level>li {
    opacity: 0;
    transform: translateX(-10px);
    animation: menu-animation .5s ease-in-out;
    animation-delay: .8s;
    animation-fill-mode: forwards
}

header .mainMenu.open .mainMenu__nav ul.first-level>li:first-child {
    animation-delay: .08s
}

header .mainMenu.open .mainMenu__nav ul.first-level>li:nth-child(2) {
    animation-delay: .16s
}

header .mainMenu.open .mainMenu__nav ul.first-level>li:nth-child(3) {
    animation-delay: .24s
}

header .mainMenu.open .mainMenu__nav ul.first-level>li:nth-child(4) {
    animation-delay: .32s
}

header .mainMenu.open .mainMenu__nav ul.first-level>li:nth-child(5) {
    animation-delay: .4s
}

header .mainMenu.open .mainMenu__nav ul.first-level>li:nth-child(6) {
    animation-delay: .48s
}

header .mainMenu.open .mainMenu__nav ul.first-level>li:nth-child(7) {
    animation-delay: .56s
}

header .mainMenu.open .mainMenu__nav ul.first-level>li:nth-child(8) {
    animation-delay: .64s
}

header .mainMenu.open .mainMenu__nav ul.first-level>li:nth-child(9) {
    animation-delay: .72s
}

header .mainMenu.open .mainMenu__nav ul.first-level>li:nth-child(10) {
    animation-delay: .8s
}

header .mainMenu.open .mainMenu__nav ul.first-level>li:nth-child(11) {
    animation-delay: .88s
}

header .mainMenu.open .langMenu {
    opacity: 0;
    transform: translateX(-10px);
    animation: menu-animation .5s ease-in-out;
    animation-delay: .6s;
    animation-fill-mode: forwards
}

@keyframes menu-animation {
    0% {
        transform: translateX(40px);
        opacity: 0
    }

    30% {
        transform: translateX(-10px);
        opacity: 1
    }

    to {
        transform: translate(0);
        opacity: 1
    }
}

header .mainMenu__nav ul.first-level li a,
header .mainMenu__nav ul.first-level li span {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

header .mainMenu__nav ul.first-level li a:before {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 18px;
    right: 19px;
    bottom: inherit;
    left: inherit;
    background-image: url(icons/icon_right_b.svg);
    background-size: 100%
}

header .header-social {
    width: 100%;
    height: 36px;
    background: #ebebeb
}

header .header-social .socialMenu {
    display: flex
}

header .header-social .socialMenu a {
    margin: 0 .75rem 0 0;
    width: 23px;
    height: 23px
}

@media (min-width:992px) {
    header {
        margin-top: 36px
    }

    header .mainMenu {
        margin-top: 0
    }

    header .mainMenu__nav ul.first-level li {
        margin: 0 15px
    }

    header .mainMenu__nav ul.first-level li a,
    header .mainMenu__nav ul.first-level li span {
        border-bottom: 0
    }

    header .mainMenu__nav ul.first-level li a:before {
        display: none
    }
}

@media (min-width:1194px) {
    header .mainMenu__nav ul.first-level li {
        margin: 0 30px
    }
}

.langMenu a:not(:last-child):after,
.langMenu span:not(:last-child):after {
    content: "/";
    margin: 0 4px;
    color: #000 !important;
    font-family: nexa-bold
}

.langMenu a.current,
.langMenu span.current {
    font-family: nexa-heavy
}

@media (min-width:992px) {

    .langMenu a:not(:last-child):after,
    .langMenu span:not(:last-child):after {
        color: #000 !important
    }
}

.menuSearch {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid rgba(0, 0, 0, .1);
    border-right: 1px solid rgba(0, 0, 0, .1);
    cursor: pointer;
    z-index: 9;
    background: #fff
}

.menuSearch__form {
    position: fixed;
    top: -57px;
    left: 0;
    width: 100%;
    height: 57px;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 7px;
    display: flex;
    transition: all .3s ease-in-out;
    z-index: 10
}

.menuSearch__form form {
    width: 100%
}

.menuSearch__form input[type=text] {
    background: #fff;
    height: 100%
}

.menuSearch__form input[type=submit] {
    height: 100%;
    border: 0
}

.menuSearch__form.show {
    top: 0
}

@media (min-width:992px) {
    .menuSearch {
        width: 75px;
        right: 0;
        z-index: 11
    }

    .menuSearch__form {
        top: 36px;
        left: auto;
        right: -306px;
        width: 380px;
        height: 70px;
        display: flex;
        align-items: center;
        background: #fff;
        border-left: 1px solid rgba(0, 0, 0, .1);
        border-right: 0;
        padding: 12px;
        z-index: 10
    }

    .menuSearch__form input[type=submit] {
        height: auto
    }

    .menuSearch__form.show {
        right: 75px;
        top: 36px
    }
}

@media (min-width:992px) {
    .mask {
        display: block;
        position: fixed;
        top: 36px;
        left: 0;
        width: 100%;
        height: 70px;
        background: #fff;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        z-index: 0;
        transition: all .3s ease-in-out
    }
}

.megaMenu {
    left: 0;
    width: 100%;
    background: #fff;
    transition: all .3s ease-in-out;
    padding: 0;
    overflow: hidden;
    max-height: 0
}

.megaMenu a:before {
    display: none !important
}

.megaMenu .megaMenu_container {
    overflow: hidden;
    width: 100%;
    display: flex
}

.megaMenu .megaMenu_container:has(.open) {
    overflow: visible
}

.megaMenu .megaMenu_container .megaMenu__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%
}

.megaMenu .megaMenu_container .megaMenu__list .item {
    width: 100%;
    padding: 0 15px
}

.megaMenu .megaMenu_container .megaMenu__list .item a,
.megaMenu .megaMenu_container .megaMenu__list .item span {
    font-family: nexa-light;
    padding: 10px 0;
    border: 0;
    margin: 0
}

.megaMenu .megaMenu_container .megaMenu__list .item a:hover,
.megaMenu .megaMenu_container .megaMenu__list .item span:hover {
    color: #000
}

.megaMenu .megaMenu_container .megaMenu__list .item .text-center {
    z-index: 1;
    position: relative
}

.megaMenu.open {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    transform: translateY(0);
    max-height: 2000px
}

.megaMenu2 {
    width: 100%;
    left: 0;
    top: 57px;
    padding: 0;
    background: #fff;
    transition: all .3s ease-in-out;
    overflow: hidden;
    max-height: 0
}

.megaMenu2.open {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    transform: translateY(0);
    max-height: 2000px;
    z-index: 9999
}

.megaMenu2 .megaMenu_container .megaMenu__list .item {
    width: 100%
}

@media (min-width:992px) {
    .megaMenu {
        position: fixed;
        top: 106px;
        padding: 0;
        transform: translateY(-100%);
        z-index: -1;
        overflow: inherit;
        max-height: inherit
    }

    .megaMenu .megaMenu_container .megaMenu__list {
        z-index: 0
    }

    .megaMenu .megaMenu_container .megaMenu__list .item {
        width: auto;
        text-align: center;
        z-index: 1
    }

    .megaMenu2 {
        position: absolute;
        top: 46px;
        padding: 0
    }
}

footer ul {
    text-align: center
}

@media (min-width:992px) {
    footer ul {
        text-align: left
    }

    footer ul a,
    footer ul li {
        font-size: .88rem
    }
}

.footer-newsletter {
    background: rgba(0, 0, 0, .1);
    padding: 2.5rem 0 1rem
}

.footer-newsletter input[type=email],
.footer-newsletter input[type=text] {
    flex: 2 1 auto;
    padding: 7px
}

.footer-newsletter div.clear {
    flex: 1 1 auto
}

.footer-newsletter input[type=submit] {
    width: 100%
}

.footer-up {
    text-align: center;
    padding: 5px 0;
    background: rgba(0, 0, 0, .2)
}

@media (min-width:992px) {
    .footer-up {
        text-align: right
    }
}

.colophon {
    color: rgba(0, 0, 0, .4);
    font-size: .875rem;
    text-align: center
}

@media (min-width:992px) {
    .colophon {
        text-align: right
    }
}

.js-products-slider {
    position: relative
}

.js-products-slider .slick-list {
    width: 100%;
    cursor: grab;
}

@media (min-width:992px) {
    .js-products-slider .slick-list {
        padding: 0 100px !important
    }

    .js-products-slider:after,
    .js-products-slider:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100px;
        height: 100%;
        background: #f7f7f7;
        background: -webkit-gradient(left top, right bottom, color-stop(0, #f7f7f7), color-stop(100%, hsla(0, 0%, 96.9%, 0)));
        background: linear-gradient(90deg, #f7f7f7, hsla(0, 0%, 96.9%, 0));
        z-index: 1;
        pointer-events: none;

    }

    .js-products-slider:after,
    .js-products-slider:before {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7f7f7", endColorstr="rgba(247, 247, 247, 0)", GradientType=1)
    }

    .js-products-slider:after {
        right: 0;
        left: inherit;
        background: #f7f7f7;
        background: -webkit-gradient(left top, right bottom, color-stop(0, #f7f7f7), color-stop(100%, hsla(0, 0%, 96.9%, 0)));
        background: linear-gradient(-90deg, #f7f7f7, hsla(0, 0%, 96.9%, 0))
    }
}

.slickSlider--home .slickSlider__item .claim-container {
    width: 100%
}

.slickSlider--home .slickSlider__item .claim-container .claim {
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 2rem 2rem 4.8rem
}

.slickSlider--home .slickSlider__item .claim-container .claim em,
.slickSlider--home .slickSlider__item .claim-container .claim h1 {
    line-height: 1.1
}

.slickSlider--home .slickSlider__item .claim-container .claim .content {
    width: 100%
}

.slickSlider--home .slickSlider__item .claim-container .claim .btn {
    background: #fff;
    color: #000;
    padding-left: 2rem;
    padding-right: 2rem;
    align-self: flex-end;
    display: block;
    width: 100%
}

.slickSlider--home .slickSlider__item .claim-container .claim .btn:hover {
    background: #dc0014;
    color: #fff
}

.slickSlider--home .slickSlider__item .claim-container .claim .btn.btn-bg-color-rojo {
    background-color: #dc0014;
    color: #fff
}

.slickSlider--home .slickSlider__item .claim-container .claim .btn.btn-bg-color-negro,
.slickSlider--home .slickSlider__item .claim-container .claim .btn.btn-bg-color-rojo:hover {
    background-color: #000;
    color: #fff
}

.slickSlider--home .slickSlider__item .claim-container .claim .btn.btn-bg-color-negro:hover {
    background: #dc0014;
    color: #fff
}

.slickSlider--home .slickSlider__item .claim-container .claim .btn.btn-bg-color-blanco {
    background-color: #fff;
    color: #000
}

.slickSlider--home .slickSlider__item .claim-container .claim .btn.btn-bg-color-blanco:hover {
    background: #dc0014;
    color: #fff
}

@media (min-width:760px) {
    .slickSlider--home .slickSlider__item .claim-container .claim {
        padding: 5em 3rem 40px 4rem
    }

    .slickSlider--home .slickSlider__item .claim-container .claim .btn {
        display: initial;
        width: auto
    }
}

.slick-dots {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.slick-dots li {
    width: auto;
    padding: 0 5px;
    margin-top: 5px
}

.slick-dots li button {
    width: 100%;
    height: 15px;
    padding: 0
}

.slick-dots li button:before {
    width: 15px;
    height: 100%;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 50%
}

@media (min-width:576px) {
    .slick-dots {
        display: inline-block;
        padding: 0 40px;
        text-align: right
    }
}

.fixed-button {
    display: flex;
    position: fixed;
    top: 17%;
    right: -7px;
    width: auto;
    padding: 0 2rem;
    transform: rotate(-90deg);
    transform-origin: top center;
    z-index: 99
}

.fixed-button div {
    width: 43px;
    height: 43px;
    background: #dc0014;
    padding: 5px;
    transform: rotate(90deg)
}

.fixed-button div svg {
    width: 100%;
    height: 100%
}

.fixed-button .btn {
    display: flex;
    align-items: center;
    width: auto;
    font-size: 16px;
    padding: 0
}

@media (min-width:992px) {
    .fixed-button {
        top: 300px;
        right: -92px
    }

    .fixed-button .btn {
        padding: 0 1.2rem 0 0
    }

    .fixed-button div {
        margin-right: 1.2rem;
        border-top: 1px solid #fff
    }
}

.newsList.newsList--column .newsList__item .inner-item .content {
    border: 1px solid rgba(0, 0, 0, .1);
    border-top: none
}

.newsList.newsList--column .newsList__item .inner-item .content .arrow-link {
    width: 32px;
    height: 15px
}

.filters-list li {
    position: relative
}

.filters-list li:before {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 11px;
    height: 11px;
    border: 1px solid #000;
    border-radius: 50%;
    background: none
}

.filters-list li.active:before {
    background: #000
}

.filters-list li a {
    color: #000;
    text-decoration: none
}

@media (min-width:992px) {
    .news-filters {
        position: sticky;
        top: 150px
    }
}

@media (min-width:1194px) {
    .accordion .btn-toggle:before {
        display: none
    }

    .accordion .filters-list.toggle-content {
        max-height: 2000px
    }
}

.newssheet {
    font-family: nexa-book
}

.ficha-categoria .js-products-slider .slick-list .slick-slide,
.ficha-producto .js-products-slider .slick-list .slick-slide {
    opacity: 1
}

.ficha-categoria .js-products-slider .slick-list .slick-slide.slick-current,
.ficha-producto .js-products-slider .slick-list .slick-slide.slick-current {
    opacity: 1 !important
}

.ficha-categoria .js-products-slider .slick-list .content .title span,
.ficha-producto .js-products-slider .slick-list .content .title span {
    font-size: 1.5rem;
    font-weight: 400
}

.ficha-categoria .js-products-slider .slick-prev,
.ficha-producto .js-products-slider .slick-prev {
    left: 15px
}

.ficha-categoria .js-products-slider .slick-next,
.ficha-producto .js-products-slider .slick-next {
    right: 15px
}

.ficha-categoria .js-products-slider .slick-dots,
.ficha-producto .js-products-slider .slick-dots {
    bottom: -25px;
    text-align: center
}

.ficha-categoria .js-products-slider .slick-dots li button:before,
.ficha-producto .js-products-slider .slick-dots li button:before {
    border: 1px solid #000
}

.ficha-categoria .js-products-slider .slick-dots .slick-active button:before,
.ficha-producto .js-products-slider .slick-dots .slick-active button:before {
    background: #000
}

@media (min-width:1194px) {

    .ficha-categoria .slick-list,
    .js-products-slider .slick-list {
        padding: 0 200px !important
    }

    .ficha-producto .js-products-slider .slick-list {
        padding: 0 30% 75px !important
    }

    .ficha-producto .js-products-slider .slick-list .slick-slide:not(.slick-center) {
        transform: scale(.3)
    }
}

.productsList--all .productsList__item .thumb {
    max-height: 425px
}

.productsList--all .productsList__item .content h3 {
    font-size: 1.6rem
}

.productsList--all .productsList__item:hover {
    background: rgba(0, 0, 0, .03)
}

.productsList--all .content {
    z-index: 1
}

.nav-links {
    position: fixed;
    top: 50px;
    z-index: 99;
    background: #000
}

.nav-links a,
.nav-links span {
    cursor: pointer;
    padding: 5px 12px;
    font-size: .8rem;
    color: #fff;
    text-decoration: none
}

@media (min-width:992px) {
    .nav-links {
        top: 106px
    }

    .nav-links a,
    .nav-links span {
        padding: 5px 0;
        margin: 0 20px;
        font-size: 1rem
    }
}

.slider-modelo {
    background-image: url(../assets/slider-modelo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    position: relative
}

.slider-modelo h1 {
    font-size: 2rem
}

.slider-modelo .precio {
    font-size: 1.7rem
}

.slider-modelo .buttons {
    position: absolute;
    bottom: 50px;
    left: 50px;
    width: 205px;
    z-index: 2
}

.slider-modelo .video-button {
    position: absolute;
    bottom: 40px;
    right: 20px;
    z-index: 2;
    width: 60px;
    height: 45px;
    cursor: pointer
}

.buttons-mobile {
    width: 270px;
    margin: 30px auto
}

.js-slider-modelo {
    position: relative
}

.js-slider-modelo .item img {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    height: auto
}


@media (min-width:992px) {
    .slick-slider {
        touch-action: auto;
        -ms-touch-action: auto
    }

    .slider-modelo {
        height: 88vh
    }

    .slider-modelo .slider-title {
        position: absolute;
        top: 100px;
        left: 0
    }

    .slider-modelo h1 {
        font-size: 2.3rem
    }

    .slider-modelo .slick-slider.js-slider-modelo {
        height: 88%
    }

    .slider-modelo .slick-slider.js-slider-modelo .item,
    .slider-modelo .slick-slider.js-slider-modelo .slick-list,
    .slider-modelo .slick-slider.js-slider-modelo .slick-track {
        height: 100%
    }

    .slider-modelo .slick-slider.js-slider-modelo .item img {
        max-width: 100%;
        width: auto;
        margin: 0 auto;
        height: 100%
    }

    .slider-modelo .video-button {
        bottom: 50px;
        right: 50px
    }
}

.js-slider-nav {
    padding: 0 0 40px
}

.js-slider-nav .item {
    cursor: pointer;
    margin: 0 4px
}

.js-slider-nav .slick-track {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto !important
}

.js-slider-nav .slick-slide {
    width: 28px !important;
    height: 28px;
    padding: 4px;
    position: relative
}

.js-slider-nav .slick-slide:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(.9);
    transform-origin: center;
    border-radius: 50%;
    border: 0 solid #000;
    transition: all .3s cubic-bezier(0, .48, .58, 1.58)
}

.js-slider-nav .slick-slide img {
    width: 100%;
    height: 100%
}

.js-slider-nav .slick-slide.slick-current:before {
    transform: scale(1);
    border: 1px solid #000
}

.btn-toggle.btn-modelo .icon_down_b:before {
    background-size: 80%;
    height: 14px;
    background-position: 0 0
}

.btn-toggle.btn-modelo:hover .icon_down_b:before {
    background-image: url(icons/icon_down_w.svg)
}

.js-images-slider {
    position: relative
}



.js-images-slider .slick-dots li button:before {
    border: 1px solid #000
}

.js-images-slider .slick-dots li.slick-active button:before {
    background: #000
}

/* @media (min-width:576px) {
    
} */

#condiciones {
    max-height: 0;
    overflow: hidden
}

#condiciones.open {
    max-height: 500px
}

#descripcion h3 {
    font-family: nexa-book;
    font-weight: 700
}

#descripcion .table th {
    width: 56px;
    height: 46px
}

#ficha .accordion .toggle-header {
    font-size: 1rem;
    padding: .5rem 0
}

#ficha .accordion table td,
#ficha .accordion table th {
    padding: .5rem
}

#ficha .accordion table tr td {
    font-family: nexa-light
}

#video .resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%
}

#video .resp-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.empresa-about {
    height: 88vh
}

.height-400 {
    height: 400px
}

.category-header {
    height: 65vh
}

.category-header img {
    -o-object-position: top;
    object-position: top
}

.category-header .transpMask {
    background: rgba(0, 0, 0, .2)
}

.category-intro {
    font-size: 1.3rem;
    font-family: nexa-book
}

.form-footer {
    height: 100px
}

.form-footer .btn-primary {
    padding: 5px 65px
}

.contacto .concesionarios-link {
    flex: 1
}

.contacto i:before {
    width: 60px;
    height: 60px
}

.contacto .img-frame.h-100 {
    max-height: 494px !important
}

#errores {
    width: 100%;
    margin: 20px 0;
    padding: 15px;
    display: none
}

#errores.active {
    display: block
}

.faqs .accordion .toggle-content.open {
    padding: 20px 0 30px
}

@media (min-width:992px) {
    .category-intro {
        font-size: 1.625rem
    }
}

.home-categorias .claim .name {
    margin: 0 0 20px;
    color: #fff;
    font-size: 2.5rem;
    font-family: nexa-bold
}

.home-categorias .claim .text {
    font-size: 1.2rem
}

.home-categorias .claim .btn-ghost {
    margin-top: auto
}

.home-products .js-products-slider .slick-dots {
    bottom: -15px
}

.home-products .js-products-slider .slick-dots li {
    padding: 0 5px
}

.home-products .js-products-slider .slick-dots li button {
    width: 15px
}

.home-products .js-products-slider .slick-dots li button:before {
    border: 1px solid #000
}

.home-products .js-products-slider .slick-dots li.slick-active button:before {
    background: #000
}

.home-products .js-products-slider .slick-prev {
    left: 0;
    border: 0
}

.home-products .js-products-slider .slick-prev:hover {
    background-color: transparent
}

.home-products .js-products-slider .slick-prev:hover:before {
    background-image: url(./assets/icons/icon_left_b.svg);
    background-repeat: no-repeat
}

.home-products .js-products-slider .slick-next {
    right: 0;
    border: 0
}

.home-products .js-products-slider .slick-next:hover {
    background-color: transparent
}

.home-products .js-products-slider .slick-next:hover:before {
    background-image: url(icons/icon_right_b.svg);
    background-repeat: no-repeat
}

.ficha-categoria .js-products-slider .slick-list .slick-slide,
.ficha-categoria .js-products-slider .slick-list .slick-slide.slick-current,
.ficha-producto .js-products-slider .slick-list .slick-slide,
.ficha-producto .js-products-slider .slick-list .slick-slide.slick-current {
    opacity: 1 !important
}

.popupltw {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .7);
    z-index: 9999
}

.popupltw .inner-popup {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    z-index: 10000;
    width: 90%;
    max-width: 400px
}

.popupltw .closepopup-container {
    display: flex;
    justify-content: flex-end
}

.popupltw .closepopup {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: none;
    color: #fff;
    background-color: #343a40;
    cursor: pointer
}

.popupltw .closepopup:hover {
    background-color: #dc0014;
    color: #fff
}

.popupltw .popup-btn {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    text-align: center
}

/* FIX views & details slider */
.page-detail .js-products-slider .img-frame {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.page-detail .js-products-slider .img-frame img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 520px; /* evt aanpassen */
    object-fit: contain !important;
}

/* voorkomt dat buren-slides zichtbaar zijn */
.page-detail .js-products-slider .slick-list {
    overflow: hidden !important;
}

/* center verticale uitlijning */
.page-detail .js-products-slider .slick-track {
    display: flex;
    align-items: center;
}

/* ===== Gallery slider fix (2 foto's per kolom) ===== */
.page-detail .js-images-slider .gallery-slide{
  display: flex;
  flex-direction: column;
  gap: 10px;              /* afstand tussen boven/onder foto */
}

/* elke tile krijgt een vaste hoogte, anders wordt 1 foto mega groot */
.page-detail .js-images-slider .img-frame{
  height: 260px;          /* pas aan naar smaak (bv 220-320) */
  overflow: hidden;
}

/* in gallery mag cover wél (zoals je origineel) */
.page-detail .js-images-slider .img-frame img{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block;
}

.page-detail .js-images-slider .slick-track {
  display: flex;
}

.page-detail .js-images-slider .slick-slide {
  height: auto !important;
}

.page-detail .js-images-slider .slick-slide > div {
  height: auto !important;
}
.page-detail 

.page-detail .js-images-slider .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;           /* nu altijd direct onder slider */
  margin: 0;
  padding: 0;
}

/* Gallery dots: NIET overlayen op de foto's */
.page-detail .js-images-slider {
  padding-bottom: 0 !important;   /* als je dit eerder had toegevoegd */
}

.page-detail .js-images-slider .slick-dots {
  position: static !important;    /* i.p.v. absolute */
  margin-top: 12px !important;
  text-align: center;
  width: 100%;
}

.price {
     text-align: center;
}

/* PRIJS ONDER SLIDER */
.model-price{
  text-align: center;
  margin: 12px 0 6px;
  line-height: 1.1;
  margin-bottom: 10px;
}

.model-price__value{
  display: block;
  font-size: 30px;
  font-weight: 500;
  color: #000;
}

/* mobiel iets kleiner */
@media (max-width: 576px){
  .model-price__value{
    font-size: 20px;
  }
}

/*DEALERS MAP*/
.dealers-map {
  padding-top: 0;
  padding-bottom: 2rem;
}

.map-inner {
  padding-left: 15px;
  padding-right: 15px;
}

.map-frame {
  display: block;
  width: 100%;
  height: 480px;
  border: 0;
}

@media (max-width: 991px) {
  .dealers-map .row {
    display: block;
  }

  .dealers-map .map-frame {
    height: 350px;
  }
}

@media (min-width: 992px) {
  section.dealers-map {
    padding: 0 0 2rem 0;
  }
}

.testrit {
    margin-bottom: 2rem;
}

h2.test-rit {
    text-align: center;
}

p.test-rit {
    text-align: center;
}

.testrit-form {
  max-width: 700px;
  margin: 0 auto;
}

.testrit-form__title {
  margin-bottom: 8px;
}

.testrit-form__required {
  margin-bottom: 24px;
  font-size: 14px;
}

.testrit-form__group {
  margin-bottom: 24px;
}

.testrit-form__group label {
  display: block;
  margin-bottom: 8px;
}

.testrit-form__group input[type="text"],
.testrit-form__group input[type="email"] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.testrit-form__legend {
  display: block;
  margin-bottom: 12px;
}

.testrit-form__check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  cursor: pointer;
}

.testrit-form__check input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 0;
}

.testrit-form__submit {
  display: inline-block;
  padding: 12px 24px;
  background: #000;
  color: #fff;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
}

a.gentmotorevent {
    color: #dc0014 !important;
}