@charset "UTF-8"; /*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
ul {
    margin-top: 0;
}

address,
dl,
ol,
p,
pre,
ul {
    margin-bottom: 1rem;
}

body,
caption {
    text-align: left;
}

dd,
h1,
h2,
h3,
h4,
h5,
h6,
label {
    margin-bottom: 0.5rem;
}

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

address,
legend {
    line-height: inherit;
}

.badge,
progress,
sub,
sup {
    vertical-align: baseline;
}

label,
output {
    display: inline-block;
}

button,
hr,
input {
    overflow: visible;
}

.btn,
.custom-control-label::before {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.btn-outline-armoured,
.btn-outline-black,
.btn-outline-dark,
.btn-outline-fancy,
.btn-outline-info,
.btn-outline-light,
.btn-outline-primary,
.btn-outline-secondary,
.btn-outline-success,
.btn-outline-supreme,
.btn-outline-warning,
.btn-outline-white,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    background-image: none;
}

.dropdown-menu,
.form-control,
.modal-content,
.popover {
    background-clip: padding-box;
}

.dropdown-menu,
.nav,
.navbar-nav {
    list-style: none;
}

:root {
    --blue: #00558f;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #d23935;
    --secondary: #323232;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffb300;
    --danger: #dc3545;
    --light: #80807f;
    --dark: #343a40;
    --white: #fff;
    --black: #323232;
    --armoured: #d23935;
    --supreme: #fff;
    --fancy: #ffb300;
    --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, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol";
    --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%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
    width: device-width;
}

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

.text-monospace,
code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
        "Courier New", monospace;
}

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

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

.btn:not(:disabled):not(.disabled),
.close:not(:disabled):not(.disabled),
.navbar-toggler:not(:disabled):not(.disabled),
.page-link:not(:disabled):not(.disabled),
summary {
    cursor: pointer;
}

address {
    font-style: normal;
}

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

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

blockquote,
figure {
    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;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

a:hover {
    color: #992522;
    text-decoration: underline;
}

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-size: 1em;
}

pre {
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

button {
    border-radius: 0;
}

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

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

button,
select {
    text-transform: none;
}

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical;
}

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

legend {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    color: inherit;
    white-space: normal;
}

.badge,
.btn,
.dropdown-header,
.dropdown-item,
.input-group-text,
.navbar-brand,
.progress-bar {
    white-space: nowrap;
}

[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;
}

.display-1,
.display-2,
.display-3,
.display-4 {
    line-height: 1.2;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

.blockquote,
hr {
    margin-bottom: 1rem;
}

.display-1,
.display-2,
.display-3,
.display-4,
.lead {
    font-weight: 300;
}

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

.display-1 {
    font-size: 6rem;
}

.display-2 {
    font-size: 5.5rem;
}

.display-3 {
    font-size: 4.5rem;
}

.display-4 {
    font-size: 3.5rem;
}

hr {
    box-sizing: content-box;
    height: 0;
    margin-top: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

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

.small,
small {
    font-size: 80%;
    font-weight: 400;
}

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

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

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    font-size: 1.25rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}

.blockquote-footer::before {
    content: "\2014 \00A0";
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

code,
kbd {
    font-size: 87.5%;
}

a > code,
pre code {
    color: inherit;
}

code {
    color: #e83e8c;
    word-break: break-word;
}

kbd {
    padding: 0.2rem 0.4rem;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}

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

.btn,
.btn-link,
.dropdown-item {
    font-weight: 400;
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

pre code {
    font-size: inherit;
    word-break: normal;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

@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;
    }
}

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

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    /*padding-right: 0;
    padding-left: 0*/
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

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

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

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

.col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

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

.col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

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

.order-first {
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

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

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

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

    .col-sm-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

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

    .col-sm-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

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

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

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

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

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

    .col-md-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

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

    .col-md-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

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

    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }

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

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

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

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

    .col-lg-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

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

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

    .col-lg-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

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

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

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

    .col-xl-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

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

    .col-xl-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

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

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}

.table .table {
    background-color: #fff;
}

.table-sm td,
.table-sm th {
    padding: 0.3rem;
}

.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-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, 0.05);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > td,
.table-primary > th {
    background-color: #f2c8c6;
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #edb4b1;
}

.table-secondary,
.table-secondary > td,
.table-secondary > th {
    background-color: #c6c6c6;
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #b9b9b9;
}

.table-success,
.table-success > td,
.table-success > th {
    background-color: #c3e6cb;
}

.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #b1dfbb;
}

.table-info,
.table-info > td,
.table-info > th {
    background-color: #bee5eb;
}

.table-hover .table-info:hover,
.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: #ffeab8;
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffe29f;
}

.table-danger,
.table-danger > td,
.table-danger > th {
    background-color: #f5c6cb;
}

.table-hover .table-danger:hover,
.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: #dbdbdb;
}

.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #cecece;
}

.table-dark,
.table-dark > td,
.table-dark > th {
    background-color: #c6c8ca;
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}

.table-white,
.table-white > td,
.table-white > th {
    background-color: #fff;
}

.table-hover .table-white:hover,
.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
    background-color: #f2f2f2;
}

.table-black,
.table-black > td,
.table-black > th {
    background-color: #c6c6c6;
}

.table-hover .table-black:hover,
.table-hover .table-black:hover > td,
.table-hover .table-black:hover > th {
    background-color: #b9b9b9;
}

.table-armoured,
.table-armoured > td,
.table-armoured > th {
    background-color: #f2c8c6;
}

.table-hover .table-armoured:hover,
.table-hover .table-armoured:hover > td,
.table-hover .table-armoured:hover > th {
    background-color: #edb4b1;
}

.table-supreme,
.table-supreme > td,
.table-supreme > th {
    background-color: #fff;
}

.table-hover .table-supreme:hover,
.table-hover .table-supreme:hover > td,
.table-hover .table-supreme:hover > th {
    background-color: #f2f2f2;
}

.table-fancy,
.table-fancy > td,
.table-fancy > th {
    background-color: #ffeab8;
}

.table-hover .table-fancy:hover,
.table-hover .table-fancy:hover > td,
.table-hover .table-fancy:hover > th {
    background-color: #ffe29f;
}

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

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #212529;
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #32383e;
}

.table-dark.table-bordered,
.table-responsive > .table-bordered {
    border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-md > .table-bordered {
        border: 0;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.collapsing,
.modal,
.modal-open,
.progress {
    overflow: hidden;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

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

.form-control:focus {
    color: #495057;
    outline: 0;
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

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

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}

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(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.custom-file-input.is-valid ~ .custom-file-label,
.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-file-input:valid ~ .custom-file-label,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #28a745;
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-append > .form-control-plaintext.btn,
.input-group-lg
> .input-group-append
> .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg
> .input-group-prepend
> .form-control-plaintext.input-group-text,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.input-group-sm
> .input-group-append
> .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm
> .input-group-prepend
> .form-control-plaintext.input-group-text {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm,
.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: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]),
.input-group-sm
> .input-group-append
> select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm
> .input-group-prepend
> select.input-group-text:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px);
}

.form-control-lg,
.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: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]),
.input-group-lg
> .input-group-append
> select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg
> .input-group-prepend
> select.input-group-text:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px);
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

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

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

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
    color: #6c757d;
}

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}

.invalid-tooltip,
.valid-tooltip {
    position: absolute;
    z-index: 5;
    max-width: 100%;
    padding: 0.5rem;
    line-height: 1;
    border-radius: 0.2rem;
    top: 100%;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}

.valid-tooltip {
    display: none;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.8);
}

.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
    display: block;
}

.custom-control-input.is-valid ~ .custom-control-label,
.form-check-input.is-valid ~ .form-check-label,
.was-validated .custom-control-input:valid ~ .custom-control-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #33a06a;
}

.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #33a06a;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
    background-color: #33a06a;
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated
.custom-control-input:valid:checked
~ .custom-control-label::before {
    background-color: #33a06a;
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated
.custom-control-input:valid:focus
~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-file-input.is-valid ~ .custom-file-label::before,
.was-validated .custom-file-input:valid ~ .custom-file-label::before {
    border-color: inherit;
}

.custom-file-input.is-invalid ~ .custom-file-label,
.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
}

.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.invalid-tooltip {
    display: none;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.8);
}

.collapsing,
.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
}

.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
    display: block;
}

.custom-control-input.is-invalid ~ .custom-control-label,
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545;
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
    background-color: #efa2a9;
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated
.custom-control-input:invalid:checked
~ .custom-control-label::before {
    background-color: #e4606d;
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated
.custom-control-input:invalid:focus
~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-file-input.is-invalid ~ .custom-file-label::before,
.was-validated .custom-file-input:invalid ~ .custom-file-label::before {
    border-color: inherit;
}

.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

.form-inline .form-check {
    width: 100%;
}

@media (min-width: 576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto;
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

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

.btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

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

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #22985d;
}

.btn-primary.focus,
.btn-primary:focus,
.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 0.2rem #22985d;
}

.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #d23935;
}

.btn-primary:hover {
    color: #fff;
    background-color: #b82d29;
    border-color: #ad2a27;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #d23935;
    border-color: #d23935;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ad2a27;
    border-color: #a32824;
}

.btn-secondary.focus,
.btn-secondary:focus,
.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 0.2rem rgba(50, 50, 50, 0.5);
}

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

.btn-secondary:hover {
    color: #fff;
    background-color: #1f1f1f;
    border-color: #191919;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #323232;
    border-color: #323232;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #191919;
    border-color: #121212;
}

.btn-success.focus,
.btn-success:focus,
.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 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.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-info.focus,
.btn-info:focus,
.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 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

.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-warning.focus,
.btn-warning:focus,
.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 0.2rem rgba(255, 179, 0, 0.5);
}

.btn-warning {
    color: #212529;
    background-color: #ffb300;
    border-color: #ffb300;
}

.btn-warning:hover {
    color: #212529;
    background-color: #d99800;
    border-color: #cc8f00;
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffb300;
    border-color: #ffb300;
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #cc8f00;
    border-color: #bf8600;
}

.btn-danger.focus,
.btn-danger:focus,
.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 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.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-light.focus,
.btn-light:focus,
.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 0.2rem rgba(128, 128, 127, 0.5);
}

.btn-light {
    color: #fff;
    background-color: #80807f;
    border-color: #80807f;
}

.btn-light:hover {
    color: #fff;
    background-color: #6d6d6c;
    border-color: #666;
}

.btn-light.disabled,
.btn-light:disabled {
    color: #fff;
    background-color: #80807f;
    border-color: #80807f;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    color: #fff;
    background-color: #666;
    border-color: #60605f;
}

.btn-dark.focus,
.btn-dark:focus,
.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 0.2rem rgba(52, 58, 64, 0.5);
}

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

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

.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-white.focus,
.btn-white:focus,
.btn-white:not(:disabled):not(.disabled).active:focus,
.btn-white:not(:disabled):not(.disabled):active:focus,
.show > .btn-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-white {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
}

.btn-white:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6;
}

.btn-white.disabled,
.btn-white:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
}

.btn-white:not(:disabled):not(.disabled).active,
.btn-white:not(:disabled):not(.disabled):active,
.show > .btn-white.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf;
}

.btn-black.focus,
.btn-black:focus,
.btn-black:not(:disabled):not(.disabled).active:focus,
.btn-black:not(:disabled):not(.disabled):active:focus,
.show > .btn-black.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(50, 50, 50, 0.5);
}

.btn-black {
    color: #fff;
    background-color: #323232;
    border-color: #323232;
}

.btn-black:hover {
    color: #fff;
    background-color: #1f1f1f;
    border-color: #191919;
}

.btn-black.disabled,
.btn-black:disabled {
    color: #fff;
    background-color: #323232;
    border-color: #323232;
}

.btn-black:not(:disabled):not(.disabled).active,
.btn-black:not(:disabled):not(.disabled):active,
.show > .btn-black.dropdown-toggle {
    color: #fff;
    background-color: #191919;
    border-color: #121212;
}

.btn-armoured.focus,
.btn-armoured:focus,
.btn-armoured:not(:disabled):not(.disabled).active:focus,
.btn-armoured:not(:disabled):not(.disabled):active:focus,
.show > .btn-armoured.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(210, 57, 53, 0.5);
}

.btn-armoured {
    color: #fff;
    background-color: #d23935;
    border-color: #d23935;
}

.btn-armoured:hover {
    color: #fff;
    background-color: #b82d29;
    border-color: #ad2a27;
}

.btn-armoured.disabled,
.btn-armoured:disabled {
    color: #fff;
    background-color: #d23935;
    border-color: #d23935;
}

.btn-armoured:not(:disabled):not(.disabled).active,
.btn-armoured:not(:disabled):not(.disabled):active,
.show > .btn-armoured.dropdown-toggle {
    color: #fff;
    background-color: #ad2a27;
    border-color: #a32824;
}

.btn-supreme.focus,
.btn-supreme:focus,
.btn-supreme:not(:disabled):not(.disabled).active:focus,
.btn-supreme:not(:disabled):not(.disabled):active:focus,
.show > .btn-supreme.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-supreme {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
}

.btn-supreme:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6;
}

.btn-supreme.disabled,
.btn-supreme:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
}

.btn-supreme:not(:disabled):not(.disabled).active,
.btn-supreme:not(:disabled):not(.disabled):active,
.show > .btn-supreme.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf;
}

.btn-fancy.focus,
.btn-fancy:focus,
.btn-fancy:not(:disabled):not(.disabled).active:focus,
.btn-fancy:not(:disabled):not(.disabled):active:focus,
.show > .btn-fancy.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 179, 0, 0.5);
}

.btn-fancy {
    color: #212529;
    background-color: #ffb300;
    border-color: #ffb300;
}

.btn-fancy:hover {
    color: #212529;
    background-color: #d99800;
    border-color: #cc8f00;
}

.btn-fancy.disabled,
.btn-fancy:disabled {
    color: #212529;
    background-color: #ffb300;
    border-color: #ffb300;
}

.btn-fancy:not(:disabled):not(.disabled).active,
.btn-fancy:not(:disabled):not(.disabled):active,
.show > .btn-fancy.dropdown-toggle {
    color: #fff;
    background-color: #cc8f00;
    border-color: #bf8600;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus,
.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 0.2rem rgba(210, 57, 53, 0.5);
}

.btn-outline-primary {
    color: #d23935;
    background-color: transparent;
    border-color: #d23935;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #d23935;
    border-color: #d23935;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #d23935;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #d23935;
    border-color: #d23935;
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus,
.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 0.2rem rgba(50, 50, 50, 0.5);
}

.btn-outline-secondary {
    color: #323232;
    background-color: transparent;
    border-color: #323232;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #323232;
    border-color: #323232;
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #323232;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #323232;
    border-color: #323232;
}

.btn-outline-success.focus,
.btn-outline-success:focus,
.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 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    border-color: #28a745;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-info.focus,
.btn-outline-info:focus,
.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 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    border-color: #17a2b8;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-warning.focus,
.btn-outline-warning:focus,
.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 0.2rem rgba(255, 179, 0, 0.5);
}

.btn-outline-warning {
    color: #ffb300;
    background-color: transparent;
    border-color: #ffb300;
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffb300;
    border-color: #ffb300;
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffb300;
    background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffb300;
    border-color: #ffb300;
}

.btn-outline-danger.focus,
.btn-outline-danger:focus,
.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 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-light.focus,
.btn-outline-light:focus,
.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 0.2rem rgba(128, 128, 127, 0.5);
}

.btn-outline-light {
    color: #80807f;
    background-color: transparent;
    border-color: #80807f;
}

.btn-outline-light:hover {
    color: #fff;
    background-color: #80807f;
    border-color: #80807f;
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #80807f;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
    color: #fff;
    background-color: #80807f;
    border-color: #80807f;
}

.btn-outline-dark.focus,
.btn-outline-dark:focus,
.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 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    border-color: #343a40;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-white.focus,
.btn-outline-white:focus,
.btn-outline-white:not(:disabled):not(.disabled).active:focus,
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-white {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.btn-outline-white:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
}

.btn-outline-white.disabled,
.btn-outline-white:disabled {
    color: #fff;
    background-color: transparent;
}

.btn-outline-white:not(:disabled):not(.disabled).active,
.btn-outline-white:not(:disabled):not(.disabled):active,
.show > .btn-outline-white.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
}

.btn-outline-black.focus,
.btn-outline-black:focus,
.btn-outline-black:not(:disabled):not(.disabled).active:focus,
.btn-outline-black:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-black.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(50, 50, 50, 0.5);
}

.btn-outline-black {
    color: #323232;
    background-color: transparent;
    border-color: #323232;
}

.btn-outline-black:hover {
    color: #fff;
    background-color: #323232;
    border-color: #323232;
}

.btn-outline-black.disabled,
.btn-outline-black:disabled {
    color: #323232;
    background-color: transparent;
}

.btn-outline-black:not(:disabled):not(.disabled).active,
.btn-outline-black:not(:disabled):not(.disabled):active,
.show > .btn-outline-black.dropdown-toggle {
    color: #fff;
    background-color: #323232;
    border-color: #323232;
}

.btn-outline-armoured.focus,
.btn-outline-armoured:focus,
.btn-outline-armoured:not(:disabled):not(.disabled).active:focus,
.btn-outline-armoured:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-armoured.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(210, 57, 53, 0.5);
}

.btn-outline-armoured {
    color: #d23935;
    background-color: transparent;
    border-color: #d23935;
}

.btn-outline-armoured:hover {
    color: #fff;
    background-color: #d23935;
    border-color: #d23935;
}

.btn-outline-armoured.disabled,
.btn-outline-armoured:disabled {
    color: #d23935;
    background-color: transparent;
}

.btn-outline-armoured:not(:disabled):not(.disabled).active,
.btn-outline-armoured:not(:disabled):not(.disabled):active,
.show > .btn-outline-armoured.dropdown-toggle {
    color: #fff;
    background-color: #d23935;
    border-color: #d23935;
}

.btn-outline-supreme.focus,
.btn-outline-supreme:focus,
.btn-outline-supreme:not(:disabled):not(.disabled).active:focus,
.btn-outline-supreme:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-supreme.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-supreme {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.btn-outline-supreme:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
}

.btn-outline-supreme.disabled,
.btn-outline-supreme:disabled {
    color: #fff;
    background-color: transparent;
}

.btn-outline-supreme:not(:disabled):not(.disabled).active,
.btn-outline-supreme:not(:disabled):not(.disabled):active,
.show > .btn-outline-supreme.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
}

.btn-outline-fancy.focus,
.btn-outline-fancy:focus,
.btn-outline-fancy:not(:disabled):not(.disabled).active:focus,
.btn-outline-fancy:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-fancy.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 179, 0, 0.5);
}

.btn-outline-fancy {
    color: #ffb300;
    background-color: transparent;
    border-color: #ffb300;
}

.btn-outline-fancy:hover {
    color: #212529;
    background-color: #ffb300;
    border-color: #ffb300;
}

.btn-outline-fancy.disabled,
.btn-outline-fancy:disabled {
    color: #ffb300;
    background-color: transparent;
}

.btn-outline-fancy:not(:disabled):not(.disabled).active,
.btn-outline-fancy:not(:disabled):not(.disabled):active,
.show > .btn-outline-fancy.dropdown-toggle {
    color: #212529;
    background-color: #ffb300;
    border-color: #ffb300;
}

.btn-link,
.btn-link:hover {
    background-color: transparent;
}

.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
    text-decoration: underline;
    border-color: transparent;
}

.btn-link {
    color: #d23935;
}

.btn-link:hover {
    color: #992522;
}

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

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none;
}

.btn-group-lg > .btn,
.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-group-sm > .btn,
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-block {
    display: block;
}

.btn-block + .btn-block {
    margin-top: 0.5rem;
}

.dropdown-toggle::after,
.dropup .dropdown-toggle::after {
    width: 0;
    height: 0;
    vertical-align: 0.255em;
    content: "";
}

.fade {
    transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    height: 0;
    transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropleft .dropdown-toggle::before,
.dropright .dropdown-toggle::after {
    width: 0;
    content: "";
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    height: 0;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    border-right: 0;
    border-left: 0.3em solid;
    vertical-align: 0;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    border-right: 0.3em solid;
    vertical-align: 0;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn,
.custom-control-label,
.custom-file,
.dropdown-header,
.input-group-text,
.nav {
    margin-bottom: 0;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    color: #212529;
    text-align: inherit;
    background-color: transparent;
    border: 0;
}

.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after,
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child),
.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 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: #d23935;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    font-size: 0.875rem;
    color: #6c757d;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}

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

.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

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

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px;
}

.btn-group > .btn:first-child,
.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-left: 0;
}

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.btn-toolbar .input-group {
    width: auto;
}

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}

.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
    width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.input-group-append,
.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,
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control {
    margin-left: -1px;
}

.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 input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

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

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

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

.input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}

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

.input-group-prepend {
    margin-right: -1px;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
    margin-top: 0;
}

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

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
> .input-group-prepend:first-child
> .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #d23935;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(210, 57, 53, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #f3c8c7;
}

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

.custom-control-label::after,
.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
}

.custom-control-label::before {
    pointer-events: none;
    user-select: none;
    background-color: #dee2e6;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox
.custom-control-input:indeterminate
~ .custom-control-label::before {
    background-color: #d23935;
}

.custom-control-label::after {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-file-input:lang(en) ~ .custom-file-label::after,
.custom-file-label::after {
    content: "Browse";
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox
.custom-control-input:indeterminate
~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox
.custom-control-input:disabled:checked
~ .custom-control-label::before,
.custom-checkbox
.custom-control-input:disabled:indeterminate
~ .custom-control-label::before {
    background-color: rgba(210, 57, 53, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #d23935;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio
.custom-control-input:disabled:checked
~ .custom-control-label::before {
    background-color: rgba(210, 57, 53, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
        right 0.75rem center no-repeat #fff;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    appearance: none;
}

.custom-select-lg,
.custom-select-sm {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

.custom-file-input:focus ~ .custom-file-label::after,
.custom-select:focus {
    border-color: #e99f9d;
}

.custom-select:focus {
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075),
        0 0 5px rgba(233, 159, 157, 0.5);
}

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

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}

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

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    font-size: 75%;
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    font-size: 125%;
}

.custom-file,
.custom-file-input,
.custom-file-label {
    height: calc(2.25rem + 2px);
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
    opacity: 0;
}

.custom-file-label,
.custom-file-label::after {
    position: absolute;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    top: 0;
    right: 0;
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #e99f9d;
    box-shadow: 0 0 0 0.2rem rgba(210, 57, 53, 0.25);
}

.custom-file-label {
    left: 0;
    z-index: 1;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.custom-file-label::after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0;
}

.nav,
.navbar {
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
}

.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    appearance: none;
}

.custom-range:focus {
    outline: 0;
}

.custom-range::-moz-focus-outer {
    border: 0;
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #d23935;
    border: 0;
    border-radius: 1rem;
    appearance: none;
}

.custom-range::-webkit-slider-thumb:focus {
    outline: 0;
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(210, 57, 53, 0.25);
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #f3c8c7;
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #d23935;
    border: 0;
    border-radius: 1rem;
    appearance: none;
}

.custom-range::-moz-range-thumb:focus {
    outline: 0;
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(210, 57, 53, 0.25);
}

.custom-range::-moz-range-thumb:active {
    background-color: #f3c8c7;
}

.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #d23935;
    border: 0;
    border-radius: 1rem;
    appearance: none;
}

.custom-range::-ms-thumb:focus {
    outline: 0;
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(210, 57, 53, 0.25);
}

.custom-range::-ms-thumb:active {
    background-color: #f3c8c7;
}

.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.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;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}

.nav-link,
.navbar {
    padding: 0.5rem 1rem;
}

.nav-link {
    display: block;
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}

.nav-link.disabled {
    color: #6c757d;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #d23935;
}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

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

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navbar > .container,
.navbar > .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
}

.card,
.navbar-nav {
    display: -ms-flexbox;
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}

.navbar-nav {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.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: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.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: center center no-repeat;
    background-size: 100% 100%;
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.navbar-expand .navbar-toggler {
    display: none;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 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, 0.9);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.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, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff;
}

.card {
    position: relative;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card > hr {
    margin-right: 0;
    margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-footer,
.card-header {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-header,
.card-subtitle,
.card-text:last-child {
    margin-bottom: 0;
}

.card-subtitle {
    margin-top: -0.375rem;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header-pills,
.card-header-tabs {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

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

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}

.card-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-bottom: -0.75rem;
    border-bottom: 0;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.alert,
.btn .badge,
.page-link {
    position: relative;
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-group > .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .card-group > .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }

    .card-group > .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .card-group > .card:first-child .card-header,
    .card-group > .card:first-child .card-img-top {
        border-top-right-radius: 0;
    }

    .card-group > .card:first-child .card-footer,
    .card-group > .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0;
    }

    .card-group > .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .card-group > .card:last-child .card-header,
    .card-group > .card:last-child .card-img-top {
        border-top-left-radius: 0;
    }

    .card-group > .card:last-child .card-footer,
    .card-group > .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0;
    }

    .card-group > .card:only-child {
        border-radius: 0.25rem;
    }

    .card-group > .card:only-child .card-header,
    .card-group > .card:only-child .card-img-top {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .card-group > .card:only-child .card-footer,
    .card-group > .card:only-child .card-img-bottom {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .card-group > .card:not(:first-child):not(:last-child):not(:only-child),
    .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-footer,
    .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-header,
    .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-img-bottom,
    .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-img-top {
        border-radius: 0;
    }

    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.breadcrumb,
.pagination {
    border-radius: 0.25rem;
    list-style: none;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 1rem;
}

.breadcrumb .last-item a {
    font-weight: bold;
    border-bottom: none;
}

.breadcrumb a {
    color: #636363;
    font-weight: 400;
    border-bottom: 2px solid #00a345;
    font-family: Arial;
}

.breadcrumb a:hover {
    text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "›";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #6c757d;
}

.pagination {
    padding-left: 0;
}

.page-link {
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #d23935;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: #992522;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(210, 57, 53, 0.25);
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #d23935;
    border-color: #d23935;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.badge,
.close {
    font-weight: 700;
    line-height: 1;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.badge {
    display: inline-block;
    font-size: 75%;
    text-align: center;
}

.badge:empty {
    display: none;
}

.btn .badge {
    top: -1px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #d23935;
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ad2a27;
}

.badge-secondary {
    color: #fff;
    background-color: #323232;
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #191919;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

.badge-success[href]:focus,
.badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34;
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

.badge-info[href]:focus,
.badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b;
}

.badge-warning {
    color: #212529;
    background-color: #ffb300;
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #cc8f00;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130;
}

.badge-light {
    color: #fff;
    background-color: #80807f;
}

.badge-light[href]:focus,
.badge-light[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #666;
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124;
}

.badge-white {
    color: #212529;
    background-color: #fff;
}

.badge-white[href]:focus,
.badge-white[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #e6e6e6;
}

.badge-black {
    color: #fff;
    background-color: #323232;
}

.badge-black[href]:focus,
.badge-black[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #191919;
}

.badge-armoured {
    color: #fff;
    background-color: #d23935;
}

.badge-armoured[href]:focus,
.badge-armoured[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ad2a27;
}

.badge-supreme {
    color: #212529;
    background-color: #fff;
}

.badge-supreme[href]:focus,
.badge-supreme[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #e6e6e6;
}

.badge-fancy {
    color: #212529;
    background-color: #ffb300;
}

.badge-fancy[href]:focus,
.badge-fancy[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #cc8f00;
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert {
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.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: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #6d1e1c;
    background-color: #f6d7d7;
    border-color: #f2c8c6;
}

.alert-primary hr {
    border-top-color: #edb4b1;
}

.alert-primary .alert-link {
    color: #441312;
}

.alert-secondary {
    color: #1a1a1a;
    background-color: #d6d6d6;
    border-color: #c6c6c6;
}

.alert-secondary hr {
    border-top-color: #b9b9b9;
}

.alert-secondary .alert-link {
    color: #010101;
}

.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: #855d00;
    background-color: #fff0cc;
    border-color: #ffeab8;
}

.alert-warning hr {
    border-top-color: #ffe29f;
}

.alert-warning .alert-link {
    color: #523900;
}

.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: #434342;
    background-color: #e6e6e5;
    border-color: #dbdbdb;
}

.alert-light hr {
    border-top-color: #cecece;
}

.alert-light .alert-link {
    color: #292929;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.alert-dark hr {
    border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
    color: #040505;
}

.alert-white {
    color: #858585;
    background-color: #fff;
    border-color: #fff;
}

.alert-white hr {
    border-top-color: #f2f2f2;
}

.alert-white .alert-link {
    color: #6c6c6c;
}

.alert-black {
    color: #1a1a1a;
    background-color: #d6d6d6;
    border-color: #c6c6c6;
}

.alert-black hr {
    border-top-color: #b9b9b9;
}

.alert-black .alert-link {
    color: #010101;
}

.alert-armoured {
    color: #6d1e1c;
    background-color: #f6d7d7;
    border-color: #f2c8c6;
}

.alert-armoured hr {
    border-top-color: #edb4b1;
}

.alert-armoured .alert-link {
    color: #441312;
}

.alert-supreme {
    color: #858585;
    background-color: #fff;
    border-color: #fff;
}

.alert-supreme hr {
    border-top-color: #f2f2f2;
}

.alert-supreme .alert-link {
    color: #6c6c6c;
}

.alert-fancy {
    color: #855d00;
    background-color: #fff0cc;
    border-color: #ffeab8;
}

.alert-fancy hr {
    border-top-color: #ffe29f;
}

.alert-fancy .alert-link {
    color: #523900;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

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

    to {
        background-position: 0 0;
    }
}

.progress {
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #d23935;
    transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}

.progress-bar-striped {
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
        );
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

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

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.list-group-item:focus,
.list-group-item:hover {
    z-index: 1;
    text-decoration: none;
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    background-color: #fff;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #d23935;
    border-color: #d23935;
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
}

.list-group-item-primary {
    color: #6d1e1c;
    background-color: #f2c8c6;
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #6d1e1c;
    background-color: #edb4b1;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #6d1e1c;
    border-color: #6d1e1c;
}

.list-group-item-secondary {
    color: #1a1a1a;
    background-color: #c6c6c6;
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #1a1a1a;
    background-color: #b9b9b9;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #1a1a1a;
}

.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: #855d00;
    background-color: #ffeab8;
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #855d00;
    background-color: #ffe29f;
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #855d00;
    border-color: #855d00;
}

.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: #434342;
    background-color: #dbdbdb;
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #434342;
    background-color: #cecece;
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #434342;
    border-color: #434342;
}

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

.list-group-item-white {
    color: #858585;
    background-color: #fff;
}

.list-group-item-white.list-group-item-action:focus,
.list-group-item-white.list-group-item-action:hover {
    color: #858585;
    background-color: #f2f2f2;
}

.list-group-item-white.list-group-item-action.active {
    color: #fff;
    background-color: #858585;
    border-color: #858585;
}

.list-group-item-black {
    color: #1a1a1a;
    background-color: #c6c6c6;
}

.list-group-item-black.list-group-item-action:focus,
.list-group-item-black.list-group-item-action:hover {
    color: #1a1a1a;
    background-color: #b9b9b9;
}

.list-group-item-black.list-group-item-action.active {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #1a1a1a;
}

.list-group-item-armoured {
    color: #6d1e1c;
    background-color: #f2c8c6;
}

.list-group-item-armoured.list-group-item-action:focus,
.list-group-item-armoured.list-group-item-action:hover {
    color: #6d1e1c;
    background-color: #edb4b1;
}

.list-group-item-armoured.list-group-item-action.active {
    color: #fff;
    background-color: #6d1e1c;
    border-color: #6d1e1c;
}

.list-group-item-supreme {
    color: #858585;
    background-color: #fff;
}

.list-group-item-supreme.list-group-item-action:focus,
.list-group-item-supreme.list-group-item-action:hover {
    color: #858585;
    background-color: #f2f2f2;
}

.list-group-item-supreme.list-group-item-action.active {
    color: #fff;
    background-color: #858585;
    border-color: #858585;
}

.list-group-item-fancy {
    color: #855d00;
    background-color: #ffeab8;
}

.list-group-item-fancy.list-group-item-action:focus,
.list-group-item-fancy.list-group-item-action:hover {
    color: #855d00;
    background-color: #ffe29f;
}

.list-group-item-fancy.list-group-item-action.active {
    color: #fff;
    background-color: #855d00;
    border-color: #855d00;
}

.close {
    float: right;
    font-size: 1.5rem;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}

.popover,
.tooltip {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    text-decoration: none;
    letter-spacing: normal;
}

.modal-title,
.popover,
.tooltip {
    line-height: 1.5;
}

.popover,
.text-hide,
.tooltip {
    text-shadow: none;
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
    padding: 15px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

.popover,
.popover .arrow,
.popover .arrow::after,
.popover .arrow::before,
.tooltip,
.tooltip .arrow {
    position: absolute;
    display: block;
}

.modal-footer > :not(:first-child) {
    margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
    margin-right: 0.25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}

.tooltip {
    z-index: 1070;
    margin: 0;
    text-align: left;
    text-align: start;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .arrow {
    width: 0.8rem;
    height: 0.4rem;
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
    padding: 0.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: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
    padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
    padding: 0.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 0.4rem 0.4rem;
    border-bottom-color: #000;
}

.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
    padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    text-align: left;
    text-align: start;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

.popover .arrow {
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}

.popover .arrow::after,
.popover .arrow::before {
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
    margin-bottom: 0.5rem;
}

.bs-popover-auto[x-placement^="top"] .arrow,
.bs-popover-top .arrow {
    bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^="top"] .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-top .arrow::before {
    border-width: 0.5rem 0.5rem 0;
}

.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="top"] .arrow::after,
.bs-popover-top .arrow::after {
    bottom: 1px;
    border-top-color: #fff;
}

.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
    margin-left: 0.5rem;
}

.bs-popover-auto[x-placement^="right"] .arrow,
.bs-popover-right .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^="right"] .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-right .arrow::before {
    border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="right"] .arrow::after,
.bs-popover-right .arrow::after {
    left: 1px;
    border-right-color: #fff;
}

.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
    margin-top: 0.5rem;
}

.bs-popover-auto[x-placement^="bottom"] .arrow,
.bs-popover-bottom .arrow {
    top: calc((0.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
    border-width: 0 0.5rem 0.5rem;
}

.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.bs-popover-bottom .arrow::after {
    top: 1px;
    border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}

.carousel,
.carousel-inner,
.carousel-item {
    position: relative;
}

.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
    margin-right: 0.5rem;
}

.bs-popover-auto[x-placement^="left"] .arrow,
.bs-popover-left .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^="left"] .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-left .arrow::before {
    border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="left"] .arrow::after,
.bs-popover-left .arrow::after {
    right: 1px;
    border-left-color: #fff;
}

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}

.carousel-inner {
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

@media screen and (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@supports (
(-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.active.carousel-item-right,
.carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

@supports (
(-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
    .active.carousel-item-right,
    .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.active.carousel-item-left,
.carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

@supports (
(-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
    .active.carousel-item-left,
    .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: 0.6s;
    transition-property: opacity;
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@supports (
(-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev,
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.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: center center no-repeat;
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    background-color: transparent;
    border: 2px solid white;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    margin-right: 5px;
}

.carousel-indicators li::after,
.carousel-indicators li::before {
    left: 0;
    display: inline-block;
    height: 10px;
    position: absolute;
    content: "";
    width: 100%;
}

.carousel-indicators li::before {
    top: -10px;
}

.carousel-indicators li::after {
    bottom: -10px;
}

.carousel-indicators .active {
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: #d23935 !important;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #ad2a27 !important;
}

.bg-secondary {
    background-color: #323232 !important;
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #191919 !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: #ffb300 !important;
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #cc8f00 !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: #80807f !important;
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #666 !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;
}

a.bg-white:focus,
a.bg-white:hover,
button.bg-white:focus,
button.bg-white:hover {
    background-color: #e6e6e6 !important;
}

.bg-black {
    background-color: #323232 !important;
}

a.bg-black:focus,
a.bg-black:hover,
button.bg-black:focus,
button.bg-black:hover {
    background-color: #191919 !important;
}

.bg-armoured {
    background-color: #d23935 !important;
}

a.bg-armoured:focus,
a.bg-armoured:hover,
button.bg-armoured:focus,
button.bg-armoured:hover {
    background-color: #ad2a27 !important;
}

.bg-supreme {
    background-color: #fff !important;
}

a.bg-supreme:focus,
a.bg-supreme:hover,
button.bg-supreme:focus,
button.bg-supreme:hover {
    background-color: #e6e6e6 !important;
}

.bg-fancy {
    background-color: #ffb300 !important;
}

a.bg-fancy:focus,
a.bg-fancy:hover,
button.bg-fancy:focus,
button.bg-fancy:hover {
    background-color: #cc8f00 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.rounded-right,
.rounded-top {
    border-top-right-radius: 0.25rem !important;
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-left,
.rounded-top {
    border-top-left-radius: 0.25rem !important;
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: 0.25rem !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: #d23935 !important;
}

.border-secondary {
    border-color: #323232 !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffb300 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #80807f !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-black {
    border-color: #323232 !important;
}

.border-armoured {
    border-color: #d23935 !important;
}

.border-supreme {
    border-color: #fff !important;
}

.border-fancy {
    border-color: #ffb300 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

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

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

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

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

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

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

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

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

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

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

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

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

    .d-lg-inline {
        display: inline !important;
    }

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

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

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

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

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

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

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

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

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

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

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

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

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

.fixed-top {
    top: 0;
}

.fixed-bottom {
    bottom: 0;
}

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

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.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: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

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

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }

    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }

    .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: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.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: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }

    .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) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }

    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }

    .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: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.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: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }

    .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) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }

    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }

    .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: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.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: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }

    .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) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;

        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }

    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }

    .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: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.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: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }

    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

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

.text-lowercase {
    text-transform: lowercase !important;
}

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

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-italic {
    font-style: italic !important;
}

.text-primary {
    color: #d23935 !important;
}

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

.text-secondary {
    color: #323232 !important;
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #191919 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:focus,
a.text-success:hover {
    color: #1e7e34 !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:focus,
a.text-info:hover {
    color: #117a8b !important;
}

.text-warning {
    color: #ffb300 !important;
}

a.text-warning:focus,
a.text-warning:hover {
    color: #cc8f00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:focus,
a.text-danger:hover {
    color: #bd2130 !important;
}

.text-light {
    color: #80807f !important;
}

a.text-light:focus,
a.text-light:hover {
    color: #666 !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:focus,
a.text-dark:hover {
    color: #1d2124 !important;
}

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

a.text-white:focus,
a.text-white:hover {
    color: #e6e6e6 !important;
}

.text-black {
    color: #323232 !important;
}

a.text-black:focus,
a.text-black:hover {
    color: #191919 !important;
}

.text-armoured {
    color: #d23935 !important;
}

a.text-armoured:focus,
a.text-armoured:hover {
    color: #ad2a27 !important;
}

.text-supreme {
    color: #fff !important;
}

a.text-supreme:focus,
a.text-supreme:hover {
    color: #e6e6e6 !important;
}

.text-fancy {
    color: #ffb300 !important;
}

a.text-fancy:focus,
a.text-fancy:hover {
    color: #cc8f00 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    background-color: transparent;
    border: 0;
}

.comparador .compara.add:after,
.comparator .llanta.add:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-variant: normal;
    text-rendering: auto;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media print {
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid;
    }

    *,
    ::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;
    }

    thead {
        display: table-header-group;
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    .container,
    body {
        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;
    }
}

@font-face {
    font-family: Isidora-sans-alt-bold;
    src: url(../assets/fonts/Isidora-Sans/IsidoraSansAlt-Bold.ttf),
        url(../assets/fonts/Isidora-Sans/IsidoraSansAlt-Bold.otf)
        format("opentype");
}

@font-face {
    font-family: AvenirLTStd-Light;
    src: url(../assets/fonts/Avenir/AvenirLTStd-Light.otf);
}

@font-face {
    font-family: AvenirLTStd-Medium;
    src: url(../assets/fonts/Avenir/AvenirLTStd-Medium.otf);
}

@font-face {
    font-family: AvenirLTStd-Heavy;
    src: url(../assets/fonts/Avenir/AvenirLTStd-Heavy.otf);
}

@font-face {
    font-family: AvenirLTStd-Black;
    src: url(../assets/fonts/Avenir/AvenirLTStd-Black.otf);
}

@font-face {
    font-family: AvenirLTStd-Roman;
    src: url(../assets/fonts/Avenir/AvenirLTStd-Roman.otf);
}

.Avenir-Light {
    font-family: AvenirLTStd-Light !important;
}

.Avenir-Medium {
    font-family: AvenirLTStd-Medium !important;
}

.Avenir-Black {
    font-family: AvenirLTStd-Black !important;
}

.Avenir-Roman {
    font-family: AvenirLTStd-Roman !important;
}

.mb-6 {
    margin-bottom: 6rem;
}

.mb-7 {
    margin-bottom: 12rem;
}

.title-main-primary,
.title-main-secondary,
.title-main-white {
    display: block;
    font-family: AvenirLTStd-Black;
    text-transform: inherit;
    font-size: 48px;
    padding-bottom: 24px;
}

@media only screen and (max-width: 529px) {
    .title-main-primary,
    .title-main-secondary,
    .title-main-white {
        font-size: 35px;
    }
}

.title-main-white {
    color: #fff;
}

.title-main-white span {
    border-bottom: solid 6px #ff3733;
    border-radius: 2px;
}

.title-main-primary {
    color: #d23935;
}

.title-main-secondary {
    color: #5c5e60;
}

.title-docs-primary,
.title-docs-white {
    display: block;
    font-family: Isidora-sans-alt-bold;
    text-transform: uppercase;
    font-size: 48px;
}

.title-docs-primary {
    color: #d23935;
}

.title-docs-white {
    color: #fff;
}

.title-blue,
.title-primary,
.title-secondary,
.title-white {
    display: block;
    /*font-family: Isidora-sans-alt-bold;*/
    text-transform: uppercase;
    font-size: 30px;
}

.title-primary {
    color: #d23935;
}

.title-secondary {
    color: #5c5e60;
}

.title-blue {
    color: #191f6c;
}

.title-white {
    color: #fff;
}

.title-2-primary,
.title-2-secondary,
.title-2-white {
    display: block;
    font-family: AvenirLTStd-Black;
    text-transform: uppercase;
    font-size: 20px;
}

.title-2-primary {
    color: #d23935;
}

.title-2-secondary {
    color: #5c5e60;
}

.title-2-white {
    color: #fff;
}

.title-3-blue,
.title-3-primary,
.title-3-secondary,
.title-3-white {
    display: block;
    font-family: AvenirLTStd-Black;
    text-transform: uppercase;
    font-size: 18px;
}

.title-3-primary {
    color: #636363;
}

.title-3-secondary {
    color: #5c5e60;
}

.title-3-white {
    color: #fff;
}

.title-3-blue {
    color: #171717;
}

.title-4-blue,
.title-4-primary,
.title-4-secondary,
.title-4-white {
    display: block;
    font-family: Isidora-sans-alt-bold;
    font-size: 16px;
}

.title-4-primary {
    color: #d23935;
}

.title-4-secondary {
    color: #5c5e60;
}

.title-4-white {
    color: #fff;
}

.title-4-blue {
    color: #191f6c;
}

.date-white,
.tag-white {
    text-transform: capitalize;
    color: #fff;
    display: inline-block;
}

.date-white {
    font-family: AvenirLTStd-Light;
    font-size: 15px;
}

.tag-white {
    font-family: AvenirLTStd-Black;
    font-size: 14px;
}

.paragraph-black,
.paragraph-primary,
.paragraph-white {
    font-family: AvenirLTStd-Heavy;
    font-weight: 100;
    font-size: 20px;
    line-height: 1.2;
}

.paragraph-primary {
    color: #d23935;
}

.paragraph-black {
    color: #5c5e60;
}

.paragraph-white {
    color: #fff;
}

.paragraph-2-black,
.paragraph-2-primary,
.paragraph-2-white {
    font-family: AvenirLTStd-Roman;
    font-weight: 100;
    font-size: 20px;
    line-height: 1.2;
}

.paragraph-2-primary {
    color: #d23935;
}

.paragraph-2-black {
    color: #5c5e60;
}

.paragraph-2-white {
    color: #fff;
}

.paragraph-3-black,
.paragraph-3-primary,
.paragraph-3-white {
    font-family: AvenirLTStd-Roman;
    font-weight: 100;
    font-size: 18px;
    line-height: 1.2;
}

.paragraph-3-primary {
    color: #d23935;
}

.paragraph-3-black {
    color: #5c5e60;
}

.paragraph-3-white {
    color: #fff;
}

.badge {
    border-radius: 14px;
    padding: 5px 15px;
}

.badge-red {
    color: #fff;
    background-color: #d23935;
}

.badge-filter {
    border-radius: 5px;
    padding: 10px 20px;
}

.btn {
    padding: 0.9rem 4rem;
    border: 2px solid;
    border-radius: 30px;
    font-family: AvenirLTStd-Black;
    font-size: 14px;
    text-transform: uppercase;
}

.btn-blue,
.btn-hardBlue,
.btn-link-gray {
    font-family: AvenirLTStd-Black;
}

.btn-group-sm > .btn,
.btn.btn-sm {
    font-size: 18px;
}

.btn.btn-xs {
    font-size: 14px;
    padding: 10px 30px;
}

.btn-primary {
    border-color: #d23935 !important;
}

.btn-blue {
    background: #00558f;
    color: #fff;
    border-color: #00558f;
}

.btn-blue:disabled {
    background: #5c5e60;
    color: #fff;
}

.btn-hardBlue {
    background: #191f6c;
    color: #fff;
    border-color: #191f6c;
}

.btn-hardBlue:disabled {
    background: #5c5e60;
    color: #fff;
}

.btn-outline-gray {
    background: #fff;
    color: #80807f;
    border-color: #80807f;
    border-radius: 10px;
}

.btn-outline-gray:active,
.btn-outline-gray:focus,
.btn-outline-gray:hover {
    background: #80807f;
    color: #fff;
    outline: 0 !important;
    box-shadow: none !important;
}

@media only screen and (max-width: 529px) {
    .btn-outline-gray {
        padding: 5px 8px;
        font-size: 12px;
    }

    .btn-outline-gray span {
        font-size: 10px;
    }
}

.btn-link-gray {
    display: inline-block;
    padding: 0;
    color: #80807f;
    font-size: 14px;
}

.btn-link-gray:after {
    content: "";
    display: block;
    border-bottom: 2px solid #80807f;
    margin-top: -2px;
}

.btn-link-gray:active,
.btn-link-gray:focus,
.btn-link-gray:hover {
    text-decoration: none;
    color: #80807f;
    box-shadow: none !important;
}

.styled-checkbox.black:checked + label:after,
.styled-checkbox:checked + label:after {
    box-shadow: 2px 0 0 #323232, 4px 0 0 #323232, 4px -2px 0 #323232,
        4px -4px 0 #323232, 4px -6px 0 #323232, 4px -8px 0 #323232;
    -webkit-transform: rotate(45deg);
}

.input-group .input-group-append .btn {
    padding: 9px 10px;
    border: 1px solid;
}

.input-group .input-group-append .btn:hover {
    background: 0 0;
    border: 1px solid #fff;
}

.input-group .input-group-append .btn::before {
    content: "";
    padding: 10px 15px;
    background-image: url(../assets/images/menu/buscar.svg);
    background-size: 25px;
    background-position: 0 50%;
    background-repeat: no-repeat;
}

.input-virtual {
    width: 100%;
    padding: 6px 16px;
    outline: 0;
    border: 1px solid rgba(31, 32, 32, 0.3);
    color: #323232;
    font-family: AvenirLTStd-Light;
    font-size: 15px;
    opacity: 0.8;
}

.input-virtual::-webkit-input-placeholder {
    color: #80807f;
}

.input-virtual::-moz-placeholder {
    color: #80807f;
}

.input-virtual:-ms-input-placeholder {
    color: #80807f;
}

.input-virtual::placeholder {
    color: #80807f;
}

#footer .lists .topic-list .list-item a {
    font-family: AvenirLTStd-Light;
    font-size: 17px;
}

.capitalLetter {
    float: left;
    color: #323232;
    background: #fff;
    font-size: 80px;
    font-family: AvenirLTStd-Black;
    line-height: 90px;
    padding: 0 2px;
    margin-right: 5px;
    height: 55px;
}

.text-transform-none {
    text-transform: none !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.checkbox {
    padding-left: 20px;
}

.checkbox .checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.checkbox input[type="checkbox"]:focus + label::before {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked + label::after {
    font-family: FontAwesome;
    content: "\f00c";
}

.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}

.styled-checkbox + label::before,
.styled-checkbox.black + label::before {
    content: "";
    margin-right: 10px;
    margin-top: -3px;
    display: inline-block;
    vertical-align: text-top;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555;
}

.styled-checkbox + label,
.styled-checkbox.black + label {
    font-family: AvenirLTStd-Light;
    padding: 0;
    cursor: pointer;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
    height: 25px;
    width: 20px;
    z-index: 9;
}

.styled-checkbox.black + label {
    color: #323232;
    position: relative;
}

.styled-checkbox.black + label::before {
    width: 20px;
    height: 20px;
    background: #e0e0e0;
    border-radius: 100%;
}

.styled-checkbox.black:checked + label:before,
.styled-checkbox.black:hover + label:before {
    background: #e0e0e0;
}

.styled-checkbox.black:checked + label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 10px;
    border: 1px solid #323232;
    width: 2px;
    height: 2px;
    transform: rotate(45deg);
}

.styled-checkbox + label {
    color: #fff;
    position: relative;
}

.styled-checkbox + label::before {
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 100%;
}

.styled-checkbox.white:checked + label:after,
.styled-checkbox:checked + label:after {
    position: absolute;
    left: 5px;
    top: 10px;
    width: 2px;
    height: 2px;
    content: "";
}

.styled-checkbox:checked + label:before,
.styled-checkbox:hover + label:before {
    background: #e0e0e0;
}

.styled-checkbox:checked + label:after {
    background: #323232;
    transform: rotate(45deg);
}

.styled-checkbox.white:checked + label:after {
    background: #fff;
    box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff,
        4px -6px 0 #fff, 4px -8px 0 #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-control:focus {
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
}

.radioInput {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.radioInput input {
    width: auto !important;
}

.radioInput label {
    margin: 0 0 0 0.5rem;
}

.pt-150 {
    padding-top: 150px;
}

.space {
    width: 100%;
    margin: 60px 0;
}

blockquote.blockquote p {
    font-family: AvenirLTStd-Light !important;
    margin: 15px 0;
    font-size: 24px;
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #323232;
}

.container.page-article {
    max-width: 740px;
}

.container.page-article p {
    -webkit-hyphens: auto !important;
    -moz-hyphens: auto !important;
    -ms-hyphens: auto !important;
    hyphens: auto !important;
}

@media only screen and (max-width: 529px),
only screen and (min-width: 530px) and (max-width: 990px) {
    .container.page-article {
        width: 90%;
    }
}

input:not([type="checkbox"]).black {
    border: 1px solid #5c5e60;
    color: #5c5e60;
}

input:not([type="checkbox"]).black::-webkit-input-placeholder {
    color: #5c5e60;
}

input:not([type="checkbox"]).black::-moz-placeholder {
    color: #5c5e60;
}

input:not([type="checkbox"]).black:-ms-input-placeholder {
    color: #5c5e60;
}

input:not([type="checkbox"]).black::placeholder {
    color: #5c5e60;
}

select.select,
select.selectpicker {
    height: 42px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 25px;
    padding: 0.375rem 0.75rem;
    background: url(../assets/images/arrow-down.png) 95% 13px no-repeat;
    border: 1px solid #fff;
}

select.select.gray,
select.selectpicker.gray {
    outline: 0;
    border: solid 1px #cccccc;
    color: #323232;
    font-family: AvenirLTStd-Light;
    font-size: 15px;
    text-transform: capitalize;
    opacity: 0.8;
    border-radius: 4px;
    background-color: #ffffff;
}

select.select::-webkit-input-placeholder,
select.selectpicker::-webkit-input-placeholder {
    color: #80807f;
}

select.select::-moz-placeholder,
select.selectpicker::-moz-placeholder {
    color: #80807f;
}

select.select:-ms-input-placeholder,
select.selectpicker:-ms-input-placeholder {
    color: #80807f;
}

select.select::placeholder,
select.selectpicker::placeholder {
    color: #80807f;
}

select.select.black,
select.selectpicker.black {
    border: 1px solid #5c5e60;
}

select.select::-ms-expand,
select.selectpicker::-ms-expand {
    display: none;
}

select.select:active,
select.select:focus,
select.selectpicker:active,
select.selectpicker:focus {
    outline: 0;
}

hr.b2 {
    border-top: 2px solid rgba(0, 0, 0, 0.1);
}

.bb-1 {
    border-bottom: 1px solid #5c5e60;
}

.bb-2 {
    border-bottom: 2px solid #5c5e60;
}

.red {
    color: #d23935 !important;
}

.iconWrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    box-shadow: 1px 1px 5px 1px rgba(50, 50, 50, 0.2);
    margin: 0 auto 20px;
    padding: 10px;
    position: relative;
}

.iconWrapper span {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    padding: 20px 10px;
    position: absolute;
    top: -5px;
    left: -20px;
    line-height: 5px;
    font-size: 30px;
    font-family: AvenirLTStd-Black;
    color: #fff;
    background: #d23935;
}

.red-checkbox {
    opacity: 0;
    display: none;
}

.red-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.red-checkbox.radio + label {
    font-family: AvenirLTStd-Light;
    color: #80807f;
}

.red-checkbox + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: sub;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid grey;
}

.red-checkbox.radio + label:before {
    border: none;
    background: none;
}

.red-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}

.red-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}

.red-checkbox:checked + label:after {
    display: none;
    content: "";
    left: 5px;
    top: 9px;
    background: #fff;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff,
        4px -6px 0 #fff, 4px -8px 0 #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.virtual-drop {
    width: 100%;
}

.virtual-drop button.btn-default {
    text-align: left;
    font-family: AvenirLTStd-Black;
    font-size: 16px;
    color: #5c5e60;
    text-transform: uppercase;
    width: 100%;
    position: relative;
    cursor: pointer;
    border: none;
    background: #f7f7f7;
    box-shadow: 5px 5px 5px #b1b1b1;
    border-radius: 10px;
    padding: 10px 15px 5px;
    margin: 5px 0;
}

.virtual-drop button.btn-default:after {
    border: none;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    position: absolute;
    color: #5c5e60;
    transition: all 0.3s;
    right: 20px;
    top: 4px;
    font-size: 22px;
}

.virtual-drop button.btn-default:focus {
    outline: 0 !important;
    border: none;
}

.virtual-drop button.btn-default[aria-expanded="true"]:focus {
    outline: 0 !important;
}

.virtual-drop button.btn-default[aria-expanded="true"]:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 0;
    top: 14px;
}

.virtual-drop.show button.btn-default {
    background: #d23935;
    color: #fff;
}

.virtual-drop.show button.btn-default:after {
    color: #fff;
}

.virtual-drop .border-filter,
.virtual-drop .dropdown-menu {
    padding: 10px 15px;
    min-width: 160px;
    border: 1px solid #80807f;
    border-radius: 10px;
}

@media only screen and (max-width: 529px) {
    .virtual-drop .border-filter,
    .virtual-drop .dropdown-menu {
        top: 45px;
        width: 100%;
        -webkit-transform: none;
        transform: none;
    }
}

.virtual-drop .border-filter p,
.virtual-drop .dropdown-menu p {
    margin-bottom: 5px;
    color: #80807f;
    line-height: 5px;
    font-family: AvenirLTStd-Black;
    display: inline-block;
}

.virtual-drop .border-filter p:after,
.virtual-drop .dropdown-menu p:after {
    content: "";
    display: block;
    margin-top: 5px;
    border-bottom: 1px solid #5c5e60;
}

.virtual-drop .border-filter input.searchDrop,
.virtual-drop .dropdown-menu input.searchDrop {
    width: 95%;
    background: #d3d3d3;
    height: auto;
    margin-bottom: 10px;
    padding: 3px 10px 2px;
    color: #5c5e60;
}

.virtual-drop .border-filter input.searchDrop:focus,
.virtual-drop .dropdown-menu input.searchDrop:focus {
    outline: 0;
}

.virtual-drop .border-filter input.searchDrop::-webkit-input-placeholder,
.virtual-drop .dropdown-menu input.searchDrop::-webkit-input-placeholder {
    color: #5c5e60;
}

.virtual-drop .border-filter input.searchDrop::-moz-placeholder,
.virtual-drop .dropdown-menu input.searchDrop::-moz-placeholder {
    color: #5c5e60;
}

.virtual-drop .border-filter input.searchDrop:-ms-input-placeholder,
.virtual-drop .dropdown-menu input.searchDrop:-ms-input-placeholder {
    color: #5c5e60;
}

.virtual-drop .border-filter input.searchDrop::placeholder,
.virtual-drop .dropdown-menu input.searchDrop::placeholder {
    color: #5c5e60;
}

.virtual-drop .border-filter .efi,
.virtual-drop .dropdown-menu .efi {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.virtual-drop .border-filter .efi .cat,
.virtual-drop .dropdown-menu .efi .cat {
    border-right: 1px solid #5c5e60;
    padding-right: 5px;
    margin-right: 5px;
    height: 35px;
    width: 35px;
}

.virtual-drop .border-filter .efi ol,
.virtual-drop .dropdown-menu .efi ol {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: -ms-flexbox;
    display: flex;
}

.virtual-drop .border-filter .efi ol li,
.virtual-drop .dropdown-menu .efi ol li {
    display: inline-block;
    width: 35px;
}

.virtual-drop .border-filter .efi ol li label input.form-check-input,
.virtual-drop .dropdown-menu .efi ol li label input.form-check-input {
    margin-top: 7px;
    margin-left: 5px;
    display: none;
}

.virtual-drop
.border-filter
.efi
ol
li
label
input.form-check-input:checked
+ img,
.virtual-drop
.dropdown-menu
.efi
ol
li
label
input.form-check-input:checked
+ img {
    opacity: 1;
}

.virtual-drop .border-filter .efi ol li label img,
.virtual-drop .dropdown-menu .efi ol li label img {
    opacity: 0.5;
}

.virtual-drop .border-filter .efi ol li button,
.virtual-drop .dropdown-menu .efi ol li button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: none;
}

.virtual-drop .border-filter .efi ol li button:focus,
.virtual-drop .dropdown-menu .efi ol li button:focus {
    outline: 0;
}

.virtual-drop .border-filter ul,
.virtual-drop .dropdown-menu ul {
    list-style: none;
    padding-left: 0;
    min-width: 240px;
    max-height: 175px;
    margin-bottom: 0;
}

.virtual-drop .border-filter ul li label,
.virtual-drop .dropdown-menu ul li label {
    display: block;
    margin-bottom: 4px;
    color: #5c5e60;
    font-size: 14px;
    font-family: AvenirLTStd-Black;
    text-transform: uppercase;
}

.virtual-drop .border-filter ul li label span,
.virtual-drop .dropdown-menu ul li label span {
    font-family: AvenirLTStd-Roman;
}

.virtual-drop .border-filter ul li label.red-radio-check,
.virtual-drop .dropdown-menu ul li label.red-radio-check {
    position: relative;
    display: block;
    margin-bottom: 4px;
    padding-left: 20px;
    cursor: pointer;
    color: #5c5e60;
    font-size: 14px;
    font-family: AvenirLTStd-Black;
    text-transform: uppercase;
}

.virtual-drop .border-filter ul li label.red-radio-check span,
.virtual-drop .dropdown-menu ul li label.red-radio-check span {
    font-family: AvenirLTStd-Roman;
}

.virtual-drop .border-filter ul li label.red-radio-check input,
.virtual-drop .dropdown-menu ul li label.red-radio-check input {
    position: absolute;
    left: -9999px;
}

.virtual-drop .border-filter ul li label.red-radio-check input + i:after,
.virtual-drop .dropdown-menu ul li label.red-radio-check input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
    content: "";
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #d23935;
}

.virtual-drop
.border-filter
ul
li
label.red-radio-check
input:checked
+ i:after,
.virtual-drop
.dropdown-menu
ul
li
label.red-radio-check
input:checked
+ i:after {
    opacity: 1;
}

.virtual-drop .border-filter ul li label.red-radio-check i,
.virtual-drop .dropdown-menu ul li label.red-radio-check i {
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    width: 12px;
    height: 12px;
    outline: 0;
    border: none;
    background: #e0e0e0;
    border-radius: 50%;
    transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
}

.mt--20 {
    margin-top: -20px;
}

.accesorios .container-fluid {
    max-width: 1440px;
}

.accesorios hr {
    border-top: 1px solid #5c5e60;
}

.accesorios .accessorios__header {
    background: url(../assets/images/accesorios/accesorios.jpg) center center
        no-repeat;
    position: relative;
}

.accesorios .accessorios__header .row {
    height: 20vh;
}

.accesorios .accesorios__item {
    border-radius: 10px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
}

.accesorios .accesorios__item .accesorios__itemImg {
    width: 100%;
    min-height: 180px;
}

.accesorios .accesorios__item .accesorios__itemImg img {
    border-radius: 10px 10px 0 0;
}

.accesorios .accesorios__item .accesorios__itemInfo {
    padding: 1.2rem 0.8rem 0.8rem;
}

.accesorios .accesorios__item .accesorios__itemInfo h3 {
    font-size: 16px;
}

.accesorios .accesorios__item .accesorios__itemInfo p {
    font-size: 16px;
    font-family: AvenirLTStd-Light;
}

.accesorios .accesorios__item .accesorios__itemFooter {
    margin: 0 -0.8rem;
    padding: 0 0.8rem;
    border-top: 1px solid #80807f;
    text-align: center;
}

.accesorios .accesorios__item .accesorios__itemFooter .accesorios__itemPrices {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0.8rem 0;
    font-family: AvenirLTStd-Black;
    font-size: 0.9rem;
}

.accesorios .accesorios__item .accesorios__itemFooter strong {
    color: #00558f;
    margin-right: 5px;
}

.accesorios .accesorios__item .accesorios__itemFooter span {
    font-family: AvenirLTStd-Light;
    text-decoration: line-through;
    color: #80807f;
}

.accesorios .accesorios__item .accesorios__itemSave strong {
    color: #00558f;
    margin-right: 5px;
}

.accesorios .accesorios__item .accesorios__itemSave span {
    font-family: AvenirLTStd-Light;
    text-decoration: line-through;
    color: #80807f;
}

.accesorios .filters .card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 5px #8a8a8a;
}

.accesorios .filters .card .filter {
    position: relative;
}

.accesorios .filters .card .filter input {
    opacity: 0;
    position: absolute;
    top: 5px;
    left: 0;
    width: 95%;
    height: 32px;
    cursor: pointer;
}

.accesorios .filters .card .filter input:checked + span,
.accesorios .filters .card .filter input:hover + span {
    background: #191f6c;
    color: #fff;
    border: 2px solid #191f6c;
}

.accesorios .filters .card .filter span {
    background: #fff;
    width: 95%;
    display: block;
    text-align: center;
    border: 2px solid #5c5e60;
    color: #5c5e60;
    font-family: AvenirLTStd-Black;
    font-size: 0.65rem;
    padding: 8px 5px 6px;
    border-radius: 5px;
    margin: 5px 0;
    text-transform: uppercase;
    min-width: 93px;
}

#blog-article .blog-article-hero {
    height: 600px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0 0 30px;
}

#blog-article .blog-article-hero .article-info {
    position: absolute;
    bottom: 0;
    padding-bottom: 40px;
}

#blog-article .blog-article-hero .article-info .main-article span {
    margin-right: 20px;
}

#blog-article .blog-article-hero .article-info .article-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 50px;
    margin-bottom: 10px;
}

#blog-article .blog-article-hero .article-info .article-links p {
    margin-bottom: 0;
    margin-right: 20px;
    font-size: 15px;
}

@media (max-width: 850px) {
    #blog-article .blog-article-hero .article-info .article-links {
        position: static;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 20px;
    }

    #blog-article .blog-article-hero .article-info .article-links p {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

#blog-article .blog-hero-text {
    padding: 50px 0;
}

#blog-article .other-articles {
    padding: 20px 0 60px;
}

#blog-article .other-articles h3 {
    margin-bottom: 30px;
}

#blog-article .other-articles .content {
    width: 100%;
    height: 368px;
}

#blog-article .other-articles .content:hover .btn-article {
    transition: 1s ease;
    opacity: 1;
}

#blog-article .other-articles .content .btn {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    z-index: 1;
}

#blog-article .other-articles .content .btn-article {
    transition: 1s ease;
    opacity: 0;
}

#blog-article .other-articles .content:hover .article {
    transition: 2s ease;
    opacity: 0;
}

#blog-article .other-articles .content:hover .content-image:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    background-color: rgba(229, 57, 53, 0.9);
}

#blog-article .other-articles .content .content-image:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

#blog-article .other-articles .content-image {
    width: 100%;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#blog-article .other-articles .content-image .article {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 0 20px 20px;
}

#blog-article .other-articles hr {
    height: 2px;
}

#blog-article .otros-blog {
    text-transform: uppercase;
    font-family: raleway-black;
    font-size: 18px;
    color: #323232;
}

.container-footer {
    background-color: #323232;
}

@media (max-width: 991.98px) {
    .blog-article-searchbar .form-control {
        margin-top: 20px;
    }

    .container-footer p {
        margin-bottom: 0;
    }

    .container-footer .form-control {
        margin: 20px 0;
    }
}

.onlineHelp {
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

@media only screen and (max-width: 529px),
only screen and (min-width: 530px) and (max-width: 990px) {
    .onlineHelp {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.onlineHelp .onlineHelp__link {
    color: #5c5e60;
    font-family: AvenirLTStd-Black;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.onlineHelp .onlineHelp__progressBar {
    display: block;
    position: absolute;
    top: 95px;
    z-index: 2;
    height: 10px;
    background-color: #d23935;
}

.onlineHelp .onlineHelp__progressBar-bg {
    display: block;
    position: absolute;
    top: 95px;
    z-index: 1;
    height: 10px;
    background-color: #5c5e60;
    width: 100%;
}

.onlineHelp .category {
    cursor: pointer;
    width: 180px;
    border-radius: 12px;
    box-shadow: 0 0 15px #d2d2d2;
}

.onlineHelp .category:hover {
    width: 190px;
    border-radius: 12px;
    box-shadow: 0 0 15px grey;
}

.onlineHelp .onlineHelp__progressBar--step1 {
    width: 16.66667%;
}

.onlineHelp .onlineHelp__progressBar--step2 {
    width: 33.33333%;
}

.onlineHelp .onlineHelp__progressBar--step3 {
    width: 50%;
}

.onlineHelp .onlineHelp__progressBar--step4 {
    width: 66.66667%;
}

.onlineHelp .onlineHelp__progressBar--step5 {
    width: 83.33333%;
}

.onlineHelp .onlineHelp__progressBar--step6 {
    width: 100%;
}

.onlineHelp .onlineHelp__content {
    width: 40%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

@media only screen and (max-width: 529px),
only screen and (min-width: 530px) and (max-width: 990px) {
    .onlineHelp .onlineHelp__content {
        width: 100%;
        margin-top: 40px;
    }
}

.onlineHelp .onlineHelp__content form {
    margin: 0 auto;
}

.onlineHelp .onlineHelp__content .onlineHelp_category {
    position: relative;
}

.onlineHelp .onlineHelp__content .onlineHelp_category input[type="radio"] {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 30%;
    width: 210px;
    height: 110px;
}

.onlineHelp .onlineHelp__content .onlineHelp_category .card {
    width: 210px;
    margin: 0 auto;
    border-radius: 10px;
    border: none;
    text-align: center;
    padding: 0 0 6px;
    cursor: pointer;
    overflow: hidden;
    max-height: 110px;
}

.onlineHelp
.onlineHelp__content
.onlineHelp_category
.card.alto-rendimiento:hover
.header
.icon
img,
.onlineHelp
.onlineHelp__content
.onlineHelp_category
.card.economica:hover
.header
.icon
img {
    width: 30px;
}

.onlineHelp .onlineHelp__content .onlineHelp_category .card.economica {
    background: rgba(36, 160, 151, 0.2);
}

.onlineHelp .onlineHelp__content .onlineHelp_category .card.economica .header,
.onlineHelp
.onlineHelp__content
.onlineHelp_category
.card.economica
.header
.icon {
    background: #a85543;
}

.onlineHelp .onlineHelp__content .onlineHelp_category .card.economica h3 {
    color: #a85543;
}

.onlineHelp
.onlineHelp__content
.onlineHelp_category
.card.economica:hover
.header
.icon {
    padding: 7px 5px 0;
}

.onlineHelp .onlineHelp__content .onlineHelp_category .card.alto-rendimiento {
    background: rgba(37, 169, 251, 0.2);
}

.onlineHelp
.onlineHelp__content
.onlineHelp_category
.card.alto-rendimiento
.header,
.onlineHelp
.onlineHelp__content
.onlineHelp_category
.card.alto-rendimiento
.header
.icon {
    background: #485454;
}

.onlineHelp
.onlineHelp__content
.onlineHelp_category
.card.alto-rendimiento
h3 {
    color: #485454;
}

.onlineHelp
.onlineHelp__content
.onlineHelp_category
.card.alto-rendimiento:hover
.header
.icon {
    padding: 5px 0 0;
}

.onlineHelp .onlineHelp__content .onlineHelp_category .card.premium {
    background: rgba(105, 105, 248, 0.2);
}

.onlineHelp .onlineHelp__content .onlineHelp_category .card.premium .header {
    background: #e7a41f;
}

.onlineHelp
.onlineHelp__content
.onlineHelp_category
.card.premium
.header
.icon {
    background: #e7a41f;
    padding-top: 9px;
}

.onlineHelp .onlineHelp__option input[type="radio"]:checked + label,
.onlineHelp .onlineHelp__option label:hover {
    background-color: #d8d8d8;
}

.onlineHelp .onlineHelp__content .onlineHelp_category .card.premium h3 {
    color: #e7a41f;
}

.onlineHelp
.onlineHelp__content
.onlineHelp_category
.card.premium:hover
.header
.icon {
    padding-top: 9px;
}

.onlineHelp
.onlineHelp__content
.onlineHelp_category
.card.premium:hover
.header
.icon
img {
    width: 40px;
}

.onlineHelp .onlineHelp__content .onlineHelp_category .card:hover {
    box-shadow: 0 0 15px grey;
}

.onlineHelp
.onlineHelp__content
.onlineHelp_category
.card:hover
.header
.icon {
    margin: 10px auto 0;
    height: 55px;
    width: 55px;
}

.onlineHelp .onlineHelp__content .onlineHelp_category .card:hover h3 {
    font-size: 18px;
}

.onlineHelp .onlineHelp__content .onlineHelp_category .card .header {
    width: 100%;
    height: 40px;
    border-radius: 10px 10px 0 0;
}

.onlineHelp .onlineHelp__content .onlineHelp_category .card .header .icon {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    padding: 5px 0 0;
    margin: 15px auto 0;
    box-shadow: 0 0 5px #333;
}

.onlineHelp .onlineHelp__content .onlineHelp_category .card h3 {
    font-family: AvenirLTStd-Black;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 35px;
    margin-bottom: 10px;
}

.onlineHelp .onlineHelp__info {
    display: none;
}

.onlineHelp .hr:after {
    content: "";
    width: 80%;
    display: block;
    border-bottom: 3px solid #5c5e60;
    margin: 15px auto;
}

.onlineHelp .onlineHelp__info--stepActive {
    display: block;
}

.onlineHelp .onlineHelp__option {
    position: relative;
    font-family: AvenirLTStd-Black;
    text-align: center;
}

.onlineHelp .onlineHelp__option input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.onlineHelp .onlineHelp__option label {
    min-width: 340px;
    padding: 0.8rem 2rem;
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    cursor: pointer;
    color: #5c5e60;
}

.onlineHelp .onlineHelp__option label img {
    display: block;
    height: 2rem;
    margin: 0 auto 0.5rem;
}

.onlineHelp .input-final-form {
    width: 100%;
    padding: 6px 16px;
    outline: 0;
    border: 1px solid rgba(31, 32, 32, 0.3);
    color: #323232;
    font-family: AvenirLTStd-Light;
    font-size: 15px;
    text-transform: capitalize;
    opacity: 0.8;
}

.onlineHelp .input-final-form::-webkit-input-placeholder {
    color: #80807f;
}

.onlineHelp .input-final-form::-moz-placeholder {
    color: #80807f;
}

.onlineHelp .input-final-form:-ms-input-placeholder {
    color: #80807f;
}

.onlineHelp .input-final-form::placeholder {
    color: #80807f;
}

.onlineHelp .styled-checkbox {
    opacity: 0;
}

.onlineHelp .styled-checkbox + label {
    color: #80807f;
}

.onlineHelp .styled-checkbox + label::before {
    background: #80807f;
}

.onlineHelp .onlineHelp__img {
    position: relative;
    width: 60%;
    min-height: 600px;
    background-image: url(../assets/img/home/asesoria/consultancy.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 529px),
only screen and (min-width: 530px) and (max-width: 990px) {
    .onlineHelp .onlineHelp__img {
        width: 100%;
    }
}

.onlineHelp .onlineHelp__phrases {
    display: none;
    position: absolute;
    bottom: 3rem;
    width: 100%;
    padding: 2rem 2rem 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.7),
        rgba(50, 50, 50, 0.5)
        );
}

.onlineHelp .onlineHelp__phrases--active {
    display: block;
}

.onlineHelp .onlineHelp__btnBackStep {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    border: 0;
    background: 0 0;
    color: #323232;
    font-family: AvenirLTStd-Black;
    text-transform: uppercase;
    cursor: pointer;
}

.onlineHelp .onlineHelp__btnBackStep i {
    margin-right: 1rem;
    font-size: 1.6rem;
}

.blog__hero {
    position: relative;
    height: 550px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog__heroContainer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    top: 55%;
    left: 5%;
    width: 90%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Open Sans", sans-serif;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .blog__heroContainer {
        -ms-flex-direction: row;
        flex-direction: row;
        left: 50%;
        width: 40%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

@media screen and (min-width: 992px) {
    .blog__heroContainer {
        left: 5%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.blog__heroBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
    .blog__heroBox {
        width: 50%;
        margin-bottom: 2rem;
        padding: 0 1.5rem;
    }

    .blog__heroBox:first-child {
        padding-left: 0;
        border-right: 1px solid #fff;
    }
}

input:not([type="checkbox"]) {
    height: 42px;
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: transparent;
    color: #fff;
    font-family: AvenirLTStd-Light;
    opacity: 0.8;
}

input:not([type="checkbox"])::-webkit-input-placeholder {
    color: #fff;
    font-family: AvenirLTStd-Light;
}

input:not([type="checkbox"])::-moz-placeholder {
    color: #fff;
    font-family: AvenirLTStd-Light;
}

input:not([type="checkbox"]):-ms-input-placeholder {
    color: #fff;
    font-family: AvenirLTStd-Light;
}

input:not([type="checkbox"])::placeholder {
    color: #fff;
    font-family: AvenirLTStd-Light;
}

.blog__heroFormInput {
    margin-bottom: 1rem;
    padding: 0.5rem 0.8rem;
    border: 1px solid #fff;
    background: 0 0;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .blog__heroFormInput {
        width: calc(50% - 2rem);
        margin: 0 1rem 1rem;
    }
}

.blog__heroFormInput::-webkit-input-placeholder {
    color: #fff;
}

.blog__heroFormInput::-moz-placeholder {
    color: #fff;
}

.blog__heroFormInput:-ms-input-placeholder {
    color: #fff;
}

.blog__heroFormInput::placeholder {
    color: #fff;
}

.blog__heroFormSubmit {
    display: inline-block;
    margin-bottom: 1.5rem;
    padding: 1.2rem 3rem;
    outline: 0;
    border: 3px solid #fff;
    border-radius: 40px;
    background: 0 0;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

.blog__heroFormCheckbox {
    width: 100%;
}

#blog-articles .categories .blog-article-searchbar #buscar-articulo {
    position: relative;
}

#blog-articles .categories .blog-article-searchbar #buscar-articulo .magnifier {
    fill: #80807f;
}

#blog-articles .categories .blog-article-searchbar #buscar-articulo svg {
    position: absolute;
    top: 50%;
    left: 85%;
    -webkit-transform: translate(-10%, -50%);
    transform: translate(-10%, -50%);
    width: 25px;
    height: 25px;
}

@media (max-width: 991.98px) {
    #blog-articles .blog-article-searchbar .form-control {
        margin-top: 20px;
    }

    #blog-articles .container-footer p {
        margin-bottom: 0;
    }

    #blog-articles .container-footer .form-control {
        margin: 20px 0;
    }
}

#blog-articles .blog-category .content {
    width: 100%;
    height: 368px;
}

#blog-articles .blog-category .content:hover .btn-article {
    transition: 1s ease;
    opacity: 1;
}

#blog-articles .blog-category .content .btn {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    z-index: 1;
}

#blog-articles .blog-category .content .btn-article {
    transition: 1s ease;
    opacity: 0;
}

#blog-articles .blog-category .content:hover .article {
    transition: 2s ease;
    opacity: 0;
}

#blog-articles .blog-category .content:hover .content-image:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.9);
}

#blog-articles .blog-category .content .content-image:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

#blog-articles .blog-category .content-image {
    width: 100%;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#blog-articles .blog-category .content-image .article {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 0 20px 20px;
}

#blog-articles .blog-category hr {
    height: 2px;
}

#blog-articles .nav-pills {
    font-family: AvenirLTStd-Black;
}

#blog-articles .nav-pills .nav-link {
    font-size: 18px;
    text-align: center;
    color: #323232;
    text-transform: uppercase;
}

#blog-articles .nav-pills .nav-link:first-child {
    padding-left: 0;
}

#blog-articles .nav-pills .nav-link:active,
#blog-articles .nav-pills .nav-link:focus,
#blog-articles .nav-pills .nav-link:hover {
    color: #d23935;
}

#blog-articles .nav-pills .nav-link.active {
    color: #d23935;
    background-color: #fff;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination .arrow-wrapper {
    width: 34px;
    height: 34px;
    position: relative;
    border-radius: 50%;
    background-color: #d23935;
    cursor: pointer;
}

.pagination .arrow-wrapper:hover {
    background-color: rgba(229, 57, 53, 0.8);
}

.pagination .arrow-wrapper img.prev {
    position: relative;
    width: 30%;
    left: 32%;
    top: 11%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pagination .arrow-wrapper img.next {
    position: relative;
    width: 30%;
    left: 13px;
    top: 3px;
}

.pagination .pages {
    margin: 0 20px;
    font-size: 16px;
    font-family: OpenSans, sans-serif;
    font-weight: 700;
}

.pagination .pages > a {
    padding: 0 5px;
}

.pagination .pages a:link,
.pagination .pages a:visited {
    color: #323232;
}

.pagination .pages a:hover {
    color: #d23935;
    text-decoration: none;
}

.pagination .pages a:active {
    color: #bdbdbd;
}

#blog-articles .container-footer {
    background-color: #323232;
}

.calificacion-page {
    border-bottom: 10px solid #5c5e60;
}

.calificacion-page .onlineHelp__img {
    background: 0 0;
    position: relative;
    min-height: 570px;
    overflow: hidden;
}

@media only screen and (max-width: 529px) {
    .calificacion-page .onlineHelp__link {
        margin-bottom: 10px;
        display: block;
    }

    .calificacion-page .onlineHelp__img {
        min-height: 280px;
    }
}

.calificacion-page .onlineHelp__img .onlineHelp__phrases {
    position: relative;
    top: 5px;
    bottom: 0;
    padding: 0;
}

.calificacion-page .onlineHelp__img .onlineHelp__phrases .calificacion-img {
    width: 100%;
}

.calificacion-page .onlineHelp__img .onlineHelp__phrases p {
    position: absolute;
    width: 100%;
    padding: 10px 20px;
    background: rgba(50, 50, 50, 0.5);
    text-align: center;
}

.calificacion-page .onlineHelp__img .onlineHelp__phrases p.top {
    top: 15px;
}

.calificacion-page .onlineHelp__img .onlineHelp__phrases p.bottom {
    bottom: 15px;
}

.calificacion-page .onlineHelp__img .onlineHelp__phrases p span {
    display: inline-block;
}

@media only screen and (max-width: 529px) {
    .calificacion-page .onlineHelp__img .onlineHelp__phrases p span {
        width: 100%;
    }

    .calificacion-page .onlineHelp__img .onlineHelp__phrases p span br {
        display: none;
    }
}

.calificacion-page .onlineHelp__img .onlineHelp__phrases p strong {
    display: inline-block;
    border-left: 1px solid #fff;
    text-transform: uppercase;
    font-size: 50px;
    font-family: AvenirLTStd-Black;
    padding-left: 20px;
    margin-left: 20px;
    line-height: 42px;
    padding-top: 10px;
}

.checkout-pagar {
    padding: 20px 0;
}

.checkout-pagar .container-fluid {
    max-width: 1440px;
}

.checkout-pagar .head {
    -ms-flex-direction: row;
    flex-direction: row;
}

.checkout-pagar .logo-checkout {
    width: 30%;
}

.checkout-pagar .logo-checkout img {
    width: 100%;
}

.checkout-pagar .login-buttons {
    border-top: 1px solid #5c5e60;
    border-bottom: 1px solid #5c5e60;
    padding: 10px 0;
    margin-left: 40px;
    position: relative;
    /*display:inline-flex*/
}

@media only screen and (max-width: 529px) {
    .calificacion-page .onlineHelp__img .onlineHelp__phrases p strong {
        border-left: 0;
        font-size: 40px;
    }

    .checkout-pagar {
        text-align: center;
    }

    .checkout-pagar .head {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .checkout-pagar .logo-checkout img {
        width: 40vw;
        margin-bottom: 10px;
    }

    .checkout-pagar .logo-checkout {
        width: 40%;
        min-height: auto;
        max-height: auto;
    }

    .checkout-pagar .login-buttons {
        margin-left: 0;
    }

    .checkout-pagar .login-buttons:after {
        display: none;
    }
}

.checkout-pagar .login-buttons:after {
    content: "";
    height: 100%;
    width: 1px;
    background: #5c5e60;
    position: absolute;
    left: -20px;
    top: 0;
}

.checkout-pagar .login-buttons span {
    position: relative;
    margin: 0 15px 0 10px;
}

@media only screen and (max-width: 529px) {
    .checkout-pagar .login-buttons span {
        display: none;
    }
}

.checkout-pagar .login-buttons span:after {
    content: "";
    height: 35px;
    width: 2px;
    background: #5c5e60;
    position: absolute;
    left: 0;
    top: -8px;
}

.checkout-pagar .paga-seguro {
    border-bottom: 1px solid #5c5e60;
    padding-bottom: 10px;
    text-align: right;
}

@media only screen and (max-width: 529px),
only screen and (min-width: 530px) and (max-width: 990px),
only screen and (min-width: 991px) and (max-width: 1199px) {
    .checkout-pagar .paga-seguro {
        display: none;
    }
}

.checkout-pagar .paga-seguro span {
    display: block;
}

.checkout-pagar .paga-seguro span:first-child {
    font-size: 10px;
}

.checkout-pagar .paga-seguro span.bloque {
    margin-top: 1px;
    display: inline-block;
    color: #fff;
    background: #5c5e60;
    border-radius: 5px;
    padding: 6px 10px 3px;
    font-family: AvenirLTStd-Black;
    font-size: 14px;
}

.checkout-pagar .btn-facebook,
.checkout-pagar .btn-google,
.checkout-pagar .btn-login {
    color: #fff;
    font-family: AvenirLTStd-Black;
    cursor: pointer;
}

.checkout-pagar .btn-login {
    background: #d23935;
    border: none;
    padding: 10px 25px 5px;
    height: 40px;
}

.checkout-pagar .btn-facebook {
    background: #0054ab;
    position: relative;
    border: none;
    font-size: 14px;
    padding: 10px 15px 5px 50px;
}

@media only screen and (max-width: 529px),
only screen and (min-width: 530px) and (max-width: 990px) {
    .checkout-pagar .btn-facebook {
        font-size: 9px;
        padding: 7px 5px 5px;
    }

    .checkout-pagar .btn-facebook i {
        display: none;
    }
}

.checkout-pagar .btn-facebook i {
    position: absolute;
    left: 15px;
    top: 0;
    font-size: 16px;
    border-right: 1px solid #fff;
    padding-right: 20px;
    height: 100%;
}

.checkout-pagar .btn-facebook i:before {
    position: absolute;
    top: 10px;
}

.checkout-pagar .btn-google {
    background: #fa4e37;
    position: relative;
    border: none;
    font-size: 14px;
    padding: 10px 15px 5px 50px;
}

.checkout-pagar h3,
.checkout-pagar span.hr {
    border-bottom: 1px solid #5c5e60;
}

.checkout-pagar .link-blue,
.checkout-pagar p {
    font-family: AvenirLTStd-Light;
}

@media only screen and (max-width: 529px),
only screen and (min-width: 530px) and (max-width: 990px) {
    .checkout-pagar .btn-google {
        font-size: 9px;
        padding: 7px 5px 5px;
    }

    .checkout-pagar .btn-google i {
        display: none;
    }
}

.checkout-pagar .btn-google i {
    position: absolute;
    left: 13px;
    top: 0;
    font-size: 16px;
    border-right: 1px solid #fff;
    padding-right: 25px;
    height: 100%;
}

.checkout-pagar .btn-google i:before {
    position: absolute;
    top: 10px;
}

.checkout-pagar hr {
    border-top: 2px solid #5c5e60;
}

.checkout-pagar span.hr {
    width: 100%;
    margin: 10px 0;
    display: block;
}

.checkout-pagar .link-blue {
    color: #00558f;
    font-size: 12px;
}

.checkout-pagar p {
    font-size: 14px;
}

.checkout-pagar p strong {
    font-family: AvenirLTStd-Black;
}

.checkout-pagar .separador:before {
    content: "";
    width: 2px;
    height: 100%;
    background: gray;
    position: absolute;
    right: 0;
    top: 0;
}

.checkout-pagar .resumen-precio {
    border-radius: 15px;
    box-shadow: 1px 1px 5px #8a8a8a;
    padding: 15px 30px;
    margin-top: 15px;
    background: linear-gradient(0deg, #eaeaea 0, #fff 80%);
    width: 310px;
}

.checkout-pagar .resumen-precio hr {
    margin: 10px 0;
}

.checkout-pagar .resumen-precio .bloque {
    text-align: center;
    color: #fff;
    background: #5c5e60;
    border-radius: 5px;
    padding: 6px 10px 3px;
    font-family: AvenirLTStd-Black;
    font-size: 18px;
}

.checkout-pagar .resumen-precio h4 {
    text-align: right;
    margin-bottom: 0;
}

.checkout-pagar .resumen-precio .btn {
    font-size: 22px;
    padding: 10px;
    width: 100%;
}

.checkout-pagar .resumen-precio .btn-blue {
    cursor: pointer;
    background: #00558f !important;
    border: none;
    padding: 5px 20px;
    font-family: AvenirLTStd-Black;
    text-transform: uppercase;
    border-radius: 20px;
}

@media only screen and (max-width: 529px) {
    .checkout-pagar .forma-pago {
        /*padding-bottom:80px*/
    }
}

.checkout-pagar .forma-pago .card {
    border-radius: 15px;
    box-shadow: 1px 1px 5px #8a8a8a;
    padding: 15px;
    max-height: 180px;
    height: 135px;
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.checkout-pagar .forma-pago label {
    font-family: AvenirLTStd-Roman;
    color: #00558f;
    font-size: 12px;
    text-align: left;
}

.checkout-pagar .pagar {
    width: 100%;
    position: fixed;
    bottom: 0;
}

.checkout-pagar .pagar h3 {
    font-family: AvenirLTStd-Black;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    background: #191f6c;
    margin: 0;
    padding: 5px 0 2px;
}

.checkout-pagar .pagar .btn-primary {
    width: 100%;
    border-radius: 0;
    font-size: 20px;
    padding: 10px;
}

.checkout .checkoutLayout__hero {
    position: relative;
    height: 160px;
    background: url(../assets/images/checkout/header-bg.jpg) no-repeat;
    background-size: cover;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.checkout .checkouLayout__heroContent {
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-left: 5%;
}

.checkout .checkoutLayout__heroIcon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    margin-right: 1rem;
    border-right: 3px solid #fff;
}

.checkout .checkoutLayout__heroIcon img {
    width: 75px;
    height: 75px;
    padding: 0 0.3rem 0.3rem 0;
    border-radius: 0;
    background: 0 0;
}

.checkout .checkoutayout__heroInfo {
    width: 70%;
}

.checkout .container-fluid {
    max-width: 1440px;
    padding-right: 0;
    padding-left: 0;
}

.checkout .main {
    padding: 1.5rem 2rem;
    min-height: 420px;
}

.checkout .divider {
    background-color: #80807f;
    display: block;
    height: 1px;
    width: 100%;
}

.resumen-precio .divider {
    background-color: #80807f;
    display: block;
    height: 1px;
    width: 100%;
    display: none;
}

.checkout .pl-0 {
    padding-left: 0;
}

.checkout .mt {
    margin-top: 3rem;
}

.checkout .no-shadow {
    box-shadow: none !important;
}

.checkout .infoIcon {
    background: url(../assets/images/resultado/info.svg) center 4px no-repeat;
    background-size: 100%;
    cursor: pointer;
    margin: 0;
    display: inline-block;
    height: 23px;
    width: 14px;
}

.checkout .btn-gray {
    background: #e7e7e7;
    color: #80807f;
    border-color: #e7e7e7;
}

.checkout .btn-gray:disabled {
    background: #5c5e60;
    color: #fff;
}

.checkout .divider-product {
    margin: 1rem 0;
}

.checkout .tab-divider {
    margin: 0.5rem 0;
}

.checkout .productSpecifications .productSpecifications__features .row {
    position: relative;
}

.checkout
.productSpecifications
.productSpecifications__features
.productSpecifications__item {
    -ms-flex: 1;
    flex: 1;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.checkout
.productSpecifications
.productSpecifications__features
.productSpecifications__item
.productSpecifications__item-card {
    -ms-flex-align: center;
    align-items: center;
    background-color: #e7e7e7;
    border-radius: 6px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 150px;
    margin-right: 1rem;
    padding: 1rem 0;
    position: relative;
    text-align: center;
    background: #f1f1f1;
}

.checkout
.productSpecifications
.productSpecifications__features
.productSpecifications__item
.productSpecifications__item-card
h4 {
    color: #5c5e60;
    background-color: #f5f5f5;
    box-shadow: 1px 1px 10px #a09f9f;
    border-radius: 15px;
    display: inline-block;
    font-family: AvenirLTStd-Black;
    font-size: 16px;
    line-height: 16px;
    margin: 0.5rem 0;
    padding: 13px 5px 10px;
    width: 90%;
    text-align: center;
    text-transform: uppercase;
    background: transparent;
    box-shadow: none;
}

.checkout
.productSpecifications
.productSpecifications__features
.productSpecifications__item
.productSpecifications__item-card
img {
    width: 100px;
}

.checkout
.productSpecifications
.productSpecifications__features
.productSpecifications__item
.productSpecifications__item-card
p {
    font-family: AvenirLTStd-Black;
    font-size: 16px;
    color: #5c5e60;
    line-height: 15px;
}

.checkout
.productSpecifications
.productSpecifications__features
.productSpecifications__item
.productSpecifications__item-card
.cantidad {
    margin-top: -5px;
}

.checkout
.productSpecifications
.productSpecifications__features
.productSpecifications__item
.productSpecifications__item-card
.cantidad
.input-group {
    -ms-flex-pack: center;
    justify-content: center;
}

.checkout
.productSpecifications
.productSpecifications__features
.productSpecifications__item
.productSpecifications__item-card
.cantidad
.input-group
input.quantity {
    height: 35px;
    font-size: 14px;
    max-width: 45px;
    padding: 5px 10px;
    line-height: 34px;
    margin-bottom: 0;
    background: #fff;
    border: 2px solid #5c5e60;
    color: #5c5e60;
    font-family: AvenirLTStd-Black;
}

.checkout
.productSpecifications
.productSpecifications__features
.productSpecifications__item
.productSpecifications__item-card
.cantidad
.input-group
.btn-number {
    cursor: pointer;
    border-radius: 50%;
    background: 0 0;
    border: 1px solid #5c5e60;
    color: #5c5e60;
    margin: 10px 3px;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    width: 20px;
    height: 20px;
    padding: 0 2px;
}

.checkout
.productSpecifications
.productSpecifications__features
.productSpecifications__item
.productSpecifications__item-card
.cantidad
.input-group
.btn-number:active,
.checkout
.productSpecifications
.productSpecifications__features
.productSpecifications__item
.productSpecifications__item-card
.cantidad
.input-group
.btn-number:focus {
    outline: 0;
}

.checkout
.productSpecifications
.productSpecifications__features
.productSpecifications__item
.productSpecifications__item-card
.cantidad
p {
    font-family: AvenirLTStd-Black;
    font-size: 8px;
    color: #5c5e60;
}

.checkout
.productSpecifications
.productSpecifications__features
.productSpecifications__item
.productSpecifications__item-card
.promo {
    background-color: #00558f;
    border-radius: 10px;
    padding: 2px 5px 5px;
    width: 95%;
    position: absolute;
    bottom: -10px;
}

.checkout
.productSpecifications
.productSpecifications__features
.productSpecifications__item
.productSpecifications__item-card
.promo
span {
    color: #fff;
    font-family: AvenirLTStd-Heavy;
    font-size: 12px;
}

.checkout .productSpecifications .productSpecifications__features .btn-trash {
    position: absolute;
    right: -10px;
    top: 40%;
    border: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
}

.checkout
.productSpecifications
.productSpecifications__features
.btn-trash
img {
    width: 25px;
}

.checkout
.productSpecifications
.productSpecifications__features
.btn-trash
img:hover {
    width: 28px;
}

.checkout
.productSpecifications
.productSpecifications__features
.btn-trash:active,
.checkout
.productSpecifications
.productSpecifications__features
.btn-trash:focus {
    outline: 0;
}

.checkout .productSpecifications .productSpecifications__features .additional {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-direction: column;
    flex-direction: column;
}

.checkout
.productSpecifications
.productSpecifications__features
.additional
.insurance {
    display: inline-block;
}

.checkout
.productSpecifications
.productSpecifications__features
.additional
.insurance
p {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
}

.checkout
.productSpecifications
.productSpecifications__features
.additional
.insurance
p
span {
    font-size: 12px;
    font-family: AvenirLTStd-Light;
    color: #80807f;
}

.checkout
.productSpecifications
.productSpecifications__features
.additional
.insurance
p
strong {
    font-size: 16px;
    margin-left: 10px;
    color: #80807f;
}

.checkout
.productSpecifications
.productSpecifications__features
.additional
label {
    font-family: AvenirLTStd-Black;
}

.checkout .services {
    width: 100%;
    margin-top: 2rem;
}

.checkout .services .servicesContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
}

.checkout .services .servicesContent div.serviceTitle {
    text-align: center;
    padding: 12px 5px 10px;
    border-radius: 15px;
    background: #f7f7f7;
    box-shadow: 5px 5px 5px #b1b1b1;
    color: #5c5e60;
    font-family: AvenirLTStd-Black;
    text-transform: uppercase;
    font-size: 20px;
    -ms-flex: 1 60%;
    flex: 1 60%;
}

@media only screen and (max-width: 529px) {
    .checkout .services .servicesContent div.serviceTitle {
        font-size: 10px;
        padding: 12px 5px 10px;
        box-shadow: 1px 3px 5px #b1b1b1;
    }
}

.checkout .location .card,
.checkout .location .location__tabContent,
.checkout .productsRelated .productRelated__item {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.checkout .services .servicesContent p {
    font-family: AvenirLTStd-Light;
    color: #5c5e60;
    margin: 0 0 0 1rem;
    padding: 10px;
    line-height: 16px;
    position: relative;
}

.checkout .services .servicesContent p:before {
    content: "";
    background: #80807f;
    width: 1px;
    height: 70%;
    position: absolute;
    left: 0;
    top: 15%;
}

.checkout .services .servicesContent p strong {
    display: block;
    margin-bottom: 5px;
    color: #00558f;
    font-family: AvenirLTStd-Roman;
    font-size: 16px;
}

.checkout .productsRelated .productRelated__item {
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 10px;
    min-height: 300px;
    margin-bottom: 15px;
}

.checkout .productsRelated .productRelated__item .card-body {
    padding: 20px 0 0;
    text-align: center;
}

.checkout .productsRelated .productRelated__item .card-img-top {
    height: 145px;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.checkout .productsRelated .productRelated__item .card-title {
    font-family: AvenirLTStd-Black;
    color: #5c5e60;
}

.checkout .productsRelated .productRelated__item .card-text .after,
.checkout .productsRelated .productRelated__item .card-text .berfore {
    color: #00558f;
    display: inline-block;
    font-family: AvenirLTStd-Heavy;
    margin-right: 5px;
}

.checkout .productsRelated .productRelated__item .card-text {
    padding: 10px 5px;
}

.checkout .productsRelated .productRelated__item .card-text .berfore {
    font-size: 12px;
}

.checkout .productsRelated .productRelated__item .card-text .after-price,
.checkout .productsRelated .productRelated__item .card-text .before-price {
    font-size: 12px;
    font-family: AvenirLTStd-Roman;
    margin-right: 5px;
    text-decoration: line-through;
    color: #80807f;
}

.checkout .productsRelated .productRelated__item .card-text .after,
.checkout .productsRelated .productRelated__item .card-text .after-price {
    font-size: 14px;
}

.checkout .productsRelated .productRelated__item .card-text button {
    display: block;
    margin: 1rem auto 0;
}

.checkout .location h3 {
    font-family: AvenirLTStd-Black;
    font-size: 16px;
    color: #5c5e60;
    text-align: left;
    margin: 20px 0;
    display: inline-block;
}

.checkout .location h3:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #5c5e60;
}

@media only screen and (max-width: 529px) {
    .checkout .location h3 {
        font-size: 10px;
        margin: 5px 0;
    }
}

.checkout .location .city__select {
    margin: 1rem 0;
}

@media only screen and (max-width: 529px) {
    .checkout .location .city__select {
        padding-top: 10px;
        margin: 0;
        display: -ms-flexbox;
        display: flex;
    }

    .checkout .location .city__select .select {
        background: url(../assets/images/arrow-down.png) 95% 7px no-repeat;
        background-size: 10px;
        height: 24px;
        font-size: 10px;
        padding: 0 5px;
        width: 100%;
    }

    .checkout .location .city__select .select::-webkit-input-placeholder {
        font-size: 10px;
    }

    .checkout .location .city__select .select::-moz-placeholder {
        font-size: 10px;
    }

    .checkout .location .city__select .select:-ms-input-placeholder {
        font-size: 10px;
    }

    .checkout .location .city__select .select::placeholder {
        font-size: 10px;
    }
}

.checkout .location .location__menuItem a.active:before,
.checkout .location .location__menuItem a:hover:before {
    background: #d23935;
}

.checkout .location .nav.nav-tabs {
    border: none;
    margin-left: 1rem;
    margin-bottom: 1rem;
}

@media only screen and (max-width: 529px) {
    .checkout .location .nav.nav-tabs {
        margin-left: 0;
        margin-bottom: 10px;
        display: block;
    }

    .checkout .location .nav.nav-tabs li {
        width: 100%;
    }

    .checkout .location .nav.nav-tabs li a {
        font-size: 10px;
        padding: 0;
        border-right: 0;
    }

    .checkout .location .nav.nav-tabs li a:before {
        width: 10px;
        height: 10px;
        border: 1px solid #5c5e60;
        margin-right: 5px;
    }
}

.checkout .location .branchList {
    max-height: 260px;
}

.checkout .location .map {
    min-height: 340px;
}

.checkout .map,
.checkout
.modal
.modal-dialog
.modal-content
.modal-body
.location__tabContent
.map {
    min-height: 250px;
}

.checkout .location .location__menuItem {
    width: 33%;
}

.checkout .location .location__menuItem a {
    cursor: pointer;
    border: none;
    border-radius: 0;
    font-family: AvenirLTStd-Black;
    font-size: 16px;
    color: #5c5e60;
    padding: 0 0.5rem;
    text-align: center;
    border-right: 1px solid #5c5e60;
}

.checkout .location .location__menuItem a.active,
.checkout .location .location__menuItem a:hover {
    color: #d23935;
}

.checkout .location .location__menuItem a:before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #5c5e60;
    display: inline-block;
    margin-right: 10px;
}

.checkout .location .location__menuItem a.no-border {
    border: 0;
}

.checkout .location .location__tabContent {
    border-radius: 10px;
    padding: 30px 20px;
}

.checkout .location .location__tabContent p,
.checkout .location .location__tabContent ul {
    font-family: AvenirLTStd-Light;
    color: #80807f;
    font-size: 16px;
}

.checkout .location .location__tabContent p li,
.checkout .location .location__tabContent ul li {
    margin: 10px 0;
}

.checkout .location .location__tabContent p li strong,
.checkout .location .location__tabContent ul li strong {
    font-size: 16px;
}

.checkout .location .location__tabContent strong {
    color: #80807f;
    font-family: AvenirLTStd-Black;
    font-size: 20px;
}

.checkout .location .location__tabContent strong.price {
    color: #d23935;
}

.checkout .location .location__tabContent .input__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: "row";
    flex-direction: "row";
    margin: 1rem 0;
}

.checkout .location .location__tabContent .input__row input,
.checkout .location .location__tabContent .input__row select {
    margin-right: 10px;
    width: 33%;
}

.checkout .location .location__tabContent .input__row input[type="text"],
.checkout .location .location__tabContent .input__row input[type="email"] {
    padding: 6px 16px;
    outline: 0;
    border: 1px solid #323232;
    color: #323232;
    font-family: AvenirLTStd-Light;
    font-size: 15px;
    text-transform: capitalize;
}

.checkout
.location
.location__tabContent
.input__row
input[type="text"]::-webkit-input-placeholder,
.checkout
.location
.location__tabContent
.input__row
input[type="email"]::-webkit-input-placeholder {
    color: #323232;
}

.checkout
.location
.location__tabContent
.input__row
input[type="text"]::-moz-placeholder,
.checkout
.location
.location__tabContent
.input__row
input[type="email"]::-moz-placeholder {
    color: #323232;
}

.checkout
.location
.location__tabContent
.input__row
input[type="text"]:-ms-input-placeholder,
.checkout
.location
.location__tabContent
.input__row
input[type="email"]:-ms-input-placeholder {
    color: #323232;
}

.checkout
.location
.location__tabContent
.input__row
input[type="text"]::placeholder,
.checkout
.location
.location__tabContent
.input__row
input[type="email"]::placeholder {
    color: #323232;
}

.checkout .location .btn-blue {
    margin: 10px 0;
    float: right;
    font-size: 18px;
    padding: 10px 40px 8px;
    font-family: AvenirLTStd-Black;
    background: #d23935;
    border: none;
}

.checkout .location .card {
    border-radius: 10px;
    padding: 20px;
    text-align: left;
}

.checkout .location .card p {
    font-family: AvenirLTStd-Roman;
    font-size: 16px;
    color: #5c5e60;
}

.checkout .location .card p strong {
    color: #5c5e60;
    font-family: AvenirLTStd-Black;
    font-size: 16px;
    display: block;
}

.checkout .location .card p strong.red {
    color: #d23935;
}

.checkout .location .search_location strong {
    display: block;
    text-decoration: underline;
    color: #b1b1b1;
    line-height: 1;
    font-size: 20px;
    font-family: AvenirLTStd-Black;
    margin: 15px 0;
}

@media only screen and (max-width: 529px) {
    .checkout .aside {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .checkout .aside .resumen-precio {
        z-index: 9;
        right: 5px;
        width: 172px;
    }
}

.resumen-precio {
    background: #f1f1f1;
    border-radius: 25px;
    box-shadow: none;
    padding: 1rem 1.2rem;
    text-align: center;
    z-index: 9;
    width: 190px;
    border-radius: 6px;
    margin-top: -20px;
    padding: 2em 1em 1em;
}

.resumen-precio .discountForm,
.resumen-precio .value {
    text-align: right;
    margin-bottom: 10px;
}

.resumen-precio .aside__title {
    background-color: transparent;
    border-radius: 0;
    color: #171717;
    font-size: 16px;
    padding: 0;
    text-transform: none;
    font-family: AvenirLTStd-Heavy;
    text-align: right;
    margin: 0;
}

.resumen-precio .value {
    display: block;
    font-family: AvenirLTStd-Black;
    font-size: 20px;
    margin-top: 5px;
    width: 100%;
    color: #5c5e60;
    text-align: right;
    font-family: AvenirLTStd-Heavy;
    padding-bottom: 0.6em;
}

.resumen-precio .value_total {
    color: #01aa44;
}

.resumen-precio .discountForm h3 {
    color: #5c5e60;
    font-family: AvenirLTStd-Black;
    font-size: 12px;
    margin: 8px 0;
    text-transform: uppercase;
    text-align: center;
}

.resumen-precio .discountForm input {
    background-color: transparent;
    border: 1px solid #171717;
    border-radius: 6px;
    color: #171717;
    font-family: arial;
    font-size: 0.9em;
    height: 100%;
    background: #ffffff;
}

.resumen-precio .discountForm input::-webkit-input-placeholder {
    color: #5c5e60;
}

.resumen-precio .discountForm input::-moz-placeholder {
    color: #5c5e60;
}

.resumen-precio .discountForm input:-ms-input-placeholder {
    color: #5c5e60;
}

.resumen-precio .discountForm input::placeholder {
    color: #5c5e60;
}

.resumen-precio .discountForm button {
    padding: 0.4rem 1rem;
    margin-top: 8px;
    font-size: 0.8rem;
    background: #333;
    border: none;
    width: 100%;
    border-radius: 6px;
    margin-top: 8px;
    padding: 0.4rem 1rem;
}

.resumen-precio .shop {
    background: #01aa44;
    border-radius: 6px;
    border: 0;
    margin-top: 1rem;
    padding: 0.8rem;
    width: 100%;
}

.resumen-precio .terms {
    margin-top: 1rem;
}

.resumen-precio .terms p {
    font-size: 14px;
    font-family: AvenirLTStd-Light;
}

@media only screen and (max-width: 529px) {
    .checkout .terms {
        margin: 0;
    }

    .checkout .terms a {
        color: #00558f;
        font-size: 10px;
        font-family: AvenirLTStd-Light;
        display: block;
        margin: 10px 0;
    }

    .checkout .terms a span {
        color: #5c5e60;
    }
}

.checkout.movil .main {
    padding: 1.5rem 0.5rem;
}

.checkout.movil .main .aside aside {
    width: 100%;
    padding: 15px 10px;
    border-radius: 15px;
}

.checkout.movil .main ul li {
    color: #80807f;
}

.checkout.movil .main ul li .cantidad {
    text-align: center;
    display: inline-block;
}

.checkout.movil .main ul li .cantidad .input-group {
    -ms-flex-pack: center;
    justify-content: center;
}

.checkout.movil .main ul li .cantidad .input-group input.quantity {
    background: #fff;
    border: 1px solid #5c5e60;
    max-width: 20px;
    height: 20px;
    padding: 0;
    color: #5c5e60;
    font-size: 10px;
    font-family: AvenirLTStd-Black;
}

.checkout.movil .main ul li .cantidad .input-group .btn-number {
    height: 14px;
    width: 14px;
    padding: 3px 5px 3px 4px;
    line-height: 5px;
    text-align: center;
    cursor: pointer;
    border: none;
    border-radius: 100%;
    background: #00558f;
    color: #fff;
    font-size: 6px;
    margin: 3px;
}

.checkout.movil .main ul li .cantidad p {
    font-size: 14px !important;
    margin-bottom: 10px !important;
}

.checkout.movil .main ul li .cantidad .disponible {
    color: #d23935;
    font-size: 20px;
    font-family: AvenirLTStd-Black;
    text-transform: uppercase;
    position: relative;
    padding-left: 32px;
    text-decoration: underline;
}

.checkout.movil .main ul li .cantidad .disponible:before {
    content: "";
    background: url(../assets/images/resultado/disponible.svg) no-repeat;
    padding: 12px;
    position: absolute;
    left: 0;
}

.checkout.movil .checkoutLayout__hero {
    -ms-flex-align: center;
    align-items: center;
    height: 200px;
}

.checkout.movil .checkoutLayout__hero .checkouLayout__heroContent {
    margin-top: 20px;
    width: 100%;
}

.checkout.movil
.checkoutLayout__hero
.checkouLayout__heroContent
.checkoutLayout__heroIcon {
    width: 80px;
    height: 80px;
}

.checkout.movil
.checkoutLayout__hero
.checkouLayout__heroContent
.checkoutLayout__heroIcon
img {
    width: 80px;
    height: 80px;
    padding: 0;
}

.checkout.movil
.checkoutLayout__hero
.checkouLayout__heroContent
.checkoutayout__heroInfo
h1.title-main-white {
    margin-top: 0.5rem;
    font-size: 24px;
}

.checkout.movil
.checkoutLayout__hero
.checkouLayout__heroContent
.checkoutayout__heroInfo
p.paragraph-2-white {
    font-size: 14px;
    margin-bottom: 0;
}

.checkout .productSpecifications ul {
    list-style: none;
}

.checkout .productSpecifications ul li {
    font-family: AvenirLTStd-Light;
    font-size: 0.8rem;
}

.checkout .location__menuItem,
.checkout .productSpecifications strong {
    font-family: AvenirLTStd-Black;
}

.checkout .productSpecifications .btn-trash {
    position: absolute;
    right: 5px;
    top: 43%;
    border: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
}

.checkout .productSpecifications .btn-trash img {
    width: 25px;
}

.checkout .productSpecifications .btn-trash img:hover {
    width: 28px;
}

.checkout .productSpecifications .btn-trash:active,
.checkout .productSpecifications .btn-trash:focus {
    outline: 0;
}

.checkout .location__menuItem {
    font-size: 0.8rem;
}

.checkout .additional label {
    color: #5c5e60;
    font-size: 18px;
}

.checkout .additional label:after {
    top: 11px;
}

@media only screen and (max-width: 529px) {
    .checkout .additional .red-checkbox + label:before {
        width: 12px;
        height: 12px;
    }

    .checkout .additional .red-checkbox + label:after {
        display: none;
    }

    .checkout .additional label {
        font-size: 8px;
        padding: 5px 0;
        margin-bottom: 5px;
        border-top: 1px solid gray;
        border-bottom: 1px solid gray;
        font-family: AvenirLTStd-Black;
    }

    .checkout .insurance .form-check {
        padding-left: 0;
    }

    .checkout .insurance .form-check label {
        margin-bottom: 0;
    }

    .checkout .insurance p {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 3px;
        margin-bottom: 5px;
    }

    .checkout .insurance p span {
        font-size: 8px;
        font-family: AvenirLTStd-Light;
        color: #5c5e60;
        width: 50%;
    }

    .checkout .insurance .infoIcon {
        background: url(../assets/images/resultado/info.svg) center 3px
            no-repeat;
        background-size: 100%;
        cursor: pointer;
        margin: 0;
        display: inline-block;
        height: 22px;
        width: 18px;
    }

    .checkout .insurance strong {
        font-size: 18px;
        margin-left: 10px;
        color: #80807f;
        font-family: AvenirLTStd-Black;
        text-align: right;
    }
}

.checkout .productsRelated .productRelated__item .card-title {
    font-size: 0.8rem;
}

.checkout .productsRelated .productRelated__item .card-text button {
    padding: 0.4rem 1rem;
    font-size: 0.75rem;
}

.checkout .modal {
    padding: 0 !important;
}

.checkout .modal .modal-dialog {
    /*margin: 0;
    padding: 0;
    height: 100vh*/
}

.checkout .modal .modal-dialog .modal-content {
    border-radius: 0;
    border: 0;
    height: 100%;
}

.checkout .modal .modal-dialog .modal-content .modal-header {
    padding: 0;
    border-bottom: 0;
    position: relative;
}

.checkout .modal .modal-dialog .modal-content .modal-header .close {
    margin: 0;
    line-height: 25px;
    padding: 5px 12px 12px;
    font-size: 35px;
    border-radius: 0 7px 7px;
    box-shadow: 1px 1px 10px grey;
    position: absolute;
}

.checkout .modal .modal-dialog .modal-content .modal-header .logo {
    text-align: center;
    padding: 10px;
}

.checkout .modal .modal-dialog .modal-content .modal-header .logo img {
    width: 50%;
}

.checkout .modal .modal-dialog .modal-content .modal-header:after {
    content: "";
    border-bottom: 1px solid #80807f;
    width: 80%;
    position: absolute;
    left: 10%;
    bottom: 0;
}

.checkout .modal .modal-dialog .modal-content input[type="text"],
.checkout .modal .modal-dialog .modal-content input[type="email"] {
    padding: 6px 16px;
    outline: 0;
    border: 1px solid #323232;
    color: #323232;
    font-family: AvenirLTStd-Light;
    font-size: 15px;
    text-transform: capitalize;
}

.checkout
.modal
.modal-dialog
.modal-content
input[type="text"]::-webkit-input-placeholder,
.checkout
.modal
.modal-dialog
.modal-content
input[type="email"]::-webkit-input-placeholder {
    color: #323232;
}

.checkout
.modal
.modal-dialog
.modal-content
input[type="text"]::-moz-placeholder,
.checkout
.modal
.modal-dialog
.modal-content
input[type="email"]::-moz-placeholder {
    color: #323232;
}

.checkout
.modal
.modal-dialog
.modal-content
input[type="text"]:-ms-input-placeholder,
.checkout
.modal
.modal-dialog
.modal-content
input[type="email"]:-ms-input-placeholder {
    color: #323232;
}

.checkout .modal .modal-dialog .modal-content input[type="text"]::placeholder,
.checkout .modal .modal-dialog .modal-content input[type="email"]::placeholder {
    color: #323232;
}

.checkout .modal .modal-dialog .modal-content .modal-body {
    background: #fff;
}

.checkout
.modal
.modal-dialog
.modal-content
.modal-body
.location__tabContent
ul {
    padding-left: 15px;
}

.checkout
.modal
.modal-dialog
.modal-content
.modal-body
.location__tabContent
p,
.checkout
.modal
.modal-dialog
.modal-content
.modal-body
.location__tabContent
ul {
    font-family: AvenirLTStd-Light;
    color: #80807f;
    font-size: 16px;
}

.checkout
.modal
.modal-dialog
.modal-content
.modal-body
.location__tabContent
p
li,
.checkout
.modal
.modal-dialog
.modal-content
.modal-body
.location__tabContent
ul
li {
    margin: 10px 0;
}

.checkout
.modal
.modal-dialog
.modal-content
.modal-body
.location__tabContent
p
li
strong,
.checkout
.modal
.modal-dialog
.modal-content
.modal-body
.location__tabContent
ul
li
strong {
    font-size: 16px;
}

.checkout
.modal
.modal-dialog
.modal-content
.modal-body
.location__tabContent
strong {
    color: #80807f;
    font-family: AvenirLTStd-Black;
    font-size: 20px;
}

.checkout
.modal
.modal-dialog
.modal-content
.modal-body
.location__tabContent
strong.red {
    display: block;
    font-family: AvenirLTStd-Black;
    color: #d23935;
    font-size: 16px;
}

.checkout
.modal
.modal-dialog
.modal-content
.modal-body
.location__tabContent
strong.price {
    color: #d23935;
}

.checkout
.modal
.modal-dialog
.modal-content
.modal-body
.location__tabContent
input:first-child {
    margin-top: 2rem;
}

.checkout
.modal
.modal-dialog
.modal-content
.modal-body
.location__tabContent
.instalacion__mapSelector {
    background-color: #fff;
}

.checkout
.modal
.modal-dialog
.modal-content
.modal-body
.location__tabContent
.branchList {
    background-color: #f5f5f5;
    max-height: 200px;
    margin-bottom: 1rem;
}

.checkout
.modal
.modal-dialog
.modal-content
.modal-body
.location__tabContent
.servitecas
p {
    font-family: AvenirLTStd-Light;
    color: #80807f;
    font-size: 14px;
}

.checkout
.modal
.modal-dialog
.modal-content
.modal-body
.location__tabContent
.servitecas
strong {
    color: #80807f;
    font-family: AvenirLTStd-Black;
    font-size: 16px;
}

.checkout
.modal
.modal-dialog
.modal-content
.modal-body
.location__tabContent
.servitecas
strong.red {
    display: block;
    font-family: AvenirLTStd-Black;
    color: #d23935;
}

.checkout
.modal
.modal-dialog
.modal-content
.modal-body
.location__tabContent
.servitecas
.search_location
strong {
    display: block;
    text-decoration: underline;
    color: #b1b1b1;
    line-height: 1;
    font-size: 20px;
    font-family: AvenirLTStd-Black;
    margin: 15px 0 10px;
}

.checkout .branchList .branchText h3:after,
.comparator {
    display: none;
}

.checkout
.modal
.modal-dialog
.modal-content
.modal-body
.location__tabContent
.servitecas
.search_location
input {
    margin: 0;
}

.checkout
.modal
.modal-dialog
.modal-content
.modal-body
.location__tabContent
.servitecas
.instalacion__mapSelector {
    border: none !important;
}

.checkout
.modal
.modal-dialog
.modal-content
.modal-body
.location__tabContent
.servitecas
.instalacion__mapSelector
.branchList {
    width: 95%;
    margin: 0 auto 15px;
    border: 2px solid #5c5e60;
}

.checkout .modal .modal-dialog .modal-content .modal-footer {
    background: #fff;
    padding: 0;
    border: 0;
    margin: 0;
}

.checkout .modal .modal-dialog .modal-content .modal-footer button.btn-blue {
    width: 100%;
    border-radius: 0;
    background: #191f6c;
    border: none;
    font-size: 18px;
}

.checkout .resumen {
    z-index: 99999;
}

.checkout .instalacion__mapSelector {
    background-color: #fff;
    border: 2px solid #5c5e60;
}

.checkout .branchList {
    border-right: 2px solid #5c5e60;
    background-color: #fff;
    max-height: 200px;
    margin-bottom: 1rem;
    padding: 0;
}

.checkout .branchList .branch {
    border-bottom: 1px solid #5c5e60 !important;
    margin: 10px 10px !important;
    height: auto !important;
    position: relative;
}

.checkout .branchList .branch:not(:last-child) {
    border: none;
}

.checkout .branchList .branch.selectedBranch:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    background: url(../assets/images/resultado/check.svg) 0 100% no-repeat;
    padding: 10px;
}

.checkout .branchList .branchText h3 {
    margin: 0 !important;
    font-family: AvenirLTStd-Black;
    font-size: 16px;
}

.checkout .branchList .branchText p {
    font-family: AvenirLTStd-Light;
    font-size: 14px;
    margin: 0 !important;
    line-height: 20px;
}

.comparator {
    width: 100%;
    height: 35vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
}

@media (max-height: 900px) {
    .comparator {
        height: 45vh;
    }
}

.comparator .container-fluid {
    max-width: 1440px;
}

.comparator .llanta {
    background: #fff;
    padding: 10px 7px;
    border-top: 3px;
    border-bottom: 3px;
    border-right: 0;
    border-left: 3px;
    border-style: solid;
    border-color: #5c5e60;
    min-width: 249px;
}

.comparator .llanta.add {
    background: 0 0;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #bfbcbc;
}
/*
.comparator .llanta.add:before {
    cursor: pointer;
    content: "+";
    display: inline-block;
    font-style: normal;
    line-height: 1;
    font-size: 120px;
    border: 2px dashed #bfbcbc;
    border-radius: 50%;
    padding: 0 34px 20px
}*/

.comparator .llanta:first-child {
    border-radius: 15px 0 0 15px;
}

.comparator .llanta:last-child {
    border-radius: 0 15px 15px 0;
    border-right: 3px;
    border-style: solid;
    border-color: #5c5e60;
}

.comparator .llanta.premium h3 {
    color: #e7a41f;
}

.comparator .llanta.premium .header .icon,
.comparator .llanta.premium .header h4 {
    background: #e7a41f;
}

.comparator .llanta.alto-rendimiento h3 {
    color: #485454;
}

.comparator .llanta.alto-rendimiento .header .icon,
.comparator .llanta.alto-rendimiento .header h4 {
    background: #485454;
}

.comparator .llanta.economica h3 {
    color: #a85543;
}

.comparator .llanta.economica .header .icon,
.comparator .llanta.economica .header h4 {
    background: #a85543;
}

.comparator .llanta h3:after,
.comparator .llanta h5:after,
.comparator .llanta p:after {
    width: 100%;
    height: 1px;
    background: #5c5e60;
    content: "";
}

.comparator .llanta h3 {
    font-family: AvenirLTStd-Black;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 10px;
    color: #5c5e60;
}

.comparator .llanta h3:after {
    display: block;
}

.comparator .llanta p {
    display: inline-block;
    margin-bottom: 0;
    font-size: 8px;
    font-family: AvenirLTStd-Roman;
    color: #80807f;
    text-transform: uppercase;
}

.comparator .llanta p strong {
    font-family: AvenirLTStd-Black;
}

.comparator .llanta p:after {
    display: block;
}

.comparator .llanta h2 {
    font-size: 16px;
}

.comparator .llanta h5 {
    margin-bottom: 0;
    display: inline-block;
    font-size: 14px;
}

.comparator .llanta .header h4,
.comparator .llanta .remover {
    font-size: 10px;
    font-family: AvenirLTStd-Black;
    text-transform: uppercase;
}

.comparator .llanta h5:after {
    display: block;
    margin-top: -3px;
}

.comparator .llanta .remover {
    color: #80807f;
    display: inline-block;
    padding-left: 25px;
    position: relative;
    margin-top: 10px;
    cursor: pointer;
}

.comparator .llanta .remover:before {
    content: "";
    background: url(../assets/images/resultado/x.svg) no-repeat;
    position: absolute;
    padding: 9px;
    top: -3px;
    left: 0;
}

.comparator .llanta .separador {
    border-right: 1px solid #5c5e60;
    margin: 10px 0;
    text-align: center;
}

.comparator .llanta .separador img {
    max-width: 160px;
}

.comparator .llanta .header {
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0 0 10px;
    position: relative;
}

.comparator .llanta .header .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 0 10px #1d1d1d;
    z-index: 9;
    position: absolute;
    background: #80807f;
    padding: 5px !important;
    line-height: 1;
}

.comparator .llanta .header h4 {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 7px;
    margin-top: 7px;
    border-radius: 10px;
    padding: 4px 0 2px 28px;
    background: #80807f;
    color: #fff;
}

.comparador {
    text-align: center;
}

.comparador hr {
    margin-bottom: 0;
    border-top: 2px solid #5c5e60 !important;
}

.comparador .compara {
    padding: 20px 18px 0;
    position: relative;
    border-right: 2px solid #5c5e60;
    border-bottom: 2px solid #5c5e60;
    margin-bottom: 60px;
    min-width: 248px;
}

.comparador .compara:last-child {
    border-right: none;
}

.comparador .compara.add:before {
    content: "";
    display: block;
    height: 98%;
    border: 2px dashed #bfbcbc;
    margin-top: 5px;
}

/*
.comparador .compara.add:after {
    color: #bfbcbc;
    content: "+";
    display: inline-block;
    font-style: normal;
    line-height: 1;
    font-size: 120px;
    border: 2px dashed #bfbcbc;
    border-radius: 50%;
    padding: 0 34px 20px;
    position: absolute;
    left: 20%;
    top: 10%;
    cursor: pointer
}*/

.comparador .compara .cerrar {
    background: url(../assets/images/resultado/x.svg) no-repeat;
    display: inline-block;
    height: 22px;
    width: 22px;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 9;
    cursor: pointer;
}

.comparador .compara .card {
    border-radius: 15px !important;
    box-shadow: 0 0 5px #b1b1b1 !important;
    border: none;
    padding-bottom: 15px;
}

.comparador .compara .card.premium .tipo {
    background: #e7a41f;
}

.comparador .compara .card.premium .precio .price .despues {
    color: #e7a41f !important;
}

.comparador .compara .card.premium .precio .cantidad .input-group .btn-number {
    background: #e7a41f !important;
}

.comparador .compara .card.alto-rendimiento .tipo {
    background: #485454;
}

.comparador .compara .card.alto-rendimiento .precio .price .despues {
    color: #485454 !important;
}

.comparador
.compara
.card.alto-rendimiento
.precio
.cantidad
.input-group
.btn-number {
    background: #485454 !important;
}

.comparador .compara .card.economica .tipo {
    background: #a85543;
}

.comparador .compara .card.economica .precio .price .despues {
    color: #a85543 !important;
}

.comparador
.compara
.card.economica
.precio
.cantidad
.input-group
.btn-number {
    background: #a85543 !important;
}

.comparador .compara .card .disponible {
    padding: 20px 0 0;
}

.comparador .compara .card .disponible img {
    width: 20px;
}

.comparador .compara .card .disponible span {
    font-family: AvenirLTStd-Black;
    font-size: 14px;
    line-height: 1.2;
    color: #80807f;
}

.comparador .compara .card h4 {
    text-align: center;
    font-family: AvenirLTStd-Black;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 10px 10px;
    color: #5c5e60;
}

.comparador .compara .card h4:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #5c5e60;
}

.comparador .compara .card .tipo {
    background: #5c5e60;
    color: #fff;
    font-family: AvenirLTStd-Black;
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 10px 8px;
}

.comparador .compara .card .tipo img {
    margin-top: -10px;
    width: 20px;
}

.comparador .compara .card .precio {
    background: #fff !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.comparador .compara .card .precio .despues {
    margin-bottom: 0 !important;
}

.comparador .compara .card .precio .unidad {
    font-size: 10px !important;
}

.comparador .compara .card .precio .total h4 {
    font-size: 20px !important;
    margin-bottom: 3px;
}

.comparador .compara .card .precio .total p {
    font-size: 12px !important;
    font-family: AvenirLTStd-Black !important;
    line-height: 1 !important;
}

.comparador .compara .card .precio .ahorras p {
    text-transform: uppercase;
    font-size: 12px !important;
}

.comparador .compara .card .precio .ahorras h5 {
    color: #80807f;
    line-height: 12px;
    font-size: 20px;
    font-family: AvenirLTStd-Black;
    display: inline-block;
}

.comparador .compara .card .precio .ahorras h5:before {
    content: "";
    display: block;
    padding-top: 7px;
    border-top: 1px solid #80807f;
}

.comparador .compara .datos {
    margin: 20px -18px 0;
    overflow: auto;
}

.comparador .compara .datos.border-left {
    border-left: 2px solid #5c5e60 !important;
}

.comparador .compara .datos.border-right {
    border-right: 2px solid #5c5e60 !important;
}

.comparador .compara .datos .title {
    color: #fff;
    background: #5c5e60;
    text-align: left;
    padding: 8px 5px 5px 20px;
    text-transform: uppercase;
    font-family: AvenirLTStd-Black;
    font-size: 14px;
    min-height: 34px;
}

.comparador .compara .datos .calificacion {
    margin: 5px 0;
    padding: 10px;
}

.comparador .compara .datos .calificacion .comunidad,
.comparador .compara .datos .calificacion .experto {
    display: inline-block;
}

.comparador .compara .datos .calificacion .puntos {
    font-family: AvenirLTStd-Black;
    font-size: 18px;
    line-height: 1.2;
    color: #5c5e60;
}

.comparador .compara .datos hr.star {
    width: 85%;
    margin: 0 auto;
    height: auto;
}

.comparador .compara .datos h5 {
    font-family: AvenirLTStd-Roman;
    color: #80807f;
    font-size: 16px;
    margin: 10px;
    text-transform: uppercase;
}

.conocenos .history {
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

@media only screen and (max-width: 529px) {
    .conocenos .history .history__timeline {
        position: relative;
        right: 0;
    }

    .conocenos .history .history__timeline .tab-content {
        padding: 20px 0;
    }

    .conocenos .history .history__timeline .tab-content .tab-pane h1,
    .conocenos .history .history__timeline .tab-content .tab-pane p {
        color: #5c5e60;
    }

    .conocenos .history .history__pickgradient:before {
        display: none;
    }
}

.conocenos .history .history__pickgradient {
    width: 100%;
}

.conocenos .history .history__pickgradient:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), #000);
}

.conocenos .history .history__pickgradient figure {
    margin: 0;
}

.conocenos .history .history__pickgradient figure img {
    position: relative;
    z-index: -1;
    width: 100%;
}

.conocenos .history .history__timeline {
    position: absolute;
    right: 50px;
    z-index: 1;
}

.conocenos .history .history__timeline .tab-content .tab-pane h1 {
    font-size: 32px;
}

.conocenos .history .history__timeline .tab-content .tab-pane p {
    font-size: 18px;
}

.conocenos .history .history__timeline .nav-pills {
    margin: 80px auto 0;
    width: 90%;
}

.conocenos .history .history__timeline .nav-pills .nav-item {
    position: relative;
}

.conocenos .history .history__timeline .nav-pills .nav-item .nav-link {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #fff;
}

@media only screen and (max-width: 529px) {
    .conocenos .history .history__timeline {
        position: relative;
        right: 0;
    }

    .conocenos .history .history__timeline .nav-pills {
        margin-top: 10px;
    }

    .conocenos .history .history__timeline .nav-pills .nav-item .nav-link {
        margin: 5px;
        border-radius: 20px;
        background-color: #80807f;
    }
}

.conocenos .history .history__timeline .nav-pills .nav-item .nav-link.active {
    border-radius: 20px;
    background-color: #d23935;
}

.conocenos
.history
.history__timeline
.nav-pills
.nav-item
.nav-link.active:before {
    content: "";
    display: block;
    position: absolute;
    height: 50px;
    top: -60px;
    left: 48px;
    border-left: 3px solid #d23935;
}

@media only screen and (max-width: 529px) {
    .conocenos
    .history
    .history__timeline
    .nav-pills
    .nav-item
    .nav-link.active:before {
        height: 0 !important;
    }
}

.conocenos .conocenos__team .profile-image {
    text-align: center;
}

.conocenos .conocenos__team .profile-image img {
    border-radius: 50%;
    width: 80%;
}

.conocenos .conocenos__team .boss {
    padding-top: 100px;
}

.conocenos .conocenos__team .boss .profile-image img {
    border-radius: 50%;
    width: 300px !important;
}

.conocenos .conocenos__team .boss .name .lineSeparator {
    width: 100px;
    height: 1px;
    background-color: #bdbdbd;
    display: inline-block;
    margin-bottom: 5px;
}

@media only screen and (max-width: 529px) {
    .conocenos .conocenos__team .boss .name .lineSeparator {
        display: none;
    }
}

.conocenos .conocenos__team .boss .name span {
    font-family: AvenirLTStd-Black;
    margin: 0 10px;
}

.conocenos .conocenos__team .ourteam {
    padding: 100px 0;
}

.conocenos .conocenos__team .ourteam .nav-pills .nav-item a.active {
    border-bottom: 2px solid #d23935;
}

.conocenos .conocenos__team .ourteam .nav-pills .nav-item .nav-link {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #fff;
    color: #80807f;
    border-radius: 0;
    font-family: AvenirLTStd-Medium;
}

.conocenos .conocenos__team .ourteam .nav-pills .nav-item .nav-link.active {
    color: #d23935;
}

.conocenos .corporativo {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 600px;
    background-image: url(../assets/images/conocenos/dreamer.jpg);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.conocenos .corporativo .icon-wrapper {
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    padding: 15px;
    margin-bottom: 10px;
}

.conocenos .conocenos__nuestroMantra {
    position: absolute;
    top: 5rem;
    right: 6%;
    width: 600px;
}

@media only screen and (max-width: 529px) {
    .conocenos .conocenos__nuestroMantra {
        width: 100%;
        position: initial;
    }
}

@media screen and (min-width: 1600px) {
    .conocenos .corporativo {
        height: 800px;
    }

    .conocenos .conocenos__nuestroMantra {
        top: 10rem;
        right: 16%;
    }
}

.conocenos .conocenos__nuestroMantraContainer {
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.conocenos .conocenos__nuestroMantraLine {
    position: absolute;
    top: 2rem;
    left: 4rem;
    width: 80%;
    border-width: 3px;
    border-color: #fff;
}

@media only screen and (max-width: 529px) {
    .conocenos .conocenos__nuestroMantraLine {
        width: 70%;
        top: 20%;
    }
}

.conocenos .conocenos__nuestroMantraItem {
    position: relative;
    z-index: 2;
    width: calc(100% / 3);
    text-align: center;
}

.conocenos .conocenos__nuestroMantraItem img {
    height: 6rem;
}

.conocenos .conocenos__nuestroMantraText {
    display: inline-block;
    width: 55%;
    margin: 0;
    padding: 0.5rem 0.3rem;
    border-radius: 5px;
    background-color: #d23935;
    color: #fff;
    font-size: 0.8rem;
    text-transform: uppercase;
}

@media only screen and (max-width: 529px) {
    .conocenos .conocenos__nuestroMantraItem img {
        height: 4.5rem;
    }

    .conocenos .conocenos__nuestroMantraText {
        width: auto;
        margin: 3px;
        padding: 5px;
        font-size: 10px;
    }
}

.conocenos .before-corporativo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0;
    background: #d23935;
}

@media only screen and (max-width: 529px) {
    .conocenos .before-corporativo {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 40px 10px;
    }
}

.conocenos .before-corporativo__text {
    margin-right: 1rem;
    padding-right: 1rem;
    border-right: 2px solid #fff;
}

@media only screen and (max-width: 529px) {
    .conocenos .before-corporativo__text {
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
        text-align: center;
    }
}

.conocenos .before-corporativo__text h4 {
    margin: 0;
}

.conocenos .respaldo {
    padding-top: 80px;
}

.conocenos .respaldo .img-thumbnail {
    border-radius: 15px;
    box-shadow: 0 0 5px #d3d3d3;
    border: none;
}

.conocenos .premios {
    padding: 80px 0;
}

.conocenos .premios .img-thumbnail {
    border: none;
}

#contactanos .contactanos__hero {
    position: relative;
    padding: 220px 60px 130px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#contactanos .contactanos__hero:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

@media only screen and (max-width: 529px) {
    #contactanos .contactanos__hero {
        padding: 120px 0;
    }

    #contactanos .contactanos__hero:before {
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    }
}

#contactanos .contactanos__hero .contactanos__title {
    height: 58px;
    font-family: raleway-black, sans-serif;
    font-size: 56px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
}

#contactanos .empty .contactanos__info .contactanos__info__col .info,
#footer .payment .methods .item,
.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4 {
    text-align: center;
}

#contactanos .contactanos__hero .contactanos__paragraph {
    font-family: opensans-light, sans-serif;
    font-size: 17px;
    color: #fff;
}

#contactanos .contactanos__hero .form-element {
    margin: 10px 0;
}

#contactanos .contactanos__hero input:not([type="checkbox"]) {
    height: 42px;
    opacity: 0.8;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 25px;
    font-family: AvenirLTStd-Light;
    color: #fff;
}

#contactanos
.contactanos__hero
input:not([type="checkbox"])::-webkit-input-placeholder {
    color: #fff;
    font-family: AvenirLTStd-Light;
}

#contactanos .contactanos__hero input:not([type="checkbox"])::-moz-placeholder {
    color: #fff;
    font-family: AvenirLTStd-Light;
}

#contactanos
.contactanos__hero
input:not([type="checkbox"]):-ms-input-placeholder {
    color: #fff;
    font-family: AvenirLTStd-Light;
}

#contactanos .contactanos__hero input:not([type="checkbox"])::placeholder {
    color: #fff;
    font-family: AvenirLTStd-Light;
}

#contactanos .contactanos__hero select {
    height: 42px;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    padding: 0.375rem 0.75rem;
}

#contactanos .contactanos__hero textarea {
    resize: none;
    height: 121px;
    opacity: 0.8;
    background-color: #eee;
    border: 1px solid #fff;
    padding: 10px 0 0 15px;
    font-family: AvenirLTStd-Light;
    color: #80807f;
}

#contactanos .contactanos__hero textarea::-webkit-input-placeholder {
    color: #80807f;
    font-family: AvenirLTStd-Light;
}

#contactanos .contactanos__hero textarea::-moz-placeholder {
    color: #80807f;
    font-family: AvenirLTStd-Light;
}

#contactanos .contactanos__hero textarea:-ms-input-placeholder {
    color: #80807f;
    font-family: AvenirLTStd-Light;
}

#contactanos .contactanos__hero textarea::placeholder {
    color: #80807f;
    font-family: AvenirLTStd-Light;
}

#contactanos .contactanos__hero .contactanos__btn {
    border: none;
    display: block;
    width: 191px;
    height: 48px;
    border-radius: 30px;
    background-color: #d23935;
    text-transform: uppercase;
    font-family: raleway-black, sans-serif;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

#contactanos .empty {
    position: relative;
    height: 300px;
    background-color: #fff;
}

#contactanos .empty .contactanos__info {
    position: relative;
    top: -75px;
    z-index: 1;
}

#contactanos .empty .contactanos__info .contactanos__info__col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}

#contactanos .empty .contactanos__info .contactanos__info__iconWrapper {
    position: relative;
    margin-bottom: 20px;
    width: 150px;
    height: 150px;
    border-radius: 100px;
    border: none;
    background-color: #fff;
    box-shadow: 0 1px 7px 1px rgba(0, 0, 0, 0.2);
}

#contactanos .empty .contactanos__info .contactanos__info__iconWrapper img {
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 767.98px) {
    #contactanos .empty {
        height: auto;
    }

    #contactanos .empty .contactanos__info {
        top: -50px;
    }

    #contactanos .empty .contactanos__info .contactanos__info__iconWrapper {
        width: 100px;
        height: 100px;
    }

    #contactanos
    .empty
    .contactanos__info
    .contactanos__info__iconWrapper
    .phone {
        width: 40%;
    }

    #contactanos
    .empty
    .contactanos__info
    .contactanos__info__iconWrapper
    .mobile {
        width: 30%;
    }

    #contactanos
    .empty
    .contactanos__info
    .contactanos__info__iconWrapper
    .mail {
        width: 40%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #contactanos
    .empty
    .contactanos__info__col
    .contactanos__info__iconWrapper {
        width: 130px;
        height: 130px;
    }
}

#contactanos .contactanos__faqs {
    background: url(../assets/images/contactenos/contactoBG.jpg) no-repeat;
    background-size: cover;
    min-height: 550px;
}

@media only screen and (min-width: 1400px) {
    #contactanos .contactanos__faqs {
        background-position: top;
    }
}

@media only screen and (max-width: 529px),
only screen and (min-width: 530px) and (max-width: 990px) {
    #contactanos .contactanos__faqs {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000),
            url(../assets/images/contactenos/contactoBG.jpg);
    }

    #contactanos .contactanos__faqs h2.title-main-secondary,
    #contactanos .contactanos__faqs p.paragraph-black {
        color: #fff !important;
    }
}

#contactanos .contactanos__faqs .contactanos__faqs__image,
#contactanos .contactanos__faqs .contactanos__faqs__image img {
    width: 100%;
}

#contactanos .contactanos__faqs .button-link {
    position: absolute;
    width: 191px;
    height: 48px;
    background-color: #d23935;
    border-radius: 30px;
}

#contactanos .contactanos__faqs .contactanos__btn {
    border: none;
    width: 191px;
    height: 48px;
    border-radius: 30px;
    background-color: #d23935;
    text-transform: uppercase;
    font-family: raleway-black;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
}

#contactanos .contactanos__faqs .contactanos__btn #preguntar-link {
    color: #fff;
    text-decoration: none;
}

#contactanos .contactanos__faqs .contactanos__subtitle {
    font-family: raleway-black;
    font-size: 36px;
    text-transform: uppercase;
    color: #323232;
}

#contactanos .contactanos__faqs .contactanos__paragraph {
    font-family: opensans-light, sans-serif;
    font-size: 17px;
    color: #323232;
}

.scrollbar {
    overflow-y: scroll;
}

.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #e2e2e2;
    border-radius: 15px;
    background-color: transparent;
}

.scrollbar::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 15px;
    -webkit-box-shadow: inset 0 0 5px #e2e2e2;
    background-color: #80807f;
}

.text-content {
    /*padding: 150px 0*/
}

@media only screen and (max-width: 529px) {
    .text-content {
        padding: 80px 0;
    }
}

.text-content h4 {
    font-family: AvenirLTStd-Light;
    font-size: 18px;
    color: #323232;
}

.text-content h4::after {
    content: "";
    display: block;
    width: 250px;
    border-bottom: 1px solid #d23935;
    margin: 10px auto;
}

.text-content p.ordered-title {
    display: inline-block;
    font-size: 16px;
    font-family: AvenirLTStd-Black;
    text-transform: uppercase;
    border-bottom: 2px solid #d23935;
    margin-top: 20px;
}

.error textarea.form-control,
.faqs__heroSearch input,
.questions .questions-content .faq ul li a {
    font-family: AvenirLTStd-Light;
}

.error {
    padding: 120px 0 50px;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.95) 0,
        #d23935 35%,
        #d23935 90%,
        rgba(0, 0, 0, 0.95) 100%
        );
}

.error hr {
    border-top: 5px solid #fff;
    margin-bottom: 0 !important;
    border-radius: 15px;
}

.error textarea.form-control {
    background-color: transparent;
    color: #fff;
    opacity: 0.8;
}

.error textarea.form-control::-webkit-input-placeholder {
    color: #fff;
}

.error textarea.form-control::-moz-placeholder {
    color: #fff;
}

.error textarea.form-control:-ms-input-placeholder {
    color: #fff;
}

.error textarea.form-control::placeholder {
    color: #fff;
}

.error .imageResponsive {
    width: 400px;
}

@media only screen and (max-width: 529px) {
    .error .imageResponsive {
        width: 100%;
    }

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

.error .form-control:focus {
    color: #fff;
}

.faqs__hero {
    position: relative;
    height: 500px;
    background-image: url(../assets/img/faqs/bg-hero-faqs.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.faqs__hero:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0), #000);
}

.faqs__hero .row {
    -ms-flex-align: center;
    align-items: center;
    height: 500px;
}

.faqs__heroSearch .form-control {
    width: 550px;
    height: auto;
    padding: 0.6rem 2rem;
    border: 1.5px solid #fff;
    border-radius: 28px;
    transition: 0.37s;
    color: #ced4da;
    box-shadow: none;
}

.btnSearch__inputClean,
.faqsCategory__accordion .card {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.faqs__heroSearch input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.faqs__heroSearch input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.faqs__heroSearch input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.faqs__heroSearch input::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.questions {
    padding: 60px 50px;
}

@media screen and (max-width: 768px) {
    .questions {
        padding: 60px 50px 0;
    }

    .questions .questions-content {
        padding-top: 30px;
        padding-left: 0;
    }
}

.questions .questions-content .faqs-row {
    padding: 30px 0;
    border-bottom: 3px solid #e0e0e0;
}

.questions .questions-content .faq ul {
    padding: 10px 0 10px 16px;
}

.questions .questions-content .faq ul li {
    margin: 5px 0;
}

.questions .questions-content .faq ul li.seeMore {
    list-style: none;
    color: #5c5e60;
    opacity: 0.5;
}

.questions .questions-content .faq ul li.seeMore a {
    color: #80807f;
    list-style: none;
}

.questions .questions-content .faq ul li.seeMore a:hover {
    color: #5c5e60;
}

.questions .questions-content .faq ul li a {
    color: #5c5e60;
    font-size: 16px;
}

.questions .questions-content .faq .subject a {
    padding: 0 0 5px;
    border-bottom: 1.5px solid #d23935;
    transition: 0.5s ease-in;
    color: #d23935;
    font-family: Isidora-sans-alt-bold;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
}

.faqs__backLink,
.faqs__breadcrumbs {
    font-family: AvenirLTStd-Black;
}

.questions .questions-content .faq .subject a:hover {
    transition: 0.5s ease-in;
    font-size: 22px;
}

.faqs__breadcrumbsLink {
    display: inline-block;
    margin-right: 0.3rem;
    text-decoration: underline;
    color: #323232;
    font-size: 0.9rem;
}

.faqs__breadcrumbsLink:active,
.faqs__breadcrumbsLink:focus,
.faqs__breadcrumbsLink:hover {
    color: #323232;
    opacity: 0.7;
}

.faqs__breadcrumbsLink--active {
    text-decoration: none;
    color: #d8d8d8;
}

.faqs__breadcrumbsLink--active:active,
.faqs__breadcrumbsLink--active:focus,
.faqs__breadcrumbsLink--active:hover {
    color: #d8d8d8;
    opacity: 1;
}

.faqs__breadcrumbsIcon {
    margin-right: 0.3rem;
    color: #d23935;
    font-size: 0.8rem;
}

.faqs__backLink {
    text-transform: uppercase;
}

.faqs__backLink i {
    width: 2rem;
    height: 2rem;
    margin-right: 0.5rem;
    padding: 0.4rem;
    border: 2px solid #d23935;
    border-radius: 50%;
    font-size: 1rem;
}

.faqsCategory__accordion .card .card-header {
    padding: 0;
    background: 0 0;
}

.faqsCategory__accordion .card .card-header h5 {
    position: relative;
    cursor: pointer;
}

.faqsCategory__accordion .card .card-header h5:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    position: absolute;
    color: grey;
    transition: all 0.3s;
    left: 15px;
    top: 11px;
    font-size: 25px;
}

.faqsCategory__accordion .card .card-header h5[aria-expanded="true"]:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.faqsCategory__accordion .card .card-body {
    background-color: #f5f5f5;
    font-family: AvenirLTStd-Light;
    padding: 1.25rem 3rem;
}

.faqs__footerTitle {
    padding-top: 70px;
}

.faqs__contactForm {
    display: none;
    max-width: 600px;
    margin: 0 auto;
}

.faqs__contactForm input,
.faqs__contactForm textarea {
    width: 100%;
    padding: 6px 16px;
    outline: 0;
    border: 1px solid rgba(50, 50, 50, 0.3);
    color: #323232;
    font-family: AvenirLTStd-Light;
    font-size: 15px;
    text-transform: capitalize;
    opacity: 0.9;
}

#footer .lists .topic-list .flag-colombia::before,
#footer .lists .topic-list .flag-mexico::before {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    display: inline-block;
}

.faqs__contactForm input::-webkit-input-placeholder,
.faqs__contactForm textarea::-webkit-input-placeholder {
    color: #80807f;
}

.faqs__contactForm input::-moz-placeholder,
.faqs__contactForm textarea::-moz-placeholder {
    color: #80807f;
}

.faqs__contactForm input:-ms-input-placeholder,
.faqs__contactForm textarea:-ms-input-placeholder {
    color: #80807f;
}

.faqs__contactForm input::placeholder,
.faqs__contactForm textarea::placeholder {
    color: #80807f;
}

.faqs__contactForm textarea {
    resize: none;
    border-radius: 15px;
}

.faqs__contactForm .styled-checkbox {
    opacity: 0;
}

.faqs__contactForm .styled-checkbox + label {
    color: #80807f;
}

.faqs__contactForm .styled-checkbox + label::before {
    background: #80807f;
}

.faqs-single-buttons .btn {
    min-width: 120px !important;
    padding: 1rem;
}

#footer {
    background-color: #efefef;
    clear: both;
}

#footer .footer__top {
    padding: 60px 100px;
}

@media only screen and (max-width: 529px) {
    #footer .footer__top {
        padding: 60px 0;
    }
}

#footer .lists .topic-list .list-item a {
    color: #323232;
}

/*#footer .lists .topic-list .flag-colombia::before {
    background: url(../assets/img/comun/bandera-colombia.svg) no-repeat;
    background-size: 20px 20px
}*/

/*#footer .lists .topic-list .flag-mexico::before {
    background: url(../assets/img/comun/bandera-mexico.svg) no-repeat;
    background-size: 20px 20px
}*/

@media only screen and (max-width: 529px),
only screen and (min-width: 530px) and (max-width: 990px) {
    #footer .lists .col-list {
        text-align: center;
        margin-bottom: 20px;
    }
}

#footer .payment {
    padding: 10px 0;
}

#footer .payment .methods {
    margin: 25px 0 5px;
}

#footer .payment .methods .item {
    display: inline-block;
    height: 70px;
    width: 160px;
    white-space: nowrap;
    margin: 1em 0;
}

#footer .payment .methods .item img {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    max-height: 35px;
    max-width: 160px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

#footer .payment .methods:hover .item img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

#footer .media {
    padding: 10px 0 0;
}

#footer .media .social {
    margin: 20px 5px;
}

#footer .media .social a:hover {
    color: none;
    text-decoration: none;
}

#footer .media .social img {
    margin: 0 10px;
}

#footer .brands {
    background-color: #fff;
    padding: 60px 0;
}

#footer .brands .logotipo {
    width: 300px;
    display: inline-block;
}

#footer .brands .logotipo .copyright {
    margin-top: 6px;
    color: #fff;
    font-size: 10px;
}

#footer .brands .logotipo img {
    width: 80%;
}

@media (max-width: 991.98px) {
    #footer .brands div {
        margin: 10px 0;
    }
}

.historial-compra-hero {
    position: relative;
    height: 400px;
    background: url(https://www.virtualllantas.com/skin/frontend/negocioselectronicos/vll_2019/images/fondo-historico-compra.jpg)
        no-repeat;
    background-size: cover;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.historial-compra .title-micuenta {
    position: relative;
    margin-bottom: 40px;
}

.historial-compra .title-micuenta:before {
    content: "";
    height: 2px;
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
}

.historial-compra .en-curso .title-micuenta:before {
    background: #d23935;
    width: 70%;
}

@media only screen and (min-width: 530px) and (max-width: 990px) {
    .historial-compra .en-curso .title-micuenta:before {
        width: 50%;
    }
}

.historial-compra .historial-compras .title-micuenta:before {
    background: #5c5e60;
    width: 65%;
}

@media only screen and (min-width: 530px) and (max-width: 990px) {
    .historial-compra .historial-compras .title-micuenta:before {
        width: 40%;
    }
}

.historial-compra .card {
    box-shadow: 0 2px 10px #bfbfbf;
    border-radius: 10px;
    border: none;
}

.historial-compra .card .marca-blue {
    color: #00558f;
    font-family: AvenirLTStd-Black;
    font-size: 16px;
    line-height: 1.2;
}

.historial-compra .card .paragraph-info {
    font-family: AvenirLTStd-Black;
    font-size: 16px;
    color: #5c5e60;
}

.historial-compra .card .paragraph-info span {
    font-family: AvenirLTStd-Light;
}

.historial-compra .card .paragraph-info i.color {
    border-radius: 50%;
    padding: 2px 10px;
    margin: 0 10px;
}

.historial-compra .info p {
    margin-bottom: 5px;
}

.btn-rastreo {
    padding: 5px 15px;
    -ms-flex-direction: row;
    flex-direction: row;
    line-height: 40px;
    font-family: AvenirLTStd-Black;
    font-size: 14px;
    cursor: pointer;
}

.btn-rastreo span.icon {
    background: url(../assets/images/miCuenta/historial-compras.svg) no-repeat;
    width: 40px;
    height: 40px;
    margin-right: 5px;
}

.btn-calificar,
.btn-descargar {
    background: 0 0;
    cursor: pointer;
}

.btn-rastreo:focus {
    outline: 0;
}

@media only screen and (max-width: 529px) {
    .historial-compra .en-curso .title-micuenta:before,
    .historial-compra .historial-compras .title-micuenta:before {
        display: none;
    }

    .btn-rastreo {
        width: 100%;
    }
}

.btn-calificar {
    box-shadow: 0 2px 10px #bfbfbf;
    border: none;
    padding: 5px 20px 8px !important;
    margin: 5px auto;
    border-radius: 50px;
}

.btn-calificar span {
    text-transform: uppercase;
    color: gold;
    line-height: 20px;
    font-family: AvenirLTStd-Black;
    font-size: 14px;
}

#home .home__steps,
.btn-descargar {
    color: #5c5e60;
    font-family: AvenirLTStd-Black;
}

.btn-calificar:focus {
    outline: 0;
}

@media only screen and (max-width: 529px),
only screen and (min-width: 530px) and (max-width: 990px) {
    .btn-calificar {
        min-width: 180px;
        position: absolute;
        bottom: 15px;
    }

    .btn-calificar span {
        display: none;
    }
}

.btn-descargar {
    border-radius: 50% !important;
    padding: 0;
    border: none;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
}

.btn-descargar img {
    margin: 0 auto;
    width: 50px;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
}

.btn-descargar:focus {
    outline: 0;
}

.nueva-compra {
    margin: 5px;
}

.nueva-compra span {
    font-size: 20px;
    font-weight: 100;
}

.nueva-compra:hover {
    text-decoration: none;
}

#home .search .bg-gray {
    background: white;
}

#home .search .bg-ligthGray {
    background: white;
    border-right: 1px solid #c1c5c9;
    margin: 20px 0;
}
.plus {
    padding: 3em 3% 0em !important;
    background: #ed2121 !important;
}

.plus article {
    color: #666;
    text-align: center;
    width: 100%;
    font-style: italic;
    padding-bottom: 1em;
}

.plus div {
    align-items: flex-start;
}
.plus h4 {
    font-family: AvenirLTStd-Black;
}
.plus p {
    line-height: 1.4em;
    font-size: 12px !important;
    font-family: Arial;
}
.plus .fas {
    color: #fff;
    font-size: 56px;
}
.plus .service {
    padding-bottom: 2rem !important;
}

#home .plus,
#home .services {
    background-color: #191f6c;
}

#home .plus .service {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
}

#home .plus .service p {
    font-size: 12px;
}

#home .services .service .icon-container {
    width: 100%;
    margin: 0 auto;
    min-height: 105px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

#home .services .service .icon-container img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    #home .services .service .icon-container img {
        width: 50%;
    }
}

#home .services .service .description .title-3-white {
    min-height: 40px;
    font-size: 16px;
    margin-bottom: 0;
}

#home .services .service .description p.paragraph-white {
    font-size: 14px;
    margin-bottom: 0;
}

#home .home__steps .home__stepsTitle {
    font-size: 42px;
    text-transform: uppercase;
}

@media only screen and (max-width: 529px) {
    #home .home__steps .home__step {
        margin-bottom: 20px;
    }

    #home .asesoria {
        text-align: center;
    }
}

#home .home__steps .home__step::after {
    content: "";
    border-top: 1px solid #5c5e60;
    height: 1px;
    width: 100%;
}

#home .home__steps .home__iconWrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 120px;
    /*height: 120px;*/
    border-radius: 100%;
    margin: 0 auto 20px;
}

.home__stepTitleMain {
    font-family: Isidora-sans-alt-bold;
    font-size: 25px;
    color: #000;
    text-align: left;
}

#home .home__steps .home__stepTitle {
    font-family: Isidora-sans-alt-bold;
    font-size: 14px;
    color: #000;
    text-align: left;
    text-transform: uppercase;
}
#home .home__steps .home_paragraph {
    font-size: 14px;
    font-family: Arial;
    text-align: left;
}

#home .home__steps .home__stepDescription {
    min-height: 100px;
    font-family: AvenirLTStd-Medium;
}

#home .asesoria {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 600px;
    background: url(../assets/img/home/backgrounds/asesoria.jpg) center center
        no-repeat;
    background-size: cover;
}

#home .learn .owl-carousel {
    max-width: 1170px;
    margin: 60px 0;
}

#home .learn .owl-carousel .owl-dot {
    background-color: #d8d8d8;
    width: 20px;
    height: 20px;
    outline: 0;
    border-radius: 50%;
    margin: 50px 10px 0;
}

@media (max-width: 769.9px) {
    #home .learn .owl-carousel .owl-nav .owl-next,
    #home .learn .owl-carousel .owl-nav .owl-prev {
        position: absolute;
        top: 35%;
    }

    #home .learn .owl-carousel .owl-nav .owl-next:active,
    #home .learn .owl-carousel .owl-nav .owl-next:focus,
    #home .learn .owl-carousel .owl-nav .owl-prev:active,
    #home .learn .owl-carousel .owl-nav .owl-prev:focus {
        outline: 0;
    }

    #home .learn .owl-carousel .owl-nav .owl-next img,
    #home .learn .owl-carousel .owl-nav .owl-prev img {
        width: 30px;
    }

    #home .learn .owl-carousel .owl-nav .owl-next {
        right: -35px;
    }

    #home .learn .owl-carousel .owl-nav .owl-prev {
        left: -35px;
    }
}

@media only screen and (max-width: 769.9px) and (max-width: 529px) {
    #home .learn .owl-carousel .owl-nav .owl-next {
        right: -10px;
    }

    #home .learn .owl-carousel .owl-nav .owl-prev {
        left: -10px;
    }
}

#home .learn .owl-carousel .owl-dots .active {
    background-color: #616161;
}

#home .learn .owl-carousel .owl-item {
    position: relative;
    width: 100%;
}

#home .learn .owl-carousel .owl-item::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
}

#home .learn .owl-carousel .owl-item:hover::after {
    transition: 1.5s ease;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.53);
}

#home .learn .owl-carousel .owl-item:hover .item_text {
    transition: 1.5s ease;
    opacity: 0;
}

#home .learn .owl-carousel .owl-item:hover .btn-article {
    transition: 1.5s ease;
    opacity: 1;
}

#home .learn .owl-carousel .owl-item .btn-article {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: 1.5s ease;
    opacity: 0;
}

#home .learn .owl-carousel .owl-item .btn-article:hover {
    background-color: rgba(255, 255, 255, 0.6);
}

#home .learn .owl-carousel .owl-item .item_footer {
    display: -ms-flexbox;
    display: flex;
}

#home .learn .owl-carousel .owl-item .item_footer .imageContainter,
#home .learn .owl-carousel .owl-item .item_footer .imageContainter img {
    width: 100%;
}

#home .learn .owl-carousel .owl-item .item_footer .item_text {
    transition: 0.3s ease;
    position: absolute;
    bottom: 0;
    z-index: 1;
    padding: 20px;
}

#home .home__atencion {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 600px;
    background: url(../assets/img/home/asesoria/atencion.jpg) center center
        no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 529px) {
    #home .home__atencion {
        text-align: center;
    }

    #home .home__atencion .paragraph-black,
    #home .home__atencion .text-right,
    #home .home__atencion .title-secondary {
        text-align: center !important;
    }
}

.nuestras-marcas {
    /*position: relative;
    background: #323232*/
}

.nuestras-marcas .circle {
    width: 200px;
    min-height: 156px;
    margin: 5px auto;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
}

.nuestras-marcas .circle .progress-value {
    line-height: 25px;
    font-size: 24px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
}

.nuestras-marcas .marcas {
    margin-top: 40px;
}

.nuestras-marcas .marcas .items {
    padding: 5px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 529px) {
    .nuestras-marcas .marcas .items {
        margin-bottom: 30px;
    }
}

.nuestras-marcas .marcas .items .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0;
    min-height: 85px;
}

.nuestras-marcas .marcas .items .item h5 {
    min-height: 42px;
}

.nuestras-marcas .marcas .items .item img {
    width: 7.5rem;
    margin: 0 auto;
}

.nuestras-marcas .marcas .items button {
    padding: 9px 45px;
    margin: 0 auto;
}

.home__bonosdescuentos {
    padding-top: 60px;
    padding-bottom: 80px;
}

.home__bonosdescuentos .card {
    border-radius: 11px;
    border: none;
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2);
}

.home__bonosdescuentos .card .card-img-top {
    border-radius: 11px 11px 0 0;
}

.home__bonosdescuentos .card .card-body {
    padding: 10px 12px 30px;
}

.home__bonosdescuentos .card .card-body p {
    font-family: AvenirLTStd-Roman;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

#bonusModal .modal-dialog {
    max-width: 65% !important;
}

@media only screen and (max-width: 529px) {
    #bonusModal .modal-dialog {
        max-width: 100% !important;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1199px),
only screen and (min-width: 1400px) {
    #bonusModal .modal-dialog {
        max-width: 860px;
    }
}

#bonusModal .modal-body {
    padding: 0;
}

#bonusModal .close {
    position: absolute;
    z-index: 999;
    top: 0.5rem;
    right: 0.8rem;
    color: #d23935;
}

.home__bonosModalContainer {
    display: -ms-flexbox;
    display: flex;
}

.home__bonosModalImg {
    width: 50%;
    height: auto;
    border-radius: 0.3rem 0 0 0.3rem;
    background-image: url(../assets/img/home/backgrounds/bonos.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.home__bonosModalContent {
    width: 50%;
    padding: 2rem;
}

@media only screen and (max-width: 529px) {
    .home__bonosModalImg {
        display: none;
    }

    .home__bonosModalContent {
        width: 100%;
    }
}

.home__bonosModalHeader {
    position: static;
    width: auto;
}

.home__bonosModalHeader h1 {
    font-size: 48px;
}

.home__bonosModalHeader img {
    position: relative;
    top: -0.3rem;
}

.home__bonosModalHeader strong {
    display: block;
    font-size: 24px;
}

.home__bonosModalHeader hr {
    margin: 1rem -2rem;
}

.home__bonosModalForm input {
    width: 100%;
    padding: 6px 16px;
    outline: 0;
    border: 1px solid rgba(31, 32, 32, 0.3);
    color: #323232;
    font-family: AvenirLTStd-Light;
    font-size: 15px;
    text-transform: capitalize;
    opacity: 0.9;
}

.home__bonosModalForm input::-webkit-input-placeholder {
    color: #80807f;
}

.home__bonosModalForm input::-moz-placeholder {
    color: #80807f;
}

.home__bonosModalForm input:-ms-input-placeholder {
    color: #80807f;
}

.home__bonosModalForm input::placeholder {
    color: #80807f;
}

.home__bonosModalForm .styled-checkbox {
    opacity: 0;
}

.home__bonosModalForm .styled-checkbox + label {
    color: #80807f;
}

.home__bonosModalForm .styled-checkbox + label::before {
    background: #80807f;
}

.instalacion__card,
.instalacion__card .cardIcon {
    background-color: #fff;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 529px) {
    .pasos {
        text-align: center;
    }

    .pasos .pt-150 {
        padding-top: 100px;
    }

    .instalacion .w-25 {
        width: 100% !important;
    }
}

@media only screen and (min-width: 530px) and (max-width: 990px) {
    .instalacion .w-25 {
        width: 60% !important;
    }
}

.instalacion__main {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url(../assets/img/servicios-instalacion/bg-servicios-instalacion.jpg);
    height: calc(100px + 527px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.instalacion__title {
    position: absolute;
    left: 54%;
    width: 540px;
    max-width: 95%;
}

@media only screen and (max-width: 529px),
only screen and (min-width: 530px) and (max-width: 990px) {
    .instalacion__title {
        width: 80%;
        position: initial;
        text-align: center;
    }
}

.instalacion__title h1 {
    margin-bottom: 0.5rem;
    font-size: 42px;
}

@media screen and (min-width: 1600px) {
    .instalacion__main {
        height: calc(100px + 657px);
    }

    .instalacion__title {
        left: 57%;
        width: 580px;
    }

    .instalacion__title h1 {
        font-size: 50px;
    }
}

.instalacion__title h3 {
    margin-bottom: 0;
    color: #fff;
    font-family: AvenirLTStd-Medium;
    font-size: 18px;
}

@media screen and (min-width: 1600px) {
    .instalacion__title h3 {
        font-size: 22px;
    }
}

.instalacion__title hr {
    margin: 0.8rem 0 1.2rem;
    border-color: #fff;
}

.instalacion__title p {
    width: 80%;
    font-size: 16px;
    line-height: 1.4;
}

@media only screen and (max-width: 529px),
only screen and (min-width: 530px) and (max-width: 990px) {
    .instalacion__title p {
        width: 100%;
    }
}

@media screen and (min-width: 1600px) {
    .instalacion__title p {
        font-size: 20px;
    }
}

.instalacion__cards {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    top: -135px;
}

.instalacion__card {
    padding: 0 19px 20px;
    margin: 70px 23px 0;
    width: 326px;
    min-width: 326px;
    height: 260px;
    border-radius: 10px;
    text-align: center;
}

.instalacion__card .cardIcon {
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    padding: 0.4rem;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

.instalacion__card .cardIcon img {
    width: 80px;
    height: 80px;
}

.instalacion__card .stepContent {
    margin-top: -30px;
}

.instalacion__card .stepContent .cardTitle {
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
}

.instalacion__card .stepContent .stepText {
    margin-top: 21px;
    padding: 0;
    text-align: center;
}

.instalacion__mapSelector {
    background-color: #f5f5f5;
}

.instalacion__mapSelector .branchList {
    max-height: 525px;
}

.instalacion__mapSelector .branchList .branch {
    height: auto;
    margin: 0 27px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.instalacion__mapSelector .branchList .branch:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
}

.instalacion__mapSelector .branchList .branch .branchText {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.instalacion__mapSelector .branchList .branch .branchText h3,
.instalacion__mapSelector .branchList .branch .branchText p {
    margin: 5px 0;
    text-align: left;
}

.instalacion__mapSelector .branchList .branch .branchIcon {
    width: 34px;
    height: 34px;
    margin: 10px;
}

.instalacion__mapSelector .branchList .branch.selectedBranch .branchText h3 {
    color: #d23935;
}

.interna .results .llanta.premium .info .datos-llanta .title strong,
.interna .results .llanta.premium h3 {
    color: #e7a41f;
}

.instalacion__mapSelector .map {
    width: 100%;
    min-height: 525px;
    border-left: 1px solid #fff;
}

@media only screen and (max-width: 529px) {
    .instalacion__mapSelector .branchList {
        max-height: 300px;
    }

    .instalacion__mapSelector .branchList .branch .branchText h3,
    .instalacion__mapSelector .branchList .branch .branchText p {
        font-size: 16px !important;
    }

    .instalacion__mapSelector .map {
        min-height: 300px;
    }
}

.interna hr.hr-title {
    border-top: 2px solid #80807f !important;
    margin-bottom: 2rem;
}

.interna .results .llanta.premium .info .img-llanta .descuento {
    background: #e7a41f;
}

.interna .results .llanta.alto-rendimiento .info .datos-llanta .title strong,
.interna .results .llanta.alto-rendimiento h3 {
    color: #485454;
}

.interna .results .llanta.alto-rendimiento .info .img-llanta .descuento {
    background: #485454;
}

.interna .results .llanta.economica .info .datos-llanta .title strong,
.interna .results .llanta.economica h3 {
    color: #444;
}

.interna .results .llanta.economica .info .img-llanta .descuento {
    background: #a85543;
}

.interna .results .llanta.llantas .info .datos-llanta ul li {
    font-size: 18px !important;
}

.interna .results .llanta.llantas .info .datos-llanta .round .agarre,
.interna .results .llanta.llantas .info .datos-llanta .round .audio,
.interna .results .llanta.llantas .info .datos-llanta .round .combustible {
    padding: 20px !important;
}

.interna .results .llanta.llantas .info .datos-llanta .round img {
    width: 25px;
}

.interna .results .llanta.llantas .precio .medida {
    margin: 10px auto -5px;
    font-size: 18px !important;
    text-align: center;
    border-radius: 10px;
    width: 90%;
}

.interna .results .llanta.llantas .precio .medida strong {
    color: #5c5e60 !important;
}

.interna .results .llanta.llantas .precio .cantidad {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.interna .results .llanta.llantas .precio .cantidad .disponible {
    text-align: center;
    font-size: 18px;
    padding: 10px 5px;
    color: #13aa4d;
}

.interna .results .llanta.llantas .precio .cantidad .disponible:before {
    background: url(../assets/images/resultado/check.svg) center no-repeat;
    position: initial;
    display: block;
}

.interna .results .llanta.accesorios h2,
.interna .results .llanta.rines h2 {
    font-size: 36px;
}

.interna .results .llanta.accesorios h2:after,
.interna .results .llanta.rines h2:after {
    display: none;
}

.interna .results .llanta.accesorios .rin-hr,
.interna .results .llanta.rines .rin-hr {
    width: 98%;
    display: inline-block;
    margin: 10px 0;
}

.interna .results .llanta.accesorios .info .img-llanta .mt--2,
.interna .results .llanta.rines .info .img-llanta .mt--2 {
    margin-top: -2rem;
}

.interna .results .llanta.accesorios .info .img-llanta .descuento,
.interna .results .llanta.rines .info .img-llanta .descuento {
    background: #191f6c;
}

.interna .results .llanta.accesorios .info .datos-llanta .ver-mas,
.interna .results .llanta.rines .info .datos-llanta .ver-mas {
    font-size: 24px;
    background-size: 30px;
    background-position: 22px 6px;
    padding-left: 60px;
}

.interna
.results
.llanta.accesorios
.info
.datos-llanta
.form-check
.form-check-label,
.interna
.results
.llanta.rines
.info
.datos-llanta
.form-check
.form-check-label {
    font-size: 26px;
    text-transform: uppercase;
    color: #80807f;
    padding-left: 30px;
}

.interna
.results
.llanta.accesorios
.info
.datos-llanta
.form-check
.form-check-label:before,
.interna
.results
.llanta.rines
.info
.datos-llanta
.form-check
.form-check-label:before {
    top: 1px;
    left: 0;
    position: absolute;
    width: 23px;
    height: 23px;
}

.interna
.results
.llanta.accesorios
.info
.datos-llanta
.form-check
.form-check-label:after,
.interna
.results
.llanta.rines
.info
.datos-llanta
.form-check
.form-check-label:after {
    left: 6px;
    top: 11px;
}

.interna .results .llanta.accesorios .info .datos-llanta .title strong,
.interna .results .llanta.rines .info .datos-llanta .title strong {
    color: #191f6c;
}

.interna .results .llanta.accesorios .info .datos-llanta p,
.interna .results .llanta.rines .info .datos-llanta p {
    font-size: 18px;
}

.interna .results .llanta.accesorios .info .datos-llanta .btn-hardBlue,
.interna .results .llanta.rines .info .datos-llanta .btn-hardBlue {
    padding: 15px 50px 12px;
    font-size: 20px;
    border-radius: 15px;
}

.interna .results .llanta.accesorios .info .datos-llanta ol,
.interna .results .llanta.rines .info .datos-llanta ol {
    font-family: AvenirLTStd-Roman;
    font-size: 18px;
    color: gray;
    list-style: disc;
}

.interna .results .llanta.accesorios .info .disponible,
.interna .results .llanta.rines .info .disponible {
    color: #80807f;
}

.interna .results .llanta h3 {
    font-size: 32px !important;
}

.interna .results .llanta h3:after {
    height: 2px !important;
}

.interna .results .llanta p.sub-title {
    font-size: 24px !important;
}

.interna .results .llanta .medida {
    font-size: 32px !important;
    padding: 8px 5px 5px !important;
}

.interna .results .llanta .info {
    background: 0 0 !important;
    box-shadow: none !important;
}

.interna .results .llanta .info .header img {
    margin-top: -20px !important;
    width: 45px !important;
}

.interna .results .llanta .info .img-llanta {
    text-align: center;
    margin-bottom: 20px;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
    position: relative;
}

.interna .results .llanta .info .img-llanta img {
    margin: 0 auto;
}

.interna .results .llanta .info .img-llanta .descuento {
    position: absolute;
    top: 15% !important;
    left: 10%;
    background: #d23935;
    border-radius: 50%;
    height: 60px !important;
    width: 60px !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    -ms-flex-pack: center;
    justify-content: center;
}

.interna .results .llanta .info .img-llanta .descuento span {
    font-family: AvenirLTStd-Black;
    font-size: 20px !important;
    margin: 0 0 2px;
    padding: 0;
    line-height: 1;
    position: relative;
}

.interna .results .llanta .info .img-llanta .descuento span:before {
    content: "";
    width: 70%;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 15%;
}

.interna .results .llanta .info .img-llanta .descuento p {
    color: #fff;
    font-family: AvenirLTStd-Black;
    font-size: 18px !important;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.interna .results .llanta .info .img-llanta .descuento .border-radius {
    height: 70px !important;
    width: 70px !important;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #fff;
    left: 5px !important;
}

.paga3x4 {
    position: absolute;
    top: 15% !important;
    left: 10%;
    background: #d23935;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.paga3x4 span {
    font-family: AvenirLTStd-Black;
    font-size: 14px;
    margin: 5px 0 2px;
    padding: 0;
    line-height: 1;
    position: relative;
}

.paga3x4 span:before {
    content: "";
    width: 70%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 15%;
}

.paga3x4 p {
    color: #fff !important;
    font-family: AvenirLTStd-Black;
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.paga3x4 .border-radius {
    height: 54px;
    width: 54px;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #fff;
    left: 3px;
}

.interna .results .llanta .info .datos-llanta .title {
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.interna .results .llanta .info .datos-llanta .title strong {
    font-family: AvenirLTStd-Black;
    color: #5c5e60;
    font-size: 20px;
}

.interna .results .llanta .info .datos-llanta .title .medida {
    margin-top: -15px;
    font-size: 20px !important;
    padding: 10px 20px 7px !important;
}

.interna .results .llanta .info .datos-llanta ul li {
    font-size: 15px !important;
}

.interna .results .llanta .info .datos-llanta .green-hr {
    border-top: 5px solid #23a097 !important;
    margin-bottom: 30px !important;
}

.interna .results .llanta .info hr {
    border-top: 2px solid #80807f !important;
}

.interna .results .llanta .info .round {
    text-align: center;
    cursor: pointer;
}

.interna .results .llanta .info .round .agarre,
.interna .results .llanta .info .round .audio,
.interna .results .llanta .info .round .combustible {
    padding: 28px !important;
    background-color: white;
    margin: 4px;
}

.interna .results .llanta .info .round img {
    width: 30px;
    margin: 8px 0;
}

.interna .results .llanta .info .precio {
    border: none !important;
}

.interna .results .llanta .info .precio .price {
    margin: 20px 0 !important;
}

.interna .results .llanta .info .precio .header {
    padding: 22px 10px 10px;
    border-radius: 25px 25px 0 0;
    text-align: center;
    font-size: 28px;
}

.interna .results .llanta .info .precio .body {
    padding-bottom: 30px;
}

.interna .results .llanta .info .precio .antes {
    font-size: 30px !important;
}

.interna .results .llanta .info .precio .despues {
    font-size: 40px !important;
}

.interna .results .llanta .info .precio .cantidad input.quantity {
    max-width: 60px !important;
    height: 50px !important;
    font-size: 22px !important;
}

.interna .results .llanta .info .precio .total {
    padding: 20px 0 !important;
    margin: 20px 0 !important;
}

.interna .results .llanta .info .precio .total h4 {
    font-size: 28px !important;
}

.interna .results .llanta .info .precio .ahorras p,
.interna .results .llanta .info .precio .total p {
    font-size: 20px !important;
}

.interna .results .llanta .info .precio .ahorras h4 {
    font-size: 24px !important;
    line-height: 20px !important;
}

.interna .results .llanta .info .precio .comprar button.btn {
    padding: 0.4rem 2rem;
    font-size: 18px;
}

.interna .results .llanta .info .calificacion {
    text-align: center;
    border-bottom: 0;
}

.interna .results .llanta .info .calificacion .puntos {
    font-size: 22px;
}

.interna .results .llanta .info .calificacion p {
    font-size: 14px !important;
    margin-top: 10px;
}

.interna .results .llanta .info .calificacion .btn-califica {
    background: #2f9dd3;
    color: #fff;
}

.interna .results .llanta .info .calificacion .btn-precio {
    background: #249f96;
    color: #fff;
    text-decoration: underline;
    padding: 13px 2px 12px;
}

.interna .results .llanta .info .calificacion .btn-precio span {
    border: 2px solid #fff;
    padding: 12px 30px;
    border-radius: 30px;
}

.interna .results .llanta .info .separador:before {
    width: 2px !important;
    left: -10px !important;
}

.interna .results .llanta .info .cantidad {
    text-align: center;
}

.interna .results .llanta .info .cantidad p {
    font-size: 14px !important;
    margin-bottom: 10px !important;
}

.interna .results .llanta .info .cantidad .disponible {
    color: #505050;
    font-size: 15px;
    font-family: AvenirLTStd-Black;
    text-transform: uppercase;
    position: relative;
    padding-left: 32px;
    text-decoration: underline;
}

.interna .results .llanta .info .cantidad .disponible:before {
    content: "";
    background: url(../assets/images/resultado/disponible.svg) no-repeat;
    padding: 12px;
    position: absolute;
    left: 0;
}

.interna .results .llanta .thumbs {
    padding-right: 20px;
}

.interna .results .llanta .thumbs .card {
    background: white;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 0px;
    padding: 5px;
    width: 80px;
    height: 104px;
}

.interna .results .llanta .thumbs .card:hover.video i {
    display: block;
}

.interna .results .llanta .thumbs .card:hover:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    left: 0;
    top: 0;
}

.interna .results .llanta .thumbs .card.video i {
    display: none;
    width: 50px;
    position: absolute;
    top: 35%;
    left: 35%;
    right: auto;
    z-index: 9;
}

.interna .results .llanta .thumbs .btn-down {
    display: block;
    background: 0 0;
    border: none;
    padding: 0;
    margin: 0 auto;
}

.interna .results .llanta .thumbs .btn-down img {
    width: 30px;
}

.interna .results .llanta .combo h2 {
    display: inline-block;
    font-size: 26px;
}

.interna .results .llanta .combo h2:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #5c5e60;
}

.interna .results .llanta .combo .ahorras p {
    display: block;
    color: #80807f;
    font-size: 20px;
    font-family: AvenirLTStd-Roman;
    line-height: 12px;
}

.interna .results .llanta .combo .ahorras h4 {
    color: #80807f;
    line-height: 20px;
    font-size: 24px;
    font-family: AvenirLTStd-Black;
    display: inline-block;
}

.interna .results .llanta .combo .ahorras h4:before {
    content: "";
    display: block;
    padding-top: 5px;
    border-top: 1px solid #80807f;
}

.interna .results .llanta .combo .producto {
    margin-top: 20px;
    margin-right: 45px;
    position: relative;
    text-align: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.interna .results .llanta .combo .producto:last-child {
    margin-right: 0;
}

.interna .results .llanta .combo .producto figure {
    border: 2px solid gray;
    border-radius: 15px;
    padding: 10px;
    position: relative;
}

.interna .results .llanta .combo .producto figure img {
    width: 100%;
}

.interna .results .llanta .combo .producto figure.separador:after {
    content: "";
    position: absolute;
    right: -30px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #80807f;
}

.interna .results .llanta .combo .producto .btn-number {
    position: absolute;
    top: 28%;
    right: -42px;
    z-index: 9;
    border: none;
    border-radius: 50%;
    background: #d23935;
    color: #fff;
    margin: 7px;
}

.interna .results .llanta .relacionados h2 {
    display: inline-block;
    font-size: 26px;
}

.interna .results .llanta .relacionados h2:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #5c5e60;
}

.interna .results .llanta .relacionados .relacionado {
    background: #f7f7f7;
    border-radius: 20px 20px 35px 35px;
    box-shadow: 2px 2px 10px -3px #8a8a8a;
    text-align: center;
    padding: 10px 0 0;
}

.interna .results .llanta .relacionados .relacionado.premium .descuento,
.interna .results .llanta .relacionados .relacionado.premium .price {
    background: #e7a41f;
}

.interna
.results
.llanta
.relacionados
.relacionado.alto-rendimiento
.descuento,
.interna .results .llanta .relacionados .relacionado.alto-rendimiento .price {
    background: #485454;
}

.interna .results .llanta .relacionados .relacionado.economica .descuento,
.interna .results .llanta .relacionados .relacionado.economica .price {
    background: #a85543;
}

.interna .results .llanta .relacionados .relacionado .descuento {
    position: absolute;
    top: -15px;
    left: 0;
    background: #5c5e60;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    -ms-flex-pack: center;
    justify-content: center;
}

.interna .results .llanta .relacionados .relacionado .descuento span {
    font-family: AvenirLTStd-Black;
    font-size: 20px;
    margin: 0 0 2px;
    padding: 0;
    line-height: 1;
    position: relative;
}

.interna .results .llanta .relacionados .relacionado .descuento span:before {
    content: "";
    width: 70%;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 15%;
}

.interna .results .llanta .relacionados .relacionado .descuento p {
    color: #fff;
    font-family: AvenirLTStd-Black;
    font-size: 18px;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.interna .results .llanta .relacionados .relacionado .descuento .border-radius {
    height: 70px;
    width: 70px;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #fff;
    left: 5px;
}

.interna .results .llanta .relacionados .relacionado .marca {
    text-align: center;
    background: #f4f4f4;
    padding: 15px 0;
}

.interna .results .llanta .relacionados .relacionado .nombre {
    padding: 15px 0;
    width: 100%;
    border: 2px solid #5c5e60;
}

.interna .results .llanta .relacionados .relacionado .nombre a {
    display: inline-block;
    margin-bottom: 2px;
    color: #80807f;
}

.interna .results .llanta .relacionados .relacionado .nombre a:hover {
    text-decoration: none;
}

.interna .results .llanta .relacionados .relacionado .nombre a:after {
    content: "";
    margin-top: -5px;
    display: block;
    width: 100%;
    height: 2px;
    background: #80807f;
}

.interna .results .llanta .relacionados .relacionado .nombre p {
    font-family: AvenirLTStd-Heavy;
    font-size: 20px;
}

.interna .results .llanta .relacionados .relacionado .price {
    padding: 10px 0;
    text-align: center;
    background: #80807f;
    margin-bottom: -20px;
    border-radius: 0 0 35px 35px;
}

.interna .results .llanta .relacionados .relacionado .price .antes {
    color: #fff;
    text-decoration: line-through;
    font-size: 18px;
    font-family: AvenirLTStd-Black;
}

.interna .results .llanta .relacionados .relacionado .price .despues {
    color: #fff;
    line-height: 20px;
    font-size: 32px;
    font-family: AvenirLTStd-Black;
    display: inline-block;
    margin: 5px 0;
}

.interna .tabs-producto .nav-pills .nav-item a {
    cursor: pointer;
    text-align: center;
    padding: 13px 22px 10px;
    border-radius: 5px !important;
    color: #5c5e60;
    font-size: 17px !important;
    margin: 0 10px;
    border: 1px solid;
}

.interna .tabs-producto .nav-pills .nav-item a:last-child {
    margin-right: 0;
}

.interna .tabs-producto .nav-pills .nav-item a.active,
.interna .tabs-producto .nav-pills .nav-item a:hover {
    background: #494949;
    color: #fff;
}

.interna .tabs-producto .nav-pills .nav-item a:active,
.interna .tabs-producto .nav-pills .nav-item a:focus {
    outline: 0;
}

@media only screen and (max-width: 529px) {
    .interna .tabs-producto .nav-pills {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .interna .tabs-producto .nav-pills .nav-item a {
        padding: 8px;
        font-size: 11px;
        margin: 0 5px;
        box-shadow: 1px 1px 5px #b1b1b1;
    }
}

.interna .tabs-producto .tab-content .tab-pane p {
    font-size: 20px;
    margin-bottom: 1rem;
}

@media only screen and (max-width: 529px) {
    .interna .tabs-producto .tab-content .tab-pane p {
        font-size: 16px;
    }
}

.interna .tabs-producto .tab-content .tab-pane ul {
    padding-left: 18px;
}

.interna .tabs-producto .tab-content .tab-pane ul li {
    font-family: AvenirLTStd-Roman;
    color: gray;
    font-size: 20px;
}

@media only screen and (max-width: 529px) {
    .interna .tabs-producto .tab-content .tab-pane ul li {
        font-size: 16px;
    }
}

.interna .tabs-producto .tab-content .tab-pane table.table {
    background: #fff;
    border-radius: 12px;
    box-shadow: 1px 1px 5px #8a8a8a;
}

.interna .tabs-producto .tab-content .tab-pane table.table tr:last-child td {
    border-bottom: none !important;
    padding-bottom: 15px;
}

.interna .tabs-producto .tab-content .tab-pane table.table tr th {
    border-top: 0;
    background: #80807f;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    padding: 16px 0 !important;
    font-family: AvenirLTStd-Roman;
}

.interna .tabs-producto .tab-content .tab-pane table.table tr th:first-child {
    border-radius: 10px 0 0;
}

.interna .tabs-producto .tab-content .tab-pane table.table tr th:last-child {
    border-radius: 0 10px 0 0;
}

.interna .tabs-producto .tab-content .tab-pane table.table tr td {
    text-align: center;
    padding: 5px 10px;
    vertical-align: middle;
    border-top: 0;
    border-bottom: 1px solid #d23935;
    position: relative;
}

.interna .tabs-producto .tab-content .tab-pane table.table tr td:before {
    content: "";
    height: 60%;
    width: 1px;
    position: absolute;
    top: 20%;
    right: 0;
    background: #d23935;
}

.interna
.tabs-producto
.tab-content
.tab-pane
table.table
tr
td:nth-last-child(-n + 2) {
    border-bottom: none;
}

.interna
.tabs-producto
.tab-content
.tab-pane
table.table
tr
td:nth-last-child(-n + 2):before {
    display: none;
}

.interna .tabs-producto .tab-content .tab-pane table.table tr td span {
    color: #80807f;
}

.interna
.tabs-producto
.tab-content
.tab-pane
table.table
tr
td
.cantidad
.input-group {
    -ms-flex-pack: center;
    justify-content: center;
}

.interna
.tabs-producto
.tab-content
.tab-pane
table.table
tr
td
.cantidad
.input-group
input.quantity {
    height: 30px;
    font-size: 14px;
    max-width: 45px;
    padding: 5px 10px;
    line-height: 34px;
    margin-top: 5px;
    margin-bottom: 0;
    background: #fff;
    border: 1px solid #5c5e60;
    color: #5c5e60;
    font-family: AvenirLTStd-Black;
}

.interna
.tabs-producto
.tab-content
.tab-pane
table.table
tr
td
.cantidad
.input-group
.btn-number {
    cursor: pointer;
    border: none;
    border-radius: 50%;
    background: #d23935;
    color: #fff;
    margin: 10px 3px;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    width: 20px;
    height: 20px;
    padding: 0 2px;
}

.interna
.tabs-producto
.tab-content
.tab-pane
table.table
tr
td
.cantidad
.input-group
.btn-number:active,
.interna
.tabs-producto
.tab-content
.tab-pane
table.table
tr
td
.cantidad
.input-group
.btn-number:focus {
    outline: 0;
}

.interna .tabs-producto .tab-content .tab-pane table.table tr td .cantidad p {
    margin-top: -2px;
    font-size: 8px !important;
    margin-bottom: 0 !important;
    text-transform: uppercase;
}

.interna .tabs-producto .tab-content .tab-pane table.table tr td .price .antes {
    text-decoration: line-through;
    color: #80807f;
    font-size: 12px;
    font-family: AvenirLTStd-Roman;
    margin-bottom: 0;
}

.btnSearch__item,
.btnSearch__item:active,
.btnSearch__item:focus,
.btnSearch__item:hover,
.cart_container a:hover,
.media-link,
.no-disponible .contacto-no-disponible .relacionado .nombre a:hover {
    text-decoration: none;
}

.interna
.tabs-producto
.tab-content
.tab-pane
table.table
tr
td
.price
.despues {
    color: #80807f;
    line-height: 12px;
    font-size: 16px;
    font-family: AvenirLTStd-Roman;
    margin-bottom: 0;
}

.interna
.tabs-producto
.tab-content
.tab-pane
table.table
tr
td
.btn.btn-primary {
    font-size: 12px;
    padding: 7px 20px;
}

.interna .tabs-producto .tab-content .tab-pane .comentarios {
    text-align: center;
}

.interna .tabs-producto .tab-content .tab-pane .comentarios h3 {
    display: inline-block;
    float: none;
    margin-bottom: 20px;
}

.interna .tabs-producto .tab-content .tab-pane .comentarios h3:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #5c5e60;
}

.interna .tabs-producto .tab-content .tab-pane .comentarios p {
    display: inline-block;
}

.interna .tabs-producto .tab-content .tab-pane .comentarios p:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #5c5e60;
}

.interna .tabs-producto .tab-content .tab-pane .comentarios .btn-califica {
    /*background: #2f9dd3;
    color: #fff*/
}

.interna .tabs-producto .tab-content .tab-pane .comentarios .data-info {
    padding: 20px 0 10px;
    border-radius: 15px;
    box-shadow: 1px 1px 4px #b1b1b1;
}

.interna .tabs-producto .tab-content .tab-pane .comentarios .data-info h5 {
    text-align: center;
    color: #80807f;
    font-family: AvenirLTStd-Black;
    text-transform: uppercase;
    font-size: 16px;
}

.interna .tabs-producto .tab-content .tab-pane .comentarios .data-info h5 i {
    width: 15px;
    height: 15px;
    border: 2px solid #5c5e60;
    border-radius: 50%;
    display: inline-block;
    margin-left: 10px;
    position: relative;
}

@media only screen and (max-width: 529px) {
    .interna .tabs-producto .tab-content .tab-pane .comentarios .data-info {
        padding: 10px 5px 5px;
    }

    .interna .tabs-producto .tab-content .tab-pane .comentarios .data-info h5 {
        font-size: 6px;
    }

    .interna
    .tabs-producto
    .tab-content
    .tab-pane
    .comentarios
    .data-info
    h5
    i {
        width: 8px;
        height: 8px;
        display: block;
        margin: 2px auto;
    }
}

.interna
.tabs-producto
.tab-content
.tab-pane
.comentarios
.data-info
h5
i:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(
        0deg,
        rgba(32, 32, 32, 0.7) 0,
        transparent 70%
        );
    border-radius: 50%;
}

.interna
.tabs-producto
.tab-content
.tab-pane
.comentarios
.data-calificaciones
.card {
    box-shadow: 1px 1px 4px #b1b1b1;
    border-radius: 15px;
}

.interna
.tabs-producto
.tab-content
.tab-pane
.comentarios
.data-calificaciones
.comentarios
.comentario {
    border-bottom: 2px solid #5c5e60;
}

.interna
.tabs-producto
.tab-content
.tab-pane
.comentarios
.data-calificaciones
.comentarios
.comentario
.titulo-comentarios {
    border-bottom: 2px solid gray;
}

.interna
.tabs-producto
.tab-content
.tab-pane
.comentarios
.data-calificaciones
.comentarios
.comentario
.titulo-comentarios
.calificacion {
    margin: -2px 0 0;
}

.interna
.tabs-producto
.tab-content
.tab-pane
.comentarios
.data-calificaciones
.comentarios
.comentario
.titulo-comentarios
.calificacion.mini
.puntos {
    font-size: 18px !important;
}

@media only screen and (max-width: 529px) {
    .interna
    .tabs-producto
    .tab-content
    .tab-pane
    .comentarios
    .data-calificaciones
    .comentarios
    .comentario
    .titulo-comentarios
    .calificacion {
        min-width: 100px;
        margin-top: -12px;
    }

    .interna
    .tabs-producto
    .tab-content
    .tab-pane
    .comentarios
    .data-calificaciones
    .comentarios
    .comentario
    .titulo-comentarios
    .calificacion.mini
    .puntos {
        font-size: 12px !important;
        display: block;
        font-family: AvenirLTStd-Black;
        color: #5c5e60;
    }
}

.interna
.tabs-producto
.tab-content
.tab-pane
.comentarios
.data-calificaciones
.comentarios
.comentario
.titulo-comentarios
h5 {
    display: inline-block;
    line-height: 26px;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 2px solid #5c5e60;
    text-transform: none;
}

@media only screen and (max-width: 529px) {
    .interna
    .tabs-producto
    .tab-content
    .tab-pane
    .comentarios
    .data-calificaciones
    .comentarios
    .comentario
    .titulo-comentarios
    h5 {
        line-height: 1;
        font-size: 12px;
        text-align: left;
    }
}

.interna
.tabs-producto
.tab-content
.tab-pane
.comentarios
.data-calificaciones
.comentarios
.comentario
.cuerpo-comentarios {
    text-align: left;
    padding-top: 1rem;
}

.interna
.tabs-producto
.tab-content
.tab-pane
.comentarios
.data-calificaciones
.comentarios
.comentario
.cuerpo-comentarios
p {
    margin: 0;
    font-family: AvenirLTStd-Light;
    font-size: 16px;
}

@media only screen and (max-width: 529px) {
    .interna
    .tabs-producto
    .tab-content
    .tab-pane
    .comentarios
    .data-calificaciones
    .comentarios
    .comentario
    .cuerpo-comentarios
    p {
        font-size: 12px;
    }
}

.interna
.tabs-producto
.tab-content
.tab-pane
.comentarios
.data-calificaciones
.comentarios
.comentario
.cuerpo-comentarios
p:after {
    content: none;
}

.interna
.tabs-producto
.tab-content
.tab-pane
.comentarios
.data-calificaciones
.comentarios
.comentario
.cuerpo-comentarios
p
strong {
    font-size: 18px;
}

@media only screen and (max-width: 529px) {
    .interna
    .tabs-producto
    .tab-content
    .tab-pane
    .comentarios
    .data-calificaciones
    .comentarios
    .comentario
    .cuerpo-comentarios
    p
    strong {
        font-size: 14px;
    }
}

.interna .tabs-producto .tab-content .tab-pane .comentarios .bars.mini .bar {
    height: 25px;
}

.interna
.tabs-producto
.tab-content
.tab-pane
.comentarios
.bars.mini
.bar
strong {
    font-size: 12px;
    line-height: 24px;
}

@media only screen and (max-width: 529px) {
    .interna
    .tabs-producto
    .tab-content
    .tab-pane
    .comentarios
    .bars.mini
    .bar
    strong {
        font-size: 10px;
    }
}

.interna
.tabs-producto
.tab-content
.tab-pane
.comentarios
.bars.mini
.bar
.progress {
    height: 20px;
    line-height: 20px;
}

.interna .tabs-producto .tab-content .tab-pane .comentarios .bars .bar {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
}

.interna .tabs-producto .tab-content .tab-pane .comentarios .bars .bar strong {
    display: inline-block;
    text-align: left;
    color: #5c5e60;
    font-family: AvenirLTStd-Black;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 30px;
}

.interna
.tabs-producto
.tab-content
.tab-pane
.comentarios
.bars
.bar
.progress {
    display: inline-block;
    height: 25px;
    line-height: 20px;
    margin: 0 0 0 6px;
    border: 1px solid #5c5e60;
    border-radius: 5px;
}

.interna
.tabs-producto
.tab-content
.tab-pane
.comentarios
.bars
.bar
.progress.excelente {
    width: 49%;
}

.interna
.tabs-producto
.tab-content
.tab-pane
.comentarios
.bars
.bar
.progress.sobresaliente {
    width: 42%;
}

.interna
.tabs-producto
.tab-content
.tab-pane
.comentarios
.bars
.bar
.progress.bueno {
    width: 35%;
}

.interna
.tabs-producto
.tab-content
.tab-pane
.comentarios
.bars
.bar
.progress.aceptable {
    width: 28%;
}

.interna
.tabs-producto
.tab-content
.tab-pane
.comentarios
.bars
.bar
.progress.regular {
    width: 21%;
}

.interna
.tabs-producto
.tab-content
.tab-pane
.comentarios
.bars
.bar
.progress.insuficiente {
    width: 14%;
}

.interna
.tabs-producto
.tab-content
.tab-pane
.comentarios
.bars
.bar
.progress.deficiente {
    width: 7%;
}

.interna
.tabs-producto
.tab-content
.tab-pane
.comentarios
.bars
.bar
.progress:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(
        90deg,
        rgba(32, 32, 32, 0.5) 0,
        transparent 55%
        );
    border-radius: 4px;
}

.interna
.tabs-producto
.tab-content
.tab-pane
.comentarios
.bars
.bar
.progress
.progress-bar {
    border-width: 0;
}

.interna .tabs-producto .tab-content .tab-pane .comentarios .excelente {
    background: #109d4d;
}

.interna .tabs-producto .tab-content .tab-pane .comentarios .sobresaliente {
    background: #4eb43e;
}

.interna .tabs-producto .tab-content .tab-pane .comentarios .bueno {
    background: #bed530;
}

.interna .tabs-producto .tab-content .tab-pane .comentarios .aceptable {
    background: #fce700;
}

.interna .tabs-producto .tab-content .tab-pane .comentarios .regular {
    background: #fcb713;
}

.interna .tabs-producto .tab-content .tab-pane .comentarios .insuficiente {
    background: #f26f24;
}

.interna .tabs-producto .tab-content .tab-pane .comentarios .deficiente {
    background: #ec1b24;
}

.landing .hero {
    background: url(../assets/images/landing/bg-landing.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 650px;
    /* border-bottom: 30px solid #5c5e60; */
}

.landing .hero2 {
    background: url(../assets/images/landing/bg-landing.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 250px;
    /* border-bottom: 30px solid #5c5e60; */
}

.landing .hero .row {
    height: 650px;
}

.landing .hero .row .marca {
    border-radius: 20px 20px 0 0;
    background: rgba(28, 28, 28, 0.56);
    padding: 30px 20px;
}

@media only screen and (max-width: 529px) {
    .landing .hero .row .marca {
        border-radius: 0;
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        height: 100%;
    }

    .landing .hero2 {
        height: 75px;
    }
}

.landing .hero .row .marca .paragraph-3-white {
    margin-bottom: 0;
}

.landing .hero .row .marca hr {
    margin: 10px 0;
    border-top: 2px solid #fff;
}

.landing .hero .row .marca .flag h3 {
    line-height: 15px;
    display: inline-block;
    border-left: 3px solid #fff;
    padding-left: 10px;
    margin-left: 10px;
    margin-bottom: 0;
    padding-top: 5px;
}

.landing .hero .row .marca .flag img {
    margin-top: -5px;
}

.landing hr {
    width: 100%;
    margin: 35px 0;
    border-top: 2px solid #5c5e60;
}

.landing .categories {
    background: #efefef;
}

.landing .categories .wheel {
    cursor: pointer;
    background: #fff;
    border-radius: 15px;
    padding: 10px;
}

.landing .video-blog {
    text-align: center;
}

.landing .video-blog .video-carousel {
    text-align: left;
}

.landing .video-blog .video-carousel .owl-nav .owl-next,
.landing .video-blog .video-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 35%;
}

.landing .video-blog .video-carousel .owl-nav .owl-next:active,
.landing .video-blog .video-carousel .owl-nav .owl-next:focus,
.landing .video-blog .video-carousel .owl-nav .owl-prev:active,
.landing .video-blog .video-carousel .owl-nav .owl-prev:focus {
    outline: 0;
}

.landing .video-blog .video-carousel .owl-nav .owl-next img,
.landing .video-blog .video-carousel .owl-nav .owl-prev img {
    width: 30px;
}

.landing .video-blog .video-carousel .owl-nav .owl-next {
    right: -35px;
}

.landing .video-blog .video-carousel .owl-nav .owl-prev {
    left: -35px;
}

.landing .video-blog .video-carousel hr {
    margin: 10px 0;
}

.landing .video-blog .video-carousel p {
    margin: 0;
    display: inline-block;
}

.llantasACredito .llantasACredito__main {
    background-image: linear-gradient(
        rgba(0, 0, 0, 0.1) 20%,
        rgba(0, 0, 0, 0.3)
        ),
        url(../assets/images/llantas/credito-llantas.jpg);
    background-position: center;
}

@media only screen and (max-width: 529px) {
    .landing .video-blog .video-carousel .owl-nav .owl-next {
        right: -10px;
    }

    .landing .video-blog .video-carousel .owl-nav .owl-prev {
        left: -10px;
    }

    .llantasACredito .llantasACredito__main {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000),
            url(../assets/images/llantas/credito-llantas.jpg);
    }
}

.llantasACredito input:not([type="checkbox"]) {
    height: 40px;
    opacity: 0.8;
    background-color: transparent;
    border: 1px solid #323232;
    border-radius: 25px;
    font-family: AvenirLTStd-Light;
    color: #80807f;
    margin: 8px 0;
}

.llantasACredito input:not([type="checkbox"])::-webkit-input-placeholder {
    color: #80807f;
    font-family: AvenirLTStd-Light;
}

.llantasACredito input:not([type="checkbox"])::-moz-placeholder {
    color: #80807f;
    font-family: AvenirLTStd-Light;
}

.llantasACredito input:not([type="checkbox"]):-ms-input-placeholder {
    color: #80807f;
    font-family: AvenirLTStd-Light;
}

.llantasACredito input:not([type="checkbox"])::placeholder {
    color: #80807f;
    font-family: AvenirLTStd-Light;
}

.llantasACredito__contact strong,
.llantasACredito__formStep .numberIcon {
    font-family: AvenirLTStd-Black;
}

.llantasACredito input[type="number"]::-webkit-inner-spin-button,
.llantasACredito input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.llantasACredito__main {
    -ms-flex-align: end;
    align-items: flex-end;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
    padding-bottom: 23px;
    width: 100%;
}

.llantasACredito__title {
    text-align: center;
    width: 929px;
    max-width: 95%;
}

.llantasACredito__title img.titleIcon {
    width: 110px;
    height: auto;
    margin-bottom: 14px;
    padding: 0.5rem;
    border: 4px solid #d23935;
    border-radius: 50%;
}

.llantasACredito__formContainer {
    text-align: center;
}

.llantasACredito__formContainer .btn {
    padding: 12px 41px;
}

.llantasACredito__form {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 70px;
}

.llantasACredito__formStep {
    padding: 0 19px 30px;
    margin: 70px 23px 0;
    width: 348px;
    min-width: 348px;
    height: 388px;
    border-radius: 10px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
    background-color: #fff;
    text-align: center;
}

.llantasACredito__formStep .numberIcon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #d23935;
    color: #fff;
    font-size: 48px;
    line-height: 96px;
}

.llantasACredito__formStep .stepContent {
    margin-top: calc(-89px / 2 + 16px);
}

.llantasACredito__formStep .stepContent .stepText {
    width: 240px;
    margin: 0 auto 21px;
    padding: 0;
}

.llantasACredito__formStep .actionContainer .actionIcon {
    cursor: pointer;
    width: 113px;
    height: 113px;
    padding: 0.5rem;
    border: 4px solid #d23935;
    border-radius: 50%;
}

.llantasACredito__formStep.filled input {
    border: 2px solid #d23935;
}

.llantasACredito__formStep.disabled {
    pointer-events: none;
}

.llantasACredito__formStep.disabled .numberIcon {
    color: #d23935;
    background-color: #fff;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
}

.llantasACredito__formStep.disabled .actionContainer .paragraph-black,
.llantasACredito__formStep.disabled .stepContent .stepText,
.llantasACredito__formStep.disabled .stepContent .title-3-secondary {
    color: #e0e0e0;
}

.llantasACredito__formStep.disabled .actionContainer .actionIcon {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.2;
}

.charge,
.loading {
    min-height: 100vh;
    position: fixed;
    top: 0;
    opacity: 1;
    z-index: 50000;
}

.llantasACredito__contact {
    text-align: center;
    margin: 0 auto 71px;
    width: 572px;
    max-width: 95%;
}

.llantasACredito__contact .paragraph-black:not(:first-child) {
    margin: 0;
}

.load,
.load2 {
    display: none;
}

.loading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    background: linear-gradient(0deg, #000 0, #d23935 35%, #d23935 100%);
}

.loading img {
    margin-top: -80px;
    height: 30vw;
    animation: rotation 0.2s infinite linear;
    -webkit-animation: rotation 0.2s infinite linear;
    -moz-animation: rotation 0.2s infinite linear;
    -o-animation: rotation 0.2s infinite linear;
}

@media only screen and (max-width: 529px) {
    .loading img {
        margin-top: 0;
        height: 30vw;
    }
}

.charge {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.95) 0,
        #d23935 35%,
        #d23935 100%
        );
}

.charge img.llanta {
    margin-top: -10%;
    height: 20%;
    animation: rotation 0.5s infinite linear;
    -webkit-animation: rotation 0.5s infinite linear;
    -moz-animation: rotation 0.5s infinite linear;
    -o-animation: rotation 0.5s infinite linear;
}

.charge img.carretera {
    margin-top: -40px;
    width: 100%;
    animation: rightleft 0.3s infinite linear;
    -webkit-animation: rightleft 0.3s infinite linear;
    -moz-animation: rightleft 0.3s infinite linear;
    -o-animation: rightleft 0.3s infinite linear;
}

@media only screen and (max-width: 529px) {
    .charge .col {
        -ms-flex: 1 33%;
        flex: 1 33%;
    }

    .charge .w-100 {
        display: none;
    }

    .charge img.carretera {
        margin-bottom: 50px;
        margin-top: -15px;
        animation: rightleft 0.7s infinite linear;
        -webkit-animation: rightleft 0.7s infinite linear;
        -moz-animation: rightleft 0.7s infinite linear;
        -o-animation: rightleft 0.7s infinite linear;
    }
}

.charge .card {
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 40px 0;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
}

.charge .card .done {
    position: absolute;
    bottom: -15px;
    right: -3px;
    animation: zoomin 1s;
    -webkit-animation: zoomin 1s;
    -moz-animation: zoomin 1s;
    -o-animation: zoomin 1s;
}

.charge .cargando {
    animation: rotation 0.5s infinite linear;
    -webkit-animation: rotation 0.5s infinite linear;
    -moz-animation: rotation 0.5s infinite linear;
    -o-animation: rotation 0.5s infinite linear;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes rightleft {
    0% {
        margin-left: 2000px;
    }

    100% {
        margin-left: -2000px;
    }
}

@keyframes rightleft {
    0% {
        margin-left: 2000px;
    }

    100% {
        margin-left: -2000px;
    }
}

@-webkit-keyframes zoomin {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zoomin {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.marcas-page .hero {
    width: 100%;
    height: 650px;
    position: relative;
}

.marcas-page .hero:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100px;
    background: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0) 0,
        rgba(0, 0, 0, 0.7) 100%
        );
}

@media only screen and (max-width: 529px),
only screen and (min-width: 530px) and (max-width: 990px) {
    .marcas-page .hero:before {
        content: none;
        display: none;
    }
}

.marcas-page .hero .row {
    height: 650px;
}

.marcas-page .hero .row .nuestras-marcas {
    height: 80%;
    border-radius: 20px 20px 0 0;
    background: rgba(28, 28, 28, 0.56);
    padding: 20px 30px;
}

.marcas-page .hero .row .nuestras-marcas .paragraph-3-white {
    margin-bottom: 0;
}

.marcas-page .hero .row .nuestras-marcas hr {
    margin: 10px 0;
    border-top: 2px solid #fff;
}

.marcas-page .circle-title {
    width: 160px;
    min-height: 115px;
    margin: 5px auto 10px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
    border-bottom: 2px solid #fff;
}

.marcas-page .circle-title .progress-value {
    line-height: 25px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
}

@media only screen and (max-width: 529px) {
    .marcas-page .hero .row .nuestras-marcas {
        border-radius: 0;
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        height: 100%;
        padding-top: 20vh;
    }

    .marcas-page .companies .list-companies .float-right {
        float: none !important;
    }

    .marcas-page .companies .list-companies .float-right input {
        width: 100%;
    }
}

.marcas-page .companies .list-companies input {
    width: 255px;
}

.marcas-page .companies .list-companies .company {
    display: block;
    background: #f7f7f7;
    padding: 30px 15px;
    margin: 15px 0;
    border-radius: 15px;
    box-shadow: 5px 5px 10px #d4d4d4;
    cursor: pointer;
}

.media-link {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: inline-block;
    margin: 0 5px;
}

.facebook {
    background-color: #3b5998;
}

.facebook img {
    width: 33%;
    position: absolute;
    left: 33%;
    top: 22%;
}

.link {
    background-color: #f0f0f0;
}

.link img {
    width: 60%;
    position: absolute;
    top: 19%;
    left: 24%;
}

.linkedin img,
.twitter img {
    position: absolute;
    width: 50%;
}

.linkedin {
    background-color: #007bb5;
}

.linkedin img {
    top: 21%;
    left: 30%;
}

.twitter {
    background-color: #55acee;
}

.twitter img {
    top: 32%;
    left: 29%;
}

.mi-pedido .hero {
    position: relative;
    height: 400px;
    background: #323232;
    background-size: cover;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#modalPedido .modal-lg {
    max-width: 900px;
}

#modalPedido .modal-content .modal-header {
    padding: 0;
    border: none;
}

#modalPedido .modal-content .modal-header button.close {
    margin-right: -5px;
    margin-top: -10px;
    font-size: 26px;
}

#modalPedido .modal-content .modal-body {
    padding: 20px 30px;
}

#modalPedido .modal-content .modal-body .status {
    margin-top: -20px;
}

#modalPedido .modal-content .modal-body .status .state {
    text-align: center;
}

#modalPedido
.modal-content
.modal-body
.status
.state:last-child
.state-icon:after {
    content: none;
}

#modalPedido .modal-content .modal-body .status .state.active h3 {
    color: #80807f;
}

#modalPedido
.modal-content
.modal-body
.status
.state.active
.state-icon:after {
    background-color: #d23935;
}

#modalPedido .modal-content .modal-body .status .state.actual h3 {
    color: #d23935 !important;
}

@media only screen and (max-width: 529px),
only screen and (min-width: 530px) and (max-width: 990px) {
    #modalPedido .modal-content .modal-body .status {
        margin-top: -10px;
    }

    #modalPedido .modal-content .modal-body .status .state.actual h3 {
        display: block !important;
    }
}

#modalPedido .modal-content .modal-body .status .state h3 {
    display: block;
    font-family: Isidora-sans-alt-bold;
    text-transform: uppercase;
    font-size: 18px;
    color: #5c5e60;
}

#modalPedido .modal-content .modal-body .status .state .state-icon {
    margin: 0 25px;
    position: relative;
}

#modalPedido .modal-content .modal-body .status .state .state-icon:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    width: 50px;
    height: 2px;
    background-color: #5c5e60;
}

#modalPedido .modal-content .modal-body .status .state .state-icon img {
    box-shadow: 1px 1px 5px 1px rgba(50, 50, 50, 0.2);
    width: 100px;
    height: 100px;
    padding: 0.3rem;
    border-radius: 50%;
    background: #fff;
}

@media only screen and (max-width: 529px),
only screen and (min-width: 530px) and (max-width: 990px) {
    #modalPedido .modal-content .modal-body .status .state h3 {
        display: none;
    }

    #modalPedido .modal-content .modal-body .status .state .state-icon {
        margin: 0 5px;
    }

    #modalPedido .modal-content .modal-body .status .state .state-icon:after {
        content: none;
    }

    #modalPedido .modal-content .modal-body .status .state .state-icon img {
        width: 60px;
        height: 60px;
    }
}

#modalPedido .modal-content .modal-body hr {
    border-top: 1px solid #5c5e60;
}

.profileLayout__container {
    position: relative;
}

.addCar {
    text-align: right;
}

.profileLayout__content {
    display: inline-block;
    position: relative;
}

@media only screen and (max-width: 529px) {
    .addCar {
        text-align: center;
    }

    .profileLayout__content .item-container {
        padding-top: 0 !important;
    }

    .profileLayout__content .item-container .carImageContainer {
        width: 100%;
        height: auto;
    }

    .profileLayout__content .item-container .carData {
        position: relative;
        top: 0;
        left: 20%;
        margin-top: 0 !important;
    }

    .profileLayout__content .item-container .tab {
        position: relative;
        width: 100%;
    }
}

.profileLayout__content .list-group-item {
    border-bottom: 2px solid #9e9e9e;
}

.profileLayout__content .carImageContainer {
    padding: 0;
    margin: 0;
    width: 644px;
    height: 287px;
}

.profileLayout__content .carImageContainer img {
    width: 90%;
}

.profileLayout__content .item-container {
    padding-bottom: 20px;
}

.profileLayout__content .tab {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 330px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.2);
    padding-bottom: 30px;
    border-radius: 10px;
    background: #fff;
}

.btnSearch,
.profileLayout__content .tab .nav {
    border: none;
}

.profileLayout__content .tab .tab-pane-content {
    margin: 10px 30px;
}

.profileLayout__content .tab .nav .nav-item a {
    background-color: #efefef;
    color: #80807f;
}

.profileLayout__content .tab .nav .nav-item a.active {
    background-color: #fff;
    color: #d23935;
}

.profileLayout__content .tab .nav-item {
    width: 50%;
}

.profileLayout__content .tab .nav-item .nav-link {
    color: #d23935;
    border: none;
    font-family: Isidora-sans-alt-bold;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 0;
    text-align: center;
}

.profileLayout__content .carData {
    position: absolute;
    top: 210px;
    left: 105px;
    display: inline-block;
}

.profileLayout__content .carData .carData__model {
    font-family: Isidora-sans-alt-bold;
    font-size: 18px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.11;
    letter-spacing: normal;
    text-align: left;
    text-transform: uppercase;
    color: #d23935;
}

.profileLayout__content .carData .carData__id,
.profileLayout__content .carData .carData__reference {
    font-family: AvenirLTStd-Medium;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.11;
    letter-spacing: normal;
    text-align: left;
}

.profileLayout__content .carData .carData__reference {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: #323232;
}

.profileLayout__content .carData .carData__id {
    font-size: 16px;
    font-weight: 400;
    color: #80807f;
}

.profileLayout__menu {
    display: inline-block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: -90px;
    width: 300px;
    padding: 20px 30px 60px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 529px) {
    .profileLayout__menu {
        position: relative;
        width: 100%;
        top: -30px;
        padding-bottom: 30px;
    }
}

@media only screen and (min-width: 530px) and (max-width: 990px) {
    .profileLayout__menu {
        top: 0;
        width: 32%;
    }
}

@media screen and (min-width: 1600px) {
    .profileLayout__menu {
        right: 0;
    }
}

.profileLayout__menu .nav-item .nav-link {
    padding: 0;
    margin: 0;
    font-family: AvenirLTStd-Black;
    font-size: 18px;
    font-weight: 900;
    color: #80807f;
    text-transform: uppercase;
    transition: 0.3s ease-in;
    cursor: pointer;
}

.profileLayout__menu .nav-item .active {
    color: #d23935;
}

.profileLayout__menu .nav-item .nav-link:hover {
    color: #d23935;
    transition: 0.3s ease-in;
}

#navigation.black .navbar-nav .nav-item .nav-link,
#navigation.black .navbar-toggler i {
    color: #323232;
}

#navigation {
    display: block;
    width: 100%;
    /*position: absolute;*/
    z-index: 100;
}

#navigation.black .logo-white {
    display: none;
}

#navigation.black .logo-black {
    display: block;
}

#navigation.black .nav-icon .logo-white {
    display: none;
    padding: 8px 0;
}

#navigation.black .nav-icon .logo-black {
    display: inline-block;
}

@media only screen and (max-width: 529px),
only screen and (min-width: 530px) and (max-width: 990px) {
    #navigation.black .nav-icon .logo-white {
        display: inline-block;
    }

    #navigation.black .nav-icon .logo-black {
        display: none;
    }

    #navigation.black .navbar-nav .nav-item .nav-link {
        color: #000;
        background: #fff;
    }

    #navigation.black .navbar-nav .nav-item .nav-link:hover {
        background: #d8132e;
        color: #fff;
    }

    #navbarContent {
        color: rgb(0, 0, 0);
        background: #ffffff;
    }
}

#navigation .navbar {
    padding: 10px;
    background: 0 0;
}

#navigation .navbar-brand {
    height: 80px;
}

#navigation .navbar-brand img {
    /*height: 80%;*/
}

@media only screen and (max-width: 529px) {
    #navigation .navbar {
        padding: 0;
    }

    #navigation .navbar-brand {
        height: 60px;
        padding: 10px;
    }

    #navigation .navbar-collapse {
        background-color: #fff;
        z-index: 3;
    }
}

#navigation .logo-white {
    display: block;
}

#navigation .logo-black {
    display: none;
}

#navigation .navbar-toggler {
    outline: 0;
}

#navigation .navbar-toggler i {
    font-size: 30px;
    color: #fff;
}

#navigation .navbar-collapse {
    padding: 10px;
    margin-top: -5px;
}

#navigation #mobile-menu {
    list-style: none;
    margin: 0 -25px 0 0;
    padding: 0;
}

#navigation #mobile-menu li.nav-item {
    display: inline-block;
    margin: 0 5px;
}

#navigation .navbar-nav #menu-desktop {
    display: -ms-inline-flexbox;
    display: inline-flex;
}

#navigation .navbar-nav .nav-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

#navigation .navbar-nav .nav-item.dropdown:last-child {
    margin-left: 10px;
}

#navigation .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

#navigation .navbar-nav .nav-item .nav-link.sites {
    width: 70px;
    padding: 8px 0;
    margin: 0 auto;
}

@media only screen and (max-width: 529px) {
    #navigation .navbar-nav .nav-item .dropdown-item {
        text-align: center;
    }
}

#navigation .nav-icon {
    margin: 0;
    padding: 0;
}

#navigation .nav-icon .logo-white {
    width: 2.2rem;
    padding: 8px 0;
}

@media only screen and (max-width: 529px),
only screen and (min-width: 530px) and (max-width: 990px) {
    #navigation .nav-icon .logo-white {
        display: inline-block;
    }
}

#navigation .nav-icon .logo-black {
    display: none;
    width: 2.2rem;
}

.btnSearch {
    padding: 0.3rem 1rem 0.3rem 2.5rem;
    border-radius: 50px;
    background-color: #d23935;
    background-image: url(../assets/images/menu/buscar.svg);
    background-size: 20px;
    background-position: 12px 50%;
    background-repeat: no-repeat;
    color: #fff;
    text-align: right;
    opacity: 1;
    cursor: pointer;
}

.btnSearch:focus {
    border: none;
}

.btnSearch__container {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-color: #fff;
    overflow: auto;
}

.buscador,
.progress > span {
    overflow: hidden;
}

.btnSearch__container--active {
    display: block;
}

.btnSearch__close {
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    z-index: 1001;
    -ms-flex-align: center;
    align-items: center;
    top: 2rem;
    right: 2rem;
    border: 0;
    background: 0 0;
    color: #80807f;
    font-family: AvenirLTStd-Medium;
    font-size: 0.8rem;
    cursor: pointer;
}

.btnSearch__close i {
    margin-left: 0.5rem;
    font-size: 2rem;
}

.btnSearch__content {
    margin-top: 120px;
}

.btnSearch__input {
    position: relative;
    width: 100%;
    height: auto !important;
    padding: 0.5rem 3rem;
    border-bottom: 1px solid #80807f !important;
    border-radius: 0 !important;
    background-image: url(../assets/images/menu/buscar-red.svg);
    background-size: 25px;
    background-position: 12px 40%;
    background-repeat: no-repeat;
    color: #323232 !important;
    font-family: AvenirLTStd-Black !important;
    font-size: 1.8rem;
    outline: 0;
}

.cart_container .medida span,
.cart_container .precio,
.cart_container p,
.registerBtn__container .nav-item {
    font-family: AvenirLTStd-Black;
}

@media only screen and (max-width: 529px) {
    .btnSearch__input {
        font-size: 1rem;
    }
}

.btnSearch__input::-webkit-input-placeholder {
    color: #80807f !important;
}

.btnSearch__input::-moz-placeholder {
    color: #80807f !important;
}

.btnSearch__input:-ms-input-placeholder {
    color: #80807f !important;
}

.btnSearch__input::placeholder {
    color: #80807f !important;
}

.btnSearch__inputClean {
    display: none;
    position: absolute;
    top: 1.2rem;
    right: 1rem;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    background: 0 0;
    color: #80807f;
    cursor: pointer;
}

.btnSearch__inputClean--active {
    display: inline-block;
}

.btnSearch__item {
    display: block;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.btnSearch__item img {
    height: 150px;
}

.btnSearch__item--article {
    padding: 0.5rem 1rem;
    border-radius: 0;
    text-align: left;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.btnSearch__item--question {
    border-radius: 0;
    text-align: left;
    box-shadow: none;
}

.btnSearch__item--question i {
    color: #80807f;
    font-size: 1.8rem;
}

.btnSearch__itemInfo {
    padding: 1rem;
}

.btnSearch__itemDate {
    display: inline-block;
    color: #80807f;
    font-size: 0.8rem;
}

.btnSearch__itemBadge {
    padding: 0.2rem 0.5rem;
    border-radius: 20px;
    background-color: #80807f;
    color: #fff;
    font-size: 0.8rem;
}

#navbarContent .nav-item {
    position: relative;
}

.profileBtn,
.registerBtn {
    background: 0 0;
    border: 0;
    cursor: pointer;
    outline: 0;
}

.profileBtn:active,
.profileBtn:focus,
.profileBtn:hover,
.registerBtn:active,
.registerBtn:focus,
.registerBtn:hover {
    outline: 0;
}

.cart_container {
    left: auto;
    right: 0;
    border: 2px solid #5c5e60;
    border-radius: 10px;
    min-width: 400px;
    min-height: 200px;
    padding: 10px;
}

@media only screen and (max-width: 529px) {
    .cart-menu {
        position: static;
    }

    .cart_container {
        min-width: 100px;
        width: 100vw;
        left: 0;
    }
}

.cart_container .btn-xs {
    font-size: 14px;
    padding: 5px 15px;
}

.cart_container .btn-trash {
    border: none;
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 10px;
    cursor: pointer;
    background: 0 0;
}

.cart_container .btn-trash img {
    width: 25px;
}

.cart_container .btn-trash img:hover {
    width: 28px;
}

.cart_container .btn-trash:active,
.cart_container .btn-trash:focus {
    outline: 0;
}

.cart_container a {
    margin-bottom: 0;
}

.cart_container a:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #5c5e60;
}

.cart_container a.premium {
    color: #e7a41f;
}

.cart_container a.premium:after {
    background: #e7a41f;
}

.cart_container a.alto-rendimiento {
    color: #485454;
}

.cart_container a.alto-rendimiento:after {
    background: #485454;
}

.cart_container a.economica {
    color: #a85543;
}

.cart_container a.economica:after {
    background: #a85543;
}

.cart_container .medida {
    padding: 5px 0 6px;
}

.cart_container .medida span {
    background: #80807f;
    border-radius: 5px;
    padding: 5px 10px 4px;
    color: #fff;
    font-size: 14px;
}

.cart_container .precio {
    color: #80807f;
    font-size: 22px;
    text-align: left;
    padding: 4px 0 0;
}

.cart_container p {
    color: #80807f;
    text-transform: capitalize;
    font-size: 14px;
    text-align: center;
    display: block;
    border-top: 2px solid #80807f;
}

.profileBtn__container,
.registerBtn__container {
    right: -26px;
    left: auto;
    padding: 1rem;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 529px) {
    .profileBtn__container,
    .registerBtn__container {
        right: -29vw;
        width: 100% !important;
    }

    .profileBtn__container::before,
    .registerBtn__container::before {
        display: none;
    }
}

.profileBtn__container::before,
.registerBtn__container::before {
    content: "";
    position: absolute;
    top: -12px;
    right: 25px;
    width: 0;
    height: 0;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-bottom: 1.5rem solid #fff;
}

.profileBtn__container .profileBtn__header,
.registerBtn__container .profileBtn__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.profileBtn__container .profileBtn__header img,
.registerBtn__container .profileBtn__header img {
    width: 3rem;
    height: 3rem;
    padding: 0.3rem;
    border-radius: 50%;
    background-color: #d23935;
}

.profileBtn__container .profileBtn__header p,
.registerBtn__container .profileBtn__header p {
    color: #80807f;
    font-size: 0.8rem;
    text-transform: lowercase;
}

.profileBtn__container .profileBtn__options .profileBtn__optionsList,
.registerBtn__container .profileBtn__options .profileBtn__optionsList {
    padding-left: 0;
    text-align: left;
    list-style-type: none;
}

.profileBtn__container
.profileBtn__options
.profileBtn__optionsList
.profileBtn__item,
.registerBtn__container
.profileBtn__options
.profileBtn__optionsList
.profileBtn__item {
    padding: 0.3rem 0;
    border-bottom: 1px solid #e0e0e0;
}

.profileBtn__container
.profileBtn__options
.profileBtn__optionsList
.profileBtn__item:last-child,
.registerBtn__container .nav-tabs,
.registerBtn__container
.profileBtn__options
.profileBtn__optionsList
.profileBtn__item:last-child {
    border: 0;
}

.profileBtn__container
.profileBtn__options
.profileBtn__optionsList
.profileBtn__item
.profileBtn__link,
.registerBtn__container
.profileBtn__options
.profileBtn__optionsList
.profileBtn__item
.profileBtn__link {
    color: #323232;
    font-family: AvenirLTStd-Black;
    font-size: 0.8rem;
}

.profileBtn__container
.profileBtn__options
.profileBtn__optionsList
.profileBtn__item
.profileBtn__link.active,
.registerBtn__container
.profileBtn__options
.profileBtn__optionsList
.profileBtn__item
.profileBtn__link.active {
    color: #d23935;
}

.profileBtn__container p,
.registerBtn__container p {
    text-transform: none;
}

.registerBtn__container {
    width: 410px;

    min-height: 465px;
    padding: 0 0 15px;
    text-align: center;
}

.registerBtn__container .styled-checkbox + label {
    min-width: 231px;
    text-align: left;
}

.registerBtn__container .nav-item {
    width: 50%;
    padding: 0.6rem;
    border: 0;
    border-radius: 0;
    background-color: #e0e0e0;
    color: #80807f !important;
}

.registerBtn__container .nav-item:first-child {
    border-radius: 10px 0 0;
}

.registerBtn__container .nav-item:last-child {
    border-radius: 0 10px 0 0;
}

.registerBtn__container .nav-item.active {
    color: #d23935 !important;
}

.registerBtn__form {
    width: 340px;
}

.registerBtn__form input {
    width: 100%;
    padding: 6px 16px;
    outline: 0;
    border: 1px solid rgba(50, 50, 50, 0.3);
    color: #323232;
    font-family: AvenirLTStd-Light;
    font-size: 15px;
    opacity: 0.9;
}

.registerBtn__form input::-webkit-input-placeholder {
    color: #80807f;
}

.registerBtn__form input::-moz-placeholder {
    color: #80807f;
}

.registerBtn__form input:-ms-input-placeholder {
    color: #80807f;
}

.registerBtn__form input::placeholder {
    color: #80807f;
}

.registerBtn__form .styled-checkbox {
    opacity: 0;
}

.registerBtn__form .styled-checkbox + label {
    color: #80807f;
    font-size: 0.9rem;
    text-transform: none;
}

.registerBtn__form .styled-checkbox + label::before {
    background: #80807f;
}

.registerBtn__footerText {
    font-family: AvenirLTStd-Light;
    font-size: 0.9rem;
    text-transform: none;
}

.registerBtn__footerText a {
    color: #80807f;
}

.registerBtn__footerText .registerBtn__changeToLogin {
    color: #d23935;
    font-family: AvenirLTStd-Black;
}

.registerBtn__socialLoginBtn {
    min-width: 190px;
    padding: 0.5rem 1rem;
    border: 0;
    color: #fff;
    font-family: AvenirLTStd-Light;
    cursor: pointer;
}

.registerBtn__socialLoginBtn--facebook {
    background-color: #3b5998;
}

.registerBtn__socialLoginBtn--google {
    background-color: #0057c6;
}

.no-disponible {
    position: relative;
}

.no-disponible:before {
    content: "";
    width: 100vw;
    height: 100vh;
    background: rgba(128, 128, 128, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
}

.no-disponible .contacto-no-disponible {
    position: absolute;
    top: 275px;
    z-index: 99;
    width: 100vw;
}

@media only screen and (max-width: 529px) {
    .no-disponible:before {
        height: 100%;
    }

    .no-disponible .contacto-no-disponible {
        top: 70px;
    }
}

.no-disponible .contacto-no-disponible h2 {
    display: inline-block;
}

.no-disponible .contacto-no-disponible h2:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #5c5e60;
}

.no-disponible .contacto-no-disponible .relacionado {
    background: #f7f7f7;
    border-radius: 20px 20px 35px 35px;
    box-shadow: 2px 2px 10px -3px #8a8a8a;
    text-align: center;
    padding: 10px 0 0;
    z-index: 1;
    position: relative;
}

.no-disponible .contacto-no-disponible .relacionado.premium .descuento,
.no-disponible .contacto-no-disponible .relacionado.premium .price {
    background: #e7a41f;
}

.no-disponible .contacto-no-disponible .relacionado.alto-rendimiento .descuento,
.no-disponible .contacto-no-disponible .relacionado.alto-rendimiento .price {
    background: #485454;
}

.no-disponible .contacto-no-disponible .relacionado.economica .descuento,
.no-disponible .contacto-no-disponible .relacionado.economica .price {
    background: #a85543;
}

.no-disponible .contacto-no-disponible .relacionado .descuento {
    position: absolute;
    top: -15px;
    left: -15px;
    background: #5c5e60;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    -ms-flex-pack: center;
    justify-content: center;
}

.no-disponible .contacto-no-disponible .relacionado .descuento span {
    font-family: AvenirLTStd-Black;
    font-size: 20px;
    margin: 0 0 2px;
    padding: 0;
    line-height: 1;
    position: relative;
}

.no-disponible .contacto-no-disponible .relacionado .descuento span:before {
    content: "";
    width: 70%;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 15%;
}

.no-disponible .contacto-no-disponible .relacionado .descuento p {
    color: #fff;
    font-family: AvenirLTStd-Black;
    font-size: 18px;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.no-disponible .contacto-no-disponible .relacionado .descuento .border-radius {
    height: 70px;
    width: 70px;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #fff;
    left: 5px;
}

.no-disponible .contacto-no-disponible .relacionado .marca {
    text-align: center;
    background: #000;
    padding: 15px 0;
}

.no-disponible .contacto-no-disponible .relacionado .nombre {
    padding: 15px 0;
    width: 100%;
    border: 2px solid #5c5e60;
}

.no-disponible .contacto-no-disponible .relacionado .nombre a {
    display: inline-block;
    margin-bottom: 2px;
    color: #80807f;
}

.no-disponible .contacto-no-disponible .relacionado .nombre a:after {
    content: "";
    margin-top: -5px;
    display: block;
    width: 100%;
    height: 2px;
    background: #80807f;
}

.no-disponible .contacto-no-disponible .relacionado .nombre p {
    font-family: AvenirLTStd-Heavy;
    font-size: 20px;
    margin-bottom: 0;
}

.no-disponible .contacto-no-disponible .relacionado .price {
    padding: 10px 0;
    text-align: center;
    background: #80807f;
    margin-bottom: -20px;
    border-radius: 0 0 35px 35px;
}

.no-disponible .contacto-no-disponible .relacionado .price .antes {
    color: #fff;
    text-decoration: line-through;
    font-size: 18px;
    font-family: AvenirLTStd-Black;
    margin-bottom: 0;
}

.no-disponible .contacto-no-disponible .relacionado .price .despues {
    color: #fff;
    line-height: 20px;
    font-size: 32px;
    font-family: AvenirLTStd-Black;
    display: inline-block;
    margin: 5px 0;
}

.no-disponible .contacto-no-disponible .formulario {
    padding-right: 10px;
}

.no-disponible .contacto-no-disponible .formulario.premium .card,
.no-disponible .contacto-no-disponible .formulario.premium h3,
.no-disponible .contacto-no-disponible .formulario.premium p {
    background: #e7a41f;
}

.no-disponible .contacto-no-disponible .formulario.premium .card .btn-white {
    color: #e7a41f;
}

.no-disponible .contacto-no-disponible .formulario.alto-rendimiento .card,
.no-disponible .contacto-no-disponible .formulario.alto-rendimiento h3,
.no-disponible .contacto-no-disponible .formulario.alto-rendimiento p {
    background: #485454;
}

.no-disponible
.contacto-no-disponible
.formulario.alto-rendimiento
.card
.btn-white {
    color: #485454;
}

.no-disponible .contacto-no-disponible .formulario.economica .card,
.no-disponible .contacto-no-disponible .formulario.economica h3,
.no-disponible .contacto-no-disponible .formulario.economica p {
    background: #a85543;
}

.no-disponible .contacto-no-disponible .formulario.economica .card .btn-white {
    color: #a85543;
}

.no-disponible .contacto-no-disponible .formulario h3 {
    text-align: center;
    background: #5c5e60;
    padding: 10px;
    margin-left: -20px;
    border-radius: 0 20px 20px 0;
}

@media only screen and (max-width: 529px) {
    .no-disponible .contacto-no-disponible .formulario h3 {
        margin-left: 0;
        border-radius: 20px;
        margin-top: 30px;
        margin-bottom: 10px;
    }
}

.no-disponible .contacto-no-disponible .formulario p {
    font-family: AvenirLTStd-Black;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #5c5e60;
    padding: 10px;
    border-radius: 20px;
    margin-top: 1.5rem;
}

@media only screen and (max-width: 529px) {
    .no-disponible .contacto-no-disponible .formulario p {
        border-radius: 20px 20px 0 0;
        margin-bottom: 0;
        margin-top: 10px;
    }
}

.no-disponible .contacto-no-disponible .formulario .card {
    background: #5c5e60;
    padding: 20px;
    border-radius: 20px;
    border: none;
}

@media only screen and (max-width: 529px) {
    .no-disponible .contacto-no-disponible .formulario .card {
        border-radius: 0 0 20px 20px;
    }

    .no-disponible .contacto-no-disponible .formulario .card .btn-white {
        margin: 5px 0;
    }
}

.no-disponible
.contacto-no-disponible
.formulario
.card
input::-webkit-input-placeholder {
    font-size: 14px;
}

.no-disponible
.contacto-no-disponible
.formulario
.card
input::-moz-placeholder {
    font-size: 14px;
}

.no-disponible
.contacto-no-disponible
.formulario
.card
input:-ms-input-placeholder {
    font-size: 14px;
}

.no-disponible .contacto-no-disponible .formulario .card input::placeholder {
    font-size: 14px;
}

.no-disponible .contacto-no-disponible .formulario .card .btn-white {
    color: #5c5e60;
    border-radius: 20px;
    border: none;
    padding: 5px 15px 3px;
    font-size: 16px;
    font-family: AvenirLTStd-Black;
}

.no-disponible .contacto-no-disponible .formulario .card .btn-white:active,
.no-disponible .contacto-no-disponible .formulario .card .btn-white:focus {
    outline: 0;
}

#pqrs .pqrs-info {
    padding: 150px 0 50px;
    position: relative;
}

@media only screen and (max-width: 529px) {
    #pqrs .pqrs-info {
        padding: 80px 0 50px;
    }
}

#pqrs .pqrs-info .drop-shadow {
    -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}

#pqrs .pqrs-info .bell-pqrs-info {
    width: 623px;
    margin-top: 40px;
    position: relative;
    left: 50%;
    background: #fff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 10px;
    padding: 15px 20px 0;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 529px) {
    #pqrs .pqrs-info .bell-pqrs-info {
        width: 85%;
        -webkit-transform: initial;
        transform: initial;
        left: initial;
        margin: 40px auto;
    }

    #pqrs .pqrs-info .bell-pqrs-info.drop-shadow .text-left {
        text-align: center !important;
    }
}

#pqrs .pqrs-info .bell-pqrs-info::before {
    content: "";
    width: 0;
    height: 0;
    border-width: 0 20px 30px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #fff;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -30px;
}

#pqrs .pqrs-info .bell-pqrs-info .icon-container {
    width: 22px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

#pqrs .pqrs-info .bell-pqrs-info .icon-container img {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 90%;
}

#pqrs .pqrs-info .bell-pqrs-info .icon-container img.location {
    width: 75%;
}

#pqrs .pqrs-info .bell-pqrs-info .icon-container img.mailbox {
    width: 85%;
}

#pqrs .pqrs-info .bell-pqrs-info .pqrs-data {
    font-family: AvenirLTStd-Light;
    font-size: 16px;
    display: inline-block;
    text-align: left;
}

#pqrs .pqr-requirement {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
}

#pqrs .pqr-requirement .requirements {
    width: 35%;
    background-color: #f5f5f5;
}

#pqrs .pqr-requirement .requirements h3 {
    margin: 30px 0;
}

#pqrs .pqr-requirement .requirements .nav {
    margin-bottom: 20px;
}

#pqrs .pqr-requirement .requirements .nav .nav-link {
    border-radius: 0;
    background-color: inherit;
}

@media only screen and (max-width: 529px) {
    #pqrs .pqr-requirement {
        display: block;
    }

    #pqrs .pqr-requirement .requirements {
        width: 100%;
    }

    #pqrs .pqr-requirement .requirements .nav {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #pqrs .pqr-requirement .requirements .nav .nav-link {
        padding: 5px;
    }
}

#pqrs .pqr-requirement .requirements .nav .nav-link.active h4 {
    transition: 0.5s ease-in;
    color: #d23935;
}

#pqrs
.pqr-requirement
.requirements
.nav
.nav-link.active
.requirement-img-container {
    transition: 0.5s ease-in;
    border: 4px solid #d23935;
}

#pqrs .pqr-requirement .requirements .requirement {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#pqrs .pqr-requirement .requirements .requirement h4 {
    transition: 0.5s ease-in;
    color: #d8d8d8;
    margin-bottom: 0;
}

#pqrs .pqr-requirement .requirements .requirement .requirement-img-container {
    width: 70px;
    height: 70px;
    margin-right: 15px;
    margin-left: 50px;
    border-radius: 100%;
    transition: 0.5s background-color ease-in;
    background-color: #fff;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
}

#pqrs
.pqr-requirement
.requirements
.requirement
.requirement-img-container
img {
    position: relative;
    left: 50%;
    top: 50%;
    width: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#pqrs .pqr-requirement .requirement-type {
    width: 75%;
}

#pqrs .pqr-requirement .requirement-type .requirement-content {
    padding: 30px 50px;
}

@media only screen and (max-width: 529px) {
    #pqrs .pqr-requirement .requirements .requirement h4 {
        display: none;
    }

    #pqrs
    .pqr-requirement
    .requirements
    .requirement
    .requirement-img-container {
        margin: 0;
    }

    #pqrs .pqr-requirement .requirement-type {
        width: 100%;
    }

    #pqrs .pqr-requirement .requirement-type .requirement-content {
        padding: 20px;
    }
}

#pqrs
.pqr-requirement
.requirement-type
.requirement-content
.requirement-content-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

#pqrs
.pqr-requirement
.requirement-type
.requirement-content
.requirement-content-header
span {
    padding-left: 15px;
    color: #d23935;
}

#pqrs
.pqr-requirement
.requirement-type
.requirement-content
.requirement-content-header
img {
    width: 45px;
}

#pqrs
.pqr-requirement
.requirement-type
.requirement-content
.requirement-form {
    padding: 0;
    margin: 40px 0;
}

#pqrs
.pqr-requirement
.requirement-type
.requirement-content
.requirement-form
input,
#pqrs
.pqr-requirement
.requirement-type
.requirement-content
.requirement-form
textarea {
    width: 100%;
    padding: 6px 16px;
    outline: 0;
    border: 1px solid rgba(31, 32, 32, 0.3);
    color: #323232;
    font-family: AvenirLTStd-Light;
    font-size: 15px;
}

#pqrs
.pqr-requirement
.requirement-type
.requirement-content
.requirement-form
input::-webkit-input-placeholder,
#pqrs
.pqr-requirement
.requirement-type
.requirement-content
.requirement-form
textarea::-webkit-input-placeholder {
    color: #80807f;
}

#pqrs
.pqr-requirement
.requirement-type
.requirement-content
.requirement-form
input::-moz-placeholder,
#pqrs
.pqr-requirement
.requirement-type
.requirement-content
.requirement-form
textarea::-moz-placeholder {
    color: #80807f;
}

#pqrs
.pqr-requirement
.requirement-type
.requirement-content
.requirement-form
input:-ms-input-placeholder,
#pqrs
.pqr-requirement
.requirement-type
.requirement-content
.requirement-form
textarea:-ms-input-placeholder {
    color: #80807f;
}

#pqrs
.pqr-requirement
.requirement-type
.requirement-content
.requirement-form
input::placeholder,
#pqrs
.pqr-requirement
.requirement-type
.requirement-content
.requirement-form
textarea::placeholder {
    color: #80807f;
}

#pqrs
.pqr-requirement
.requirement-type
.requirement-content
.requirement-form
textarea {
    resize: none;
    border-radius: 15px;
}

#pqrs
.pqr-requirement
.requirement-type
.requirement-content
.requirement-form
.question {
    font-family: AvenirLTStd-Black;
    font-size: 15px;
}

#pqrs
.pqr-requirement
.requirement-type
.requirement-content
.requirement-form
input[type="checkbox"] {
    font-family: AvenirLTStd-Medium;
    font-size: 15px;
    display: inline-block;
}

#pqrs
.pqr-requirement
.requirement-type
.requirement-content
.requirement-form
label {
    font-family: AvenirLTStd-Medium;
    font-size: 15px;
}

#pqrs
.pqr-requirement
.requirement-type
.requirement-content
.requirement-form
.form-group.uploadFile {
    margin-bottom: 0;
}

#pqrs
.pqr-requirement
.requirement-type
.requirement-content
.requirement-form
.form-group.uploadFile
input[type="checkbox"],
#pqrs
.pqr-requirement
.requirement-type
.requirement-content
.requirement-form
.form-group.uploadFile
input[type="file"] {
    outline: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: -12px;
}

#pqrs
.pqr-requirement
.requirement-type
.requirement-content
.requirement-form
.form-group.uploadFile
input[type="checkbox"]:checked
+ img,
#pqrs
.pqr-requirement
.requirement-type
.requirement-content
.requirement-form
.form-group.uploadFile
input[type="file"]:checked
+ img {
    border: 3px solid #d23935;
}

#pqrs
.pqr-requirement
.requirement-type
.requirement-content
.requirement-form
.form-group.uploadFile
.label {
    transition: border 0.3s ease;
    cursor: pointer;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

#pqrs
.pqr-requirement
.requirement-type
.requirement-content
.requirement-form
.form-group.uploadFile
.label
img {
    width: 50px;
    height: 50px;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 1px 1px 10px #80807f;
}

.awards__articleImg img,
.awards__cover img,
.profileLayout__profileForm {
    width: 100%;
}

#pqrs
.pqr-requirement
.requirement-type
.requirement-content
.requirement-form
.form-group.uploadFile
.label
.title {
    color: #5c5e60;
    text-decoration: underline;
    transition: 0.2s color;
    font-family: AvenirLTStd-Light;
    font-size: 14px;
    margin-top: 5px;
}

#pqrs
.pqr-requirement
.requirement-type
.requirement-content
.requirement-form
.form-group.uploadFile
.label
.paragraph-3-black {
    font-size: 12px;
    font-family: AvenirLTStd-Light;
}

#pqrs
.pqr-requirement
.requirement-type
.requirement-content
.requirement-form
.form-group.uploadFile
.label:hover
.title {
    color: #000;
}

.awards {
    padding-top: 150px;
    padding-bottom: 50px;
}

@media only screen and (max-width: 529px),
only screen and (min-width: 530px) and (max-width: 990px) {
    .awards {
        padding-top: 20vw;
    }
}

.awards__heading {
    color: #d23935;
    font-family: AvenirLTStd-Black;
    font-size: 36px;
    text-transform: uppercase;
}

.profileLayout__profileForm input[type="number"],
.profileLayout__profileForm input[type="text"],
.profileLayout__profileForm input[type="email"],
.profileLayout__profileForm input[type="password"] {
    width: 100%;
    padding: 6px 16px;
    outline: 0;
    border: 1px solid rgba(50, 50, 50, 0.3);
    color: #323232;
    font-family: AvenirLTStd-Light;
    font-size: 15px;
    opacity: 0.9;
}

.profileLayout__profileForm input[type="number"]::-webkit-input-placeholder,
.profileLayout__profileForm input[type="text"]::-webkit-input-placeholder,
.profileLayout__profileForm input[type="email"]::-webkit-input-placeholder,
.profileLayout__profileForm input[type="password"]::-webkit-input-placeholder {
    color: #80807f;
}

.profileLayout__profileForm input[type="number"]::-moz-placeholder,
.profileLayout__profileForm input[type="text"]::-moz-placeholder,
.profileLayout__profileForm input[type="email"]::-moz-placeholder,
.profileLayout__profileForm input[type="password"]::-moz-placeholder {
    color: #80807f;
}

.profileLayout__profileForm input[type="number"]:-ms-input-placeholder,
.profileLayout__profileForm input[type="text"]:-ms-input-placeholder,
.profileLayout__profileForm input[type="email"]:-ms-input-placeholder,
.profileLayout__profileForm input[type="password"]:-ms-input-placeholder {
    color: #80807f;
}

.profileLayout__profileForm input[type="number"]::placeholder,
.profileLayout__profileForm input[type="text"]::placeholder,
.profileLayout__profileForm input[type="email"]::placeholder,
.profileLayout__profileForm input[type="password"]::placeholder {
    color: #80807f;
}

.profileLayout__profileForm .styled-checkbox {
    z-index: 1;
    width: 20px;
    height: 20px;
    cursor: pointer;
    opacity: 0;
}

.profileLayout__profileForm .styled-checkbox + label {
    color: #323232;
}

.profileLayout__profileForm .styled-checkbox + label::before {
    background: #80807f;
}

.profileLayout__hero {
    position: relative;
    height: 400px;
    background: url("https://www.virtualllantas.com/skin/frontend/negocioselectronicos/vll_2019/images/fondo-editar-perfil.jpg")
        no-repeat !important;
    background-size: cover !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.profileLayout__heroContent {
    display: -ms-flexbox;
    display: block;
    width: 50%;
    margin-bottom: 1rem;
    text-align: center;
    margin: 0 auto 9em !important;
}

@media only screen and (max-width: 529px),
only screen and (min-width: 530px) and (max-width: 990px) {
    .profileLayout__heroContent {
        padding: 0 10px;
        width: 100%;
    }
}

.profileLayout__heroIcon {
    display: none !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 150px;
    height: 130px;
    margin-right: 1rem;
    border-right: 3px solid #fff;
    box-shadow: 1px 1px 5px 1px rgba(50, 50, 50, 0.2);
}

.profileLayout__heroIcon img {
    width: 120px;
    height: 120px;
    padding: 0.3rem;
    border-radius: 50%;
    background: #fff;
}

.profileLayout__heroInfo {
    width: 100% !important;
}

.inputWithIcon {
    position: relative;
}

.inputWithIcon input {
    padding-right: 2.5rem;
}

.inputWithIcon i,
.inputWithIcon img {
    position: absolute;
    top: 2.8rem;
    right: 1rem;
    color: #5c5e60;
}

.profile__addAddress {
    color: #323232;
    font-family: AvenirLTStd-Light;
}

.profile__addAddress i {
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0.5rem;
    padding: 0.3rem;
    border-radius: 50%;
    background-color: #d23935;
    color: #fff;
    text-align: center;
}

.progress {
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: 0 0;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
    display: -ms-flexbox;
    display: flex;
}

.progress > span {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress .progress-left {
    left: 0;
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: 0 0;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress .progress-right {
    right: 0;
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    -webkit-animation: loading-1 1.8s linear forwards;
    animation: loading-1 1.8s linear forwards;
}

.progress .progress-value {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1;
    line-height: 25px;
    border-radius: 50%;
    font-size: 24px;
    color: #000;
    text-align: center;
}

.progress.blue .progress-bar {
    border-color: #049dff;
}

.progress.blue .progress-left .progress-bar {
    -webkit-animation: loading-2 1.5s linear forwards 1.8s;
    animation: loading-2 1.5s linear forwards 1.8s;
}

.progress.green .progress-bar {
    border-color: #00ffda;
}

.progress.green .progress-left .progress-bar {
    -webkit-animation: loading-2 1.5s linear forwards 1.8s;
    animation: loading-2 1.5s linear forwards 1.8s;
}

@-webkit-keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

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

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

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

@-webkit-keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

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

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

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

@-webkit-keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

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

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

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

@-webkit-keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

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

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

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

@-webkit-keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

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

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

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

.virtual-range .back-bar {
    height: 10px;
    border-radius: 5px;
    background-color: #5c5e60;
    background-image: linear-gradient(to bottom, #5c5e60, #5c5e60);
}

.virtual-range .back-bar .pointer {
    width: 20px;
    height: 20px;
    top: -5px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 3px solid #fff;
    background-color: #d23935;
    background-image: linear-gradient(to bottom, #d23935, #d23935);
}

.result {
    /*padding-top: 130px*/
}

@media only screen and (max-width: 529px) {
    .result {
        padding-top: 0px;
    }
}

.result .container-fluid {
    max-width: 1440px;
}

.result .searched {
    width: 100%;
    text-align: center;
}

.result .searched h2,
.result .searched h3 {
    display: inline-block;
}

.result .searched h2:after,
.result .searched h3:after {
    content: "";
    display: block;
    width: 100%;
    background: #5c5e60;
}

.result hr {
    border-top: 1px solid #5c5e60;
}

.result .recommended {
    margin: 20px 0;
}

.result .recommended .recommend {
    padding-bottom: 20px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.result .recommended .recommend.premium {
    background: rgba(105, 105, 248, 0.16);
}

.result .recommended .recommend.premium .header,
.result .recommended .recommend.premium .header .icon {
    background: #e7a41f;
}

.result .recommended .recommend.premium .header .icon img {
    width: 90%;
}

.result .recommended .recommend.premium .header h4,
.result .recommended .recommend.premium h3 {
    color: #e7a41f;
}

.result .recommended .recommend.alto-rendimiento {
    background: rgba(37, 169, 251, 0.16);
}

.result .recommended .recommend.alto-rendimiento .header,
.result .recommended .recommend.alto-rendimiento .header .icon {
    background: #485454;
}

.result .recommended .recommend.alto-rendimiento .header .icon img {
    margin-top: -29px;
    width: 100%;
}

.result .recommended .recommend.alto-rendimiento .header h4,
.result .recommended .recommend.alto-rendimiento h3 {
    color: #485454;
}

.result .recommended .recommend.economica {
    background: rgba(36, 160, 151, 0.16);
}

.result .recommended .recommend.economica .header,
.result .recommended .recommend.economica .header .icon {
    background: #a85543;
}

.result .recommended .recommend.economica .header h4,
.result .recommended .recommend.economica h3 {
    color: #a85543;
}

.result .recommended .recommend .header {
    height: 60px;
    border-radius: 15px 15px 0 0;
    padding-top: 25px;
    margin-bottom: 90px;
}

.result .recommended .recommend .header .icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 0 10px #1d1d1d;
}

.result .recommended .recommend .header h4 {
    font-family: AvenirLTStd-Black;
    text-transform: uppercase;
    font-size: 20px;
    margin: 5px auto;
}

.result .recommended .recommend .llanta {
    background: #fff;
    margin: 0 15px 25px;
    border-radius: 12px;
    box-shadow: 5px 5px 5px #8a8a8a;
    min-height: 150px;
}

.result .recommended .recommend .llanta h3:after,
.result .recommended .recommend .llanta h4:after {
    display: block;
    width: 100%;
    height: 1px;
    background: #5c5e60;
    content: "";
}

.result .recommended .recommend .llanta h3 {
    float: left;
    font-family: AvenirLTStd-Black;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0;
}

.result .recommended .recommend .llanta p {
    margin-bottom: 0;
    font-family: AvenirLTStd-Roman;
    font-size: 16px;
    color: #5c5e60;
}

.result .recommended .recommend .llanta p strong {
    font-family: AvenirLTStd-Black;
}

.result .recommended .recommend .llanta strong {
    color: grey;
}

.result .recommended .recommend .llanta span.ayuda {
    background: url(../assets/images/resultado/ayuda.svg) center 6px no-repeat;
    background-size: 100%;
    padding: 10px;
    cursor: pointer;
}

@media only screen and (max-width: 529px) {
    .result .recommended .recommend .llanta h4 {
        font-size: 16px;
        margin-bottom: 0;
    }

    .result .recommended .recommend .llanta strong {
        font-size: 12px;
    }

    .result .recommended .recommend .llanta span.ayuda {
        padding: 8px;
    }
}

.result .recommended .recommend .llanta .form-check label {
    font-size: 14px;
    color: #5c5e60;
    font-family: AvenirLTStd-Roman;
}

.result .recommended .recommend .llanta .footer {
    background: #5c5e60;
    height: 50px;
    border-radius: 0 0 12px 12px;
    display: -ms-flexbox;
    display: flex;
}

.result .round .agarre,
.result .round .audio,
.result .round .combustible,
.result .round .etiqueta_ue {
    padding: 15px;
    cursor: pointer;
}

@media only screen and (max-width: 529px) {
    .result .recommended .recommend .llanta .footer {
        height: 40px;
    }

    .result .round:last-child {
        margin-bottom: 10px;
    }

    .result .round .agarre,
    .result .round .audio,
    .result .round .combustible,
    .result .round .etiqueta_ue {
        padding: 18px;
    }
}

.result .recommended .recommend .llanta .footer .company {
    -ms-flex: 1;
    flex: 1;
    text-align: left;
}

.result .recommended .recommend .llanta .footer .company img {
    height: 100%;
}

.result .recommended .recommend .llanta .footer .price {
    text-align: center;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.result .recommended .recommend .llanta .footer .price .antes {
    text-decoration: line-through;
    color: #fff;
    font-size: 12px;
    font-family: AvenirLTStd-Roman;
    line-height: 1;
}

.result .recommended .recommend .llanta .footer .price .despues {
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-family: AvenirLTStd-Black;
}

.result .recommended .recommend .llanta .footer .price .despues span {
    font-size: 10px;
}

.result .round {
    margin-right: 8px;
    cursor: pointer;
    background-color: #2f9ed4;
}

.result .round:last-child {
    margin-right: 0;
}

.result .round .combustible {
    background: url(../assets/images/resultado/combustible.svg) center no-repeat !important;
    background-size: 90% !important;
    background-color: transparent !important;
}

.result .round .agarre {
    background: url(../assets/images/resultado/agarre.svg) center no-repeat !important;
    background-size: 90% !important;
    background-color: transparent !important;
}

.result .round .audio {
    background: url(../assets/images/resultado/audio.svg) center no-repeat !important;
    background-size: 90% !important;
    background-color: transparent !important;
}

.result .round .etiqueta_ue {
    background: url(../assets/images/resultado/BANDERA_UE.svg) center no-repeat !important;
    background-size: 90% !important;
    background-color: transparent !important;
}

.logoEmpresasVll {
    height: 140px;
    background: url(../images/btob/landing/LOGO-VLL-EMPRESAS.svg) center no-repeat !important;
    background-size: 40% !important;
    background-color: transparent !important;
}
@media (max-width: 768px) {
    .logoEmpresasVll {
        height: 75px;
        background-size: 100% !important;
    }
}

.result .filters .filter {
    background: #fff;
    width: 90%;
    display: block;
    text-align: center;
    box-shadow: 3px 3px 10px #b1b1b1;
    color: #d23935;
    font-family: AvenirLTStd-Black;
    font-size: 14px;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    margin: 5px 0;
}

.filters .filter .cerrar {
    background: url(../assets/images/resultado/x.svg) no-repeat;
    display: inline-block;
    height: 15px;
    width: 15px;
    cursor: pointer;
    margin-top: 5px;
    float: right;
}

.result .filters .valores input#desde,
.result .filters .valores input#hasta {
    display: inline-block;
    width: 40%;
    background: #d3d3d3;
    height: auto;
    margin-bottom: 10px;
    padding: 3px 10px 2px;
    color: #5c5e60;
    font-family: AvenirLTStd-Black;
}

.result .filters .valores input#desde:focus,
.result .filters .valores input#hasta:focus {
    outline: 0;
}

.result .filters .valores .btn-price {
    background: #d3d3d3;
    border-radius: 50%;
    padding: 1px 8px;
    text-align: center;
    color: #f7f7f7;
    cursor: pointer;
    outline: 0;
    border: none;
}

.result .results .llanta.premium .info .header,
.result
.results
.llanta.premium
.info
.precio
.cantidad
.input-group
.btn-number {
    background: #e7a41f;
}

.result .results .llanta.premium .info .header {
    color: #372e2f;
}
.result .results .llanta.alto-rendimiento .info .header {
    color: #cde4ea;
}

.result .results .llanta.premium .info .precio .despues,
.result .results .llanta.premium .medida {
    color: #515151;
}

.result .results .llanta.economica .info .header {
    color: white;
}

@media only screen and (max-width: 529px) {
    .result .results .llanta.premium .info .header img {
        background: #e7a41f;
    }

    .result .results .llanta.premium h3 {
        color: #e7a41f;
    }

    .result .results .llanta.alto-rendimiento .info .header img {
        background: #485454;
    }
}

.result .results .llanta.alto-rendimiento .info .precio .despues,
.result .results .llanta.alto-rendimiento .medida {
    color: #485454;
}

.result .results .llanta.alto-rendimiento .info .header,
.result
.results
.llanta.alto-rendimiento
.info
.precio
.cantidad
.input-group
.btn-number {
    background: #485454;
}

@media only screen and (max-width: 529px) {
    .result .results .llanta.alto-rendimiento h3 {
        color: #485454;
    }

    .result .results .llanta.economica .info .header img {
        background: #a85543;
    }
}

.result .results .llanta.economica .info .precio .despues,
.result .results .llanta.economica .medida {
    color: #515151;
}

.result .results .llanta.economica .info .header,
.result
.results
.llanta.economica
.info
.precio
.cantidad
.input-group
.btn-number {
    background: #a85543;
}

@media only screen and (max-width: 529px) {
    .result .results .llanta.economica h3 {
        color: #a85543;
    }
}

.result .results .llanta.accesorios .info .header,
.result
.results
.llanta.accesorios
.info
.precio
.cantidad
.input-group
.btn-number,
.result .results .llanta.rines .info .header,
.result
.results
.llanta.rines
.info
.precio
.cantidad
.input-group
.btn-number {
    background: #191f6c;
}

.result .results .llanta.accesorios .medida,
.result .results .llanta.rines .medida {
    color: #191f6c;
}

.result .results .llanta.accesorios .info .img-llanta figure:first-child,
.result .results .llanta.rines .info .img-llanta figure:first-child {
    min-height: 305px;
}

.result .results .llanta.accesorios .info .datos-llanta ul li,
.result .results .llanta.rines .info .datos-llanta ul li {
    margin-bottom: 3px;
}

.result .results .llanta.accesorios .info .datos-llanta .btn-hardBlue,
.result .results .llanta.rines .info .datos-llanta .btn-hardBlue {
    padding: 15px 50px 12px;
    font-size: 20px;
    border-radius: 15px;
}

@media only screen and (max-width: 529px) {
    .result .results .llanta.accesorios .info .datos-llanta .btn-hardBlue,
    .result .results .llanta.rines .info .datos-llanta .btn-hardBlue {
        margin: 0 auto !important;
        font-size: 16px;
    }

    .result .results .llanta.accesorios .info .header img,
    .result .results .llanta.rines .info .header img {
        background: #191f6c;
    }
}

.result .results .llanta.accesorios .info .datos-llanta ol,
.result .results .llanta.rines .info .datos-llanta ol {
    font-family: AvenirLTStd-Roman;
    font-size: 18px;
    color: gray;
    list-style: disc;
}

.result .results .llanta.accesorios .info .precio .despues,
.result .results .llanta.rines .info .precio .despues {
    color: #191f6c;
}

@media only screen and (max-width: 529px) {
    .result .results .llanta.accesorios h3,
    .result .results .llanta.rines h3 {
        color: #191f6c;
    }

    .result .results .llanta.accesorios h3:after,
    .result .results .llanta.rines h3:after {
        background: #191f6c;
    }
}

.result .results .llanta.movil h3 {
    text-align: center;
    float: none;
}

.result .results .llanta.movil .info .datos-llanta.separador:before {
    content: "";
    width: 1px;
    background: gray;
    height: 90%;
    position: absolute;
    display: block;
    left: 4px;
    top: 0;
}

.result .results .llanta.movil .info .datos-llanta ul li {
    font-size: 10px;
}

.result .results .llanta.movil .info .datos-llanta ul li span.infoIcon {
    background: url(../assets/images/resultado/info.svg) center 4px no-repeat;
    background-size: 100%;
    padding: 7px;
    cursor: pointer;
    margin: 0 5px;
}

@media only screen and (max-width: 529px) {
    .result .results .llanta.movil .info .precio .medida {
        margin-top: 10px;
        margin-bottom: 0;
        padding: 3px 10px 1px;
    }

    .result .results .llanta.movil .info .precio .medida strong {
        font-size: 16px !important;
        margin-top: 10px;
    }

    .result .results .llanta.movil .info .precio hr {
        margin-bottom: 0;
    }
}

.result .results .llanta.movil .combo {
    text-align: left;
}

.result .results .llanta.movil .combo h2 {
    font-size: 16px;
    display: inline-block;
}

.result .results .llanta.movil .combo h2:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #5c5e60;
}

.result .results .llanta.movil .combo .ahorras p {
    font-size: 10px;
    line-height: 1;
    display: block;
    color: #80807f;
    font-family: AvenirLTStd-Roman;
}

.result .results .llanta.movil .combo .ahorras h4 {
    font-size: 14px;
    line-height: 1;
    color: #80807f;
    font-family: AvenirLTStd-Black;
    display: inline-block;
}

.result .results .llanta.movil .combo .ahorras h4:before {
    content: "";
    display: block;
    padding-top: 5px;
    border-top: 1px solid #80807f;
}

.result .results .llanta.movil .combo button.btn-xs {
    font-size: 6px;
    padding: 5px;
}

.result .results .llanta.movil .combo .producto {
    margin-top: 10px;
    margin-right: 20px;
    position: relative;
    text-align: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.result .results .llanta.movil .combo .producto:last-child {
    margin-right: 0;
}

.result .results .llanta.movil .combo .producto h4 {
    font-size: 8px;
}

.result .results .llanta.movil .combo .producto figure {
    border: 2px solid gray;
    border-radius: 15px;
    padding: 5px;
    position: relative;
    margin-bottom: 5px;
}

.result .results .llanta.movil .combo .producto figure img {
    width: 80%;
}

.result .results .llanta.movil .combo .producto figure.separador:after {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #80807f;
}

.result .results .llanta.movil .combo .producto .btn-number {
    position: absolute;
    font-size: 10px;
    top: 20%;
    right: -25px;
    padding: 0 3px;
    z-index: 9;
    border: none;
    border-radius: 50%;
    background: #d23935;
    color: #fff;
    margin: 7px;
}

.result .results .llanta.llantas .info .datos-llanta {
    min-height: 324px;
}

.result .results .llanta.llantas .info .datos-llanta .title {
    margin-top: -10px;
    text-align: left;
}

.result .results .llanta.llantas .info .datos-llanta .title h4 {
    padding-left: 10px;
    font-family: AvenirLTStd-Black;
    color: #80807f;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 5px;
}

.result .results .llanta.llantas .info .datos-llanta .title h4:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #80807f;
}

.result .results .llanta.llantas .info .datos-llanta .title .medida {
    padding: 5px 10px 2px;
    display: inline-block;
    font-size: 12px;
}

.result .results .llanta.llantas .info .datos-llanta ul {
    margin-bottom: 5px;
}

.result .results .llanta.llantas .info .datos-llanta ul li {
    font-size: 10px;
}

.result .results .llanta.llantas .info .datos-llanta ul li span.infoIcon {
    padding: 8px;
}

.result .results .llanta.llantas .info .datos-llanta hr {
    margin-bottom: 10px;
}

.result .results .llanta.llantas .info .datos-llanta .round .agarre,
.result .results .llanta.llantas .info .datos-llanta .round .audio,
.result .results .llanta.llantas .info .datos-llanta .round .combustible {
    padding: 15px;
}

.result .results .llanta.llantas .info .precio h4 {
    font-family: AvenirLTStd-Black;
    color: #80807f;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 0;
}

.result .results .llanta h2,
.result .results .llanta h3 {
    color: #5c5e60;
    font-family: AvenirLTStd-Black;
    text-transform: uppercase;
}

.result .results .llanta.llantas .info .precio h4:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #80807f;
}

.result .results .llanta.llantas .info .precio .price .despues {
    font-size: 26px;
}

.result .results .llanta.llantas .info .precio .price .antes {
    font-size: 14px;
}

.result .results .llanta.llantas .info .precio .price .line-h1 {
    line-height: 1 !important;
}

.result .results .llanta.llantas .info .precio .price .unidad {
    font-size: 10px;
    line-height: 1;
}

.result .results .llanta.llantas .info .precio .comprar {
    margin: 10px 0;
}

.result
.results
.llanta.llantas
.info
.precio
.cantidad
.input-group
.btn-number {
    margin: 0 7px;
    font-size: 10px;
    width: 20px;
    height: 20px;
    padding: 3px 6px;
}

.result
.results
.llanta.llantas
.info
.precio
.cantidad
.input-group
input.quantity {
    height: 30px;
    font-size: 16px;
}

.result .results .llanta h2:after,
.result .results .llanta h3:after {
    display: block;
    height: 1px;
    content: "";
}

.result .results .llanta h3 {
    float: left;
    font-size: 16px;
    margin-bottom: 0;
}

.result .results .llanta h3:after {
    width: 100%;
}

@media only screen and (max-width: 529px) {
    .result .results .llanta.llantas .info .datos-llanta {
        min-height: auto;
    }

    .result .results .llanta h3 {
        float: none;
        text-align: left;
        font-size: 16px;
    }
}

.result .results .llanta h2 {
    text-align: left;
    font-size: 28px;
}

.result .results .llanta h2:after {
    width: 67%;
}

@media only screen and (max-width: 529px) {
    .result .results .llanta h2 {
        float: none;
        text-align: left;
        font-size: 16px;
    }
}

.result .results .llanta p {
    margin-bottom: 0;
    font-family: AvenirLTStd-Roman;
    font-size: 18px;
    color: #515151;
}

.result .results .llanta p strong {
    font-family: AvenirLTStd-Black;
}

.result .results .llanta .medida {
    text-align: center;
    padding: 12px 5px 10px;
    margin-top: -10px;
    border-radius: 15px;
    background: #f7f7f7;
    box-shadow: 5px 5px 5px #b1b1b1;
    color: #5c5e60;
    font-family: AvenirLTStd-Black;
    text-transform: uppercase;
    font-size: 20px;
}

@media only screen and (max-width: 529px) {
    .result .results .llanta .medida {
        margin-top: 0;
        margin-bottom: 10px;
        padding: 5px 15px 1px;
        border-radius: 10px;
        display: inline-block;
        box-shadow: 1px 1px 10px #b1b1b1;
    }
}

.result .results .llanta .info {
    background: #fff;
    border-radius: 12px;
    position: relative;
}

.result .results .llanta .info .calificacion {
    margin: 5px 0;
    position: relative;
    border-bottom: 0 !important;
}

.result .results .llanta .info .calificacion p {
    font-size: 11px;
}

.result .results .llanta .info .calificacion .separador:before,
.result .results .llanta .info .calificacion.separador:before {
    content: "";
    width: 1px;
    background: gray;
    height: 100%;
    position: absolute;
    display: block;
    left: 4px;
    top: 5px;
}

.result .results .llanta .info .calificacion .comunidad {
    display: inline-block;
    margin-right: 10px;
}

.result .results .llanta .info .calificacion .experto {
    display: inline-block;
}

.result .results .llanta .info .calificacion .puntos {
    font-family: AvenirLTStd-Black;
    font-size: 18px;
    line-height: 1.2;
    color: #5c5e60;
}

@media only screen and (max-width: 529px) {
    .result .results .llanta .info {
        border-radius: 20px;
    }

    .result .results .llanta .info .calificacion .separador:before,
    .result .results .llanta .info .calificacion.separador:before {
        top: 0;
    }

    .result .results .llanta .info .calificacion .comunidad {
        margin-top: -10px;
        margin-right: 0;
    }

    .result .results .llanta .info .calificacion .experto {
        margin-top: -10px;
    }

    .result .results .llanta .info .calificacion .puntos {
        font-size: 14px;
    }

    .result .results .llanta .info .calificacion:after,
    .result .results .llanta .info .calificacion:before {
        content: "";
        height: 1px;
        /*background: gray;*/
        width: 92%;
        position: absolute;
        display: block;
        left: 4%;
    }

    .result .results .llanta .info .calificacion {
        padding: 5px 0;
        margin-bottom: 0;
    }

    .result .results .llanta .info .calificacion:before {
        top: -5px;
    }

    .result .results .llanta .info .calificacion:after {
        bottom: -5px;
    }

    .result .results .llanta .info .calificacion p {
        font-size: 12px;
    }

    .result .results .llanta .info hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.result .results .llanta .info hr {
    width: 90%;
    margin-top: 10px;
}

.result .results .llanta .info .header {
    background: #5c5e60;
    border-radius: 0 10px 0 0;
    color: #fff;
    font-family: AvenirLTStd-Black;
    font-size: 18px;
    text-transform: uppercase;
    padding: 15px 10px 10px;
}

.result .results .llanta .info .header img {
    margin-top: -10px;
}

@media only screen and (max-width: 529px) {
    .result .results .llanta .info .header {
        background: 0 0 !important;
        padding: 0;
    }

    .result .results .llanta .info .header img {
        /*width: 35px;
        padding: 10px 5px;
        border-radius: 5px 0 5px 5px;
        position: absolute;
        top: 10px;
        left: -35px*/
        margin-top: 0px;
    }

    .result .results .llanta .info .img-llanta {
        margin-top: 20px;
    }
}

.result .results .llanta .info .img-llanta {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.result .results .llanta .info .img-llanta figure {
    margin: 0;
}

.result .results .llanta .info .img-llanta img.marca {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f4f4f4;
    border-radius: 0px 11px;
}

@media only screen and (max-width: 529px) {
    .result .results .llanta .info .img-llanta figure {
        margin: 0;
    }

    .result .results .llanta .info .img-llanta img.marca {
        bottom: 0;
    }
}

.result .results .llanta .info .img-llanta .descuento {
    position: absolute;
    top: 0;
    right: 0;
    background: #5c5e60;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    -ms-flex-pack: center;
    justify-content: center;
}

.result .results .llanta .info .img-llanta .descuento span {
    font-family: AvenirLTStd-Black;
    font-size: 16px;
    margin: 0 0 2px;
    padding: 0;
    line-height: 1;
    position: relative;
}

.result .results .llanta .info .img-llanta .descuento span:before {
    content: "";
    width: 70%;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 15%;
}

.result .results .llanta .info .img-llanta .descuento p {
    color: #fff;
    font-family: AvenirLTStd-Black;
    font-size: 14px;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.result .results .llanta .info .img-llanta .descuento .border-radius {
    height: 54px;
    width: 54px;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #fff;
    left: 3px;
}

.result .results .llanta .info .img-llanta .paga3x4 {
    position: absolute;
    top: 20%;
    left: 10%;
    background: #d23935;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    -ms-flex-pack: center;
    justify-content: center;
}

.result .results .llanta .info .img-llanta .paga3x4 span {
    font-family: AvenirLTStd-Black;
    font-size: 20px;
    margin: 5px 0 2px;
    padding: 0;
    line-height: 1;
    position: relative;
}

.result .results .llanta .info .img-llanta .paga3x4 span:before {
    content: "";
    width: 70%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 15%;
}

.result .results .llanta .info .img-llanta .paga3x4 p {
    color: #fff;
    font-family: AvenirLTStd-Black;
    font-size: 25px;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.result .results .llanta .info .datos-llanta .form-check label,
.result .results .llanta .info .precio .form-check label {
    line-height: 1.2;
    font-family: AvenirLTStd-Black;
    font-size: 25px;
    color: #5c5e60;
}

.result .results .llanta .info .img-llanta .paga3x4 .border-radius {
    height: 70px;
    width: 70px;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #fff;
    left: 5px;
}

.result .results .llanta .info span.disponible {
    font-family: AvenirLTStd-Black;
    font-size: 12px;
    line-height: 1.2;
    color: #5c5e60;
}

@media only screen and (max-width: 529px) {
    .result .results .llanta .info span.disponible {
        border: 1px solid #80807f;
        color: #80807f;
        font-family: AvenirLTStd-Black;
        font-size: 12px;
        padding: 5px;
        border-radius: 5px;
        display: inline-block;
        margin-top: 8px;
        margin-bottom: 5px;
    }

    .result .results .llanta .info span.disponible i {
        color: #d23935;
    }
}

.result .results .llanta .info .datos-llanta .ver-mas {
    color: #191f6c;
    background: url(../assets/images/rines/eye.svg) 10px 3px no-repeat;
    background-size: 22px;
    padding-left: 36px;
    font-family: AvenirLTStd-Black;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    text-align: left;
}

.result .results .llanta .info .datos-llanta .ver-mas + hr {
    margin-top: 5px;
    margin-bottom: 10px;
}

.result .results .llanta .info .datos-llanta ul {
    list-style: none;
    text-align: left;
    padding-left: 10px;
    border-left: none;
}

.result .results .llanta .info .datos-llanta ul li {
    margin-bottom: 0;
    font-family: AvenirLTStd-Roman;
    font-size: 12px;
    color: gray;
}

.result .results .llanta .info .datos-llanta ul li:hover {
    color: #25a9fb;
    text-decoration: underline;
}

.result .results .llanta .info .datos-llanta ul li strong {
    /*font-family: AvenirLTStd-Black*/
}

.result .results .llanta .info .datos-llanta ul li span.infoIcon {
    background: url(../assets/images/resultado/info.svg) center 6px no-repeat;
    background-size: 100%;
    padding: 5px;
    cursor: pointer;
    margin: 0 5px;
}

.result .results .llanta .info .precio {
    background: white;
    border-radius: 0 12px 12px 0;
    border-left: 1px solid #7b7b7b;
}

.result .results .llanta .info .precio .price {
    margin: 10px 0;
}

.result .results .llanta .info .precio .price .antes {
    text-decoration: line-through;
    color: #5c5e60;
    font-size: 16px;
    font-family: AvenirLTStd-Roman;
}

@media only screen and (max-width: 529px) {
    .result .results .llanta .info .precio {
        border-radius: 0 20px 20px 0;
        border-left: none;
    }

    .result .results .llanta .info .precio .form-check label {
        font-size: 16px;
    }

    .result .results .llanta .info .precio .price .antes {
        font-size: 14px;
    }
}

.result .results .llanta .info .precio .price .despues {
    line-height: 20px;
    font-size: 32px;
    font-family: AvenirLTStd-Black;
    display: inline-block;
    margin: 5px 0;
}

.result .results .llanta .info .precio .price .despues:after {
    content: "";
    display: block;
    margin-top: 5px;
    border-bottom: none;
}

@media only screen and (max-width: 529px) {
    .result .results .llanta .info .precio .price .despues:after {
        font-size: 24px;
        margin-top: 0;
    }

    .result .results .llanta .info .precio .price .despues {
        font-size: 24px;
        margin: 0;
    }
}

.result .results .llanta .info .precio .price .unidad {
    color: #485454;
    font-size: 14px;
    font-family: AvenirLTStd-Black;
    display: inline-block;
}

.result .results .llanta .info .precio .price .unidad:after {
    content: "";
    display: block;
    margin-top: 5px;
    border-bottom: none;
}

@media only screen and (max-width: 529px) {
    .result .results .llanta .info .precio .price .unidad {
        font-size: 10px;
    }
}

.result .results .llanta .info .precio .cantidad .input-group {
    -ms-flex-pack: center;
    justify-content: center;
    justify-content: flex-end;
}

.result .results .llanta .info .precio .cantidad .input-group .btn-number {
    cursor: pointer;
    border: none;
    border-radius: 50%;
    background: #5c5e60;
    color: #fff;
    margin: 7px;
}

.result .results .llanta .info .precio .cantidad .input-group .btn-number_left {
    background: #009945;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 5px 0px 0px 5px;
    cursor: pointer;
    margin: 0px;
}
.result
.results
.llanta
.info
.precio
.cantidad
.input-group
.btn-number_right {
    background: #009945;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 0px 5px 5px 0px;
    cursor: pointer;
    margin: 0px;
}

@media only screen and (max-width: 529px) {
    .result
    .results
    .llanta
    .info
    .precio
    .cantidad
    .input-group
    input.quantity {
        max-width: 50px;
        height: 35px;
        font-size: 18px;
    }

    .result .results .llanta .info .precio .cantidad .input-group .btn-number {
        font-size: 12px;
        padding: 2px 6px;
    }
}

.result .results .llanta .info .precio .cantidad p {
    font-family: AvenirLTStd-Roman;
    font-size: 12px;
    color: #5c5e60;
}

.result .results .llanta .info .precio .total {
    background: #80807f;
    padding: 10px 0;
    text-align: center;
    margin: 10px 0;
}

.result .results .llanta .info .precio .total h4 {
    color: #fff;
    line-height: 10px;
    font-size: 24px;
    font-family: AvenirLTStd-Black;
    display: inline-block;
}

.result .results .llanta .info .precio .total h4:after {
    content: "";
    display: block;
    margin-top: 5px;
    border-bottom: 1px solid #fff;
}

@media only screen and (max-width: 529px) {
    .result .results .llanta .info .precio .total h4 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .result .results .llanta .info .precio .total h4:after {
        margin-top: 5px;
    }
}

.result .results .llanta .info .precio .total p {
    display: block;
    color: #fff;
    font-size: 18px;
    font-family: AvenirLTStd-Roman;
    line-height: 12px;
    text-transform: uppercase;
}

@media only screen and (max-width: 529px) {
    .result .results .llanta .info .precio .total p {
        font-size: 12px;
    }
}

.result .results .llanta .info .precio .ahorras {
    text-align: center;
    margin: 15px 0;
}

.result .results .llanta .info .precio .ahorras p {
    display: block;
    color: #80807f;
    font-size: 14px;
    font-family: AvenirLTStd-Black;
    line-height: 14px;
}

.result .results .llanta .info .precio .ahorras h4 {
    color: #80807f;
    line-height: 10px;
    font-size: 18px;
    font-family: AvenirLTStd-Black;
    display: inline-block;
}

.result .results .llanta .info .precio .ahorras h4:before {
    content: "";
    display: block;
    padding-top: 5px;
    border-top: 1px solid #80807f;
}

.result .results .llanta .info .precio .comprar .btn {
    padding: 4px 10px;
    margin-bottom: 5px;
    font-size: 13px;
}

@media only screen and (max-width: 529px) {
    .result .results .llanta .info .precio .comprar .btn {
        margin-top: 7px;
        padding: 8px;
        width: 95%;
        font-size: 14px;
        margin-bottom: 40px;
    }
}

#filters {
    padding: 0 !important;
}

#filters .modal-dialog {
    margin: 0;
    padding: 0;
}

#filters .modal-dialog .modal-content {
    border-radius: 0;
    border: 0;
    height: 100%;
}

#filters .modal-dialog .modal-content .modal-header {
    padding: 0;
    border-bottom: 0;
    position: relative;
}

#filters .modal-dialog .modal-content .modal-header .close {
    margin: 0;
    line-height: 25px;
    padding: 5px 12px 12px;
    font-size: 35px;
    border-radius: 0 7px 7px;
    box-shadow: 1px 1px 10px grey;
    position: absolute;
}

#filters .modal-dialog .modal-content .modal-header .logo {
    text-align: center;
    padding: 10px;
}

#filters .modal-dialog .modal-content .modal-header .logo img {
    width: 50%;
}

#filters .modal-dialog .modal-content .modal-header:after {
    content: "";
    border-bottom: 1px solid #80807f;
    width: 80%;
    position: absolute;
    left: 10%;
    bottom: 0;
}

#filters .modal-dialog .modal-content .modal-footer {
    background: #191f6c;
    padding: 10px;
    -ms-flex-pack: center;
    justify-content: center;
}

#filters .modal-dialog .modal-content .modal-footer a {
    text-transform: uppercase;
    color: #fff;
    font-family: AvenirLTStd-Black;
}

#filters .modal-dialog .modal-content .border-filter {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}

.modalInfo .modal-content .modal-header {
    position: relative;
    border: 0;
    padding: 0;
}

.modalInfo .modal-content .modal-header .close {
    font-size: 36px;
    position: absolute;
    z-index: 9;
    top: 0;
    right: 5px;
    color: #d23935;
}

.modalInfo .modal-content .modal-header .close:active,
.modalInfo .modal-content .modal-header .close:focus,
.modalInfo .modal-content .modal-header .close:hover {
    outline: 0;
}

.resumen {
    padding: 100px 0;
}

.resumen .container-fluid {
    max-width: 1440px;
}

.resumen hr {
    border-top: 2px solid #5c5e60;
    margin: 10px 0;
}

@media only screen and (max-width: 529px) {
    .resumen {
        padding: 70px 0;
    }

    .resumen .separador {
        display: block;
        margin: 0 auto;
    }

    .resumen .separador:after {
        display: none;
    }
}

.resumen .separador:after {
    content: "";
    height: 40px;
    width: 2px;
    background: #5c5e60;
    position: absolute;
    left: 0;
    top: 1.2rem;
}

.resumen .card {
    border-radius: 15px;
    box-shadow: 1px 1px 5px #8a8a8a;
    padding: 30px;
}

.resumen .card h2 {
    margin-bottom: 0;
}

.resumen .card p {
    margin-bottom: 0;
    font-family: AvenirLTStd-light;
}

.resumen .card .numero-compra strong,
.resumen .card p strong {
    font-family: AvenirLTStd-Black;
}

.resumen .card .numero-compra {
    margin-top: 20px;
    padding: 5px 0;
    display: block;
}

.resumen .card .numero-compra span {
    font-family: AvenirLTStd-Light;
    font-size: 22px;
}

.resumen .card h5 {
    font-family: AvenirLTStd-Black;
    color: #5c5e60;
    font-size: 18px;
    border-bottom: 2px solid #5c5e60;
    margin-top: 10px;
}

.resumen .comunicado {
    margin: 30px 0;
    text-align: center;
}

.resumen .comunicado hr {
    margin: 20px 0;
}

.resumen .comunicado .rounded-circle {
    border: 1px solid #5c5e60;
    margin: 0 auto;
    height: 100px;
    width: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.resumen .comunicado .info {
    margin: 10px 0;
}

.resumen .comunicado .info p {
    margin-bottom: 0;
}

.buscador #video {
    position: relative;
    background: 0 0;
}

.buscador .ytplayer-container {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.buscador .buscador-container {
    padding: 0;
    /*background-size: cover;*/
    background-repeat: no-repeat;
    background-position: center top;
}

@media only screen and (max-width: 529px) {
    .buscador .categories {
        margin-bottom: 1rem !important;
    }

    .buscador .categories ul li.category {
        width: 30%;
    }
}

.buscador .categories ul {
    margin-bottom: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 0;
    text-align: center;
}

.buscador .categories ul li.category {
    cursor: pointer;
}

.buscador .categories ul li.category .category-icon-container {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    background-color: #323232;
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.5);
    padding: 10px;
    border: 2px solid #323232;
}

@media only screen and (max-width: 529px) {
    .buscador .categories ul li.category .category-icon-container {
        position: initial;
        margin: 0 auto;
    }
}

.buscador .categories ul li.category h3 {
    display: inline-block;
    color: #5c5e60;
    line-height: 15px;
    padding: 10px 20px 7px;
    border-radius: 0 16px 16px 0;
    margin-bottom: 0;
    background: #fff;
    margin-left: -12px;
    font-size: 16px;
}

@media only screen and (max-width: 529px) {
    .buscador .categories ul li.category h3 {
        font-size: 12px;
        background: #323232;
        color: #fff;
        line-height: 1;
        padding: 7px 10px 5px;
        border-radius: 10px;
        margin: 10px auto 0;
    }
}

.buscador .categories ul li.category.active .category-icon-container,
.buscador .categories ul li.category:hover .category-icon-container {
    border-color: #fff;
}

.buscador .categories ul li.category.active h3,
.buscador .categories ul li.category:hover h3 {
    background: #323232;
    color: #fff;
    border: 2px solid white;
}

.buscador .search {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}

.buscador .search #accesorios,
.buscador .search #rines {
    display: none;
}

.buscador .search .bg-gray {
    background: #afafaf;
}

.buscador .search .bg-ligthGray {
    background: #efefef;
}

.buscador .search .searchBy {
    padding: 1rem 5px 0;
}

.buscador .search .searchBy h4 {
    display: inline;
}

@media only screen and (max-width: 529px) {
    /*.buscador .search .bg-gray {
        border-top:1px solid rgba(128,128,127,.4)
    }*/

    .buscador .search .searchBy {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .buscador .search .searchBy h4 {
        margin-right: 0 !important;
        display: block;
        border-bottom: 1px solid #5c5e60;
    }

    .buscador .search .nav {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.buscador .search .searchBy .btn {
    margin: 0 5px;
    /*font-size: 14px;*/
    background-color: #dddddd;
    color: #5c5e60;
    border: none;
    border-radius: 0.25rem;
    padding: 8px 20px;
    text-transform: capitalize;
    min-width: 90px;
}

.buscador .search .searchBy .btn.active {
    background-color: #171717;
    color: #fff;
}

.buscador .search .searchBy .btn.focus,
.buscador .search .searchBy .btn:active,
.buscador .search .searchBy .btn:focus {
    box-shadow: none;
}

.buscador .search .nav button.categoria {
    background: #ffffff;
    border: none;
    padding: 10px 0;
    cursor: pointer;
    position: relative;
}

.buscador .search .nav button.categoria:after {
    position: absolute;
    content: "";
    width: 80%;
    height: 1px;
    /*background: rgba(128,128,127,.4);
    bottom: 0;*/
    left: 10%;
}

.buscador .search .nav button.categoria:last-child:after {
    display: none;
}

.buscador .search .nav button.categoria:active,
.buscador .search .nav button.categoria:focus {
    outline: 0;
}

.buscador .search .nav button.categoria h3 {
    font-size: 14px;
    font-family: AvenirLTStd-Black;
}

@media only screen and (max-width: 529px) {
    .buscador .search .nav button.categoria:after {
        width: 1px;
        height: 80%;
        bottom: 10%;
        left: auto;
        right: 0;
    }

    .buscador .search .nav button.categoria {
        border-bottom: 0;
        padding-top: 0px;
        padding-bottom: 10px;
        width: 25%;
    }

    .buscador .search .nav button.categoria h3 {
        display: none;
    }
}

.buscador .search .nav button.categoria img {
    display: inline-block;
    width: 60%;
    margin-bottom: 10px;
}

.buscador .search .nav button.categoria .img-active,
.buscador .search .nav button.categoria.active img {
    display: none;
}

.buscador .search .nav button.categoria.active {
    background: rgba(255, 255, 255, 0.7);
}

.buscador .search .nav button.categoria.active h3 {
    color: #d23935;
}

.buscador .search .nav button.categoria.active .img-active {
    display: inline-block;
}

.buscador .search input.input-search {
    font-size: 18px;
    font-family: AvenirLTStd-black;
    padding: 6px 10px;
    border-radius: 5px;
    background-color: #dddddd;
    box-shadow: none;
    color: #323232;
    text-align: center;
    width: 100%;
}

.buscador .search input.input-search:active,
.buscador .search input.input-search:focus {
    outline: 0;
}

.buscador .search input.input-search::-webkit-input-placeholder {
    color: #5c5e60;
    font-size: 14px;
}

.buscador .search input.input-search::-moz-placeholder {
    color: #5c5e60;
    font-size: 14px;
}

.buscador .search input.input-search:-ms-input-placeholder {
    color: #5c5e60;
    font-size: 14px;
}

.buscador .search input.input-search::placeholder {
    color: #5c5e60;
    font-size: 14px;
}

.buscador .search input.input-search:disabled {
    cursor: not-allowed;
}

.buscador .search .tab-content {
    position: relative;
    /*min-height: 150px*/
}

.buscador .search .tab-content .continue,
.buscador .search .tab-content .next,
.buscador .search .tab-content .prev {
    position: absolute;
    bottom: 15px;
    text-transform: none !important;
    border-radius: 6px !important;
}

.buscador .search .tab-content .continue:disabled,
.buscador .search .tab-content .next:disabled,
.buscador .search .tab-content .prev:disabled {
    color: #5b5e60 !important;
    border-color: #5b5e60 !important;
    cursor: not-allowed;
}

.buscador .search .tab-content .continue:disabled,
.buscador .search .tab-content .next:disabled,
.buscador .search .tab-content .prev:disabled .icon {
    background: #5b5e60 !important;
}

.buscador .search .tab-content .prev {
    left: 15px;
}

.buscador .search .tab-content .continue,
.buscador .search .tab-content .next {
    right: 15px;
}

.buscador .search .tab-content .bici .vehiculo,
.buscador .search .tab-content .cars .vehiculo {
    display: block;
}

.buscador .search .tab-content .bici .marca,
.buscador .search .tab-content .bici .medida,
.buscador .search .tab-content .cars .marca,
.buscador .search .tab-content .cars .medida {
    display: none;
}

.buscador .search .tab-content .bici h2,
.buscador .search .tab-content .cars h2 {
    padding: 12px 15px 10px;
    display: inline-block;
    margin: 0 auto;
    border-radius: 5px;
    line-height: 20px;
    background: #d23935;
}

.buscador .search .tab-content .bici .medidas,
.buscador .search .tab-content .cars .medidas {
    padding: 0 5px 10px;
}

.buscador .search .tab-content .bici .medidas .carData,
.buscador .search .tab-content .cars .medidas .carData {
    position: absolute;
    top: 0;
    right: 60px;
}

@media only screen and (max-width: 529px) {
    .buscador .search .nav button.categoria img {
        width: 100%;
    }

    .buscador .search .tab-content .bici .medidas .carData,
    .buscador .search .tab-content .cars .medidas .carData {
        position: initial;
        margin-left: 15px;
    }

    .buscador .search .tab-content .bici .medidas h4,
    .buscador .search .tab-content .cars .medidas h4 {
        text-align: center;
    }
}

.buscador .search .tab-content .bici .medidas h4,
.buscador .search .tab-content .cars .medidas h4 {
    padding-left: 1px;
    margin: 10px 0;
}

.buscador .search .tab-content .bici .medidas.disabled,
.buscador .search .tab-content .cars .medidas.disabled {
    opacity: 0.5;
}

.buscador .search .tab-content .bici .medidas:last-child,
.buscador .search .tab-content .cars .medidas:last-child {
    padding: 30px 5px 0;
}

@media only screen and (max-width: 529px) {
    .buscador .search .tab-content .bici .medidas.disabled,
    .buscador .search .tab-content .cars .medidas.disabled {
        display: none;
    }

    .buscador .search .tab-content .bici .medidas:last-child,
    .buscador .search .tab-content .cars .medidas:last-child {
        padding: 0;
        margin-bottom: 60px;
    }

    .buscador .search .tab-content .bici .medidas .stepContent5 h5,
    .buscador .search .tab-content .cars .medidas .stepContent5 h5 {
        text-align: center;
    }
}

.buscador .search .tab-content .bici .medidas .stepContent6,
.buscador .search .tab-content .cars .medidas .stepContent6 {
    min-height: 320px;
    -ms-flex-align: center;
    align-items: center;
}

.buscador .search .tab-content .bici .medidas .stepContent5 h5,
.buscador .search .tab-content .cars .medidas .stepContent5 h5 {
    margin: 1rem 0 !important;
}

.buscador .search .tab-content .bici .medidas .btn-group,
.buscador .search .tab-content .cars .medidas .btn-group {
    width: 100%;
}

.buscador
.search
.tab-content
.bici
.medidas
.btn-group.opcional
.btn-search:nth-child(4n + 1),
.buscador
.search
.tab-content
.cars
.medidas
.btn-group.opcional
.btn-search:nth-child(4n + 1) {
    margin-left: 0 !important;
}

@media only screen and (max-width: 529px),
only screen and (min-width: 530px) and (max-width: 990px) {
    .buscador
    .search
    .tab-content
    .bici
    .medidas
    .btn-group.opcional
    .btn-search:nth-child(4n + 1),
    .buscador
    .search
    .tab-content
    .cars
    .medidas
    .btn-group.opcional
    .btn-search:nth-child(4n + 1) {
        margin-left: 5px !important;
    }
}

.buscador
.search
.tab-content
.bici
.medidas
.btn-group.opcional
.btn-search:nth-child(6n + 1),
.buscador
.search
.tab-content
.cars
.medidas
.btn-group.opcional
.btn-search:nth-child(6n + 1) {
    margin-left: 5px;
}

.buscador
.search
.tab-content
.bici
.medidas
.btn-group.opcional
.btn-search:nth-child(6n + 6),
.buscador
.search
.tab-content
.cars
.medidas
.btn-group.opcional
.btn-search:nth-child(6n + 6) {
    margin-right: 5px;
}

.buscador .search .tab-content .bici .medidas .btn-group .btn-search,
.buscador .search .tab-content .cars .medidas .btn-group .btn-search {
    -ms-flex: 0 1 15.74%;
    flex: 0 1 15.74%;
    border-radius: 5px;
    height: 40px;
    border: none;
    background: #dcdcdc;
    color: #5c5e60;
    padding: 10px;
    margin: 5px;
}

@media only screen and (max-width: 529px),
only screen and (min-width: 530px) and (max-width: 990px) {
    .buscador .search .tab-content .bici .medidas .btn-group .btn-search,
    .buscador .search .tab-content .cars .medidas .btn-group .btn-search {
        -ms-flex: 1 30%;
        flex: 1 30%;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
    .buscador .search .tab-content .bici .medidas .btn-group .btn-search,
    .buscador .search .tab-content .cars .medidas .btn-group .btn-search {
        -ms-flex: 0 1 15.5%;
        flex: 0 1 15.5%;
    }
}

.buscador
.search
.tab-content
.bici
.medidas
.btn-group
.btn-search:nth-child(6n + 1),
.buscador
.search
.tab-content
.cars
.medidas
.btn-group
.btn-search:nth-child(6n + 1) {
    /*margin-left: 0*/
}

.buscador
.search
.tab-content
.bici
.medidas
.btn-group
.btn-search:nth-child(6n + 6),
.buscador
.search
.tab-content
.cars
.medidas
.btn-group
.btn-search:nth-child(6n + 6) {
    /*margin-right: 0*/
}

@media only screen and (max-width: 529px),
only screen and (min-width: 530px) and (max-width: 990px) {
    .buscador
    .search
    .tab-content
    .bici
    .medidas
    .btn-group
    .btn-search:nth-child(6n + 1),
    .buscador
    .search
    .tab-content
    .cars
    .medidas
    .btn-group
    .btn-search:nth-child(6n + 1) {
        margin-left: 5px;
    }

    .buscador
    .search
    .tab-content
    .bici
    .medidas
    .btn-group
    .btn-search:nth-child(6n + 6),
    .buscador
    .search
    .tab-content
    .cars
    .medidas
    .btn-group
    .btn-search:nth-child(6n + 6) {
        margin-right: 5px;
    }
}

.buscador .search .tab-content .bici .medidas .btn-group .btn-search.active,
.buscador .search .tab-content .cars .medidas .btn-group .btn-search.active {
    background: #191f6c;
    color: #fff;
}

.buscador .search .tab-content .bici .medidas .btn-group .btn-search.focus,
.buscador .search .tab-content .bici .medidas .btn-group .btn-search:active,
.buscador .search .tab-content .bici .medidas .btn-group .btn-search:focus,
.buscador .search .tab-content .cars .medidas .btn-group .btn-search.focus,
.buscador .search .tab-content .cars .medidas .btn-group .btn-search:active,
.buscador .search .tab-content .cars .medidas .btn-group .btn-search:focus {
    box-shadow: none;
    outline: 0;
}

.buscador .search .tab-content .otras-medidas .nav-pills .nav-link {
    font-family: AvenirLTStd-black;
    border: none;
    border-radius: 5px;
    padding: 10px;
    background: #dcdcdc;
    color: #5c5e60;
    margin: 5px;
    cursor: pointer;
}

.buscador .search .tab-content .otras-medidas .nav-pills .nav-link.active {
    background: #191f6c;
    color: #fff;
}

.buscador .btn-llanta {
    font-size: 22px;
    padding: 10px 50px;
    background: #fff;
    border-radius: 45px;
    border: 3px solid #323232;
    color: #323232;
}

.buscador .btn-llanta:hover {
    background: #323232;
    color: #fff;
}

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

@media only screen and (max-width: 529px) {
    .buscador .search .tab-content .bici .medidas .stepContent5 h5 span,
    .buscador .search .tab-content .cars .medidas .stepContent5 h5 span {
        display: none;
    }

    .buscador .search .tab-content .otras-medidas .nav-pills {
        -ms-flex-pack: center;
        justify-content: center;
    }

    .buscador .btn-llanta {
        margin: 5px 0;
        width: 100%;
        padding: 10px;
    }
}

#masResultados .modal-header {
    border: none;
    padding: 0;
}

#masResultados .modal-header .close {
    color: #d23935;
    padding: 0;
    margin: 10px 15px 0;
}

#masResultados .modal-body {
    padding: 0 1rem 1rem;
}

#masResultados .modal-body .btn-search {
    -ms-flex: 0 1 18.6%;
    flex: 0 1 18.6%;
    border-radius: 5px;
    height: 40px;
    border: none;
    background: #efefef;
    color: #5c5e60;
    padding: 10px;
    margin: 5px;
}

#masResultados .modal-body .btn-search.active {
    background: #191f6c;
    color: #fff;
}

#masResultados .modal-body .btn-search.focus,
#masResultados .modal-body .btn-search:active,
#masResultados .modal-body .btn-search:focus {
    box-shadow: none;
    outline: 0;
}

#masResultados .modal-body input.input-search {
    font-size: 16px;
    padding: 6px 10px;
    border-radius: 5px;
    opacity: 1;
    box-shadow: none;
    background: #efefef;
    color: #5c5e60;
    width: 39%;
    margin: 0;
}

#masResultados .modal-body input.input-search:active,
#masResultados .modal-body input.input-search:focus {
    outline: 0;
}

#masResultados .modal-body input.input-search::-webkit-input-placeholder {
    color: #5c5e60;
    font-size: 14px;
}

#masResultados .modal-body input.input-search::-moz-placeholder {
    color: #5c5e60;
    font-size: 14px;
}

#masResultados .modal-body input.input-search:-ms-input-placeholder {
    color: #5c5e60;
    font-size: 14px;
}

#masResultados .modal-body input.input-search::placeholder {
    color: #5c5e60;
    font-size: 14px;
}

#masResultados .modal-body input.input-search:disabled {
    cursor: not-allowed;
}

@media only screen and (max-width: 529px) {
    #masResultados .modal-body .btn-search {
        -ms-flex: 0 1 45%;
        flex: 0 1 45%;
    }

    #masResultados .modal-body input.input-search {
        width: 100%;
    }
}

.star {
    border: none;
    margin: 0 auto;
    height: 30px;
}

.star > input {
    display: none;
}

.star > label:before {
    margin: 1px;
    font-size: 1.25em;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-weight: 900;
    content: "\f005";
}

.star > .half:before {
    content: "\f089";
    font-weight: 900;
    position: absolute;
}

.star > label {
    color: #ddd;
}

.star.full > label,
.star:not(:checked) > label:hover,
.star:not(:checked) > label:hover ~ label,
.star > input:checked ~ label {
    color: gold;
}

.star > input:checked + label:hover,
.star > input:checked ~ label:hover,
.star > input:checked ~ label:hover ~ label,
.star > label:hover ~ input:checked ~ label {
    color: #ffed85;
}

.virtualCreditoBackground {
    width: 100%;
    height: 591px;
    background: url(../assets/img/virtual-credito/car-dealer.jpg) center center
        no-repeat;
}

.virtualContent {
    padding: 50px 0;
}

.virtualContent h1 {
    font-size: 48px;
    font-weight: 900;
    line-height: 100px;
    text-align: center;
    color: #d23935;
}

.virtualContent .paragraphContainer {
    margin: 0 100px;
}

.virtualContent footer .btn {
    margin: 20px 0 40px;
    border-radius: 50px;
    width: 250px;
    background-color: #d23935;
    border: none;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
}

.virtualContent footer .btn:hover {
    background-color: rgba(229, 57, 53, 0.6);
}

.virtualContent footer p {
    padding: 0;
    margin: 0;
}

.validation-advice {
    background: none;
    padding-left: 0;
    color: #d90000 !important;
    font-size: 11px;
    margin-top: 0;
}

.opc-ajax-loader {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    display: none;
    z-index: 10000 !important;
}
#floatingCirclesG {
    position: relative;
    width: 64px;
    height: 64px;
    -moz-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    margin: 0 auto;
    top: 50%;
}
.f_circleG {
    position: absolute;
    background-color: #ffffff;
    height: 12px;
    width: 12px;
    -moz-border-radius: 6px;
    -moz-animation-name: f_fadeG;
    -moz-animation-duration: 0.72s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: linear;
    -webkit-border-radius: 6px;
    -webkit-animation-name: f_fadeG;
    -webkit-animation-duration: 0.72s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    -ms-border-radius: 6px;
    -ms-animation-name: f_fadeG;
    -ms-animation-duration: 0.72s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: linear;
    -o-border-radius: 6px;
    -o-animation-name: f_fadeG;
    -o-animation-duration: 0.72s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: linear;
    border-radius: 6px;
    animation-name: f_fadeG;
    animation-duration: 0.72s;
    animation-iteration-count: infinite;
    animation-direction: linear;
}
#frotateG_01 {
    left: 0;
    top: 26px;
    -moz-animation-delay: 0.27s;
    -webkit-animation-delay: 0.27s;
    -ms-animation-delay: 0.27s;
    -o-animation-delay: 0.27s;
    animation-delay: 0.27s;
}
#frotateG_02 {
    left: 8px;
    top: 8px;
    -moz-animation-delay: 0.36s;
    -webkit-animation-delay: 0.36s;
    -ms-animation-delay: 0.36s;
    -o-animation-delay: 0.36s;
    animation-delay: 0.36s;
}
#frotateG_03 {
    left: 26px;
    top: 0;
    -moz-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
    -ms-animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    animation-delay: 0.45s;
}
#frotateG_04 {
    right: 8px;
    top: 8px;
    -moz-animation-delay: 0.54s;
    -webkit-animation-delay: 0.54s;
    -ms-animation-delay: 0.54s;
    -o-animation-delay: 0.54s;
    animation-delay: 0.54s;
}
#frotateG_05 {
    right: 0;
    top: 26px;
    -moz-animation-delay: 0.63s;
    -webkit-animation-delay: 0.63s;
    -ms-animation-delay: 0.63s;
    -o-animation-delay: 0.63s;
    animation-delay: 0.63s;
}
#frotateG_06 {
    right: 8px;
    bottom: 8px;
    -moz-animation-delay: 0.72s;
    -webkit-animation-delay: 0.72s;
    -ms-animation-delay: 0.72s;
    -o-animation-delay: 0.72s;
    animation-delay: 0.72s;
}
#frotateG_07 {
    left: 26px;
    bottom: 0;
    -moz-animation-delay: 0.81s;
    -webkit-animation-delay: 0.81s;
    -ms-animation-delay: 0.81s;
    -o-animation-delay: 0.81s;
    animation-delay: 0.81s;
}
#frotateG_08 {
    left: 8px;
    bottom: 8px;
    -moz-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.result .results .llanta .info .precio .cantidad .input-group .btn-number-cart {
    cursor: pointer;
    border: none;
    border-radius: 50%;
    background: #5c5e60;
    color: #fff;
    margin: 7px;
}

.interna .results .llanta .info .round p {
    float: right;
    font-size: 20px;
    color: white;
    font-family: AvenirLTStd-Black;
    margin: 0 5px;
    line-height: 64px;
}
.datos-llanta .d-flex .round p {
    float: right;
    font-size: 15px;
    color: white;
    font-family: AvenirLTStd-Black;
    line-height: 36px;
    margin: 0 5px;
}
.contorno_llanta {
    background: #fff;
    border-radius: 12px;
    position: relative;
    border: 1px solid #7b7b7b;
}
.btn_igualamos_precio {
    font-family: AvenirLTStd-Black;
    font-size: 1rem;
    padding: 5px 0px;
    color: #009945; /* margin: 0 0 1rem; */
    cursor: pointer;
}

.btn_negociar_wpp {
    font-size: 12px;
    color: #fff;
    background-image: linear-gradient(to right, #1AD35E, #1BAB50);
    padding: 8px 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 10px 0;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    border-radius: 20px;
    white-space: nowrap;
}

.btn_negociar_wpp:hover {
    background-image: linear-gradient(to right, #1BAB50, #1AD35E);
}

.btn-run-flat {
    background-color: #2563eb;
    border-radius: 10px;
    color: white;
    padding: 5px 7px;
    cursor: pointer;
}

.btn-run-flat:hover {
    background-color: #1F56EA;
}

@media screen and (max-width: 600px) {
    .btn_negociar_wpp {
        padding: 8px 9px;
        font-size: 10px;
    }
}

.btn_negociemos {
    font-size: 12px;
    color: #10a94d;
    padding: 5px;
    display: inline-block;
    margin: 0 0 1rem;
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
}

.soat-btn-movil {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    width: 100px;
    height: 100px;
    background-color: #2563eb;
    border: 3px solid #dc2626;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
}

.soat-btn-movil span {
    display: block;
    line-height: 1.2;

}

.soat-close {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: red;
    color: white;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}

.fondo_eficiencia_a {
    background-color: #00a54f !important;
}

.fondo_eficiencia_b {
    background-color: #9bca3c !important;
}

.fondo_eficiencia_c {
    background-color: #f1e700 !important;
}

.fondo_eficiencia_d {
    background-color: #fdba14 !important;
}

.fondo_eficiencia_f, .fondo_eficiencia_e {
    background-color: #e61f24 !important;
}

.fondo_agarre_a {
    background-color: #0068bb !important;
}

.fondo_agarre_b {
    background-color: #0080c7 !important;
}

.fondo_agarre_c {
    background-color: #4ba6dd !important;
}

.fondo_agarre_d {
    background-color: #77bdee !important;
}

.fondo_agarre_f, .fondo_agarre_e {
    background-color: #abe1fb !important;
}

.etiqueta_europea_fondo {
    background-image: url("../images/etiqueta-europea-template.jpg");
}
.etiqueta_europea_fondo_1 {
    background-image: url("../images/etiqueta-europea-template_ruido_1.1.jpg");
}
.etiqueta_europea_fondo_2 {
    background-image: url("../images/etiqueta-europea-template_ruido_2.1.jpg");
}
.etiqueta_europea_fondo_3 {
    background-image: url("../images/etiqueta-europea-template_ruido_3.1.jpg");
}
.etiqueta_europea_popover {
    width: 300px;
    height: 505px;
    position: absolute;
    z-index: 1;
    margin-top: -100px;
    display: none;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    border-radius: 10px;
}
.etiqueta_europea_popover a {
    background: red;
    padding: 3px 10px;
    width: fit-content;
    /* text-decoration: none; */
    color: white !important;
    border-radius: 13px;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 12px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 0;
    text-decoration: none !important;
    cursor: pointer !important;
}
.etiqueta_europea_popover .combustible_a,
.etiqueta_europea_popover .combustible_b,
.etiqueta_europea_popover .combustible_c,
.etiqueta_europea_popover .combustible_d,
.etiqueta_europea_popover .combustible_e,
.etiqueta_europea_popover .mojado_a,
.etiqueta_europea_popover .mojado_b,
.etiqueta_europea_popover .mojado_c,
.etiqueta_europea_popover .mojado_d,
.etiqueta_europea_popover .mojado_e {
    background-color: #000;
    height: 20px;
    width: 25px;
    position: absolute;
    color: white;
    font-weight: 700;
    line-height: 20px;
    font-size: 18px;
    text-align: center;
}

.etiqueta_europea_popover .combustible_a,
.etiqueta_europea_popover .combustible_b,
.etiqueta_europea_popover .combustible_c,
.etiqueta_europea_popover .combustible_d,
.etiqueta_europea_popover .combustible_e {
    left: 113px;
}

.etiqueta_europea_popover .mojado_a,
.etiqueta_europea_popover .mojado_b,
.etiqueta_europea_popover .mojado_c,
.etiqueta_europea_popover .mojado_d,
.etiqueta_europea_popover .mojado_e {
    left: 254px;
}

.etiqueta_europea_popover .combustible_a,
.etiqueta_europea_popover .mojado_a { top: 137px; }
.etiqueta_europea_popover .combustible_b,
.etiqueta_europea_popover .mojado_b { top: 163px; }
.etiqueta_europea_popover .combustible_c,
.etiqueta_europea_popover .mojado_c { top: 189px; }
.etiqueta_europea_popover .combustible_d,
.etiqueta_europea_popover .mojado_d { top: 215px; }
.etiqueta_europea_popover .combustible_e,
.etiqueta_europea_popover .mojado_e { top: 242px; }

.etiqueta_europea_popover .nivel_ruido {
    bottom: 124px;
    position: absolute;
    right: 151px;
    font-size: 15px;
    font-weight: 700;
    color: black;
}

.etiqueta_europea_popover .nivel_ruido_letras {
    bottom: 90px;
    position: absolute;
    right: 120px;
    font-weight: 700;
    color: black;
}

.etiqueta_europea_popove_triangle {
    height: 0;
    width: 0;
    border-left: 10px solid #000;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    transform: rotate(180deg);
    position: absolute;
    left: -10px;
}

.result .results .llanta .info .datos-llanta ul {
    content: "";
}

span.infoIcon {
    background: url(../assets/images/resultado/info.svg) center 6px no-repeat;
    background-size: 100%;
    padding: 5px;
    cursor: pointer;
    margin: 0 5px;
}

span.infoIcon_blanco {
    background: url(../images/info-blanco.png) center 6px no-repeat;
    background-size: 100%;
    padding: 5px;
    cursor: pointer;
    margin: 0 5px;
}

.vertical {
    flex-direction: column;
}

.disponible {
    font-family: AvenirLTStd-Black;
    line-height: 1.2;
    color: #5c5e60;
}

.btn-xs-2 {
    font-size: 14px;
    padding: 10px 4px;
}

.cuadrado {
    border-radius: 0px !important;
}

#logo-recomendado {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 15px;
}

.color-premium {
    background-color: #e7a41f;
}
.color-calidad {
    background-color: #485454;
}
.color-economica {
    background-color: #a85543;
}

#logo-interno {
    width: 25px;
}

.background-h4 {
    /*height: 50px;
    width: 194px;*/
    border-bottom-left-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2px;
}

#imagen-interno {
    width: 100%;
    height: 100%;
    border-radius: 13px;
}

.recommend-contenedor {
    /*display: flex;*/
    justify-content: flex-start;
    border: #afafaf 1px solid;
    padding: 0;
    margin: 0px;
    border-radius: 15px;
}

#calidad {
    margin: 5px;
}

.recommended .columnas {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
}

.background-h4 h4 {
    font-size: 10px;
    padding: 5px 0 0 0;
}

.color-premium .title-2-white {
    color: #372e2f;
}

.color-economica .title-2-white {
    color: #ffffff;
}

.color-calidad .title-2-white {
    color: #cde4ea;
}

.recommend-contenedor .separador_columna {
    border-left: #afafaf 1px solid;
}

/* En pantallas de 600px de ancho o menos, el border pasa a ser bottom y no left*/
@media screen and (max-width: 600px) {
    .columnas {
        border-bottom: solid 1px #afafaf;
        border-left: 0px;
    }
    .recommend-contenedor .separador_columna {
        border-left: none;
    }
}

img.marca_recomendada {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    /*background: #f4f4f4;
    border-radius: 0px 11px;
    border: 3px solid #7C7C7C;*/
}

.title-3-borde {
    color: #5c5e60;
    border-top: 1px solid #afafaf;
    border-bottom: 1px solid #afafaf;
    font-size: 18px;
}

.datos-llanta .paragraph-black {
    font-size: 16px;
}
.separador_columna .titulo_utqg {
    font-size: 14px;
}
.separador_columna .titulo_leyenda_precio {
    font-size: 14px;
}
.separador_columna .titulo_leyenda_calificacion {
    font-size: 16px;
    border-bottom: #afafaf 1px solid;
}
.separador_columna .titulo_precio {
    font-family: AvenirLTStd-Black;
    color: #070f4d;
}

.etiqueta_descuento {
    position: absolute;
    top: 0;
    right: 0;
    background: black;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    -ms-flex-pack: center;
    justify-content: center;
}

.etiqueta_descuento span {
    font-family: AvenirLTStd-Black;
    font-size: 24px;
    margin: 0 0 2px;
    padding: 0;
    line-height: 1;
    position: relative;
}

.etiqueta_descuento span.busqueda {
    font-family: AvenirLTStd-Black;
    font-size: 16px;
    margin: 0 0 2px;
    padding: 0;
    line-height: 1;
    position: relative;
}

.etiqueta_descuento p {
    color: #fff !important;
    font-family: AvenirLTStd-Black !important;
    font-size: 16px !important;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.etiqueta_descuento p.busqueda {
    color: #fff !important;
    font-family: AvenirLTStd-Black !important;
    font-size: 10px !important;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.etiqueta_descuento .border-radius {
    height: 70px;
    width: 70px;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #fff;
    left: 5px;
}

.puntos span {
    font-size: 13px;
    font-family: AvenirLTStd-Roman;
}

.titulo_leyenda_envio {
    color: #070f4d;
    border-top: 1px solid #070f4d;
    font-size: 14px !important;
}

@media only screen and (max-width: 529px) {
    .etiqueta_descuento span {
        font-size: 25px;
    }

    .etiqueta_descuento {
        height: 80px;
        width: 80px;
        text-align: center;
    }

    .etiqueta_descuento .border-radius {
        height: 70px;
        width: 70px;
        left: 5px;
    }
}

/*seccion resultados de busqueda*/
@media only screen and (max-width: 529px) {
    .result .results .llanta.economica .info .header,
    .result
    .results
    .llanta.economica
    .info
    .precio
    .cantidad
    .input-group
    .btn-number {
        background: #a85543 !important;
        border-radius: 0px;
        height: auto;
    }

    .result .results .llanta .info .img-llanta .descuento {
        background: #ff321d !important;
        height: 100px;
        width: 100px;
    }

    .result .results .llanta .info .img-llanta .descuento .border-radius {
        height: 96px;
        width: 94px;
    }

    .result .results .llanta .info .img-llanta .descuento span {
        font-size: 35px;
    }

    .result .results .llanta.alto-rendimiento .info .header,
    .result
    .results
    .llanta.alto-rendimiento
    .info
    .precio
    .cantidad
    .input-group
    .btn-number {
        background: #485454 !important;
        border-radius: 0px;
        height: auto;
    }

    .result .results .llanta.premium .info .header,
    .result
    .results
    .llanta.premium
    .info
    .precio
    .cantidad
    .input-group
    .btn-number {
        background: #e7a41f !important;
        border-radius: 0px;
        height: auto;
    }

    .btn_igualamos_precio {
        border-radius: 0px 0px 11px 11px;
    }

    .result .results .llanta .info .datos-llanta ul {
        border-left: none;
    }

    .recommended .columnas {
        padding: 5px;
    }

    .recommended .disponible {
        font-size: 10px;
    }

    .columnas .datos-llanta .paragraph-black {
        margin-bottom: 0px;
    }

    .result .results .llanta .info .precio .ahorras {
        margin: 0;
    }
    .result .results .llanta .info .precio figure {
        margin: 0;
    }
    .result .container-fluid {
        padding: 0;
    }
}

.LV_invalid {
    color: red;
}

@media screen and (max-width: 766px) {
    .checkout
    .productSpecifications
    .productSpecifications__features
    .productSpecifications__item {
        flex: none;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1024px) {
    .checkout
    .productSpecifications
    .productSpecifications__features
    .productSpecifications__item
    .productSpecifications__item-card {
        padding: 0px !important;
        min-height: auto;
    }
}

/* Global Messages  */
.success {
    color: #3d6611;
    font-weight: bold;
}
.error {
    color: #df280a;
    font-weight: bold;
}
.notice {
    color: #e26703;
}

.messages,
.messages ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.messages {
    width: 100%;
    overflow: hidden;
}
.messages li {
    margin: 0 0 10px !important;
}
.messages li li {
    margin: 0 0 3px !important;
}
.error-msg,
.success-msg,
.note-msg,
.notice-msg {
    border-style: solid !important;
    border-width: 1px !important;
    padding: 4px 12px !important;
    font-size: 11px !important;
    font-size: 15px !important;
}
.error-msg {
    border-color: #f16048;
    background-color: #faebe7;
    color: #df280a;
    display: list-item;
}
.success-msg {
    border-color: #446423;
    background-color: #eff5ea;
    color: #3d6611;
    display: list-item;
    font-size: 15px;
}
.note-msg,
.notice-msg {
    border-color: #fcd344;
    background-color: #fafaec;
    color: #3d6611;
}

.result .results .llanta .info .img-llanta .descuento {
    background-color: #ff321d;
}

.form-list {
    padding: 0;
}
.form-list label.required em {
    font-style: normal;
    color: #eb340a;
    top: 0;
    right: -7px;
}
.form-list li {
    list-style: none;
}

@media only screen and (max-width: 529px) {
    .vehiculo .row .control_movil {
        display: none !important;
    }
    .medida .row .control_movil {
        display: none !important;
    }
    .marca .row .control_movil {
        display: none !important;
    }
    .moto_medida .row .control_movil {
        display: none !important;
    }
    .bicicleta_medida .row .control_movil {
        display: none !important;
    }
    .bicicleta_medida .row .control_movil {
        display: none !important;
    }
    .buscador .buscador-container {
        padding: 0;
    }
    .buscador .buscador-container .row .col-12 .title-main-white {
        font-size: 20px;
    }
    /*#navigation { position: absolute; }*/
    .navbar-nav .dropdown-menu {
        width: 98%;
    }
    .checkout-pagar .resumen-precio {
        width: 100%;
    }
}

.checkout-cart-index {
    padding-right: 0;
    padding-left: 0;
}

.No-me-interesa-el-se {
    width: 155px;
    height: 19px;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.2px;
    color: #a0a0a0;
    cursor: pointer;
    border-bottom: 1px solid #a0a0a0;
}
.Mask {
    border-radius: 6px;
    box-shadow: 0 1px 14px 0 rgba(0, 0, 0, 0.12),
        0 5px 8px 0 rgba(0, 0, 0, 0.14);
    background-color: #f7f7f7;
}

.Rectangle {
    height: 197px;
    border-radius: 10px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.12),
        0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
}

#detalles-seguro {
    padding: 0 6% 6em;
}

.modal-lg {
    min-width: 80%;
}

.beneficio-seguro {
    padding-top: 1em;
    color: #999;
    margin-left: 0;
    display: flex;
    justify-content: center;
}

.beneficio-seguro h5 {
    color: #fff;
    font-family: AvenirLTStd-Heavy;
}

.box-focus,
.box-focus:focus {
    border-radius: 10px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.12),
        0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    -webkit-transition: background-color 0.05s ease-out, color 0.05s ease-out,
        margin 0.25s ease-out;
    transition: background-color 0.05s ease-out, color 0.05s ease-out,
        margin 0.25s ease-out;
}

.box-focus:hover,
.seguro-box:checked {
    background: rgba(48, 128, 52, 0.945) !important;
    margin-top: -2em;
    border: solid 0px #ff4336;
    position: relative;
    -webkit-transition: background-color 0.05s ease-out, color 0.05s ease-out,
        margin 0.25s ease-out;
    transition: background-color 0.05s ease-out, color 0.05s ease-out,
        margin 0.25s ease-out;
}

.box-focus:hover h2,
.box-focus:hover h3,
.box-focus:hover h4 {
    color: #fff;
}

.flex-center-1 {
    align-items: center;
    justify-content: space-around;
}

.no-quiero {
    border-radius: 15px;
    font-family: AvenirLTStd-Heavy;
    padding: 1em;
    text-decoration: none;
    font-size: 1em;
    border: none;
}

.modal-content {
    background: #fff;
    box-sizing: border-box;
    display: flex;
    padding-bottom: 0;
    padding-top: 0;
}

.no-quiero:hover {
    color: #a0a0a0;
    text-decoration: none;
}

.redondo {
    background: #d8d8d8;
    border-radius: 100%;
    font-size: 1.2rem;
    font-family: AvenirLTStd-Heavy;
    color: #333;
    display: none;
}

.titular-modal,
.seguro aside h3 {
    padding-top: 3rem;
    padding-bottom: 1rem;
    font-family: AvenirLTStd-Black;
    text-align: center;
}

.seguro aside {
    background: #333;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    padding: 3% 2.8% 6%;
}

.seguro aside h3 {
    padding-top: 1.2rem;
    font-family: AvenirLTStd-Black;
    text-align: center;
}

.seguro article {
    display: inline-block;
    position: relative;
}

.seguro article .titular-modal {
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    color: #636363;
}

.seguro-box {
    border-radius: 10px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.12),
        0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    background: #ffffff;
    min-height: 220px;
    text-align: center;
    padding: 2em 1em 1em;
    display: flex;
    justify-content: center;
    margin-top: 0em;
    max-width: 140px;
}

.seguro-box input:not([type="checkbox"]) {
    margin: 0 auto;
    background: #ff4336 !important;
}

.seguro-box h2,
.seguro-box h3,
.seguro-box h4 {
    color: #000;
    font-family: AvenirLTStd-Heavy;
}

.seguro-box h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    padding-top: 2em;
}

.seguro-box h3 {
    font-size: 1em;
    font-weight: 900;
    text-transform: lowercase;
    margin: 0 0 1em 0;
}

.seguro-box h4 {
    font-size: 0.875em;
    font-weight: 400;
}

@media (min-width: 576px) {
    .redondo {
        max-width: 40px;
        max-height: 40px;
        font-size: 1rem;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
}

@media (min-width: 1016px) {
    .redondo {
        max-width: 40px;
        max-height: 40px;
        font-size: 1.3rem;
    }
    .seguro aside h3 {
        font-size: 2rem;
        text-align: left;
    }
    .seguro-box {
        margin-top: 6em;
        max-width: 140px;
        margin-top: 4em;
    }

    .seguro-box h2 {
        font-size: 2.5rem;
        font-weight: 700;
        margin: 0;
        padding-top: 2em;
    }

    .seguro-box h3 {
        font-size: 1.3125em;
        font-weight: 900;
        text-transform: lowercase;
        margin: 0 0 0.4em 0;
    }

    .seguro-box h4 {
        font-size: 0.9em;
        font-weight: 500;
    }
}

@media (min-width: 1400px) {
    .redondo {
        max-width: 52px;
        max-height: 52px;
    }
    .seguro-box {
        max-width: 250px;
    }
    .seguro-box h2 {
        font-size: 5em;
    }
    .seguro-box h3 {
        font-size: 1.3125em;
    }
    .seguro-box h4 {
        font-size: 2.1875em;
    }

    .img_background_serviteca {
        background-image: url(../images/bg_serviteca.jpg);
        background-repeat: no-repeat;
        height: 603px;
    }
}

@media (max-width: 1400px) and (min-width: 992px) {
    .contenedor img {
        height: 100%;
    }

    .no-quiero {
        font-size: 0.7em;
    }

    .parrafo-seguro {
        font-size: 1em !important;
    }

    #detalles-serviteca-2 {
        padding: 0;
    }

    #detalles-seguro {
        height: auto !important;
        padding: 0px 4% 0em;
    }

    .seguro-box h2 {
        font-size: 2.5em;
    }

    .seguro-box h3 {
        font-size: 1.5em;
    }

    .seguro-box h4 {
        font-size: 1em;
    }

    .mas-comprado {
        padding: 0.5rem;
    }

    .mas-comprado h3 {
        font-size: 0.9em;
    }

    .seguro-box {
        max-width: 185px;
    }

    .serviteca img {
        height: auto !important;
    }

    .titulo-box {
        padding: 0 !important;
    }

    #quiero-serviteca,
    .no-me-interesa {
        padding-top: 0;
    }
}

.btn-califica {
    margin-top: 5px !important;
    border: 2px solid #808080;
    background-color: white;
    color: #808080;
}

/*Extra small devices (portrait phones, less than 576px)
     No media query since this is the default in Bootstrap*/

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 360px) {
    .celda_comparador {
        height: 70px;
    }
    .celda_comparador_md {
        height: 40px;
    }
    .celda_comparador_sm {
        height: 19px;
    }
}

@media (min-width: 576px) {
    .celda_comparador {
        height: 70px;
    }
    .celda_comparador_md {
        height: 40px;
    }
    .celda_comparador_sm {
        height: 19px;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .celda_comparador {
        height: 70px;
    }
    .celda_comparador_md {
        height: 40px;
    }
    .celda_comparador_sm {
        height: 19px;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .celda_comparador {
        height: 70px;
    }
    .celda_comparador_md {
        height: 40px;
    }
    .celda_comparador_sm {
        height: 19px;
    }
    .comparador .compara {
        padding: 20px 18px 0;
        position: relative;
        border-right: 2px solid #5c5e60;
        border-bottom: 2px solid #5c5e60;
        margin-bottom: 60px;
        min-width: 20%;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .celda_comparador {
        height: 70px;
    }
    .celda_comparador_md {
        height: 40px;
    }
    .celda_comparador_sm {
        height: 19px;
    }
}

.clearout {
    height: 20px;
    clear: both;
}

#flexiselDemo1,
#flexiselDemo2,
#flexiselDemo3 {
    display: none;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}
.nbs-flexisel-ul {
    position: relative;
    width: 99999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
    overflow: auto;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    background: transparent;
    border: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
}
.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding: 5px 10px;
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.nbs-flexisel-nav-left {
    left: 0px;
}

.nbs-flexisel-nav-left:before {
    content: "<";
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    right: 0px;
}

.nbs-flexisel-nav-right:before {
    content: ">";
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}

#menu-princial ul {
    padding: 0 12px;
}
#menu-princial ul li {
    list-style: none;
    line-height: 60px;
    padding: 0;
}
#menu-princial ul li a {
    color: #171717;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    font-size: 0.9rem;
}
/* #menu-princial ul li .btn {
  padding: 14px 16px;
  background: #171717 !important;
  color: #fff;
  font-size: 1.1rem !important;
  border-radius: 8px;
  text-transform: none;
} */
.wpp-movil {
    width: 42px;
}
.wpp {
    width: 22px;
}
.button_menu {
    right: 5%;
    float: right;
    padding-top: 3%;
    position: absolute;
}

.Rotate-90 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);

    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;

    font-size: 18px;
    background: #e0e0e0;
    width: 100px;
    position: relative;
    top: 50px;
}

.selector_rectangular {
    background: #ffffff;
    border: solid 1px #5b5b5b;
    border-radius: 6px;
    color: #5b5b5b;
    font-family: AvenirLTStd-Heavy;
    margin-bottom: 4px;
    padding: 4px 8px;
    font-size: 12px;
    text-align: left;
    display: flex;
    margin-left: 0px;
    width: fit-content;
    line-height: 14px;
}

/* BUSCADOR */
.header-buscador {
    border-radius: 0 10px 10px 10px !important;
    margin: 0px !important;
}

.subtitle-buscador {
    text-align: center !important;
    font-size: 20px !important;
    padding: 10px !important;
    background: #008945 !important;
    color: white !important;
    margin: 0px !important;
    border-radius: 10px 10px 0px 0px !important;
    font-family: AvenirLTStd-Medium !important;
    width: 450px;
}

.circle-number {
    display: inline-block;
    width: 24px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #008945;
    background: white;
    border-radius: 50%;
    border: 2px solid #008945;
    margin-right: 8px;
}

.opcion_header_buscador {
    height: 60px;
}

.categoria {
    background: transparent !important;
}

.buscador .search .nav button.categoria.active h3 {
    color: #000 !important;
}

.img-buscador {
    width: 100% !important;
}

.title-header-buscador {
    font-size: 9px !important;
    text-align: left !important;
    color: #000;
}

.searchBy {
    background: white !important;
    padding: 10px !important;
    margin: 0px 0px 10px 0px !important;
    border-radius: 0 10px 10px 10px !important;
}

.searchBy .content-tipo-busqueda .tipoBusqueda .buscar {
    color: #22985d !important;
    font-size: 1.5rem;
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.btn-busqueda {
    background: white !important;
    text-transform: uppercase !important;
    font-size: 1.3rem;
    color: #000 !important;
}

.btn-busqueda:hover {
    background: #6b7280 !important;
    color: #fff !important;
}

.tipoBusqueda .active {
    color: #fff !important;
    /*text-decoration: underline #000;*/
    background: #6b7280 !important;
}

.input-search-buscador {
    background: white !important;
    border: 2px solid #000 !important;
}

.content-buscador {
    background: white;
    padding: 20px;
    border-radius: 0 10px 10px 10px;
}

.btn-search {
    background: #000000 !important;
    color: #fff !important;
}

.btn-ver-todo {
    color: #000 !important;
    text-decoration: underline !important;
    border: none !important;
    font-size: 20px !important;
}

.btn-ver-todo:hover {
    color: #fff !important;
    background: #000 !important;
}

.next,
.prev {
    margin: 10px 0px !important;
    padding: 10px !important;
    border: none !important;
    background: none !important;
    color: #22985d !important;
    font-size: 20px !important;
}

.icon {
    background: #22985d;
    border-radius: 50%;
    width: 25px;
    color: white;
    line-height: 25px;
}

.set_panel_vehiculo,
.set_panel_medida {
    border: 2px solid #008945 !important;
    color: #008945 !important;
}

.encontrar-llanta {
    font-family: AvenirLTStd-Roman;
    font-size: 14px;
    font-weight: bold;
    color: #878787;
}

.btn-medida-original {
    border-radius: 10px !important;
    background-color: #008945 !important;
    border: none !important;
    color: white !important;
    line-height: 30px !important;
    font-size: 20px;
    padding-left: 30px !important;
    padding-right: 30px !important;
    text-align: start !important;
}

.h5-medidas {
    font-weight: bold;
    color: #008945;
}

.btn-medidas-opcionales {
    background: none !important;
    border: 1px solid #000 !important;
    color: #000 !important;
    text-align: start !important;
}

.btn-medidas-opcionales:hover {
    background: #000 !important;
    color: #fff !important;
}

a.btn-medidas-opcionales.active {
    background: #000 !important;
    color: #fff !important;
}

.content-delantera {
    border-right: 1px solid #ccc;
    padding: 0px;
}

.btn-medida-pareja {
    padding: 10px;
    line-height: 18px !important;
    display: block;
    background: #008945;
}

.span-pareja {
    font-size: 14px;
    color: rgb(128, 196, 162);
}

#footer .lists .col-list {
    border-right: 1px solid #ccc;
}

.border-right-black {
    border-right: 2px solid rgb(65, 65, 65);
}

.f-size-9 {
    font-size: 0.9rem;
}

.fa-plus-count {
    padding: 6px;
    background: #008945;
    color: white;
}

.resultados-li {
    list-style: none;
}

.resultados-li a {
    color: #008945;
    font-family: AvenirLTStd-Black;
    font-size: 14px;
    padding: 0px 10px;
    border-right: 1px solid #ccc;
}

@media (max-width: 575.98px) {
    .buscador .search .nav button.categoria {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .buscador .search .nav button.categoria div {
        padding: 0px;
    }

    .searchBy {
        border-radius: 0 !important;
        margin: 0px !important;
    }

    .searchBy .content-tipo-busqueda .tipoBusqueda .buscar {
        font-size: 1.5rem;
        display: block;
        padding: 10px;
    }

    .content-buscador {
        border-radius: 0 !important;
        padding: 0px;
    }

    .content-tipo-busqueda .btn-group {
        display: block;
    }

    .buscador .search .searchBy h4 {
        border: none;
    }

    .btn-busqueda {
        margin: 0px 0px !important;
        border: 1px solid #000 !important;
        font-size: 13px;
        padding: 10px 20px !important;
        width: 175px !important;
    }

    .search {
        background: #fff;
    }

    .subtitle-buscador {
        border-radius: 0px !important;
    }

    .title-header-buscador {
        display: none;
    }

    .buscador .search .searchBy .btn {
        padding: 5px 20px;
        min-width: 50px;
        width: 160px;
        margin-bottom: 5px !important;
    }

    .opcion_header_buscador {
        margin: 2px;
        border: 2px solid #999999;
        border-radius: 5px;
    }

    .buscador .search {
        border-radius: 0px;
    }

    .subtitle-buscador {
        background: #fff !important;
        color: #22985d !important;
        font-size: 1.2rem !important;
        padding: 10px 0px !important;
        font-family: AvenirLTStd-Black;
        width: 420px !important;
    }

    #resultado_unico {
        text-align: center;
    }

    #resultado_unico h5 span {
        display: none;
    }

    #resultado_unico a {
        display: block;
        text-align: center !important;
    }

    #resultado_pareja {
        text-align: center;
    }

    #resultado_pareja h5 span {
        display: none;
    }

    .contenedor_opcionales h5 {
        text-align: center;
        font-size: 1.2rem;
    }

    #vehiculo_result_original_opcional,
    #vehiculo_result_original_opcional_ver_mas {
        text-align: center;
    }

    #vehiculo_result_original_opcional div a {
        width: 100%;
        text-align: center;
    }

    #vehiculo_result_original_opcional_pareja div,
    #vehiculo_result_original_opcional_ver_mas_pareja div,
    #pills-tabContent2 .tab-pane div {
        margin-right: 0px !important;
    }

    .h5-medidas {
        text-align: center;
        font-size: 1.2rem;
    }

    .encontrar-llanta {
        text-align: center;
    }

    .result .searched h2 {
        font-size: 20px;
        padding: 10px;
        background: #ccc;
        color: #000 !important;
    }

    .figure-result {
        max-width: 100px !important;
    }

    .price .antes {
        font-size: 1rem;
    }

    .price .despues {
        font-size: 1.4rem !important;
        font-weight: bold;
        margin-bottom: 0;
    }

    .envio_gratis {
        color: #000;
        text-decoration: none;
        margin-bottom: 0px;
    }

    .disponible {
        font-size: 10px;
    }

    .texto-calificacion {
        font-size: 10px;
    }

    .btn-califica {
        padding: 10px 5px !important;
        font-size: 10px !important;
        border-radius: 10px;
    }

    #enlaces_footer {
        display: none;
    }

    #placa {
        width: 45px;
    }
}

@media (max-width: 767.98px) and (min-width: 576px) {
    .searchBy .content-tipo-busqueda .tipoBusqueda .buscar {
        font-size: 1rem;
    }

    .btn-busqueda {
        font-size: 1rem;
    }

    .title-header-buscador {
        display: none;
    }

    #enlaces_footer {
        display: none;
    }
}

.result .results .llanta p.despues {
    margin-bottom: 0;
    font-family: AvenirLTStd-Black;
    font-size: 30px;
    color: #515151;
}

.cada_unidad {
    font-size: 15px;
    font-weight: normal;
    font-family: "AvenirLTStd-Light";
}

.result .results .llanta p.antes {
    margin-bottom: 0;
    font-family: AvenirLTStd-Roman;
    font-size: 20px;
    color: #515151;
}

.bg_tipo_excelente {
    background-color: #ff9200;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}
.bg_tipo_buena {
    background-color: #009945;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}
.bg_tipo_muy-buena {
    background-color: #008ec5;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}
.bg_tipo_oro {
    background-color: #e7a41f;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}
.bg_tipo_plata {
    background-color: #485454;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}
.bg_tipo_bronce {
    background-color: #a85543;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}
.title-3-secondary a {
    color: #5c5e60;
    font-size: 12px;
    border: none;
}
.recom_cat {
    border: none;
    color: #74767a;
    font-size: 10px;
}
.recom_precio_oferta {
    font-size: 14px;
    margin-bottom: 0px;
    float: right;
    color: #888582;
}
.recom_precio_normal {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0px;
    float: right;
    color: #3d3d3d;
}

.interna .tabs-producto .nav-pills .nav-item a.vista_producto {
    cursor: pointer;
    text-align: center;
    padding: 13px 22px 10px;
    border-radius: 5px !important;
    color: #5c5e60;
    font-size: 16px !important;
    margin: 0 10px;
    border: 1px solid;
}

.link_bus_doble:hover {
    border-bottom: 3px solid #008c45;
    margin-bottom: -3px;
    text-decoration: none;
}

.box-focus {
    background: rgb(48, 128, 52);
}

.box-focus:hover h2,
.box-focus:hover h3,
.box-focus:hover h4 {
    color: #fff;
}

.box-focus h2,
.box-focus h3,
.box-focus h4 {
    color: #fff;
}

.redondo {
    width: 52px !important;
    height: 52px !important;
    background: #ff3733;
    border-radius: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    font-family: AvenirLTStd-Heavy;
    color: #fff;
}

.parrafo-seguro {
    font-size: 2em;
    color: #fff;
    text-align: center;
}

@media (max-width: 576px) {
    .texto-centrado-imagen {
        width: 100% !important;
        height: auto;
        font-size: 2em !important;
    }

    #detalles-serviteca {
        padding: 0em 3% 4em !important;
        background: #fff !important;
    }

    .mas-comprado {
        padding: 0 !important;
    }

    .mas-comprado h3 {
        font-size: 0.6em;
    }

    .no-quiero {
        font-size: 0.8em;
        margin-top: 5px;
    }

    .seguro-box {
        padding-left: 0;
        padding-right: 0;
    }

    .seguro-box span {
        font-size: 0.8em;
    }

    .ds-none {
        display: none;
    }

    .btn-opc {
        font-size: 1.5rem !important;
    }

    #rin-buscar {
        margin: 20px 0 20px 0;
        text-align: center !important;
    }

    #INTRO-RINES {
        content: url(../images/INTRO-IMG-RINES-MOVIL.png) !important;
        margin: 35px 0 25px 0 !important;
        width: 80% !important;
    }

    #RINES-PARA-TI-TXT {
        font-size: 15px !important;
        width: 80% !important;
        margin: 40px 0 40px 0 !important;
    }

    .select-rines {
        padding: 0 40px 0 40px !important;
    }

    #banner-ruleta {
        content: url(../images/ruleta/BANNER-RULETA-MOVIL.png) !important;
    }
}

@media (max-width: 1400px) and (min-width: 992px) {
    .contenedor img {
        height: 100%;
    }

    .no-quiero {
        font-size: 0.7em;
    }

    .parrafo-seguro {
        font-size: 1em !important;
    }

    #detalles-serviteca-2 {
        padding: 0;
    }

    #detalles-seguro {
        height: auto !important;
        padding: 0px 4% 0em;
    }

    .seguro-box h2 {
        font-size: 2.5em;
    }

    .seguro-box h3 {
        font-size: 1.5em;
    }

    .seguro-box h4 {
        font-size: 1em;
    }

    .mas-comprado {
        padding: 0.5rem;
    }

    .mas-comprado h3 {
        font-size: 0.9em;
    }

    .seguro-box {
        max-width: 185px;
    }

    .serviteca img {
        height: auto !important;
    }

    .titulo-box {
        padding: 0 !important;
    }

    #quiero-serviteca,
    .no-me-interesa {
        padding-top: 0;
    }
}

.btn_enlace_rojo {
    border-radius: 5px;
    border: none;
    background: #d23935;
    cursor: pointer;
}
.grupo_moto_medida .btn-group .btn-search {
    flex: 0 1 5.6% !important;
}
.grupo_moto_alterno_medida .btn-group .btn-search {
    flex: 0 1 5.6% !important;
}

@media (max-width: 993px) {
    .col-sm-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.etiqueta-envio-express {
    cursor:pointer;
    border:none;
    background: transparent;
    margin-left: -10px;
}

.etiqueta-envio-express-leyenda {
    display: none;
    position: absolute;
    z-index: 1;
    left: -20px;
}

.etiqueta-envio-express-cerrarDiv {
    cursor: pointer;
    position: absolute;
    right: 15px;
    padding:5px;
    background:transparent;
    border:none;
}

.btn-opc-blanco {
    background: #fff !important;
    color: #171717 !important;
    cursor: pointer !important;
}

.btn-opc-blanco:hover {
    background-color: #8A8A8A !important;
    color: white !important;
    text-decoration: none !important;
}