.offer--rates div {
    margin: 0 2.5rem 0 0
}

.offer--rates div:last-child {
    padding-left: 2.5rem
}

.offer__text {
    font-size: 1rem;
    line-height: 1;
    color: #fff
}

.m-rates {
    padding-top: 7rem;
    padding-bottom: 4.75rem
}

.m-rates .m-main__title {
    margin: 0 0 1rem 0
}

.m-rates .m-main__text {
    margin: 0 0 3rem 0
}

@media (max-width:576px) {
    .m-rates {
        padding-top: 3rem;
        padding-bottom: 4.5rem
    }
    .m-rates .m-main__text {
        margin: 0 0 2rem 0
    }
}

.rates-wrapper {
    margin-bottom: 3.25rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:576px) {
    .rates-wrapper {
        margin-bottom: 1rem;
        display: flex;
        flex-direction: column;
    }
}

.rates {
    position: relative;
    color: #2e2c39;
    border: 0.0625rem solid #e0e0e1;
    border-radius: 0.3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    min-height: 28.75rem;
    padding: 2rem 2.5rem
}

.rates.rates--highlight {
    border: 0.125rem solid var(--azul);
}

@media (max-width:1199px) {
    .rates {
        margin-bottom: 1rem
    }
}

@media (max-width:767px) {
    .rates {
        min-height: 27rem;
        padding: 1.5rem
    }
}

.rates__product {
    font-size: 1.25rem;
    font-family: 'Inter';
    line-height: 1;
    margin: 0 0 1rem 0
}

@media (max-width:576px) {
    .rates__product {
        margin: 0 0 1rem 0
    }
}

.rates-price__inner {
    padding: 0 0 1.25rem 0;
    border-bottom: 0.0625rem solid #e0e0e1
}

.rates-price__big {
    font-size: 3rem;
    font-family: 'Inter';
    line-height: 0.9;
    color: var(--azul);
    margin-bottom: 0;
    margin-right: 0.3125rem
}

@media (max-width:576px) {
    .rates-price__big {
        line-height: 1
    }
}

.rates-price__medium {
    font-size: 1.5rem;
    font-family: 'Inter';
    line-height: 1;
    color: var(--azul);
    margin-bottom: 0
}

.rates-price__small {
    font-size: 0.875rem;
    font-family: 'Inter';
    margin-bottom: 0
}

.rates-price__small line-height 1.4 {
    color: var(--azul)
}

.rates-price__regular {
    font-size: 1rem;
    font-family: 'Inter';
    line-height: 1;
    margin-bottom: 0
}

.rates-list {
    font-size: 1rem;
    font-family: 'Inter';
    color: #2e2c39;
    margin: 1.125rem 0 auto 0;
    padding: 0;
    list-style-type: none
}

.rates-list.otras-tarifas {
    margin: 0
}

.rates-list.otras-tarifas li {
    margin: 0
}

.rates-list.otras-tarifas li:last-of-type {
    margin: 0
}

.rates-list li {
    background: url("/img/icons/icon-check-primary.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 1.125rem 0.8125rem;
    list-style-type: none;
    padding: 0 0 0 1.75rem;
    margin: 0 0 1rem 0
}

.rates-list li:last-of-type {
    margin: 0 0 1.5rem 0
}

.rates-list li.label {
    background: url("/img/icons/icon-label-primary.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 1.1875rem 1.1875rem
}

.rates-list li p {
    margin: 0
}

.rates-link-text {
    font-size: 0.875rem;
    font-family: 'Inter';
    line-height: 1;
    text-decoration: underline;
    color: var(--azul);
    display: block;
    width: 100%
}

.rates-link-text.active,
.rates-link-text.active:focus,
.rates-link-text:active:focus,
.rates-link-text:focus,
.rates-link-text:hover,
.rates-link-text:not(:disabled):not(.disabled):active {
    color: var(--azul)
}

.rates__button {
    margin-top: 1.75rem
}

.rates__button .btn {
    width: 100%
}

.rates-row-container {
    margin: 1.5rem 0
}

.rates-row {
    padding: 1.5rem;
    width: 100%;
    border: 0.0625rem solid #e0e0e1;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 0.5rem 0
}

@media (max-width:767px) {
    .rates-row {
        padding: 1rem;
        margin: 0 0 1rem 0
    }
}

.rates-row-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.rates-row-wrapper [class*=rates-row-item] {
    padding-right: 0;
    padding-left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

.rates-row-wrapper [class*=rates-row-item]:first-child,
.rates-row-wrapper [class*=rates-row-item]:nth-child(2),
.rates-row-wrapper [class*=rates-row-item]:nth-child(3) {
    border-right: 0.0625rem solid #e0e0e1
}

.rates-row-wrapper [class*=rates-row-item]:nth-child(2),
.rates-row-wrapper [class*=rates-row-item]:nth-child(3),
.rates-row-wrapper [class*=rates-row-item]:nth-child(4) {
    padding-left: 1.5rem
}

.rates-row-wrapper [class*=rates-row-item] .btn {
    width: 100%
}

@media (max-width:992px) {
    .rates-row-wrapper [class*=rates-row-item] {
        padding: 0 0 1rem 0;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto
    }
    .rates-row-wrapper [class*=rates-row-item]:last-child {
        padding-bottom: 0
    }
    .rates-row-wrapper [class*=rates-row-item]:first-child,
    .rates-row-wrapper [class*=rates-row-item]:nth-child(2),
    .rates-row-wrapper [class*=rates-row-item]:nth-child(3),
    .rates-row-wrapper [class*=rates-row-item]:nth-child(4) {
        padding-left: 0;
        border-right: 0 solid transparent
    }
}

@media (max-width:992px) {
    .rates-row-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.heading-affix .offer-rates {
    margin: 0 auto 0 0
}

.heading-affix .offer-rates .offer-rates__title {
    font-size: 1.5rem!important;
    margin-bottom: 0.5rem
}

.heading-affix .btn-text {
    display: none
}

@media (max-width:992px) {
    .heading-affix .affix-inline-flex,
    .heading-affix .offer-rates-column,
    .heading-affix .offer-rates__small,
    .heading-affix .offer-rates__subtitle {
        display: none
    }
    .heading-affix .heading__heading {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .heading-affix .heading__buttons {
        position: absolute;
        right: 0.5rem;
        bottom: 0
    }
}

@media (max-width:767px) {
    .heading-affix .offer-rates {
        margin: 0 3rem 0 0
    }
    .heading-affix .offer-rates .offer-rates__data,
    .heading-affix .offer-rates .offer-rates__title {
        font-size: 1rem!important
    }
    .heading-affix .offer-rates .offer-rates__month {
        font-family: 'Inter';
        color: #38deff
    }
}

@media (max-width:576px) {
    .heading-affix {
        padding: 1.25rem 0 0.5rem 0
    }
    .heading-affix .heading__title {
        margin: 0 0 0.5rem 0!important
    }
    .heading-affix .heading__heading {
        padding: 0 1rem
    }
    .heading-affix .heading-pattern:before {
        top: -0.75rem
    }
    .heading-affix .btn-hero {
        display: none!important
    }
    .heading-affix .btn-cart {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0!important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.affix-inline-flex {
    display: none
}

.heading-pattern {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.heading-pattern:before {
    content: '';
    background: url("/img/img-heading-pattern.png") no-repeat scroll 0 0/cover;
    position: absolute;
    width: 140%;
    height: 35.125rem;
    top: 0;
    left: -7.5rem
}

@media (max-width:992px) {
    .heading-pattern:before {
        width: 100%;
        left: 0.5rem
    }
}

@media (max-width:576px) {
    .heading-pattern:before {
        height: 25.5rem
    }
}

@media (max-width:767px) {
    .heading-pattern [class*=col-] {
        padding-right: 0.5rem;
        padding-left: 0.5rem
    }
}

.heading__heading {
    max-width: 63rem;
    margin: 4.75rem 0 0 0
}

@media (max-width:992px) {
    .heading__heading {
        padding: 0 1.5rem
    }
}

@media (max-width:576px) {
    .heading__heading {
        margin: 2.5rem 0 0 0
    }
}

.heading__title {
    font-size: 2.25rem;
    font-family: 'Inter';
    line-height: 1;
    margin: 0 0 1.25rem 0
}

.heading__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.heading__buttons .btn {
    margin: 0 0.5rem 0 0
}

@media (max-width:767px) {
    .heading__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .heading__buttons .btn-hero {
        width: 100%;
        display: block
    }
    .heading__buttons .btn-text {
        padding-left: 0
    }
}

.offer-rates {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff;
    margin: 1.5rem 0
}

@media (max-width:767px) {
    .offer-rates {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 1.5rem 0 1rem 0
    }
    .offer-rates div .offer-rates__subtitle {
        font-family: 'Inter';
    }
}

.offer-rates .offer-rates-column {
    padding-left: 2.5rem;
    border-left: 0.0625rem solid #38deff
}

.offer-rates .offer-rates-column p {
    line-height: 1
}

.offer-rates .offer-rates-column p:last-child {
    margin: 0
}

@media (max-width:767px) {
    .offer-rates .offer-rates-column {
        padding-left: 0;
        border-left: 0 solid transparent;
        padding-top: 1rem;
        border-top: 0.0625rem solid #38deff;
        width: 100%
    }
    .offer-rates .offer-rates-column .offer-rates__small {
        font-size: 1rem;
        color: #38deff
    }
}

.offer-rates .offer-rates-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.offer-rates .offer-rates-flex div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 2.5rem 0 0
}

.offer-rates .offer-rates-flex div p {
    line-height: 1
}

@media (max-width:767px) {
    .offer-rates .offer-rates-flex {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }
    .offer-rates .offer-rates-flex div {
        margin: 0 1.5rem 0 0
    }
    .offer-rates .offer-rates-flex div:last-child {
        margin: 0
    }
}

@media (max-width:320px) {
    .offer-rates .offer-rates-flex div {
        margin: 0 1rem 0 0
    }
}

.offer-rates__subtitle {
    font-size: 1rem;
    font-family: 'Inter';
    line-height: 1
}

@media (max-width:767px) {
    .offer-rates__subtitle {
        margin-bottom: 0.5rem
    }
}

.offer-rates__title {
    font-size: 2rem;
    font-family: 'Inter';
    line-height: 1;
    color: #38deff
}

@media (max-width:767px) {
    .offer-rates__title {
        font-size: 1.25rem
    }
}

.offer-rates__data {
    font-size: 1.5rem;
    font-family: 'Inter';
    line-height: 1;
    color: #38deff
}

@media (max-width:767px) {
    .offer-rates__data {
        font-size: 1.25rem
    }
}

.offer-rates__month {
    font-size: 1rem;
    font-family: 'Inter';
    line-height: 1;
    color: #fff
}

.offer-rates__small {
    font-size: 0.875rem;
    font-family: 'Inter';
    line-height: 1;
    color: #fff
}

@media (max-width:767px) {
    .offer-rates__small {
        font-size: 0.75rem
    }
}

.m-ventajas {
    padding-top: 8rem;
    padding-bottom: 5rem
}

.m-ventajas p {
    font-size: 0.875rem
}

@media (max-width:767px) {
    .m-ventajas {
        padding-top: 4.125rem;
        padding-bottom: 2.75rem
    }
}

.m-ventajas .m-main__title {
    line-height: 1;
    margin-bottom: 1rem
}

.m-ventajas.ventajas-affix {
    margin-top: 17rem
}

.m-ventajas-bg-wrapper {
    background: url("/img/backgrounds/bg-ventajas-01.png") no-repeat scroll 0 0/cover;
    width: 100%;
    min-height: 35rem;
    border-radius: 0.375rem;
    margin: 0 0 1.5rem 0
}

.ventajas {
    margin: 2.5rem 0 1.5rem 0
}

@media (max-width:767px) {
    .ventajas {
        margin: 2.5rem 0 1.25rem 0
    }
    .ventajas:first-child {
        margin: 1.5rem 0 1.25rem 0
    }
    .ventajas:last-child {
        margin: 1.5rem 0 0 0
    }
}

.ventajas__img-wrapper img {
    height: 4rem;
    margin: 0 0 1rem 0
}

.ventajas__title {
    font-size: 1.25rem;
    font-family: 'Inter';
    line-height: 1.4;
    font-weight: normal;
    letter-spacing: -0.6px
}

.m-servicios {
    padding-top: 4.0625rem;
    padding-bottom: 0
}

.m-servicios .m-main__title {
    margin: 0 0 1rem 0
}

.m-servicios .m-main__text {
    margin: 0 0 3rem 0
}

@media (max-width:576px) {
    .m-servicios {
        padding-top: 1rem
    }
    .m-servicios .m-main__text {
        font-size: 0.875rem
    }
}

.m-servicios.internacional {
    min-height: 37rem;
    padding-bottom: 5.5rem
}

@media (max-width:576px) {
    .m-servicios.internacional {
        padding-top: 2.625rem
    }
}

.m-servicios.extras {
    padding-bottom: 7rem
}

@media (max-width:576px) {
    .m-servicios.extras {
        padding-top: 3.25rem;
        padding-bottom: 0
    }
}

.m-scrollspy {
    overflow-y: scroll;
    scrollbar-width: none;
    position: relative
}

.m-scrollspy::-webkit-scrollbar {
    display: none
}

.m-scrollspy-anchor {
    margin-top: -6.25rem;
    height: 6.25rem;
    display: block;
    visibility: hidden;
    position: relative
}

.servicios-wrapper {
    margin-top: 2rem
}

.servicios-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 0.3125rem;
    border: 0.0625rem solid #e0e0e1;
    padding: 2.25rem 2rem;
    margin: 0 0 1.875rem 0
}

@media (max-width:992px) {
    .servicios-box {
        max-width: 16rem;
        margin: 0 0 0.5rem 0
    }
}

.m-servicios-bg-wrapper {
    width: 100%;
    min-height: 12rem;
    margin: 0 0 2rem 0
}

.collapse-bonos {
    padding-top: 1.5rem
}

.collapse-bonos p,
.collapse-bonos ul {
    font-size: 0.875rem
}

.m-nav-pills-col {
    padding-right: 0.5rem;
    padding-left: 0.5rem
}

.m-nav-pills-wrapper {
    margin: 0 auto 3.75rem;
    width: 37.75rem
}

@media (max-width:767px) {
    .m-nav-pills-wrapper {
        margin: 0 auto 2rem;
        width: 100%
    }
}

.m-nav-pills {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: -webkit-linear-gradient(top left, #eef1fc 0%, #f0f5fe 30%, #fff7ff 69%, #eee 100%);
    background: -o-linear-gradient(top left, #eef1fc 0%, #f0f5fe 30%, #fff7ff 69%, #eee 100%);
    background: -webkit-gradient(linear, left top, right bottom, from(#eef1fc), color-stop(30%, #f0f5fe), color-stop(69%, #fff7ff), to(#eee));
    background: linear-gradient(to bottom right, #eef1fc 0%, #f0f5fe 30%, #fff7ff 69%, #eee 100%);
    border: 0.0625rem solid #fff;
    border-radius: 3.75rem;
    padding: 0.25rem;
    position: relative;
    overflow: hidden
}

@media (max-width:576px) {
    .m-nav-pills {
        padding: 0.125rem
    }
}

.m-nav-pills .nav-link {
    font-size: 1.25rem;
    font-family: 'Inter';
    line-height: 1;
    padding: 1.875rem 3.25rem;
    color: #2e2c39;
    border: 0.0625rem solid transparent;
    border-radius: 3.75rem;
    margin: 0
}

@media (max-width:767px) {
    .m-nav-pills .nav-link {
        font-size: 0.875rem;
        font-family: 'Inter';
        line-height: 1;
        padding: 0.875rem 1.875rem
    }
}

@media (max-width:576px) {
    .m-nav-pills .nav-link {
        padding: 0.875rem 1rem
    }
}

@media (max-width:320px) {
    .m-nav-pills .nav-link {
        font-size: 0.75rem
    }
}

.m-nav-pills .nav-link.active,
.m-nav-pills .show>.nav-link {
    color: #2e2c39;
    border: 0.0625rem solid #e0e0e1;
    background-color: #fff
}

.m-nav-pills-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: transparent;
    border: none;
    padding: 0 0.5rem;
    overflow: hidden;
    top: 6rem
}

.m-nav-pills-sidebar .nav-item {
    width: 100%;
    margin: 0 0 0.5rem 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.m-nav-pills-sidebar .nav-item:last-of-type {
    margin: 0 0 1.5rem 0
}

.m-nav-pills-sidebar .nav-link {
    font-size: 0.875rem;
    font-family: 'Inter';
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 0.75rem;
    color: #2e2c39;
    border-radius: 0.3125rem;
    margin: 0
}

.m-nav-pills-login {
    background: -webkit-gradient(linear, left top, right bottom, from(#eef1fc), color-stop(30%, #f0f5fe), color-stop(69%, #fff7ff), to(#eee));
    background: -webkit-linear-gradient(top left, #eef1fc 0%, #f0f5fe 30%, #fff7ff 69%, #eee 100%);
    background: -o-linear-gradient(top left, #eef1fc 0%, #f0f5fe 30%, #fff7ff 69%, #eee 100%);
    background: linear-gradient(to bottom right, #eef1fc 0%, #f0f5fe 30%, #fff7ff 69%, #eee 100%);
    border-radius: 0.3125rem;
    padding: 1rem
}

.m-nav-pills-sidebar .nav-link.active,
.m-nav-pills-sidebar .show>.nav-link {
    color: #2e2c39;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 16px 0 rgba(187, 176, 209, 0.3);
    box-shadow: 0 8px 16px 0 rgba(187, 176, 209, 0.3)
}

.m-nav-pills-sidebar .nav-link.active .icon-inline-flex.label-grey-light:before,
.m-nav-pills-sidebar .show>.nav-link .icon-inline-flex.label-grey-light:before {
    background: url("/img/icons/icon-label-primary.svg") no-repeat scroll 0 0/contain
}

.m-nav-pills-sidebar .nav-link.active .icon-inline-flex.check-grey-light:before,
.m-nav-pills-sidebar .show>.nav-link .icon-inline-flex.check-grey-light:before {
    background: url("/img/icons/icon-check-primary.svg") no-repeat scroll 0 0/contain
}

.m-tab-content,
.m-tab-pane {
    height: 100%
}

.extras-wrapper {
    border-bottom: 0.0625rem solid #e0e0e1;
    padding: 3rem 0 2.5rem 0
}

.extras-wrapper:first-of-type {
    padding: 0 0 2.5rem 0
}

@media (max-width:576px) {
    .extras-wrapper {
        padding: 3rem 0 2rem 0
    }
    .extras-wrapper:first-of-type {
        padding: 0 0 2rem 0
    }
    .extras-wrapper--large {
        padding: 2.625rem 0 3.25rem 0
    }
    .extras-wrapper--large:last-of-type {
        border-bottom: 0 solid transparent
    }
}

@media (max-width:576px) {
    .extras-col {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:576px) {
    .extras-padding {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem
    }
}

.extras-offer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 1rem 0
}

.extras__img-wrapper img {
    margin: 0 1rem 0 0;
    height: 5rem
}

.m-nosotros {
    padding-top: 7.25rem;
    padding-bottom: 8rem
}

.m-nosotros.nosotros-dark {
    background: #2d2b38;
    color: #fff
}

.m-nosotros .m-main__title {
    line-height: 1.3;
    margin: 0 0 1.5rem 0
}

.m-nosotros .rates-link-text {
    margin: 2.25rem 0
}

@media (max-width:992px) {
    .m-nosotros {
        padding-top: 3rem;
        padding-bottom: 3.25rem
    }
}

.nosotros__title {
    font-size: 4rem;
    font-family: 'Inter';
    line-height: 1.3;
    margin: 0 0 1.25rem 0
}

@media (max-width:576px) {
    .nosotros__title {
        font-size: 3rem
    }
}

.nosotros__subtitle {
    font-size: 2.25rem;
    font-family: 'Inter';
    line-height: 1.3;
    margin: 0 0 1.25rem 0
}

@media (max-width:576px) {
    .nosotros__subtitle {
        font-size: 1.75rem
    }
}

.nosotros-img-wrapper {
    margin: 2rem auto 3.25rem;
    position: relative
}

.m-video-wrapper {
    background: url("../img/backgrounds/bg-video.jpg") no-repeat scroll center center/cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 24.5rem;
    width: 100%
}

@media (max-width:767px) {
    .m-video-wrapper {
        margin: 0 0 1.5rem 0
    }
}

@media (max-width:576px) {
    .m-video-wrapper {
        margin: 3.125rem -1.4375rem 0 -1.4375rem;
        width: auto;
        max-width: none;
        height: 12.75rem
    }
}

.m-video-wrapper__text {
    font-size: 2rem;
    font-family: 'Inter';
    line-height: 1.3;
    text-align: center;
    margin: 0 1rem 0 0
}

@media (max-width:576px) {
    .m-video-wrapper__text {
        font-size: 1.5rem
    }
}

.m-video-wrapper__btn-play {
    background: var(--azul);
    border-radius: 50%;
    cursor: pointer;
    height: 3.5rem;
    width: 3.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0
}

.m-video-wrapper__btn-play img {
    margin: 0 0 0 5px!important
}

@media (max-width:576px) {
    .m-video-wrapper__btn-play img {
        width: 1.1875rem
    }
}

@media (max-width:576px) {
    .m-video-wrapper__btn-play {
        width: 2.8125rem;
        height: 2.8125rem
    }
}

.nosotros-anchor {
    position: fixed;
    z-index: 1000;
    bottom: 3rem;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(50%);
    -ms-transform: translateX(-50%) translateY(50%);
    transform: translateX(-50%) translateY(50%);
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.nosotros-anchor__inner {
    height: 3.25rem;
    width: 2rem;
    border: 0.0625rem solid #fff;
    border-radius: 1.25rem
}

.circle-up-down {
    background: #fff;
    border-radius: 50%;
    width: 0.375rem;
    height: 0.375rem;
    -webkit-animation: up-down 2.5s ease-in-out infinite;
    animation: up-down 2.5s ease-in-out infinite;
    top: 0.75rem;
    left: calc(50% - 0.1875rem);
    position: relative
}

@-moz-keyframes up-down {
    0%,
    to {
        transform: translate(0, 0)
    }
    50% {
        transform: translate(0, 1.25rem)
    }
}

@-webkit-keyframes up-down {
    0%,
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 1.25rem);
        transform: translate(0, 1.25rem)
    }
}

@-o-keyframes up-down {
    0%,
    to {
        transform: translate(0, 0)
    }
    50% {
        transform: translate(0, 1.25rem)
    }
}

@keyframes up-down {
    0%,
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 1.25rem);
        transform: translate(0, 1.25rem)
    }
}

.m-contacto {
    padding-top: 3.75rem;
    padding-bottom: 8rem;
    overflow: hidden
}

.m-contacto .container {
    position: relative
}

.m-contacto .m-main__title {
    line-height: 1;
    margin: 0 0 1rem 0
}

.m-contacto .m-main__text {
    margin-bottom: 1.5rem
}

@media (max-width:576px) {
    .m-contacto {
        padding-top: 3rem;
        padding-bottom: 8rem
    }
    .m-contacto .m-main__title {
        line-height: 1.2
    }
    .m-contacto .m-main__text {
        margin-bottom: 2.5rem
    }
}

@media (max-width:576px) {
    .m-contacto.registro {
        padding-bottom: 0
    }
}

.contacto__row {
    margin: 0 0 1.5rem 0;
    border-bottom: 0.0625rem solid #e0e0e1
}

.contacto__title {
    font-size: 1.25rem;
    font-family: 'Inter';
    line-height: 1;
    margin: 0 0 1.5rem 0
}

@media (max-width:576px) {
    .contacto__title {
        font-size: 1.25rem
    }
}

.contacto__subtitle {
    font-size: 1rem;
    font-family: 'Inter';
    line-height: 1.4;
    color: #2e2c39;
    margin: 0 0 1rem 0
}

.contacto__text {
    font-size: 1rem;
    font-family: 'Inter';
    line-height: 1.4;
    color: #2e2c39;
    margin: 0 0 1rem 0
}

.contacto-list {
    font-size: 1rem;
    font-family: 'Inter';
    color: #2e2c39;
    margin: 1.125rem 0 auto 0;
    padding: 0;
    list-style-type: none
}

.contacto-list.clientes {
    margin-top: 0
}

.contacto-list.clientes p {
    font-size: 0.875rem
}

.contacto-list.clientes li {
    margin: 0 0 0.5rem 0
}

.contacto-list.registro {
    margin: 1rem 0 2rem 0
}

.contacto-list.registro li.check {
    background-position: left 6px
}

@media (max-width:576px) {
    .contacto-list.registro li p {
        font-size: 0.875rem
    }
}

.contacto-list li {
    list-style-type: none;
    padding: 0 0 0 1.75rem;
    margin: 0 0 1rem 0
}

@media (max-width:576px) {
    .contacto-list li {
        padding: 0 0 0 2rem
    }
}

.contacto-list li:last-child {
    margin: 0
}

.contacto-list li.email {
    background: url("/img/icons/icon-email-primary.svg");
    background-repeat: no-repeat;
    background-position: left 0.125rem;
    background-size: 1.1875rem 1.1875rem
}

.contacto-list li.phone {
    background: url("/img/icons/icon-phone-primary.svg");
    background-repeat: no-repeat;
    background-position: left 0.125rem;
    background-size: 1.1875rem 1.1875rem
}

.contacto-list li.check {
    background: url("/img/icons/icon-check-primary.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 1.125rem 0.8125rem
}

.contacto-list li p {
    font-size: 1rem;
    margin: 0 0 0.5rem 0
}

.contacto-list li p:last-child {
    margin: 0
}

.contacto-banner {
    background-image: url("/img/backgrounds/bg-banner-distribuidor.png");
    background-color: #2e2b38;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    min-height: 28rem;
    margin: 2rem 0 0 0;
    padding: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width:992px) {
    .contacto-banner {
        margin: 0;
        padding: 2rem 1rem
    }
}

.bg-contacto-overflow {
    position: absolute;
    height: 100%;
    width: 110%;
    top: 0;
    left: 0;
    z-index: 0;
    margin-left: 58.333333%
}

.bg-contacto-overflow:before {
    content: '';
    background: #fff;
    position: absolute;
    height: 150%;
    width: 100%;
    top: -25%;
    left: 0;
    z-index: 0
}

@media (max-width:992px) {
    .bg-contacto-overflow {
        display: none
    }
}

.registro-box {
    position: relative;
    z-index: 1
}

@media (max-width:992px) {
    .registro-box {
        background: #fff;
        border-radius: 0.3125rem;
        color: #2e2c39;
        padding: 2rem;
        position: relative;
        max-width: none;
        width: auto
    }
}

@media (max-width:767px) {
    .registro-box {
        padding: 2rem 1rem
    }
}

@media (max-width:576px) {
    .registro-box {
        padding-bottom: 5.875rem;
        border-radius: 0
    }
}

.registro-info p {
    font-size: 1rem
}

.m-steps {
    padding-top: 2rem;
    padding-bottom: 2rem;
    color: #fff
}

.m-steps .m-main__subtitle {
    margin: 0 0 1.5rem 0
}

@media (max-width:576px) {
    .m-steps .m-main__subtitle {
        margin: 0 0 1.125rem 0
    }
}

.m-contratacion {
    padding-top: 2rem;
    padding-bottom: 8rem
}

@media (max-width:576px) {
    .m-contratacion {
        padding-top: 1rem;
        padding-bottom: 7rem
    }
}

.contratacion-box-collapse {
    border: 0.0625rem solid #e0e0e1;
    border-radius: 0.3125rem;
    padding: 0.5rem;
    margin: 0.5rem 0 0 0
}

.contratacion-box-collapse .btn {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.contratacion-box-collapse .row {
    margin-right: -0.125rem;
    margin-left: -0.125rem;
    margin-bottom: 0.25rem
}

.contratacion-box-collapse .row:last-of-type {
    margin-bottom: 0
}

.contratacion-box-collapse .row>.col,
.contratacion-box-collapse .row>[class*=col-] {
    padding-right: 0.125rem;
    padding-left: 0.125rem
}

@media (max-width:767px) {
    .contratacion-box-collapse {
        margin: 0 0 1.5rem 0
    }
}

.contratacion-box-cliente {
    background: #2e2c39;
    padding: 1rem;
    color: #fff
}

.contratacion-box-cliente__small {
    font-size: 0.875rem
}

.contratacion-box-cliente__smaller {
    font-size: 0.75rem
}

.contratacion-box-collapse-bonos {
    border-top: 0.0625rem solid #e0e0e1;
    border-bottom: 0.0625rem solid #e0e0e1;
    margin: 0 0 2.25rem 0
}

.collapse-bonos-contratacion {
    padding: 1.5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none!important;
    color: #2e2c39!important
}

.collapse-bonos-contratacion:focus,
.collapse-bonos-contratacion:hover {
    text-decoration: none!important;
    color: #2e2c39!important
}

@media (max-width:767px) {
    .collapse-bonos-contratacion {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .collapse-bonos-contratacion div {
        margin-bottom: 0.5rem
    }
    .collapse-bonos-contratacion div:last-child {
        margin-bottom: 0
    }
}

.contratacion-box-resumen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contratacion-box-resumen p:last-child {
    margin-left: 1.75rem
}

.m-ayuda {
    padding-top: 3.75rem;
    padding-bottom: 8rem
}

.m-ayuda .m-main__title {
    line-height: 1;
    margin: 0 0 1rem 0
}

@media (max-width:576px) {
    .m-ayuda {
        padding-top: 3rem;
        padding-bottom: 5.25rem
    }
    .m-ayuda .m-ayuda__heading {
        padding-right: 15px;
        padding-left: 15px
    }
    .m-ayuda .container {
        padding: 0
    }
}

.nav--faqs {
    margin: 2.5rem 0 4rem 0;
    border-bottom: 0.125rem solid #ededed
}

.nav--faqs .nav-item {
    width: auto;
    margin: 0 2rem 0 0
}

.nav--faqs .nav-item:last-child {
    margin: 0
}

@media (max-width:992px) {
    .nav--faqs .nav-item {
        max-width: 46%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

.nav--faqs .nav-link {
    border: 0 solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 1rem;
    font-family: 'Inter';
    line-height: 1;
    color: #2e2c39!important;
    padding: 1.125rem 0!important;
    margin: 0;
    text-align: center;
    top: 0.0625rem;
    position: relative
}

.nav--faqs .nav-link.active,
.nav--faqs .nav-link:hover {
    color: #2e2c39!important;
    background-color: transparent;
    border-bottom: 0.125rem solid var(--azul)
}

.m-cobertura-box {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    max-width: 52rem;
    height: 32rem;
    margin: 0 auto
}

@media (max-width:576px) {
    .m-cobertura-box {
        background-position: top center;
        background-size: contain;
        height: auto;
        min-height: 14rem
    }
}

.cobertura__bg-01 {
    background-image: url("/img/backgrounds/map-cobertura-2g.jpg")
}

.cobertura__bg-02 {
    background-image: url("/img/backgrounds/map-cobertura-3g.jpg")
}

.cobertura__bg-03 {
    background-image: url("/img/backgrounds/map-cobertura-4g.jpg")
}

.cobertura__bg-04 {
    background-image: url("/img/backgrounds/map-cobertura-4g-plus.jpg")
}

.cobertura-leyenda {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    color: #000;
    padding: 1rem;
    z-index: 1
}

.cobertura-leyenda p {
    font-size: 0.75rem;
    margin: 0
}

@media (max-width:992px) {
    .cobertura-leyenda {
        bottom: auto;
        top: -4rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }
}

.cobertura-leyenda-box {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    background: #800080;
    margin: 0 1rem 0.25rem 0
}

.cobertura-leyenda-box.alta {
    background: #a9f514
}

.cobertura-leyenda-box.media {
    background: #9e33b6
}

.nav--cobertura {
    margin: 2.5rem 0 4rem 0;
    border-bottom: 0.125rem solid #ededed
}

.nav--cobertura .nav-item {
    width: auto;
    margin: 0
}

.nav--cobertura .nav-item:last-child {
    margin: 0
}

@media (max-width:992px) {
    .nav--cobertura .nav-item {
        max-width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }
}

.nav--cobertura .nav-link {
    border: 0 solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 1rem;
    font-family: 'Inter';
    line-height: 1;
    color: #2e2c39!important;
    padding: 1.125rem 5rem!important;
    margin: 0;
    text-align: center;
    top: 0.125rem;
    position: relative
}

.nav--cobertura .nav-link.active,
.nav--cobertura .nav-link:hover {
    color: #2e2c39!important;
    background-color: transparent;
    border-bottom: 0.125rem solid var(--azul)
}

@media (max-width:992px) {
    .nav--cobertura .nav-link {
        padding: 1.125rem!important
    }
}

.m-clientes {
    padding-top: 3.75rem;
    padding-bottom: 12rem
}

@media (max-width:576px) {
    .m-clientes {
        padding-top: 3.25rem;
        padding-bottom: 5rem
    }
}

.clientes-box {
    background: #fff;
    color: #2e2c39;
    padding: 2rem;
    border-radius: 0.3125rem;
    min-height: 25.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%
}

@media (max-width:992px) {
    .clientes-box {
        margin-bottom: 1rem
    }
}

@media (max-width:576px) {
    .clientes-box {
        padding: 1.5rem 1rem;
        min-height: 22.5rem;
        margin-left: -0.9375rem!important;
        margin-right: -0.9375rem!important;
        max-width: none;
        width: auto
    }
    .clientes-box .contacto-list.clientes {
        margin-bottom: 2.625rem
    }
}

.m-main__heading {
    margin-bottom: 5rem;
    text-align: center;
    width: 100%
}

.m-main__title {
    font-size: 2.25rem;
    font-family: 'Inter';
    font-weight: normal;
    line-height: 1.4;
    margin: 0 0 3rem 0
}

@media (max-width:576px) {
    .m-main__title {
        font-size: 2.25rem;
        line-height: 1.2;
        margin: 0 0 2rem 0
    }
}

.m-main__subtitle {
    font-size: 1.25rem;
    font-family: 'Inter';
    line-height: 1.4;
    font-weight: normal
}

.m-main__text {
    font-size: 1rem;
    font-family: 'Inter';
    line-height: 1.4;
    font-weight: normal
}

@media (max-width:576px) {
    .m-main__text {
        font-size: 1rem
    }
}

.m-main__small {
    font-size: 0.875rem;
    font-family: 'Inter';
    line-height: 1.4;
    font-weight: normal
}

.m-footer {
    background: var(--azul);
    padding: 3.5rem 0 1.5rem 0;
    position: relative
}

@media (max-width:767px) {
    .m-footer {
        padding: 2.875rem 0.5rem 1.5rem 0.5rem
    }
}

@media (max-width:576px) {
    .m-footer {
        padding: 2rem 0.6875rem 1rem
    }
    .m-footer:before {
        content: '';
        background: var(--azul);
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        height: 2rem;
        width: 100%;
        z-index: 1
    }
}

.footer-nav {
    padding: 0;
    margin: 0 0 3rem 0;
    list-style-type: none;
    color: #fff
}

@media (max-width:767px) {
    .footer-nav {
        margin: 0 0 2.5rem 0
    }
}

.footer-nav .nav-item a,
.footer-nav .nav-item p {
    font-size: 0.875rem;
    font-family: 'Inter';
    line-height: 1;
    color: #fff;
    margin: 0 0 1.375rem 0;
    text-decoration: none;
    display: block
}

.footer-nav .nav-item a:focus,
.footer-nav .nav-item a:hover,
.footer-nav .nav-item p:focus,
.footer-nav .nav-item p:hover {
    color: #fff;
    text-decoration: none
}

.footer-nav .nav-item .btn-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1rem;
    margin: 0 0 0.5rem 0
}

.footer-nav .nav-item .btn-footer.logos {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width:1199px) {
    .footer-nav .nav-item .btn-footer {
        max-width: 10rem
    }
}

.footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 0.0625rem solid rgba(224, 224, 225, 0.55);
    padding: 1.75rem 0
}

.footer__links .footer__item:first-child {
    margin: 0 0.5rem 0 0
}

.footer__links .footer__item:last-child {
    margin: 0 0 0 0.5rem
}

@media (max-width:1199px) {
    .footer__links {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 2.25rem 0
    }
    .footer__links .footer__item:first-child,
    .footer__links .footer__item:last-child {
        margin: 0 0 2rem 0
    }
}

@media (max-width:1199px) {
    .footer__corporate .footer__item {
        font-size: 0.8125rem;
        margin: 0 0 1.25rem 0!important
    }
}

.footer-logo {
    width: auto;
    height: auto;
    margin: 0
}

.footer-logo--aire img {
    width: 6.1875rem;
    height: 2.625rem
}

.footer__item {
    font-size: 0.875rem;
    font-family: 'Inter';
    line-height: 1;
    color: #fff;
    margin: 0 0.5rem
}

.footer__item:focus,
.footer__item:hover {
    text-decoration: none;
    color: #fff
}

.footer__item--opacity {
    opacity: 50%
}

.footer__item--opacity:focus,
.footer__item--opacity:hover {
    opacity: 100%
}

.footer__item--corporate {
    font-size: 1rem;
    color: #ababb0
}

.footer__item--corporate:focus,
.footer__item--corporate:hover {
    text-decoration: none;
    color: #ababb0
}

@media (max-width:1199px) {
    .footer__item {
        margin: 0 0 2rem 0
    }
}

.cookie-wrapper {
    z-index: 9999999999;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 28px 20px;
    background: #fff;
    margin: 0;
    -webkit-box-shadow: 0 6px 24px 0 rgba(20, 7, 18, 0.1);
    box-shadow: 0 6px 24px 0 rgba(20, 7, 18, 0.1)
}

.cookie-wrapper .container {
    max-width: 960px
}

@media only screen and (max-width:480px) {
    .cookie-wrapper {
        padding: 60px 16px
    }
}

.cookie-wrapper__title {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    display: block;
    color: #666;
    margin: 0 0 10px 0
}

@media only screen and (max-width:480px) {
    .cookie-wrapper__title {
        font-size: 16px
    }
}

.cookie-wrapper__text {
    font-size: 15px;
    line-height: 1.5;
    display: block;
    color: #666;
    margin: 0 auto 20px
}

@media only screen and (max-width:480px) {
    .cookie-wrapper__text {
        font-size: 12px;
        margin: 0 auto 24px
    }
}

.cookie-wrapper__btn {
    display: inline-block;
    padding: 16px 48px;
    margin: 0;
    font-size: 1rem;
    font-family: 'Inter';
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0px;
    color: #fff!important;
    background: var(--azul);
    border-color: var(--azul);
    float: right
}

.cookie-wrapper__btn:focus,
.cookie-wrapper__btn:hover {
    color: #2e2c39!important;
    background-color: var(--azul)
}

@media (max-width:576px) {
    .cookie-wrapper__btn {
        display: block;
        width: 100%;
        float: none;
        margin: 0 0 24px 0
    }
}

.cookie-wrapper__btn-text {
    display: inline-block;
    margin: 16px 0 0 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0px;
    color: #a5a5a5;
    background: transparent;
    border-color: transparent
}

.cookie-wrapper__btn-text:focus,
.cookie-wrapper__btn-text:hover {
    color: #000
}

@media (max-width:576px) {
    .cookie-wrapper__btn-text {
        display: block;
        text-align: center
    }
}

.modal-cookies-new {
    z-index: 99999999999
}

.cookie-wrapper-modal {
    z-index: 9999;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px;
    background: #fff;
    margin: 0;
    -webkit-box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.2)
}

.cookie-wrapper-modal-content {
    border: 0!important;
    border-radius: 0
}

.cookie-wrapper-modal-body {
    padding: 0 0 50px 0!important
}

.cookie-wrapper-modal__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 16px 0
}

.cookie-wrapper-modal__flex--switch {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    border-top: 2px solid #eee;
    padding-top: 16px
}

.cookie-wrapper-modal__close {
    width: 14px;
    height: 14px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative
}

.cookie-wrapper-modal__close:after,
.cookie-wrapper-modal__close:before {
    content: '';
    position: absolute;
    height: 0.15rem;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -0.0625rem;
    background: #2e2c39
}

.cookie-wrapper-modal__close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.cookie-wrapper-modal__close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cookie-wrapper-modal__title {
    font-size: 16px;
    font-weight: 700;
    color: #2e2c39
}

.cookie-wrapper-modal__subtitle {
    font-size: 14px;
    font-weight: 700;
    color: #2e2c39
}

.cookie-wrapper-modal__text {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #2e2c39
}

.cookie-wrapper-modal__link {
    display: inline-block;
    word-break: break-all;
    color: #2e2c39
}

.cookie-wrapper-modal__simplebar {
    max-height: 500px
}

.cookie-wrapper-modal__btn {
    display: inline-block;
    padding: 16px 48px;
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0px;
    color: #fff!important;
    background: var(--azul);
    border-color: var(--azul)
}

.cookie-wrapper-modal__btn:focus,
.cookie-wrapper-modal__btn:hover {
    color: #fff!important;
    background-color: var(--azul)
}

.cookie-switch {
    position: relative
}

.cookie-switch-wrapper input[type=checkbox].cookie-switch-input {
    opacity: 0;
    position: absolute;
    left: -99999px
}

.cookie-switch-wrapper input[type=checkbox].cookie-switch-input+label {
    display: inline-block;
    padding: 0 16px;
    position: relative;
    width: 64px;
    height: 32px;
    max-height: 32px;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background-color: #c14c68;
    border-radius: 16px;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in
}

.cookie-switch-wrapper input[type=checkbox].cookie-switch-input:checked+label {
    background-color: #4ec33e
}

.cookie-switch-wrapper input[type=checkbox].cookie-switch-input+label:before,
.cookie-switch-wrapper input[type=checkbox].cookie-switch-input+label:hover:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 24px;
    height: 24px;
    background-color: #fff;
    z-index: 2;
    -webkit-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    border-radius: 50%
}

.cookie-switch-wrapper input[type=checkbox].cookie-switch-input:checked+label:before,
.cookie-switch-wrapper input[type=checkbox].cookie-switch-input:checked+label:hover:before {
    background-position: 0 0;
    top: 4px;
    left: 100%;
    margin-left: -28px
}

.cookie-switch-wrapper input[type=checkbox].cookie-switch-input:checked+label .on {
    margin-top: 4px;
    margin-right: 20px;
    display: inline-block
}

.cookie-switch-wrapper input[type=checkbox].cookie-switch-input+label .on {
    display: none;
    color: #fff
}

.cookie-switch-wrapper input[type=checkbox].cookie-switch-input:checked+label .off {
    display: none
}

.cookie-switch-wrapper input[type=checkbox].cookie-switch-input+label .off {
    margin-top: 4px;
    margin-left: 20px;
    display: inline-block;
    color: #fff
}

.simplebar-scrollbar {
    right: 0px;
    width: 4px
}

.simplebar-scrollbar:before {
    background: #666!important
}