@charset "utf-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
label,
legend,
caption,
tbody,
tfoot,
thead,
th,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.index-h1 {
  font-family: "Rubik", sans-serif;
  font-size: 45px;
  margin-top: 60px;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 500;
  color: #013483;
}

.promociones-h1 {
  font-family: "Rubik", sans-serif;
  font-size: 45px;
  margin-top: 60px;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 500;
  color: #013483;
}

.busqueda-h1 {
  font-family: "Rubik", sans-serif;
  font-size: 45px;
  margin-top: 60px;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 500;
  color: #013483;
}

h3 {
    text-align: center;
}

h4 {
    text-align: center;
    color: #000;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h4,
h5,
h6,
pre,
fieldset,
input,
textarea,
p,
blockquote,
th,
a {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1 {
    font-size: 100%;
    font-weight: normal;
    font-size: 34px;
    font-family: Helvetica_Neue, "Trebuchet Ms", Gadget, sans-serif;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-spacing: 0;
}

p {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: font;
}

b,
strong {
    font-weight: bold !important;
}

@font-face {
    font-family: ERAS;
    src: url(../fonts/ERASMD.eot);
}

@font-face {
    font-family: ERAS;
    src: url(../fonts/ERASMD.TTF);
}

@font-face {
    font-family: 'Helvetica_Neue';
    src: url('../fonts/helveticaltstdcond.eot');
    src: url('../fonts/helveticaltstdcond.eot?#iefix') format('embedded-opentype'), url('../fonts/helveticaltstdcond.woff') format('woff'), url('../fonts/helveticaltstdcond.ttf') format('truetype')
}

@font-face {
    font-family: Helvetica_Neue;
    src: url("../fonts/helveticaltstdcond.eot")
}

@font-face {
    font-family: Helvetica_Neue;
    src: url(../fonts/helveticaltstdcond.ttf)
}

#canvas_fondo {}

#canvas_cont {
    /* margin: 0 auto; */
    /* display: block; */
    /* width: 1163px; */
    /* height: auto; */
    /* z-index: 30; */
    /* height: auto; */
    /* overflow: hidden; */
}

header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #152d52;
    color: #FFF;
    height: 3.5rem;
    z-index: 10;
}

header .count-logo-new {
    position: relative;
    width: 6.5rem;
}

@media screen and (max-width: 1199.98px) {
    header .count-logo-new {
        width: 5.2rem;
    }
}

@media screen and (max-width: 575.98px) {
    header .count-logo-new {
        width: 4.75rem;
    }
}

header .circle-imglogo {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100rem;
    overflow: hidden;
    /* padding: .3rem; */
    padding-top: .2rem;
    padding-right: .2rem;
    margin-top: .5rem;
    background-color: #FFF;
}

header li p {
    color: #FFF;
}

@media screen and (max-width: 1199.98px) {
    header #menunew {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #152d52;
        padding-top: 3rem;
        padding-left: 0;
        padding-right: 0;
        z-index: -1;
    }
}

header li.count-mitravel img {
    min-width: 5rem;
    margin-left: .5rem;
    margin-right: .5rem;
}

@media screen and (max-width: 1199.98px) {
    header li.count-mitravel img {
        min-width: 4rem;
        margin-left: 0;
        margin-right: 0;
    }
}

header li.count-btnmenunew .btn {
    padding: .5rem;
}

header li.count-btnmenunew .btn i {
    margin-right: 0;
    font-size: 1.3rem;
}

@media screen and (max-width: 1199.98px) {
    header li.count-search {
        margin-top: 1rem;
    }
}

header li.count-search input {
    border: none;
    min-height: 1.6rem;
}

@media screen and (max-width: 1399.98px) {
    header li.count-search input {
        max-width: 7rem;
    }
}

header li.count-search .btn {
    border: none;
    background-color: #FFF;
    padding: .3rem;
    display: inline-block;
    border-top-right-radius: 100rem;
    border-bottom-right-radius: 100rem;
    margin: 0;
}

header li.count-search .btn:hover {
    background-color: #FFF;
}

header li.count-search .btn i {
    background-color: #000;
    border-radius: 100rem;
    color: #FFF;
    padding: .1rem;
    font-size: .8rem;
    margin-right: 0;
}

header li.count-search .count-search-icon .btn {
    border-top-left-radius: 100rem;
    border-bottom-left-radius: 100rem;

    border-top-right-radius: 0;
    border-bottom-right-radius: 0;margin: 0;
    margin: 0;
}

header li.count-search .count-search-icon .btn i {
    background-color: #FFF;
    padding: 0;
    color: #333;
    font-size: 1rem;
}

@media screen and (max-width: 1199.98px) {
    header li.count-moneda {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}

header li.count-moneda .row {
    background-color: #FFF;
    margin-left: 1rem;
    margin-right: 0;
    padding-top: .3rem;
    padding-bottom: .3rem;
    font-size: .8rem;
}

header li.count-moneda .row i {
    color: #19a2dc;
    font-size: 1rem;
}

header li.count-moneda .row p {
    padding: 0;
    color: #000;
}

header li #btn-contactogeneral {
/*     margin-left: .5rem;
    margin-right: .5rem; */
    background-color: #19a2dc;
    max-height: 1.5rem;
}

header li #btn-contactogeneral i {
    background-color: #FFF;
    color: #19a2dc;
}

header li .btn-contacto {
    background-color: #FFF;
    border-radius: 100rem;
    padding: .3rem !important;
    padding-right: .75rem !important;
}

header li .btn-contacto i {
    border-radius: 100rem;
    background-color: #19a2dc;
    padding: .3rem;
    font-size: 1.1rem;
}

header li .btn-contacto p {
    padding-top: 0;
    padding-bottom: 0;
    color: #19a2dc;
}

header li .btn {
    display: block;
    text-align: left;
    color: #FFF;
    font-size: .9rem;
    border: none;
    text-transform: uppercase;
    line-height: 1.7;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media screen and (max-width: 1199.98px) {
    header li .btn {
        width: 100%;
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
}

header li .btn:hover {
    color: #FFF;
}

header li .btn i {
    font-size: .9rem;
    margin-right: .4rem;
}

header li .btn:hover:not(.no-hover) {
    background-color: #0086B9;
    color: #FFF;
}

header li>ul.submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #152d52;
    width: 100%;
    min-width: 16rem;
    /*max-height: 18rem;*/
    max-height: 30rem;
    overflow-y: auto;
    overflow-x: hidden;
}

@media screen and (max-width: 1199.98px) {
    header li>ul.submenu {
        position: relative;
        top: initial;
        left: initial;
        background-color: #244372;
        max-height: 10rem;
    }

    header li>ul.submenu li a {
        padding-left: 2rem;
    }
}

header li>ul.submenu .count-redesociales {
    background-color: #0086B9;
    margin-top: 1rem;
}

header li>ul.submenu .count-redesociales .redesociales li a {
    padding-left: .4rem;
    padding-right: .4rem;
}

header li>ul.submenu .count-redesociales .redesociales li a:hover {
    background-color: #152d52;
}

header li>ul.submenu .count-redesociales .redesociales li a img {
    min-width: 1.3rem;
}

header li>ul.submenu li .btn {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

@media screen and (min-width: 1200px) {
    header li:hover ul.submenu {
        display: block;
    }
}

.modal-open .botonCotizacionBottom,
.modal-open .circle,
.modal-open .circle-adsolute,
.modal-open .circle-short {
    display: none !important;
}

.modalredesociales {
    overflow: hidden !important;
}

.modalredesociales .modal-dialog {
    width: 100%;
    height: 100vh;
    margin: 0;
}

.modalredesociales .modal-dialog .modal-content {
    width: 100%;
    height: 100%;
    background-color: #244372;
    color: #FFF;
}

.modalredesociales .modal-dialog .modal-content .modal-header {
    border-bottom: 0;
}

.modalredesociales .modal-dialog .modal-content .modal-header .close {
    background-color: transparent;
    border: none;
    color: #FFF;
    opacity: 1;
}

.modalredesociales .modal-dialog .modal-content .modal-body .circle-imglogo {
    border-radius: 100rem;
    overflow: hidden;
    padding: .3rem;
    padding-top: .5rem;
    padding-right: .5rem;
    margin-bottom: 1rem;
    background-color: #FFF;
    max-width: 5rem;
}

.modalredesociales .modal-dialog .modal-content .modal-body .btn-contacto {
    background-color: #FFF;
    border-radius: 100rem;
    padding: .3rem !important;
    padding-right: .75rem !important;
}

.modalredesociales .modal-dialog .modal-content .modal-body .btn-contacto i {
    border-radius: 100rem;
    background-color: #19a2dc;
    padding: .3rem;
    font-size: 1.1rem;
}

.modalredesociales .modal-dialog .modal-content .modal-body .btn-contacto p {
    padding-top: 0;
    padding-bottom: 0;
    color: #19a2dc;
}

.modalredesociales .modal-dialog .modal-content .modal-body .btn {
    color: #FFF;
    clear: both;
    display: block !important;
    max-width: 13rem;
    margin: 0 auto;
}

.modalredesociales ul.submenu .count-redesociales {
    background-color: #0086B9;
    margin-top: 1rem;
}

.modalredesociales ul.submenu .count-redesociales .redesociales li a {
    padding-left: .4rem;
    padding-right: .4rem;
}

.modalredesociales ul.submenu .count-redesociales .redesociales li a img {
    min-width: 1.3rem;
}

.modalredesociales ul.submenu li .btn {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.count-newsletternew {
    padding-top: 1.5rem;
    padding-bottom: 4.5rem;
}

.count-newsletternew img {
    max-width: 8rem;
}

.count-newsletternew p {
    color: #1a3562;
}

.count-newsletternew input {
    border-radius: 100rem;
    border: 2px solid #333;
    min-height: 1.5rem;
    font-size: .9rem;
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 10rem;
}

@media screen and (max-width: 539.98px) {
    .count-newsletternew input {
        width: 100%;
        max-width: none;
    }
}

.count-newsletternew .btn-newsletter {
    border-radius: 100rem;
    border: 2px solid #333;
    padding-top: .1rem;
    padding-bottom: .1rem;
    text-transform: uppercase;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: rgb(132, 210, 221);
}


@media screen and (max-width: 539.98px) {
    .count-newsletternew .btn-newsletter {
        width: 100% !important;
    }
}

footer .footer-top {
 background-color: #1a3562;
 padding-top: 1.5rem;
 padding-bottom: 1.5rem;
 border-top: 1rem solid #11122e;
}

footer .footer-top .footer-top-logo img {
    max-width: 8rem;
}

footer .footer-top .footer-top-logo .redesociales {
    margin-top: 1rem;
    margin-bottom: 0;
}

footer .footer-top .footer-top-logo .redesociales li a {
    padding-left: .4rem;
    padding-right: .4rem;
}

footer .footer-top .footer-top-logo .redesociales li a img {
    min-width: 1.75rem;
}

footer .footer-top h3 {
    text-align: left;
    color: #019dd9;
    text-transform: uppercase;
    margin-bottom: .75rem;
    font-size: .9rem;
}
footer .footer-top h5 {
    color: #019dd9;
    text-transform: uppercase;
    margin-bottom: .75rem;
    font-size: .9rem;
}

footer .footer-top ul {
    margin-bottom: 1rem;
}

footer .footer-top ul li a {
    line-height: 1.3;
    font-size: .9rem;
    color: #FFF;
    text-decoration: none;
}

footer .footer-top ul li a:hover {
    text-decoration: underline;
    color: #FFF;
}

footer .footer-middle {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

footer .footer-middle .line-banks {
    border-left: 1px solid #1a3562;
}

footer .footer-middle li {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

footer .footer-middle li img {
    max-width: 10rem;
    max-height: 4rem;
}

footer .footer-bottom {
    background-color: #11122e;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

footer .footer-bottom ul li {
    position: relative;
}

footer .footer-bottom ul li:not(:last-child):after {
    content: '|';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-right: -.3rem;
    color: #5bb9e5;
}

footer .footer-bottom ul li .btn {
    padding: 0;
}

footer .footer-bottom .btn {
    color: #5bb9e5;
}

footer .footer-bottom p {
    color: #FFF;
    font-size: .8rem;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.4;
}

#contenedor {
    padding-left: 0px;
    text-align: justify;
    font-size: 12px;
    color: #FFF;
    display: block;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 1186px;
    height: auto;
    position: absolute;
    z-index: 13;
}

#canvas_cont_footer {
    display: table;
    width: 100%;
    height: 430px;
    clear: both;
    position: relative;
    background-color: #036;
    border-top: 20px solid #003;
    margin-top: 20px;
    min-width: 1163px;
}

#footer {
    /* margin: 15px auto 0; */
    /* display: table; */
    /* width: 1163px; */
}

#logo {
    width: auto;
    position: relative;
    z-index: 2;
}

#direccion {
    /*! display: block; */
    /*! width: auto; */
    /*! height: auto; */
    margin-top: 50px;
    position: relative;
    float: right;
    z-index: 2;
}

.infotelefono1 {
    font-family: ERAS, Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #000;
    float: right;
    margin-top: 7px;
    margin-right: 220px;
}

.infotelefono2 {
    font-family: ERAS, Verdana, Arial, sans-serif;
    font-size: 10px;
    color: #0099FF;
    float: left;
    margin-top: 7px;
    margin-left: 35px;
    margin-right: 110px;
}

.telefono {
    font-family: ERAS, Verdana, Arial, sans-serif;
    font-size: 20px;
    color: #0099FF;
    width: auto;
    padding-left: 13px;
    background-image: url(../images/ico-telefono.png);
    background-position: left;
    background-repeat: no-repeat;
    float: right;
    position: static;
    margin-top: 0px;
    font-weight: bold;
}

.telefono1 {
    font-family: ERAS, Verdana, Arial, sans-serif;
    font-size: 20px;
    color: #0099FF;
    width: auto;
    padding-left: 15px;
    background-image: url(../images/ico-telefono.png);
    background-position: left;
    background-repeat: no-repeat;
    float: right;
    position: static;
    margin-right: 20px;
    font-weight: bold;
}

.telefono2 {
    font-family: ERAS, Verdana, Arial, sans-serif;
    font-size: 20px;
    color: #0099FF;
    width: auto;
    padding-left: 15px;
    background-image: url(../images/ico-email.png);
    background-position: left;
    background-repeat: no-repeat;
    float: left;
    position: static;
    margin-top: 0px;
    margin-right: 20px;
    font-weight: bold;
}

.superior {
    font-family: ERAS, Verdana, Arial, sans-serif;
    color: #000;
    font-size: 15px;
    float: right;
    width: 430px;
    margin-top: 10px;
}

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
    padding-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.formulariodemo {
    margin-right: 6px;
}

.formulariodemo input {
    background-color: #CCC;
    border: none;
    float: rigth;
    font-family: "Trebuchet Ms", Gadget, sans-serif;
    font-size: 12px;
    height: 20px;
    margin: 0px 10px;
    width: 90px;
    padding-left: 5px;
    float: right;
}

.formulariodemo input:focus {
    width: 90px;
    outline: 0;
    background: #EEE;
    box-shadow: 0 0 2px rgba(0, 0, 0, .8) inset;
}

.formulariodemo input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.formulariodemo input::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.formulariodemo input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.formulariodemo input:required {
    box-shadow: none;
}

.formulariodemo button {
    color: #FFF;
    cursor: pointer;
    float: right;
    font-size: 10px;
    height: 20px;
    width: 90px;
    overflow: visible;
    position: relative;
    text-transform: uppercase;
    width: 87px;
    background-color: #100040;
    font-family: "Trebuchet MS";
    text-transform: uppercase;
    color: #FFF;
    border: 3px solid #A3E4FF;
    font-weight: bold;
    margin: 0px;
    border-radius: 16px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.formulariodemo button:hover {
    background: #A3E4FF;
}

.formulariodemo button:active,
.formulariodemo button:focus {
    background: #A3E4FF;
}

.formulariodemo button:hover:before {
    border-right-color: #E54040;
}

.formulariodemo button:focus:before {
    border-right-color: #A3E4FF;
}

#barra_nav_sup {
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    background-color: #036;
    position: fixed;
    height: 45px;
    margin: 0 auto;
    z-index: 1000;
    background-color: #036;
}

#barra_nav_sup button.btn-menu {
    border: none;
    background-color: transparent;
    outline: none;
    font-size: 1.5em;
    color: #FFF;
    padding: 17px 15px;
    float: right;
}

@media screen and (min-width: 601px) {
    #barra_nav_sup button.btn-menu {
        display: none;
    }
}

.barra_sup {
    position: relative;
    margin: 0px auto 0 auto;
    display: block;
    /* width: 900px; */
}

.barra {
    display: block;
    position: relative;
    margin: 0px auto 0 auto;
    /* padding: 10px 0; */
}

.nav_sup li a {
    font-family: ERAS, Verdana, Arial, sans-serif;
    font-size: 13px;
    line-height: 15px;
    color: #FFF;
    height: auto;
    width: auto;
    text-decoration: none;
    text-align: center;
    display: block;
    font-weight: bold;
    padding: 15px;
}

.nav_sup ul a {
    font-family: ERAS, Verdana, Arial, sans-serif;
    font-size: 10px;
    line-height: 13px;
    background-color: #036;
    opacity: 0.88;
    color: #FFF;
    height: auto;
    width: 200px;
    text-decoration: none;
    text-align: left;
    display: block;
    padding-left: 11px;
    font-weight: bolder;
    box-shadow: 0px 2px #0086B9;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.nav_sup>.clases {
    float: left;
    padding-left: 3px;
    padding-right: 3px;
    margin-right: 1px;
    margin-left: 10px;
}

.nav_sup>.primero {
    float: left;
    width: 32px;
    padding-left: 26px;
    margin-right: 1px;
}

.nav_sup>.ultimo {
    padding-left: 5px;
    float: left;
    text-decoration: none;
    display: block;
}

@media screen and (min-width: 601px) {
    .nav_sup>.clases a:hover {
        color: #fff;
        box-shadow: 0px 2px #FF8306;
        background-color: #0086B9;
    }
}

.nav_sup li ul {
    display: none;
    position: absolute;
    width: auto;
}

.nav_sup li:hover>ul {
    display: block;
    max-height: 17rem;
    overflow-y: auto;
}

#contenedor_destinos {
    margin-top: 1rem;
    list-style: none;
    margin-left: -.75rem;
    margin-right: -.75rem;
    text-align: center;
}

.destinos {
    display: inline-block;
    width: auto;
    height: auto;
    padding-left: 1rem;
    padding-right: .75rem;
    margin-bottom: .75rem;
}

.destinoslink {
    display: block;
    background-color: #FFF;
    color: #333;
    text-decoration: none;
    text-transform: lowercase;
    padding: .5rem 1rem;
    font-size: .8rem;
    border-radius: .25rem;
}

.destinoslink:first-letter {
    text-transform: uppercase;
}

#MENU {
    padding-left: 0;
}

#ICONBG2 {
    width: auto;
    display: inline-block;
    padding-top: 35px;
}

#ICONBG2 ul {
    list-style: none;
}

#ICONBG2 li {
    float: left;
}

#ICONBG2 li a {
    display: block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #808080;
    font-size: 16px;
    font-weight: bold;
    line-height: 33px;
    text-decoration: none;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

#ICONBG2 li a:hover {
    color: #000000;
    text-decoration: none;
}

#ICONBG2 ul.LL {
    display: inline-block;
}

#ICONBG2 ul.LL li {
    float: left;
}

#ICONBG2 ul.LL li a {
    display: block;
    width: 32px;
    height: 33px;
    text-indent: -9999px;
    background-repeat: no-repeat;
}

.icon_hover {
    background-position: left -33px;
    font-family: "Trebuchet Ms", Gadget, sans-serif;
}

.icon_current {
    background-position: left -66px;
}

#ICONBG2 ul.LL li.icon a {
    background-image: url(../images/menu_btn.png)
}

#ICONBG {
    z-index: 1000;
    margin-top: 5px;
    position: absolute;
    left: 503px;
    top: 503px;
    width: 216px;
}

#ICONBG ul {
    list-style: none;
}

#ICONBG li {
    float: left;
}

#ICONBG li a {
    display: block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #808080;
    font-size: 16px;
    font-weight: bold;
    line-height: 33px;
    text-decoration: none;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

#ICONBG li a:hover {
    color: #000000;
    text-decoration: none;
}

#ICONBG ul.LL {
    display: inline-block;
}

#ICONBG ul.LL li {
    float: left;
}

#ICONBG ul.LL li a {
    display: block;
    width: 32px;
    height: 33px;
    text-indent: -9999px;
    background-repeat: no-repeat;
}

.icon_hover {
    background-position: left -33px;
    font-family: "Trebuchet Ms", Gadget, sans-serif;
}

.icon_current {
    background-position: left -66px;
}

#ICONBG ul.LL li.icon a {
    background-image: url(../images/menu_btn.png)
}

#marqueeWrap {
    /* display: block; */
    position: relative;
    padding-top: 3.5rem;
    z-index: 9;
}

.gallery-slider .swiper-button-prev,
.gallery-slider .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: none;
    background-color: #000000b8;
    border-radius: 100rem;
    padding: 0;
    height: 3rem;
    width: 3rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

.gallery-slider .swiper-button-prev i,
.gallery-slider .swiper-button-next i {
    font-size: 2.5rem;
    color: #FFF;
}

.gallery-slider .swiper-slide img {
    width: 100%;
    height: 100%;
}

.info-detalle {
    background-color: #19a2dc;
    color: #FFF;
}

.info-detalle p {
    padding-top: 0;
    padding-bottom: 0;
}

.info-detalle li {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}

@media screen and (max-width: 550px) {
    .info-detalle li {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.info-detalle li .btn {
    background-color: #FFF;
    color: #19a2dc;
    font-size: 1.5rem;
    border-radius: .25rem;
}

@media screen and (max-width: 550px) {
    .info-detalle li .btn {
        font-size: .9rem;
    }
}

.preload_marquee {
    width: 100%;
    height: auto;
    text-align: center;
}

.preload_marquee2 {
    position: relative;
    margin-bottom: 40px;
    padding-right: 20px;
    padding-left: 70px;
    z-index: 1;
}

.preload_marquee2 paquetes {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}

.preload_marquee1 {
    width: 100%;
    position: absolute;
    height: 350px;
    text-align: center;
}

#marquee {
    position: absolute;
    top: 0px;
    z-index: 1;
    width: 100%;
    min-width: 960px;
    border: 3px solid #0C0;
}

#contenido_inferior {
    position: relative;
    height: auto;
    background-color: #FFF;
    width: 100%;
    float: left;
    padding: 11px 11px 0px 11px;
    box-sizing: border-box;
    margin-top: 50px;
    z-index: 2;
}

#contenido_inferior_busqueda {
    position: relative;
    height: auto;
    background-color: #FFF;
    /* width: 100%; */
    /* float: left; */
    /* padding: 11px 11px 0px 11px; */
    margin-top: 0;
    margin-bottom: 20px;
    z-index: 2;
    box-sizing: border-box;
}

#contenido_inferior_articulos {
    position: absolute;
    height: auto;
    width: 1149px;
    top: 150px;
    left: 11px;
    padding: 11px 11px 0px 11px;
    background: #FFF;
    z-index: -1;
}

#contenedor_articulos {
    width: 1100px;
    min-height: auto;
    margin-top: 80px;
    float: left;
    padding-rigth: 15px;
    background: #FFF;
    color: #333;
    font-family: "Trebuchet Ms", Gadget, sans-serif;
    font-size: 12px;
    line-height: 27px;
    padding: 20px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
}

#foto_articulos {
    padding: 20px;
}

#contenedor_paquetes {
    display: block;
    width: 1160px;
    height: auto;
    /* float: left; */
    padding-left: 15px;
    padding-right: 15px;
    background: #FFF;
    color: #000;
    font-family: "Trebuchet Ms", Gadget, sans-serif;
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 20px;
    /* box-sizing: border-box; */
    overflow: hidden;
    margin: 0 auto;
}

.completoClassItems .paquetes {
    margin-top: 30px;
}

@media screen and (min-width: 561px) {
    .completoClassItems .paquetes {
        margin-left: 0;
    }
}

.resaltado_paquete {
    font-family: "Trebuchet Ms", Gadget, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    width: 160px;
    height: 20px;
    padding-top: 7px;
    padding-right: 80px;
    background-color: #e71010;
    color: #ffffff;
    text-align: center;
    vertical-align: text-bottom;
    opacity: .5;
    z-index: 98;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg)-0-transform rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    -ms-transform-origin: 100px 100px;
    -webkit-transform-origin: 100px 100px;
    -o-transform-origin: 100px 100px;
    -moz-transform-origin: 100px 100px;
    transform-origin: 100px 100px;
    top: 15px;
    left: -13px;
    visibility: visible;
    z-index: 200;
    position: relative;
}

.sin_resaltado_paquete {
    font-family: "Trebuchet Ms", Gadget, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    width: 160px;
    height: 20px;
    padding-top: 7px;
    padding-right: 80px;
    color: #FAFAFE;
    text-align: center;
    vertical-align: text-bottom;
}

#divMain {}

@media screen and (min-width: 601px) {
    #divMain {
        /* padding-left: 236px; */
    }
}

.paquetes {
    background-color: #FAFAFE;
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0NyUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4OCUiIHN0b3AtY29sb3I9IiNkNmQ2ZDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZDZkNmQ2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, #ffffff 47%, #d6d6d6 88%, #d6d6d6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(47%, #ffffff), color-stop(88%, #d6d6d6), color-stop(100%, #d6d6d6));
    background: -webkit-linear-gradient(top, #ffffff 47%, #d6d6d6 88%, #d6d6d6 100%);
    background: -o-linear-gradient(top, #ffffff 47%, #d6d6d6 88%, #d6d6d6 100%);
    background: -ms-linear-gradient(top, #ffffff 47%, #d6d6d6 88%, #d6d6d6 100%);
    background: linear-gradient(to bottom, #ffffff 47%, #d6d6d6 88%, #d6d6d6 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d6d6d6', GradientType=0);
    border: 2px solid #DBDBEA;
    float: left;
    width: 240px;
    height: auto;
    margin-right: 22px;
    /*! margin-top: 22px; */
    margin-bottom: 22px;
    padding-left: 10px;
    padding-bottom: 18px;
    padding-right: 10px;
    overflow: hidden;
    z-index: 2;
    margin-left: 12px;
}

.titulo {
    display: block;
    font-size: 34px;
    font-family: Helvetica_Neue, "Trebuchet Ms", Gadget, sans-serif;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
}

.titulo_paquete {
    margin-bottom: 10px;
    line-height: 17px;
    font-family: "Helvetica_Neue", Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    text-align: center;
    color: #333;
    line-height: 20px;
    height: 250px;
}

.titulo_paquete h1 {
    text-transform: capitalize;
    text-align: center;
    font-family: "Helvetica_Neue", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    color: #000;
    height: 250px;
}

.duracion_paquete {
    font-family: ERAS, "Trebuchet MS", Gadget, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: bold;
    color: #F00;
    text-align: center;
    margin-bottom: 10px;
}

.paises_paquete {
    font-family: "trebuchet", Gadget, sans-serif;
    font-size: 12px;
    color: #000;
    margin-bottom: 10px;
    line-height: 15px;
    height: 45px;
    max-height: 45px;
}

.precio_paquete {
    background-color: #100040;
    font-family: "Trebuchet MS";
    font-size: 16px;
    text-transform: uppercase;
    color: #FF7F00;
    padding: 11px;
    height: auto;
    width: auto;
    border-top-color: #26FFFF;
    border-right-color: #26FFFF;
    border-bottom-color: #26FFFF;
    border-left-color: #26FFFF;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 2px solid #A3E4FF;
    border-radius: 16px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    margin-bottom: 0;
}

a.precio_paquete_liga:link {
    font-family: "Trebuchet Ms", Gadget, sans-serif;
    text-decoration: none;
    color: #FF7F00;
    ;
}

a.precio_paquete_liga:visited {
    color: #FF7F00;
}

a.precio_paquete_liga:hover {
    text-decoration: none;
    color: #FFF;
}

.boton_forma {
    background-color: #100040;
    font-family: ERAS;
    font-size: 16px;
    text-transform: uppercase;
    color: #FF7F00;
    padding: 11px;
    height: auto;
    width: auto;
    border-top-color: #26FFFF;
    border-right-color: #26FFFF;
    border-bottom-color: #26FFFF;
    border-left-color: #26FFFF;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin: 10px 10px 10px 70px auto;
    border: 2px solid #A3E4FF;
    border-radius: 16px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

a.boton_forma:link {
    margin: 10px 10px 10px 70px auto;
    font-family: ERAS, Gadget, sans-serif;
    text-decoration: none;
    color: #FF7F00;
    ;
}

a.boton_forma:visited {
    color: #FF7F00;
}

a.boton_forma:hover {
    margin: 20px 10px 10px 90px auto;
    text-decoration: none;
    color: #FFF;
}

.fotopaquetes {
    margin: 10px 5px 5px 5px;
    float: left;
    position: relative;
    padding-bottom: 40px;
    background-image: url(../images/sombra_foto.png);
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 1;
}

img.fotopaquetes:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#contenedor_newsletter_articulos {
    width: 260px;
    height: 600px;
    float: right;
}

#contenedor_paises {
    width: auto;
    height: auto;
    float: left;
}

.texto_privacidad a {
    font-family: "Trebuchet Ms", Gadget, sans-serif;
    font-size: 9px;
    color: #FFF;
    text-transform: uppercase;
}

.texto_privacidad_forma a {
    font-family: "Trebuchet Ms", Gadget, sans-serif;
    font-size: 9px;
    color: #000;
    text-transform: uppercase;
}

#newsletter {
    float: right;
    width: 235px;
    height: 310px;
    margin-right: 0px;
    margin-left: 9px;
    margin-top: 17px;
    padding: 22px;
    border: 1px solid #A3E4FF;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 11px;
    background-color: #0059B2;
    font-family: "trebuchet", Gadget, sans-serif;
    font-size: 17px;
    font-style: normal;
    color: #FFF;
    line-height: 25px;
}

.texto_form {
    font-size: 13px;
    font-style: normal;
    color: #FFF;
    text-align: left;
    line-height: 35px;
}

.campo_forma {
    height: 10px;
    width: 120px;
    line-height: 22px;
    font-size: 10px;
    color: #999;
    color: #999;
    border: 1px solid #00AFEF;
    padding: 5px;
    box-shadow: 2px 5px black;
}

#boton_enviar {
    background-color: #100040;
    font-family: "Trebuchet MS";
    font-size: 16px;
    text-transform: uppercase;
    color: #FFF;
    padding: 7px;
    width: 120px;
    border: 2px solid #A3E4FF;
    font-weight: bold;
    cursor: pointer;
}

#boton_enviar:hover {
    background-color: #FFF;
    color: #100040;
}

#articulos {
    color: #000;
    float: left;
    height: auto;
    margin-right: 3px;
    margin-left: 5px;
    margin-top: 20px;
    padding: 10px;
    background-color: #FAFAFE;
    font-family: "Trebuchet Ms", Gadget, sans-serif;
    text-decoration: none;
}

#articulos a {
    font-size: 11px;
    color: #000;
    float: right;
    width: 215px;
    height: auto;
    margin-right: 3px;
    margin-left: 3px;
    padding: 10px;
    background-color: #FAFAFE;
    font-family: "Trebuchet Ms", Gadget, sans-serif;
    text-decoration: none;
}

#articulos a:hover {
    font-family: "Trebuchet Ms", Gadget, sans-serif;
    font-size: 11px;
    color: #666;
    text-decoration: underline;
}

#paises {
    margin-top: 0;
    color: #FFF;
    float: left;
    height: auto;
    margin-right: 0;
    margin-left: 0;
    padding: 10px;
    background-color: #369;
    margin-bottom: 20px;
    background: #2c96e8;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNCUiIHN0b3AtY29sb3I9IiMyYzk2ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1NSUiIHN0b3AtY29sb3I9IiMxZTU3OTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #2c96e8 14%, #1e5799 55%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(14%, #2c96e8), color-stop(55%, #1e5799));
    background: -webkit-linear-gradient(top, #2c96e8 14%, #1e5799 55%);
    background: -o-linear-gradient(top, #2c96e8 14%, #1e5799 55%);
    background: -ms-linear-gradient(top, #2c96e8 14%, #1e5799 55%);
    background: linear-gradient(to bottom, #2c96e8 14%, #1e5799 55%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2c96e8', endColorstr='#1e5799', GradientType=0);
    font-family: "ERAS", Gadget, sans-serif;
    text-decoration: none;
    box-sizing: border-box;
}

#paises a {
    font-size: 13px;
    color: #FFF;
    float: right;
    width: 190px;
    height: auto;
    margin-right: 3px;
    margin-left: 3px;
    padding: 10px;
    font-family: Helvetica_Neue, "Trebuchet Ms", Gadget, sans-serif;
    text-decoration: none;
}

#paises a:hover {
    font-family: Helvetica_Neue, "Trebuchet Ms", Gadget, sans-serif;
    text-decoration: underline;
}

table {
    color: #000;
    margin-top: 11px;
    border: 0px;
}

td {
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
}

#TABLA_ARTICULOS {
    width: 150px;
}

#TABLA_ARTICULOS tr:nth-child(odd) {}

#TABLA_ARTICULOS tr:nth-child(even) {}

#TABLA_PAISES {
    width: 150px;
}

#TABLA_PAISES tr:nth-child(odd) {}

#TABLA_PAISES tr:nth-child(even) {}

.texto_paises {
    font-family: "Trebuchet Ms", Gadget, sans-serif;
    color: #FFF;
}

a.texto_paises:link {
    text-decoration: none;
}

a.texto_paises:hover {
    text-decoration: none;
    color: #FFF;
    text-decoration: underline;
}

#quiero_reservar {
    clear: both;
    display: block;
    margin-left: 100px;
    height: 70px;
    width: 700px;
    text-align: left;
    padding: 0px 0px 0px 110px;
    background-image: url(../images/icono_feliz.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0 auto;
}

.texto_articulos {
    font-family: "Trebuchet Ms", Gadget, sans-serif;
    color: #000;
}

a.texto_articulos:link {
    text-decoration: none;
}

a.texto_articulos:hover {
    text-decoration: none;
    color: #000;
    text-decoration: underline;
}

#direccion_footer {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    width: 360px;
    /* float: left; */
    background-image: url(../images/logo_foooter.png);
    background-position: left;
    background-repeat: no-repeat;
    /* padding-top: 0px; */
    /* padding-right: 20px; */
    /* padding-bottom: 20px; */
    padding-left: 130px;
    text-align: left;
    line-height: 15px;
    color: #FFF;
    /* margin-top: 0px; */
    font-weight: bold;
}

a.direccion_footer:link {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #0CF;
    text-decoration: none;
}

a.direccion_footer:visited {
    color: #0CF;
}

a.direccion_footer:hover {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #FFF;
}

.titulos_footer {
    font-family: Helvetica_Neue;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 1rem;
}

.telefono_footer_ERAS {
    font-family: ERAS;
    font-size: 15px;
    font-weight: bold;
    color: #0FF;
}

#destinos_footer {
    /* width: 450px; */
    /* float: left; */
    color: #fff;
    font-size: 10px;
    line-height: 15px;
    /* margin-left: 50px; */
}

#destinos_footer tr {
    background-color: transparent !important;
}

a.destinos_footer:link {
    font-family: MyCustomFont, Verdana, Arial, sans-serif;
    color: #0FF;
    text-decoration: none;
}

a.destinos_footer:visited {
    color: #0CF;
}

a.destinos_footer:hover {
    font-family: MyCustomFont, Verdana, Arial, sans-serif;
    color: #FFF;
}

#forma_newsletter {
    font-family: "Helvetica_Neue", Arial Black, Gadget, sans-serif;
    color: #FFF;
    text-align: center;
    clear: both;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    /* padding: 0px; */
    /* display: block; */
    /* float: right; */
    /* width: 100px; */
    /* margin-right: 15px; */
    /* margin-top: 0px; */
}

#cont_telefonos_footer {
    float: right;
    width: 330px;
    padding: 30px 0px 0px 0px;
}

#info_telefono_footer {
    font-family: MyCustomFont, Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #000;
    float: left;
    margin-top: 7px;
    margin-left: 10px;
}

.telefono_footer {
    font-family: MyCustomFont, Verdana, Arial, sans-serif;
    font-size: 12px;
    color: #0099FF;
    width: auto;
    padding-left: 13px;
    background-image: url(../images/ico-telefono.png);
    background-position: left;
    background-repeat: no-repeat;
    float: left;
    position: static;
    margin-top: 0px;
}

.correo_footer {
    font-family: MyCustomFont, Verdana, Arial, sans-serif;
    font-size: 9px;
    color: #0099FF;
    width: auto;
    padding-left: 14px;
    background-image: url(../images/ico-email.png);
    background-position: left;
    background-repeat: no-repeat;
    float: left;
    position: static;
    margin-top: 0px;
}

#copyright {
    font-family: MyCustomFont, Verdana, Arial, sans-serif;
    font-size: 11px;
    text-align: center;
    padding-top: 100px;
    height: 50px;
    width: 390px;
    float: left;
}

#sombra_lateral {
    position: absolute;
    width: auto;
    top: 700px;
    left: -56px;
}

#sombra_lateral_articulos {
    position: absolute;
    width: auto;
    top: 200px;
    left: -48px;
}

#sombra_lateral_interior {
    position: absolute;
    width: auto;
    top: 300px;
    left: -46px;
    height: 840px;
}

#ligas {
    float: left;
    line-height: 10px;
    height: 100px;
    width: 1160px;
    color: #CCC;
    font-size: 12px;
    font-family: "Trebuchet Ms", Gadget, sans-serif;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

#ligas a {
    color: #666;
}

#redes_sociales {
    float: left;
    width: 1160px;
    margin-top: 20px;
    font-family: "Helvetica_Neue", Arial, Helvetica, sans-serif;
    color: #FFF;
    text-decoration: none;
}

.redes {
    width: 200px;
    height: 40px;
    color: #FFF;
    font-family: "Helvetica_Neue", Arial, Helvetica, sans-serif;
    font-size: 15px;
    padding: 30px 5px 0px 60px;
    margin: 10px 35px 0px 0px;
    background-image: url(../images/logo_facebook.png);
    background-position: left 10px;
    background-repeat: no-repeat;
    text-transform: uppercase;
    position: relative;
}

.redes a {
    font-family: "Helvetica_Neue", Arial, Helvetica, sans-serif;
    color: #FFF;
    text-decoration: none;
}

.redes a:hover {
    color: #0CF;
    text-decoration: underline;
}

.distintivo_M {
    clear: both;
    float: left;
    display: block;
    margin-top: 0px;
    margin-left: 100px;
    font-size: 10px;
    font-family: "Helvetica_Neue", Arial, Helvetica, sans-serif;
    color: #FFF;
    text-align: left;
    width: auto;
    height: 50px;
    padding-left: 50px;
    padding-top: 30px;
    background: url("../images/distintivo_M.png") no-repeat left center;
    line-height: 20px;
}

.iata {
    float: right;
    display: block;
    font-size: 10px;
    font-family: "Helvetica_Neue", Arial, Helvetica, sans-serif;
    color: #FFF;
    text-align: left;
    width: 360px;
    height: 50px;
    padding-left: 69px;
    padding-top: 30px;
    background-image: url();
    background: url("../images/iata.png") no-repeat left center;
    background-position: left center; 
    line-height: 20px;
}

.distintivo_M a {
    color: #FFF;
}

.distintivo_M a:hover {
    color: #0CF;
    text-decoration: underline;
}

.legal {
    margin: 0 auto;
    margin-top: 100px;
    font-size: 9px;
    font-family: "Helvetica_Neue", Arial, Helvetica, sans-serif;
    color: #FFF;
    text-align: center;
    width: 900px;
    height: 20px;
    clear: both;
}

#reds {
    height: 54px;
    color: #FFF;
    font-family: "Helvetica_Neue", Arial, Helvetica, sans-serif;
    font-size: 15px;
    padding: 20px 5px 0px 20px;
    margin: 10px 10px 0px 0px;
    background-position: left 10px;
    text-transform: uppercase;
    position: relative;
    display: block;
    float: left;
}

.youtube {
    height: 54px;
    color: #FFF;
    font-family: "Helvetica_Neue", Arial, Helvetica, sans-serif;
    font-size: 15px;
    padding: 30px 5px 0px 60px;
    margin: 10px 10px 0px 0px;
    background-image: url(../images/logo_youtube.png);
    background-position: left 10px;
    background-repeat: no-repeat;
    text-transform: uppercase;
    position: relative;
    display: block;
    float: left;
}

.instagram {
    height: 54px;
    color: #FFF;
    font-family: "Helvetica_Neue", Arial, Helvetica, sans-serif;
    font-size: 15px;
    padding: 30px 5px 0px 60px;
    margin: 10px 10px 0px 0px;
    background-image: url(../images/logo_instagram.png);
    background-position: left 10px;
    background-repeat: no-repeat;
    text-transform: uppercase;
    position: relative;
    display: block;
    float: left;
}

.whatsapp {
    height: 54px;
    color: #FFF;
    font-family: "Helvetica_Neue", Arial, Helvetica, sans-serif;
    font-size: 15px;
    padding: 30px 5px 0px 60px;
    margin: 10px 10px 0px 0px;
    background-image: url(../images/logo_whatsapp.png);
    background-position: center;
    background-repeat: no-repeat;
    text-transform: uppercase;
    position: relative;
    display: block;
    float: left;
}

#telwp {
    font-size: 18px;
    font-weight: bold;
}

.youtube a {
    font-family: "Helvetica_Neue", Arial, Helvetica, sans-serif;
    color: #FFF;
    text-decoration: none;
}

.youtube a:hover {
    color: #0CF;
    text-decoration: underline;
}

.facebook {
    height: 54px;
    color: #FFF;
    font-family: "Helvetica_Neue", Arial, Helvetica, sans-serif;
    font-size: 15px;
    padding: 30px 5px 0px 60px;
    margin: 10px 10px 0px 0px;
    background-image: url(../images/logo_facebook.png);
    background-position: left 10px;
    background-repeat: no-repeat;
    text-transform: uppercase;
    position: relative;
    display: block;
    float: left;
}

.facebook a {
    font-family: "Helvetica_Neue", Arial, Helvetica, sans-serif;
    color: #FFF;
    text-decoration: none;
}

.facebook a:hover {
    color: #0CF;
    text-decoration: underline;
}

.google {
    height: 54px;
    color: #FFF;
    font-family: "Helvetica_Neue", Arial, Helvetica, sans-serif;
    font-size: 15px;
    padding: 30px 5px 0px 60px;
    margin: 10px 10px 0px 0px;
    background-position: left 10px;
    background-repeat: no-repeat;
    text-transform: uppercase;
    position: relative;
    display: block;
    float: left;
    background-image: url(../images/logo_google.png);
}

.google a {
    font-family: "Helvetica_Neue", Arial, Helvetica, sans-serif;
    color: #FFF;
    text-decoration: none;
}

.google a:hover {
    color: #0CF;
    text-decoration: underline;
}

.twitter {
    height: 54px;
    color: #FFF;
    font-family: "Helvetica_Neue", Arial, Helvetica, sans-serif;
    font-size: 15px;
    padding: 30px 5px 0px 60px;
    margin: 10px 10px 0px 0px;
    background-position: left 10px;
    background-repeat: no-repeat;
    text-transform: uppercase;
    position: relative;
    display: block;
    float: left;
    background-image: url(../images/logo_twitter.png);
}

.twitter a {
    font-family: "Helvetica_Neue", Arial, Helvetica, sans-serif;
    color: #FFF;
    text-decoration: none;
}

.twitter a:hover {
    color: #0CF;
    text-decoration: underline;
}

#jumpMenu {
    display: none;
}

#jumpMenu2 {
    display: none;
}

#mensaje_forma {
    height: 183px;
    width: 100%;
}

#boton_mas {
    border-radius: 100rem;
    background-color: #100040;
    font-family: "Trebuchet MS";
    font-size: 16px;
    text-transform: uppercase;
    color: #FFF;
    padding: 7px;
    width: 150px;
    border: 2px solid #A3E4FF;
    font-weight: bold;
    cursor: pointer;
}

#masDiv {
    text-align: center;
    margin: 15px 0;
}


/*
@media screen and (max width:600px){

#masDiv{
padding-left: 10px;
     }

}

*/

.linkink a {
    font-family: "Helvetica_Neue", Arial, Helvetica, sans-serif;
    color: #FFF;
    text-decoration: none;
    font-size: 6px;
}

.redes a:hover {
    color: #0CF;
    text-decoration: underline;
}


/* Codigo agregado por Ernesto Cardenas (anbintec)*/

.tituloHome {
    text-transform: capitalize;
    text-align: center;
    font-family: "Helvetica_Neue", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    color: #000;
    height: 250px;
}


/*Estilo del mensaje*/

.mensaje-row {
    position: relative;
    width: 100%;
    height: 70px;
    z-index: 100;
}

@media screen and (max-width: 480px) {
    .mensaje-row {
        height: 150px;
    }
}

.mensaje-row .ps-mensaje {
    position: fixed;
    background: #B71C1C;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
}

.mensaje-row .ps-mensaje h5 {
    display: inline-block;
    vertical-align: middle;
    height: auto;
    font-size: 1em;
    line-height: normal;
    height: 70px;
    max-width: 800px;
    color: #FFF;
    padding: 10px 0;
}

@media screen and (max-width: 480px) {
    .mensaje-row .ps-mensaje h5 {
        line-height: 100%;
        height: 150px;
    }
}

#MENU #PHOTO {
    margin-bottom: 3rem;
    background-color: #FFF;
}

/* #MENU #PHOTO:before,
#MENU #PHOTO:after {
    content: "";
    position: absolute;
    bottom: 5%;
    left: 30px;
    height: 20%;
    width: 50%;
    box-shadow: 0 15px 40px rgba(17, 17, 17, 0.7);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
    z-index: -2;
} */

#MENU #PHOTO:after {
    right: 30px;
    left: auto;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}

#MENU #PHOTO a img {
    max-width: 100%;
    /* height: auto; */
    height: auto;
}

#direccion {
    padding-top: 0 !important;
    margin-top: 21px;
}

@media screen and (max-width: 560px) {
    #direccion {
        height: auto !important;
        width: 350px !important;
    }
}

.buscar-paquete {
  z-index: 10;
}

.boxinformacion {}

.boxinformacion>.row {
    margin-left: 0;
    margin-right: 0;
}

.boxinformacion .boxinformacion-top {
    background-color: #f9db38;
}

.boxinformacion .boxinformacion-top .boxinformacion-top-dianoche {
    font-weight: bold;
    color: #655300;
}

.boxinformacion .boxinformacion-top .boxinformacion-top-dianoche p {
    margin-bottom: .5rem;
}

.boxinformacion .boxinformacion-top .boxinformacion-top-dianoche .boxinformacion-top-dianoche-div {
    margin-left: -5px;
    margin-right: -5px;
}

.boxinformacion .boxinformacion-top .boxinformacion-top-dianoche div {
    padding-left: .75rem;
    padding-right: .75rem;
}

.boxinformacion .boxinformacion-top .boxinformacion-top-dianoche .boxinformacion-top-dianoche-div p {
    margin-bottom: 0;
}

.boxinformacion .boxinformacion-top .boxinformacion-top-dianoche .boxinformacion-top-dianoche-div .col-auto {
    padding-left: 5px;
    padding-right: 5px;
}

.boxinformacion .boxinformacion-top .boxinformacion-top-dianoche i {
    display: inline-block;
    vertical-align: middle;
    font-size: 2.2rem;
}

.boxinformacion-top-precio p {
    font-size: 1.5rem;
    font-weight: bold;
}

.boxinformacion .boxinformacion-top .boxinformacion-top-dianoche p {
    padding: 0;
}

.boxinformacion .boxinformacion-top p {
    color: #655300;
}

.boxinformacion .boxinformacion-top .boxinformacion-top-div {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.boxinformacion .boxinformacion-top .boxinformacion-top-div .btn {
    color: #655300;
    font-weight: bold;
    border: 2px solid #655300;
    text-transform: uppercase;
}

.boxinformacion .boxinformacion-bottom {
    background-color: #008eff;
    color: #FFF;
}

.boxinformacion .boxinformacion-bottom.red {
    background-color: #b11212;
}

.boxinformacion .boxinformacion-bottom p {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    text-align: center;
}

.boxinformacion .boxinformacion-bottom .informacion-fechas {
    font-weight: bold;
    text-transform: uppercase;
    font-size: .9rem;
}

.telefonoMex .titMexphone {
    width: 100%;
    margin-top: 10px;
    text-align: center;
}

.telefonoMex .titMexphone h6 {
    font-weight: normal;
    font-size: .7rem;
}

.telefonoMex li {
    width: 50%;
    float: left;
    text-align: center;
    margin-top: 10px;
}

@media screen and (max-width: 560px) {
    .telefonoMex li {
        margin: 10px 0;
    }
}

.telefonoMex li a {
    font-family: "Roboto-Bold" !important;
    font-size: 1.1em;
    border: 1px solid #123062;
    border-radius: 100rem;
    padding: .2rem .5rem;
    padding-right: 1rem;
}

.telefonoMex li a i {
    border-radius: 100rem;
    background-color: #00a4e8;
    color: #FFF;
    padding: .3rem;
    font-size: 1.2rem;
    margin-right: .5rem;
    width: auto;
    height: auto;
}

@media screen and (max-width: 560px) {
    .telefonoMex li a {
        font-size: .9em;
    }

    .telefonoMex li a i {
        /* display: none; */
    }
}

.telefonoLada {
    margin-top: 20px;
}

@media screen and (max-width: 560px) {
    .telefonoLada {
        width: 100%;
        padding-right: 0 !important;
    }

    .telefonoLada p a {
        font-size: .9em;
    }
}

.hide-telefono {
    display: inline-block;
}

.hide-telefono:before {
    content: "(";
}

.hide-telefono:after {
    content: ")";
}

@media screen and (min-width: 601px) {
    .nav_sup .flechaMenu {
        display: none;
    }
}

.none {
    display: none !important;
}

.vertical {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    float: none;
    margin-left: -2px;
    margin-right: -2px;
}

.no-overflow {
    overflow: hidden !important;
}

#mapaSucursales {
    border: none;
    margin: 0;
}

.countFecha {
    overflow: hidden;
    width: 100%;
}

@media screen and (min-width: 601px) {
    .countFecha #telefonoID {
        width: 100%;
    }
}

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

@media screen and (max-width: 600px) {
    .offset-2 {
        margin-left: 0;
    }
}

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

.tls-row * {
    box-sizing: border-box;
}

.tls-20 {
    width: 16.66666666666667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 600px) {
    .tls-20 {
        width: 100%;
    }
}

.tls-30 {
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 600px) {
    .tls-30 {
        width: 100%;
    }
}

.tls-40 {
    width: 33.3333333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 600px) {
    .tls-40 {
        width: 100%;
    }
}

.tls-50 {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 600px) {
    .tls-50 {
        width: 100%;
    }
}

.tls-5 {
    float: left;
    width: 41.66666666666667%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 600px) {
    .tls-5 {
        width: 100%;
    }
}

.tls-60 {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 600px) {
    .tls-60 {
        width: 100%;
    }
}

.tls-70 {
    float: left;
    width: 58.33333333333333%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 600px) {
    .tls-70 {
        width: 100%;
    }
}

.tls-80 {
    float: left;
    width: 66.66666666666667%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 600px) {
    .tls-80 {
        width: 100%;
    }
}

.tls-00 {
    float: left;
    width: 83.33333333333333%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 600px) {
    .tls-00 {
        width: 100%;
    }
}

.tls-100 {
    float: left;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* menu en circulo */

.botonCotizacionBottom {
    position: fixed;
    bottom: 15px;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 30px;
    text-align: center;
    z-index: 9999;
    box-sizing: border-box;
}

.botonCotizacionBottom.leftPromocion {
    text-align: left;
    bottom: 40px;
}

.botonCotizacionBottom * {
    box-sizing: border-box;
}

@media screen and (max-width: 600px) {
    .botonCotizacionBottom {
        bottom: 55px;
        text-align: left;
    }
}

.botonCotizacionBottom button {
    margin: 0 !important;
}

a.btncotizacion,
button.btncotizacion {
    display: inline-block;
    border-radius: 100px;
    padding: 12px 70px;
    outline: none;
    color: #FFF;
    font-size: 1.1em;
    box-shadow: 0 0 10px 4px RGBA(51, 51, 51, 0.15);
    background-color: #28b138;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

@media screen and (max-width: 767px) {

    a.btncotizacion,
    button.btncotizacion {
        padding: 12px 25px;
    }
}

a.btncotizacion:hover,
a.btncotizacion:focus,
button.btncotizacion:hover,
button.btncotizacion:focus {
    color: #FFF;
    background-color: #28b12e;
}

a.btncotizacion:active,
button.btncotizacion:active {
    color: #FFF;
    background-color: #28b12e;
}

a.btncotizacion i,
button.btncotizacion i {
    font-style: normal;
    padding-right: 10px;
    border-right: 1px solid #FFF;
    margin-right: 10px;
    font-size: 1.2em;
}


/* boton de cotizacion */


/* carrucel */

.owl-dots {
    position: absolute;
    width: 100%;
    margin-top: 20px
}

@media screen and (max-width: 600px) {
    .escritorioC {
        display: none !important;
    }
}

@media screen and (min-width: 601px) {
    .mobilC {
        display: none !important;
    }
}

.owl-carousel.mobilC {
    height: 100%;
}

.owl-carousel.mobilC .owl-stage-outer {
    height: 100%;
}

.owl-carousel.mobilC .owl-stage-outer .owl-stage {
    height: 100%;
}

.owl-carousel.mobilC .owl-stage-outer .owl-stage .owl-item {
    height: 100%;
}

.owl-carousel.mobilC .owl-stage-outer .owl-stage .owl-item a {
    height: 100%;
}

.owl-carousel.mobilC .owl-stage-outer .owl-stage .owl-item a img {
    height: 100% !important;
}


/* carrucel */

.owl-item img {
    display: block !important;
}


/* burbuja de whatsapp */

#table-destinos td {
    vertical-align: middle;
}

#table-destinos td:last-child a {
    white-space: nowrap;
}

#table-destinos td a {
    color: inherit;
    text-decoration: none;
}

#table-destinos_wrapper {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding: 0 0 0 15px;
    /*! display: block; */
}

@media screen and (max-width: 560px) {
    #table-destinos_wrapper {
        width: 100%;
        padding-right: 15px;
    }
}

#table-destinos_wrapper * {
    font-size: 13px;
    box-sizing: border-box;
}

/* menu en circulo */

.nonefb {
    display: none !important;
}

@media screen and (min-width: 601px) {
    /*.circle {
        display: none;
    }
    .circle-short {
        display: none;
    }*/
     .circle,
    .circle-adsolute {
        width: 64px;
        height: 64px;
        right: 5px;
        bottom: 70px;
    }

    .circle {
        position: fixed;
        z-index: 10000000;
    }

    .circle .action-btn {
        border-radius: 100px;
        background: #fff;
        box-shadow: 0 0 10px 4px RGBA(51, 51, 51, 0.15);
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    .circle .action-btn {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -ms-flexbox;
        justify-content: center;
        align-items: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        background: #1b63b5;
        box-shadow: 0 0 10px 4px RGBA(51, 51, 51, 0.15);
        height: 64px;
        border-radius: 100px;
        cursor: pointer;
    }

    #open-btnfb,
    #close-btnfb {
        font-size: 2em;
        color: #FFF;
        font-style: normal;
    }

    #close-btnfb {
        font-size: 1.5em;
    }

    .circle-short {
        position: fixed;
        border-radius: 100px;
        background: #fff;
        width: 50px;
        height: 50px;
        bottom: 70px;
        right: 10px;
        z-index: 1000000;
        text-decoration: none;
        color: inherit;
        font-size: 1.2em;
        box-shadow: 0 0 10px 4px RGBA(51, 51, 51, 0.15);
        cursor: pointer;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    .circle-short h5 {
        position: absolute;
        top: 50%;
        right: 100%;
        color: #FFF;
        margin: 0 20px 0 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
        cursor: default;
    }

    .circle-short i {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -ms-flexbox;
        justify-content: center;
        align-items: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        width: 100%;
        height: 50px;
        background: #fff;
        color: #1b63b5;
        font-style: normal;
        border-radius: 100px;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        font-size: xx-large; /*quitar si se vuelve a colocar el icono de audifono*/
    }

    .circle-short i:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    .boton-menu-cuatro-click {
        -webkit-transform: translate3d(0, -150px, 0);
        -moz-transform: translate3d(0, -150px, 0);
        -ms-transform: translate3d(0, -150px, 0);
        -o-transform: translate3d(0, -150px, 0);
        transform: translate3d(0, -150px, 0);
    }

    .boton-menu-tres-click {
        -webkit-transform: translate3d(0, -80px, 0);
        -moz-transform: translate3d(0, -80px, 0);
        -ms-transform: translate3d(0, -80px, 0);
        -o-transform: translate3d(0, -80px, 0);
        transform: translate3d(0, -80px, 0);
    }

    .boton-menu-dos-click {
        -webkit-transform: translate3d(0, -220px, 0);
        -moz-transform: translate3d(0, -220px, 0);
        -ms-transform: translate3d(0, -220px, 0);
        -o-transform: translate3d(0, -220px, 0);
        transform: translate3d(0, -220px, 0);
    }

    .boton-menu-uno-click {
        -webkit-transform: translate3d(0, -291px, 0);
        -moz-transform: translate3d(0, -291px, 0);
        -ms-transform: translate3d(0, -291px, 0);
        -o-transform: translate3d(0, -291px, 0);
        transform: translate3d(0, -291px, 0);
    }

    #boton-menu-cuatro i {
        color: #008cff;
    }

    .circle-adsolute {
        position: fixed;
        background: #1b63b5;
        border-radius: 1000px;
        z-index: 1000000;
        -webkit-will-change: transition;
        -moz-will-change: transition;
        -ms-will-change: transition;
        -o-will-change: transition;
        will-change: transition;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

    .circle-click {
        width: 3000px !important;
        height: 3000px !important;
        right: -1000px !important;
        bottom: -1000px !important;
    }
}

@media screen and (max-width: 600px) {

    .circle,
    .circle-adsolute {
        width: 64px;
        height: 64px;
        right: 30px;
        bottom: 50px;
    }

    .circle {
        position: fixed;
        z-index: 10000000;
    }

    .circle .action-btn {
        border-radius: 100px;
        background: #fff;
        box-shadow: 0 0 10px 4px RGBA(51, 51, 51, 0.15);
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    .circle .action-btn {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -ms-flexbox;
        justify-content: center;
        align-items: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        background: #1b63b5;
        box-shadow: 0 0 10px 4px RGBA(51, 51, 51, 0.15);
        height: 64px;
        border-radius: 100px;
        cursor: pointer;
    }

    #open-btnfb,
    #close-btnfb {
        font-size: 2em;
        color: #FFF;
        font-style: normal;
    }

    #close-btnfb {
        font-size: 1.5em;
    }

    .circle-short {
        position: fixed;
        border-radius: 100px;
        background: #fff;
        width: 50px;
        height: 50px;
        bottom: 55px;
        right: 35px;
        z-index: 1000000;
        text-decoration: none;
        color: inherit;
        font-size: 1.2em;
        box-shadow: 0 0 10px 4px RGBA(51, 51, 51, 0.15);
        cursor: pointer;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    .circle-short h5 {
        position: absolute;
        top: 50%;
        right: 100%;
        color: #FFF;
        margin: 0 20px 0 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
        cursor: default;
    }

    .circle-short i {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -ms-flexbox;
        justify-content: center;
        align-items: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        width: 100%;
        height: 50px;
        background: #fff;
        color: #1b63b5;
        font-style: normal;
        border-radius: 100px;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    .circle-short i:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    .boton-menu-cuatro-click {
        -webkit-transform: translate3d(0, -150px, 0);
        -moz-transform: translate3d(0, -150px, 0);
        -ms-transform: translate3d(0, -150px, 0);
        -o-transform: translate3d(0, -150px, 0);
        transform: translate3d(0, -150px, 0);
    }

    .boton-menu-tres-click {
        -webkit-transform: translate3d(0, -80px, 0);
        -moz-transform: translate3d(0, -80px, 0);
        -ms-transform: translate3d(0, -80px, 0);
        -o-transform: translate3d(0, -80px, 0);
        transform: translate3d(0, -80px, 0);
    }

    .boton-menu-dos-click {
        -webkit-transform: translate3d(0, -220px, 0);
        -moz-transform: translate3d(0, -220px, 0);
        -ms-transform: translate3d(0, -220px, 0);
        -o-transform: translate3d(0, -220px, 0);
        transform: translate3d(0, -220px, 0);
    }

    .boton-menu-uno-click {
        -webkit-transform: translate3d(0, -291px, 0);
        -moz-transform: translate3d(0, -291px, 0);
        -ms-transform: translate3d(0, -291px, 0);
        -o-transform: translate3d(0, -291px, 0);
        transform: translate3d(0, -291px, 0);
    }

    #boton-menu-cuatro i {
        color: #008cff;
    }

    .circle-adsolute {
        position: fixed;
        background: #1b63b5;
        border-radius: 1000px;
        z-index: 1000000;
        -webkit-will-change: transition;
        -moz-will-change: transition;
        -ms-will-change: transition;
        -o-will-change: transition;
        will-change: transition;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

    .circle-click {
        width: 3000px !important;
        height: 3000px !important;
        right: -1000px !important;
        bottom: -1000px !important;
    }

    /* menu en circulo */
}

.circle-menu-tres i {
    color: #01E675 !important;
}


/* burbuja de whatsapp */

@media screen and (min-width: 601px) {
    .ladaTelefono {
        display: inline-block;
        /*! float: right; */
        /*! width: 40%; */
    }
}

.ladaTelefono li {
    width: 100%;
}

.ladaTelefono a {
    display: block;
    font-size: 2em !important;
}

@media screen and (max-width: 600px) {
    .ladaTelefono a {
        font-size: 1.5em !important;
    }

    .telefonoMex {
        float: none !important;
        overflow: hidden;
    }
}

.titulos_footer_ERAS {
    display: block;
    margin-top: 10px;
}

/* sub banner */
.subBanner {
    background-color: #FFF;
    box-sizing: border-box;
    /*margin-top: 50px;
    margin-bottom: 50px;*/
}

.subBanner .item p,
.subBanner .item span,
.subBanner .item small {
    display: inline-block;
    color: #FFF;
    padding: 5px 0;
}

.subBanner div {
    box-sizing: border-box;
}

.subBanner .item {
    display: block;
}

.subBanner .item:hover img {
    filter: brightness(120%) drop-shadow(0px 8px 8px #000);
    transition: opacity .3s;
    opacity: 1;
}

.subBanner .item img {
    transition: opacity .4s ease;
}

.subBanner .item .codigo-subBanner {
    position: absolute;
    top: 0;
    right: 0;
}

.subBanner .item .codigo-subBanner p {
    font-size: .8rem;
    padding: 3px 10px;
}

.subBanner .item .info-subBanner {
    position: absolute;
    bottom: 0;
    left: 0;
    letter-spacing: -1px;
    padding: 0 5px;
    background: -webkit-linear-gradient(transparent, #000 90%);
    background: -moz-linear-gradient(transparent, #000 90%);
    background: -ms-linear-gradient(transparent, #000 90%);
    background: -o-linear-gradient(transparent, #000 90%);
    background: linear-gradient(transparent, #000 90%);
}

.subBanner .item .info-subBanner small {
    /* display: none !important; */
    font-weight: 700;
    font-size: 14px;
    display: block;
    text-align: center;
    padding: 11px 0;
}

.subBanner .item .info-subBanner div {
    height: auto;
    font-size: 45px;
    display: inline-block;
    vertical-align: middle;
    line-height: 50%;
    text-align: right;
    letter-spacing: -1px;
}

@media screen and (max-width: 600px) {
    .subBanner .item .info-subBanner div {
        font-size: 35px;
    }
}

.subBanner .item .info-subBanner div span {
    font-size: 14px;
    vertical-align: middle;
}

/* circulos de carousel */
.owl-dots button span {
    padding: 0;
}

.subBanner .owl-nav button {
    position: absolute;
    outline: none;
    top: 50%;
    background-color: #FFF !important;
    border-radius: 100% !important;
    transform: translateY(-50%);
    font-size: 2.7rem !important;
    margin: 0 80px !important;
}

@media screen and (max-width: 600px) {
    .subBanner .owl-nav button {
        font-size: 2.2rem !important;
    }
}

.subBanner .owl-nav button span {
    color: #036 !important;
}

.subBanner .owl-nav button:hover,
.subBanner .owl-nav button:active,
.subBanner .owl-nav button:focus {
    background-color: #FFF !important;
}

.subBanner .owl-nav button.owl-prev {
    left: 0;
}

.subBanner .owl-nav button.owl-next {
    right: 0;
}

/* circulos de carousel */

/* sub banner */

#table-destinos_wrapper .row {
    margin: 0 !important;
}

.count-btn-mosaico {
    text-align: right;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 2px;
}

.count-btn-mosaico.lista a {
    margin-right: 0;
}

.count-btn-mosaico.mosaico a {
    margin-right: 17px;
}


@media screen and (max-width: 560px) {
    .count-btn-mosaico.mosaico a {
        margin-right: 15px;
    }
}

.count-btn-mosaico a {
    display: inline-block;
    background-color: none;
    color: #000;
    border: none;
    height: 40px;
    text-align: center;
    padding: 10px 0;
    line-height: 40px;
    border-bottom: 0;
    text-decoration: none;
    margin-right: 63px;
}

.count-btn-mosaico a p {
    line-height: 100%;
    vertical-align: middle;
    display: inline-block;
    padding: 0;
    font-size: 13px;
    margin-right: 5px;
}

.count-btn-mosaico a i {
    font-size: 2rem;
    line-height: 100%;
    vertical-align: middle;
    display: inline-block;
}

/* palabras del destino */

#palabrasdestino {
    padding: 20px 0;
    width: 100%;
    margin-top: 20px;
}

@media screen and (min-width: 601px) {
    #palabrasdestino {
        margin-bottom: -20px;
    }
}

#palabrasdestino ul {
    text-align: center;
    /*! margin: 0 -15px; */
}

#palabrasdestino ul li {
    display: inline-block;
    padding: 15px;
}

#palabrasdestino ul li a {
    color: #333;
    text-decoration: none;
    font-size: .8rem;
    padding: 10px 15px;
    border-radius: 100px;
    background-color: #FFF;
    box-shadow: 0 0 5px -1px #0000004d;
    line-height: 200%;
}

@media screen and (max-width: 560px) {
    #palabrasdestino ul li a {
        line-height: 200%;
    }
}

#palabrasdestino ul li a:hover,
#palabrasdestino ul li a:active,
#palabrasdestino ul li a:focus {
    color: #036;
    border-bottom: 1px solid #036;
}

/* palabras del destino */

/* nuevo menu */
nav#menu-tls {
    position: fixed;
    top: 100%;
    left: 0;
    height: 100%;
    /* background: url('../images/fondo-nav.png') no-repeat center; */
    background-size: cover;
    background-color: #FFF;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 10000000000000;
}
nav#menu-tls .destinationBackground{
    background-image: url('../images/Aviones-TVG.svg');
    background-size: 8%;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    position: fixed;
}
nav#menu-tls * {
    box-sizing: border-box;
}

nav#menu-tls .close-nav {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    outline: none;
    border: none;
    margin: 25px;
    z-index: 5;
}

nav#menu-tls .close-nav:hover i {
    color: #1291c0;
}

nav#menu-tls .close-nav i {
    font-size: 3rem;
    font-style: normal;
    color: #00afef;
}

@media screen and (max-width: 575px) {
    nav#menu-tls .close-nav i {
        font-size: 2.5rem;
    }
}

nav#menu-tls .box-title {
    padding-top: 50px;
    padding-bottom: 50px;
}

nav#menu-tls .count-titlebox {
    display: inline-block;
    width: auto;
    height: auto;
}

nav#menu-tls .count-logotls {
    display: inline-block;
    vertical-align: middle;
    line-height: 100%;
    /* float: left; */
    margin-right: 20px;
    width: 100px;
    height: 100px;
}

nav#menu-tls .title-nav {
    /* float: left; */
    display: inline-block;
    vertical-align: middle;
    line-height: 100%;
    border-left: 6px solid #00afef;
    padding-left: 10px;
    color: #FFF;
}

@media screen and (max-width: 765px) {
    nav#menu-tls .title-nav {
        padding-right: 60px;
    }
}

nav#menu-tls .title-nav h3 {
    font-size: 2.5rem;
    text-align: left;
    line-height: 100%;
    font-weight: normal;
    color: #00afef;
    margin: 0;
}

@media screen and (max-width: 575px) {
    nav#menu-tls .title-nav h3 {
        font-size: 2rem;
    }
}

nav#menu-tls .title-nav h6 {
    font-size: 1.1rem;
    font-weight: normal;
    color: #00afef;
}

nav#menu-tls .body-nav {
    height: auto;
    padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
    nav#menu-tls .body-nav .box-tls {
        border-right: 1px solid #000;
    }
}

nav#menu-tls .body-nav .box-tls:last-child {
    border-right: 0;
}

nav#menu-tls .body-nav li {
    padding: 20px;
}

nav#menu-tls .body-nav li a {
    display: block;
    text-decoration: none;
}

nav#menu-tls .body-nav li a:hover span {
    color: #00afef;
}

nav#menu-tls .body-nav li a .imagenes-nav-icon {
    display: inline-block;
    background-image: url('../images/iconos-nav.png');
    vertical-align: middle;
    line-height: 100%;
    width: 32px;
    height: 32px;
    margin-right: 15px;
}

nav#menu-tls .body-nav li a .europa-icon {
    background-position: -96px 0;
}

nav#menu-tls .body-nav li a .medioOriente-icon {
    background-position: -64px 0;
}

nav#menu-tls .body-nav li a .orienteLejano-icon {
    background-position: -352px 0;
}

nav#menu-tls .body-nav li a .africa-icon {
    background-position: -288px 0;
}

nav#menu-tls .body-nav li a .canada-icon {
    background-position: -128px 0;
}

nav#menu-tls .body-nav li a .estadosUnidos-icon {
    background-position: -192px 0;
}

nav#menu-tls .body-nav li a .mexico-icon {
    background-position: -224px 0;
}

nav#menu-tls .body-nav li a .caribe-icon {
    background-position: -32px 0;
}

nav#menu-tls .body-nav li a .centroamerica-icon {
    background-position: -160px 0;
}

nav#menu-tls .body-nav li a .sudamerica-icon {
    background-position: 0 0;
}

nav#menu-tls .body-nav li a .pacifico-icon {
    background-position: -256px 0;
}

nav#menu-tls .body-nav li a .rusia-icon {
    background-position: -320px 0;
}

nav#menu-tls .body-nav li a .quiceannera-icon {
    background-position: -448px 0;
}

nav#menu-tls .body-nav li a .crucero-icon {
    background-position: 32px;
}
nav#menu-tls .body-nav li a .group-icon {
    display: inline-block;
    background-image: url('../images/Iconos/groups.png');
    background-size: cover;
    vertical-align: middle;
    line-height: 100%;
    width: 32px;
    height: 32px;
    margin-right: 15px;
}
nav#menu-tls .body-nav li a .hotels-icon {
    display: inline-block;
    background-image: url('../images/Iconos/hotel-4.png');
    background-size: cover;
    vertical-align: middle;
    line-height: 100%;
    width: 32px;
    height: 32px;
    margin-right: 15px;
}
nav#menu-tls .body-nav li a .magazine-icon {
    display: inline-block;
    background-image: url('../images/Iconos/magazine.png');
    background-size: cover;
    vertical-align: middle;
    line-height: 100%;
    width: 32px;
    height: 32px;
    margin-right: 15px;
}

nav#menu-tls .body-nav li a span {
    display: inline-block;
    vertical-align: middle;
    line-height: 100%;
    color: #00afef;
    width: 75%;
    font-size: 1.2rem;
}

@media screen and (max-width: 575px) {
    nav#menu-tls .body-nav li a span {
        font-size: 1rem;
    }
}

/* animaciones de menú */
.AnimateMenuNuevo {
    display: inherit !important;
    -webkit-animation-name: animatemenunuevo;
    -moz-animation-name: animatemenunuevo;
    animation-name: animatemenunuevo;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes animatemenunuevo {
    0% {
        top: 100%;
        filter: alpha(opacity=100);
        opacity: 1;
    }

    50% {
        top: -20px;
        filter: alpha(opacity=100);
        opacity: 1;
    }

    100% {
        top: 0;
        filter: alpha(opacity=100);
        opacity: 1;
    }
}

@-moz-keyframes animatemenunuevo {
    0% {
        top: 100%;
        filter: alpha(opacity=100);
        opacity: 1;
    }

    50% {
        top: -20px;
        filter: alpha(opacity=100);
        opacity: 1;
    }

    100% {
        top: 0;
        filter: alpha(opacity=100);
        opacity: 1;
    }
}

@keyframes animatemenunuevo {
    0% {
        top: 100%;
        filter: alpha(opacity=100);
        opacity: 1;
    }

    50% {
        top: -20px;
        filter: alpha(opacity=100);
        opacity: 1;
    }

    100% {
        top: 0;
        filter: alpha(opacity=100);
        opacity: 1;
    }
}

.RemoveAnimateMenuNuevo {
    display: inherit !important;
    -webkit-animation-name: removeanimatemenunuevo;
    -moz-animation-name: removeanimatemenunuevo;
    animation-name: removeanimatemenunuevo;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes removeanimatemenunuevo {
    0% {
        top: 0;
        filter: alpha(opacity=100);
        opacity: 1;
    }

    50% {
        top: -20px;
        filter: alpha(opacity=100);
        opacity: 1;
    }

    100% {
        top: 100%;
        filter: alpha(opacity=100);
        opacity: 1;
    }
}

@-moz-keyframes removeanimatemenunuevo {
    0% {
        top: 0;
        filter: alpha(opacity=100);
        opacity: 1;
    }

    50% {
        top: -20px;
        filter: alpha(opacity=100);
        opacity: 1;
    }

    100% {
        top: 100%;
        filter: alpha(opacity=100);
        opacity: 1;
    }
}

@keyframes removeanimatemenunuevo {
    0% {
        top: 0;
        filter: alpha(opacity=100);
        opacity: 1;
    }

    50% {
        top: -20px;
        filter: alpha(opacity=100);
        opacity: 1;
    }

    100% {
        top: 100%;
        filter: alpha(opacity=100);
        opacity: 1;
    }
}

/* animaciones de menú */

/* nuevo menu */

/* class tls */

.banner-tls {
    display: block;
    position: relative;
    background-color: #FFF;
}

.banner-tls:before,
.banner-tls:after {
    content: "";
    position: absolute;
    bottom: 5%;
    left: 30px;
    height: 20%;
    width: 50%;
    box-shadow: 0 15px 40px rgba(17, 17, 17, 0.7);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
    z-index: -2;
}

.banner-tls:before {
    content: "";
    position: absolute;
    bottom: 5%;
    left: 30px;
    height: 20%;
    width: 50%;
    box-shadow: 0 15px 40px rgba(17, 17, 17, 0.7);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
    z-index: -2;
}

.banner-tls:after {
    right: 30px;
    left: auto;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}

.banner-tls img {
    width: 100%;
}

@media screen and (max-width: 600px) {
    .banner-tls img {
        margin-top: 50px;
    }
}

@media screen and (max-width: 600px) {
    .banner-tls .escritorio-tls {
        display: none;
    }
}

@media screen and (min-width: 601px) {
    .banner-tls .mobil-tls {
        display: none;
    }
}

.container-tls {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.img-responsive-tls {
    display: block;
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 600px) {
    #lc-master-container {
        display: none;
    }
}

/* class tls */
.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

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

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

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

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

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

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

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

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

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

.text-lowercase {
    text-transform: lowercase !important;
}

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

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

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

.text-primary {
    color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #0056b3 !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #494f54 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
    color: #19692c !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
    color: #0f6674 !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ba8b00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #a71d2a !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
    color: #cbd3da !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
    color: #121416 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

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

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

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


/* clases de boostrap 4 */

/* boton para minisitios */

.count-linkmini {
    display: block;
    width: 100%;
    height: auto;
    text-align: left;
    overflow: hidden;
}

@media screen and (max-width: 600px) {
    .count-linkmini {
        margin: 20px 10px;
    }
}

.count-linkmini a.aminisitio {
    display: inline-block;
    width: auto;
    height: auto;
    text-decoration: none;
    margin-left: 10px;
    padding: 5px 15px;
    background-color: #036;
    border: 2px solid #00AFEF;
    color: #FFF;
    font-size: .7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.count-linkmini a.aminisitio:hover,
.count-linkmini a.aminisitio:active,
.count-linkmini a.aminisitio:focus {
    background-color: #1b5a99;
}

.count-linkmini a.aminisitio .count-iconmini {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    line-height: 1.5rem;
}

.count-linkmini a.aminisitio .count-iconmini i {
    font-style: normal;
    margin-left: 5px;
}

.count-linkmini a.aminisitio .count-iconmini i:first-child {
    font-size: 1.2rem;
}

.count-linkmini a.aminisitio .count-iconmini i:last-child {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: .5rem;
    line-height: .5rem;
    margin-right: -2px;
}

.btnminisite {
    text-align: center;
    padding: 10px 0;
}

.btnminisite a {
    display: block;
    text-decoration: none;
    color: inherit;
    font-size: .6rem;
    text-transform: uppercase;
}

.btnminisite a:hover {
    color: #100040;
}

.btnminisite a i {
    margin-left: 5px;
}

/* boton para minisitios */

/* mayusculas y minusculas */

.paisestvgClass {
    text-transform: uppercase;
}

.ciudadestvgClass {
    text-transform: capitalize;
}

/* mayusculas y minusculas */

/* historial */
.count-history {
    /*  */
    font-weight: normal;
    font-size: .8rem;
    padding: 20px 0;
    box-sizing: border-box;
}

.count-history i {
    font-size: .5rem;
    margin: 0 10px;
}

.count-history a {
    display: inline-block;
    vertical-align: middle;
    font-size: .9rem;
    color: #00afef;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: normal;
}

.count-history a[title="Home"] i {
    font-size: .9rem;
    margin-right: 0
}

.count-history i+span {
    margin-left: 5px;
}

.count-history span {
    display: inline-block;
    line-height: 100%;
    margin: 5px 0;
}

@media screen and (max-width: 575.98px) {
    .count-history span {
        display: block;
    }
}

.count-history strong {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    line-height: 100%;
    font-size: .9rem;
    margin: 10px 0;
    font-weight: bold;
    color: #00afef;
}

@media screen and (max-width: 600px) {
    .count-history strong {
        margin-left: 5px;
    }
}

/* historial */

/* menu anclaje */
.count-menuanclaje {
    position: fixed;
    right: 0;
    top: 50%;
    background-color: #036;
    padding: 15px 0;
    border-radius: 1rem 0 0 1rem;
    box-shadow: 0 0 10px -1px #000;
    transform: translateY(-50%);
    z-index: 10;
    box-sizing: border-box;
}

.count-menuanclaje ul {
    padding-left: 0;
    margin-bottom: 0;
}

.count-menuanclaje ul li button {
    display: inline-block;
    vertical-align: middle;
    background: none;
    border: none;
    outline: none;
    line-height: 1rem;
    width: 100%;
    text-decoration: none;
    color: #FFF;
    padding: .75rem 1rem;
    box-sizing: border-box;
}

.count-menuanclaje ul li button:hover {
    background-color: #FFF;
    color: #036;
}

.count-menuanclaje ul li button i {
    display: inline-block;
    vertical-align: middle;
    line-height: 100%;
    font-size: 1.2rem;
    /*! margin-right: 10px; */
}

.count-menuanclaje ul li button span {
    display: none;
}

#itinerario {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
}

/* menu anclaje */

/* botones de descarga de documentos */
.count-document_Descarga {
    display: block;
    border-top: 5px solid #FFF;
    clear: both;
    background-color: #fbfbfb;
    text-align: center;
}

.count-document_Descarga ul {
    display: inline-block;
    /*! overflow: hidden; */
    margin: 0;
}

.count-document_Descarga ul li {
    display: inline-block;
    /*! float: left; */
    padding: 0;
    margin: 0;
}

.count-document_Descarga ul li a,
.count-document_Descarga ul li button {
    display: inline-block;
    vertical-align: middle;
    background: none;
    border: none;
    line-height: 100%;
    padding: 13px;
    color: inherit;
    text-decoration: none;
    width: auto;
    height: auto;
    box-sizing: border-box;
}

@media screen and (max-width: 600px) {

    .count-document_Descarga ul li a,
    .count-document_Descarga ul li button {
        padding: 10px;
    }
}

.count-document_Descarga ul li a:hover,
.count-document_Descarga ul li button:hover {
    background-color: #337ab7;
    color: #FFF !important;
}

.count-document_Descarga ul li a i,
.count-document_Descarga ul li button i {
    display: block;
    line-height: 2.2rem;
    font-size: 2.2rem;
}

@media screen and (max-width: 600px) {

    .count-document_Descarga ul li a i,
    .count-document_Descarga ul li button i {
        line-height: 1.8rem;
        font-size: 1.8rem;
    }
}

.count-document_Descarga ul li .imprimir_tvg {
    color: #868686;
}

.count-document_Descarga ul li .pdf_tvg {
    color: #ea3c3c;
}

.count-document_Descarga ul li .word_tvg {
    color: #1565C0;
}

.count-document_Descarga ul li .whatsapp_tvg {
    color: #24CD63;
}

.count-document_Descarga ul li .facebook_tvg {
    color: #4064AD;
}

.count-document_Descarga ul li .messenger_tvg {
    color: #00A0F7;
}

/* botones de descarga de documentos */

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

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

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

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

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

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

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

    .d-sm-flex,
    .flex-sm-center {
        display: flex !important;
    }

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

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

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

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

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

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

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

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

    .d-md-flex,
    .flex-md-center {
        display: flex !important;
    }

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

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

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

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

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

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

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

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

    .d-lg-flex,
    .flex-lg-center {
        display: flex !important;
    }

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

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

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

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

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

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

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

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

    .d-xl-flex,
    .flex-xl-center {
        display: flex !important;
    }

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

@media (min-width: 1400px) {
    .d-xxl-none {
        display: none !important;
    }

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

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

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

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

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

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

    .d-xxl-flex,
    .flex-xxl-center {
        display: flex !important;
    }

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

@media print {
    .d-print-none {
        display: none !important;
    }

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

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

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

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

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

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

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

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

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

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

.embed-responsive-21by9::before {
    padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .justify-content-sm-center,
    .flex-sm-center {
        justify-content: center !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .justify-content-md-center,
    .flex-md-center {
        justify-content: center !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .justify-content-lg-center,
    .flex-lg-center {
        justify-content: center !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .justify-content-xl-center,
    .flex-xl-center {
        justify-content: center !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1400px) {
    .flex-xxl-row {
        flex-direction: row !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .justify-content-xxl-center,
    .flex-xxl-center {
        justify-content: center !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

@media (min-width: 1400px) {
    .float-xxl-left {
        float: left !important;
    }

    .float-xxl-right {
        float: right !important;
    }

    .float-xxl-none {
        float: none !important;
    }
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}


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

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

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

@media (min-width: 576px) {

    .container-sm,
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {

    .container-md,
    .container-sm,
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1320px;
    }
}

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

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

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

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

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

.row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%;
}

.row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%;
}

.row-cols-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-sm-1>* {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-sm-2>* {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-sm-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row-cols-sm-4>* {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-sm-5>* {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-sm-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-md-1>* {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-md-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-md-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-lg-1>* {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-lg-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-lg-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-xl-1>* {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-xl-2>* {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-xl-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row-cols-xl-4>* {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-xl-5>* {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-xl-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1400px) {
    .col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-xxl-1>* {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-xxl-2>* {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-xxl-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row-cols-xxl-4>* {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-xxl-5>* {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-xxl-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xxl-first {
        order: -1;
    }

    .order-xxl-last {
        order: 13;
    }

    .order-xxl-0 {
        order: 0;
    }

    .order-xxl-1 {
        order: 1;
    }

    .order-xxl-2 {
        order: 2;
    }

    .order-xxl-3 {
        order: 3;
    }

    .order-xxl-4 {
        order: 4;
    }

    .order-xxl-5 {
        order: 5;
    }

    .order-xxl-6 {
        order: 6;
    }

    .order-xxl-7 {
        order: 7;
    }

    .order-xxl-8 {
        order: 8;
    }

    .order-xxl-9 {
        order: 9;
    }

    .order-xxl-10 {
        order: 10;
    }

    .order-xxl-11 {
        order: 11;
    }

    .order-xxl-12 {
        order: 12;
    }

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

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

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

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

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

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

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

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

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

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

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

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

.no-lista {
    margin-bottom: 0;
    list-style: none;
}

.no-lista::after {
    clear: both;
    content: "";
    display: block;
}

.no-lista:not(.col):not([class*=col-]):not(.container):not([class*=container-]) {
    padding-left: 0;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: .9rem;
    text-decoration: none;
    line-height: 1.5;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.btn:hover {
    color: #212529;
    text-decoration: none;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

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

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

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

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

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

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

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

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

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

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

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

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

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

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

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

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

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

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

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}

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

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

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

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

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

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

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

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

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

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

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

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

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

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

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

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

.btn-dark:focus,
.btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

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

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

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

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
}

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

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

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

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

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

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

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

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

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

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

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

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

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

.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

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

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

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

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

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

.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

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

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

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

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}

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

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

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

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

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

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

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

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

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

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

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

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

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

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

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

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

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

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

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

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
}

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

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

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

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

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

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

/*
 * CSS File of Material icons.
 * CSS code based on:
 * https://google.github.io/material-design-icons/#icon-font-for-the-web
 */

/* Use the font */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('./../fonts/Material-Icon/MaterialIcons-Regular.eot');
    /* For IE6-8 */
    src: local('Material Icons'),
        local('MaterialIcons-Regular'),
        url('./../fonts/Material-Icon/MaterialIcons-Regular.woff2') format('woff2'),
        url('./../fonts/Material-Icon/MaterialIcons-Regular.woff') format('woff'),
        url('./../fonts/Material-Icon/MaterialIcons-Regular.ttf') format('truetype');
}

/* Base class */
.material-icons,
[class*="material-icons-"] {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

/* Rules for sizing the icon. */
.material-icons-md-18,
.mi-md-18 {
    font-size: 18px;
}

.material-icons-md-24,
.mi-md-24 {
    font-size: 24px;
}

.material-icons-md-36,
.mi-md-36 {
    font-size: 36px;
}

.material-icons-md-48,
.mi-md-48 {
    font-size: 48px;
}

/* Rules for using icons as black on a light background. */
.material-icons-md-dark,
.mi-md-dark {
    color: rgba(0, 0, 0, 0.54);
}

.material-icons-md-dark.md-inactive,
.mi-md-dark.md-inactive {
    color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */
.material-icons-md-light,
.mi-md-light {
    color: rgba(255, 255, 255, 1);
}

.material-icons-md-light.md-inactive,
.mi-md-inactive {
    color: rgba(255, 255, 255, 0.3);
}

/* Rules to rotate items */
.material-icons-r90,
.mi-r90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.material-icons-r180,
.mi-r180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.material-icons-r270,
.mi-r270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.material-icons-flip-horizontal,
.mi-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.material-icons-flip-vertical,
.mi-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

/*
 * CSS File of Material icons.
 * CSS code based on:
 * https://google.github.io/material-design-icons/#icon-font-for-the-web
 */

/* Rules for sizing the icon. */
.material-icons-md-18,
.mi-md-18 {
    font-size: 18px;
}

.material-icons-md-24,
.mi-md-24 {
    font-size: 24px;
}

.material-icons-md-36,
.mi-md-36 {
    font-size: 36px;
}

.material-icons-md-48,
.mi-md-48 {
    font-size: 48px;
}

/* Rules for using icons as black on a light background. */
.material-icons-md-dark,
.mi-md-dark {
    color: rgba(0, 0, 0, 0.54);
}

.material-icons-md-dark.md-inactive,
.mi-md-dark.md-inactive {
    color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */
.material-icons-md-light,
.mi-md-light {
    color: rgba(255, 255, 255, 1);
}

.material-icons-md-light.md-inactive,
.mi-md-inactive {
    color: rgba(255, 255, 255, 0.3);
}

/* Rules to rotate items */
.material-icons-r90,
.mi-r90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.material-icons-r180,
.mi-r180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.material-icons-r270,
.mi-r270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.material-icons-flip-horizontal,
.mi-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.material-icons-flip-vertical,
.mi-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

/* Unicode */
.material-icons-three_d_rotation:before,
.mi-three_d_rotation:before {
    content: '\e84d';
}

.material-icons-ac_unit:before,
.mi-ac_unit:before {
    content: '\eb3b';
}

.material-icons-access_alarm:before,
.mi-access_alarm:before {
    content: '\e190';
}

.material-icons-access_alarms:before,
.mi-access_alarms:before {
    content: '\e191';
}

.material-icons-access_time:before,
.mi-access_time:before {
    content: '\e192';
}

.material-icons-accessibility:before,
.mi-accessibility:before {
    content: '\e84e';
}

.material-icons-accessible:before,
.mi-accessible:before {
    content: '\e914';
}

.material-icons-account_balance:before,
.mi-account_balance:before {
    content: '\e84f';
}

.material-icons-account_balance_wallet:before,
.mi-account_balance_wallet:before {
    content: '\e850';
}

.material-icons-account_box:before,
.mi-account_box:before {
    content: '\e851';
}

.material-icons-account_circle:before,
.mi-account_circle:before {
    content: '\e853';
}

.material-icons-adb:before,
.mi-adb:before {
    content: '\e60e';
}

.material-icons-add:before,
.mi-add:before {
    content: '\e145';
}

.material-icons-add_a_photo:before,
.mi-add_a_photo:before {
    content: '\e439';
}

.material-icons-add_alarm:before,
.mi-add_alarm:before {
    content: '\e193';
}

.material-icons-add_alert:before,
.mi-add_alert:before {
    content: '\e003';
}

.material-icons-add_box:before,
.mi-add_box:before {
    content: '\e146';
}

.material-icons-add_circle:before,
.mi-add_circle:before {
    content: '\e147';
}

.material-icons-add_circle_outline:before,
.mi-add_circle_outline:before {
    content: '\e148';
}

.material-icons-add_location:before,
.mi-add_location:before {
    content: '\e567';
}

.material-icons-add_shopping_cart:before,
.mi-add_shopping_cart:before {
    content: '\e854';
}

.material-icons-add_to_photos:before,
.mi-add_to_photos:before {
    content: '\e39d';
}

.material-icons-add_to_queue:before,
.mi-add_to_queue:before {
    content: '\e05c';
}

.material-icons-adjust:before,
.mi-adjust:before {
    content: '\e39e';
}

.material-icons-airline_seat_flat:before,
.mi-airline_seat_flat:before {
    content: '\e630';
}

.material-icons-airline_seat_flat_angled:before,
.mi-airline_seat_flat_angled:before {
    content: '\e631';
}

.material-icons-airline_seat_individual_suite:before,
.mi-airline_seat_individual_suite:before {
    content: '\e632';
}

.material-icons-airline_seat_legroom_extra:before,
.mi-airline_seat_legroom_extra:before {
    content: '\e633';
}

.material-icons-airline_seat_legroom_normal:before,
.mi-airline_seat_legroom_normal:before {
    content: '\e634';
}

.material-icons-airline_seat_legroom_reduced:before,
.mi-airline_seat_legroom_reduced:before {
    content: '\e635';
}

.material-icons-airline_seat_recline_extra:before,
.mi-airline_seat_recline_extra:before {
    content: '\e636';
}

.material-icons-airline_seat_recline_normal:before,
.mi-airline_seat_recline_normal:before {
    content: '\e637';
}

.material-icons-airplanemode_active:before,
.mi-airplanemode_active:before {
    content: '\e195';
}

.material-icons-airplanemode_inactive:before,
.mi-airplanemode_inactive:before {
    content: '\e194';
}

.material-icons-airplay:before,
.mi-airplay:before {
    content: '\e055';
}

.material-icons-airport_shuttle:before,
.mi-airport_shuttle:before {
    content: '\eb3c';
}

.material-icons-alarm:before,
.mi-alarm:before {
    content: '\e855';
}

.material-icons-alarm_add:before,
.mi-alarm_add:before {
    content: '\e856';
}

.material-icons-alarm_off:before,
.mi-alarm_off:before {
    content: '\e857';
}

.material-icons-alarm_on:before,
.mi-alarm_on:before {
    content: '\e858';
}

.material-icons-album:before,
.mi-album:before {
    content: '\e019';
}

.material-icons-all_inclusive:before,
.mi-all_inclusive:before {
    content: '\eb3d';
}

.material-icons-all_out:before,
.mi-all_out:before {
    content: '\e90b';
}

.material-icons-android:before,
.mi-android:before {
    content: '\e859';
}

.material-icons-announcement:before,
.mi-announcement:before {
    content: '\e85a';
}

.material-icons-apps:before,
.mi-apps:before {
    content: '\e5c3';
}

.material-icons-archive:before,
.mi-archive:before {
    content: '\e149';
}

.material-icons-arrow_back:before,
.mi-arrow_back:before {
    content: '\e5c4';
}

.material-icons-arrow_downward:before,
.mi-arrow_downward:before {
    content: '\e5db';
}

.material-icons-arrow_drop_down:before,
.mi-arrow_drop_down:before {
    content: '\e5c5';
}

.material-icons-arrow_drop_down_circle:before,
.mi-arrow_drop_down_circle:before {
    content: '\e5c6';
}

.material-icons-arrow_drop_up:before,
.mi-arrow_drop_up:before {
    content: '\e5c7';
}

.material-icons-arrow_forward:before,
.mi-arrow_forward:before {
    content: '\e5c8';
}

.material-icons-arrow_upward:before,
.mi-arrow_upward:before {
    content: '\e5d8';
}

.material-icons-art_track:before,
.mi-art_track:before {
    content: '\e060';
}

.material-icons-aspect_ratio:before,
.mi-aspect_ratio:before {
    content: '\e85b';
}

.material-icons-assessment:before,
.mi-assessment:before {
    content: '\e85c';
}

.material-icons-assignment:before,
.mi-assignment:before {
    content: '\e85d';
}

.material-icons-assignment_ind:before,
.mi-assignment_ind:before {
    content: '\e85e';
}

.material-icons-assignment_late:before,
.mi-assignment_late:before {
    content: '\e85f';
}

.material-icons-assignment_return:before,
.mi-assignment_return:before {
    content: '\e860';
}

.material-icons-assignment_returned:before,
.mi-assignment_returned:before {
    content: '\e861';
}

.material-icons-assignment_turned_in:before,
.mi-assignment_turned_in:before {
    content: '\e862';
}

.material-icons-assistant:before,
.mi-assistant:before {
    content: '\e39f';
}

.material-icons-assistant_photo:before,
.mi-assistant_photo:before {
    content: '\e3a0';
}

.material-icons-attach_file:before,
.mi-attach_file:before {
    content: '\e226';
}

.material-icons-attach_money:before,
.mi-attach_money:before {
    content: '\e227';
}

.material-icons-attachment:before,
.mi-attachment:before {
    content: '\e2bc';
}

.material-icons-audiotrack:before,
.mi-audiotrack:before {
    content: '\e3a1';
}

.material-icons-autorenew:before,
.mi-autorenew:before {
    content: '\e863';
}

.material-icons-av_timer:before,
.mi-av_timer:before {
    content: '\e01b';
}

.material-icons-backspace:before,
.mi-backspace:before {
    content: '\e14a';
}

.material-icons-backup:before,
.mi-backup:before {
    content: '\e864';
}

.material-icons-battery_alert:before,
.mi-battery_alert:before {
    content: '\e19c';
}

.material-icons-battery_charging_full:before,
.mi-battery_charging_full:before {
    content: '\e1a3';
}

.material-icons-battery_full:before,
.mi-battery_full:before {
    content: '\e1a4';
}

.material-icons-battery_std:before,
.mi-battery_std:before {
    content: '\e1a5';
}

.material-icons-battery_unknown:before,
.mi-battery_unknown:before {
    content: '\e1a6';
}

.material-icons-beach_access:before,
.mi-beach_access:before {
    content: '\eb3e';
}

.material-icons-beenhere:before,
.mi-beenhere:before {
    content: '\e52d';
}

.material-icons-block:before,
.mi-block:before {
    content: '\e14b';
}

.material-icons-bluetooth:before,
.mi-bluetooth:before {
    content: '\e1a7';
}

.material-icons-bluetooth_audio:before,
.mi-bluetooth_audio:before {
    content: '\e60f';
}

.material-icons-bluetooth_connected:before,
.mi-bluetooth_connected:before {
    content: '\e1a8';
}

.material-icons-bluetooth_disabled:before,
.mi-bluetooth_disabled:before {
    content: '\e1a9';
}

.material-icons-bluetooth_searching:before,
.mi-bluetooth_searching:before {
    content: '\e1aa';
}

.material-icons-blur_circular:before,
.mi-blur_circular:before {
    content: '\e3a2';
}

.material-icons-blur_linear:before,
.mi-blur_linear:before {
    content: '\e3a3';
}

.material-icons-blur_off:before,
.mi-blur_off:before {
    content: '\e3a4';
}

.material-icons-blur_on:before,
.mi-blur_on:before {
    content: '\e3a5';
}

.material-icons-book:before,
.mi-book:before {
    content: '\e865';
}

.material-icons-bookmark:before,
.mi-bookmark:before {
    content: '\e866';
}

.material-icons-bookmark_border:before,
.mi-bookmark_border:before {
    content: '\e867';
}

.material-icons-border_all:before,
.mi-border_all:before {
    content: '\e228';
}

.material-icons-border_bottom:before,
.mi-border_bottom:before {
    content: '\e229';
}

.material-icons-border_clear:before,
.mi-border_clear:before {
    content: '\e22a';
}

.material-icons-border_color:before,
.mi-border_color:before {
    content: '\e22b';
}

.material-icons-border_horizontal:before,
.mi-border_horizontal:before {
    content: '\e22c';
}

.material-icons-border_inner:before,
.mi-border_inner:before {
    content: '\e22d';
}

.material-icons-border_left:before,
.mi-border_left:before {
    content: '\e22e';
}

.material-icons-border_outer:before,
.mi-border_outer:before {
    content: '\e22f';
}

.material-icons-border_right:before,
.mi-border_right:before {
    content: '\e230';
}

.material-icons-border_style:before,
.mi-border_style:before {
    content: '\e231';
}

.material-icons-border_top:before,
.mi-border_top:before {
    content: '\e232';
}

.material-icons-border_vertical:before,
.mi-border_vertical:before {
    content: '\e233';
}

.material-icons-branding_watermark:before,
.mi-branding_watermark:before {
    content: '\e06b';
}

.material-icons-brightness_1:before,
.mi-brightness_1:before {
    content: '\e3a6';
}

.material-icons-brightness_2:before,
.mi-brightness_2:before {
    content: '\e3a7';
}

.material-icons-brightness_3:before,
.mi-brightness_3:before {
    content: '\e3a8';
}

.material-icons-brightness_4:before,
.mi-brightness_4:before {
    content: '\e3a9';
}

.material-icons-brightness_5:before,
.mi-brightness_5:before {
    content: '\e3aa';
}

.material-icons-brightness_6:before,
.mi-brightness_6:before {
    content: '\e3ab';
}

.material-icons-brightness_7:before,
.mi-brightness_7:before {
    content: '\e3ac';
}

.material-icons-brightness_auto:before,
.mi-brightness_auto:before {
    content: '\e1ab';
}

.material-icons-brightness_high:before,
.mi-brightness_high:before {
    content: '\e1ac';
}

.material-icons-brightness_low:before,
.mi-brightness_low:before {
    content: '\e1ad';
}

.material-icons-brightness_medium:before,
.mi-brightness_medium:before {
    content: '\e1ae';
}

.material-icons-broken_image:before,
.mi-broken_image:before {
    content: '\e3ad';
}

.material-icons-brush:before,
.mi-brush:before {
    content: '\e3ae';
}

.material-icons-bubble_chart:before,
.mi-bubble_chart:before {
    content: '\e6dd';
}

.material-icons-bug_report:before,
.mi-bug_report:before {
    content: '\e868';
}

.material-icons-build:before,
.mi-build:before {
    content: '\e869';
}

.material-icons-burst_mode:before,
.mi-burst_mode:before {
    content: '\e43c';
}

.material-icons-business:before,
.mi-business:before {
    content: '\e0af';
}

.material-icons-business_center:before,
.mi-business_center:before {
    content: '\eb3f';
}

.material-icons-cached:before,
.mi-cached:before {
    content: '\e86a';
}

.material-icons-cake:before,
.mi-cake:before {
    content: '\e7e9';
}

.material-icons-call:before,
.mi-call:before {
    content: '\e0b0';
}

.material-icons-call_end:before,
.mi-call_end:before {
    content: '\e0b1';
}

.material-icons-call_made:before,
.mi-call_made:before {
    content: '\e0b2';
}

.material-icons-call_merge:before,
.mi-call_merge:before {
    content: '\e0b3';
}

.material-icons-call_missed:before,
.mi-call_missed:before {
    content: '\e0b4';
}

.material-icons-call_missed_outgoing:before,
.mi-call_missed_outgoing:before {
    content: '\e0e4';
}

.material-icons-call_received:before,
.mi-call_received:before {
    content: '\e0b5';
}

.material-icons-call_split:before,
.mi-call_split:before {
    content: '\e0b6';
}

.material-icons-call_to_action:before,
.mi-call_to_action:before {
    content: '\e06c';
}

.material-icons-camera:before,
.mi-camera:before {
    content: '\e3af';
}

.material-icons-camera_alt:before,
.mi-camera_alt:before {
    content: '\e3b0';
}

.material-icons-camera_enhance:before,
.mi-camera_enhance:before {
    content: '\e8fc';
}

.material-icons-camera_front:before,
.mi-camera_front:before {
    content: '\e3b1';
}

.material-icons-camera_rear:before,
.mi-camera_rear:before {
    content: '\e3b2';
}

.material-icons-camera_roll:before,
.mi-camera_roll:before {
    content: '\e3b3';
}

.material-icons-cancel:before,
.mi-cancel:before {
    content: '\e5c9';
}

.material-icons-card_giftcard:before,
.mi-card_giftcard:before {
    content: '\e8f6';
}

.material-icons-card_membership:before,
.mi-card_membership:before {
    content: '\e8f7';
}

.material-icons-card_travel:before,
.mi-card_travel:before {
    content: '\e8f8';
}

.material-icons-casino:before,
.mi-casino:before {
    content: '\eb40';
}

.material-icons-cast:before,
.mi-cast:before {
    content: '\e307';
}

.material-icons-cast_connected:before,
.mi-cast_connected:before {
    content: '\e308';
}

.material-icons-center_focus_strong:before,
.mi-center_focus_strong:before {
    content: '\e3b4';
}

.material-icons-center_focus_weak:before,
.mi-center_focus_weak:before {
    content: '\e3b5';
}

.material-icons-change_history:before,
.mi-change_history:before {
    content: '\e86b';
}

.material-icons-chat:before,
.mi-chat:before {
    content: '\e0b7';
}

.material-icons-chat_bubble:before,
.mi-chat_bubble:before {
    content: '\e0ca';
}

.material-icons-chat_bubble_outline:before,
.mi-chat_bubble_outline:before {
    content: '\e0cb';
}

.material-icons-check:before,
.mi-check:before {
    content: '\e5ca';
}

.material-icons-check_box:before,
.mi-check_box:before {
    content: '\e834';
}

.material-icons-check_box_outline_blank:before,
.mi-check_box_outline_blank:before {
    content: '\e835';
}

.material-icons-check_circle:before,
.mi-check_circle:before {
    content: '\e86c';
}

.material-icons-chevron_left:before,
.mi-chevron_left:before {
    content: '\e5cb';
}

.material-icons-chevron_right:before,
.mi-chevron_right:before {
    content: '\e5cc';
}

.material-icons-child_care:before,
.mi-child_care:before {
    content: '\eb41';
}

.material-icons-child_friendly:before,
.mi-child_friendly:before {
    content: '\eb42';
}

.material-icons-chrome_reader_mode:before,
.mi-chrome_reader_mode:before {
    content: '\e86d';
}

.material-icons-class:before,
.mi-class:before {
    content: '\e86e';
}

.material-icons-clear:before,
.mi-clear:before {
    content: '\e14c';
}

.material-icons-clear_all:before,
.mi-clear_all:before {
    content: '\e0b8';
}

.material-icons-close:before,
.mi-close:before {
    content: '\e5cd';
}

.material-icons-closed_caption:before,
.mi-closed_caption:before {
    content: '\e01c';
}

.material-icons-cloud:before,
.mi-cloud:before {
    content: '\e2bd';
}

.material-icons-cloud_circle:before,
.mi-cloud_circle:before {
    content: '\e2be';
}

.material-icons-cloud_done:before,
.mi-cloud_done:before {
    content: '\e2bf';
}

.material-icons-cloud_download:before,
.mi-cloud_download:before {
    content: '\e2c0';
}

.material-icons-cloud_off:before,
.mi-cloud_off:before {
    content: '\e2c1';
}

.material-icons-cloud_queue:before,
.mi-cloud_queue:before {
    content: '\e2c2';
}

.material-icons-cloud_upload:before,
.mi-cloud_upload:before {
    content: '\e2c3';
}

.material-icons-code:before,
.mi-code:before {
    content: '\e86f';
}

.material-icons-collections:before,
.mi-collections:before {
    content: '\e3b6';
}

.material-icons-collections_bookmark:before,
.mi-collections_bookmark:before {
    content: '\e431';
}

.material-icons-color_lens:before,
.mi-color_lens:before {
    content: '\e3b7';
}

.material-icons-colorize:before,
.mi-colorize:before {
    content: '\e3b8';
}

.material-icons-comment:before,
.mi-comment:before {
    content: '\e0b9';
}

.material-icons-compare:before,
.mi-compare:before {
    content: '\e3b9';
}

.material-icons-compare_arrows:before,
.mi-compare_arrows:before {
    content: '\e915';
}

.material-icons-computer:before,
.mi-computer:before {
    content: '\e30a';
}

.material-icons-confirmation_number:before,
.mi-confirmation_number:before {
    content: '\e638';
}

.material-icons-contact_mail:before,
.mi-contact_mail:before {
    content: '\e0d0';
}

.material-icons-contact_phone:before,
.mi-contact_phone:before {
    content: '\e0cf';
}

.material-icons-contacts:before,
.mi-contacts:before {
    content: '\e0ba';
}

.material-icons-content_copy:before,
.mi-content_copy:before {
    content: '\e14d';
}

.material-icons-content_cut:before,
.mi-content_cut:before {
    content: '\e14e';
}

.material-icons-content_paste:before,
.mi-content_paste:before {
    content: '\e14f';
}

.material-icons-control_point:before,
.mi-control_point:before {
    content: '\e3ba';
}

.material-icons-control_point_duplicate:before,
.mi-control_point_duplicate:before {
    content: '\e3bb';
}

.material-icons-copyright:before,
.mi-copyright:before {
    content: '\e90c';
}

.material-icons-create:before,
.mi-create:before {
    content: '\e150';
}

.material-icons-create_new_folder:before,
.mi-create_new_folder:before {
    content: '\e2cc';
}

.material-icons-credit_card:before,
.mi-credit_card:before {
    content: '\e870';
}

.material-icons-crop:before,
.mi-crop:before {
    content: '\e3be';
}

.material-icons-crop_16_9:before,
.mi-crop_16_9:before {
    content: '\e3bc';
}

.material-icons-crop_3_2:before,
.mi-crop_3_2:before {
    content: '\e3bd';
}

.material-icons-crop_5_4:before,
.mi-crop_5_4:before {
    content: '\e3bf';
}

.material-icons-crop_7_5:before,
.mi-crop_7_5:before {
    content: '\e3c0';
}

.material-icons-crop_din:before,
.mi-crop_din:before {
    content: '\e3c1';
}

.material-icons-crop_free:before,
.mi-crop_free:before {
    content: '\e3c2';
}

.material-icons-crop_landscape:before,
.mi-crop_landscape:before {
    content: '\e3c3';
}

.material-icons-crop_original:before,
.mi-crop_original:before {
    content: '\e3c4';
}

.material-icons-crop_portrait:before,
.mi-crop_portrait:before {
    content: '\e3c5';
}

.material-icons-crop_rotate:before,
.mi-crop_rotate:before {
    content: '\e437';
}

.material-icons-crop_square:before,
.mi-crop_square:before {
    content: '\e3c6';
}

.material-icons-dashboard:before,
.mi-dashboard:before {
    content: '\e871';
}

.material-icons-data_usage:before,
.mi-data_usage:before {
    content: '\e1af';
}

.material-icons-date_range:before,
.mi-date_range:before {
    content: '\e916';
}

.material-icons-dehaze:before,
.mi-dehaze:before {
    content: '\e3c7';
}

.material-icons-delete:before,
.mi-delete:before {
    content: '\e872';
}

.material-icons-delete_forever:before,
.mi-delete_forever:before {
    content: '\e92b';
}

.material-icons-delete_sweep:before,
.mi-delete_sweep:before {
    content: '\e16c';
}

.material-icons-description:before,
.mi-description:before {
    content: '\e873';
}

.material-icons-desktop_mac:before,
.mi-desktop_mac:before {
    content: '\e30b';
}

.material-icons-desktop_windows:before,
.mi-desktop_windows:before {
    content: '\e30c';
}

.material-icons-details:before,
.mi-details:before {
    content: '\e3c8';
}

.material-icons-developer_board:before,
.mi-developer_board:before {
    content: '\e30d';
}

.material-icons-developer_mode:before,
.mi-developer_mode:before {
    content: '\e1b0';
}

.material-icons-device_hub:before,
.mi-device_hub:before {
    content: '\e335';
}

.material-icons-devices:before,
.mi-devices:before {
    content: '\e1b1';
}

.material-icons-devices_other:before,
.mi-devices_other:before {
    content: '\e337';
}

.material-icons-dialer_sip:before,
.mi-dialer_sip:before {
    content: '\e0bb';
}

.material-icons-dialpad:before,
.mi-dialpad:before {
    content: '\e0bc';
}

.material-icons-directions:before,
.mi-directions:before {
    content: '\e52e';
}

.material-icons-directions_bike:before,
.mi-directions_bike:before {
    content: '\e52f';
}

.material-icons-directions_boat:before,
.mi-directions_boat:before {
    content: '\e532';
}

.material-icons-directions_bus:before,
.mi-directions_bus:before {
    content: '\e530';
}

.material-icons-directions_car:before,
.mi-directions_car:before {
    content: '\e531';
}

.material-icons-directions_railway:before,
.mi-directions_railway:before {
    content: '\e534';
}

.material-icons-directions_run:before,
.mi-directions_run:before {
    content: '\e566';
}

.material-icons-directions_subway:before,
.mi-directions_subway:before {
    content: '\e533';
}

.material-icons-directions_transit:before,
.mi-directions_transit:before {
    content: '\e535';
}

.material-icons-directions_walk:before,
.mi-directions_walk:before {
    content: '\e536';
}

.material-icons-disc_full:before,
.mi-disc_full:before {
    content: '\e610';
}

.material-icons-dns:before,
.mi-dns:before {
    content: '\e875';
}

.material-icons-do_not_disturb:before,
.mi-do_not_disturb:before {
    content: '\e612';
}

.material-icons-do_not_disturb_alt:before,
.mi-do_not_disturb_alt:before {
    content: '\e611';
}

.material-icons-do_not_disturb_off:before,
.mi-do_not_disturb_off:before {
    content: '\e643';
}

.material-icons-do_not_disturb_on:before,
.mi-do_not_disturb_on:before {
    content: '\e644';
}

.material-icons-dock:before,
.mi-dock:before {
    content: '\e30e';
}

.material-icons-domain:before,
.mi-domain:before {
    content: '\e7ee';
}

.material-icons-done:before,
.mi-done:before {
    content: '\e876';
}

.material-icons-done_all:before,
.mi-done_all:before {
    content: '\e877';
}

.material-icons-donut_large:before,
.mi-donut_large:before {
    content: '\e917';
}

.material-icons-donut_small:before,
.mi-donut_small:before {
    content: '\e918';
}

.material-icons-drafts:before,
.mi-drafts:before {
    content: '\e151';
}

.material-icons-drag_handle:before,
.mi-drag_handle:before {
    content: '\e25d';
}

.material-icons-drive_eta:before,
.mi-drive_eta:before {
    content: '\e613';
}

.material-icons-dvr:before,
.mi-dvr:before {
    content: '\e1b2';
}

.material-icons-edit:before,
.mi-edit:before {
    content: '\e3c9';
}

.material-icons-edit_location:before,
.mi-edit_location:before {
    content: '\e568';
}

.material-icons-eject:before,
.mi-eject:before {
    content: '\e8fb';
}

.material-icons-email:before,
.mi-email:before {
    content: '\e0be';
}

.material-icons-enhanced_encryption:before,
.mi-enhanced_encryption:before {
    content: '\e63f';
}

.material-icons-equalizer:before,
.mi-equalizer:before {
    content: '\e01d';
}

.material-icons-error:before,
.mi-error:before {
    content: '\e000';
}

.material-icons-error_outline:before,
.mi-error_outline:before {
    content: '\e001';
}

.material-icons-euro_symbol:before,
.mi-euro_symbol:before {
    content: '\e926';
}

.material-icons-ev_station:before,
.mi-ev_station:before {
    content: '\e56d';
}

.material-icons-event:before,
.mi-event:before {
    content: '\e878';
}

.material-icons-event_available:before,
.mi-event_available:before {
    content: '\e614';
}

.material-icons-event_busy:before,
.mi-event_busy:before {
    content: '\e615';
}

.material-icons-event_note:before,
.mi-event_note:before {
    content: '\e616';
}

.material-icons-event_seat:before,
.mi-event_seat:before {
    content: '\e903';
}

.material-icons-exit_to_app:before,
.mi-exit_to_app:before {
    content: '\e879';
}

.material-icons-expand_less:before,
.mi-expand_less:before {
    content: '\e5ce';
}

.material-icons-expand_more:before,
.mi-expand_more:before {
    content: '\e5cf';
}

.material-icons-explicit:before,
.mi-explicit:before {
    content: '\e01e';
}

.material-icons-explore:before,
.mi-explore:before {
    content: '\e87a';
}

.material-icons-exposure:before,
.mi-exposure:before {
    content: '\e3ca';
}

.material-icons-exposure_neg_1:before,
.mi-exposure_neg_1:before {
    content: '\e3cb';
}

.material-icons-exposure_neg_2:before,
.mi-exposure_neg_2:before {
    content: '\e3cc';
}

.material-icons-exposure_plus_1:before,
.mi-exposure_plus_1:before {
    content: '\e3cd';
}

.material-icons-exposure_plus_2:before,
.mi-exposure_plus_2:before {
    content: '\e3ce';
}

.material-icons-exposure_zero:before,
.mi-exposure_zero:before {
    content: '\e3cf';
}

.material-icons-extension:before,
.mi-extension:before {
    content: '\e87b';
}

.material-icons-face:before,
.mi-face:before {
    content: '\e87c';
}

.material-icons-fast_forward:before,
.mi-fast_forward:before {
    content: '\e01f';
}

.material-icons-fast_rewind:before,
.mi-fast_rewind:before {
    content: '\e020';
}

.material-icons-favorite:before,
.mi-favorite:before {
    content: '\e87d';
}

.material-icons-favorite_border:before,
.mi-favorite_border:before {
    content: '\e87e';
}

.material-icons-featured_play_list:before,
.mi-featured_play_list:before {
    content: '\e06d';
}

.material-icons-featured_video:before,
.mi-featured_video:before {
    content: '\e06e';
}

.material-icons-feedback:before,
.mi-feedback:before {
    content: '\e87f';
}

.material-icons-fiber_dvr:before,
.mi-fiber_dvr:before {
    content: '\e05d';
}

.material-icons-fiber_manual_record:before,
.mi-fiber_manual_record:before {
    content: '\e061';
}

.material-icons-fiber_new:before,
.mi-fiber_new:before {
    content: '\e05e';
}

.material-icons-fiber_pin:before,
.mi-fiber_pin:before {
    content: '\e06a';
}

.material-icons-fiber_smart_record:before,
.mi-fiber_smart_record:before {
    content: '\e062';
}

.material-icons-file_download:before,
.mi-file_download:before {
    content: '\e2c4';
}

.material-icons-file_upload:before,
.mi-file_upload:before {
    content: '\e2c6';
}

.material-icons-filter:before,
.mi-filter:before {
    content: '\e3d3';
}

.material-icons-filter_1:before,
.mi-filter_1:before {
    content: '\e3d0';
}

.material-icons-filter_2:before,
.mi-filter_2:before {
    content: '\e3d1';
}

.material-icons-filter_3:before,
.mi-filter_3:before {
    content: '\e3d2';
}

.material-icons-filter_4:before,
.mi-filter_4:before {
    content: '\e3d4';
}

.material-icons-filter_5:before,
.mi-filter_5:before {
    content: '\e3d5';
}

.material-icons-filter_6:before,
.mi-filter_6:before {
    content: '\e3d6';
}

.material-icons-filter_7:before,
.mi-filter_7:before {
    content: '\e3d7';
}

.material-icons-filter_8:before,
.mi-filter_8:before {
    content: '\e3d8';
}

.material-icons-filter_9:before,
.mi-filter_9:before {
    content: '\e3d9';
}

.material-icons-filter_9_plus:before,
.mi-filter_9_plus:before {
    content: '\e3da';
}

.material-icons-filter_b_and_w:before,
.mi-filter_b_and_w:before {
    content: '\e3db';
}

.material-icons-filter_center_focus:before,
.mi-filter_center_focus:before {
    content: '\e3dc';
}

.material-icons-filter_drama:before,
.mi-filter_drama:before {
    content: '\e3dd';
}

.material-icons-filter_frames:before,
.mi-filter_frames:before {
    content: '\e3de';
}

.material-icons-filter_hdr:before,
.mi-filter_hdr:before {
    content: '\e3df';
}

.material-icons-filter_list:before,
.mi-filter_list:before {
    content: '\e152';
}

.material-icons-filter_none:before,
.mi-filter_none:before {
    content: '\e3e0';
}

.material-icons-filter_tilt_shift:before,
.mi-filter_tilt_shift:before {
    content: '\e3e2';
}

.material-icons-filter_vintage:before,
.mi-filter_vintage:before {
    content: '\e3e3';
}

.material-icons-find_in_page:before,
.mi-find_in_page:before {
    content: '\e880';
}

.material-icons-find_replace:before,
.mi-find_replace:before {
    content: '\e881';
}

.material-icons-fingerprint:before,
.mi-fingerprint:before {
    content: '\e90d';
}

.material-icons-first_page:before,
.mi-first_page:before {
    content: '\e5dc';
}

.material-icons-fitness_center:before,
.mi-fitness_center:before {
    content: '\eb43';
}

.material-icons-flag:before,
.mi-flag:before {
    content: '\e153';
}

.material-icons-flare:before,
.mi-flare:before {
    content: '\e3e4';
}

.material-icons-flash_auto:before,
.mi-flash_auto:before {
    content: '\e3e5';
}

.material-icons-flash_off:before,
.mi-flash_off:before {
    content: '\e3e6';
}

.material-icons-flash_on:before,
.mi-flash_on:before {
    content: '\e3e7';
}

.material-icons-flight:before,
.mi-flight:before {
    content: '\e539';
}

.material-icons-flight_land:before,
.mi-flight_land:before {
    content: '\e904';
}

.material-icons-flight_takeoff:before,
.mi-flight_takeoff:before {
    content: '\e905';
}

.material-icons-flip:before,
.mi-flip:before {
    content: '\e3e8';
}

.material-icons-flip_to_back:before,
.mi-flip_to_back:before {
    content: '\e882';
}

.material-icons-flip_to_front:before,
.mi-flip_to_front:before {
    content: '\e883';
}

.material-icons-folder:before,
.mi-folder:before {
    content: '\e2c7';
}

.material-icons-folder_open:before,
.mi-folder_open:before {
    content: '\e2c8';
}

.material-icons-folder_shared:before,
.mi-folder_shared:before {
    content: '\e2c9';
}

.material-icons-folder_special:before,
.mi-folder_special:before {
    content: '\e617';
}

.material-icons-font_download:before,
.mi-font_download:before {
    content: '\e167';
}

.material-icons-format_align_center:before,
.mi-format_align_center:before {
    content: '\e234';
}

.material-icons-format_align_justify:before,
.mi-format_align_justify:before {
    content: '\e235';
}

.material-icons-format_align_left:before,
.mi-format_align_left:before {
    content: '\e236';
}

.material-icons-format_align_right:before,
.mi-format_align_right:before {
    content: '\e237';
}

.material-icons-format_bold:before,
.mi-format_bold:before {
    content: '\e238';
}

.material-icons-format_clear:before,
.mi-format_clear:before {
    content: '\e239';
}

.material-icons-format_color_fill:before,
.mi-format_color_fill:before {
    content: '\e23a';
}

.material-icons-format_color_reset:before,
.mi-format_color_reset:before {
    content: '\e23b';
}

.material-icons-format_color_text:before,
.mi-format_color_text:before {
    content: '\e23c';
}

.material-icons-format_indent_decrease:before,
.mi-format_indent_decrease:before {
    content: '\e23d';
}

.material-icons-format_indent_increase:before,
.mi-format_indent_increase:before {
    content: '\e23e';
}

.material-icons-format_italic:before,
.mi-format_italic:before {
    content: '\e23f';
}

.material-icons-format_line_spacing:before,
.mi-format_line_spacing:before {
    content: '\e240';
}

.material-icons-format_list_bulleted:before,
.mi-format_list_bulleted:before {
    content: '\e241';
}

.material-icons-format_list_numbered:before,
.mi-format_list_numbered:before {
    content: '\e242';
}

.material-icons-format_paint:before,
.mi-format_paint:before {
    content: '\e243';
}

.material-icons-format_quote:before,
.mi-format_quote:before {
    content: '\e244';
}

.material-icons-format_shapes:before,
.mi-format_shapes:before {
    content: '\e25e';
}

.material-icons-format_size:before,
.mi-format_size:before {
    content: '\e245';
}

.material-icons-format_strikethrough:before,
.mi-format_strikethrough:before {
    content: '\e246';
}

.material-icons-format_textdirection_l_to_r:before,
.mi-format_textdirection_l_to_r:before {
    content: '\e247';
}

.material-icons-format_textdirection_r_to_l:before,
.mi-format_textdirection_r_to_l:before {
    content: '\e248';
}

.material-icons-format_underlined:before,
.mi-format_underlined:before {
    content: '\e249';
}

.material-icons-forum:before,
.mi-forum:before {
    content: '\e0bf';
}

.material-icons-forward:before,
.mi-forward:before {
    content: '\e154';
}

.material-icons-forward_10:before,
.mi-forward_10:before {
    content: '\e056';
}

.material-icons-forward_30:before,
.mi-forward_30:before {
    content: '\e057';
}

.material-icons-forward_5:before,
.mi-forward_5:before {
    content: '\e058';
}

.material-icons-free_breakfast:before,
.mi-free_breakfast:before {
    content: '\eb44';
}

.material-icons-fullscreen:before,
.mi-fullscreen:before {
    content: '\e5d0';
}

.material-icons-fullscreen_exit:before,
.mi-fullscreen_exit:before {
    content: '\e5d1';
}

.material-icons-functions:before,
.mi-functions:before {
    content: '\e24a';
}

.material-icons-g_translate:before,
.mi-g_translate:before {
    content: '\e927';
}

.material-icons-gamepad:before,
.mi-gamepad:before {
    content: '\e30f';
}

.material-icons-games:before,
.mi-games:before {
    content: '\e021';
}

.material-icons-gavel:before,
.mi-gavel:before {
    content: '\e90e';
}

.material-icons-gesture:before,
.mi-gesture:before {
    content: '\e155';
}

.material-icons-get_app:before,
.mi-get_app:before {
    content: '\e884';
}

.material-icons-gif:before,
.mi-gif:before {
    content: '\e908';
}

.material-icons-golf_course:before,
.mi-golf_course:before {
    content: '\eb45';
}

.material-icons-gps_fixed:before,
.mi-gps_fixed:before {
    content: '\e1b3';
}

.material-icons-gps_not_fixed:before,
.mi-gps_not_fixed:before {
    content: '\e1b4';
}

.material-icons-gps_off:before,
.mi-gps_off:before {
    content: '\e1b5';
}

.material-icons-grade:before,
.mi-grade:before {
    content: '\e885';
}

.material-icons-gradient:before,
.mi-gradient:before {
    content: '\e3e9';
}

.material-icons-grain:before,
.mi-grain:before {
    content: '\e3ea';
}

.material-icons-graphic_eq:before,
.mi-graphic_eq:before {
    content: '\e1b8';
}

.material-icons-grid_off:before,
.mi-grid_off:before {
    content: '\e3eb';
}

.material-icons-grid_on:before,
.mi-grid_on:before {
    content: '\e3ec';
}

.material-icons-group:before,
.mi-group:before {
    content: '\e7ef';
}

.material-icons-group_add:before,
.mi-group_add:before {
    content: '\e7f0';
}

.material-icons-group_work:before,
.mi-group_work:before {
    content: '\e886';
}

.material-icons-hd:before,
.mi-hd:before {
    content: '\e052';
}

.material-icons-hdr_off:before,
.mi-hdr_off:before {
    content: '\e3ed';
}

.material-icons-hdr_on:before,
.mi-hdr_on:before {
    content: '\e3ee';
}

.material-icons-hdr_strong:before,
.mi-hdr_strong:before {
    content: '\e3f1';
}

.material-icons-hdr_weak:before,
.mi-hdr_weak:before {
    content: '\e3f2';
}

.material-icons-headset:before,
.mi-headset:before {
    content: '\e310';
}

.material-icons-headset_mic:before,
.mi-headset_mic:before {
    content: '\e311';
}

.material-icons-healing:before,
.mi-healing:before {
    content: '\e3f3';
}

.material-icons-hearing:before,
.mi-hearing:before {
    content: '\e023';
}

.material-icons-help:before,
.mi-help:before {
    content: '\e887';
}

.material-icons-help_outline:before,
.mi-help_outline:before {
    content: '\e8fd';
}

.material-icons-high_quality:before,
.mi-high_quality:before {
    content: '\e024';
}

.material-icons-highlight:before,
.mi-highlight:before {
    content: '\e25f';
}

.material-icons-highlight_off:before,
.mi-highlight_off:before {
    content: '\e888';
}

.material-icons-history:before,
.mi-history:before {
    content: '\e889';
}

.material-icons-home:before,
.mi-home:before {
    content: '\e88a';
}

.material-icons-hot_tub:before,
.mi-hot_tub:before {
    content: '\eb46';
}

.material-icons-hotel:before,
.mi-hotel:before {
    content: '\e53a';
}

.material-icons-hourglass_empty:before,
.mi-hourglass_empty:before {
    content: '\e88b';
}

.material-icons-hourglass_full:before,
.mi-hourglass_full:before {
    content: '\e88c';
}

.material-icons-http:before,
.mi-http:before {
    content: '\e902';
}

.material-icons-https:before,
.mi-https:before {
    content: '\e88d';
}

.material-icons-image:before,
.mi-image:before {
    content: '\e3f4';
}

.material-icons-image_aspect_ratio:before,
.mi-image_aspect_ratio:before {
    content: '\e3f5';
}

.material-icons-import_contacts:before,
.mi-import_contacts:before {
    content: '\e0e0';
}

.material-icons-import_export:before,
.mi-import_export:before {
    content: '\e0c3';
}

.material-icons-important_devices:before,
.mi-important_devices:before {
    content: '\e912';
}

.material-icons-inbox:before,
.mi-inbox:before {
    content: '\e156';
}

.material-icons-indeterminate_check_box:before,
.mi-indeterminate_check_box:before {
    content: '\e909';
}

.material-icons-info:before,
.mi-info:before {
    content: '\e88e';
}

.material-icons-info_outline:before,
.mi-info_outline:before {
    content: '\e88f';
}

.material-icons-input:before,
.mi-input:before {
    content: '\e890';
}

.material-icons-insert_chart:before,
.mi-insert_chart:before {
    content: '\e24b';
}

.material-icons-insert_comment:before,
.mi-insert_comment:before {
    content: '\e24c';
}

.material-icons-insert_drive_file:before,
.mi-insert_drive_file:before {
    content: '\e24d';
}

.material-icons-insert_emoticon:before,
.mi-insert_emoticon:before {
    content: '\e24e';
}

.material-icons-insert_invitation:before,
.mi-insert_invitation:before {
    content: '\e24f';
}

.material-icons-insert_link:before,
.mi-insert_link:before {
    content: '\e250';
}

.material-icons-insert_photo:before,
.mi-insert_photo:before {
    content: '\e251';
}

.material-icons-invert_colors:before,
.mi-invert_colors:before {
    content: '\e891';
}

.material-icons-invert_colors_off:before,
.mi-invert_colors_off:before {
    content: '\e0c4';
}

.material-icons-iso:before,
.mi-iso:before {
    content: '\e3f6';
}

.material-icons-keyboard:before,
.mi-keyboard:before {
    content: '\e312';
}

.material-icons-keyboard_arrow_down:before,
.mi-keyboard_arrow_down:before {
    content: '\e313';
}

.material-icons-keyboard_arrow_left:before,
.mi-keyboard_arrow_left:before {
    content: '\e314';
}

.material-icons-keyboard_arrow_right:before,
.mi-keyboard_arrow_right:before {
    content: '\e315';
}

.material-icons-keyboard_arrow_up:before,
.mi-keyboard_arrow_up:before {
    content: '\e316';
}

.material-icons-keyboard_backspace:before,
.mi-keyboard_backspace:before {
    content: '\e317';
}

.material-icons-keyboard_capslock:before,
.mi-keyboard_capslock:before {
    content: '\e318';
}

.material-icons-keyboard_hide:before,
.mi-keyboard_hide:before {
    content: '\e31a';
}

.material-icons-keyboard_return:before,
.mi-keyboard_return:before {
    content: '\e31b';
}

.material-icons-keyboard_tab:before,
.mi-keyboard_tab:before {
    content: '\e31c';
}

.material-icons-keyboard_voice:before,
.mi-keyboard_voice:before {
    content: '\e31d';
}

.material-icons-kitchen:before,
.mi-kitchen:before {
    content: '\eb47';
}

.material-icons-label:before,
.mi-label:before {
    content: '\e892';
}

.material-icons-label_outline:before,
.mi-label_outline:before {
    content: '\e893';
}

.material-icons-landscape:before,
.mi-landscape:before {
    content: '\e3f7';
}

.material-icons-language:before,
.mi-language:before {
    content: '\e894';
}

.material-icons-laptop:before,
.mi-laptop:before {
    content: '\e31e';
}

.material-icons-laptop_chromebook:before,
.mi-laptop_chromebook:before {
    content: '\e31f';
}

.material-icons-laptop_mac:before,
.mi-laptop_mac:before {
    content: '\e320';
}

.material-icons-laptop_windows:before,
.mi-laptop_windows:before {
    content: '\e321';
}

.material-icons-last_page:before,
.mi-last_page:before {
    content: '\e5dd';
}

.material-icons-launch:before,
.mi-launch:before {
    content: '\e895';
}

.material-icons-layers:before,
.mi-layers:before {
    content: '\e53b';
}

.material-icons-layers_clear:before,
.mi-layers_clear:before {
    content: '\e53c';
}

.material-icons-leak_add:before,
.mi-leak_add:before {
    content: '\e3f8';
}

.material-icons-leak_remove:before,
.mi-leak_remove:before {
    content: '\e3f9';
}

.material-icons-lens:before,
.mi-lens:before {
    content: '\e3fa';
}

.material-icons-library_add:before,
.mi-library_add:before {
    content: '\e02e';
}

.material-icons-library_books:before,
.mi-library_books:before {
    content: '\e02f';
}

.material-icons-library_music:before,
.mi-library_music:before {
    content: '\e030';
}

.material-icons-lightbulb_outline:before,
.mi-lightbulb_outline:before {
    content: '\e90f';
}

.material-icons-line_style:before,
.mi-line_style:before {
    content: '\e919';
}

.material-icons-line_weight:before,
.mi-line_weight:before {
    content: '\e91a';
}

.material-icons-linear_scale:before,
.mi-linear_scale:before {
    content: '\e260';
}

.material-icons-link:before,
.mi-link:before {
    content: '\e157';
}

.material-icons-linked_camera:before,
.mi-linked_camera:before {
    content: '\e438';
}

.material-icons-list:before,
.mi-list:before {
    content: '\e896';
}

.material-icons-live_help:before,
.mi-live_help:before {
    content: '\e0c6';
}

.material-icons-live_tv:before,
.mi-live_tv:before {
    content: '\e639';
}

.material-icons-local_activity:before,
.mi-local_activity:before {
    content: '\e53f';
}

.material-icons-local_airport:before,
.mi-local_airport:before {
    content: '\e53d';
}

.material-icons-local_atm:before,
.mi-local_atm:before {
    content: '\e53e';
}

.material-icons-local_bar:before,
.mi-local_bar:before {
    content: '\e540';
}

.material-icons-local_cafe:before,
.mi-local_cafe:before {
    content: '\e541';
}

.material-icons-local_car_wash:before,
.mi-local_car_wash:before {
    content: '\e542';
}

.material-icons-local_convenience_store:before,
.mi-local_convenience_store:before {
    content: '\e543';
}

.material-icons-local_dining:before,
.mi-local_dining:before {
    content: '\e556';
}

.material-icons-local_drink:before,
.mi-local_drink:before {
    content: '\e544';
}

.material-icons-local_florist:before,
.mi-local_florist:before {
    content: '\e545';
}

.material-icons-local_gas_station:before,
.mi-local_gas_station:before {
    content: '\e546';
}

.material-icons-local_grocery_store:before,
.mi-local_grocery_store:before {
    content: '\e547';
}

.material-icons-local_hospital:before,
.mi-local_hospital:before {
    content: '\e548';
}

.material-icons-local_hotel:before,
.mi-local_hotel:before {
    content: '\e549';
}

.material-icons-local_laundry_service:before,
.mi-local_laundry_service:before {
    content: '\e54a';
}

.material-icons-local_library:before,
.mi-local_library:before {
    content: '\e54b';
}

.material-icons-local_mall:before,
.mi-local_mall:before {
    content: '\e54c';
}

.material-icons-local_movies:before,
.mi-local_movies:before {
    content: '\e54d';
}

.material-icons-local_offer:before,
.mi-local_offer:before {
    content: '\e54e';
}

.material-icons-local_parking:before,
.mi-local_parking:before {
    content: '\e54f';
}

.material-icons-local_pharmacy:before,
.mi-local_pharmacy:before {
    content: '\e550';
}

.material-icons-local_phone:before,
.mi-local_phone:before {
    content: '\e551';
}

.material-icons-local_pizza:before,
.mi-local_pizza:before {
    content: '\e552';
}

.material-icons-local_play:before,
.mi-local_play:before {
    content: '\e553';
}

.material-icons-local_post_office:before,
.mi-local_post_office:before {
    content: '\e554';
}

.material-icons-local_printshop:before,
.mi-local_printshop:before {
    content: '\e555';
}

.material-icons-local_see:before,
.mi-local_see:before {
    content: '\e557';
}

.material-icons-local_shipping:before,
.mi-local_shipping:before {
    content: '\e558';
}

.material-icons-local_taxi:before,
.mi-local_taxi:before {
    content: '\e559';
}

.material-icons-location_city:before,
.mi-location_city:before {
    content: '\e7f1';
}

.material-icons-location_disabled:before,
.mi-location_disabled:before {
    content: '\e1b6';
}

.material-icons-location_off:before,
.mi-location_off:before {
    content: '\e0c7';
}

.material-icons-location_on:before,
.mi-location_on:before {
    content: '\e0c8';
}

.material-icons-location_searching:before,
.mi-location_searching:before {
    content: '\e1b7';
}

.material-icons-lock:before,
.mi-lock:before {
    content: '\e897';
}

.material-icons-lock_open:before,
.mi-lock_open:before {
    content: '\e898';
}

.material-icons-lock_outline:before,
.mi-lock_outline:before {
    content: '\e899';
}

.material-icons-looks:before,
.mi-looks:before {
    content: '\e3fc';
}

.material-icons-looks_3:before,
.mi-looks_3:before {
    content: '\e3fb';
}

.material-icons-looks_4:before,
.mi-looks_4:before {
    content: '\e3fd';
}

.material-icons-looks_5:before,
.mi-looks_5:before {
    content: '\e3fe';
}

.material-icons-looks_6:before,
.mi-looks_6:before {
    content: '\e3ff';
}

.material-icons-looks_one:before,
.mi-looks_one:before {
    content: '\e400';
}

.material-icons-looks_two:before,
.mi-looks_two:before {
    content: '\e401';
}

.material-icons-loop:before,
.mi-loop:before {
    content: '\e028';
}

.material-icons-loupe:before,
.mi-loupe:before {
    content: '\e402';
}

.material-icons-low_priority:before,
.mi-low_priority:before {
    content: '\e16d';
}

.material-icons-loyalty:before,
.mi-loyalty:before {
    content: '\e89a';
}

.material-icons-mail:before,
.mi-mail:before {
    content: '\e158';
}

.material-icons-mail_outline:before,
.mi-mail_outline:before {
    content: '\e0e1';
}

.material-icons-map:before,
.mi-map:before {
    content: '\e55b';
}

.material-icons-markunread:before,
.mi-markunread:before {
    content: '\e159';
}

.material-icons-markunread_mailbox:before,
.mi-markunread_mailbox:before {
    content: '\e89b';
}

.material-icons-memory:before,
.mi-memory:before {
    content: '\e322';
}

.material-icons-menu:before,
.mi-menu:before {
    content: '\e5d2';
}

.material-icons-merge_type:before,
.mi-merge_type:before {
    content: '\e252';
}

.material-icons-message:before,
.mi-message:before {
    content: '\e0c9';
}

.material-icons-mic:before,
.mi-mic:before {
    content: '\e029';
}

.material-icons-mic_none:before,
.mi-mic_none:before {
    content: '\e02a';
}

.material-icons-mic_off:before,
.mi-mic_off:before {
    content: '\e02b';
}

.material-icons-mms:before,
.mi-mms:before {
    content: '\e618';
}

.material-icons-mode_comment:before,
.mi-mode_comment:before {
    content: '\e253';
}

.material-icons-mode_edit:before,
.mi-mode_edit:before {
    content: '\e254';
}

.material-icons-monetization_on:before,
.mi-monetization_on:before {
    content: '\e263';
}

.material-icons-money_off:before,
.mi-money_off:before {
    content: '\e25c';
}

.material-icons-monochrome_photos:before,
.mi-monochrome_photos:before {
    content: '\e403';
}

.material-icons-mood:before,
.mi-mood:before {
    content: '\e7f2';
}

.material-icons-mood_bad:before,
.mi-mood_bad:before {
    content: '\e7f3';
}

.material-icons-more:before,
.mi-more:before {
    content: '\e619';
}

.material-icons-more_horiz:before,
.mi-more_horiz:before {
    content: '\e5d3';
}

.material-icons-more_vert:before,
.mi-more_vert:before {
    content: '\e5d4';
}

.material-icons-motorcycle:before,
.mi-motorcycle:before {
    content: '\e91b';
}

.material-icons-mouse:before,
.mi-mouse:before {
    content: '\e323';
}

.material-icons-move_to_inbox:before,
.mi-move_to_inbox:before {
    content: '\e168';
}

.material-icons-movie:before,
.mi-movie:before {
    content: '\e02c';
}

.material-icons-movie_creation:before,
.mi-movie_creation:before {
    content: '\e404';
}

.material-icons-movie_filter:before,
.mi-movie_filter:before {
    content: '\e43a';
}

.material-icons-multiline_chart:before,
.mi-multiline_chart:before {
    content: '\e6df';
}

.material-icons-music_note:before,
.mi-music_note:before {
    content: '\e405';
}

.material-icons-music_video:before,
.mi-music_video:before {
    content: '\e063';
}

.material-icons-my_location:before,
.mi-my_location:before {
    content: '\e55c';
}

.material-icons-nature:before,
.mi-nature:before {
    content: '\e406';
}

.material-icons-nature_people:before,
.mi-nature_people:before {
    content: '\e407';
}

.material-icons-navigate_before:before,
.mi-navigate_before:before {
    content: '\e408';
}

.material-icons-navigate_next:before,
.mi-navigate_next:before {
    content: '\e409';
}

.material-icons-navigation:before,
.mi-navigation:before {
    content: '\e55d';
}

.material-icons-near_me:before,
.mi-near_me:before {
    content: '\e569';
}

.material-icons-network_cell:before,
.mi-network_cell:before {
    content: '\e1b9';
}

.material-icons-network_check:before,
.mi-network_check:before {
    content: '\e640';
}

.material-icons-network_locked:before,
.mi-network_locked:before {
    content: '\e61a';
}

.material-icons-network_wifi:before,
.mi-network_wifi:before {
    content: '\e1ba';
}

.material-icons-new_releases:before,
.mi-new_releases:before {
    content: '\e031';
}

.material-icons-next_week:before,
.mi-next_week:before {
    content: '\e16a';
}

.material-icons-nfc:before,
.mi-nfc:before {
    content: '\e1bb';
}

.material-icons-no_encryption:before,
.mi-no_encryption:before {
    content: '\e641';
}

.material-icons-no_sim:before,
.mi-no_sim:before {
    content: '\e0cc';
}

.material-icons-not_interested:before,
.mi-not_interested:before {
    content: '\e033';
}

.material-icons-note:before,
.mi-note:before {
    content: '\e06f';
}

.material-icons-note_add:before,
.mi-note_add:before {
    content: '\e89c';
}

.material-icons-notifications:before,
.mi-notifications:before {
    content: '\e7f4';
}

.material-icons-notifications_active:before,
.mi-notifications_active:before {
    content: '\e7f7';
}

.material-icons-notifications_none:before,
.mi-notifications_none:before {
    content: '\e7f5';
}

.material-icons-notifications_off:before,
.mi-notifications_off:before {
    content: '\e7f6';
}

.material-icons-notifications_paused:before,
.mi-notifications_paused:before {
    content: '\e7f8';
}

.material-icons-offline_pin:before,
.mi-offline_pin:before {
    content: '\e90a';
}

.material-icons-ondemand_video:before,
.mi-ondemand_video:before {
    content: '\e63a';
}

.material-icons-opacity:before,
.mi-opacity:before {
    content: '\e91c';
}

.material-icons-open_in_browser:before,
.mi-open_in_browser:before {
    content: '\e89d';
}

.material-icons-open_in_new:before,
.mi-open_in_new:before {
    content: '\e89e';
}

.material-icons-open_with:before,
.mi-open_with:before {
    content: '\e89f';
}

.material-icons-pages:before,
.mi-pages:before {
    content: '\e7f9';
}

.material-icons-pageview:before,
.mi-pageview:before {
    content: '\e8a0';
}

.material-icons-palette:before,
.mi-palette:before {
    content: '\e40a';
}

.material-icons-pan_tool:before,
.mi-pan_tool:before {
    content: '\e925';
}

.material-icons-panorama:before,
.mi-panorama:before {
    content: '\e40b';
}

.material-icons-panorama_fish_eye:before,
.mi-panorama_fish_eye:before {
    content: '\e40c';
}

.material-icons-panorama_horizontal:before,
.mi-panorama_horizontal:before {
    content: '\e40d';
}

.material-icons-panorama_vertical:before,
.mi-panorama_vertical:before {
    content: '\e40e';
}

.material-icons-panorama_wide_angle:before,
.mi-panorama_wide_angle:before {
    content: '\e40f';
}

.material-icons-party_mode:before,
.mi-party_mode:before {
    content: '\e7fa';
}

.material-icons-pause:before,
.mi-pause:before {
    content: '\e034';
}

.material-icons-pause_circle_filled:before,
.mi-pause_circle_filled:before {
    content: '\e035';
}

.material-icons-pause_circle_outline:before,
.mi-pause_circle_outline:before {
    content: '\e036';
}

.material-icons-payment:before,
.mi-payment:before {
    content: '\e8a1';
}

.material-icons-people:before,
.mi-people:before {
    content: '\e7fb';
}

.material-icons-people_outline:before,
.mi-people_outline:before {
    content: '\e7fc';
}

.material-icons-perm_camera_mic:before,
.mi-perm_camera_mic:before {
    content: '\e8a2';
}

.material-icons-perm_contact_calendar:before,
.mi-perm_contact_calendar:before {
    content: '\e8a3';
}

.material-icons-perm_data_setting:before,
.mi-perm_data_setting:before {
    content: '\e8a4';
}

.material-icons-perm_device_information:before,
.mi-perm_device_information:before {
    content: '\e8a5';
}

.material-icons-perm_identity:before,
.mi-perm_identity:before {
    content: '\e8a6';
}

.material-icons-perm_media:before,
.mi-perm_media:before {
    content: '\e8a7';
}

.material-icons-perm_phone_msg:before,
.mi-perm_phone_msg:before {
    content: '\e8a8';
}

.material-icons-perm_scan_wifi:before,
.mi-perm_scan_wifi:before {
    content: '\e8a9';
}

.material-icons-person:before,
.mi-person:before {
    content: '\e7fd';
}

.material-icons-person_add:before,
.mi-person_add:before {
    content: '\e7fe';
}

.material-icons-person_outline:before,
.mi-person_outline:before {
    content: '\e7ff';
}

.material-icons-person_pin:before,
.mi-person_pin:before {
    content: '\e55a';
}

.material-icons-person_pin_circle:before,
.mi-person_pin_circle:before {
    content: '\e56a';
}

.material-icons-personal_video:before,
.mi-personal_video:before {
    content: '\e63b';
}

.material-icons-pets:before,
.mi-pets:before {
    content: '\e91d';
}

.material-icons-phone:before,
.mi-phone:before {
    content: '\e0cd';
}

.material-icons-phone_android:before,
.mi-phone_android:before {
    content: '\e324';
}

.material-icons-phone_bluetooth_speaker:before,
.mi-phone_bluetooth_speaker:before {
    content: '\e61b';
}

.material-icons-phone_forwarded:before,
.mi-phone_forwarded:before {
    content: '\e61c';
}

.material-icons-phone_in_talk:before,
.mi-phone_in_talk:before {
    content: '\e61d';
}

.material-icons-phone_iphone:before,
.mi-phone_iphone:before {
    content: '\e325';
}

.material-icons-phone_locked:before,
.mi-phone_locked:before {
    content: '\e61e';
}

.material-icons-phone_missed:before,
.mi-phone_missed:before {
    content: '\e61f';
}

.material-icons-phone_paused:before,
.mi-phone_paused:before {
    content: '\e620';
}

.material-icons-phonelink:before,
.mi-phonelink:before {
    content: '\e326';
}

.material-icons-phonelink_erase:before,
.mi-phonelink_erase:before {
    content: '\e0db';
}

.material-icons-phonelink_lock:before,
.mi-phonelink_lock:before {
    content: '\e0dc';
}

.material-icons-phonelink_off:before,
.mi-phonelink_off:before {
    content: '\e327';
}

.material-icons-phonelink_ring:before,
.mi-phonelink_ring:before {
    content: '\e0dd';
}

.material-icons-phonelink_setup:before,
.mi-phonelink_setup:before {
    content: '\e0de';
}

.material-icons-photo:before,
.mi-photo:before {
    content: '\e410';
}

.material-icons-photo_album:before,
.mi-photo_album:before {
    content: '\e411';
}

.material-icons-photo_camera:before,
.mi-photo_camera:before {
    content: '\e412';
}

.material-icons-photo_filter:before,
.mi-photo_filter:before {
    content: '\e43b';
}

.material-icons-photo_library:before,
.mi-photo_library:before {
    content: '\e413';
}

.material-icons-photo_size_select_actual:before,
.mi-photo_size_select_actual:before {
    content: '\e432';
}

.material-icons-photo_size_select_large:before,
.mi-photo_size_select_large:before {
    content: '\e433';
}

.material-icons-photo_size_select_small:before,
.mi-photo_size_select_small:before {
    content: '\e434';
}

.material-icons-picture_as_pdf:before,
.mi-picture_as_pdf:before {
    content: '\e415';
}

.material-icons-picture_in_picture:before,
.mi-picture_in_picture:before {
    content: '\e8aa';
}

.material-icons-picture_in_picture_alt:before,
.mi-picture_in_picture_alt:before {
    content: '\e911';
}

.material-icons-pie_chart:before,
.mi-pie_chart:before {
    content: '\e6c4';
}

.material-icons-pie_chart_outlined:before,
.mi-pie_chart_outlined:before {
    content: '\e6c5';
}

.material-icons-pin_drop:before,
.mi-pin_drop:before {
    content: '\e55e';
}

.material-icons-place:before,
.mi-place:before {
    content: '\e55f';
}

.material-icons-play_arrow:before,
.mi-play_arrow:before {
    content: '\e037';
}

.material-icons-play_circle_filled:before,
.mi-play_circle_filled:before {
    content: '\e038';
}

.material-icons-play_circle_outline:before,
.mi-play_circle_outline:before {
    content: '\e039';
}

.material-icons-play_for_work:before,
.mi-play_for_work:before {
    content: '\e906';
}

.material-icons-playlist_add:before,
.mi-playlist_add:before {
    content: '\e03b';
}

.material-icons-playlist_add_check:before,
.mi-playlist_add_check:before {
    content: '\e065';
}

.material-icons-playlist_play:before,
.mi-playlist_play:before {
    content: '\e05f';
}

.material-icons-plus_one:before,
.mi-plus_one:before {
    content: '\e800';
}

.material-icons-poll:before,
.mi-poll:before {
    content: '\e801';
}

.material-icons-polymer:before,
.mi-polymer:before {
    content: '\e8ab';
}

.material-icons-pool:before,
.mi-pool:before {
    content: '\eb48';
}

.material-icons-portable_wifi_off:before,
.mi-portable_wifi_off:before {
    content: '\e0ce';
}

.material-icons-portrait:before,
.mi-portrait:before {
    content: '\e416';
}

.material-icons-power:before,
.mi-power:before {
    content: '\e63c';
}

.material-icons-power_input:before,
.mi-power_input:before {
    content: '\e336';
}

.material-icons-power_settings_new:before,
.mi-power_settings_new:before {
    content: '\e8ac';
}

.material-icons-pregnant_woman:before,
.mi-pregnant_woman:before {
    content: '\e91e';
}

.material-icons-present_to_all:before,
.mi-present_to_all:before {
    content: '\e0df';
}

.material-icons-print:before,
.mi-print:before {
    content: '\e8ad';
}

.material-icons-priority_high:before,
.mi-priority_high:before {
    content: '\e645';
}

.material-icons-public:before,
.mi-public:before {
    content: '\e80b';
}

.material-icons-publish:before,
.mi-publish:before {
    content: '\e255';
}

.material-icons-query_builder:before,
.mi-query_builder:before {
    content: '\e8ae';
}

.material-icons-question_answer:before,
.mi-question_answer:before {
    content: '\e8af';
}

.material-icons-queue:before,
.mi-queue:before {
    content: '\e03c';
}

.material-icons-queue_music:before,
.mi-queue_music:before {
    content: '\e03d';
}

.material-icons-queue_play_next:before,
.mi-queue_play_next:before {
    content: '\e066';
}

.material-icons-radio:before,
.mi-radio:before {
    content: '\e03e';
}

.material-icons-radio_button_checked:before,
.mi-radio_button_checked:before {
    content: '\e837';
}

.material-icons-radio_button_unchecked:before,
.mi-radio_button_unchecked:before {
    content: '\e836';
}

.material-icons-rate_review:before,
.mi-rate_review:before {
    content: '\e560';
}

.material-icons-receipt:before,
.mi-receipt:before {
    content: '\e8b0';
}

.material-icons-recent_actors:before,
.mi-recent_actors:before {
    content: '\e03f';
}

.material-icons-record_voice_over:before,
.mi-record_voice_over:before {
    content: '\e91f';
}

.material-icons-redeem:before,
.mi-redeem:before {
    content: '\e8b1';
}

.material-icons-redo:before,
.mi-redo:before {
    content: '\e15a';
}

.material-icons-refresh:before,
.mi-refresh:before {
    content: '\e5d5';
}

.material-icons-remove:before,
.mi-remove:before {
    content: '\e15b';
}

.material-icons-remove_circle:before,
.mi-remove_circle:before {
    content: '\e15c';
}

.material-icons-remove_circle_outline:before,
.mi-remove_circle_outline:before {
    content: '\e15d';
}

.material-icons-remove_from_queue:before,
.mi-remove_from_queue:before {
    content: '\e067';
}

.material-icons-remove_red_eye:before,
.mi-remove_red_eye:before {
    content: '\e417';
}

.material-icons-remove_shopping_cart:before,
.mi-remove_shopping_cart:before {
    content: '\e928';
}

.material-icons-reorder:before,
.mi-reorder:before {
    content: '\e8fe';
}

.material-icons-repeat:before,
.mi-repeat:before {
    content: '\e040';
}

.material-icons-repeat_one:before,
.mi-repeat_one:before {
    content: '\e041';
}

.material-icons-replay:before,
.mi-replay:before {
    content: '\e042';
}

.material-icons-replay_10:before,
.mi-replay_10:before {
    content: '\e059';
}

.material-icons-replay_30:before,
.mi-replay_30:before {
    content: '\e05a';
}

.material-icons-replay_5:before,
.mi-replay_5:before {
    content: '\e05b';
}

.material-icons-reply:before,
.mi-reply:before {
    content: '\e15e';
}

.material-icons-reply_all:before,
.mi-reply_all:before {
    content: '\e15f';
}

.material-icons-report:before,
.mi-report:before {
    content: '\e160';
}

.material-icons-report_problem:before,
.mi-report_problem:before {
    content: '\e8b2';
}

.material-icons-restaurant:before,
.mi-restaurant:before {
    content: '\e56c';
}

.material-icons-restaurant_menu:before,
.mi-restaurant_menu:before {
    content: '\e561';
}

.material-icons-restore:before,
.mi-restore:before {
    content: '\e8b3';
}

.material-icons-restore_page:before,
.mi-restore_page:before {
    content: '\e929';
}

.material-icons-ring_volume:before,
.mi-ring_volume:before {
    content: '\e0d1';
}

.material-icons-room:before,
.mi-room:before {
    content: '\e8b4';
}

.material-icons-room_service:before,
.mi-room_service:before {
    content: '\eb49';
}

.material-icons-rotate_90_degrees_ccw:before,
.mi-rotate_90_degrees_ccw:before {
    content: '\e418';
}

.material-icons-rotate_left:before,
.mi-rotate_left:before {
    content: '\e419';
}

.material-icons-rotate_right:before,
.mi-rotate_right:before {
    content: '\e41a';
}

.material-icons-rounded_corner:before,
.mi-rounded_corner:before {
    content: '\e920';
}

.material-icons-router:before,
.mi-router:before {
    content: '\e328';
}

.material-icons-rowing:before,
.mi-rowing:before {
    content: '\e921';
}

.material-icons-rss_feed:before,
.mi-rss_feed:before {
    content: '\e0e5';
}

.material-icons-rv_hookup:before,
.mi-rv_hookup:before {
    content: '\e642';
}

.material-icons-satellite:before,
.mi-satellite:before {
    content: '\e562';
}

.material-icons-save:before,
.mi-save:before {
    content: '\e161';
}

.material-icons-scanner:before,
.mi-scanner:before {
    content: '\e329';
}

.material-icons-schedule:before,
.mi-schedule:before {
    content: '\e8b5';
}

.material-icons-school:before,
.mi-school:before {
    content: '\e80c';
}

.material-icons-screen_lock_landscape:before,
.mi-screen_lock_landscape:before {
    content: '\e1be';
}

.material-icons-screen_lock_portrait:before,
.mi-screen_lock_portrait:before {
    content: '\e1bf';
}

.material-icons-screen_lock_rotation:before,
.mi-screen_lock_rotation:before {
    content: '\e1c0';
}

.material-icons-screen_rotation:before,
.mi-screen_rotation:before {
    content: '\e1c1';
}

.material-icons-screen_share:before,
.mi-screen_share:before {
    content: '\e0e2';
}

.material-icons-sd_card:before,
.mi-sd_card:before {
    content: '\e623';
}

.material-icons-sd_storage:before,
.mi-sd_storage:before {
    content: '\e1c2';
}

.material-icons-search:before,
.mi-search:before {
    content: '\e8b6';
}

.material-icons-security:before,
.mi-security:before {
    content: '\e32a';
}

.material-icons-select_all:before,
.mi-select_all:before {
    content: '\e162';
}

.material-icons-send:before,
.mi-send:before {
    content: '\e163';
}

.material-icons-sentiment_dissatisfied:before,
.mi-sentiment_dissatisfied:before {
    content: '\e811';
}

.material-icons-sentiment_neutral:before,
.mi-sentiment_neutral:before {
    content: '\e812';
}

.material-icons-sentiment_satisfied:before,
.mi-sentiment_satisfied:before {
    content: '\e813';
}

.material-icons-sentiment_very_dissatisfied:before,
.mi-sentiment_very_dissatisfied:before {
    content: '\e814';
}

.material-icons-sentiment_very_satisfied:before,
.mi-sentiment_very_satisfied:before {
    content: '\e815';
}

.material-icons-settings:before,
.mi-settings:before {
    content: '\e8b8';
}

.material-icons-settings_applications:before,
.mi-settings_applications:before {
    content: '\e8b9';
}

.material-icons-settings_backup_restore:before,
.mi-settings_backup_restore:before {
    content: '\e8ba';
}

.material-icons-settings_bluetooth:before,
.mi-settings_bluetooth:before {
    content: '\e8bb';
}

.material-icons-settings_brightness:before,
.mi-settings_brightness:before {
    content: '\e8bd';
}

.material-icons-settings_cell:before,
.mi-settings_cell:before {
    content: '\e8bc';
}

.material-icons-settings_ethernet:before,
.mi-settings_ethernet:before {
    content: '\e8be';
}

.material-icons-settings_input_antenna:before,
.mi-settings_input_antenna:before {
    content: '\e8bf';
}

.material-icons-settings_input_component:before,
.mi-settings_input_component:before {
    content: '\e8c0';
}

.material-icons-settings_input_composite:before,
.mi-settings_input_composite:before {
    content: '\e8c1';
}

.material-icons-settings_input_hdmi:before,
.mi-settings_input_hdmi:before {
    content: '\e8c2';
}

.material-icons-settings_input_svideo:before,
.mi-settings_input_svideo:before {
    content: '\e8c3';
}

.material-icons-settings_overscan:before,
.mi-settings_overscan:before {
    content: '\e8c4';
}

.material-icons-settings_phone:before,
.mi-settings_phone:before {
    content: '\e8c5';
}

.material-icons-settings_power:before,
.mi-settings_power:before {
    content: '\e8c6';
}

.material-icons-settings_remote:before,
.mi-settings_remote:before {
    content: '\e8c7';
}

.material-icons-settings_system_daydream:before,
.mi-settings_system_daydream:before {
    content: '\e1c3';
}

.material-icons-settings_voice:before,
.mi-settings_voice:before {
    content: '\e8c8';
}

.material-icons-share:before,
.mi-share:before {
    content: '\e80d';
}

.material-icons-shop:before,
.mi-shop:before {
    content: '\e8c9';
}

.material-icons-shop_two:before,
.mi-shop_two:before {
    content: '\e8ca';
}

.material-icons-shopping_basket:before,
.mi-shopping_basket:before {
    content: '\e8cb';
}

.material-icons-shopping_cart:before,
.mi-shopping_cart:before {
    content: '\e8cc';
}

.material-icons-short_text:before,
.mi-short_text:before {
    content: '\e261';
}

.material-icons-show_chart:before,
.mi-show_chart:before {
    content: '\e6e1';
}

.material-icons-shuffle:before,
.mi-shuffle:before {
    content: '\e043';
}

.material-icons-signal_cellular_4_bar:before,
.mi-signal_cellular_4_bar:before {
    content: '\e1c8';
}

.material-icons-signal_cellular_connected_no_internet_4_bar:before,
.mi-signal_cellular_connected_no_internet_4_bar:before {
    content: '\e1cd';
}

.material-icons-signal_cellular_no_sim:before,
.mi-signal_cellular_no_sim:before {
    content: '\e1ce';
}

.material-icons-signal_cellular_null:before,
.mi-signal_cellular_null:before {
    content: '\e1cf';
}

.material-icons-signal_cellular_off:before,
.mi-signal_cellular_off:before {
    content: '\e1d0';
}

.material-icons-signal_wifi_4_bar:before,
.mi-signal_wifi_4_bar:before {
    content: '\e1d8';
}

.material-icons-signal_wifi_4_bar_lock:before,
.mi-signal_wifi_4_bar_lock:before {
    content: '\e1d9';
}

.material-icons-signal_wifi_off:before,
.mi-signal_wifi_off:before {
    content: '\e1da';
}

.material-icons-sim_card:before,
.mi-sim_card:before {
    content: '\e32b';
}

.material-icons-sim_card_alert:before,
.mi-sim_card_alert:before {
    content: '\e624';
}

.material-icons-skip_next:before,
.mi-skip_next:before {
    content: '\e044';
}

.material-icons-skip_previous:before,
.mi-skip_previous:before {
    content: '\e045';
}

.material-icons-slideshow:before,
.mi-slideshow:before {
    content: '\e41b';
}

.material-icons-slow_motion_video:before,
.mi-slow_motion_video:before {
    content: '\e068';
}

.material-icons-smartphone:before,
.mi-smartphone:before {
    content: '\e32c';
}

.material-icons-smoke_free:before,
.mi-smoke_free:before {
    content: '\eb4a';
}

.material-icons-smoking_rooms:before,
.mi-smoking_rooms:before {
    content: '\eb4b';
}

.material-icons-sms:before,
.mi-sms:before {
    content: '\e625';
}

.material-icons-sms_failed:before,
.mi-sms_failed:before {
    content: '\e626';
}

.material-icons-snooze:before,
.mi-snooze:before {
    content: '\e046';
}

.material-icons-sort:before,
.mi-sort:before {
    content: '\e164';
}

.material-icons-sort_by_alpha:before,
.mi-sort_by_alpha:before {
    content: '\e053';
}

.material-icons-spa:before,
.mi-spa:before {
    content: '\eb4c';
}

.material-icons-space_bar:before,
.mi-space_bar:before {
    content: '\e256';
}

.material-icons-speaker:before,
.mi-speaker:before {
    content: '\e32d';
}

.material-icons-speaker_group:before,
.mi-speaker_group:before {
    content: '\e32e';
}

.material-icons-speaker_notes:before,
.mi-speaker_notes:before {
    content: '\e8cd';
}

.material-icons-speaker_notes_off:before,
.mi-speaker_notes_off:before {
    content: '\e92a';
}

.material-icons-speaker_phone:before,
.mi-speaker_phone:before {
    content: '\e0d2';
}

.material-icons-spellcheck:before,
.mi-spellcheck:before {
    content: '\e8ce';
}

.material-icons-star:before,
.mi-star:before {
    content: '\e838';
}

.material-icons-star_border:before,
.mi-star_border:before {
    content: '\e83a';
}

.material-icons-star_half:before,
.mi-star_half:before {
    content: '\e839';
}

.material-icons-stars:before,
.mi-stars:before {
    content: '\e8d0';
}

.material-icons-stay_current_landscape:before,
.mi-stay_current_landscape:before {
    content: '\e0d3';
}

.material-icons-stay_current_portrait:before,
.mi-stay_current_portrait:before {
    content: '\e0d4';
}

.material-icons-stay_primary_landscape:before,
.mi-stay_primary_landscape:before {
    content: '\e0d5';
}

.material-icons-stay_primary_portrait:before,
.mi-stay_primary_portrait:before {
    content: '\e0d6';
}

.material-icons-stop:before,
.mi-stop:before {
    content: '\e047';
}

.material-icons-stop_screen_share:before,
.mi-stop_screen_share:before {
    content: '\e0e3';
}

.material-icons-storage:before,
.mi-storage:before {
    content: '\e1db';
}

.material-icons-store:before,
.mi-store:before {
    content: '\e8d1';
}

.material-icons-store_mall_directory:before,
.mi-store_mall_directory:before {
    content: '\e563';
}

.material-icons-straighten:before,
.mi-straighten:before {
    content: '\e41c';
}

.material-icons-streetview:before,
.mi-streetview:before {
    content: '\e56e';
}

.material-icons-strikethrough_s:before,
.mi-strikethrough_s:before {
    content: '\e257';
}

.material-icons-style:before,
.mi-style:before {
    content: '\e41d';
}

.material-icons-subdirectory_arrow_left:before,
.mi-subdirectory_arrow_left:before {
    content: '\e5d9';
}

.material-icons-subdirectory_arrow_right:before,
.mi-subdirectory_arrow_right:before {
    content: '\e5da';
}

.material-icons-subject:before,
.mi-subject:before {
    content: '\e8d2';
}

.material-icons-subscriptions:before,
.mi-subscriptions:before {
    content: '\e064';
}

.material-icons-subtitles:before,
.mi-subtitles:before {
    content: '\e048';
}

.material-icons-subway:before,
.mi-subway:before {
    content: '\e56f';
}

.material-icons-supervisor_account:before,
.mi-supervisor_account:before {
    content: '\e8d3';
}

.material-icons-surround_sound:before,
.mi-surround_sound:before {
    content: '\e049';
}

.material-icons-swap_calls:before,
.mi-swap_calls:before {
    content: '\e0d7';
}

.material-icons-swap_horiz:before,
.mi-swap_horiz:before {
    content: '\e8d4';
}

.material-icons-swap_vert:before,
.mi-swap_vert:before {
    content: '\e8d5';
}

.material-icons-swap_vertical_circle:before,
.mi-swap_vertical_circle:before {
    content: '\e8d6';
}

.material-icons-switch_camera:before,
.mi-switch_camera:before {
    content: '\e41e';
}

.material-icons-switch_video:before,
.mi-switch_video:before {
    content: '\e41f';
}

.material-icons-sync:before,
.mi-sync:before {
    content: '\e627';
}

.material-icons-sync_disabled:before,
.mi-sync_disabled:before {
    content: '\e628';
}

.material-icons-sync_problem:before,
.mi-sync_problem:before {
    content: '\e629';
}

.material-icons-system_update:before,
.mi-system_update:before {
    content: '\e62a';
}

.material-icons-system_update_alt:before,
.mi-system_update_alt:before {
    content: '\e8d7';
}

.material-icons-tab:before,
.mi-tab:before {
    content: '\e8d8';
}

.material-icons-tab_unselected:before,
.mi-tab_unselected:before {
    content: '\e8d9';
}

.material-icons-tablet:before,
.mi-tablet:before {
    content: '\e32f';
}

.material-icons-tablet_android:before,
.mi-tablet_android:before {
    content: '\e330';
}

.material-icons-tablet_mac:before,
.mi-tablet_mac:before {
    content: '\e331';
}

.material-icons-tag_faces:before,
.mi-tag_faces:before {
    content: '\e420';
}

.material-icons-tap_and_play:before,
.mi-tap_and_play:before {
    content: '\e62b';
}

.material-icons-terrain:before,
.mi-terrain:before {
    content: '\e564';
}

.material-icons-text_fields:before,
.mi-text_fields:before {
    content: '\e262';
}

.material-icons-text_format:before,
.mi-text_format:before {
    content: '\e165';
}

.material-icons-textsms:before,
.mi-textsms:before {
    content: '\e0d8';
}

.material-icons-texture:before,
.mi-texture:before {
    content: '\e421';
}

.material-icons-theaters:before,
.mi-theaters:before {
    content: '\e8da';
}

.material-icons-thumb_down:before,
.mi-thumb_down:before {
    content: '\e8db';
}

.material-icons-thumb_up:before,
.mi-thumb_up:before {
    content: '\e8dc';
}

.material-icons-thumbs_up_down:before,
.mi-thumbs_up_down:before {
    content: '\e8dd';
}

.material-icons-time_to_leave:before,
.mi-time_to_leave:before {
    content: '\e62c';
}

.material-icons-timelapse:before,
.mi-timelapse:before {
    content: '\e422';
}

.material-icons-timeline:before,
.mi-timeline:before {
    content: '\e922';
}

.material-icons-timer:before,
.mi-timer:before {
    content: '\e425';
}

.material-icons-timer_10:before,
.mi-timer_10:before {
    content: '\e423';
}

.material-icons-timer_3:before,
.mi-timer_3:before {
    content: '\e424';
}

.material-icons-timer_off:before,
.mi-timer_off:before {
    content: '\e426';
}

.material-icons-title:before,
.mi-title:before {
    content: '\e264';
}

.material-icons-toc:before,
.mi-toc:before {
    content: '\e8de';
}

.material-icons-today:before,
.mi-today:before {
    content: '\e8df';
}

.material-icons-toll:before,
.mi-toll:before {
    content: '\e8e0';
}

.material-icons-tonality:before,
.mi-tonality:before {
    content: '\e427';
}

.material-icons-touch_app:before,
.mi-touch_app:before {
    content: '\e913';
}

.material-icons-toys:before,
.mi-toys:before {
    content: '\e332';
}

.material-icons-track_changes:before,
.mi-track_changes:before {
    content: '\e8e1';
}

.material-icons-traffic:before,
.mi-traffic:before {
    content: '\e565';
}

.material-icons-train:before,
.mi-train:before {
    content: '\e570';
}

.material-icons-tram:before,
.mi-tram:before {
    content: '\e571';
}

.material-icons-transfer_within_a_station:before,
.mi-transfer_within_a_station:before {
    content: '\e572';
}

.material-icons-transform:before,
.mi-transform:before {
    content: '\e428';
}

.material-icons-translate:before,
.mi-translate:before {
    content: '\e8e2';
}

.material-icons-trending_down:before,
.mi-trending_down:before {
    content: '\e8e3';
}

.material-icons-trending_flat:before,
.mi-trending_flat:before {
    content: '\e8e4';
}

.material-icons-trending_up:before,
.mi-trending_up:before {
    content: '\e8e5';
}

.material-icons-tune:before,
.mi-tune:before {
    content: '\e429';
}

.material-icons-turned_in:before,
.mi-turned_in:before {
    content: '\e8e6';
}

.material-icons-turned_in_not:before,
.mi-turned_in_not:before {
    content: '\e8e7';
}

.material-icons-tv:before,
.mi-tv:before {
    content: '\e333';
}

.material-icons-unarchive:before,
.mi-unarchive:before {
    content: '\e169';
}

.material-icons-undo:before,
.mi-undo:before {
    content: '\e166';
}

.material-icons-unfold_less:before,
.mi-unfold_less:before {
    content: '\e5d6';
}

.material-icons-unfold_more:before,
.mi-unfold_more:before {
    content: '\e5d7';
}

.material-icons-update:before,
.mi-update:before {
    content: '\e923';
}

.material-icons-usb:before,
.mi-usb:before {
    content: '\e1e0';
}

.material-icons-verified_user:before,
.mi-verified_user:before {
    content: '\e8e8';
}

.material-icons-vertical_align_bottom:before,
.mi-vertical_align_bottom:before {
    content: '\e258';
}

.material-icons-vertical_align_center:before,
.mi-vertical_align_center:before {
    content: '\e259';
}

.material-icons-vertical_align_top:before,
.mi-vertical_align_top:before {
    content: '\e25a';
}

.material-icons-vibration:before,
.mi-vibration:before {
    content: '\e62d';
}

.material-icons-video_call:before,
.mi-video_call:before {
    content: '\e070';
}

.material-icons-video_label:before,
.mi-video_label:before {
    content: '\e071';
}

.material-icons-video_library:before,
.mi-video_library:before {
    content: '\e04a';
}

.material-icons-videocam:before,
.mi-videocam:before {
    content: '\e04b';
}

.material-icons-videocam_off:before,
.mi-videocam_off:before {
    content: '\e04c';
}

.material-icons-videogame_asset:before,
.mi-videogame_asset:before {
    content: '\e338';
}

.material-icons-view_agenda:before,
.mi-view_agenda:before {
    content: '\e8e9';
}

.material-icons-view_array:before,
.mi-view_array:before {
    content: '\e8ea';
}

.material-icons-view_carousel:before,
.mi-view_carousel:before {
    content: '\e8eb';
}

.material-icons-view_column:before,
.mi-view_column:before {
    content: '\e8ec';
}

.material-icons-view_comfy:before,
.mi-view_comfy:before {
    content: '\e42a';
}

.material-icons-view_compact:before,
.mi-view_compact:before {
    content: '\e42b';
}

.material-icons-view_day:before,
.mi-view_day:before {
    content: '\e8ed';
}

.material-icons-view_headline:before,
.mi-view_headline:before {
    content: '\e8ee';
}

.material-icons-view_list:before,
.mi-view_list:before {
    content: '\e8ef';
}

.material-icons-view_module:before,
.mi-view_module:before {
    content: '\e8f0';
}

.material-icons-view_quilt:before,
.mi-view_quilt:before {
    content: '\e8f1';
}

.material-icons-view_stream:before,
.mi-view_stream:before {
    content: '\e8f2';
}

.material-icons-view_week:before,
.mi-view_week:before {
    content: '\e8f3';
}

.material-icons-vignette:before,
.mi-vignette:before {
    content: '\e435';
}

.material-icons-visibility:before,
.mi-visibility:before {
    content: '\e8f4';
}

.material-icons-visibility_off:before,
.mi-visibility_off:before {
    content: '\e8f5';
}

.material-icons-voice_chat:before,
.mi-voice_chat:before {
    content: '\e62e';
}

.material-icons-voicemail:before,
.mi-voicemail:before {
    content: '\e0d9';
}

.material-icons-volume_down:before,
.mi-volume_down:before {
    content: '\e04d';
}

.material-icons-volume_mute:before,
.mi-volume_mute:before {
    content: '\e04e';
}

.material-icons-volume_off:before,
.mi-volume_off:before {
    content: '\e04f';
}

.material-icons-volume_up:before,
.mi-volume_up:before {
    content: '\e050';
}

.material-icons-vpn_key:before,
.mi-vpn_key:before {
    content: '\e0da';
}

.material-icons-vpn_lock:before,
.mi-vpn_lock:before {
    content: '\e62f';
}

.material-icons-wallpaper:before,
.mi-wallpaper:before {
    content: '\e1bc';
}

.material-icons-warning:before,
.mi-warning:before {
    content: '\e002';
}

.material-icons-watch:before,
.mi-watch:before {
    content: '\e334';
}

.material-icons-watch_later:before,
.mi-watch_later:before {
    content: '\e924';
}

.material-icons-wb_auto:before,
.mi-wb_auto:before {
    content: '\e42c';
}

.material-icons-wb_cloudy:before,
.mi-wb_cloudy:before {
    content: '\e42d';
}

.material-icons-wb_incandescent:before,
.mi-wb_incandescent:before {
    content: '\e42e';
}

.material-icons-wb_iridescent:before,
.mi-wb_iridescent:before {
    content: '\e436';
}

.material-icons-wb_sunny:before,
.mi-wb_sunny:before {
    content: '\e430';
}

.material-icons-wc:before,
.mi-wc:before {
    content: '\e63d';
}

.material-icons-web:before,
.mi-web:before {
    content: '\e051';
}

.material-icons-web_asset:before,
.mi-web_asset:before {
    content: '\e069';
}

.material-icons-weekend:before,
.mi-weekend:before {
    content: '\e16b';
}

.material-icons-whatshot:before,
.mi-whatshot:before {
    content: '\e80e';
}

.material-icons-widgets:before,
.mi-widgets:before {
    content: '\e1bd';
}

.material-icons-wifi:before,
.mi-wifi:before {
    content: '\e63e';
}

.material-icons-wifi_lock:before,
.mi-wifi_lock:before {
    content: '\e1e1';
}

.material-icons-wifi_tethering:before,
.mi-wifi_tethering:before {
    content: '\e1e2';
}

.material-icons-work:before,
.mi-work:before {
    content: '\e8f9';
}

.material-icons-wrap_text:before,
.mi-wrap_text:before {
    content: '\e25b';
}

.material-icons-youtube_searched_for:before,
.mi-youtube_searched_for:before {
    content: '\e8fa';
}

.material-icons-zoom_in:before,
.mi-zoom_in:before {
    content: '\e8ff';
}

.material-icons-zoom_out:before,
.mi-zoom_out:before {
    content: '\e900';
}

.material-icons-zoom_out_map:before,
.mi-zoom_out_map:before {
    content: '\e56b';
}

.col .paquetes,
[class*="col-"] .paquetes {
    margin-left: auto !important;
    margin-right: auto !important;
}

.form-row,
.rowless {
    margin-right: -5px;
    margin-left: -5px;
}

.form-row:not(.row),
.rowless:not(.row) {
    display: flex;
    flex-wrap: wrap;
}

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

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

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

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit;
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

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

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

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

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

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

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

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

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

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

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

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

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

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

.card-img,
.card-img-top,
.card-img-bottom {
    flex-shrink: 0;
    width: 100%;
}

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

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

.card-deck .card {
    margin-bottom: 1rem;
}

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

    .card-deck .card {
        flex: 1 0 0%;
        margin-right: 1rem;
        margin-bottom: 0;
        margin-left: 1rem;
    }
}

.card-group>.card {
    margin-bottom: 1rem;
}

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

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

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

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

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

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

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

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

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

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

@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
    padding: 0 !important;
}

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

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

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

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

.p-1 {
    padding: 0.25rem !important;
}

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

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

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

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

.p-2 {
    padding: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n1 {
    margin: -0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .p-sm-0 {
        padding: 0 !important;
    }

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

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

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

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

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-sm-n1 {
        margin: -0.25rem !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .p-md-0 {
        padding: 0 !important;
    }

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

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

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

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

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-md-n1 {
        margin: -0.25rem !important;
    }

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

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

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

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

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

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

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

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

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

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

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

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1400px) {
    .m-xxl-0 {
        margin: 0 !important;
    }

    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0 !important;
    }

    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0 !important;
    }

    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0 !important;
    }

    .m-xxl-1 {
        margin: 0.25rem !important;
    }

    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xxl-2 {
        margin: 0.5rem !important;
    }

    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xxl-3 {
        margin: 1rem !important;
    }

    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 1rem !important;
    }

    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 1rem !important;
    }

    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 1rem !important;
    }

    .m-xxl-4 {
        margin: 1.5rem !important;
    }

    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xxl-5 {
        margin: 3rem !important;
    }

    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 3rem !important;
    }

    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 3rem !important;
    }

    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 3rem !important;
    }

    .p-xxl-0 {
        padding: 0 !important;
    }

    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0 !important;
    }

    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0 !important;
    }

    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0 !important;
    }

    .p-xxl-1 {
        padding: 0.25rem !important;
    }

    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xxl-2 {
        padding: 0.5rem !important;
    }

    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xxl-3 {
        padding: 1rem !important;
    }

    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 1rem !important;
    }

    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 1rem !important;
    }

    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 1rem !important;
    }

    .p-xxl-4 {
        padding: 1.5rem !important;
    }

    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xxl-5 {
        padding: 3rem !important;
    }

    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 3rem !important;
    }

    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 3rem !important;
    }

    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 3rem !important;
    }

    .m-xxl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xxl-n1,
    .my-xxl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xxl-n1,
    .mx-xxl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xxl-n1,
    .my-xxl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xxl-n1,
    .mx-xxl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xxl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xxl-n2,
    .my-xxl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xxl-n2,
    .mx-xxl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xxl-n2,
    .my-xxl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xxl-n2,
    .mx-xxl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xxl-n3 {
        margin: -1rem !important;
    }

    .mt-xxl-n3,
    .my-xxl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xxl-n3,
    .mx-xxl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xxl-n3,
    .my-xxl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xxl-n3,
    .mx-xxl-n3 {
        margin-left: -1rem !important;
    }

    .m-xxl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xxl-n4,
    .my-xxl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xxl-n4,
    .mx-xxl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xxl-n4,
    .my-xxl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xxl-n4,
    .mx-xxl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xxl-n5 {
        margin: -3rem !important;
    }

    .mt-xxl-n5,
    .my-xxl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xxl-n5,
    .mx-xxl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xxl-n5,
    .my-xxl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xxl-n5,
    .mx-xxl-n5 {
        margin-left: -3rem !important;
    }

    .m-xxl-auto {
        margin: auto !important;
    }

    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto !important;
    }

    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto !important;
    }

    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto !important;
    }

    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto !important;
    }
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

@font-face {
    font-family: "Roboto-Black";
    src: url("../fonts/Roboto/Roboto-Black.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto-Bold";
    src: url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto-Light";
    src: url("../fonts/Roboto/Roboto-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto-Medium";
    src: url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto-Regular";
    src: url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

/*nuevos paquetes*/

.count-paquete .card {
    border-color: #003384;
    border-radius: 0;
}

.count-paquete .card .count-paquete-img {
    position: relative;
    height: 10rem;
    width: 100%;
    min-height: 10rem;
    overflow: hidden;
    z-index: 2;
}

.count-paquete .card .count-paquete-img span {
    display: block;
    position: absolute;
    top: 20%;
    left: -35%;
    width: 100%;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    font-size: .8rem;
    padding: .3rem;
    transform: rotate(-45deg);
    background-color: #01a3e4;
    z-index: 2;
}

.count-paquete .card .count-paquete-img>img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.count-paquete .card .card-body {
    padding: 0;
}

.count-paquete .card .card-body .card-title {
    text-align: center;
    font-size: .9rem;
    font-family: Arial, sans-serif;
    margin-top: .4rem;
    margin-bottom: .4rem;
    padding-left: 1rem;
    padding-right: 1rem;
    color: #003384;
}

.count-paquete .card .card-body p {
    font-family: "Roboto-Regular";
    padding-top: 0;
    padding-bottom: 0;
    font-size: .8rem;
    color: #003384;
}

.count-paquete .card .card-body b {
    font-family: "Roboto-Bold";
}

.count-paquete .card .card-body b.extra {
    font-family: "Roboto-Black";
}

.count-paquete .card .card-body p i {
    font-size: 1.4rem;
    margin-right: .3rem;
    color: #003384;
}

.count-paquete .card .card-body .count-paquete-info1 {
    border-top: 1px solid #003384;
}

.count-paquete .card .card-body .count-paquete-info1 .count-paquete-info1-incluye1 {}

.count-paquete .card .card-body .count-paquete-info1 .count-paquete-info1-incluye2 {
    background-color: #01a3e4;
    color: #FFF;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: .6rem;
    padding-right: .6rem;
    border-left: 1px solid #003384;
}

.count-paquete .card .card-body .count-paquete-info1 .count-paquete-info1-incluye2 p {
    color: #FFF;
}

.count-paquete .card .card-body .count-paquete-info2 {
    border-top: 1px solid #003384;
}

.count-paquete .card .card-body .count-paquete-info2 .count-paquete-info2-desde {
    font-size: .9rem;
}

.count-paquete .card .card-body .count-paquete-info2 .count-paquete-info2-cantidad {
    font-size: 1.8rem;
}

.count-paquete .card .card-body .count-paquete-info2 .btn {
    border-radius: 100rem;
    font-size: .7rem;
    padding: .5rem;
    line-height: 1;
    background-color: #003384;
    border: 0;
}

.rs-container .rs-selected {
    background-color: #036;
    border: 1px solid #036;
}

.select2-container {
    width: 100% !important;
}

.label-text {
    font-size: .8rem;
}

.owl-carousel {
    width: 100% !important;
}

.owl-carousel .owl-stage-outer {
    width: 100% !important;
}

.owl-carousel .owl-stage-outer .owl-stage {
    width: 100%;
}

.owl-carousel .owl-stage-outer .owl-stage .owl-item {
    width: 100%;
}

.owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
    width: 100%;
}

.owl-carousel .owl-stage-outer .owl-stage .owl-item .item a {
    display: block;
    width: 100%;
}

.owl-carousel .owl-stage-outer .owl-stage .owl-item .item a img {
    width: 100%;
}

#cotizarfromModal .modal-dialog {
    max-width: 60rem;
}

#cotizarfromModal .modal-dialog .modal-header {
    background-color: #193461;
    color: #FFF;
}

#cotizarfromModal .modal-dialog .modal-header img {
    max-width: 4rem;
}

#cotizarfromModal .modal-dialog .modal-header p {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.5;
}

#cotizarfromModal .modal-dialog .modal-header button {
    color: #FFF;
    background-color: transparent;
    border: none;
}

#cotizarfromModal .modal-dialog .modal-header button i {
    font-size: 2rem;
}

#cotizarfromModal .modal-dialog label {
    display: block;
    margin-bottom: .5rem;
    font-size: .8rem;
}

#cotizarfromModal .modal-dialog .form-group {
    margin-bottom: .5rem;
}

#cotizarfromModal .modal-dialog .form-control {
    border-radius: .25rem;
    min-height: 1.5rem;
    border: 1px solid #333;
    font-size: .9rem;
    width: 100%;
    padding-left: .5rem;
    padding-right: .5rem;
    box-sizing: border-box;
    /* display: inherit; */
}

#cotizarfromModal .modal-dialog .roboto {
    max-width: 20rem;
    width: 100%;
    margin-bottom: 1.5rem;
}

#cotizarfromModal .modal-dialog p {
    font-size: .8rem;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: .5rem;
}

#cotizarfromModal .modal-dialog p input {
    display: inline-block;
    width: auto !important;
    vertical-align: middle;
}

#cotizarfromModal .modal-dialog .btn-modalcotizar {
    border: none;
    background-color: #69bf64;
    border-radius: 100rem;
    padding-left: 2rem;
    padding-right: 2rem;
    text-transform: uppercase;
}
/*MODAL RESERVA DE PAQUETE*/
#reservaPaqueteModal .modal-dialog {
    max-width: 50rem;
}

#reservaPaqueteModal .modal-dialog .modal-header {
    background-color: #193461;
    color: #FFF;
}

#reservaPaqueteModal .modal-dialog .modal-header img {
    max-width: 4rem;
}

#reservaPaqueteModal .modal-dialog .modal-header p {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.5;
}

#reservaPaqueteModal .modal-dialog .modal-header button {
    color: #FFF;
    background-color: transparent;
    border: none;
}

#reservaPaqueteModal .modal-dialog .modal-header button i {
    font-size: 2rem;
}

#reservaPaqueteModal .modal-dialog label {
    display: block;
    margin-bottom: .5rem;
    font-size: .8rem;
}

#reservaPaqueteModal .modal-dialog .form-group {
    margin-bottom: .5rem;
}

#reservaPaqueteModal .modal-dialog .form-control {
    border-radius: .25rem;
    min-height: 1.5rem;
    border: 1px solid #333;
    font-size: .9rem;
    width: 100%;
    padding-left: .5rem;
    padding-right: .5rem;
    box-sizing: border-box;
    /* display: inherit; */
}

#reservaPaqueteModal .modal-dialog .roboto {
    max-width: 20rem;
    width: 100%;
    margin-bottom: 1.5rem;
}

#reservaPaqueteModal .modal-dialog p {
    font-size: .8rem;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: .5rem;
}

#reservaPaqueteModal .modal-dialog p input {
    display: inline-block;
    width: auto !important;
    vertical-align: middle;
}

#reservaPaqueteModal .modal-dialog .btn-modalcotizar {
    border: none;
    background-color: #69bf64;
    border-radius: 100rem;
    padding-left: 2rem;
    padding-right: 2rem;
    text-transform: uppercase;
}
/* FIN MODAL RESERVA DE PAQUETE*/

#reservarfromModal_1 .modal-dialog {
 max-width: 60rem;
}

#reservarfromModal_1 .modal-dialog .modal-header {
    background-color: #18a2dc;
    color: #FFF;
}

#reservarfromModal_1 .modal-dialog .modal-header .paso p {
    font-size: 1.3rem;
}

#reservarfromModal_1 .modal-dialog .modal-header .paso h4 {
    color: #FFF;
    font-size: 1.5rem;
}

#reservarfromModal_1 .modal-dialog .modal-header img {
    max-width: 4rem;
}

#reservarfromModal_1 .modal-dialog .modal-header p {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.5;
    margin-bottom: 0;
}

#reservarfromModal_1 .modal-dialog .modal-header button {
    color: #FFF;
    background-color: transparent;
    border: none;
}

#reservarfromModal_1 .modal-dialog .modal-header button i {
    font-size: 2rem;
}

#reservarfromModal_1 .modal-dialog label {
    display: block;
    margin-bottom: .5rem;
    font-size: .8rem;
}

#reservarfromModal_1 .modal-dialog .form-group {
    margin-bottom: .5rem;
}

#reservarfromModal_1 .modal-dialog .form-control {
    border-radius: .25rem;
    min-height: 1.5rem;
    border: 1px solid #333;
    font-size: .9rem;
    width: 100%;
    padding-left: .5rem;
    padding-right: .5rem;
    box-sizing: border-box;
    /* display: inherit; */
}

#reservarfromModal_1 .modal-dialog .roboto {
    max-width: 20rem;
    width: 100%;
    margin-bottom: 1.5rem;
}

#reservarfromModal_1 .modal-dialog p {
    font-size: .8rem;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: .5rem;
}

#reservarfromModal_1 .modal-dialog p input {
    display: inline-block;
    width: auto !important;
    vertical-align: middle;
}

#reservarfromModal_1 .modal-dialog .btn-modalcotizar {
    border: none;
    background-color: #69bf64;
    border-radius: 100rem;
    padding-left: 2rem;
    padding-right: 2rem;
    text-transform: uppercase;
}

#reservarfromModal_1 .modal-dialog .linetarjeta {
    border-left: 1px solid #333;
}

#reservarfromModal_1 .modal-dialog .line-bottom {
    border-top: 1px solid #333;
    padding-top: 1rem;
    margin-top: 1rem;
}

.grid-line > [class*="col-"],
.grid-line > .col {
    padding-left: 2rem;
    padding-right: 2rem;
}

.rs-pointer .rs-tooltip {
    display: inline-flex;
    align-items: center;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    bottom: -.7rem;
    width: auto;
    height: auto;
    min-width: 0;
    font-size: .6rem;
}

.clave-paq-caja{
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    color: #FFF;
    font-size: .8rem;
    padding: 0px 10px; 
}


/*CLASE GENERICA PARA MODAL*/
/*.clase_generica .modal-dialog {
    max-width: 40rem;
}*/

.clase_generica .modal-dialog .modal-header {
    background-color: #193461;
    color: #FFF;
}

.clase_generica .modal-dialog .modal-header img {
    max-width: 4rem;
}

.clase_generica .modal-dialog .modal-header p {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.5;
}

.clase_generica .modal-dialog .modal-header button {
    color: #FFF;
    background-color: transparent;
    border: none;
}

.clase_generica .modal-dialog .modal-header button i {
    font-size: 2rem;
}

.clase_generica .modal-dialog label {
    display: block;
    margin-bottom: .5rem;
    font-size: .8rem;
}

.clase_generica .modal-body{
    padding-left: 8% !important;
    padding-right: 8% !important;
}

.clase_generica .modal-dialog .form-group {
    margin-bottom: .5rem;
}

.clase_generica .modal-dialog .form-control {
    border-radius: .25rem;
    min-height: 1.5rem;
    border: 1px solid #333;
    font-size: .9rem;
    width: 100%;
    padding-left: .5rem;
    padding-right: .5rem;
    box-sizing: border-box;
    /* display: inherit; */
}

.clase_generica .modal-dialog .roboto {
    max-width: 20rem;
    width: 100%;
    margin-bottom: 1.5rem;
}

.clase_generica .modal-dialog p {
    font-size: .8rem;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: .5rem;
}

.clase_generica .modal-dialog p input {
    display: inline-block;
    width: auto !important;
    vertical-align: middle;
}

.clase_generica .modal-dialog .btn-modalcotizar {
    border: none;
    background-color: #69bf64;
    border-radius: 100rem;
    padding-left: 2rem;
    padding-right: 2rem;
    text-transform: uppercase;
}
.container-extra-image {
    text-align: center;
}
.container-extra-image img {
    width: auto;
    height: auto;
}
@media only screen and (max-width: 480px) {
   .container-extra-image img {
        height: auto;
    }
}

.categoria-detalle {
  font-size: 28px;
  color: #636363;
  margin-top: 15px;
  /* margin-bottom: 10px; */
}

.titulomostrar-detalle {
  font-size: 23px;
  font-weight: bold;
  color: #119fda;
  margin-bottom: 20px;
}
