@charset "UTF-8";

/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        order: -1;
    }
    .order-sm-last {
        order: 13;
    }
    .order-sm-0 {
        order: 0;
    }
    .order-sm-1 {
        order: 1;
    }
    .order-sm-2 {
        order: 2;
    }
    .order-sm-3 {
        order: 3;
    }
    .order-sm-4 {
        order: 4;
    }
    .order-sm-5 {
        order: 5;
    }
    .order-sm-6 {
        order: 6;
    }
    .order-sm-7 {
        order: 7;
    }
    .order-sm-8 {
        order: 8;
    }
    .order-sm-9 {
        order: 9;
    }
    .order-sm-10 {
        order: 10;
    }
    .order-sm-11 {
        order: 11;
    }
    .order-sm-12 {
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }
    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }
    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }
    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }
    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        order: -1;
    }
    .order-md-last {
        order: 13;
    }
    .order-md-0 {
        order: 0;
    }
    .order-md-1 {
        order: 1;
    }
    .order-md-2 {
        order: 2;
    }
    .order-md-3 {
        order: 3;
    }
    .order-md-4 {
        order: 4;
    }
    .order-md-5 {
        order: 5;
    }
    .order-md-6 {
        order: 6;
    }
    .order-md-7 {
        order: 7;
    }
    .order-md-8 {
        order: 8;
    }
    .order-md-9 {
        order: 9;
    }
    .order-md-10 {
        order: 10;
    }
    .order-md-11 {
        order: 11;
    }
    .order-md-12 {
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.3333333333%;
    }
    .offset-md-2 {
        margin-left: 16.6666666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.3333333333%;
    }
    .offset-md-5 {
        margin-left: 41.6666666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.3333333333%;
    }
    .offset-md-8 {
        margin-left: 66.6666666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.3333333333%;
    }
    .offset-md-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        order: -1;
    }
    .order-lg-last {
        order: 13;
    }
    .order-lg-0 {
        order: 0;
    }
    .order-lg-1 {
        order: 1;
    }
    .order-lg-2 {
        order: 2;
    }
    .order-lg-3 {
        order: 3;
    }
    .order-lg-4 {
        order: 4;
    }
    .order-lg-5 {
        order: 5;
    }
    .order-lg-6 {
        order: 6;
    }
    .order-lg-7 {
        order: 7;
    }
    .order-lg-8 {
        order: 8;
    }
    .order-lg-9 {
        order: 9;
    }
    .order-lg-10 {
        order: 10;
    }
    .order-lg-11 {
        order: 11;
    }
    .order-lg-12 {
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }
    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }
    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }
    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }
    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        order: -1;
    }
    .order-xl-last {
        order: 13;
    }
    .order-xl-0 {
        order: 0;
    }
    .order-xl-1 {
        order: 1;
    }
    .order-xl-2 {
        order: 2;
    }
    .order-xl-3 {
        order: 3;
    }
    .order-xl-4 {
        order: 4;
    }
    .order-xl-5 {
        order: 5;
    }
    .order-xl-6 {
        order: 6;
    }
    .order-xl-7 {
        order: 7;
    }
    .order-xl-8 {
        order: 8;
    }
    .order-xl-9 {
        order: 9;
    }
    .order-xl-10 {
        order: 10;
    }
    .order-xl-11 {
        order: 11;
    }
    .order-xl-12 {
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }
    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }
    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }
    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }
    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }
}

.d-none {
    display: none !important;
}

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

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

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

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
}

.flex-row {
    flex-direction: row !important;
}

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

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

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

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

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

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

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

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

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

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

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

.align-items-end {
    align-items: flex-end !important;
}

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

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

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

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}

.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-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 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-n1 {
        margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 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-n1 {
        margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 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-n1 {
        margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 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-n1 {
        margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

@font-face {
    font-family: "Muli";
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/Muli-ExtraLight.eot?") format("eot"), url("../fonts/Muli-ExtraLight.woff2") format("woff2"), url("../fonts/Muli-ExtraLight.woff") format("woff"), url("../fonts/Muli-ExtraLight.ttf") format("truetype"), url("../fonts/Muli-ExtraLight.svg#Muli") format("svg");
}

@font-face {
    font-family: "Muli";
    font-style: italic;
    font-weight: 200;
    src: url("../fonts/Muli-ExtraLightItalic.eot?") format("eot"), url("../fonts/Muli-ExtraLightItalic.woff2") format("woff2"), url("../fonts/Muli-ExtraLightItalic.woff") format("woff"), url("../fonts/Muli-ExtraLightItalic.ttf") format("truetype"), url("../fonts/Muli-ExtraLightItalic.svg#Muli") format("svg");
}

@font-face {
    font-family: "Muli";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/Muli-Light.eot?") format("eot"), url("../fonts/Muli-Light.woff2") format("woff2"), url("../fonts/Muli-Light.woff") format("woff"), url("../fonts/Muli-Light.ttf") format("truetype"), url("../fonts/Muli-Light.svg#Muli") format("svg");
}

@font-face {
    font-family: "Muli";
    font-style: italic;
    font-weight: 300;
    src: url("../fonts/Muli-LightItalic.eot?") format("eot"), url("../fonts/Muli-LightItalic.woff2") format("woff2"), url("../fonts/Muli-LightItalic.woff") format("woff"), url("../fonts/Muli-LightItalic.ttf") format("truetype"), url("../fonts/Muli-LightItalic.svg#Muli") format("svg");
}

@font-face {
    font-family: "Muli";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Muli-Regular.eot?") format("eot"), url("../fonts/Muli-Regular.woff2") format("woff2"), url("../fonts/Muli-Regular.woff") format("woff"), url("../fonts/Muli-Regular.ttf") format("truetype"), url("../fonts/Muli-Regular.svg#Muli") format("svg");
}

@font-face {
    font-family: "Muli";
    font-style: italic;
    font-weight: 400;
    src: url("../fonts/Muli-Italic.eot?") format("eot"), url("../fonts/Muli-Italic.woff2") format("woff2"), url("../fonts/Muli-Italic.woff") format("woff"), url("../fonts/Muli-Italic.ttf") format("truetype"), url("../fonts/Muli-Italic.svg#Muli") format("svg");
}

@font-face {
    font-family: "Muli";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/Muli-SemiBold.eot?") format("eot"), url("../fonts/Muli-SemiBold.woff2") format("woff2"), url("../fonts/Muli-SemiBold.woff") format("woff"), url("../fonts/Muli-SemiBold.ttf") format("truetype"), url("../fonts/Muli-SemiBold.svg#Muli") format("svg");
}

@font-face {
    font-family: "Muli";
    font-style: italic;
    font-weight: 600;
    src: url("../fonts/Muli-SemiBoldItalic.eot?") format("eot"), url("../fonts/Muli-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Muli-SemiBoldItalic.woff") format("woff"), url("../fonts/Muli-SemiBoldItalic.ttf") format("truetype"), url("../fonts/Muli-SemiBoldItalic.svg#Muli") format("svg");
}

@font-face {
    font-family: "Muli";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/Muli-Bold.eot?") format("eot"), url("../fonts/Muli-Bold.woff2") format("woff2"), url("../fonts/Muli-Bold.woff") format("woff"), url("../fonts/Muli-Bold.ttf") format("truetype"), url("../fonts/Muli-Bold.svg#Muli") format("svg");
}

@font-face {
    font-family: "Muli";
    font-style: italic;
    font-weight: 700;
    src: url("../fonts/Muli-BoldItalic.eot?") format("eot"), url("../fonts/Muli-BoldItalic.woff2") format("woff2"), url("../fonts/Muli-BoldItalic.woff") format("woff"), url("../fonts/Muli-BoldItalic.ttf") format("truetype"), url("../fonts/Muli-BoldItalic.svg#Muli") format("svg");
}

@font-face {
    font-family: "Muli";
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/Muli-ExtraBold.eot?") format("eot"), url("../fonts/Muli-ExtraBold.woff2") format("woff2"), url("../fonts/Muli-ExtraBold.woff") format("woff"), url("../fonts/Muli-ExtraBold.ttf") format("truetype"), url("../fonts/Muli-ExtraBold.svg#Muli") format("svg");
}

@font-face {
    font-family: "Muli";
    font-style: italic;
    font-weight: 800;
    src: url("../fonts/Muli-ExtraBoldItalic.eot?") format("eot"), url("../fonts/Muli-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/Muli-ExtraBoldItalic.woff") format("woff"), url("../fonts/Muli-ExtraBoldItalic.ttf") format("truetype"), url("../fonts/Muli-ExtraBoldItalic.svg#Muli") format("svg");
}

@font-face {
    font-family: "Muli";
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/Muli-Black.eot?") format("eot"), url("../fonts/Muli-Black.woff2") format("woff2"), url("../fonts/Muli-Black.woff") format("woff"), url("../fonts/Muli-Black.ttf") format("truetype"), url("../fonts/Muli-Black.svg#Muli") format("svg");
}

@font-face {
    font-family: "Muli";
    font-style: italic;
    font-weight: 900;
    src: url("../fonts/Muli-BlackItalic.eot?") format("eot"), url("../fonts/Muli-BlackItalic.woff2") format("woff2"), url("../fonts/Muli-BlackItalic.woff") format("woff"), url("../fonts/Muli-BlackItalic.ttf") format("truetype"), url("../fonts/Muli-BlackItalic.svg#Muli") format("svg");
}

* {
    font-family: "Muli";
}

body {
    margin: 0;
    background: #F9F9F9;
}

html,
body,
.app,
.frame {
    height: 100%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    max-width: 1366px !important;
}

.notifications {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.notifications button {
    background: none;
    border: none;
    font-size: 1.5em;
    color: #a8a8a8;
    padding: 0;
    cursor: pointer;
    outline: none;
}

.notifications button .size {
    position: absolute;
    background: #dd4e4e;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 0.4em;
    left: 10px;
    top: 7px;
    font-weight: 800;
}

.right-menu .user-image,
.right-menu .user-menu {
    display: inline-block;
    vertical-align: middle;
}

.right-menu .user-image {
    position: relative;
    width: 48px;
    height: 48px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.right-menu .user-image:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    transform: scale(1.12);
    border-radius: 50%;
    border: dashed 1px #8bf5c6;
}

.right-menu .user-menu {
    padding-left: 17px;
}

.right-menu .user-menu .welcome-msg {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
}

.right-menu .user-menu .u-m {
    position: relative;
}

@media only screen and (max-width: 896px) {
    .right-menu .user-menu .u-m {
        width: 100px;
        text-align: right;
    }
}

.right-menu .user-menu .u-m button {
    background: none;
    border: none;
    padding: 0;
    font-weight: regular;
    outline: none;
    cursor: pointer;
    border-bottom: solid 1px rgba(0, 0, 0, 0.16);
    padding-bottom: 5px;
    color: #333333;
}

@media only screen and (max-width: 896px) {
    .right-menu .user-menu .u-m button {
        border: 0;
    }
}

.right-menu .user-menu .u-m button span,
.right-menu .user-menu .u-m button i {
    display: inline-block;
    vertical-align: middle;
}

.right-menu .user-menu .u-m button span {
    font-size: 13px;
}

@media only screen and (max-width: 896px) {
    .right-menu .user-menu .u-m button span {
        width: 48px;
        height: 48px;
    }
}

.right-menu .user-menu .u-m button i {
    font-size: 1.2em;
    margin-left: 5px;
}

@media only screen and (max-width: 896px) {
    .right-menu .user-menu .u-m button i {
        display: none;
    }
}

.right-menu .user-menu .u-m button:focus {
    font-weight: 800;
    color: #6077f3;
}

.right-menu .user-menu .u-m button:focus i {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.right-menu .user-menu .u-m button:focus+.dropdown {
    display: block;
}

.right-menu .user-menu .u-m .dropdown {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    background: #ffffff;
    padding: 6px 0;
    margin-top: 5px;
    border-radius: 2px;
}

.right-menu .user-menu .u-m .dropdown li a {
    text-decoration: none;
    font-size: 13px;
    display: block;
    padding: 6px;
    color: #333333;
    font-weight: 400;
    text-align: center;
    border-radius: 2px;
}

.right-menu .user-menu .u-m .dropdown li a:hover {
    background: #6077f3;
    color: #ffffff;
}

input {
    padding: 13px 29px;
    width: 100%;
    border: none;
    font-size: 13px;
    color: #333333;
    outline: none;
    border-radius: 5px;
}

input::placeholder {
    color: #a6a6a6;
    font-style: italic;
}

input:-ms-input-placeholder {
    color: #a6a6a6;
}

input::-ms-input-placeholder {
    color: #a6a6a6;
}

input.error {
    color: #c83838;
}

input.error::placeholder {
    color: #c83838;
}

input.error:-ms-input-placeholder {
    color: #c83838;
}

input.error::-ms-input-placeholder {
    color: #c83838;
}

button:not(.empty),
.button:not(.empty) {
    position: relative;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background: #8bf5c6;
    color: #ffffff;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    padding: 12px 30px;
    -webkit-box-shadow: 0 3px 0 #79d6a8;
    -moz-box-shadow: 0 3px 0 #79d6a8;
    box-shadow: 0 3px 0 #79d6a8;
    margin-bottom: 3px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

button:not(.empty) i,
.button:not(.empty) i {
    margin-right: 5px;
}

button:not(.empty).small,
.button:not(.empty).small {
    padding: 6px 15px;
}

button:not(.empty):before,
.button:not(.empty):before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.3);
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

button:not(.empty):hover:before,
.button:not(.empty):hover:before {
    opacity: 1;
}

button:not(.empty):active:before,
button:not(.empty):focus:before,
.button:not(.empty):active:before,
.button:not(.empty):focus:before {
    background: rgba(255, 255, 255, 0.15);
}

button:not(.empty).disabled,
.button:not(.empty).disabled {
    color: white;
    background: #a6a6a6;
    -webkit-box-shadow: 0 3px 0 #878787;
    -moz-box-shadow: 0 3px 0 #878787;
    box-shadow: 0 3px 0 #878787;
    cursor: none !important;
}

button:not(.empty).iconed,
.button:not(.empty).iconed {
    padding: 0;
    width: 45px;
    height: 40px;
}

button:not(.empty).gray,
.button:not(.empty).gray {
    color: #c0c0c0;
    background: #ededed;
    -webkit-box-shadow: 0 3px 0 #e5e5e5;
    -moz-box-shadow: 0 3px 0 #e5e5e5;
    box-shadow: 0 3px 0 #e5e5e5;
}

button:not(.empty).gray.red-hover:hover,
.button:not(.empty).gray.red-hover:hover {
    color: white;
    background: #dd4e4e;
    -webkit-box-shadow: 0 3px 0 #c83838;
    -moz-box-shadow: 0 3px 0 #c83838;
    box-shadow: 0 3px 0 #c83838;
}

button:not(.empty).gray.red-hover:hover:before,
.button:not(.empty).gray.red-hover:hover:before {
    display: none;
}

button:not(.empty).red,
.button:not(.empty).red {
    color: white;
    background: #dd4e4e;
    -webkit-box-shadow: 0 3px 0 #c83838;
    -moz-box-shadow: 0 3px 0 #c83838;
    box-shadow: 0 3px 0 #c83838;
}

button:not(.empty).red.red-hover:before,
.button:not(.empty).red.red-hover:before {
    display: none;
}

button:not(.empty).yellow,
.button:not(.empty).yellow {
    color: #878787;
    background: #ffda68;
    -webkit-box-shadow: 0 3px 0 #e3bd49;
    -moz-box-shadow: 0 3px 0 #e3bd49;
    box-shadow: 0 3px 0 #e3bd49;
}

button:not(.empty).yellow span,
.button:not(.empty).yellow span {
    color: black;
}

button:not(.empty).blue,
.button:not(.empty).blue {
    color: white;
    background: #2d3ea1;
    -webkit-box-shadow: 0 3px 0 #2d3fa2;
    -moz-box-shadow: 0 3px 0 #2d3fa2;
    box-shadow: 0 3px 0 #2d3fa2;
}

button:not(.empty).blue.red-hover:before,
.button:not(.empty).blue.red-hover:before {
    display: none;
}

button:not(.empty).blue-gradient,
.button:not(.empty).blue-gradient {
    background-image: linear-gradient(to right, #3e57df, #2d3ea1);
    -webkit-box-shadow: 0 3px 0 #6077f3;
    -moz-box-shadow: 0 3px 0 #6077f3;
    box-shadow: 0 3px 0 #6077f3;
}

button:not(.empty).green-gradient,
.button:not(.empty).green-gradient {
    background-image: linear-gradient(to right, #79d6a8, #4daf7e);
    -webkit-box-shadow: 0 3px 0 #3e976b;
    -moz-box-shadow: 0 3px 0 #3e976b;
    box-shadow: 0 3px 0 #3e976b;
}

.title {
    font-size: 22px;
    color: #333333;
    text-align: center;
}

.pagination-item {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    display: -webkit-inline-flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    -webkit-box-shadow: 0px 5px 12px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 12px 0 rgba(0, 0, 0, 0.1);
    color: #F9F9F9;
    font-size: 16px;
    font-weight: 900;
}

@media only screen and (max-width: 896px) {
    .pagination-item {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}

.pagination-item.complete {
    background-image: linear-gradient(to right, #3e57df, #2d3ea1);
    color: rgba(255, 255, 255, 0.1);
}

.pagination-item.active {
    background-image: linear-gradient(to right, #3e57df, #2d3ea1);
    color: #ffffff;
}

input.btn-radio {
    margin: 0;
    display: none;
}

label.lbl-radio {
    display: inline-block;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    background-color: #e2e2e2;
    position: relative;
    cursor: pointer;
}

label.lbl-radio:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: #878787;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    display: none;
}

input.btn-radio:checked+label.lbl-radio:before {
    display: block;
}

.bx-shadow {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.movil-slider {
    margin-top: 30px;
    margin-bottom: 30px;
    display: none;
}

@media (max-width: 736px) {
    .movil-slider {
        display: block;
    }
}

.movil-slider .btn-slider {
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #e2e2e2;
    position: relative;
    padding: 0;
    box-shadow: none;
    cursor: pointer;
}

.movil-slider .btn-slider:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #878787;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.movil-slider .btn-slider.active:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #878787;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.topbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 50px 15px 120px;
    z-index: 1;
    background: #F9F9F9;
}

@media only screen and (max-width: 896px) {
    .topbar {
        padding: 16px 20px;
        background: #6077f3;
        z-index: 2;
    }
}

.topbar .input-action {
    width: 100%;
    max-width: 300px;
}

.topbar .input-action input {
    -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
}

.topbar .right-menu-item {
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #C7C7C7;
    padding: 0 20px;
}

@media only screen and (max-width: 896px) {
    .topbar .right-menu-item {
        float: right;
        padding: 0px;
    }
}

.topbar .right-menu-item:last-child {
    border-right: none;
}

.topbar #desktop {
    display: block;
}

@media only screen and (max-width: 896px) {
    .topbar #desktop {
        display: none;
    }
}

.topbar #mobile {
    display: none;
    width: 100%;
}

.topbar #mobile .logo {
    width: 65px;
    margin: 0 auto;
    display: block;
}

@media only screen and (max-width: 896px) {
    .topbar #mobile {
        display: block;
    }
}

.topbar #mobile .hamburgess {
    width: 25px;
    height: 25px;
    display: block;
    position: relative;
    cursor: pointer;
    margin: 10px 0;
}

.topbar #mobile .hamburgess.open {
    position: relative;
}

.topbar #mobile .hamburgess.open .line {
    width: 100%;
    height: 4px;
    background: #fff;
    position: relative;
    top: 11px;
    margin: 10px 0;
}

.topbar #mobile .hamburgess.open:before {
    content: "";
    clear: both;
    width: 100%;
    height: 4px;
    background: #fff;
    position: absolute;
    top: 0;
}

.topbar #mobile .hamburgess.open:after {
    content: "";
    clear: both;
    width: 70%;
    height: 4px;
    background: #fff;
    position: absolute;
    bottom: 0px;
}

.topbar #mobile .notification-mobile {
    position: absolute;
    background: #dd4e4e;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 0.75em;
    font-weight: 800;
    right: 35%;
}

.topbar #mobile .hamburgess.close {
    background: #2d3fa2;
    font-family: "Font Awesome 5 Free";
}

.topbar #mobile .hamburgess.close:before {
    content: "";
    font-weight: 900;
    clear: both;
    color: #fff;
    position: absolute;
    top: 3px;
    text-align: center;
    width: 100%;
}

.sidebar {
    position: fixed;
    width: 300px;
    height: 100%;
    background: #6077f3;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 896px) {
    .sidebar {
        width: 100%;
        background: #333333;
    }
}

.sidebar .logo {
    max-width: 100%;
    display: block;
    padding: 0 15px;
    margin: 30px auto 0;
}

@media only screen and (max-width: 896px) {
    .sidebar .logo {
        display: none;
    }
}

.sidebar .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 30px;
}

@media only screen and (max-width: 896px) {
    .sidebar .menu {
        margin-top: 120px;
    }
}

.sidebar .menu>li.menu-item {
    text-align: center;
}

.sidebar .menu>li.menu-item:hover,
.sidebar .menu>li.menu-item.active {
    background: #5166DB;
}

.sidebar .menu>li.menu-item a,
.sidebar .menu>li.menu-item label {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}

.sidebar .menu>li.menu-item a.active,
.sidebar .menu>li.menu-item label.active {
    font-weight: bold;
}

.sidebar .menu>li.menu-item a {
    padding: 15px;
    display: block;
}

.sidebar .menu>li.menu-item.group {
    padding: 15px;
}

@media only screen and (max-width: 896px) {
    .sidebar .menu>li.menu-item.group {
        background: #434343;
        padding: 28px 0;
    }
}

.sidebar .menu>li.menu-item.group>ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 25px;
}

.sidebar .menu>li.menu-item.group>ul li a {
    font-size: 13px;
    font-weight: 400;
    padding: 0;
}

.sidebar .bottom-section {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

@media only screen and (max-width: 896px) {
    .sidebar .bottom-section {
        display: none;
    }
}

.sidebar .bottom-section .cta {
    text-align: center;
    padding: 0 20px;
}

.sidebar .bottom-section .cta label {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
}

.sidebar .bottom-section .cta .rating i {
    padding: 10px 5px;
    font-size: 13px;
    color: #ecbe31;
}

.sidebar .bottom-section .cta p {
    font-size: 13px;
    color: #ffffff;
    margin: 0;
    margin-bottom: 15px;
}

.sidebar .bottom-section .cta .button {
    background: #ffffff;
    color: #2d3fa2;
    -webkit-box-shadow: 0 3px 0 #2d3fa2;
    -moz-box-shadow: 0 3px 0 #2d3fa2;
    box-shadow: 0 3px 0 #2d3fa2;
}

.sidebar .bottom-section .copyright {
    position: relative;
    text-align: center;
    background: #5166DB;
    padding: 30px 15px 15px;
    margin-top: 50px;
}

.sidebar .bottom-section .copyright small {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 10px;
}

.sidebar .bottom-section .copyright .app-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.sidebar .bottom-section .copyright .app-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.sidebar .collapsed {
    display: none;
}

.sidebar.collapse {
    width: 70px;
}

@media only screen and (max-width: 896px) {
    .sidebar.collapse {
        width: 0;
    }
}

.sidebar.collapse .expanded {
    display: none;
}

.sidebar.collapse .collapsed {
    display: block;
}

.sidebar.collapse .sidebar-collapsed {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    width: 100%;
}

.sidebar.collapse .sidebar-collapsed li a {
    display: block;
    height: 60px;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.sidebar.collapse .sidebar-collapsed li a:hover {
    background: #5166DB;
}

.sidebar.collapse .sidebar-collapsed li a img {
    max-width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.sidebar .collapse-button {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate3d(50%, -50%, 0);
    -moz-transform: translate3d(50%, -50%, 0);
    transform: translate3d(50%, -50%, 0);
    background: #2d3fa2;
    border: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 896px) {
    .sidebar .collapse-button {
        display: none;
    }
}

.sidebar .collapse-button i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.sidebar.collapse .collapse-button {
    -webkit-transform: translate3d(50%, -50%, 0) rotate(180deg);
    -moz-transform: translate3d(50%, -50%, 0) rotate(180deg);
    transform: translate3d(50%, -50%, 0) rotate(180deg);
}

.frame {
    padding: 74px 0 0 70px;
}

@media only screen and (max-width: 896px) {
    .frame {
        padding: 73px 0 0 0px;
    }
}

.page {
    padding-bottom: 45px;
}

.input-action {
    position: relative;
}

.input-action button {
    position: absolute;
    top: 0;
}

.input-action.aligned-right button {
    right: 0;
}

.input-action.aligned-right input {
    padding-right: 74px;
}

.input-action.aligned-left button {
    left: 0;
}

.input-action.aligned-left input {
    padding-left: 74px;
}

.banner {
    padding: 30px 50px;
    background-size: 80%;
    background-position: center right;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

@media only screen and (max-width: 568px) {
    .banner {
        margin: 40px 20px;
        text-align: center;
        border-radius: 5px !important;
        overflow: hidden;
        background-size: cover;
        background-position: center right;
    }
}

@media only screen and (max-width: 414px) {
    .banner {
        padding: 30px 15px 15px;
    }
}

.banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: -moz-linear-gradient(left, #3e56dd 0%, #3e56dd 20%, rgba(62, 86, 221, 0) 100%);
    background: -webkit-linear-gradient(left, #3e56dd 0%, #3e56dd 20%, rgba(62, 86, 221, 0) 100%);
    background: linear-gradient(to right, #3e56dd 0%, #3e56dd 20%, rgba(62, 86, 221, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#3e56dd", endColorstr="#003e56dd", GradientType=1);
}

@media only screen and (max-width: 568px) {
    .banner:before {
        background: -moz-linear-gradient(bottom, #3e56dd 0%, #3e56dd 20%, rgba(62, 86, 221, 0) 100%);
        background: -webkit-linear-gradient(bottom, #3e56dd 0%, #3e56dd 20%, rgba(62, 86, 221, 0) 100%);
        background: linear-gradient(to top, #3e56dd 0%, #3e56dd 20%, rgba(62, 86, 221, 0) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#3e56dd", endColorstr="#003e56dd", GradientType=1);
    }
}

.banner .content h2 {
    color: #ffffff;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px;
}

@media only screen and (max-width: 568px) {
    .banner .content h2 {
        margin: 0;
        margin-top: 100px;
    }
}

@media only screen and (max-width: 414px) {
    .banner .content h2 {
        font-size: 18px;
    }
}

.banner .content h2 strong {
    text-transform: uppercase;
    font-weight: 900;
    color: 26px;
}

@media only screen and (max-width: 414px) {
    .banner .content h2 strong:first-child {
        font-size: 1.5em;
        display: block;
    }
}

@media only screen and (max-width: 568px) {
    .banner .content h2 span {
        color: #ecbe31;
    }
}

@media only screen and (max-width: 414px) {
    .banner .content h2 br {
        display: none;
    }
}

.banner .content .button {
    color: #333333;
}

@media only screen and (max-width: 568px) {
    .banner .content .button {
        /** display: none;**/
    }
}

.card {
    background: #ffffff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    border-top: solid 4px #8bf5c6;
}

.card .image {
    height: 100px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.card .card-content {
    padding: 20px 15px;
    text-align: center;
}

.card .card-content .title {
    text-transform: uppercase;
    margin: 0;
    font-weight: 900;
    font-size: 14px;
    margin-bottom: 15px;
}

.card.horizontal {
    border-top: none;
    border-left: solid 4px #8bf5c6;
}

.card.horizontal .card-content {
    padding: 15px;
}

.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    padding: 100px 50px;
    display: none;
}

.modal .modal-content {
    width: 100%;
    max-width: 800px;
    background: #fff;
    margin: auto;
    position: relative;
}

.modal .modal-content .close-modal {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 27px;
    height: 27px;
    background: #2d3fa2;
    color: #ffffff;
    border: none;
    border-radius: 50%;
    -webkit-transform: translate3d(50%, -50%, 0);
    -moz-transform: translate3d(50%, -50%, 0);
    transform: translate3d(50%, -50%, 0);
    cursor: pointer;
    outline: none;
}

.modal .modal-content video {
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
    outline: none;
}

.window-alert {
    padding: 0 17px;
}

.window-alert .title {
    margin: 0;
    padding: 20px 0;
    border-bottom: solid 1px #DFDFDF;
    color: #333333;
    font-weight: 800;
    font-style: italic;
    font-size: 22px;
}

.window-alert .description {
    text-align: center;
    color: #333333;
    font-style: italic;
    font-size: 16px;
    padding: 30px 130px;
}

.window-alert .alert-actions {
    padding-bottom: 30px;
    text-align: center;
}

.window-alert .alert-actions button {
    margin-right: 15px;
}

.window-alert .alert-actions button:last-child {
    margin-right: 0;
}

.pagination {
    text-align: center;
    padding: 15px 0;
    margin: 0;
}

@media only screen and (max-width: 896px) {
    .pagination {
        padding: 8px 0;
    }
}

.pagination li+li:before {
    position: absolute;
    content: " ";
    color: white;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    right: 100%;
    margin-right: 14px;
    -webkit-box-shadow: 0px 3px 10px 0 rgba(67, 67, 67, 0.25);
    -moz-box-shadow: 0px 3px 10px 0 rgba(67, 67, 67, 0.25);
    box-shadow: 0px 3px 10px 0 rgba(67, 67, 67, 0.25);
}

@media only screen and (max-width: 896px) {
    .pagination li+li:before {
        height: 11px;
        width: 11px;
    }
}

.pagination li {
    margin-right: 43px;
}

.pagination li:last-child {
    margin-right: 0;
}

.asesoria-checkout img {
    max-width: 100%;
    display: block;
    margin: 0 auto 26px;
}

.asesoria-checkout img.icon {
    max-width: inherit;
    height: 40px;
    margin-bottom: 0;
}

.asesoria-checkout p {
    font-size: 13px;
    line-height: 15.6px;
}

.asesoria-checkout input {
    margin: 0;
    display: none;
}

.asesoria-checkout label {
    display: inline-block;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    background-color: #e2e2e2;
    position: relative;
    cursor: pointer;
}

@media only screen and (max-width: 896px) {
    .asesoria-checkout label {
        width: 30px;
        height: 30px;
    }
}

@media only screen and (max-width: 414px) {
    .asesoria-checkout label {
        width: 24px;
        height: 24px;
    }
}

.asesoria-checkout label:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: #878787;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    display: none;
}

@media only screen and (max-width: 896px) {
    .asesoria-checkout label:before {
        width: 19px;
        height: 19px;
    }
}

@media only screen and (max-width: 414px) {
    .asesoria-checkout label:before {
        width: 14px;
        height: 14px;
    }
}

.asesoria-checkout input:checked+label:before {
    display: block;
}

.calendar table {
    width: 100%;
    border-collapse: collapse;
}

.calendar table thead {
    border-bottom: solid 1px #e5e5e5;
}

.calendar table thead th {
    padding: 7px 0;
    font-weight: 400;
    font-size: 13px;
    color: #333333;
}

.calendar table tbody tr td {
    position: relative;
    padding-top: 14px;
    font-weight: 400;
    font-size: 13px;
    color: #333333;
    cursor: pointer;
}

.calendar table tbody tr td:not(.current):hover {
    opacity: 0.7;
}

.calendar table tbody tr td.current {
    z-index: 0;
}

.calendar table tbody tr td.current span {
    color: #ffffff;
    font-weight: 900;
    position: relative;
}

.calendar table tbody tr td.current span:before {
    content: "";
    position: absolute;
    background: #8bf5c6;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: -1;
}

@media only screen and (max-width: 812px) {
    .calendar table tbody tr td.current span:before {
        width: 29px;
        height: 29px;
    }
}

.calendar .calendar-actions {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.calendar .calendar-actions span {
    font-weight: 700;
    font-size: 13px;
    color: #333333;
    text-transform: uppercase;
}

.calendar .calendar-actions button {
    position: absolute;
    background: none;
    border: none;
    color: #8bf5c6;
    top: 50%;
    cursor: pointer;
}

.calendar .calendar-actions button.prev {
    left: 0;
    -webkit-transform: translateX(20px) translateY(-50%);
    -moz-transform: translateX(20px) translateY(-50%);
    transform: translateX(20px) translateY(-50%);
}

.calendar .calendar-actions button.next {
    right: 0;
    -webkit-transform: translateX(-20px) translateY(-50%);
    -moz-transform: translateX(-20px) translateY(-50%);
    transform: translateX(-20px) translateY(-50%);
}

footer {
    background-color: #6077f3;
    position: relative;
    padding: 34px 0;
    z-index: 0;
    display: none;
}

@media only screen and (max-width: 896px) {
    footer {
        display: block;
    }
}

footer:before {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(45, 63, 162, 0.3);
}

footer .image-footer {
    width: 45px;
    height: 45px;
    background-color: #ffffff;
    border-radius: 50%;
    position: relative;
    margin: auto;
}

footer .image-footer img {
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    position: absolute;
}

footer span {
    color: #ffffff;
    font-size: 10px;
    font-weight: 400;
    position: absolute;
    bottom: 16px;
    width: 100%;
    left: 0;
    text-align: center;
}

footer span strong {
    font-weight: 700;
}

#dashboard .dashboard-item {
    margin-top: 45px;
    padding: 0 5px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 568px) {
    #dashboard .dashboard-item {
        margin-top: 10px;
        overflow: hidden;
    }
}

#dashboard .dashboard-item>.title {
    margin: 0;
    margin-bottom: 45px;
    font-weight: 400;
}

@media only screen and (max-width: 568px) {
    #dashboard .dashboard-item>.title {
        margin-bottom: 35px;
    }
}

#dashboard .dashboard-item.video-tutorial .screenshot {
    width: 100%;
    max-width: 525px;
    height: 255px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: auto;
    position: relative;
    z-index: 0;
}

#dashboard .dashboard-item.video-tutorial .screenshot:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

#dashboard .dashboard-item.video-tutorial .screenshot button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    background: none;
    border: none;
    cursor: pointer;
}

#dashboard .dashboard-item.video-tutorial .screenshot button i {
    color: #ffffff;
    font-size: 5em;
}

@media only screen and (max-width: 568px) {
    #dashboard .dashboard-item.service-type .items-container {
        width: calc(100% * 3);
        position: relative;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
    }
}

#dashboard .dashboard-item.service-type .items-container:after {
    content: "";
    display: block;
    clear: both;
}

#dashboard .dashboard-item.service-type .items-container .service {
    float: left;
    padding: 0 10px !important;
    width: 24.5%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

@media only screen and (max-width: 568px) {
    #dashboard .dashboard-item.service-type .items-container .service {
        width: calc(100% / 3);
    }
}

#dashboard .dashboard-item.service-type .items-container .service:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

@media only screen and (max-width: 1024px) {
    #dashboard .dashboard-item.service-type .items-container .service .card .image {
        height: 160px;
    }
}

#dashboard .dashboard-item.records .content {
    position: relative;
}

@media only screen and (max-width: 568px) {
    #dashboard .dashboard-item.records .content {
        padding-left: 0px;
    }
}

#dashboard .dashboard-item.records .content .indicators {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    list-style: none;
    padding: 0 7px;
    margin: 0;
}

@media only screen and (max-width: 568px) {
    #dashboard .dashboard-item.records .content .indicators {
        display: none;
    }
}

#dashboard .dashboard-item.records .content .indicators .indicator {
    position: relative;
    margin-bottom: 62px;
    width: 15px;
    height: 15px;
}

@media only screen and (max-width: 568px) {
    #dashboard .dashboard-item.records .content .indicators .indicator {
        display: inline-block;
        width: 100px;
        margin-bottom: 0;
    }
}

#dashboard .dashboard-item.records .content .indicators .indicator span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: solid 2px #D0D0D0;
    background: #F9F9F9;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    display: block;
    margin: auto;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    cursor: pointer;
}

#dashboard .dashboard-item.records .content .indicators .indicator span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #D0D0D0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.6);
    -moz-transform: translate3d(-50%, -50%, 0) scale(0.6);
    transform: translate3d(-50%, -50%, 0) scale(0.6);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    opacity: 0;
}

#dashboard .dashboard-item.records .content .indicators .indicator span:hover,
#dashboard .dashboard-item.records .content .indicators .indicator.active span {
    width: 30px;
    height: 30px;
}

#dashboard .dashboard-item.records .content .indicators .indicator span:hover:after,
#dashboard .dashboard-item.records .content .indicators .indicator.active span:after {
    opacity: 1;
}

#dashboard .dashboard-item.records .content .indicators .indicator:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 64px;
    background: #D0D0D0;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

@media only screen and (max-width: 568px) {
    #dashboard .dashboard-item.records .content .indicators .indicator:before {
        width: 85px;
        height: 2px;
        top: 50%;
        left: 63%;
        right: 0;
        margin: auto;
    }
}

#dashboard .dashboard-item.records .content .indicators .indicator:last-child {
    margin-bottom: 0;
}

#dashboard .dashboard-item.records .content .indicators .indicator:last-child:before {
    display: none;
}

#dashboard .dashboard-item.records .content .lists-table .items-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px !important;
    color: #333333 !important;
}

#dashboard .dashboard-item.records .content .lists-table .items-list li {
    padding: 10px 0;
}

#dashboard .dashboard-item.records .content .lists-table .items-list .fas.fa-star,
#dashboard .dashboard-item.records .content .lists-table .items-list .far.fa-star {
    color: #ecbe31 !important;
}

#dashboard .dashboard-item.current .card {
    border: none;
    overflow: hidden;
}

@media only screen and (max-width: 568px) {
    #dashboard .dashboard-item.current .card {
        background: transparent;
        -webkit-box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.1);
        border-top: solid 0px #8bf5c6;
        width: calc(100% * 3);
        position: relative;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
    }
}

#dashboard .dashboard-item.current .card .item {
    padding-right: 16px;
    border-collapse: collapse;
    border-top: solid 1px #5166DB !important;
}

@media only screen and (max-width: 668px) {
    #dashboard .dashboard-item.current .card .item .col-md-7 {
        background: #fff;
        padding: 16px;
        border-radius: 10px;
        -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    }
}

@media only screen and (max-width: 668px) {
    #dashboard .dashboard-item.current .card .item {
        padding-right: 0px;
        padding: 0 6px;
        margin: 16px 0;
        width: calc(100% / 3);
        float: none;
    }
}

@media only screen and (max-width: 668px) {
    #dashboard .dashboard-item.current .card .item {
        border-top: solid 0px #5166DB !important;
    }
}

#dashboard .dashboard-item.current .card .item:first-child {
    border-top: none !important;
}

#dashboard .dashboard-item.current .card .item .date {
    padding: 20px 15px;
    color: #333333;
    font-size: 13px;
}

@media only screen and (max-width: 668px) {
    #dashboard .dashboard-item.current .card .item .date {
        padding: 4px 0;
    }
}

#dashboard .dashboard-item.current .card .item .date.blue {
    color: #6077f3;
}

#dashboard .dashboard-item.current .card .item .date strong,
#dashboard .dashboard-item.current .card .item .date span {
    display: block;
}

@media only screen and (max-width: 668px) {
    #dashboard .dashboard-item.current .card .item .date strong,
    #dashboard .dashboard-item.current .card .item .date span {
        display: inline-block;
    }
}

#dashboard .dashboard-item.current .card .item .block-mobile {
    display: none;
    background: #6077f3;
    color: #fff;
    width: 120px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    border-radius: 12px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 10px 12px;
}

@media only screen and (max-width: 668px) {
    #dashboard .dashboard-item.current .card .item .block-mobile {
        display: block;
    }
}

#dashboard .dashboard-item.current .card .item .block-mobile p {
    text-align: left;
    font-weight: 600;
}

#dashboard .dashboard-item.current .card .item .block-mobile p .price {
    display: block;
}

#dashboard .dashboard-item.current .card .item .buttons {
    padding: 0;
}

@media only screen and (max-width: 668px) {
    #dashboard .dashboard-item.current .card .item .buttons {
        padding: 16px 0 0 0;
    }
}

#dashboard .dashboard-item.current .card .item .buttons .date-button {
    padding: 24px 0px;
}

@media only screen and (max-width: 568px) {
    #dashboard .dashboard-item.current .card .item .buttons .date-button {
        padding: 10px 0;
    }
}

@media only screen and (max-width: 568px) {
    #dashboard .dashboard-item.current .card .item .buttons .date-button {
        text-align: center;
    }
}

#dashboard .dashboard-item.current .card .item .buttons .date-button button.start-video {
    color: #333333;
}

#dashboard .dashboard-item.current .card .item .buttons .date-button button.cancel-video {
    background: #ededed;
    -webkit-box-shadow: 0 3px 0 #e5e5e5;
    -moz-box-shadow: 0 3px 0 #e5e5e5;
    box-shadow: 0 3px 0 #e5e5e5;
    color: #c0c0c0;
}

#dashboard .dashboard-item.current .card .item .buttons .date-button button.cancel-video:hover {
    background: #dd4e4e;
    -webkit-box-shadow: 0 3px 0 #c83838;
    -moz-box-shadow: 0 3px 0 #c83838;
    box-shadow: 0 3px 0 #c83838;
    color: #ffffff;
}

#dashboard .dashboard-item.current .card .item .buttons .date-button button.cancel-video:hover:before {
    display: none;
}

@media only screen and (max-width: 568px) {
    #dashboard .records {
        margin-top: 10px;
    }
}

.indicatorsmovil {
    position: relative;
    list-style: none;
    padding: 0 7px;
    margin: 0;
    display: none;
}

@media only screen and (max-width: 568px) {
    .indicatorsmovil {
        display: block;
        width: 100%;
        text-align: center;
        margin: 16px 0;
    }
}

.indicatorsmovil .indicator {
    position: relative;
    margin-bottom: 62px;
    width: 15px;
    height: 15px;
}

@media only screen and (max-width: 568px) {
    .indicatorsmovil .indicator {
        display: inline-block;
        width: 80px;
        margin-bottom: 0;
        height: 30px;
    }
}

.indicatorsmovil .indicator span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: solid 2px #e2e2e2;
    background: #e2e2e2;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    display: block;
    margin: auto;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    cursor: pointer;
}

.indicatorsmovil .indicator span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #878787;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.6);
    -moz-transform: translate3d(-50%, -50%, 0) scale(0.6);
    transform: translate3d(-50%, -50%, 0) scale(0.6);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    opacity: 0;
}

.indicatorsmovil .indicator span:hover,
.indicatorsmovil .indicator.active span {
    width: 30px;
    height: 30px;
}

.indicatorsmovil .indicator span:hover:after,
.indicatorsmovil .indicator.active span:after {
    opacity: 1;
}

.indicatorsmovil .indicator:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 64px;
    background: #D0D0D0;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

@media only screen and (max-width: 568px) {
    .indicatorsmovil .indicator:before {
        width: 85px;
        height: 2px;
        top: 50%;
        left: 58%;
        right: 0;
        margin: auto;
        display: none;
    }
}

.indicatorsmovil .indicator:last-child {
    margin-bottom: 0;
}

.indicatorsmovil .indicator:last-child:before {
    display: none;
}

#checkout-gracias {
    background-color: #5166DB;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    height: 100%;
    position: relative;
}

@media only screen and (max-width: 896px) {
    #checkout-gracias {
        padding: 100px 0;
        height: auto;
        min-height: 100%;
    }
}

#checkout-gracias .card {
    position: relative;
    max-width: 1059px;
    width: 100%;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 1024px) {
    #checkout-gracias .card {
        width: auto;
        margin: 0 30px;
    }
}

@media only screen and (max-width: 896px) {
    #checkout-gracias .card {
        top: inherit;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}

@media only screen and (max-width: 414px) {
    #checkout-gracias .card {
        top: 50% !important;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
    }
}

@media only screen and (width: 768px) and (height: 1024px) {
    #checkout-gracias .card {
        top: 50% !important;
        margin: 0 30px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
    }
}

#checkout-gracias .card .logotipo {
    position: absolute;
    width: 135px;
    height: 135px;
    background-color: #8bf5c6;
    border-radius: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    top: 0;
}

@media only screen and (max-width: 736px) {
    #checkout-gracias .card .logotipo {
        width: 80px;
        height: 80px;
    }
}

#checkout-gracias .card .logotipo img {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

@media only screen and (max-width: 736px) {
    #checkout-gracias .card .logotipo img {
        width: 50px;
    }
}

#checkout-gracias .card .card-content {
    padding: 120px 215px 80px;
}

@media only screen and (max-width: 896px) {
    #checkout-gracias .card .card-content {
        padding: 120px 107px 80px;
    }
}

@media only screen and (max-width: 736px) {
    #checkout-gracias .card .card-content {
        padding: 60px 50px 40px;
    }
}

@media only screen and (max-width: 568px) {
    #checkout-gracias .card .card-content {
        padding: 60px 15px 40px;
    }
}

#checkout-gracias .card .card-content .title {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}

@media only screen and (max-width: 736px) {
    #checkout-gracias .card .card-content .title {
        font-size: 26px;
    }
}

#checkout-gracias .card .card-content .sub-title {
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    font-style: italic;
}

#checkout-gracias .card .card-content p {
    margin: 50px 0;
    font-size: 13px;
    line-height: 18px;
}

@media only screen and (max-width: 414px) {
    #checkout-gracias .card .card-content p {
        margin: 30px 0;
    }
}

#preguntas .row {
    justify-content: center;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}

#preguntas .row .title {
    margin: 0;
    margin-top: 30px;
    font-weight: 400;
    width: 100%;
}

#preguntas .row .col-preguntas-video {
    flex: 0 0 23%;
    max-width: 23%;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
}

@media (max-width: 1024px) {
    #preguntas .row .col-preguntas-video {
        flex: 0 0 27%;
        max-width: 27%;
    }
}

@media (max-width: 900px) {
    #preguntas .row .col-preguntas-video {
        flex: 0 0 30%;
        max-width: 30%;
    }
}

@media (max-width: 736px) {
    #preguntas .row .col-preguntas-video {
        flex: 0 0 40%;
        max-width: 40%;
    }
}

@media (max-width: 568px) {
    #preguntas .row .col-preguntas-video {
        flex: 0 0 55%;
        max-width: 55%;
    }
}

@media (max-width: 420px) {
    #preguntas .row .col-preguntas-video {
        flex: 0 0 65%;
        max-width: 65%;
    }
}

#preguntas .row p {
    font-size: 13px;
}

#preguntas .row .texto-preguntas {
    padding: 30px 20%;
    text-align: center;
}

@media (max-width: 568px) {
    #preguntas .row .texto-preguntas {
        padding: 30px 10%;
    }
}

@media (max-width: 568px) {
    #preguntas .row .texto-preguntas {
        padding: 30px 5%;
    }
}

#preguntas .row .primero,
#preguntas .row .ultimo {
    position: absolute;
    opacity: 0.3;
    margin-top: 67px;
    z-index: -2;
}

#preguntas .row .primero .preguntas-video p,
#preguntas .row .ultimo .preguntas-video p {
    display: none;
}

#preguntas .row .primero .screenshot,
#preguntas .row .ultimo .screenshot {
    max-width: 130px !important;
    height: 90px !important;
}

#preguntas .row .segundo,
#preguntas .row .penultimo {
    position: absolute;
    filter: brightness(1.5) grayscale(0.5) saturate(1.35) contrast(1.2);
    margin-top: 45px;
    z-index: -1;
}

#preguntas .row .segundo .preguntas-video p,
#preguntas .row .penultimo .preguntas-video p {
    display: none;
}

#preguntas .row .segundo .screenshot:after,
#preguntas .row .penultimo .screenshot:after {
    content: "";
    position: absolute;
    opacity: 0.3;
    background-color: white;
    width: 100%;
    height: 100%;
}

#preguntas .row .segundo .screenshot,
#preguntas .row .penultimo .screenshot {
    max-width: 190px !important;
    height: 130px !important;
}

@media (max-width: 736px) {
    #preguntas .row .segundo .screenshot,
    #preguntas .row .penultimo .screenshot {
        height: 100px !important;
        margin-top: 60px !important;
    }
}

#preguntas .row .penultimo {
    right: 5%;
}

@media (max-width: 1024px) {
    #preguntas .row .penultimo {
        right: 0%;
    }
}

@media (max-width: 736px) {
    #preguntas .row .penultimo {
        opacity: 0.9;
    }
}

#preguntas .row .penultimo .screenshot {
    -webkit-box-shadow: 10px -15px 15px 0px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 10px -15px 15px 0px rgba(255, 255, 255, 0.5);
    box-shadow: 10px -15px 15px 0px rgba(255, 255, 255, 0.5);
}

@media (max-width: 1024px) {
    #preguntas .row .penultimo .screenshot {
        display: block;
        margin: auto;
        margin-right: 30px !important;
    }
}

@media (max-width: 900px) {
    #preguntas .row .penultimo .screenshot {
        margin-right: 15px !important;
    }
}

@media (max-width: 480px) {
    #preguntas .row .penultimo .screenshot {
        margin-right: 0px !important;
    }
}

#preguntas .row .segundo {
    left: 5%;
}

@media (max-width: 1024px) {
    #preguntas .row .segundo {
        left: 0%;
    }
}

@media (max-width: 1024px) and (max-width: 736px) {
    #preguntas .row .segundo {
        opacity: 0.9;
        height: 40px;
    }
}

#preguntas .row .segundo .screenshot {
    -webkit-box-shadow: -10px -15px 15px 0px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: -10px -15px 15px 0px rgba(255, 255, 255, 0.5);
    box-shadow: -10px -15px 15px 0px rgba(255, 255, 255, 0.5);
}

@media (max-width: 1024px) {
    #preguntas .row .segundo .screenshot {
        display: block;
        margin: auto;
        margin-left: 30px !important;
    }
}

@media (max-width: 900px) {
    #preguntas .row .segundo .screenshot {
        margin-left: 15px !important;
    }
}

@media (max-width: 480px) {
    #preguntas .row .segundo .screenshot {
        margin-left: 0px !important;
    }
}

#preguntas .row .primero {
    left: 6%;
    width: 100px;
}

@media (max-width: 1024px) {
    #preguntas .row .primero {
        display: none;
        opacity: 0;
    }
}

#preguntas .row .ultimo {
    right: 6%;
    width: 100px;
}

@media (max-width: 1024px) {
    #preguntas .row .ultimo {
        display: none;
        opacity: 0;
    }
}

@media (max-width: 736px) {
    #preguntas .row .medio-primero {
        position: absolute;
        left: 15%;
    }
}

@media (max-width: 568px) {
    #preguntas .row .medio-primero {
        position: absolute;
        left: 10%;
    }
}

@media (max-width: 480px) {
    #preguntas .row .medio-primero {
        position: absolute;
        left: 7%;
    }
}

#preguntas .row .medio-segundo {
    z-index: 2;
}

@media (max-width: 736px) {
    #preguntas .row .medio-tercero {
        position: absolute;
        right: 15%;
    }
}

@media (max-width: 568px) {
    #preguntas .row .medio-tercero {
        position: absolute;
        right: 10%;
    }
}

@media (max-width: 480px) {
    #preguntas .row .medio-tercero {
        position: absolute;
        right: 7%;
    }
}

@media (max-width: 736px) {
    #preguntas .row .medio-primero,
    #preguntas .row .medio-tercero {
        top: 40px;
    }
    #preguntas .row .medio-primero p,
    #preguntas .row .medio-tercero p {
        display: none;
    }
    #preguntas .row .medio-primero .screenshot,
    #preguntas .row .medio-tercero .screenshot {
        height: 140px !important;
    }
    #preguntas .row .medio-primero .screenshot:after,
    #preguntas .row .medio-tercero .screenshot:after {
        content: "";
        position: absolute;
        opacity: 0.3;
        background-color: white;
        width: 100%;
        height: 100%;
    }
}

#preguntas .dashboard-item {
    margin-top: 45px;
    padding: 0 5px;
}

#preguntas .dashboard-item.preguntas-video p {
    text-align: center;
}

#preguntas .dashboard-item.preguntas-video .screenshot {
    width: 100%;
    max-width: 325px;
    height: 160px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: auto;
    position: relative;
    z-index: 0;
}

#preguntas .dashboard-item.preguntas-video .screenshot:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

#preguntas .dashboard-item.preguntas-video .screenshot button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    background: none;
    border: none;
    cursor: pointer;
}

#preguntas .dashboard-item.preguntas-video .screenshot button i {
    color: #ffffff;
    font-size: 2.5em;
}

#preguntas .row form {
    position: relative;
}

#preguntas .row form .search {
    display: inline-block;
    width: 100%;
    padding-right: 25%;
    border-radius: 5px 0 0 5px;
}

#preguntas .row form i {
    background: #8bf5c6;
    color: white;
    position: absolute;
    right: 0;
    padding: 12px;
    border-radius: 5px;
    border-bottom: #8bf5c6 2px solid;
}

#preguntas .row div .preguntas-acordeon {
    padding-top: 30px;
}

#preguntas .row div .preguntas-acordeon .titulo {
    background: #8bf5c6;
    border-radius: 5px;
    border-bottom: 2px solid #8bf5c6;
    text-align: center;
    padding: 2px;
}

#preguntas .row div .preguntas-acordeon .titulo h3 {
    font-size: 13px;
}

#preguntas .row div .preguntas-acordeon .pregunta .pregunta-head {
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
    position: relative;
    padding: 25px 0;
}

#preguntas .row div .preguntas-acordeon .pregunta .pregunta-head .icon {
    position: absolute;
    right: 20px;
    transform: translateY(-50%);
    top: 50%;
}

#preguntas .row div .preguntas-acordeon .pregunta .pregunta-head p {
    margin: 0;
    font-size: 12px;
}

#preguntas .row div .preguntas-acordeon .pregunta .respuesta {
    display: none;
}

#preguntas .row div .preguntas-acordeon .pregunta .respuesta p {
    padding: 15px;
    text-align: justify;
    color: #818181;
}

#preguntas .row div .preguntas-acordeon .pregunta .respuesta video {
    width: 100%;
    height: auto;
}

#preguntas .row div .preguntas-acordeon .pregunta .respuesta img {
    width: 100%;
}

#preguntas .row div .preguntas-acordeon .pregunta .respuesta h5 {
    font-size: 12px;
    text-align: center;
}

#preguntas .row div .preguntas-acordeon .pregunta.active .pregunta-head .icon {
    position: absolute;
    right: 20px;
    transform: translateY(-50%);
    top: 50%;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#preguntas .row div .preguntas-acordeon .pregunta.active .respuesta {
    display: block;
}

#login {
    background-color: #5166DB;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    height: auto;
    text-align: center;
    color: white;
}

#login .logo-page {
    width: 100px;
    display: block;
    margin: auto;
    padding-top: 60px;
}

#login h2 {
    font-size: 42px;
}

@media (max-width: 812px) {
    #login h2 {
        font-size: 25px;
    }
}

#login p {
    font-size: 22px;
    line-height: 1.36;
    letter-spacing: 0.4px;
    text-align: center;
    width: 500px;
    display: block;
    margin: auto;
    margin-bottom: 45px;
}

@media (max-width: 812px) {
    #login p {
        font-size: 16px;
        width: 100%;
    }
}

#login .card {
    position: relative;
    max-width: 1059px;
    width: 450px;
    margin: auto;
}

@media (max-width: 600px) {
    #login .card {
        width: 90%;
    }
}

#login .card .card-content {
    padding: 30px;
}

#login .card .card-content p {
    margin: 50px 0;
    font-size: 13px;
    line-height: 18px;
}

#login .card .card-content a {
    margin: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 480px) {
    #login .card .card-content a {
        padding: 12px 20px;
        font-size: 10px;
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media (max-width: 375px) {
    #login .card .card-content a {
        padding: 10px 15px;
        font-size: 9px;
        margin-left: 3px;
        margin-right: 3px;
    }
}

#login .card .card-content a i {
    font-size: 20px;
    margin-right: 5px;
}

@media (max-width: 480px) {
    #login .card .card-content a i {
        font-size: 15px;
    }
}

@media (max-width: 375px) {
    #login .card .card-content a i {
        font-size: 12px;
    }
}

#login .card .card-content a span {
    margin-left: 5px;
}

#login .card .card-content form {
    margin-top: 15px;
    margin-bottom: 15px;
}

#login .card .card-content form input {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    background: white;
    margin-top: 15px;
    margin-bottom: 15px;
}

#before-login {
    background-color: #5166DB;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    height: auto;
    min-height: 100%;
    text-align: center;
    color: white;
    padding: 100px 30px;
}

#before-login .logo-page {
    width: 100px;
    display: block;
    margin: auto;
}

#before-login h2 {
    font-size: 22px;
    line-height: 1.36;
    letter-spacing: 0.4px;
    text-align: center;
    width: 500px;
    display: block;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (max-width: 812px) {
    #before-login h2 {
        font-size: 16px;
        width: 100%;
    }
}

#before-login .card {
    position: relative;
    max-width: 1059px;
    width: 75%;
    margin: auto;
    overflow: hidden;
    padding: 50px 30px;
}

@media (max-width: 1224px) {
    #before-login .card {
        width: 90%;
    }
}

@media (max-width: 1000px) {
    #before-login .card {
        width: 100%;
    }
}

#before-login .card .card-content {
    margin-bottom: 50px;
    position: relative;
}

@media (max-width: 736px) {
    #before-login .card .card-content {
        margin-bottom: 0;
    }
}

#before-login .card .card-content .radio-card {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    width: 25%;
    height: auto;
    background: white;
    position: relative;
    border-top: solid 4px #8bf5c6;
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px;
}

@media (max-width: 1000px) {
    #before-login .card .card-content .radio-card {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (max-width: 736px) {
    #before-login .card .card-content .radio-card {
        width: 50%;
    }
}

@media (max-width: 480px) {
    #before-login .card .card-content .radio-card {
        width: 60%;
    }
}

@media (max-width: 420px) {
    #before-login .card .card-content .radio-card {
        width: 70%;
    }
}

@media (max-width: 340px) {
    #before-login .card .card-content .radio-card {
        width: 75%;
    }
}

#before-login .card .card-content .radio-card img {
    width: 100%;
}

#before-login .card .card-content .radio-card h3 {
    font-size: 16px;
    padding: 10px 26%;
    text-transform: uppercase;
    color: black;
    text-align: center;
    font-weight: 900;
}

@media (max-width: 1000px) {
    #before-login .card .card-content .radio-card h3 {
        font-size: 14px;
        font-weight: 700;
        padding: 10px 20%;
    }
}

#before-login .card .card-content .radio-card label {
    margin-bottom: 30px;
}

@media (max-width: 736px) {
    #before-login .card .card-content .primero:after {
        content: "";
        background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 22%, white 40%);
        width: 100%;
        height: 110%;
        position: absolute;
        top: -15px;
        left: -20px;
    }
}

@media (max-width: 480px) {
    #before-login .card .card-content .primero:after {
        left: 30px;
    }
}

@media (max-width: 736px) {
    #before-login .card .card-content .primero {
        position: absolute;
        left: -35%;
        margin-top: 35px;
        z-index: 1;
    }
}

@media (max-width: 480px) {
    #before-login .card .card-content .primero {
        left: -50%;
    }
}

@media (max-width: 420px) {
    #before-login .card .card-content .primero {
        left: -65%;
    }
}

@media (max-width: 340px) {
    #before-login .card .card-content .primero {
        left: -80%;
    }
}

@media (max-width: 736px) {
    #before-login .card .card-content .primero img {
        width: 80%;
        display: block;
        margin: auto;
        margin-right: 0;
    }
}

@media (max-width: 736px) {
    #before-login .card .card-content .primero h3 {
        font-size: 5px;
        opacity: 0;
    }
}

@media (max-width: 736px) {
    #before-login .card .card-content .primero label {
        font-size: 5px;
        opacity: 0;
    }
}

#before-login .card .card-content .segundo {
    z-index: 2;
}

@media (max-width: 736px) {
    #before-login .card .card-content .tercero:after {
        content: "";
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 22%, white 40%);
        width: 100%;
        height: 110%;
        position: absolute;
        top: -15px;
        right: -20px;
    }
}

@media (max-width: 480px) {
    #before-login .card .card-content .tercero:after {
        right: 30px;
    }
}

@media (max-width: 736px) {
    #before-login .card .card-content .tercero {
        position: absolute;
        right: -35%;
        z-index: 1;
        margin-top: 35px;
    }
}

@media (max-width: 480px) {
    #before-login .card .card-content .tercero {
        right: -50%;
    }
}

@media (max-width: 420px) {
    #before-login .card .card-content .tercero {
        right: -65%;
    }
}

@media (max-width: 340px) {
    #before-login .card .card-content .tercero {
        right: -80%;
    }
}

@media (max-width: 736px) {
    #before-login .card .card-content .tercero img {
        width: 80%;
        display: block;
        margin: auto;
        margin-left: 0;
    }
}

@media (max-width: 736px) {
    #before-login .card .card-content .tercero h3 {
        font-size: 5px;
        opacity: 0;
    }
}

@media (max-width: 736px) {
    #before-login .card .card-content .tercero label {
        font-size: 5px;
        opacity: 0;
    }
}

#mis_datos .card {
    padding: 66px 113px;
    margin-top: 50px;
    background-color: #F9F9F9;
}

@media only screen and (max-width: 736px) {
    #mis_datos .card {
        padding: 33px 55px;
    }
}

@media only screen and (max-width: 480px) {
    #mis_datos .card {
        padding: 10px 15px;
    }
}

#mis_datos .card .card-content .user-info {
    margin-bottom: 50px;
}

#mis_datos .card .card-content .title {
    font-weight: 400;
    font-size: 22px;
    color: #333333;
    border-bottom: solid 1px #e5e5e5;
    padding-bottom: 15px;
    text-align: left;
    margin-bottom: 37px;
}

@media only screen and (max-width: 320px) {
    #mis_datos .card .card-content .title {
        font-size: 16px;
    }
}

#mis_datos .card .card-content .resumen-cuenta {
    padding-right: 15px;
}

#mis_datos .card .card-content .resumen-cuenta .profile-image {
    position: relative;
    width: 115px;
    height: 150px;
}

@media only screen and (max-width: 375px) {
    #mis_datos .card .card-content .resumen-cuenta .profile-image {
        width: 90px;
        height: 130px;
    }
}

@media only screen and (max-width: 320px) {
    #mis_datos .card .card-content .resumen-cuenta .profile-image {
        margin-bottom: 15px;
    }
}

#mis_datos .card .card-content .resumen-cuenta .profile-image .image-container {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

#mis_datos .card .card-content .resumen-cuenta .profile-image .file-trigger {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    cursor: pointer;
}

#mis_datos .card .card-content .resumen-cuenta .profile-image .file-trigger .corner-top:before {
    margin: 15px;
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    border-top: solid 1px #e5e5e5;
    border-left: solid 1px #e5e5e5;
    left: 0;
    top: 0;
}

#mis_datos .card .card-content .resumen-cuenta .profile-image .file-trigger .corner-top:after {
    margin: 15px;
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    border-top: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
    right: 0;
    top: 0;
}

#mis_datos .card .card-content .resumen-cuenta .profile-image .file-trigger .corner-bottom:before {
    margin: 15px;
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    border-bottom: solid 1px #e5e5e5;
    border-left: solid 1px #e5e5e5;
    left: 0;
    bottom: 0;
}

#mis_datos .card .card-content .resumen-cuenta .profile-image .file-trigger .corner-bottom:after {
    margin: 15px;
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    border-bottom: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
    right: 0;
    bottom: 0;
}

#mis_datos .card .card-content .resumen-cuenta .profile-image .file-trigger .upload-file-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 100%;
}

#mis_datos .card .card-content .resumen-cuenta .profile-image .file-trigger .upload-file-text i {
    display: block;
    color: #ffffff;
}

#mis_datos .card .card-content .resumen-cuenta .profile-image .file-trigger .upload-file-text span {
    color: #ffffff;
    font-size: 9px;
    font-weight: 400;
}

#mis_datos .card .card-content .resumen-cuenta .profile-image:hover .image-container {
    filter: blur(1px);
}

#mis_datos .card .card-content .resumen-cuenta .profile-image:hover .file-trigger {
    opacity: 1;
}

#mis_datos .card .card-content .resumen-cuenta .user-data {
    margin-bottom: 23px;
    text-align: left;
}

#mis_datos .card .card-content .resumen-cuenta .user-data:last-child {
    margin-bottom: 0;
}

#mis_datos .card .card-content .resumen-cuenta .user-data label {
    display: block;
    text-align: left;
    font-weight: 400;
    font-size: 13px;
    color: #a8a8a8;
}

#mis_datos .card .card-content .resumen-cuenta .user-data input {
    padding: 0;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    width: 150px;
    border: solid 1px #e5e5e5;
}

#mis_datos .card .card-content .resumen-cuenta .user-data input[readonly] {
    border: none;
    background: transparent;
}

#mis_datos .card .card-content .resumen-cuenta .user-data button {
    background: none;
    border: none;
    color: #5166db;
    font-size: 13px;
    font-weight: 400;
    text-decoration: underline;
    cursor: pointer;
}

@media only screen and (max-width: 480px) {
    #mis_datos .card .card-content .resumen-cuenta .user-data button {
        padding: 0;
    }
}

#mis_datos .card .card-content .datos-bancarios {
    padding-left: 75px;
    text-align: left;
}

#mis_datos .card .card-content .datos-bancarios p {
    color: #a8a8a8;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    text-align: justify;
    margin-bottom: 26px;
}

#mis_datos .card .card-content .datos-bancarios .cards-content img {
    display: inline-block;
    width: 53px;
    height: auto;
    vertical-align: middle;
    padding-right: 10px;
}

#mis_datos .card .card-content .datos-bancarios .cards-content .cards-number {
    border-left: solid 1px #e5e5e5;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}

#mis_datos .card .card-content .datos-bancarios .cards-content .cards-number input {
    padding: 0;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    color: #a8a8a8;
    width: 125px;
    display: block;
    border: solid 1px #e5e5e5;
}

#mis_datos .card .card-content .datos-bancarios .cards-content .cards-number input[readonly] {
    border: none;
    background: transparent;
}

#mis_datos .card .card-content .datos-bancarios .cards-content .delete-card-data {
    display: inline-block;
    vertical-align: middle;
}

#mis_datos .card .card-content .datos-bancarios .cards-content .delete-card-data button {
    background: none;
    border: none;
    color: #5166db;
    font-size: 13px;
    font-weight: 400;
    text-decoration: underline;
    display: block;
    cursor: pointer;
    margin-bottom: 7px;
}

#mis_datos .card .card-content .datos-bancarios .cards-content .delete-card-data button:last-child {
    color: #db5151;
    margin-bottom: 0;
}

#mis_datos .card .card-content .description {
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
    color: #000000;
    text-align: justify;
    margin-bottom: 35px;
    line-height: 1.5;
}

#mis_datos .card .card-content .btns-account-control {
    text-align: left;
}

@media only screen and (max-width: 896px) {
    #mis_datos .card .card-content .btns-account-control {
        text-align: center;
    }
}

#mis_datos .card .card-content .btns-account-control a {
    margin-right: 20px;
}

#mis_datos .card .card-content .btns-account-control a:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 414px) {
    #mis_datos .card .card-content .btns-account-control a {
        padding: 12px 15px;
        margin-right: 10px;
    }
    #mis_datos .card .card-content .btns-account-control a:last-child {
        margin-right: 0;
    }
}

@media only screen and (max-width: 375px) {
    #mis_datos .card .card-content .btns-account-control a {
        font-size: 10px;
    }
}

@media only screen and (max-width: 320px) {
    #mis_datos .card .card-content .btns-account-control a {
        margin-right: 0px;
        margin-bottom: 15px;
        width: 100%;
    }
    #mis_datos .card .card-content .btns-account-control a:last-child {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

#asesorias .container .row div {
    margin-top: 30px;
    margin-bottom: 30px;
}

#asesorias .container .row div .editor {
    background: #878787;
    display: flex;
    width: 100%;
    height: 215px;
    justify-content: center;
    align-items: center;
}

#asesorias .container .row div .editor p {
    color: white;
}

#asesorias .container .row div .v-call {
    position: relative;
}

#asesorias .container .row div .v-call img {
    width: 100%;
}

#asesorias .container .row div .v-call .controls {
    position: absolute;
    bottom: 30px;
    display: flex;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    margin: initial;
}

#asesorias .container .row div .v-call .controls .tooltip {
    position: relative;
    display: inline-block;
    margin: auto;
    margin-left: 0;
    padding: 0;
}

#asesorias .container .row div .v-call .controls .tooltip button {
    border: none;
    box-shadow: none;
    border-radius: 100%;
    height: 45px;
    background: #dd4e4e;
}

#asesorias .container .row div .v-call .controls .tooltip button:before {
    content: none;
}

#asesorias .container .row div .v-call .controls .tooltip img {
    width: 45px;
    padding: 10px;
    display: inline-block;
    cursor: pointer;
}

#asesorias .container .row div .v-call .controls .tooltip span {
    background: rgba(0, 0, 0, 0.5);
    padding: 7px 15px;
    color: white;
    width: max-content;
    position: absolute;
    border-radius: 25px;
    margin-left: 55px;
    top: 50%;
    transform: translateY(-50%);
    visibility: hidden;
}

#asesorias .container .row div .v-call .controls .tooltip:hover span {
    visibility: visible;
}

#asesorias .container .row div .v-call .controls button {
    padding: 0;
    background: none;
    border: none;
    margin: 0;
    box-shadow: none;
    display: inline-block;
}

#asesorias .container .row div .v-call .controls button i {
    color: white;
    border-radius: 5px;
    padding: 7px;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

#asesorias .container .row div .datos {
    margin-top: 0;
    margin-bottom: 0;
    justify-content: space-between;
}

#asesorias .container .row div .datos div {
    margin-top: 0;
}

#asesorias .container .row div .datos div h3 {
    margin-bottom: 5px;
}

#asesorias .container .row div .datos div p {
    margin: 0;
    margin-left: 20px;
    position: relative;
    font-size: 13px;
}

#asesorias .container .row div .datos div p:before {
    content: "";
    width: 9px;
    height: 9px;
    background: #8bf5c6;
    position: absolute;
    border-radius: 100%;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}

#asesorias .container .row div .message {
    margin-top: 30px;
    margin-bottom: 0;
}

#asesorias .container .row div .message div {
    margin-top: 0;
    margin-bottom: 0;
}

#asesorias .container .row div .message .chat-head {
    background: #6077f3;
    color: white;
    margin: 0;
}

#asesorias .container .row div .message .chat-head p {
    padding: 20px 0 20px 35px;
    margin: 0;
}

#asesorias .container .row div .message .chat-head p span {
    margin-left: 25px;
    position: relative;
}

#asesorias .container .row div .message .chat-head p span:before {
    content: "";
    width: 9px;
    height: 9px;
    background: #8bf5c6;
    position: absolute;
    border-radius: 100%;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}

#asesorias .container .row div .message .chat-content {
    margin: 0;
    padding: 30px;
    background: white;
}

#asesorias .container .row div .message .chat-content .chat {
    height: 400px;
    overflow-y: auto;
    background: white;
}

#asesorias .container .row div .message .chat-content .chat .chat-asesor {
    display: block;
    width: 50%;
}

#asesorias .container .row div .message .chat-content .chat .chat-asesor h4 {
    color: #3e57df;
}

#asesorias .container .row div .message .chat-content .chat .chat-asesor h4 span {
    color: #d7d7d7;
}

#asesorias .container .row div .message .chat-content .chat .chat-asesor .texto {
    padding: 7px 20px;
    color: black;
    background: #dfe4fd;
    width: 100%;
    font-size: 13px;
    border-radius: 15px;
    margin-bottom: 15px;
}

#asesorias .container .row div .message .chat-content .chat .chat-asesor .texto p {
    margin: 0;
    text-align: left;
}

#asesorias .container .row div .message .chat-content .chat .chat-cliente {
    display: block;
    margin-left: auto;
    width: 50%;
    margin-right: 0;
}

#asesorias .container .row div .message .chat-content .chat .chat-cliente h4 {
    color: black;
}

#asesorias .container .row div .message .chat-content .chat .chat-cliente h4 span {
    color: #d7d7d7;
}

#asesorias .container .row div .message .chat-content .chat .chat-cliente .texto {
    padding: 7px 20px;
    color: black;
    background: #ededed;
    width: 100%;
    font-size: 13px;
    border-radius: 15px;
    margin-bottom: 15px;
}

#asesorias .container .row div .message .chat-content .chat .chat-cliente .texto p {
    margin: 0;
    text-align: right;
}

#asesorias .container .row div .message .chat-content .writing {
    margin-top: 30px;
    position: relative;
    padding-right: 70px;
    background: #f9f9f9;
}

#asesorias .container .row div .message .chat-content .writing textarea {
    padding: 25px;
    border-radius: 5px;
    border: none;
    width: 100%;
    background: none;
    outline: none;
}

#asesorias .container .row div .message .chat-content .writing a {
    right: 7px;
    color: #cacaca;
    background: white;
    padding: 18px 5px;
    border-radius: 5px;
    position: absolute;
    text-decoration: none;
    top: 49%;
    transform: translateY(-50%);
}

#asesorias .container .row div .message .chat-content .writing a:hover {
    text-decoration: none;
    color: white;
    background: #79d6a8;
}

.conectado:before {
    background: #8bf5c6 !important;
}

.desconectado:before {
    background: #dd4e4e !important;
}

.ausente:before {
    background: #ffda68 !important;
}

#checkout {
    background-color: #ffffff;
}

@media only screen and (max-width: 768px) {
    #checkout {
        min-height: 100%;
    }
}

#checkout h1 {
    text-align: center;
    font-weight: 400;
    font-size: 26px;
    padding-top: 34px;
}

@media only screen and (max-width: 896px) {
    #checkout h1 {
        font-size: 22px;
        padding-top: 17px;
    }
}

@media only screen and (max-width: 568px) {
    #checkout h1 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 375px) {
    #checkout h1 {
        margin-right: 30px;
        margin-left: 30px;
    }
}

#checkout .card {
    position: relative;
    max-width: 1059px;
    width: 100%;
    margin: auto;
    margin-top: 14px;
    padding: 30px 200px;
    background-color: #F9F9F9;
}

@media only screen and (max-width: 1024px) {
    #checkout .card {
        max-width: none;
        width: auto;
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media only screen and (max-width: 896px) {
    #checkout .card {
        margin-top: 32px;
        padding: 35px 100px;
    }
}

@media only screen and (max-width: 667px) {
    #checkout .card {
        padding: 17px 50px;
    }
}

@media only screen and (max-width: 667px) {
    #checkout .card {
        padding: 17px 30px;
    }
}

@media only screen and (max-width: 414px) {
    #checkout .card {
        padding: 17px 15px;
    }
}

#checkout .card .title {
    margin: 0;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 22px;
    color: #333333;
    text-align: center;
    text-transform: none;
}

@media only screen and (max-width: 568px) {
    #checkout .card .title {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 568px) {
    #checkout .card#step-1 .asesoria-checkout {
        padding: 0 10px;
    }
}

#checkout .card#step-2 {
    padding: 0;
}

#checkout .card#step-2 .card-content {
    padding: 60px 100px;
}

@media only screen and (max-width: 896px) {
    #checkout .card#step-2 .card-content {
        padding: 60px 50px;
    }
}

@media only screen and (max-width: 414px) {
    #checkout .card#step-2 .card-content {
        padding: 30px 15px;
    }
}

#checkout .card#step-2 .card-calendar {
    margin: 0;
    padding: 40px 30px;
    background-color: #ffffff;
}

@media only screen and (max-width: 812px) {
    #checkout .card#step-2 .card-calendar {
        padding: 20px 15px;
    }
}

#checkout .card#step-2 .col-calendar {
    border-right: solid 1px #e5e5e5;
    padding-right: 90px;
}

@media only screen and (max-width: 736px) {
    #checkout .card#step-2 .col-calendar {
        border: none;
        padding-right: 15px;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 414px) {
    #checkout .card#step-2 .col-calendar h3 {
        font-size: 18px;
    }
}

#checkout .card#step-2 .horarios-citas {
    padding-left: 90px;
}

#checkout .card#step-2 .horarios-citas img {
    width: 38px;
    height: auto;
}

#checkout .card#step-2 .horarios-citas p {
    font-size: 13px;
    color: #333333;
    font-weight: 400;
    margin-bottom: 30px;
}

@media only screen and (max-width: 896px) {
    #checkout .card#step-2 .horarios-citas {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 414px) {
    #checkout .card#step-2 .horarios-citas h3 {
        font-size: 18px;
    }
}

#checkout .card#step-2 .horarios-citas .horarios-asesorias .hour-selector {
    display: inline-block;
    position: relative;
    z-index: 0;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    margin-right: 20px;
    background-color: #ffffff;
}

#checkout .card#step-2 .horarios-citas .horarios-asesorias .hour-selector:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 320px) {
    #checkout .card#step-2 .horarios-citas .horarios-asesorias .hour-selector {
        margin-right: 0px;
        margin-bottom: 20px;
    }
}

#checkout .card#step-2 .horarios-citas .horarios-asesorias .hour-selector label {
    background: #8bf5c6;
    position: absolute;
    border: none;
    border-radius: 10%;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
    z-index: -1;
}

#checkout .card#step-2 .horarios-citas .horarios-asesorias .hour-selector label i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    font-size: 22px;
    color: #ffffff;
}

#checkout .card#step-2 .horarios-citas .horarios-asesorias .hour-selector select {
    width: 130px;
    height: 40px;
    border: none;
    background: transparent;
    color: #333333;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    text-align: center;
    padding: 11px 60px 11px 20px;
}

@media only screen and (max-width: 736px) {
    #checkout .card#step-3 {
        padding: 35px 50px;
    }
}

@media only screen and (max-width: 480px) {
    #checkout .card#step-3 {
        padding: 17px 15px;
    }
}

@media only screen and (max-width: 414px) {
    #checkout .card#step-3 .card-content h1 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 736px) {
    #checkout .card#step-3 .card-content h1 {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 736px) {
    #checkout .card#step-3 .card-content .asesoria-checkout {
        padding-bottom: 20px;
    }
    #checkout .card#step-3 .card-content .asesoria-checkout:last-child {
        padding-bottom: 0;
    }
}

#checkout .card .card-content h1 {
    padding: 0;
    margin-top: 0 !important;
    margin-bottom: 30px;
}

@media only screen and (max-width: 896px) {
    #checkout .card .card-content h1 {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 375px) {
    #checkout .card .card-content h1 {
        margin-right: 0;
        margin-left: 0;
    }
}

#checkout .card .card-content .texto-modalidad {
    font-size: 13px;
    margin: 80px 0;
}

@media only screen and (max-width: 896px) {
    #checkout .card .card-content .texto-modalidad {
        margin: 40px 0;
    }
}

#mis_compras .container {
    margin-top: 44px;
}

#mis_compras .container .mis-compras-title {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    color: #333333;
}

#mis_compras .container .row .col-pagadas,
#mis_compras .container .row .col-terminadas,
#mis_compras .container .row .col-canceladas {
    height: auto;
}

#mis_compras .container .row .col-pagadas .card-title,
#mis_compras .container .row .col-terminadas .card-title,
#mis_compras .container .row .col-canceladas .card-title {
    margin-bottom: 47px;
    border: none;
    max-width: 260px;
    width: 100%;
    text-align: center;
}

#mis_compras .container .row .col-pagadas .card-title p,
#mis_compras .container .row .col-terminadas .card-title p,
#mis_compras .container .row .col-canceladas .card-title p {
    font-size: 22px;
    font-weight: 400;
    color: #333333;
    maring: 0;
    padding: 20px 0;
}

#mis_compras .container .row .col-pagadas .card-asesoria,
#mis_compras .container .row .col-terminadas .card-asesoria,
#mis_compras .container .row .col-canceladas .card-asesoria {
    padding: 25px 20px;
    margin-bottom: 30px;
}

#mis_compras .container .row .col-pagadas .card-asesoria:last-child,
#mis_compras .container .row .col-terminadas .card-asesoria:last-child,
#mis_compras .container .row .col-canceladas .card-asesoria:last-child {
    margin-bottom: 0;
}

#mis_compras .container .row .col-pagadas .card-asesoria a,
#mis_compras .container .row .col-terminadas .card-asesoria a,
#mis_compras .container .row .col-canceladas .card-asesoria a {
    margin-top: 6px;
}

#mis_compras .container .row .col-pagadas .card-asesoria .compras-strong,
#mis_compras .container .row .col-terminadas .card-asesoria .compras-strong,
#mis_compras .container .row .col-canceladas .card-asesoria .compras-strong {
    margin: 0;
    margin-bottom: 6px;
    color: #333333;
    font-weight: 700;
    font-size: 13px;
}

#mis_compras .container .row .col-pagadas .card-asesoria .compras-ligth,
#mis_compras .container .row .col-terminadas .card-asesoria .compras-ligth,
#mis_compras .container .row .col-canceladas .card-asesoria .compras-ligth {
    margin: 0;
    margin-bottom: 6px;
    color: #333333;
    font-size: 13px;
    font-weight: 400;
}

#mis_compras .container .row .col-pagadas .card-asesoria .compras-rating,
#mis_compras .container .row .col-terminadas .card-asesoria .compras-rating,
#mis_compras .container .row .col-canceladas .card-asesoria .compras-rating {
    padding: 6px 0;
}

#mis_compras .container .row .col-pagadas .card-asesoria .compras-rating i,
#mis_compras .container .row .col-terminadas .card-asesoria .compras-rating i,
#mis_compras .container .row .col-canceladas .card-asesoria .compras-rating i {
    font-size: 16px;
    color: #ecbe31;
}

#mis_compras .container .row .col-terminadas .card-asesoria {
    border-color: #6077f3;
}

#mis_compras .container .row .col-terminadas .card-asesoria a {
    text-decoration: underline;
    color: #6077f3;
    font-style: italic;
    font-size: 13px;
    font-weight: 400;
}

#mis_compras .container .row .col-canceladas .card-asesoria {
    border-color: #dd4e4e;
}

#mis_compras .container .row .col-canceladas .card-asesoria p:last-child {
    text-decoration: line-through;
}

#mis_compras .mis-compras-pagination {
    text-align: center;
}

@media (max-width: 768px) {
    #mis_compras .mis-compras-pagination {
        display: none;
    }
}

#mis_compras .mis-compras-pagination .mis-compras-button {
    display: inline-block;
    border: solid 1px #333333;
    text-align: center;
    padding: 5px 10px;
    margin-top: 41px;
    color: #333333;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
}

#mis_compras .mis-compras-pagination .mis-compras-button:hover {
    color: #6077f3;
    border-color: #6077f3;
}

#mis_compras .mis-compras-pagination .pages-container {
    display: inline-block;
}

#mis_compras .mis-compras-pagination .pages-container a {
    padding: 5px;
    border: solid 1px #e5e5e5;
    color: #e5e5e5;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    width: 28px;
    height: 28px;
    display: inline-block;
}

#mis_compras .mis-compras-pagination .pages-container a:hover {
    color: #6077f3;
    border-color: #6077f3;
}

#mis_compras .mis-compras-pagination .pages-container a.current {
    border: solid 1px #6077f3;
    color: #6077f3;
}

#mis_compras {
    overflow: hidden;
}

#mis_compras .container .row div .movil-slider {
    margin-top: 15px;
    margin-bottom: 15px;
}

#mis_compras .container .row div .card-title {
    position: relative;
}

@media (max-width: 768px) {
    #mis_compras .container .row div .card-title {
        display: block;
        margin: auto;
        max-width: 80% !important;
        border-radius: 0 10px 10px 0;
    }
}

#mis_compras .container .row div .card-title p {
    position: relative;
}

@media (max-width: 414px) {
    #mis_compras .container .row div .card-title p {
        padding-right: 60px !important;
        font-size: 16px !important;
    }
}

#mis_compras .container .row div .card-title p i:before {
    position: absolute;
}

#mis_compras .container .row div .card-title p i {
    display: none;
    color: white;
}

@media (max-width: 768px) {
    #mis_compras .container .row div .card-title p i {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        margin: auto;
        right: 0;
        top: 0;
        background: #8bf5c6;
        height: 100%;
        width: 60px;
        border-radius: 0 10px 10px 0;
        font-size: 15px;
    }
}

@media (max-width: 414px) {
    #mis_compras .container .row div .card-title p i {
        font-size: 13px !important;
    }
}

#mis_compras .container .row div .card-title p i.azul {
    background: #5f73f8;
}

#mis_compras .container .row div .card-title p i.rojo {
    background: #d36564;
}

@media (max-width: 768px) {
    #mis_compras .container .row div .card1,
    #mis_compras .container .row div .card2,
    #mis_compras .container .row div .card3 {
        display: block;
        width: 250px !important;
        margin-bottom: 0 !important;
    }
}

@media (max-width: 768px) {
    #mis_compras .container .row div .card1,
    #mis_compras .container .row div .card3 {
        position: absolute;
        bottom: 0;
    }
}

@media (max-width: 768px) {
    #mis_compras .container .row div .card1 {
        left: -10%;
    }
}

@media (max-width: 667px) {
    #mis_compras .container .row div .card1 {
        left: -15%;
    }
}

@media (max-width: 568px) {
    #mis_compras .container .row div .card1 {
        left: -25%;
    }
}

@media (max-width: 520px) {
    #mis_compras .container .row div .card1 {
        left: -40%;
    }
}

@media (max-width: 430px) {
    #mis_compras .container .row div .card1 {
        left: -50%;
    }
}

@media (max-width: 380px) {
    #mis_compras .container .row div .card1 {
        left: -57%;
    }
}

@media (max-width: 330px) {
    #mis_compras .container .row div .card1 {
        left: -73%;
    }
}

@media (max-width: 768px) {
    #mis_compras .container .row div .card2 {
        position: relative;
        margin: auto;
    }
}

@media (max-width: 768px) {
    #mis_compras .container .row div .card3 {
        right: -10%;
    }
}

@media (max-width: 667px) {
    #mis_compras .container .row div .card3 {
        right: -15%;
    }
}

@media (max-width: 568px) {
    #mis_compras .container .row div .card3 {
        right: -25%;
    }
}

@media (max-width: 520px) {
    #mis_compras .container .row div .card3 {
        right: -40%;
    }
}

@media (max-width: 430px) {
    #mis_compras .container .row div .card3 {
        right: -50%;
    }
}

@media (max-width: 380px) {
    #mis_compras .container .row div .card3 {
        right: -57%;
    }
}

@media (max-width: 330px) {
    #mis_compras .container .row div .card3 {
        right: -73%;
    }
}


/*# sourceMappingURL=styles.css.map */