.section-banner {
    height: 430px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 0
}

.section-banner .banner-content {
    position: relative;
    height: 400px;
    overflow: hidden;
    width: 100%
}

.section-banner .banner-contenedor {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    height: 100%;
    max-width: 1280px
}

@media (max-width:1270px) {
    .section-banner .banner-contenedor {
        padding: 0 20px;
        max-width: 100%
    }
}

@media (max-width:768px) {
    .section-banner .banner-contenedor {
        padding: 0 20px;
        max-width: 100%;
        width: 320px;
        margin: 0 auto;
        padding: 0
    }
}

.section-banner .banner-info {
    height: 100%;
    position: relative
}

.section-banner .banner-fondo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%
}

.section-banner .banner-fondo img {
    display: block;
    height: 400px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right
}

.section-banner .banner-swiper {
    position: relative
}

.section-banner .swiper-pagination {
    bottom: -25px
}

.section-banner .banner__1 .banner-info_left {
    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;
    padding-top: 18px
}

@media (min-width:900px) {
    .section-banner .banner__1 .banner-info_left {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 580px;
        padding-top: 40px
    }
}

.section-banner .banner__1 .banner-info_titulo {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 6px
}

@media (min-width:900px) {
    .section-banner .banner__1 .banner-info_titulo {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 0
    }
}

.section-banner .banner__1 .banner-info_promo {
    margin-bottom: 0
}

.section-banner .banner-info_promo img {
    width: auto;
    height: auto
}

.section-banner .banner__1 .banner-info_subtitulo {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #fff
}

.section-banner .banner__1 .banner-info_subtitulo b {
    font-weight: 700
}

@media (min-width:900px) {
    .section-banner .banner__1 .banner-info_subtitulo {
        font-size: 40px;
        line-height: 50px
    }
}

.section-banner .banner__2 .banner-info_left,
.section-banner .banner__3 .banner-info_left,
.section-banner .banner__4 .banner-info_left,
.section-banner .banner__12 .banner-info_left {
    height: 100%;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (min-width:900px) {

    .section-banner .banner__2 .banner-info_left,
    .section-banner .banner__3 .banner-info_left,
    .section-banner .banner__4 .banner-info_left,
    .section-banner .banner__12 .banner-info_left {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 580px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.section-banner .banner__3 .banner-info_left,
.section-banner .banner__4 .banner-info_left {
    padding-bottom: 25px
}

@media (min-width:900px) {

    .section-banner .banner__3 .banner-info_left,
    .section-banner .banner__4 .banner-info_left {
        width: 800px;
        padding-bottom: 0
    }
}

@media (min-width:900px) {
    .section-banner .banner__4 .banner-info_left {
        width: 550px
    }
}

.section-banner .banner__4 .banner-info_titulo {
    font-size: 46px;
    line-height: 55px;
    text-align: center;
    width: 210px;
    margin: 0 auto;
    color: #fff
}

@media (min-width:900px) {
    .section-banner .banner__4 .banner-info_titulo {
        font-weight: 300;
        font-size: 84px;
        line-height: 104px;
        width: 360px
    }
}

.section-banner .banner__12 .banner-info_left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding-top: 36px
}

@media (min-width:900px) {
    .section-banner .banner__12 .banner-info_left {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 0
    }
}

.section-banner.section-banner_secundario {
    height: 765px
}

@media (min-width:900px) {
    .section-banner.section-banner_secundario {
        height: 520px
    }
}

.section-banner.section-banner_secundario .banner-info {
    padding-top: 30px
}

@media (min-width:900px) {
    .section-banner.section-banner_secundario .banner-info {
        padding-top: 90px
    }
}

.section-banner.section-banner_secundario .banner-content {
    height: 100%
}

.section-banner.section-banner_secundario .section-banner_secundario_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media (min-width:900px) {
    .section-banner.section-banner_secundario .section-banner_secundario_left {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.section-banner.section-banner_secundario .section-banner_secundario_promo {
    margin-bottom: 25px
}

@media (min-width:900px) {
    .section-banner.section-banner_secundario .section-banner_secundario_promo {
        margin-top: -148px;
        margin-bottom: 0
    }
}

.section-banner.section-banner_secundario .section-banner_secundario_titulo {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    margin-bottom: 10px
}

@media (min-width:900px) {
    .section-banner.section-banner_secundario .section-banner_secundario_titulo {
        font-size: 40px;
        line-height: 50px;
        text-align: left;
        margin-bottom: 30px
    }
}

.section-banner.section-banner_secundario .section-banner_secundario_subtitulo {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 400
}

@media (min-width:900px) {
    .section-banner.section-banner_secundario .section-banner_secundario_subtitulo {
        font-size: 20px;
        line-height: 25px
    }
}

.section-banner.section-banner_secundario .banner-fondo {
    height: 100%
}

.section-banner.section-banner_secundario .banner-fondo img {
    height: 100%;
    -o-object-position: center;
    object-position: center
}

.blog_title {
    width: 320px;
    margin: 25px auto 30px;
    font-size: 32px;
    line-height: 40px;
    font-weight: 300;
    color: #019df4;
    text-align: center
}

@media (min-width:900px) {
    .blog_title {
        font-size: 48px;
        line-height: 60px;
        width: 750px;
        margin: 25px auto 80px
    }
}

.blog_subtitle {
    padding-bottom: 10px;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #019df4;
    width: 320px;
    margin: 0 auto;
    border-bottom: 1px solid #d3d4d3;
    margin-bottom: 20px
}

@media (min-width:900px) {
    .blog_subtitle {
        font-size: 40px;
        line-height: 50px;
        width: 100%;
        padding-bottom: 20px
    }
}

.blog_subtitle a {
    color: #019df4
}

.blog_subtitle a:hover {
    text-decoration: underline !important
}

.container-general {
    padding: 0 10px
}

@media (min-width:768px) {
    .container-general {
        padding: 0 20px
    }
}

@media (min-width:900px) {
    .container-general {
        max-width: 1110px;
        padding: 0 20px;
        margin: 0 auto
    }
}

@media (min-width:1200px) {
    .container-general {
        padding: 0
    }
}

.section-lo-ultimo {
    margin-bottom: 30px
}

.section-lo-ultimo .blog-card_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:768px) {
    .section-lo-ultimo .blog-card_list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (min-width:900px) {
    .section-lo-ultimo .blog-card_list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start
    }
}

@media (min-width:768px) {
    .section-lo-ultimo .blog-card_list .blog-card {
        margin: 0 12px
    }
}

@media (min-width:900px) {

    .section-lo-ultimo .blog-card_list .blog-card:first-child,
    .section-lo-ultimo .blog-card_list .blog-card:nth-child(3n) {
        margin-right: 0
    }
}

@media (min-width:1200px) {
    .section-lo-ultimo .blog-card_list .blog-card {
        margin: 0 20px
    }

    .section-lo-ultimo .blog-card_list .blog-card:nth-child(3n+1) {
        margin-left: 0;
        margin-right: 20px
    }
}

.blog-card {
    width: 320px;
    padding: 30px 0
}

@media (min-width:900px) {
    .blog-card {
        width: 360px
    }
}

.blog-card .blog-card_title {
    font-size: 24px;
    line-height: 30px;
    color: #0b2739;
    margin-bottom: 30px;
    min-height: 60px;
    font-weight: 700
}

.blog-card .blog-card_title a {
    color: #0b2739;
    text-decoration: none;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(#019df4), to(#019df4));
    background-image: linear-gradient(transparent, transparent), linear-gradient(transparent, transparent), linear-gradient(#019df4, #019df4);
    background-size: 20px 2px, 100% 2px, 0 2px;
    background-position: -20px 100%, 100% 100%, 0 100%;
    background-repeat: no-repeat;
    -webkit-transition: background-size 0.25s linear, background-position 0.25s linear, color 0.25s ease-out;
    transition: background-size 0.25s linear, background-position 0.25s linear, color 0.25s ease-out
}

.blog-card .blog-card_image {
    width: 100%;
    height: 200px;
    margin-bottom: 30px;
    position: relative
}

@media (min-width:900px) {
    .blog-card .blog-card_image {
        height: 250px
    }
}

.blog-card .blog-card_image a {
    display: block;
    width: 100%;
    height: 100%
}

.blog-card .blog-card_image picture {
    width: 100%;
    height: 100%;
    display: block
}

.blog-card .blog-card_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px
}

.blog-card .blog-card_image .blog-card_etiqueta {
    position: absolute;
    background-color: #e63780;
    bottom: 0;
    right: 0;
    padding: 3px 10px 4px;
    border-radius: 10px 0;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-card .blog-card_image .blog-card_etiqueta span {
    margin-right: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.blog-card .blog-card_info {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #50535a;
    margin-bottom: 10px
}

@media (min-width:768px) {
    .blog-card .blog-card_info {
        min-height: 96px;
        font-size: 20px;
        line-height: 24px
    }
}

.blog-card .blog-card_info * {
    margin: 0
}

.blog-card .blog-card_enlace-content {
    margin-bottom: 30px
}

.blog-card .blog-card_enlace-content .blog-card_enlace {
    color: #019df4;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400
}

.blog-card .blog-card_enlace-content .blog-card_enlace span {
    margin-left: 10px
}

.blog-card .blog-card_categorias {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #d3d4d3
}

.blog-card .blog-card_categorias .blog-card_categoria {
    color: #019df4;
    font-size: 12px;
    line-height: 15px;
    padding: 3px 10px;
    background-color: #f5f5f5;
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
    opacity: .8
}

.blog-card .blog-card_categorias .blog-card_categoria:hover {
    opacity: 1
}

@media (min-width:900px) {
    .blog-card.blog-card__1 {
        width: 315px
    }
}

@media (min-width:900px) {
    .blog-card.blog-card__1:nth-child(3n) {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .blog-card.blog-card__1 {
        width: 343px
    }

    .blog-card.blog-card__1:nth-child(3n) {
        margin-left: 20px
    }
}

.blog-card.blog-card__1 .blog-card_title {
    line-clamp: 2;
    -webkit-line-clamp: 2;
    max-height: 60px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box
}

.blog-card:hover .blog-card_title a {
    color: #019df4;
    background-size: 20px 2px, 0 2px, 100% 2px;
    background-position: calc(100% + 20px) 100%, 100% 100%, 0 100%
}

.volver-inicio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0
}

@media (min-width:900px) {
    .volver-inicio {
        margin: 0 0 60px 0
    }
}

.volver-inicio .volver-inicio_enlace {
    background-color: #019df4;
    border-radius: 200px;
    padding: 12px 40px;
    color: #fff;
    font-size: 18px;
    line-height: 24px
}

.regresar-inicio-top .regresar-inicio-top_content {
    padding-left: 10px;
    margin: 10px 0
}

.regresar-inicio-top .regresar-inicio-top_enlace {
    color: #019df4;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400
}

@media (min-width:900px) {
    .regresar-inicio-top .regresar-inicio-top_enlace {
        font-size: 16px;
        line-height: 18px
    }
}

.regresar-inicio-top .regresar-inicio-top_enlace span {
    margin-right: 5px
}

.checkbox-contenedor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.checkbox-contenedor .checkbox-contenedor__item {
    margin-right: 15px;
    margin-bottom: 17px
}

.checkbox-contenedor .checkbox-contenedor__item:nth-child(2n) {
    margin-right: 0
}

@media (min-width:900px) {
    .checkbox-contenedor .checkbox-contenedor__item {
        margin-right: 20px
    }

    .checkbox-contenedor .checkbox-contenedor__item:nth-child(2n) {
        margin-right: 20px
    }
}

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 0
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkbox-container input:checked~.checkmark {
    background-color: transparent;
    border: 1px solid #fff
}

.checkbox-container input:checked~.checkmark:after {
    display: block
}

.checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border-radius: 0;
    border: 1px solid #fff
}

.checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 5px;
    top: 0;
    width: 6px;
    height: 14px;
    border: solid #fff;
    border-radius: 2px;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(42deg);
    transform: rotate(42deg)
}

.checkbox-container .checkbox-container_palabra {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    display: block
}

.form__contenido--logo_img {
    display: flex;
    justify-content: center
}

@media (min-width:900px) {
    .form__contenido {
        display: flex;
        flex-direction: row-reverse;
        justify-content: start
    }

    .form__contenido--logo_img img {
        width: auto;
        height: auto
    }
}

@media (min-width:1365px) {
    .form__contenido--logo {
        margin-top: -77px;
        margin-left: 56px;
        margin-right: -80px
    }
}

.nat-banner-form {
    position: relative
}

.nat-banner-form .banner-form__item {
    position: relative;
    height: auto;
    text-align: left
}

.nat-banner-form .banner-form__item .item__info {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    z-index: 1
}

.nat-banner-form .banner-form__item .item__info.item__info--center {
    -ms-flex-align: center;
    align-items: center
}

.nat-banner-form .banner-form__item .item__info .info__container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 30px 15px;
    box-sizing: border-box
}

.nat-banner-form .banner-form__item .item__info .info__box {
    display: block;
    width: 100%
}

.nat-banner-form .banner-form__item .item__info .info__box .box__title {
    display: block;
    width: 100%;
    max-width: 300px;
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
    color: #fff;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.nat-banner-form .banner-form__item .item__info .info__box .box__title b,
.nat-banner-form .banner-form__item .item__info .info__box .box__title strong {
    font-weight: 700
}

.nat-banner-form .banner-form__item .item__info .info__box .box__subtitle {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    color: #fff;
    margin: 0;
    margin-top: 10px;
    text-align: start;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 18px
}

.nat-banner-form .banner-form__item .item__info .info__box .box__subtitle b,
.nat-banner-form .banner-form__item .item__info .info__box .box__subtitle strong {
    font-weight: 700
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    margin-top: 30px
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__title {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 15px
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -7.5px;
    margin-right: -7.5px
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__row>* {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__col--12 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__valid .group__text {
    color: #5bc500
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__valid .form__control {
    color: #5bc500
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__valid .group__valid {
    display: block !important
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__invalid .group__text {
    color: #e63780
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__invalid .form__control {
    color: #e63780
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__invalid .group__error {
    display: block !important
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__invalid .form__control:-ms-input-placeholder {
    color: #e63780
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__invalid .form__control::placeholder {
    color: #e63780
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    margin-bottom: 15px
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__group .group__error,
.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__group .group__valid {
    display: none;
    position: absolute;
    position: absolute;
    right: 10px;
    top: 10px
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__group>.form__control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__group .group__text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__group .form__control {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .group__text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .375rem .3rem .375rem 1.1rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #86888c;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 0;
    border-radius: 8px;
    width: 45px
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 16px;
    font-weight: 400;
    font-family: inherit;
    line-height: 1.5;
    color: #86888c;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    appearance: none;
    border-radius: 8px;
    margin-bottom: 0;
    box-sizing: border-box;
    outline: 0;
    box-shadow: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__control:-ms-input-placeholder {
    color: #86888c
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__control::placeholder {
    color: #86888c
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__control[type="email"],
.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__control[type="tel"],
.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__control[type="text"] {
    height: 48px
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__message {
    display: none;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    margin-top: 10px;
    color: #e63780
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__checkbox {
    position: relative;
    width: 100%;
    margin: 0;
    text-align: center
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__checkbox .checkbox--label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding-left: 1.75rem;
    text-align: left;
    color: #fff;
    font-size: 14px
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__checkbox .checkbox--label>a {
    color: #fff;
    font-weight: 400;
    text-decoration: underline
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__checkbox .checkbox--label>a:active,
.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__checkbox .checkbox--label>a:hover {
    text-decoration: none
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__checkbox .checkbox--input {
    width: auto;
    opacity: .00000001;
    position: absolute;
    left: 0
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__checkbox .checkbox--input:checked~.checkbox--checked::before {
    color: #fff
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__checkbox .checkbox--input:checked~.checkbox--checked::after {
    transform: scale(.6)
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__checkbox .checkbox--checked {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    -ms-user-select: none;
    user-select: none;
    color: #fff
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__checkbox .checkbox--checked::after,
.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__checkbox .checkbox--checked::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    margin: 0;
    transform: none;
    transition: transform 0.28s ease;
    border-radius: 50%;
    border: 2px solid currentColor
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__checkbox .checkbox--checked::after {
    transform: scale(0);
    background-color: #fff;
    border-color: #fff
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__btn {
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    text-align: center
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__btn .btn--action {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
    line-height: 1;
    height: 40px;
    width: 100%;
    max-width: 114px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    border: 0;
    border-radius: 50px;
    background-color: #0f2739;
    margin: 0;
    text-decoration: none;
    transition: all ease 0.4s
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__btn .btn--action:disabled,
.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__btn .btn--action[disabled] {
    cursor: no-drop;
    background-color: #d3d4d3
}

.nat-banner-form .banner-form__item .item__picture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: -1
}

.nat-banner-form .banner-form__item .item__picture .picture__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.nat-banner-form #email-error {
    min-width: 100%;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-style: italic
}

@media only screen and (min-width:600px) {
    .nat-banner-form .banner-form__item .item__info .info__container {
        padding: 40px 15px
    }

    .nat-banner-form .banner-form__item .item__info .info__box .box__title {
        font-size: 36px;
        text-align: left;
        max-width: 400px;
        margin-left: 0;
        margin-right: 0
    }

    .nat-banner-form .banner-form__item .item__info .info__box .box__subtitle {
        max-width: 450px;
        text-align: left;
        margin-left: 0;
        margin-right: 0
    }

    .nat-banner-form .banner-form__item .item__info .info__box .box__form {
        max-width: 540px;
        margin-left: 0;
        margin-right: 0
    }

    .nat-banner-form .banner-form__item .item__info .info__box .box__form .form__col--6 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .nat-banner-form .banner-form__item .item__info .info__box .box__form .form__checkbox {
        text-align: left
    }

    .nat-banner-form .banner-form__item .item__info .info__box .box__form .form__btn {
        text-align: left;
        margin-top: 30px
    }

    .nat-banner-form .banner-form__item .item__picture .picture__image {
        object-position: bottom right
    }
}

@media only screen and (min-width:1024px) {
    .nat-banner-form .banner-form__item .item__info .info__box .box__form .form__title {
        font-size: 20px
    }

    .nat-banner-form .banner-form__item .item__info .info__container {
        padding: 65px 15px
    }

    .nat-banner-form .banner-form__item .item__info .info__box .box__title {
        font-size: 40px;
        max-width: 645px
    }

    .nat-banner-form .banner-form__item .item__info .info__box .box__subtitle {
        font-size: 20px;
        max-width: 645px
    }

    .nat-banner-form .banner-form__item .item__info .info__box .box__form {
        max-width: 610px
    }
}

.nateevo-suscribete--modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    visibility: hidden;
    overflow: hidden;
    outline: 0
}

.nateevo-suscribete--modal-open {
    overflow: hidden
}

.nateevo-suscribete--modal-open .nateevo-suscribete--modal {
    overflow-x: hidden;
    overflow-y: auto
}

.nateevo-suscribete--modal.nateevo-suscribete--modal-show {
    visibility: visible
}

.nateevo-suscribete--modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: #000;
    visibility: hidden;
    opacity: 0
}

.nateevo-suscribete--modal-open .nateevo-suscribete--modal-backdrop {
    visibility: visible;
    opacity: .8;
    transition: opacity, 0.5s
}

.nateevo-suscribete--modal-backdrop-2 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1003;
    background-color: #000;
    visibility: hidden;
    opacity: 0
}

.nateevo-suscribete--modal-open .nateevo-suscribete--modal-backdrop-2 {
    visibility: visible;
    opacity: .3;
    transition: opacity, 0.5s
}

.nateevo-suscribete--modal .modal--close {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    font-size: 3rem;
    font-weight: 300;
    color: #019bf2;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    top: 0;
    right: 0
}

.nateevo-suscribete--modal .modal--close span {
    font-weight: 700
}

.nateevo-suscribete--modal .modal--dialog {
    position: relative;
    width: auto;
    margin: 30px 25px 15px;
    pointer-events: none
}

.nateevo-suscribete--modal .modal--content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: 20px;
    outline: 0
}

.nateevo-suscribete--modal .modal--header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.nateevo-suscribete--modal .modal--body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2rem 20px 2.5rem
}

.nateevo-suscribete--modal .modal--body .icon--movistar {
    display: block;
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 25px
}

.nateevo-suscribete--modal .modal--body .body--title {
    font-size: 30px;
    color: #50535a;
    text-align: center;
    font-weight: 300;
    margin-bottom: 10px
}

.nateevo-suscribete--modal .modal--body .body--title>span {
    display: block;
    font-weight: 700;
    font-size: 30px
}

.nateevo-suscribete--modal .modal--body .body--title-error,
.nateevo-suscribete--modal .modal--body .body--title-thanks {
    font-size: 24px;
    color: #019bf2;
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px
}

.nateevo-suscribete--modal .modal--body .body--subtitle {
    font-size: 16px;
    color: #50535a;
    text-align: center;
    font-weight: 400;
    margin: 0;
    margin-bottom: 20px
}

.nateevo-suscribete--modal .modal--body .body--descripcion {
    font-size: 16px;
    color: #86888c;
    text-align: center
}

.nateevo-suscribete--modal .modal--body .body--descripcion>p {
    font-weight: 300;
    margin: 0
}

.nateevo-suscribete--modal .modal--body .body--descripcion a {
    color: #019bf2
}

.nateevo-suscribete--modal .modal--body .body--descripcion ul {
    list-style-type: disc;
    padding-left: 20px
}

.nateevo-suscribete--modal .modal--body .body--descripcion ul>li {
    margin-bottom: 10px
}

.nateevo-suscribete--modal .modal--body .button--link {
    border: none;
    border-radius: 50px;
    padding: 0 2rem;
    font-size: 18px;
    outline: 0;
    text-decoration: none;
    color: #fff;
    background-color: #0093e6;
    text-align: center;
    margin: auto;
    margin-top: 25px;
    display: block;
    width: 100%;
    max-width: 200px;
    height: 48px;
    line-height: 48px;
    cursor: pointer
}

.nateevo-suscribete--modal .modal--body .form--group {
    margin-bottom: 10px
}

.nateevo-suscribete--modal .modal--body .form--group-box {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.nateevo-suscribete--modal .modal--body .form--group-box .form--group-icon {
    display: -ms-flexbox;
    display: flex;
    margin-right: -1px
}

.nateevo-suscribete--modal .modal--body .form--group-box .form--group-icon .form--group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    padding: .375rem 5px;
    margin-bottom: 0;
    font-size: 0;
    font-weight: 400;
    line-height: 1.5;
    color: #019bf2;
    text-align: center;
    white-space: nowrap;
    background-color: #f8f9f8;
    background-clip: padding-box;
    border: 1px solid #e2e3e2;
    border-right: 0;
    border-radius: 100px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.nateevo-suscribete--modal .modal--body .form--group-box .form--group-icon .form--group-text::before {
    font-size: 16px
}

.nateevo-suscribete--modal .modal--body .form--group-box .form--control {
    position: relative;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0;
    color: #50535a;
    font-weight: 300;
    height: 48px;
    padding-left: 0
}

.nateevo-suscribete--modal .modal--body .form--group-box .form--control:not(:first-child) {
    border-left-color: #f8f9f8;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.nateevo-suscribete--modal .modal--body .form--group-box .form--control:-ms-input-placeholder {
    color: #50535a;
    opacity: 1
}

.nateevo-suscribete--modal .modal--body .form--group-box .form--control::placeholder {
    color: #50535a;
    opacity: 1
}

.nateevo-suscribete--modal .modal--body .form--control {
    display: block;
    width: 100%;
    height: 48px;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    color: #929292;
    background-color: #f8f9f8;
    background-clip: padding-box;
    border: 1px solid #e2e3e2;
    box-shadow: inherit;
    border-radius: 100px;
    outline: 0
}

.nateevo-suscribete--modal .modal--body .form--control.input--selection {
    border-color: #e2e3e2;
    background-color: #fff
}

.nateevo-suscribete--modal .modal--body .form--checkbox {
    position: relative;
    width: 100%;
    margin: 0;
    margin-top: 15px;
    text-align: center
}

.nateevo-suscribete--modal .modal--body .form--checkbox .checkbox--label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding-left: 1.75rem;
    text-align: left;
    color: #86888c;
    font-size: 14px
}

.nateevo-suscribete--modal .modal--body .form--checkbox .checkbox--label>a {
    color: #019bf2;
    font-weight: 400;
    text-decoration: underline
}

.nateevo-suscribete--modal .modal--body .form--checkbox .checkbox--label>a:active,
.nateevo-suscribete--modal .modal--body .form--checkbox .checkbox--label>a:hover {
    text-decoration: none
}

.nateevo-suscribete--modal .modal--body .form--checkbox .checkbox--label.checkbox--error {
    color: #ff0042
}

.nateevo-suscribete--modal .modal--body .form--checkbox .checkbox--label.checkbox--error .checkbox--input:checked~.checkbox--checked::before {
    color: #ff0042
}

.nateevo-suscribete--modal .modal--body .form--checkbox .checkbox--label.checkbox--error .checkbox--checked {
    color: #ff0042
}

.nateevo-suscribete--modal .modal--body .form--checkbox .checkbox--label.checkbox--error .checkbox--checked::after {
    background-color: #ff0042;
    border-color: #ff0042
}

.nateevo-suscribete--modal .modal--body .form--checkbox .checkbox--label.checkbox--error .checkbox--error-image {
    display: inline-block;
    margin-left: 4px
}

.nateevo-suscribete--modal .modal--body .form--checkbox .checkbox--label .checkbox--error-image {
    position: relative;
    width: 15px;
    top: 0;
    display: none
}

.nateevo-suscribete--modal .modal--body .form--checkbox .checkbox--input {
    width: auto;
    opacity: .00000001;
    position: absolute;
    left: 0
}

.nateevo-suscribete--modal .modal--body .form--checkbox .checkbox--input:checked~.checkbox--checked::before {
    color: #d3d4d3
}

.nateevo-suscribete--modal .modal--body .form--checkbox .checkbox--input:checked~.checkbox--checked::after {
    transform: scale(.6)
}

.nateevo-suscribete--modal .modal--body .form--checkbox .checkbox--checked {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    -ms-user-select: none;
    user-select: none;
    color: #d3d4d3
}

.nateevo-suscribete--modal .modal--body .form--checkbox .checkbox--checked::after,
.nateevo-suscribete--modal .modal--body .form--checkbox .checkbox--checked::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    transition: transform 0.28s ease;
    border-radius: 50%;
    border: 2px solid currentColor
}

.nateevo-suscribete--modal .modal--body .form--checkbox .checkbox--checked::after {
    transform: scale(0);
    background-color: #019bf2;
    border-color: #019bf2
}

.nateevo-suscribete--modal .modal--body .form--submit {
    display: block;
    margin-top: 25px
}

.nateevo-suscribete--modal .modal--body .form--submit .button--send {
    border: none;
    border-radius: 100px;
    padding: 0 2rem;
    font-size: 18px;
    outline: 0;
    text-decoration: none;
    color: #fff;
    background-color: #019bf2;
    text-align: center;
    margin: auto;
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    cursor: pointer
}

.nateevo-suscribete--modal .modal--body .form--submit .button--send:active,
.nateevo-suscribete--modal .modal--body .form--submit .button--send:hover {
    background-color: #019bf2
}

.nateevo-suscribete--modal .modal--body .form--submit .button--send:disabled,
.nateevo-suscribete--modal .modal--body .form--submit .button--send[disabled] {
    cursor: no-drop;
    background-color: #545454;
    border-color: #545454
}

.nateevo-suscribete--modal .modal--body .invalid--msg {
    position: relative;
    color: #ff0042;
    margin-top: 8px;
    line-height: 1.2;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 100%;
    margin-bottom: 0
}

.nateevo-suscribete--modal .modal--body .invalid--msg .invalid--msg-image {
    width: 15px;
    float: left;
    margin-top: 0;
    margin-right: .3rem
}

.nateevo-suscribete--modal .modal--body .invalid--msg .invalid--msg-text {
    display: block;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400
}

.nateevo-suscribete--modal .modal--body .error--show {
    display: block
}

.nateevo-suscribete--modal .modal--body .not--error {
    display: none
}

@media (min-width:576px) {
    .nateevo-suscribete--modal.nateevo-suscribete--modal-clausula .modal--dialog {
        max-width: 510px
    }

    .nateevo-suscribete--modal .modal--dialog {
        max-width: 360px;
        margin: 3rem auto 1.75rem
    }
}