
  @font-face {
    font-family: 'proxima-nova';
    font-weight: 100;
    src: url('/fonts/Proxima Nova Font.otf') format('opentype');
}

a:hover {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

select {
    font-family: Roboto;
}

.item_menu {
    display: inline-table;
    padding: 5px;
    color: #fff;
    font-size: 16px;
    border: 2px solid rgba(0, 0, 0, 0);
    padding-left: 6px;
    padding-right: 6px;
}

.modal_login_help_bold{
    font-family: 'proxima-nova', sans-serif;
    font-weight: bold;

}

@media (max-width: 768px) {
    .modal_login_help_bold{
    font-size: 14px;
    }
}

.favorites-404{
    font-family: 'proxima-nova', sans-serif;
    font-size: 16px;
    color: #212121;
}

@media (max-width: 768px) {
    .favorites-404{
        font-size: 16px;
        font-size: 14px;
    }
}

.item_menu:hover {
    color: #a6e4fb;
}

.activo {
    border: 2px solid #fff;
}

/*CATEGORIAS*/

.comida {
    background-color: rgba(198, 0, 0, 0.7);
}

.entretenimiento {
    background-color: rgba(0, 160, 218, 0.7);
}

.salud {
    background-color: rgba(130, 190, 0, 0.9);
}

.viajes {
    background-color: rgba(0, 159, 218, 0.9);
}

.moda {
    background-color: rgba(200, 44, 131, 0.9);
}

.servicios {
    background-color: rgba(3, 169, 244, 0.9);
}

.ninios {
    background-color: rgba(200, 44, 131, 0.9);
}

.todos {
    background-color: rgba(200, 44, 131, 0.9);
}

.titulo {
    font-size: 30px;

    font-weight: bold;

    padding-top: 10px;

    padding-bottom: 10px;
}

.subtitulo {
    font-size: 15px;

    font-weight: bold;

    margin-bottom: 15px;

    height: 40px;

    overflow: hidden;
}

/*BOTONES*/

.botonBlanco {
    padding: 10px;

    padding-left: 50px;

    padding-right: 50px;

    font-size: 14px;

    background-color: #ffffff;

    color: #009fda;

    border-radius: 20px;

    border: 0px;

    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);

    transition: 0.3s all;

    font-weight: bold;

    margin-left: 5px;

    margin-right: 5px;
}

.botonBlanco:hover {
    transform: scale(1.1);
}

.botonAzul {
    padding: 11px 25px 11px 25px;

    font-size: 18px;

    background-color: #0069a6;

    color: #ffffff;

    border-radius: 20px;

    border: 0px;

    transition: 0.3s all;

    font-weight: bold;

    margin-left: 5px;

    margin-right: 5px;

    margin-top: 5px;

    margin-bottom: 5px;

    text-align: center;

    cursor: pointer;

    font-family: 'Roboto', sans-serif;

    height: 44px;

}

.botonAzul:hover {
    transform: scale(1.1);
    background-color: #002d57;
}



.botonGris {
    padding: 11px 25px 11px 25px;


    font-size: 18px;

    background-color: #DBDBDB;

    color: #757575;

    border-radius: 20px;

    border: 0px;

    transition: 0.3s all;

    font-weight: bold;

    margin-left: 5px;

    margin-right: 5px;

    margin-top: 5px;

    margin-bottom: 5px;

    text-align: center;

    cursor: pointer;
    height: 44px;
}

.botonAzulOscuro {
    padding: 10px;

    padding-left: 50px;

    padding-right: 50px;

    font-size: 14px;

    background-color: #002e58;

    color: #ffffff;

    border-radius: 20px;

    border: 0px;

    transition: 0.3s all;

    font-weight: bold;

    margin-left: 5px;

    margin-right: 5px;

    margin-top: 5px;

    margin-bottom: 5px;
}


#modal-sesion {
    overflow-y: hidden !important;
    background: #29292991;

}

 .redentions-nav-icon {
        width: 24px;
        margin-top: -5px;
        transform: rotate(180deg);
    }

.botonAzulOscuro:hover {
    transform: scale(1.1);
}

.botonVerde {
    padding: 10px;

    padding-left: 50px;

    padding-right: 50px;

    font-size: 14px;

    background-color: #82be00;

    color: #ffffff;

    border-radius: 20px;

    border: 0px;

    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6);

    transition: 0.3s all;

    font-weight: bold;

    margin-left: 5px;

    margin-right: 5px;

    margin-top: 5px;

    margin-bottom: 5px;
}

.botonVerde:hover {
    transform: scale(1.1);
}

.botonMorado {
    padding: 10px;

    padding-left: 50px;

    padding-right: 50px;

    font-size: 14px;

    background-color: #c82c83;

    color: #ffffff;

    border-radius: 20px;

    border: 0px;

    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6);

    transition: 0.3s all;

    font-weight: bold;

    margin-left: 5px;

    margin-right: 5px;

    margin-top: 5px;

    margin-bottom: 5px;
}

.botonMorado:hover {
    transform: scale(1.1);
}

.botonNaranja {
    padding: 10px;

    padding-left: 50px;

    padding-right: 50px;

    font-size: 14px;

    background-color: #f44336;

    color: #ffffff;

    border-radius: 20px;

    border: 0px;

    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6);

    transition: 0.3s all;

    font-weight: bold;

    margin-left: 5px;

    margin-right: 5px;

    margin-top: 5px;

    margin-bottom: 5px;
}

.botonNaranja:hover {
    transform: scale(1.1);
}

/*CAJAS*/

.promo_big {
    background-size: 101%;

    position: relative;

    cursor: pointer;
}

.promo_small {
    background-size: 101%;

    position: relative;
}

.over_box {
    width: 100%;

    color: #fff;

    position: absolute;

    bottom: 0px;

    overflow: hidden;

    cursor: pointer;

    transition: 0.5s all;

    padding-bottom: 0px;
}

.over_box_hover {
    height: 100%;

    padding-top: 35%;
}

.col-padding [class*="col-"] {
    padding: 0;
}

.item_logo_home {
    width: 100px;

    margin: 10px;

    transition: 0.5s all;
}

.item_logo_home:hover {
    transform: scale(1.1);
}

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

.item_categoria {
    display: inline-table;

    padding: 5px;

    margin: 5px;

    color: #02455f;
}

.item_categoria:hover {
    transition: 0.5s all;

    border-bottom: 3px solid var(--dynamic-color);
}

.item_menu_movil {
    padding: 10px;

    font-size: 16px;

    font-weight: bold;

    color: #fff;
}

.registro {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 35px;
    padding: 0px 0px 0px 10px;

    border-radius: 25px;

    border: 1px solid #ccc;

    margin: 10px;
    width: 100%;
}

.doctype_select {
    position: relative;
    display: inline-block;
    margin-top: 15px;
    width: 100%;
}

@media (max-width: 768px) {
    .doctype_select {
        margin-top: 10px;
        margin-bottom: 10px;
    }

}

div.document_number {
    margin-top: 15px;
    font-size: 16px;
}

@media (max-width: 768px) {
    div.document_number {
        margin-top: 2px;
        font-size: 14px;
    }
}

div.document_number_pass {
    margin-top: 15px;
    font-size: 16px;
}

@media (max-width: 768px) {
    div.document_number_pass {
        margin-top: 10px;
        font-size: 14px;
    }
}

.doctype_select .dropdown_arrow {
    position: absolute;
    top: 48%;
    right: 25px;
    /* Ajusta la posición de la flecha según tus necesidades */
    transform: translateY(-50%);
    width: 0;
    height: 0;
    pointer-events: none;
}

.titulos_home {
    padding: 15px;

    font-weight: bold;

    color: #002e58;

    font-size: 35px;

    margin: 10px 0px;

    text-shadow: 2px 2px #d9d9d9;

    text-align: center;
}

.titulos_home_video {
    padding: 15px;

    font-weight: bold;

    color: #002e58;

    font-size: 35px;

    margin: 10px 0px;

    text-shadow: 2px 2px #d9d9d9;

    text-align: center;
}

.img_beneficios {
    border-radius: 5px;
}

.porcentaje {
    border-radius: 0px 5px 0px 0px;
}

.bt_float:hover {
    transform: scale(1.02);
}

.bt_float:focus {
    outline: none !important;
}

.like-container {
    height: 30px;
    background: #fff;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    box-shadow: 0px 2px 2px 0px rgba(181, 181, 181, 0.49);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

button {
    background: #fff;
    border: unset;
    outline: 0;
    font-size: 16px;
    cursor: pointer;
    color: #65676b;
    padding: 5px 10px;
}

button.liked {
    color: #0571ed;
}

button.liked i {
    animation: anim 0.3s ease-in-out;
    -webkit-animation: anim 0.3s ease-in-out;
}

@keyframes anim {
    100% {
        transform: rotate(-15deg) scale(1.3);
        -webkit-transform: rotate(-15deg) scale(1.3);
        -moz-transform: rotate(-15deg) scale(1.3);
        -ms-transform: rotate(-15deg) scale(1.3);
        -o-transform: rotate(-15deg) scale(1.3);
        filter: blur(0.5px);
        -webkit-filter: blur(0.5px);
    }
}

.account-card-user-data>div {
    display: flex;
    justify-content: center;
}

.account-transactions {
    width: 68%;
}

.account-card-user-image {
    margin: auto;
    margin-bottom: 24px;
    width: 100px;
    height: auto;
    border-radius: 50%;
}

.card-user-data-name {
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: bold;
    color: #002f87;
    font-family: 'proxima-nova', sans-serif;
}

#suscripcion_text_txt{
    color: #002e58;
}

.profile-messages-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-left: 15px;
    margin-right: 15px;
    font-family: 'proxima-nova', sans-serif;
}

@media screen and (min-width: 1350px) and (max-width: 1400px) {
    .profile-messages-container input[type="text"] {
        width: 313px;
    }
}

.profile-messages-container .col-3 {
    width: 40%;
    text-align: left;
    font-size: 16px;
}

.profile-messages-container .col-9 {
    width: 60%;
}

.profile-messages-container>div>form {
    width: 100%;
    display: flex;
    gap: 40px;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 24px;
}

.profile-messages-container>div>form .input-button-group {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}


@media screen and (min-width: 1350px) and (max-width: 1400px) {
    .profile-messages-container>div>form .input-button-group {
        padding-left: 20px;
    }
}

.profile-messages-container>div>form .input-button-group .label-input-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    width: 100%;
    gap: 0px;
}

.profile-messages-container > .helper-sms-title{
    font-weight: bold;

}

.profile-messages-container__title{
    color: #212121;
}

.profile-messages-container__title > b {
    color: #212121;
}

@media (min-width: 992px) {
    .profile-messages-container{
        font-size: 16px !important;
        font-family: 'proxima-nova', sans-serif;
    }
}

.modal-icon-container {
    width: 100%;
    text-align: center;
}

.modal-icon-container>img {
    width: 40px;
    height: auto;
}

.form-radio-grupo {
    color: black;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
}

.form-radio-grupo>* {
    margin: 0 !important;
}

.botonAzul.btn-modal-disabled {
    background-color: #dbdbdb !important;
    color: #757575 !important;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.code-input-group {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: nowrap;
    justify-content: center;
}

.input-code {
    color: black;
    font-size: 22px;
    font-weight: 600;
    width: 56px;
    height: 72px;
    border-radius: 8px;
    text-align: center;
    border: 1px solid black;
}

.modal-code-info {
    display: flex;
    flex-direction: row;
    gap: 16px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 24px;
}

.modal-code-info>p {
    margin: 0;
    font-family: 'proxima-nova', sans-serif;
    color: #212121;
    font-size: 16px;
}

.modal-code-info>p:nth-child(2) {
    color: #0071a3;
    font-weight: 500;
    text-decoration: underline;
}

.botonAzul.botonAzul-outline {
    background-color: white;
    color: #0071a3;
    border: 1px solid #0071a3;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 20px;
}

.modal-button-group {
    display: flex;
    flex-direction: row;
    gap: 34px;
    justify-content: center;
}

.header-user-info {
    display: flex;
    flex-direction: row;
}

.header-profile-image {
    border-radius: 50%;
    border: 1px solid white;
    height: 42px;
}

.my-account-container {
    margin-left: 8%;
    margin-right: 50.5px;
}

/* Hide Input number arrows*/
.input-code::-webkit-outer-spin-button,
.input-code::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-code[type="number"] {
    -moz-appearance: textfield;
}

.header-top-part {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 15px;
}

.header-bottom-part {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-right: 70px;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .profile-messages-container {
        flex-direction: column;
    }

    .profile-messages-container .col-3 {
        width: 100%;
        text-align: center;
        margin-bottom: 26px;
    }

    .profile-messages-container .col-9 {
        width: 100%;
    }

    .profile-messages-container>div>form .input-button-group {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .my-account-container {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media (max-width: 520px) {
    .input-code {
        font-size: 16px;
        font-weight: 600;
        width: 37px;
        height: 48px;
    }

    .modal-button-group {
        display: flex;
        flex-direction: column-reverse;
        gap: 15px;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 991px) {
    .contenido {
        margin-top: 20px;
    }
}

@media (max-width: 992px) {
    .account-card-user-data {
        width: 100%;
    }

    .account-transactions {
        width: 100%;
    }

    .my-account-container>.col-md-12 {
        flex-wrap: wrap;
    }
}

#header_session_container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 32px;
}

#header_icon_search {
    position: relative;
    color: #515151;
    font-size: 18px;
    top: 2px;
    right: 32px;
}

form.search {
    width: 70%;
    margin-bottom: 0;
}

form.search>input {
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 8px;
    margin-bottom: 10px;
    max-width: 260px;
    width: 100%;
}

form.search>button {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
}

form.search>button>i {
    margin-right: 5px;
}

.loader {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: transparent;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin89345 1s linear infinite;
    margin-bottom: 5px;
    margin-right: auto;
    margin-left: auto;
}

@keyframes spin89345 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.login-modal__login-controls {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.login-modal__login-controls .loader {
    display: none;
}

#login_loader_2.loader {
    display: none !important;
}

#login_loader_2.loader.show {
    display: block !important;
}

.loader.show {
    display: block;
}

.container_videos_home,
.container_brands_home,
.container_option_footer {
    display: flex;
    justify-content: center;
    /*width: 100% !important;*/
}

.container_card_promo {
    display: flex;
    justify-content: center;
}

#container-aliados-page {
    padding: 0px 25px;
}

.tarjeta {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    display: none;
    /* Inicialmente oculto */
}

#loading-spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}




.pagination_new {
    padding: 30px 0;
    display: flex;
    justify-content: center;
}

.text-paginator-help {
    text-align: center;
}

.pagination_new ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.pagination_new a {
    display: inline-block;
    padding: 10px 18px;
    color: #222;
    text-decoration: none;
}

/* ONE */

.p1 a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;

}

.p1 a.is-active {
    background-color: #5CA243 !important;
    border-radius: 100%;
    color: #fff;
}

.pagination_new-page {
    background-color: #f9f9f9;
    border-radius: 50%;
}

.img_beneficios {
    transition: 0.5s all;
    max-height: 269px;
    max-width: 374px;
    width: 100%;
}

.img_beneficios:hover {
    opacity: 0.6;
    transform: scale(1.02);
}

.img-logo-aliados {
    height: 90px;
}


.bt_float {
    position: absolute;
    width: 115px;
    padding: 5px;
    font-size: 13px;
    background-color: #ffffff;
    color: #0071A3;
    border-radius: 20px;
    border: 0px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
    transition: 0.3s all;
    left: 6%;
    bottom: 12%;
    font-weight: bold;
    z-index: 1;
    text-align: center;
}

.bt_float_movil {
    position: absolute;
    width: 115px;
    padding: 5px;
    font-size: 13px;
    background-color: #ffffff;
    color: #0071A3;
    border-radius: 20px;
    border: 0px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
    transition: 0.3s all;
    right: 16%;
    bottom: 12%;
    font-weight: bold;
    text-align: center;
}

.col-padding [class*="col-"] {
    padding: 8px !important;
}

@media (max-width: 991px) {

    /* body div.container-fluid.header-container {
        padding-left: 15px !important;
    } */
    .main-carousel-home {
        margin-top: 8px;
    }
}

@media (max-width: 768px) {
    .container-form-filter-aliado {
        display: flex;
        padding: 0px 12px;
        flex-direction: column;
    }
}

.birthday-page__benefit-terms {
    width: calc(80%);
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 600px) {
    .alliances {
        padding: 0;
    }

    .home-alliance-img {
        width: 140px !important;
    }
}

.container-option-code{
    margin-bottom: 30px;
}

#benefits-desk-table td{
    font-family: 'proxima-nova', sans-serif;
    font-size: 18px;
    color: #212121;
}

#favorites-desk-table td{
    font-family: 'proxima-nova', sans-serif;
    font-size: 18px;
    color: #212121;
}

.favorites-title-modal{
    font-family: 'proxima-nova', sans-serif;
    font-size: 30px;
    color: #0071A3;
    font-weight: bold;
}

#ModalBenefits .modal-content{
    padding: 20px;
}

#ModalFavorites .modal-content{
    padding: 20px;
}

/* Phone input styles for CSP compliance */
.phone-input-container {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 300px;
}

.phone-input {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 8px;
    padding-right: 30px;
    margin-top: 0;
    outline: none;
}

.phone-input.error {
    border-color: #ff0000;
    border-width: 2px;
    box-shadow: 0 0 3px #ff0000;
}

.error-icon-phone {
    position: absolute;
    right: 0px;
    top: 0px;
    display: none;
    background-color: #ff0000;
    width: 20px;
    height: 41px;
    text-align: center;
    line-height: 20px;
    color: white;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.phone-error-message {
    color: #ff0000;
    font-size: 12px;
    margin-top: 5px;
    display: none;
}

    /* Favorites modal styles */
    .favorites-title-center {
        text-align: center;
    }

    .favorites-search-container {
        display: flex;
        align-items: center;
    }

    .favorites-mobile-cell-main {
        width: 70%;
    }

    .favorites-mobile-cell-actions {
        padding: 20px;
        display: flex;
        gap: 10px;
    }

    .favorites-svg-icon {
        fill-rule: evenodd;
        clip-rule: evenodd;
        stroke-linejoin: round;
        stroke-miterlimit: 2;
    }

    .favorites-desk-cell-actions {
        display: flex;
    }

    .favorites-button-view {
        padding: 15px 20px;
        min-width: max-content;
        line-height: 2px;
    }

    .favorites-button-delete {
        min-width: max-content;
        line-height: 2px;
    }

    .favorites-nav-icon {
        width: 24px;
        margin-top: -5px;
        transform: rotate(180deg);
    }

    .favorites-delete-mobile-btn {
        background-color: #ff4136;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
    }

    .favorites-delete-mobile-icon {
        color: white;
    }

    .favorites-button-view-simple {
        padding: 15px 20px;
        min-width: max-content;
    }

    .favorites-button-delete-simple {
        min-width: max-content;
    }
