/*!
Theme Name: Aconcagua Expeditions
Theme URI: https://aconcaguaexpeditions.com/
Author: Altura
Author URI: http://altura.com.ar
Description: Rediseño 2019 para Aconcagua Expeditions.
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: acomara
Tags: 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/* Bootstrap */

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

*,
::after,
::before {
    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: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

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

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

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

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.333333%
    }
    .offset-sm-2 {
        margin-left: 16.666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.333333%
    }
    .offset-sm-5 {
        margin-left: 41.666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.333333%
    }
    .offset-sm-8 {
        margin-left: 66.666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.333333%
    }
    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.333333%
    }
    .offset-md-2 {
        margin-left: 16.666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.333333%
    }
    .offset-md-5 {
        margin-left: 41.666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.333333%
    }
    .offset-md-8 {
        margin-left: 66.666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.333333%
    }
    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.333333%
    }
    .offset-lg-2 {
        margin-left: 16.666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.333333%
    }
    .offset-lg-5 {
        margin-left: 41.666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.333333%
    }
    .offset-lg-8 {
        margin-left: 66.666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.333333%
    }
    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.333333%
    }
    .offset-xl-2 {
        margin-left: 16.666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.333333%
    }
    .offset-xl-5 {
        margin-left: 41.666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.333333%
    }
    .offset-xl-8 {
        margin-left: 66.666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.333333%
    }
    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

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

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important
}

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

.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
}

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

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

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

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

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

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

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

.align-content-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
}

.align-content-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
}

.align-content-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
}

.align-self-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
}

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

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

.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
}

.align-self-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
}

.align-self-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
}

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

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

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

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

.m-0 {
    margin: 0!important
}

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

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

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

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

.m-1 {
    margin: .25rem!important
}

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

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

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

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

.m-2 {
    margin: .5rem!important
}

.mt-2,
.my-2 {
    margin-top: .5rem!important
}

.mr-2,
.mx-2 {
    margin-right: .5rem!important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem!important
}

.ml-2,
.mx-2 {
    margin-left: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

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

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

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

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

.m-4 {
    margin: 1.5rem!important
}

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

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

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

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

.m-5 {
    margin: 3rem!important
}

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

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

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

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

.p-0 {
    padding: 0!important
}

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

.pr-0,
.px-0 {
    padding-right: 0!important
}

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

.pl-0,
.px-0 {
    padding-left: 0!important
}

.p-1 {
    padding: .25rem!important
}

.pt-1,
.py-1 {
    padding-top: .25rem!important
}

.pr-1,
.px-1 {
    padding-right: .25rem!important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem!important
}

.pl-1,
.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2,
.py-2 {
    padding-top: .5rem!important
}

.pr-2,
.px-2 {
    padding-right: .5rem!important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem!important
}

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

.p-3 {
    padding: 1rem!important
}

.pt-3,
.py-3 {
    padding-top: 1rem!important
}

.pr-3,
.px-3 {
    padding-right: 1rem!important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem!important
}

.pl-3,
.px-3 {
    padding-left: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem!important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem!important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem!important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.pt-5,
.py-5 {
    padding-top: 3rem!important
}

.pr-5,
.px-5 {
    padding-right: 3rem!important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem!important
}

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

.m-n1 {
    margin: -.25rem!important
}

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

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

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

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

.m-n2 {
    margin: -.5rem!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-auto {
    margin: auto!important
}

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

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

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

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

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0!important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0!important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0!important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0!important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0!important
    }
    .m-sm-1 {
        margin: .25rem!important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem!important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem!important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem!important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem!important
    }
    .m-sm-2 {
        margin: .5rem!important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem!important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem!important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem!important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem!important
    }
    .m-sm-3 {
        margin: 1rem!important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem!important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem!important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem!important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem!important
    }
    .m-sm-4 {
        margin: 1.5rem!important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem!important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem!important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem!important
    }
    .m-sm-5 {
        margin: 3rem!important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem!important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem!important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem!important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem!important
    }
    .p-sm-0 {
        padding: 0!important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0!important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0!important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0!important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0!important
    }
    .p-sm-1 {
        padding: .25rem!important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem!important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem!important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem!important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem!important
    }
    .p-sm-2 {
        padding: .5rem!important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem!important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem!important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem!important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem!important
    }
    .p-sm-3 {
        padding: 1rem!important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem!important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem!important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem!important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem!important
    }
    .p-sm-4 {
        padding: 1.5rem!important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem!important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem!important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem!important
    }
    .p-sm-5 {
        padding: 3rem!important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem!important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem!important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem!important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem!important
    }
    .m-sm-n1 {
        margin: -.25rem!important
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem!important
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem!important
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem!important
    }
    .m-sm-n2 {
        margin: -.5rem!important
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem!important
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem!important
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem!important
    }
    .m-sm-n3 {
        margin: -1rem!important
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem!important
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem!important
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem!important
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem!important
    }
    .m-sm-n4 {
        margin: -1.5rem!important
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem!important
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem!important
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem!important
    }
    .m-sm-n5 {
        margin: -3rem!important
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem!important
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem!important
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem!important
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem!important
    }
    .m-sm-auto {
        margin: auto!important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto!important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto!important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto!important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto!important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0!important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0!important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0!important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0!important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0!important
    }
    .m-md-1 {
        margin: .25rem!important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem!important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem!important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem!important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem!important
    }
    .m-md-2 {
        margin: .5rem!important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem!important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem!important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem!important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem!important
    }
    .m-md-3 {
        margin: 1rem!important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem!important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem!important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem!important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem!important
    }
    .m-md-4 {
        margin: 1.5rem!important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem!important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem!important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem!important
    }
    .m-md-5 {
        margin: 3rem!important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem!important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem!important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem!important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem!important
    }
    .p-md-0 {
        padding: 0!important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0!important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0!important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0!important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0!important
    }
    .p-md-1 {
        padding: .25rem!important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem!important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem!important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem!important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem!important
    }
    .p-md-2 {
        padding: .5rem!important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem!important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem!important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem!important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem!important
    }
    .p-md-3 {
        padding: 1rem!important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem!important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem!important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem!important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem!important
    }
    .p-md-4 {
        padding: 1.5rem!important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem!important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem!important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem!important
    }
    .p-md-5 {
        padding: 3rem!important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem!important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem!important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem!important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem!important
    }
    .m-md-n1 {
        margin: -.25rem!important
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem!important
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem!important
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem!important
    }
    .m-md-n2 {
        margin: -.5rem!important
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem!important
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem!important
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem!important
    }
    .m-md-n3 {
        margin: -1rem!important
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem!important
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem!important
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem!important
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem!important
    }
    .m-md-n4 {
        margin: -1.5rem!important
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem!important
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem!important
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem!important
    }
    .m-md-n5 {
        margin: -3rem!important
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem!important
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem!important
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem!important
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem!important
    }
    .m-md-auto {
        margin: auto!important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto!important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto!important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto!important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto!important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0!important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0!important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0!important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0!important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0!important
    }
    .m-lg-1 {
        margin: .25rem!important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem!important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem!important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem!important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem!important
    }
    .m-lg-2 {
        margin: .5rem!important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem!important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem!important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem!important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem!important
    }
    .m-lg-3 {
        margin: 1rem!important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem!important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem!important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem!important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem!important
    }
    .m-lg-4 {
        margin: 1.5rem!important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem!important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem!important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem!important
    }
    .m-lg-5 {
        margin: 3rem!important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem!important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem!important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem!important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem!important
    }
    .p-lg-0 {
        padding: 0!important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0!important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0!important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0!important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0!important
    }
    .p-lg-1 {
        padding: .25rem!important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem!important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem!important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem!important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem!important
    }
    .p-lg-2 {
        padding: .5rem!important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem!important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem!important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem!important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem!important
    }
    .p-lg-3 {
        padding: 1rem!important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem!important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem!important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem!important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem!important
    }
    .p-lg-4 {
        padding: 1.5rem!important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem!important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem!important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem!important
    }
    .p-lg-5 {
        padding: 3rem!important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem!important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem!important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem!important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem!important
    }
    .m-lg-n1 {
        margin: -.25rem!important
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem!important
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem!important
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem!important
    }
    .m-lg-n2 {
        margin: -.5rem!important
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem!important
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem!important
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem!important
    }
    .m-lg-n3 {
        margin: -1rem!important
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem!important
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem!important
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem!important
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem!important
    }
    .m-lg-n4 {
        margin: -1.5rem!important
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem!important
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem!important
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem!important
    }
    .m-lg-n5 {
        margin: -3rem!important
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem!important
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem!important
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem!important
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem!important
    }
    .m-lg-auto {
        margin: auto!important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto!important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto!important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto!important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto!important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0!important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0!important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0!important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0!important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0!important
    }
    .m-xl-1 {
        margin: .25rem!important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem!important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem!important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem!important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem!important
    }
    .m-xl-2 {
        margin: .5rem!important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem!important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem!important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem!important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem!important
    }
    .m-xl-3 {
        margin: 1rem!important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem!important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem!important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem!important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem!important
    }
    .m-xl-4 {
        margin: 1.5rem!important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem!important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem!important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem!important
    }
    .m-xl-5 {
        margin: 3rem!important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem!important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem!important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem!important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem!important
    }
    .p-xl-0 {
        padding: 0!important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0!important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0!important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0!important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0!important
    }
    .p-xl-1 {
        padding: .25rem!important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem!important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem!important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem!important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem!important
    }
    .p-xl-2 {
        padding: .5rem!important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem!important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem!important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem!important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem!important
    }
    .p-xl-3 {
        padding: 1rem!important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem!important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem!important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem!important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem!important
    }
    .p-xl-4 {
        padding: 1.5rem!important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem!important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem!important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem!important
    }
    .p-xl-5 {
        padding: 3rem!important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem!important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem!important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem!important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem!important
    }
    .m-xl-n1 {
        margin: -.25rem!important
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem!important
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem!important
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem!important
    }
    .m-xl-n2 {
        margin: -.5rem!important
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem!important
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem!important
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem!important
    }
    .m-xl-n3 {
        margin: -1rem!important
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem!important
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem!important
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem!important
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem!important
    }
    .m-xl-n4 {
        margin: -1.5rem!important
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem!important
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem!important
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem!important
    }
    .m-xl-n5 {
        margin: -3rem!important
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem!important
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem!important
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem!important
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem!important
    }
    .m-xl-auto {
        margin: auto!important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto!important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto!important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto!important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto!important
    }
}


/* Containers */

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

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

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

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

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

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


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

* {
    transition: none;
}

html {
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    color: #333;
    text-align: left;
    background-color: #fff;
}

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

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


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/* Grouping content
	 ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}


/* Text-level semantics
	 ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
    color: #07b;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0af;
}

.site-content a:hover,
.elementor-text-editor a:hover,
.elementor-tab-content a:hover {
    text-decoration: underline;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
	 ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}


/* Forms
	 ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

select {
    word-wrap: normal;
}

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


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}


/**
 * Remove the inner border and padding in Firefox.
 */

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


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

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


/**
 * Correct the padding in Firefox.
 */

fieldset {
    min-width: 0;
    margin: 0;
    border: 0;
    padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: block;
    width: 100%;
    max-width: 100%;
    /* 1 */
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
	 ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

output {
    display: inline-block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Misc
	 ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
    color: #444;
    font-family: 'Roboto', sans-serif;
    font-size: 1.125rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    line-height: 1.05;
    font-weight: lighter;
    margin-top: 0;
    margin-bottom: 1.1rem;
    color: #222;
}

h3 {
    font-size: 3rem
}

h3 {
    font-size: 2.4rem
}

h3 {
    font-size: 1.8rem
}

h4 {
    font-size: 1.5rem
}

p {
    margin-top: 0;
    margin-bottom: 1.1em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
    font-style: normal;
    line-height: inherit;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

body.loaded {
    display: block;
}

hr {
    box-sizing: content-box;
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol,
dl {
    margin: 0 0 1.5em 0;
}

ul li,
ol li {
    margin-bottom: 10px;
}

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

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    border-style: none;
    vertical-align: middle;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
    margin: 0 0 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
}

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

th {
    text-align: inherit;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/


/* button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 0;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 14px;
	line-height: 1;
	padding: .6em 1em .4em;
} */

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
#s-p .sub-menu a {
    border-style: solid;
    border-width: 0;
    border-color: #fff;
    outline: none;
    overflow: visible;
    line-height: 1;
    margin: .5rem 2px .5rem 6px;
    background: #fff;
    background: #07b;
    color: #000;
    color: #fff;
    padding: 0.7rem 0.8rem;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /**transition: ease 0.3s all;**/
    font-size: 1em;
    border-radius: 5px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
#s-p .sub-menu a:hover {
    background: #07b;
    color: #fff;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    background: #000;
    color: #fff;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 5px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.aligncenter,
.alignleft,
.alignright {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
    padding: 1rem;
}

h2.widget-title {
    font-size: 1.2em;
    line-height: 1;
}

.widget select {
    max-width: 100%;
}

.widget ul,
.widget ol {
    margin: 0;
    padding: 0 0 0 20px;
    font-size: 1rem;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

p.big {
    font-size: 1.1rem;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.entry-header>.entry-title {
    padding-top: 24px;
}

#content .entry-title {
    padding: 7px 0;
    margin: 0;
}

#content .entry-title,
#content .entry-title .elementor-heading-title {
    font-size: 2.4rem;
    color: #000;
    font-weight: 300;
}

#content .entry-subtitle {
    font-size: 1.5rem;
    color: #0007;
    padding: 7px 0;
    margin: 0;
}

#content .entry-subtitle .elementor-heading-title {
    font-size: 1.8rem;
    color: #0007;
    font-weight: 300;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    /* margin: 1.5em 0 0; */
}

.entry-footer {
    margin: 1em 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

h4,
h5,
h6 {
    margin-top: 1.2em;
    margin-bottom: 1em;
}


/* Breadcrumbs */

.page .breadcrumbs {
    padding: 0 15px;
    font-size: 13px;
    text-align: right;
    color: #767676;
    opacity: 0.5;
    margin-top: 10px;
    margin-bottom: -25px;
}

body.loaded .page .breadcrumbs {
    transition: ease .3s opacity;
}

.page .breadcrumbs:hover {
    opacity: 1;
}

.page .breadcrumbs>* {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0 0 0 5px;
    line-height: 1;
}

.page .breadcrumbs a,
.page .breadcrumbs span>span {
    color: #767676;
    padding: 4px 14px 4px 8px;
    display: inline-block;
    position: relative;
    max-width: 170px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: -12px;
    text-transform: capitalize;
    overflow: hidden;
    height: 22px;
    border-radius: 5px;
}

.page .breadcrumbs a:hover {
    background: #e7f1f7;
    text-decoration: none;
    color: #07b;
}


/* Tabs */

@media (max-width:767px) {
    .elementor-widget-tabs .elementor-tabs-content-wrapper {
        background: #0000 !important;
    }
    .elementor-widget-tabs .elementor-tab-content {
        padding-bottom: 30px;
        margin-bottom: 15px;
        box-shadow: 0 22px 20px -20px #0000000f;
    }
}

.elementor-widget-tabs .elementor-tab-content {
    background: #fff;
}

.elementor-widget-tabs .elementor-tab-mobile-title {
    color: #7A7A7A !important;
    border-top: 1px solid #ffffff61 !important;
}

.elementor-widget-tabs .elementor-tab-mobile-title.elementor-active {
    color: #fff !important;
    background: #e02;
    border: 0 !important;
}

.elementor-tab-title a {
    color: #fff;
    text-decoration: none;
}


/* Horizontal tabs con .ac-htabs */

.ac-htabs .elementor-tabs .elementor-tab-content {
    padding: 20px;
    font-size: .9em;
}

.ac-htabs .elementor-tabs .elementor-tab-title.elementor-active a {
    color: #e02 !important;
    text-decoration: none;
}

@media (min-width:768px) {
    .ac-htabs .elementor-widget-tabs .elementor-tab-desktop-title {
        padding: 15px;
    }
    .ac-htabs .elementor-widget-tabs .elementor-tabs-wrapper {
        display: flex;
    }
    .ac-htabs .elementor-widget-tabs .elementor-tabs-wrapper>div {
        flex: 1;
        text-align: center;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
}


/* Sections */

section.ac-boxtitle-c {
    padding: 20px 0;
    background-color: transparent;
    background-image: linear-gradient(90deg, #005180 0%, #EE1122 100%);
    color: #fff;
    margin-bottom: 10px;
}

section.ac-boxtitle-c h2,
section.ac-boxtitle-c h3,
section.ac-boxtitle-c h4,
section.ac-boxtitle-c p {
    color: #fff;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 5px 0 0 0;
    font-size: 12px;
    color: #0009;
    line-height: 1.2;
    text-align: left;
}

.wp-caption-text {
    text-align: left;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding: 0 10px;
}

.gallery-caption {
    display: block;
    text-align: center;
    font-size: 0.9rem;
    margin: 5px 0 8px;
    color: #666;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}


/* CUSTOMS STYLES */


/*
div.menu {
	display: block;
	width: 80vw;
	position: fixed;
	background: #07b linear-gradient(135deg, rgba(255,168,6,1) 0%, rgba(255,222,8,1) 100%);
	left: 0;
	top: 0;
	right: 0;
	overflow-y: scroll;
	z-index: 1;
	padding: 10px;
	height: 100vh;
	box-shadow: 0 0 35px 0px #00000020;
}
*/


/* Menu */

.main-navigation {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background: #fff;
    left: 0;
    right: 0;
    top: 0;
    z-index: 25;
}

.page-template-template-home .main-navigation {
    position: absolute;
}

.main-navigation .row>div {
    position: initial;
}

.navbar {
    padding-bottom: 0;
    padding-top: 0;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #ffffff00;
    border: 1px solid rgb(255, 255, 255);
    border-radius: .25rem;
    color: rgb(255, 255, 255);
    /**transition: ease 0.5s all;**/
}

.navbar-toggler:hover {
    border-color: #fff;
    background: #fff;
    color: #000;
}

.navbar ul {
    margin: 0 0 1em 0;
    padding: 0;
    list-style: none;
}

.navbar ul ul {
    display: block;
}

.navbar div.sub-menu {
    /**transition: ease 0.5s all;**/
}

ul.sub-menu {
    padding-left: 15px;
}

ul.sub-menu li>a {
    font-weight: 300;
    text-transform: none;
}

.navbar a,
.navbar button {
    display: block;
    border: 0;
    padding: 3px 7px;
    font-size: 1.5rem;
    /**transition: 0.2s ease all;**/
    color: #000;
    text-transform: uppercase;
    background: transparent;
    margin: 0;
    line-height: 1.3;
    outline: 0;
    box-shadow: none;
}

.navbar button.navbar-toggler {
    opacity: .6;
}
body.page-template-template-home .navbar button.navbar-toggler {
    color:#fff;
    opacity: 1;
}

.navbar a:hover,
.navbar button:hover {
    background-color: rgba(255, 255, 255, 0.25);
    opacity: 1;
    text-decoration: none;
}

.navbar .menu-item.contacto {
    border-radius: 50%;
    border: 0;
    padding: 0.8em 0.7em 0.6em;
    background: #07b;
    color: #fff;
    line-height: 1;
    margin: 5px 0;
}

.navbar .menu-item.contacto:hover,
.navbar .menu-item.contacto:focus {
    background: #0af;
}


/* FAQs links */

.m-t .menu-item.faqs {
    display: none;
}

.navbar a#menu-faqs-item {
    color: #07b !important;
    font-weight: inherit;
    text-transform: none;
    margin: 1.5em 0;
}

#b-m-exp {
    display: none;
}

.menu-item-has-children>a::after,
.menu-item-has-children>button::after,
.chev::after {
    display: inline-block;
    border: 2px solid transparent;
    border-bottom-color: #999;
    border-right-color: #999;
    width: 8px;
    height: 8px;
    vertical-align: unset;
    transform: rotate(45deg);
    content: '';
    margin: 0px 0px 4px 5px;
    /**transition: ease all 0.3s;**/
}

.menu-item-has-children>a.on::after,
.menu-item-has-children>button.on::after,
.chev.on::after {
    transform: rotate(225deg);
    margin-bottom: 0;
}

#nav .row {
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.navbar-brand h1 {
    margin: 0;
}

.navbar-brand #al {
    min-width: 40px;
    width: 50px;
    padding: 0;
    margin: 0px 0 10px 0;
}

.navbar .top-cta {
    text-align: center;
}

.navbar #top-cta {
    white-space: nowrap;
    color: #666;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
    font-size: 1.2rem;
    display: inline-block;
    margin: 0 auto;
    padding: 7px;
}


/* Slide menu */

#nav button.close {
    top: 0;
    right: 0;
}

#nav .m-b {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 80vw;
    max-width: 400px;
    background: #fff;
    z-index: 50;
    overflow: auto;
    box-shadow: 0 0 5px #0001;
    transform: translateX(-105%);
    -webkit-transform: translateX(-105%);
}

body.loaded #nav .m-b {
    transition: ease transform 0.5s 0.3s;
}

#nav .m-b a {
    color: #000;
}

#nav .m-b a::after {
    border-bottom-color: #FFFa;
    border-right-color: #FFFa;
}

#nav #m-c {
    display: block;
    overflow: hidden;
    margin: 15px 0;
    width: 100%;
}

#nav #menu-s {
    background: #07b;
    padding: 15px 0;
}

#nav #menu-s a {
    color: #fff;
    padding: 10px 20px;
    text-transform: none;
}

#nav #menu-s a:hover,
#nav #menu-s a:focus {
    background: #fff4;
    text-decoration: none;
}

#nav.on .m-b {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

button.close {
    background: transparent;
    font-size: 45px;
    position: relative;
    top: -10px;
    right: -10px;
    font-weight: 100;
    box-shadow: none;
    color: #000;
    line-height: 1;
    overflow: hidden;
    height: 46px;
    width: 46px;
    padding: 0;
    margin: 0;
    display: block;
    min-width: 0;
    min-height: 0;
    z-index: 100;
    float: right;
}

#nav.on div.close,
.modal.on div.close {
    /* Incluye tambien modal */
    z-index: 30;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


/* Menu bars */

.m-s.m-t {
    overflow: visible;
    white-space: nowrap;
    text-align: right;
    position: relative;
}

.m-s.m-t>* {
    display: inline-block;
    vertical-align: middle;
}

.m-t .menu-item,
.m-t .menu-item>a {
    white-space: nowrap;
    font-size: 0.9rem;
    padding: 0.6rem 0.4rem;
    margin: 0;
}

.m-t a,
.m-t a:active,
.m-t a:active>span {
    text-decoration: none !important;
    border-color: #0000 !important;
}

.m-t .menu-item>i {
    /* font-size: 1.3rem; */
}

.m-b {
    display: none;
}

.m-t .menu-item>span,
.m-t .menu-item.s {
    display: none;
}


/* Languages  */

.lang-m ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.lang-m li {
    display: inline-block;
    margin: 0;
    flex: 0 1 30px;
}

.lang-m a {
    padding: 0;
    margin: 0 5px 3px 0;
    font-size: 1em;
    text-transform: none;
    text-align: center;
    display: inline-block;
    color: #000;
    text-decoration: none;
    background: #fff0;
    /*transition:ease all 0.3s;*/
    white-space: nowrap;
    width: 100%;
}

.lang-m a:hover,
.lang-m a:focus {
    text-decoration: none;
    background: #f6f6f6;
}

.lang-m a>span {
    display: none;
}

.lang-m a>i.a {}


/* Language and cookies advise */

.site {
    position: relative;
    top: 0;
    overflow: hidden;
    transition: 1s ease padding-top;
}

#lang.lang p.sel {
    display: none;
}

#lang.sel p.lang {
    display: none;
}

body.lang-on #lang {
    height: 160px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
}

body.lang-on .site {
    padding-top: 160px;
}

body.lang-on.page-template-template-home header.site-header {
    top: 160px;
}

body.sel-on #lang {
    height: 160px;
    transform: translateY(0);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

body.sel-on .site {
    padding-top: 160px;
}

body.sel-on.page-template-template-home header.site-header {
    top: 160px;
}

@media (min-width:380px) {
    body.lang-on #lang,
    body.sel-on #lang {
        display: flex;
        align-items: center;
    }
}


/* Search */

.s {
    white-space: nowrap;
}

.s input.form-control,
.s button {
    padding: 0.5em 1em !important;
    margin: 10px 0 0;
    font-size: 1.2rem;
    display: inline-block !important;
    vertical-align: bottom;
}

.s input.form-control {
    width: 100%;
    border-bottom: 2px solid #000;
}

.s input.form-control:focus {
    background: #fff;
}

.s button {
    position: relative;
    left: -50px;
    background: transparent;
    margin: 0 !important;
    color: #000;
}

.s button:hover,
.s button:focus {
    color: #000;
}

#s-m {
    display: none;
}

#s-s {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    /**transition: ease all 0.3s;**/
    margin: 0 0 0 15px;
    max-width: 70%;
    max-width: calc(100% - 80px);
}


/* Content */

#content {
    /* margin-top: 40px; */
}

p.big {
    font-size: 1.4rem;
    font-weight: lighter;
    margin-bottom: 0.8rem;
    color: #666;
}

.ac-big,
.lead,
.lead p {
    font-size: 1.4rem;
}

.small,
.small p,
.small n {
    font-size: 0.8rem;
    font-weight: normal;
    font-weight: 300 !important;
}

.ac-small {
    font-size: 0.9rem;
}

.ac-title,
.ac-title h1,
.ac-title h2 {
    font-size: 44px;
    font-weight: 300;
    margin: 10px 0 !important;
    letter-spacing: -1px;
}

.ac-subtitle,
.ac-subtitle h3 {
    font-size: 32px;
    font-weight: 300;
    margin: 10px 0 !important;
    letter-spacing: -1px;
}

.elementor-button {
    text-transform: uppercase;
    background-color: #07b;
    border-radius: 10px;
    padding: 0.7rem 1.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    transition: none;
}

body.loaded .elementor-button {
    transition: all ease .3s;
}

.elementor-button.elementor-size-lg {
    border-radius: 10px;
}

.elementor-button:hover,
.elementor-button:focus {
    background-color: #0af;
    text-decoration: none !important;
}

.elementor-icon-list-item a:hover {
    text-decoration: none !important;
    transform: translateX(5px);
}


/* Blog */

body.single-post #content,
body.blog #content {
    padding-top: 30px;
    padding-bottom: 30px;
}

.blog .page-title,
.single-post .entry-title {
    font-size: 2.3rem;
    font-weight: normal;
    padding-top: 12px;
}

.blog .entry-title a:hover {
    text-decoration: none;
}

article.post.type-post img.aligncenter {
    width: 100%;
    margin: 2rem 0;
}


/* Special offer */

.specialoffer {
    /* background: linear-gradient(0deg, #ff9c3b 0, #ffcc3b 100%); */
    background: linear-gradient(0deg, #555 0, #bbb 100%);
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    margin: 10px 0 20px;
    box-shadow: 0 5px 7px -5px rgba(0, 0, 0, 0.2);
}

.specialoffer div {
    text-align: center;
    margin: 0;
    display: inline-block;
    width: 100%;
}

.specialoffer>div.all {
    width: 100%;
    margin-top: 5px;
}

.specialoffer p {
    text-align: center;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 100;
    line-height: 1.2;
    font-size: 1.2rem;
}

.specialoffer>div.all>p.title {
    font-weight: bold;
    color: #FFF;
    line-height: 0.9;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

.specialoffer>div.all>span.price {
    display: inline-block;
    width: 100%;
    margin: 0 0 5px;
    padding: 5px 7px;
    text-align: center;
    background: #FFF;
    border-radius: 5px;
    color: #000;
    font-size: 1.4rem;
    line-height: 1.5;
}

.specialoffer>div.all>span.price bold {
    font-weight: 800;
}


/* Sections */


/* Sombra para secciones */

.ac-s-shadow {}


/* Templates */


/* // Full width */

.cfw {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.cfw .hentry {
    margin: 0;
}


/* // Menu transparent */

body.page-id-1420 header#masthead {
    /* TODO SACAR */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

@media (max-width: 767px) {
    .elementor-background-video-container.elementor-hidden-phone {
        display: block !important;
    }
}


/* Home */

header.site-header {
    display: block;
}

.page-template-template-home header.site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

body.loaded header.site-header {
    transition: ease top 1s;
}

.page-template-template-home .main-navigation {
    box-shadow: none;
    background: rgba(255, 255, 255, 0);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.page-template-template-home #nav #menu-s a {
    color: #fff;
    background: none;
}

.page-template-template-home #menu-s button,
.page-template-template-page-transparent #menu-s>li>a {
    color: #fff;
}

.page-template-template-home .navbar .m-b .menu-item:hover>a,
.page-template-template-home .navbar .m-b button:hover {
    border-color: #fff;
    background: transparent;
}

.page-template-template-home .m-b .menu-item:hover {
    background: transparent;
}

.ac-b-inv .elementor-button .elementor-button-text {
    font-weight: bold;
}

.ac-b-inv .elementor-button .elementor-button-text>b {
    font-weight: lighter;
}

#s-s button:not(.close) {
    color: #000;
    transition:all ease .1s;
}
#s-s button:hover,
#s-s button:active {
    color:#07b;
}

.page-template-template-home .navbar button.close {
    color: #000;
}

.ac-h {
    white-space: nowrap;
    margin-bottom: 7px;
    text-align: left;
    padding-left: 10px;
}

.ac-h-c {
    padding: 10px 0;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: 60px;
    color: #666;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
}

.ac-h-t {
    display: inline-block;
    margin: 0;
    width: auto;
    max-width: 130px;
    text-align: left;
    font-size: 16px;
    color: #666;
    text-transform: uppercase;
    white-space: normal;
    vertical-align: middle;
    line-height: 1.2;
}


/* Sección de productos */

#s-p {
    background: #07b;
    padding: 20px 0;
    box-shadow: inset 0px 15px 8px -15px #99660066;
}

#s-p ul,
#s-p li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

#s-p a {
    border: 0;
    font-size: 1.3em;
    color: #fff;
}

#s-p a:hover,
.site-footer a:hover {
    text-decoration: none;
}

#s-p a::after {
    display: none;
}

#s-p .sub-menu a {
    background: #0003;
}


/* #s-p .sub-menu a:hover,#s-p .sub-menu a:active {
	background: #000;
} */


/* Footer */

footer.site-footer .widget {
    padding: 0;
}

footer.site-footer {
    text-align: left;
    background: #fff;
    padding-top: 40px;
    color: #666;
    box-shadow: inset 0px 15px 10px -15px #00000040;
}

footer.site-footer a {
    line-height: 1rem;
    /**transition: ease 0.3s all;**/
    border-bottom: 1px solid transparent;
    color: #000;
}

footer.site-footer a:active,
footer.site-footer a:hover {
    color: #07b;
    text-decoration: none;
    /* border-bottom-color: #07b; */
}

footer .title {
    font-weight: lighter;
    text-transform: uppercase;
    font-size: 1.5em;
    margin: 1rem 0 1rem 0;
    color: #767676;
    letter-spacing: 3px;
}


/* Widget: Contacto */

footer.site-footer a.btn.contacto {
    color: #fff;
    font-size: .9em;
}


/* TODO Arreglar como se presenta los links */

footer .cta div.contact {
    margin-right: 15px;
    margin-left: 15px;
}

footer.site-footer .cm a {
    margin: 0 0 0.6em 0;
    display: inline-block;
    white-space: nowrap;
}


/* Widget: Botones */

footer .exp ul,
footer .exp li {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .exp li>a,
a.btn {
    padding: 0.7em 1em;
    margin-bottom: 15px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    background: #07b;
    /**transition: ease all 0.3s;**/
    border: 0;
    border-radius: 5px;
}
footer.site-footer a.btn:hover,
footer.site-footer a.btn:focus,
footer .exp li>a:hover,
footer .exp li>a:focus,
a.btn:hover,
a.btn:focus {
    background: #0af;
    color: #fff;
}


/* Footer info */

#f-i {
    text-align: center;
    padding-top: 30px;
}

#f-i p {
    margin-bottom: 0;
    font-size: 0.9em;
}

#f-i img {
    margin: 1rem 0 0.6rem 0;
}


/* Footer text */

.site-footer .m-t {
    text-align: left;
    font-size: 0.8em;
}

.site-footer .m-t strong {
    font-size: 1.2rem;
}


/* Footer links */

ul.m-l,
ul.m-l ul {
    margin: 10px 0 0;
    padding: 0;
    text-align: left;
}

.m-l a {
    border: 0;
    padding: 0;
    color: #555;
    font-size: 1.2em;
    text-transform: none;
}

footer.site-footer .m-l a:hover {
    border-bottom-color: transparent;
}

footer.site-footer .m-l a::after {
    display: none;
}

footer.site-footer .m-l li {
    display: inline-block;
    margin: 0;
}

footer.site-footer .m-l>li>span {
    font-size: 1.1rem;
    color: var(--e-global-color-text);
    margin: 0;
    display: block;
}

footer.site-footer .m-l .sub-menu a {
    font-size: 0.85em;
    border-bottom: 1px solid transparent;
    color: #444;
    display: inline-block;
    margin: 7px 15px 7px 0;
}

footer.site-footer .m-l .sub-menu a:hover {
    color: #000;
    border-color: #000;
}


/* Subfooter */

#fs {
    text-align: center;
    color: #666;
    font-size: 0.9em;
}

#fs p {
    margin-bottom: 0;
}

#fs-s {
    text-align: center;
    margin: 40px auto 1rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1.5rem;
    width: 100%;
}

#fs-s a {
    padding: 7px 7px;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    color: #000;
    border: 0;
    opacity: 0.5;
}

body.loaded #fs-s a {
    transition: 0.3s ease opacity;
}

#fs-s a:hover {
    opacity: 1;
}


/* Advices */

.adv {
    /* position: fixed; 20190808 OPCION A1 */
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 0.5em;
    background: #fff;
    overflow: hidden;
    transform: translateY(-100%);
    z-index: 30;
}

body.loaded .adv {
    transition: ease height 1s, ease transform 1s;
}

.adv p {
    margin: 15px 0 10px;
    font-weight: lighter;
    font-size: 18px;
    color: #000;
    white-space: normal;
}

.adv p.s {
    margin: 10px 0 20px;
    padding: 0;
    color: #666;
    font-size: 0.8em;
    /* border-top: 1px solid #eee; */
}

.adv p a {
    margin: 0;
    padding: 0;
    color: #333;
    width: auto;
}

.adv p a:hover,
.adv p a:active {
    text-decoration: underline;
    font-weight: inherit;
}

.adv a.btn.close {
    float: right;
    background: transparent;
    padding: 5px 15px;
    margin-right: 10px;
}

.adv a.btn.close:hover,
.adv a.btn.close:focus {
    font-weight: bold;
    text-decoration: none;
    background: #ddd;
    color: #000;
}


/* MODAL */

.modal {
    height: 0;
    overflow: hidden;
}

.modal-dialog {
    width: 100vw;
    background: #fff;
    box-shadow: 0 0 5px #0001;
    overflow: scroll;
    z-index: 50;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    transform: translateY(-125%);
    -webkit-transform: translateY(-125%);
    /**transition: ease transform 0.5s 0.3s;**/
}

.modal-content {
    padding: 30px;
    position: relative;
}

.modal.on {
    height: auto;
}

.modal.on .modal-dialog {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}


/* Black overlay */

.modal::before,
#nav::before {
    content: "";
    z-index: 25;
    background: #0004;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /**transition: ease opacity 0.5s 0.1s;**/
    opacity: 0;
}

.modal.on::before,
#nav.on::before {
    opacity: 1;
}


/* Contact forms */

.form-group {
    position: relative;
    padding: 8px 0 0;
    margin: 0 0 10px 0;
}

.form-group>small {
    font-size: 13px;
    padding: 10px 10px 5px 10px;
    color: #767676;
    display: block;
}

input.form-control,
textarea.form-control {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ddd;
    outline: 0;
    color: #222;
    padding: 4px 5px 4px 5px;
    background: transparent;
    /**transition: border-color 0.2s;**/
    border-radius: 0;
    box-shadow: none;
    height: auto;
    margin-top: 10px;
}

input.form-control::placeholder,
textarea.form-control::placeholder {
    color: transparent;
}

input.form-control:placeholder-shown~label,
textarea.form-control:placeholder-shown~label {
    font-size: 1em;
    cursor: text;
    top: 22px;
    left: 5px;
    pointer-events: none;
    white-space: nowrap;
}

.form-group label,
input.form-control:focus~label,
textarea.form-control:focus~label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 14px;
    color: #767676;
    left: 5px;
    padding-top: initial !important;
    white-space: nowrap;
}

textarea.form-control:focus~label,
input.form-control:focus~label {
    color: #07b;
}

input.form-control:focus,
textarea.form-control:focus {
    padding-bottom: 3px;
    border-bottom: 2px solid #07b;
}

.form-group i:before {
    display: inline-block;
    z-index: 5;
    position: absolute;
    right: 0px;
    border-radius: 50%;
    padding: 0;
    width: 35px;
    text-align: center;
    height: 35px;
    top: 15px;
    pointer-events: none;
    font-style: normal;
    font-size: 25px;
}

.form-group.invalid i:before {
    content: '\2716';
    color: #f88;
}

.form-group.valid i:before {
    content: '\2714';
    color: #7f7;
}

.cf-form input.cf-form-control#email {
    display: none;
}

input[type="submit"].cf-submit {
    display: block;
    margin: 0 auto;
    padding: 0.8rem 2rem;
    font-size: 1.4rem;
}

input[type="submit"].cf-submit:disabled {
    background: #ccc !important;
    color: #aaa !important;
    cursor: not-allowed;
}

.cf-message.error {
    background: #ffb9b9;
    color: #580000;
}

.cf-message {
    padding: 1em;
    background: #eee;
    margin: 15px 0;
    color: #333;
}

.cf-message.success {
    background: #c1ffb2;
    color: #507747;
}

.contact-wsp {
    /* border-top: 1px solid #ddd; */
    /* padding: 10px 10px 0; */
    padding: 0;
    text-align: center;
    /* margin: 30px 30px 0; */
}

.contact-wsp a {
    color: #333;
    font-weight: 700;
    font-size: 32px;
    width: 64px;
    height: 64px;
    background: #eee;
    border-radius: 50%;
    display: inline-block;
    padding: 16px;
    line-height: 1;
}

.contact-wsp a:hover {
    text-decoration: none;
    background: #07b;
    color: #fff;
}

.contact-wsp a>i {
    margin-right: 0;
}


/* Icons https://spritegen.website-performance.org/  prefix a padding 5 */

.a {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    /* Copiar background-image; agregar a a-bars-w .page-template-template-home .main-navigation .a-bars; */
    background-image: url(data:image/png;base64,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);
    background-position: 50px 500px;
}

.a-f-de {
    width: 22px;
    height: 15px;
    background-position: -5px -165px;
}

.a-f-en {
    width: 23px;
    height: 15px;
    background-position: -5px -190px;
}

.a-f-es {
    width: 22px;
    height: 15px;
    background-position: -5px -215px;
}

.a-f-fr {
    width: 22px;
    height: 15px;
    background-position: -5px -240px;
}

.a-f-it {
    width: 22px;
    height: 15px;
    background-position: -5px -265px;
}

.a-f-nl {
    width: 22px;
    height: 15px;
    background-position: -5px -290px;
}

.a-f-pl {
    width: 20px;
    height: 15px;
    background-position: -5px -315px;
}

.a-f-pt {
    width: 22px;
    height: 15px;
    background-position: -5px -340px;
}

.a-f-ru {
    width: 20px;
    height: 15px;
    background-position: -5px -365px;
}

.a-map-pin {
    width: 20px;
    height: 20px;
    background-position: -5px -540px;
}

.a-marker {
    width: 20px;
    height: 20px;
    background-position: -5px -570px;
}


/* .a-at {
	width: 20px;
	height: 20px;
	background-position: -5px -5px;
}

.a-bars {
	width: 25px;
	height: 25px;
	background-position: -5px -35px;
}

.a-bars-w, .page-template-template-home .main-navigation .a-bars {
	width: 25px;
	height: 25px;
	background-position: -5px -70px;
}

.a-env {
	width: 20px;
	height: 20px;
	background-position: -5px -105px;
}

.a-envelope {
	width: 20px;
	height: 20px;
	background-position: -5px -135px;
}

.a-facebook {
    width: 20px;
    height: 20px;
    background-position: -5px -390px;
}

.a-facebook-messenger {
    width: 20px;
    height: 20px;
    background-position: -5px -420px;
}

.a-globe {
    width: 20px;
    height: 20px;
    background-position: -5px -450px;
}

.a-globe-w {
    width: 20px;
    height: 20px;
    background-position: -5px -480px;
}

.a-instagram {
    width: 20px;
    height: 20px;
    background-position: -5px -510px;
}

.a-search {
	width: 20px;
	height: 20px;
	background-position: -5px -600px;
}

.a-search-w {
	width: 20px;
	height: 20px;
	background-position: -5px -630px;
}

.a-skype {
	width: 20px;
	height: 20px;
	background-position: -5px -660px;
}

.a-tripadvisor {
	width: 20px;
	height: 20px;
	background-position: -5px -690px;
}

.a-twitter {
	width: 20px;
	height: 20px;
	background-position: -5px -720px;
}

.a-whatsapp {
	width: 20px;
	height: 20px;
	background-position: -5px -750px;
}

.a-youtube {
	width: 20px;
	height: 20px;
	background-position: -5px -780px;
} */


/* Hasta acá */


/* Iconmoon */

@font-face {
    font-family: 'acomara';
    src: url('fonts/acomara.eot?ap22we');
    src: url('fonts/acomara.eot?ap22we#iefix') format('embedded-opentype'), url('fonts/acomara.ttf?ap22we') format('truetype'), url('fonts/acomara.woff?ap22we') format('woff'), url('fonts/acomara.svg?ap22we#acomara') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[class^="a-"],
[class*=" a-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'acomara' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.a-help_outline:before {
    content: "\e902";
}

.a-life-bouy:before {
    content: "\e903";
}

.a-question:before {
    content: "\e904";
}

.a-tripadvisor:before {
    content: "\f262";
}

.a-pictures:before {
    content: "\e901";
}

.a-flag:before {
    content: "\e900";
}

.a-twitter:before {
    content: "\f099";
}

.a-youtube:before {
    content: "\f167";
}

.a-instagram:before {
    content: "\f16d";
}

.a-skype:before {
    content: "\f17e";
}

.a-whatsapp:before {
    content: "\f232";
}

.a-facebook:before {
    content: "\f39e";
}

.a-facebook-messenger:before {
    content: "\f39f";
}

.a-envelope:before {
    content: "\f0e0";
}

.a-env:before {
    content: "\f0e0";
}

.a-images:before {
    content: "\f302";
}

.a-clipboard:before {
    content: "\f328";
}

.a-search:before {
    content: "\f002";
}

.a-video:before {
    content: "\f03d";
}

.a-calendar-alt:before {
    content: "\f073";
}

.a-bars:before {
    content: "\f0c9";
}

.a-at:before {
    content: "\f1fa";
}

.a-chart-line:before {
    content: "\f201";
}

.a-map-pin:before {
    content: "\f276";
}

.a-map-marker:before {
    content: "\f3c5";
}

.a-clipboard-check:before {
    content: "\f46c";
}

.a-globe-americas:before {
    content: "\f57d";
}

.a-map-marked-alt:before {
    content: "\f5a0";
}

.a-mountain:before {
    content: "\f6fc";
}

.a-images-b:before {
    content: "\f87c";
}


/* Custom icons config */

[class^="a-"],
[class*=" a-"],
i.a[class^="a-"],
.elementor-icon i.fas,
.elementor-icon i.far {
    font-display: swap;
    vertical-align: baseline;
    margin-right: 3px;
}

.a.a-search-w:before {
    content: "\f002";
}

i.far.fa-calendar-alt:before {
    content: "\f073";
}

.a-bars-w:before,
.page-template-template-home .main-navigation .a-bars:before,
.a.a-bars:before {
    content: "\f0c9";
}

i.fas.fa-clipboard-check:before {
    content: "\f46c";
}

.a.a-globe-w:before,
.a.a-globe:before {
    content: "\f57d";
}

.fas.fa-map-marked-alt:before {
    content: "\f5a0";
}

.a.a-photo-video:before {
    content: "\f87c";
}


/* .page-template-template-home #m-t .a-globe {
    background-position: -5px -380px;
}

.page-template-template-home #m-t .a-search {
    background-position: -5px -530px;
} */


/* Cards */

.ae-card>div.elementor-column-wrap,
.ae-card>div.elementor-widget-wrap {
    overflow: hidden !important;
    border-radius: 7px !important;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 10px -5px;
    /* margin: 0 30px 50px !important; */
}

body.loaded .ae-card>div.elementor-column-wrap {
    transition: .3s ease transform;
}

.ae-card:hover>div.elementor-column-wrap .ae-card:hover>div.elementor-widget-wrap {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 12px 25px -5px;
    transform: translateY(-5px);
}

.ae-card .elementor-widget-heading.title h2,
.ae-card .elementor-widget-heading.title h1,
.ae-card .elementor-widget-heading.title h3 {
    color: #fff;
    text-shadow: 0 3px 2px rgba(0, 0, 0, 0.11);
    margin-left: -5px;
    margin-right: -5px;
}

.ae-card section.elementor-element.img {
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-color: #eee;
}

.ae-card section.elementor-element.img.normal {
    background-image: url(img/cards/card-exp-normal.jpg);
}

.ae-card section.elementor-element.img.polish {
    background-image: url(img/cards/card-exp-polish.jpg);
}

.ae-card section.elementor-element.img.trek-a {
    background-image: url(img/cards/card-trek-a.jpg);
}

.ae-card section.elementor-element.img.trek-b {
    background-image: url(img/cards/card-trek-b.jpg);
}


/* Admin bar displacement*/

body.admin-bar .site {
    top: 32px;
}


/* Logistic services */

ul.logistic {
    list-style-type: none;
    margin: 25px 0;
    padding: 0;
}

li.service {
    display: inline-flex;
    align-items: center;
    vertical-align: top;
    min-height: auto;
    width: 100%;
    margin: 0 0.5% 10px 0.5%;
    padding: 10px;
    border-radius: 7px;
    width: 100%;
    color: rgba(0, 0, 0, 0.8);
    box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0);
}

body.loaded li.service {
    transition: ease all .3s;
}

.service p {
    text-align: left;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-weight: 100;
}

.service p.title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
}

li.service>div.left {
    width: 60px;
}

li.service span {
    display: block;
    height: 25px;
    width: 25px;
    background-image: url("img/services.png");
    background-size: auto 100%;
}

li.service:nth-of-type(1) span.svcicon {
    background-position: 0% 0%;
}

li.service:nth-of-type(2) span.svcicon {
    background-position: 10% 0%;
}

li.service:nth-of-type(3) span.svcicon {
    background-position: 20% 0%;
}

li.service:nth-of-type(4) span.svcicon {
    background-position: 30% 0%;
}

li.service:nth-of-type(5) span.svcicon {
    background-position: 40% 0%;
}

li.service:nth-of-type(6) span.svcicon {
    background-position: 50% 0%;
}

li.service:nth-of-type(7) span.svcicon {
    background-position: 60% 0%;
}

li.service:nth-of-type(8) span.svcicon {
    background-position: 70% 0%;
}

li.service:nth-of-type(9) span.svcicon {
    background-position: 80% 0%;
}

li.service:nth-of-type(10) span.svcicon {
    background-position: 100% 0%;
}

li.service:nth-of-type(11) span.svcicon {
    background-position: 90% 0%;
}

li.service:nth-of-type(12) span.svcicon {
    background-position: 110% 0%;
}

li.service i.fa {
    display: none;
}

li.service>div.right {
    width: 82%;
    display: inline-block;
    padding: 1%;
}

li.service ul {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

li.service li {
    line-height: 1;
    padding-left: 1.4em;
    margin: 0 0 5px 0;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 100;
    text-align: left;
    padding: 0;
}

li.service:hover {
    box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.3);
    color: #000;
}

li.service:hover p.title,
li.service:hover li {
    color: #000 !important;
}

li.service:hover .button {
    background: #000 !important;
}

li.service .button {
    padding: 10px;
    border-radius: 50%;
    background-color: #333;
    color: #fff;
    font-size: 1.4rem;
    display: inline-block;
    width: 45px;
    height: 45px;
}

li.service.primary .button {
    background-color: #07b;
}

.service.primary p,
li.service.primary li {
    font-size: 1.2rem;
}

.service.primary p.title {
    font-size: 1.5rem;
    color: #07b;
}

li.service.secondary .button {
    background-color: #e02;
}

.service.secondary p,
li.service.secondary li {
    font-size: 1.1rem;
}

.service.secondary p.title {
    font-size: 1.4rem;
    color: #e02;
}


/* Responsive video */

.responsive-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-bottom: 45%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.responsive-container iframe,
.responsive-container object,
.responsive-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Elementor Iconbox fix */

@media (max-width:768px) {
    .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
        display: flex;
    }
    .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon {
        margin-right: 10px !important;
    }
}


/* Sales -> Top */

.ac-top>.elementor-container {
    min-height: 400px;
}


/* Sales > Pricing */

.ac-top>.elementor-container {
    min-height: 400px;
}


/* Sales > Pricing */

.ac-price {
    line-height: 1.2;
    font-size: 1.5rem;
}

.ac-price .price-tag-normal,
.ac-price .price-tag-sale {
    text-transform: uppercase;
    font-size: 0.6em;
}

.ac-price.price-normal p {
    opacity: 0.8;
    margin: 0;
}

.ac-price.price-normal .price {
    text-decoration: line-through;
}

.ac-price.price-earlybird {
    color: #333;
    font-size: 1.5em;
    background: #fff;
    padding: 10px 10%;
    border-radius: 5px;
}

.ac-price.price-earlybird .price-tag-sale {
    font-size: 0.6em;
    margin: 0 0 5px;
}

.ac-price.price-earlybird .price>span {
    display: block;
    text-transform: uppercase;
    font-size: 0.8rem;
    line-height: 1;
    text-align: left;
    margin: 10px 0 0;
}

.ac-price.price-earlybird .price {
    display: block;
    width: fit-content;
    margin: 0 auto 0 auto !important;
}

.ac-price.price-earlybird .legal {
    text-align: center;
    font-size: .9rem;
    opacity: 0.7;
    margin: 5px 0 0;
}


/* Sales -> Button */

#top .elementor-button {
    color: #ffffff;
    background-color: #07b;
    font-weight: bolder;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 5px;
}

#top .elementor-button:hover,
#top .elementor-button:active {
    background: #fff;
    color: #000;
}


/* Sales > Keypoint */

.ac-keypoint .elementor-icon-box-title {
    margin: 1em 0 .3em;
}


/* Sales > Included non inc services */

.ac-service {
    font-size: 0.8em;
    color: #333;
}

.ac-service figure {
    margin: 0 0 10px 0;
}

.ac-services {
    counter-reset: service;
    margin-left: 30px;
}

.ac-services p {
    margin: 0;
    font-size: 0.8em;
    color: #585858;
    text-align: justify;
}

.ac-services h5 {
    display: block;
    padding: 0 0 8px;
    margin: 1em 0 0 0;
    color: rgb(0, 0, 0);
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.2;
}

.ac-services h5::before {
    /* counter-increment: service;
    content: counter(service, decimal-leading-zero) " ";
    font-size: 0.8em;
    margin: 0 0 0 -30px;
    width: 30px;
    display: inline-block;
    color: #0007; */
    content: "•";
    font-size: 1.6em;
    margin: 0 0 0 -25px;
    width: 25px;
    display: inline-block;
    color: #000000a1;
    line-height: 1rem;
    vertical-align: middle;
}

.ac-services>h3:first-of-type,
.ac-services>h4:first-of-type,
.ac-services>h5:first-of-type {
    margin-top: 0;
}

.ac-services img {
    display: inline-block;
    max-width: 150px;
    height: auto;
    margin: 0 auto;
    float: right;
    padding: 0 0 10px 20px;
    clear: both;
}


/* 
div.ac-e-r {
	padding: 25px 0;
	background-color: #7676769;
	border-radius: 50% 50% 50% 50%;
	display: inline-block;
	margin:auto;
	width: 80px !important;
	height: 80px;
	color: #fff;
	font-size: 25px;
	text-align: center;
	margin-bottom: 10px !important;
} */

.ac-service p {
    margin-bottom: 3px;
}

.ac-service p.t {
    margin: 0;
    font-size: 1.3rem;
    color: #000;
}


/* @todo Tables */

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

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

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

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

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

.table-bordered {
    border: 1px solid #dee2e6;
}

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

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

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
    border: 0;
}

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

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

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

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
    border-color: #7abaff;
}

.table-hover .table-primary:hover {
    background-color: #9fcdff;
}

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

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

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
    border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

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

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

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
    border-color: #8fd19e;
}

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

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

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

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
    border-color: #86cfda;
}

.table-hover .table-info:hover {
    background-color: #abdde5;
}

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

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

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
    border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

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

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

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
    border-color: #ed969e;
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

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

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

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
    border-color: #fbfcfc;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}

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

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

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
    border-color: #95999c;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

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

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

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

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

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}

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

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

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #454d55;
}

.table-dark.table-bordered {
    border: 0;
}

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

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

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-sm>.table-bordered {
        border: 0;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-md>.table-bordered {
        border: 0;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-lg>.table-bordered {
        border: 0;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-xl>.table-bordered {
        border: 0;
    }
}

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

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

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    /* padding: 10px 5px; */
    width: auto;
    /* font-size: 0.85rem; */
}

.tab0 {
    /* Próximamente .table thead>tr>td */
    color: #FFFFFF;
    background-color: #555;
    text-align: center;
    font-weight: bold;
    font-size: 1rem !important;
    text-transform: uppercase;
}

.color7 {
    /* Subtitulo de thead */
    background: #a70c19;
    color: #fff;
}

.color2 {
    /* Subtitulo general */
    background: #eee;
    /* text-align: center; */
    /* text-transform: uppercase; */
}

.color5,
.color6 {
    /* Próximamente .table tfooter>tr>td */
    background: #eee;
    color: #000;
}

.table>tbody>tr>td.tabledates,
table>tbody>tr>td.tab0 {
    font-size: 14px;
    padding: 5px 10px;
    width: auto;
    text-transform: uppercase;
}

.table>tbody>tr>td.tabledates.color2 {
    text-align: right;
}

td.tab00 {
    /* Pie de página */
    white-space: normal;
    line-height: 1.2;
    font-size: 14px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: #555;
}


/* SALES > Floating bar */

#ac-sales-bar {
    position: fixed;
    bottom: 0;
    z-index: 100;
    width: 100vw;
    left: 0;
    display: flex;
    overflow-y: auto;
    padding-left: 10px;
    padding-right: 10px;
}

#ac-sales-bar .elementor-icon-list-item a:hover {
    transform: none;
}

#ac-sales-bar ul.elementor-icon-list-items.elementor-inline-items,
#ac-sales-bar .elementor-widget-wrap {
    flex-wrap: nowrap;
}

#ac-sales-bar .elementor-icon-list-text {
    white-space: nowrap;
}

#ac-sales-bar a.contacto .elementor-icon-list-text {
    font-weight: bolder;
}


/* Sales > Highlights */

.elementor-widget-icon-box .elementor-icon-box-description {
    font-size: .85em;
    opacity: 0.8;
    margin-top: 5px;
}


/* Sales > Dates */

.ac-expedition-dates .date {
    display: inline-block;
    padding: 7px 9px;
    margin: 0 3px 7px 0;
    background: #ffffff2e;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.1em;
    border-radius: 10px 0 10px 0;
}

.ac-expedition-dates .message {
    margin: 25px auto 0;
    font-size: 0.9em;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.ac-expedition-dates {
    text-align: center;
    margin: 20px 0 0;
}

.ac-expedition-dates .date p {
    margin: 0;
    line-height: 1.2;
}

.ac-expedition-dates .date p.end {
    font-weight: 300;
    font-size: 12px;
    opacity: .7;
    /* color: #000; */
}


/* ITINERARIO @todo */

.itinenario {
    padding: 0 5px;
    line-height: 1.3;
    font-size: 15px;
    color: #767676;
}

.itinenario in {
    font-weight: bold;
    display: inline-block;
    margin: 7px 0 7px -5px;
    color: #333;
    font-size: 1rem;
}

.itinenario hr {
    border-color: #d2d1cb;
}

.itinenario pieimg {
    color: #555;
    display: inline-block;
    background: #f7f7f7;
    padding: 20px;
    margin: 0;
}

.itinenary {
    padding: 0 5px;
    line-height: 1.3;
    font-size: 15px;
    color: #767676;
}

.itinenary h4 {
    font-weight: 700;
    margin: 0 0 20px -7px;
}

.itinenary h5 {
    font-weight: 300;
    display: block;
    margin: 20px 0 7px -5px;
    color: #333;
    font-size: 1rem;
}

.itinenary h5 strong {
    display: inline-block;
    padding: 5px 10px;
    vertical-align: bottom;
    background: #eee;
    text-transform: uppercase;
    line-height: 1;
    font-size: 0.8em;
    color: #333;
    margin: 0 3px -3px 0;
    font-weight: 800;
}

.itinenary h5 strong.summit {
    background: #F24949;
    color: #fff;
}

.itinenary-notes {
    color: #555;
    display: block;
    background: #f7f7f7;
    padding: 20px;
    font-size: .8rem;
    margin: 1.5rem 0 0;
}


/* OLD SERVICES @todo OLD*/

.ac-old-services p>n,
.ac-old-services h3,
.ac-old-services h4,
.ac-old-services h5 {
    display: block;
    padding: 0 0 8px;
    margin: 1em 0 0 0;
    color: rgb(0, 0, 0);
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.2;
}

.ac-old-services p {
    margin: 0;
    font-size: 0.8em;
    color: #585858;
    text-align: justify;
}

.ac-old-services div.img {
    display: inline-block;
    max-width: 150px;
    margin: 0 auto;
    float: right;
    padding: 0 0 10px 20px;
    clear: both;
}

.ac-old-services pieimg {
    text-align: right;
    display: block;
    font-size: 12px;
    line-height: 1.2;
    padding: 8px 0 0;
}


/* OLD  GRAFICO @todo*/

.ac-old-grafico img {
    width: 100%;
    padding: 0 0 10px;
}

.ac-old-grafico pieimg {
    text-align: center;
    display: block;
    line-height: 1.2;
    font-size: .9rem;
}


/* OLD Botones @todo */

.botones,
.botones li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.botones a,
a.first {
    display: inline-block;
    padding: 10px 20px;
    margin: 5px 0 20px;
    background: #07b;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
}

.botones a:hover,
a.first:hover {
    background: #0cf;
}


/* OLD @todo n elements */

.elementor-widget-html p>n,
.elementor-widget-html n {
    font-weight: bold;
}

.elementor-widget-html.n n {
    display: block;
}

.elementor-widget-html.n.p n,
.elementor-widget-html.np n {
    display: block;
    margin-top: 30px;
    margin-bottom: 10px;
}

.elementor-widget-html.b b {
    display: block;
    margin-top: 30px;
    margin-bottom: 10px;
}

.elementor-widget-html.about-us-dir div,
.elementor-widget-html.about-us-dir n,
.elementor-widget-html.about-us-dir p,
.elementor-widget-html.about-us-dir p>n {
    font-weight: 300;
    font-size: 0.8rem;
    text-align: center;
}

.elementor-widget-html.list,
.elementor-widget-html.list p {
    font-size: 0.9rem;
}

.elementor-widget-html.list t2,
.elementor-widget-html.list h2,
.elementor-widget-html.list h3,
.elementor-widget-html.list h4 {
    font-size: 1.2rem;
    font-weight: normal;
    margin: 20px 0 10px;
    display: block;
}


/* Float old images and image captions to right */

.fr,
.fl {
    float: right;
    margin: 0 0 10px 10px;
    max-width: 40%;
}


/* Person */

p.person-t {
    text-align: center;
    font-size: 1.2em;
    margin: 1em 0 0 0;
    color: #000;
}

p.person-c {
    text-align: center;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: 100;
    margin: 0 auto 10px;
}

p.person-d {
    text-align: center;
    line-height: 1.3;
    font-weight: 300;
    color: #666;
    font-size: 0.85em;
    font-style: italic;
    margin: 0 auto 30px;
}

p.person-img {
    text-align: center;
}

p.person-img>img {
    width: 60%;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    height: auto;
}


/* External gallery */

.io-gallery-external .io-gallery-external-title>a {
    color: #ee1122;
    padding: 10px 5px;
    display: block;
    text-decoration: none;
    transition: transform .3s ease;
    cursor: pointer;
}

.io-gallery-external .io-gallery-external-title>a:before {
    content: "+";
    font-size: 28px;
    vertical-align: sub;
    padding: 0 5px 0;
}

.io-gallery-external .io-gallery-external-title>a:hover {
    text-decoration: none;
    transform: translateX(10px);
}

.io-gallery-external .io-gallery-external-container {
    overflow: hidden;
    max-height: 0;
    transition: .3s max-height linear;
}

.io-gallery-external.on .io-gallery-external-container {
    max-height: 2000px;
}


/* HTML Gallery (@todo remove in next version) */

.ac-html-gallery .elementor-widget-container {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
}

.ac-html-gallery .elementor-widget-container>* {
    width: 49%;
    margin-bottom: 10px;
}


/* Info > Equipment (@todo remove in next version) */

.ac-old-equipment h4 {
    margin-top: 0;
}

.ac-old-equipment ul {
    padding: 0;
    margin: 0 0 30px 20px;
}


/* Info > Services > Park Rangers */

.ac-services-guardaparques h3 {
    color: #fff;
    font-size: 1.5rem;
}


/* Links */

.links-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
}

.links-card {
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 4px hsl(0deg 0% 0% / 15%);
    transition: box-shadow ease .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 14px;
    border-top: 10px solid #07b;
}

.links-card:hover {
    box-shadow: 0 10px 20px hsl(0deg 0% 0% / 10%);
}

.links-card p {
    margin: 0 0 10px;
    font-size: 1em;
}


/* Fix slider */

body.home .swiper-slide[data-swiper-slide-index="3"] .elementor-background-slideshow__slide__image {
    background-position: 95% center !important;
}


/* Not loaded, no image */

body:not(.loaded) .elementor-flip-box__back,
body:not(.loaded) .elementor-flip-box__front,
body:not(.loaded) .elementor-column-wrap,
body:not(.loaded) .elementor-section:not(.elementor-motion-effects-element-type-background) {
    background-image: none !important;
}


/* Backgrund IMG */

.elementor-widget-image.ae-imgbg {
    width: 100%;
    position: absolute;
    height: 100%;
}

.elementor-widget-image.ae-imgbg img {
    object-fit: cover;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    z-index: -1;
}