* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: initial;
}

body {
    font-family: 'Gotham-Medium', sans-serif;
    background: #FAF9F8;
}

li {
    list-style: none;
}

input {
    outline: none;
    border: 0px solid #007BFF !important;
}

#politicas {
    text-align: left;
    padding: 0 40px 40px 40px;
}

.hidden {
    display: none !important;
}

.btn_black {
    font-family: 'Gotham-Bold', sans-serif;
    background: #FE8900;
    border: none;
    padding: 13px 30px;
    color: #fff;
    min-width: 200px;
    font-size: 14px;
    text-align: center;
    outline: none;
    border-radius: 25px;
}

.btn_black.dated {
    font-family: 'Gotham-Medium', sans-serif;
}

.btn_black.validado {
    width: 220px;
    margin: 10px auto 0 auto;
    height: 43px;
}

.btn_red {
    font-family: 'Gotham-Bold', sans-serif;
    background: #E50010;
    border: none;
    padding: 13px 30px;
    color: #fff;
    min-width: 200px;
    font-size: 15px;
    text-align: center;
    outline: none;
}

.btn_white {
    font-family: 'Gotham-Bold', sans-serif;
    background: #FE8900;
    border: none;
    padding: 15px 30px;
    color: #fff;
    min-width: 200px;
    font-size: 15px;
    text-align: center;
    outline: none;
    border-radius: 25px;
}

strong {
    /*font-family: 'HMSans-Bold';*/
    font-family: 'Gotham-Bold', sans-serif;
    line-height: 18px;
}

.login-txt {
    padding: 0 20px;
    font-size: 18px;
}

.txt_cont {
    font-size: 11px;
    color: #747474;
    font-family: 'Gotham-Medium', sans-serif;
}

.txt_cont2 {
    font-size: 14px;
    color: #747474;
    font-family: 'Gotham-Medium', sans-serif;
}

.txt_cont3 {
    font-size: 10px;
    color: #000;
    /*font-family: 'HMSans-SemiBold';*/
    font-family: 'Gotham-Medium', sans-serif;
    line-height: 14px;
    padding-bottom: 30px;
}

ul.txt_cont3 {
    padding-top: 30px;
}

ul.txt_cont3 li {
    list-style-type: disc;
    font-family: 'Gotham-Book', sans-serif;
    margin-left: 20px;
}

.txt_cont4 {
    font-size: 18px;
    color: #000;
    /*font-family: 'HMSans-Bold';*/
    font-family: 'Gotham-Bold', sans-serif;
    line-height: 22px;
}

.txt_cont5 {
    font-size: 13px;
    color: #000;
    font-family: 'Gotham-Book', sans-serif;
}

.txt_cont6 {
    font-size: 14px;
    color: #000;
    font-family: 'Gotham-Medium', sans-serif;
}

.txt_cont7 {
    font-size: 16px;
    color: #000;
    /*font-family: 'HMSans-Bold';*/
    font-family: 'Gotham-Bold', sans-serif;
}

.txt_cont8 {
    font-size: 14px;
    color: #000;
    font-family: 'Gotham-Medium', sans-serif;
    line-height: 18px;
    /*font-family: 'HMSans-Regular';*/
}

.txt_cont9 {
    font-size: 25px;
    color: #ffffff;
    font-family: 'Gotham-Bold', sans-serif;
    line-height: 109.3%;
    margin-bottom: 0 !important;
}

.txt_cont10 {
    font-size: 20px;
    color: #ffffff;
    font-family: 'Gotham-Book', sans-serif;
    line-height: 109.3%;
    margin: 10px 0 10px 0 !important;
}

.txt_cont11 {
    font-size: 14px;
    color: #000;
    font-family: 'Gotham-Book', sans-serif;
}

.txt_cont11 span {
    font-family: 'Gotham-Medium', sans-serif;
}

.txt_cont11 a {
    color: #003FB0;
    text-decoration: underline;
}

.txt_cont12 {
    font-size: 20px;
    color: #FE8900;
    font-family: 'Gotham-Book', sans-serif;
    line-height: 0px;
    margin-bottom: 0 !important;
}

.txt_cont13 {
    font-size: 12px;
    color: #ffffff;
    font-family: 'Gotham-Bold', sans-serif;
    margin-top: 0 !important;
}

.txt_cont13 span {
    color: #FE8900;
}

.txt_info {
    font-size: 12px;
    color: #000000;
    font-family: 'Gotham-Book', sans-serif;
}

.txt_info a {
    color: #003FB0;
    text-decoration: none;
}

.txt_info a.under {
    text-decoration: underline;
}

.txt_info a:hover {
    text-decoration: underline;
}

.bghym_a.valido {
    grid-gap: 42px;
}

.bghym_a .home_data_logo,
.bghym_a .home_data_id {
    display: none;
}

.bghym {
    background-image: url('../images/cupon-aprobado-bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    height: 577px;
    grid-gap: 22px !important;
}

.bghym .home_data_logo,
.bghym .home_data_id {
    display: block !important;
}

.bghym .home_data_logo {
    padding-top: 75px;
}

.txt_underline {
    text-decoration: underline;
}

.txt-center {
    text-align: center;
}

.txt-left {
    text-align: left !important;
}

.txt-justify {
    text-align: justify;
}

.icon-close2 {
    display: grid;
    justify-content: flex-end;
    padding: 17px;
    margin: -30px -30px -1px auto;
    width: max-content;
    font-size: 21px;
    cursor: pointer;
    color: #003FB0;
}


/*----------------LOGIN---------------*/

.home {
    text-align: center;
    display: grid;
    height: 100vh;
    padding: 0 0 30px;
    grid-gap: 10px;
}

.home_img {}

.home_img img {
    height: 100%;
    width: 100%;
    display: flex;
    object-fit: cover;
}

.home_data {}

.home_data_title {}

.home_data_title .logo {
    margin: 25px auto;
}

.home_data_title span.icon-logo {
    font-size: 80px;
}

.home_data_title h1 {
    font-family: 'Gotham-Bold', sans-serif;
    font-size: 25px;
    line-height: 28px;
}

.home_data input {
    background: transparent;
    border: none;
    border-bottom: solid 1px #003FB0 !important;
    width: 100%;
    max-width: 66%;
    height: 39px;
    padding: 20px 0 20px 0;
    margin-top: 28px;
    text-align: center;
    font-size: 20px;
    font-family: 'Gotham-Bold', sans-serif;
}

.home_data input[type="text"]:focus {
    outline: none;
    border: 2px solid #007BFF;
    box-shadow: none;
    background-color: rgba(0, 63, 176, 0.30);
}

/* Chrome, Safari, Edge */
.home_data input[type="text"]:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px rgba(0, 63, 176, 0.30) inset !important;
    -webkit-text-fill-color: #000 !important;
    height: 39px;
}

/* Firefox */
.home_data input[type="text"]:-moz-autofill {
    box-shadow: 0 0 0px 1000px rgba(0, 63, 176, 0.30) inset !important;
    color: #000 !important;
    height: 39px;
}

.cnt-errored {
    padding-top: 7px;
    height: 37px;
}

.comparte input {
    background: transparent;
    border: none;
    border-bottom: solid 1px #000 !important;
    width: 100%;
    max-width: 80%;
    padding: 23px 0 10px;
    text-align: center;
    font-size: 20px;
}

.home_data input::placeholder,
.comparte input::placeholder {
    font-size: 14px;
}

.home_data input.doccode {
    background: rgba(0, 63, 176, 0.30);
}

.home_data input.codevirtual {
    background-color: rgba(0, 63, 176, 0.5);
    border: 1px dashed #000 !important;
    color: #000;
    padding: 15px 0 15px 0;
    max-width: 100%;
    min-width: 187px;
}

.flx {
    display: flex;
    vertical-align: top;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
}

.copied {
    display: inline-block;
    margin-top: 29px;
    width: 34px;
    height: 40px;
}

.copied img {
    width: 20px;
    height: auto;
    margin-top: 8px;
}

.divider {
    margin: 20px auto 32px auto;
    border-top: 1px solid #003FB0;
    max-width: 90%;
    height: 1px;
}

.home_data p {
    margin: 15px 0 26px;
}

.home_data p.centered {
    margin: 11px 17% 26px;
}

.home_data p.centered a {
    color: #003FB0;
    text-decoration: underline;
}

.home_data_info {
    text-decoration: underline;
    margin-top: 40px;
    display: block;
    font-family: 'Gotham-Bold', sans-serif;
    color: #003FB0;
    font-size: 16px;
}

.home_data_info.info2 {
    font-family: 'Gotham-Medium', sans-serif;
    margin-top: 16px;
    font-size: 12px;
}

.modal_info {
    position: fixed;
    height: 100vh;
    width: 100%;
    padding: 40px 20px;
    top: 10vh;
    left: 100%;
    opacity: 0;
    pointer-events: none;
    transition: ease 0.5s;
    z-index: 999;
}

.modal_info2 {
    position: fixed;
    height: auto;
    /*height: 50vh;*/
    width: 100%;
    padding: 40px 20px;
    top: 10vh;
    left: 100%;
    opacity: 0;
    pointer-events: none;
    transition: ease 0.5s;
    z-index: 999;
}

.mostrar_modal .modal_bg {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

.modal_info_data {
    background: #fff;
    padding: 30px;
    height: auto;
    position: relative;
    z-index: 99;
    overflow: auto;
    border-radius: 15px;
}

.modal_info_data h2 {
    font-family: 'Gotham-Bold', sans-serif;
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}

.modal_info_data h2.titled {
    /*font-size: 13px;
    line-height: 13px;*/
    margin-bottom: 36px;
}

.modal_info_data p {}

.mostrar_modal {
    top: 10vh;
    left: 0;
    opacity: 1;
    pointer-events: initial;
    transition: ease 0.5s;
    height: auto;
}

.mostrar_modal2 {
    top: 10vh;
    left: 0;
    opacity: 1;
    pointer-events: initial;
    transition: ease 0.5s;
}

#informacion span.icon-logo {
    font-size: 80px;
}


/*----------------HEADER---------------*/

.header {
    display: grid;
    /*grid-template-columns: 1fr 1fr 1fr;*/
    grid-auto-flow: column;
    width: 100%;
    background: #FAF9F8;
    position: fixed;
    top: 0;
    left: 0;
    -ms-align-items: center;
    align-items: center;
    z-index: 99;
    height: 54px;
}

.header a {
    padding: 15px 20px;
}

.header .logo {
    padding: 0 0 0 20px;
}

.header_menu {
    text-align: center;
}

.icon-menu {
    font-size: 24px;
}

.header_info {
    text-align: right;
    font-size: 24px;
}

.header span {
    display: block;
    color: #003FB0;
}

.modal_menu {
    position: relative;
    z-index: 999;
    background: #fff;
}


/*----------------MAIN---------------*/

.menu_cont {
    display: flex;
    text-align: center;
    flex-direction: column;
}

.menu_cont li {
    font-family: 'Gotham-Bold', sans-serif;
    color: #000000;
    font-size: 15px;
}

.menu_cont li.titled {
    padding-top: 61px;
    padding-bottom: 24px;
}

.menu_cont li a {
    font-family: 'Gotham-Bold', sans-serif;
    padding: 21px;
    display: block;
    color: #003FB0;
    font-size: 18px;
}

.menu_cont li:last-child {
    padding-bottom: 61px;
}

.salir {
    margin-top: 40px;
}

.main {
    padding: 70px 20px 20px;
}

.main h2 {
    /*font-family: 'HMSans-SemiBold';*/
    font-family: 'Gotham-Bold', sans-serif;
    font-size: 24px;
    text-align: center;
    padding: 25px 0;
}

.main h2.sub {
    font-size: 22px;
}

.main h2.sub-online {
    font-size: 22px;
    color: #2323FE;
}

.main_title {
    background: #FF1849;
    width: 100%;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.main_title p {
    font-family: 'Gotham-Bold', sans-serif;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
}

.main_title b {
    font-size: 20px;
}

.btn-cupvir {
    margin-top: 50px;
    padding: 10px 30px;
}

.cupon {
    /*display: grid;
    grid-gap: 20px;*/
}

.cupon_item {
    position: relative;
    margin-bottom: 20px;
}

.cupon_item_up {
    position: relative;
}

.cupon_item_up img {
    display: block;
    width: 100%;
}

.cupon_item_up span {
    position: absolute;
    left: 0;
    padding: 4px 0px 0px 4px;
    color: #fff;
    font-size: 12px;
    top: 0;
    display: none;
}

.cupon_item_up a {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 14px;
}

.cupon_item_btn {
    background: #000000;
    grid-template-columns: 35% 1fr;
    display: grid;
    padding: 0 20px;
    align-items: center;
    height: 70px;
}

.cupon_item_btn div {
    display: flex;
    justify-content: end;

}

.cupon_item_btn p {
    font-size: 12px;
    color: #fff;
}

.cupon_item_btn a {
    text-align: right;
    padding: 0;
    margin-left: 25px;
}

.btn-shares {
    display: inline-block;
    width: 39px;
    height: 39px;
}

.btn-shares img {
    width: 39px;
    height: 39px;
    display: block;
}

.fbmsn.btn-shares {
    display: none;
}

.cupon_item_btn a span {
    pointer-events: none;
}

.canjeado {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    /*background: rgba(255, 255, 255, 0.5);*/
    padding: 30px;
    text-align: center;
}

.canjeado_bg {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    padding: 20px;
    height: 100%;
    display: flex;
    grid-gap: 20px;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.canjeado_bg h3 {
    font-family: 'Gotham-Bold', sans-serif;
    margin-bottom: 30px;
}

#comofunciona .modal_info_data,
#cuponesvirtuales .modal_info_data {
    background: #FAF9F8;
    padding: 30px 30px 50px 30px;
    position: relative;
}

.funciona {
    background: #fff;
    border-radius: 5px;
    padding: 23px;
    /*display: grid;*/
    min-height: 400px;
    width: 90%;
    margin: 0 auto;
}

.funciona img {
    width: 100%;
    display: block;
}

.funciona h4 {
    font-family: 'Gotham-Medium', sans-serif;
    font-size: 14px;
    padding: 31px 0 23px 0;
}

.funciona p {
    font-family: 'Gotham-Book', sans-serif;
    font-size: 10px;
    line-height: 15px;
}

.swiper-button-prev,
.swiper-button-next {
    outline: none;
    color: #000;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.flechas span {
    font-size: 35px;
}


/*-------CUPÒN------*/

.cupon2 {
    text-align: center;
    background: #fff;
    padding: 20px;
}

.cupon2 .cupon_item_btn {
    background: #fff;
    padding: 0;
    margin-top: 43px;
}

.cupon2 .cupon_item_btn p {
    color: #000;
    margin: 0;
}

.icon-enviarx img {
    width: 35px;
}

.valido {
    display: flex;
    flex-direction: column;
    grid-gap: 22px;
    text-align: center;
    padding: 40px 20px;
}

.valido h5 {
    font-family: 'Gotham-Bold', sans-serif;
    color: #FE0AB3;
    font-size: 30px;
}

.error {
    font-family: 'Gotham-Book', sans-serif;
    color: red !important;
    font-size: 12px;
}

label.error {
    display: block;
}

.comparte {
    text-align: center;
}

.comparte form button {
    margin-top: 40px;
}

.comparte input {
    font-size: 18px;
}

.desktop {
    display: none;
}

@media screen and (max-height: 400px) {
    .cupon {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }
}

@media screen and (min-width: 768px) {
    .desktop {
        display: initial;
        background: #FAF9F8;
        position: fixed;
        z-index: 99999;
        top: 0;
        left: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100vh;
    }

    .desktop .home_img {
        border-radius: 30px;
        overflow: hidden;
        margin-bottom: 40px;
    }

    .desktop p {
        margin-top: 40px;
        font-size: 18px;
    }

    .desktop_cont {
        text-align: center;
        max-width: 400px;
        margin: 0 auto;
    }
}


/*inicio de load*/

.load_bg {
    opacity: 1;
    left: 0;
    pointer-events: initial;
    z-index: 1000;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
}

.load_bg .modal_bg {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

.load_bg .modal_info_data {
    /*background: #e6000f;*/
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wrapper {
    height: 50px;
    margin-top: calc(50vh - 25px);
    margin: 50px auto 0;
    width: max-content;
}

.circle {
    border-radius: 50%;
    border: 3px #003FB0 solid;
    float: left;
    height: 30px;
    margin: 0 5px;
    width: 30px;
}

.circle-1 {
    animation: move 0.5s ease-in-out infinite;
}

.circle-1a {
    animation: fade 0.5s ease-in-out infinite;
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.circle-2 {
    animation: move 0.5s ease-in-out infinite;
}

@keyframes move {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(40px);
    }
}

.circle-1a {
    margin-left: -35px;
    opacity: 0;
}

.circle-3 {
    animation: circle-3 0.5s ease-in-out infinite;
    opacity: 1;
}

@keyframes circle-3 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.dinherit {
    display: inherit !important;
}

/*finde load   */

.d-none {
    display: none;
}

.st_row {
    width: 100%;
    height: 45px;
    padding-top: 20px;
    clear: both;
}

.rowed {
    float: left;
    width: 50%;
    margin: 0;
}

.rowed.a {
    text-align: right;
    padding-right: 10px;
}

.rowed.b {
    text-align: left;
    padding-left: 10px;
}

.rowed .home_data_info {
    display: inline-block;
}

.home_data_logo p {
    font-family: 'Gotham-Book', sans-serif;
    font-size: 14px;
}

.home_data_logo .icon-logo {
    font-size: 70px;
}

.disabledl {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

/* HTML: <div class="loader"></div> */
.loader {
    width: 28px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #003FB0;
    animation: l2 1.5s infinite;
}

@keyframes l2 {

    0%,
    100% {
        transform: translate(-35px);
        box-shadow: 0 0 #FE8900, 0 0 #003FB0
    }

    40% {
        transform: translate(35px);
        box-shadow: -15px 0 #FE8900, -30px 0 #003FB0
    }

    50% {
        transform: translate(35px);
        box-shadow: 0 0 #FE8900, 0 0 #003FB0
    }

    90% {
        transform: translate(-35px);
        box-shadow: 15px 0 #FE8900, 30px 0 #003FB0
    }
}