@charset "utf-8";

body {
    background-color: #fff;
    font-size: 16px;
    color: #191E23;
    line-height: 1;
}

.botones-footer-wrap {
    z-index: 9;
}

.container-general {
    padding: 10vh 0 0;
    margin: 38px 0 0;
}

.container {
    max-width: 1440px;
    width: 90%;
    padding: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
    color: #6c757d;
}

.breadcrumb {
    margin: 38px 0 !important;
}

h1 {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 0;
    color: rgb(25, 30, 35);
}

h3 {
    max-width: 100%;
}

p {
    font-size: 18px;
    line-height: 1.5em;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    column-gap: 12px;
}

.breadcrumbs i {
    font-size: 15px;
    line-height: 1;
}

.breadcrumbs a {
    color: #3B3B3B;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
}

.breadcrumbs a.active {
    color: #006ED2;
    text-decoration: none;
}

.breadcrumbs a.active:hover {
    text-decoration: none;
}

.breadcrumbs span {
    margin-right: 12px;
}

.breadcrumbs span img {
    max-width: 10px;
}

.beneficios-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 64px 0 58px
}

.titlePrimary {
    font-size: 40px;
    margin: 0 0 32px;
    line-height: 1.2em;
    font-weight: 700;
}

.titleSecondary {
    font-size: 32px;
    margin: 0 0 36px;
    line-height: 1.2em;
    font-weight: 700;
}

.subtitle {
    font-size: 24px;
    margin: 0 0 36px;
    line-height: 1.2em;
    font-weight: 500;
}

.beneficios-header .titleSecondary {
    margin: 0;
}

.offcanvas-body {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.filtros-container-wrapper {
    gap: 24px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.tag-filtros-wrapper {
    gap: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.tag-filtros {
    color: #030097;
    font-size: 14px;
    line-height: 1;
    border: 1px solid #030097;
    padding: 8px;
    border-radius: 4px;
    background: transparent;
    transition: all ease-in-out .3s;
}

.tag-filtros:hover {
    color: #030097;
    border: 1px solid #030097;
    background: #f2f5f8;
    transition: all ease-in-out .3s;
}

.tag-filtros:focus,
.tag-filtros:active,
.tag-filtros.active {
    color: #FFFFFF;
    border: 1px solid #030097;
    background: #030097;
    transition: all ease-in-out .3s;
}

.subtitleSecundary {
    font-size: 16px;
    margin: 0 0 14px;
    line-height: 1.2em;
    font-weight: 600;
    color: #2F3238;
}

.black {
    color: #263240;
}

.white {
    color: #FFFFFF;
}

.grey {
    color: #263240;
}

.lightGrey {
    color: #4C5156;
}

.blue {
    color: #006ED2;
}

.bgWhite {
    background: #FFFFFF;
}

.bgGrey {
    background: #F8F9FA;
}

.bgBlue {
    background: #006ED2;
}

.bgDarkBlue {
    background: #030097;
}

.bgYellow {
    background: #f6ca5e;
}

.btn-link-group {
    display: flex;
    align-items: center;
}

a.btn-link {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: #030097;
    text-decoration: none;
    display: inline-flex;
    margin: 15px 0;
}

a.btn-link:hover {
    color: #030097;
    text-decoration: underline;
}

.faq-link a.btn-link {
    color: #0077e6;
}

.faq-link a.btn-link:hover {
    color: #0077e6;
}

.btn-link-group.faq-link i {
    color: #0077e6;
}

.btn-link-group i {
    font-weight: normal;
    font-size: 16px;
    margin: 0 0 0 8px;
    line-height: 1;
    color: #030097;
    text-decoration: none;
}

.faq-link a.btn-link:hover i,
a.btn-link:hover i {
    text-decoration: none;
}

.buscadorFiltrosWrapper {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 48px;
}

.search-input {
    width: 364px;
    position: relative;
}

.search-input .form-control {
    padding: 10px 0 10px 18px;
    background: #F8F9FA;
    border: 1px solid #ADB5BD;
    border-right: none;
    border-radius: 4px 0 0 4px;
}

.search-input .serchIcon {
    font-size: 18px;
}

.search-input .btn-primary {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 14px;
    width: auto;
    background: #f8f9fa;
    border-radius: 0 4px 4px 0;
    border: 1px solid #adb5bd;
    border-left: none;
    font-size: 16px;
    line-height: 1;
    color: #6d757d;
    font-weight: 500;
}

.carousel-container {
    margin: 0 auto 74px;
    position: relative;
}

.interna-carousel-container {
    margin: 0 auto 84px;
    position: relative;
}

.profile-beneficio-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 48px;
    padding: 84px 0 64px;
}

.imagen-profile-beneficio {
    width: 170px;
    height: auto;
    overflow: hidden;
    border-radius: 8px;
	border: 1px solid #CFD1D3;
}
.loader .info-profile-beneficio{
    width: 100%;
    max-width: 500px;
}

.info-profile-beneficio .subtitle {
    color: #263240;
    font-weight: 400;
    margin: 0 0 14px;
}

.info-profile-beneficio .titlePrimary {
    margin: 0 0 22px;
}

.condiciones-section {
    margin: 48px 0 0;
}

.condiciones-card-wrapper {
    background: #f2f7fd;
    padding: 36px;
    border-radius: 4px;
    margin: 0 0 48px;
}

.condiciones-card {
    background: #FFF;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 16px 16px 24px;
    border-radius: 8px;
    min-height: 180px;
    gap: 12px;
}

.condiciones-card i {
    font-size: 24px;
    color: #006ED2;
    margin: -3px 0 24px;
}


.rowCondiciones .condiciones-card {
    border-radius: none;
    min-height: auto;
    height: auto;
    padding: 24px 0;
    border-top: 1px solid #f1f3f2;
}
.rowCondiciones .col-12:first-child .condiciones-card{
    border-top: none;
}

.info-condiciones-card-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    min-height: auto;
    margin: 0;
}

.info-condiciones-card-bottom span {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
    color: #263240;
    display: block;
}

.info-condiciones-card-bottom p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
    color: #263240;
}

.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 0;
    position: relative;
}

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

.info-condiciones-card-bottom .available-icons {
    margin-top: 4px;
    gap: 8px;
}

.info-condiciones-card-bottom .available-icons img {
    width: auto;
    height: 16px;
}

.carousel.slide {
    border-radius: 16px;
    overflow: hidden;
    min-height: 200px;
}
.carousel.slide.shimmer {    
    min-height: 246px;
}

.carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.5;
}

.carousel-control-next,
.carousel-control-prev {
    position: relative;
    width: 20px;
}

.navegacion-slider {
    position: absolute;
    bottom: 20px;
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 34px;
    align-items: center;
}

.carousel-indicators {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.carousel-indicators [data-bs-target] {
    width: 6px;
    height: 6px;
    opacity: 1;
    background-color: transparent;
    border: 2px solid #FFF;
    transition: all ease-in-out .3;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: #FFF;
    border: 2px solid #FFF;
    transition: all ease-in-out .2;
}

.category-btn {
    font-size: 16px;
    font-weight: 400;
    color: #263240;
    border-radius: 6px;
    border: 1px solid #E9ECEF;
    background-color: #FFFFFF;
    padding: 15px;
    width: calc(100% - 2px);
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    justify-content: space-between;
    margin: 0;
    text-align: left;
    hyphens: auto;
}

.category-btn span {
    hyphens: auto;
    text-transform: capitalize;
}
.category-btn span .nocapitalize, .listLabels span .nocapitalize{
    text-transform: none !important;
}
.category-btn .ico-producto{
    max-height: 15px;
}

/* .listLabels span:first-child {
    margin-right: 0 !important
} */
.listLabels span {
    margin-right: .25rem !important
}

.category-btn i {
    font-size: 20px;
    color: #006ED2;
}

.category-btn:hover {
    border-color: #c5cdd8;
    transition: all ease-in-out .3s;
}

/* .category-btn:focus, */
.category-btn.active {
    border-color: #006ED2;
    color: #020061;
    transition: all ease-in-out .3s;
}

.category-icon {
    font-size: 1rem;
}

.category-oca {
    font-weight: 700;
    font-size: 0.75rem;
    color: #2563eb;
    font-style: italic;
}

.category-text {
    font-size: 0.75rem;
    color: #64748b;
}

.resultado-exitoso {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.resultado-list {
    display: flex;
    justify-items: stretch;
    align-items: center;
    justify-content: space-between;
    margin: 36px 0 64px;
    flex-direction: column;
}

.resultado-list p {
    font-size: 19px;
    font-weight: 400;
    color: #1c2b3a;
    margin: 0;
}

.btn-filter {
    font-size: 14px;
    color: #030097;
    border: none;
    background: none;
    padding: 0;
    border: 1px solid #030097;
    padding: 8px 10px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-filter:focus {
    outline: none;
    box-shadow: none;
}

.card-benefit {
    border-radius: 8px;
    border: 1px solid #E9ECEF;
    background-color: #FFFFFF;
    padding: 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-benefit .logo-container {
    background-color: #F2F7FD;
    border-radius: 8px;
    padding: 0;
    margin-bottom: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10vw;
    max-height: 160px;
}

.card-benefit .logo-container img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.rowBList {
    --bs-gutter-x: 34px;
    --bs-gutter-y: 34px;
}

.badge-new {
    background-color: #1CA149;
    border: 1px solid #007A47;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    padding: 4px 8px;
}

.badge-categoria {
    background-color: transparent;
    border: 1px solid #495057;
    color: #495057;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    padding: 4px 8px;
}

.badge-ultimos-dias {
    background-color: #A26B0B;
    border: 1px solid #A26B0B;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    padding: 4px 8px;
}

.card-benefit strong {
    font-weight: 700;
    font-size: 16px;
    color: #495057;
    line-height: 24px;
    margin: 12px 0;
    display: block;
}

.card-benefit small {
    font-size: 0.75rem;
    color: #475569;
}


.card-benefit .available-for {
    font-size: 12px;
    font-weight: 700;
    color: #343A40;
    font-weight: 600;
    padding: 18px 0;
    border: 1px solid #E9ECEF;
    border-left: 0;
    border-right: 0;
}
.card-benefit .available-icons {
    margin: 0 0 5px 0;
    gap: 5px;
    flex-wrap: wrap;

}


.card-benefit .available-icons img {
    height: 15px;
}


.card-benefit .days-text {
    font-size: 16px;
    color: #006ED2;
    font-weight: 400;
    margin-top: 18px;
}

.card-benefit .extra-text {
    font-size: 16px;
    color: #495057;
    margin: 0;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 24px;
}


.card-benefit a.ver-mas-img {
    display: block;
    width: 100%;
    height: 100%;

}
.card-benefit a.ver-mas {
    font-size: 14px;
    font-weight: 700;
    color: #006ED2;
    align-self: flex-start;
    border: none;
    background: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all ease-in-out .4s;
    margin: 18px 0 12px;
}

.card-benefit a.ver-mas i {
    margin-left: 4px;
    text-decoration: none;
}

.card-benefit a.ver-mas:hover,
.card-benefit .ver-mas:focus {
    color: #020061;
    text-decoration: none;
    box-shadow: none;
    outline: 0;
    transition: all ease-in-out .4s;
}

.card-benefit a.ver-mas:hover i,
.card-benefit .ver-mas:focus i {
    color: #020061;
    text-decoration: none;
    box-shadow: none;
    outline: 0;
    transition: all ease-in-out .4s;
}

.card-benefit a.ver-mas:hover i.icon-arrow_right_base:before,
.card-benefit .ver-mas:focus i.icon-arrow_right_base:before {
    text-decoration: none;
    box-shadow: none;
    outline: 0;
}

.pagination-container {
    font-size: 12px;
    font-weight: 700;
    color: #2F3238;
    margin: 48px auto 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.pagination-container .page-link {
    font-size: 0.75rem;
    color: #475569;
    border: none;
    background: none;
    padding: 0 0.25rem;
}

.pagination-container .page-link.active {
    font-weight: 700;
    color: #1c2b3a;
    text-decoration: underline;
}

.pagination-container .page-link:focus {
    z-index: 3;
    color: #006ED2;
    background-color: none;
    outline: 0;
    box-shadow: none;
}

.bar {
    background: #ebf1f9;
    height: 4px;
    width: 32px;
    border-radius: 25rem;
    position: relative;
    overflow: hidden;
}

.bar-page {
    background: #17191C;
    height: 4px;
    width: 8px;
    border-radius: 25rem;
    position: absolute;
    top: 0;
    left: 0;
}

.section-oca {
    margin: 100px auto 100px;
}

.contendido-tarjeta {
    position: absolute;
    width: 100%;
    height: max-content;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 16px;
    min-height: 100%;
}

.oca-card {
    border-radius: 8px;
    color: #fff;
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.img-logo-card {
    height: 40px;
    width: auto;
    margin-bottom: 24px;
}

.bgCard {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 320px;
    min-height: 230px;
}

.oca-card h4 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 16px;
    line-height: 48px;
}

.oca-card small {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
    display: block;
}

.oca-btn {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #006ED2;
    font-weight: 700;
    font-size: 20px;
    border-radius: 4px;
    padding: 12px 24px;
    width: 100%;
    text-align: center;
    transition: all ease-in-out .3s;
}

.oca-btn:hover {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    transition: all ease-in-out .4s;
}

.oca-tarjeta {
    background: linear-gradient(90deg, #0d4ac9 0%, #0a3a8c 100%);
}

.ocaBlue-tarjeta {
    background: linear-gradient(90deg, #1ec1ff 0%, #0a9ee6 100%);
}

.rowTarjetas {
    --bs-gutter-y: 48px;
    --bs-gutter-x: 48px;
}

.rowCondiciones {
    --bs-gutter-y: 0;
    --bs-gutter-x: 0;
    border-radius: 8px;
    padding: 12px 36px;
    background: #FFFFFF;
}

.offcanvas-backdrop {
    top: 10vh;
}

.offcanvas-end {
    margin-top: 10vh;
    width: 440px;
}

.offcanvas-header {
    padding: 24px;
    border-bottom: 1px solid #f1f3f2;
}

.offcanvas-body {
    padding: 64px 24px 24px;
}

.offcanvas-title.subtitle {
    margin: 0;
    font-weight: 700;
}

.offcanvas-body .btn-primary {
    margin: 28px 0 0;
    padding: 12px 24px;
    font-size: 18px;
    line-height: 1;
}

.accordion-button {
    border-bottom: 1px solid #E9ECEF;
    padding: 48px 0 16px;
}

.accordion-button:not(.collapsed) {
    color: #191e22;
    background-color: #FFFFFF;
    box-shadow: none;
}

.legaltc small {
    font-size: 0.8rem;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #E9ECEF;
    outline: 0;
    box-shadow: none;
}

.accordion-body {
    padding: 24px 0 48px;
}

.accordion-body ul,
.accordion-body ol {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 1.2rem;
}

.accordion-body ul li,
.accordion-body ol li {
    margin-top: 12px;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 400;
}

.accordion-button.subtitle {
    margin: 0;
}

.accordion-item {
    margin: 48px 0;
    border: none;
}

.final-section {
    padding: 48px 0;
}

.final-section .section-oca {
    margin: 48px auto;
}

.box-info-card {
    border: 1px solid #006ED2;
    border-radius: 4px;
    padding: 28px 18px 34px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.box-info {
    margin: 48px 0;
}

.box-info-card i {
    font-size: 24px;
    color: #006ED2;
    display: block;
}

.box-info-card p {
    font-size: 14px;
    margin: 0 0 8px;
}

.text-link-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.text-link-wrapper a.text-link {
    font-size: 14px;
    color: #006ED2;
    text-decoration: none;
}

.text-link-wrapper a.text-link:hover,
.box-info-card .text-link-wrapper a.text-link:focus {
    text-decoration: underline;
}

.text-link-wrapper i {
    font-size: 14px;
    color: #006ED2;
    text-decoration: none;
}

.condiciones-de-la-promocion {
    margin: 0 0 48px;
}

.beneficios-en-esta-promocion {
    margin: 0 0 48px;
}

.resultado-vacio {
    min-height: 460px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.resultado-vacio img {
    width: 140px;
    height: auto;
}

.resultado-vacio p span {
    display: block;
    font-size: 24px;
    margin: 24px auto 6px;
    line-height: 1em;
}

.linea-offcanvas {
    display: none;
}

.see {
    display: block;
}

.seeFlex {
    display: flex;
}

.noSee {
    display: none;
}

.only-d {
    display: block;
}

.only-m {
    display: none;
    
}

.only-m a {
    color: #191E23;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2;
}

.only-m a span {
    margin-right: 10px;
}

.only-m a span i {
    font-size: 22px;
    color: #6d757d;
}

.container-slider {
    overflow: visible;
    width: 100%;
    max-width: 100%;
    margin: auto;
    position: relative;
}


.swiperCategoriasBeneficios, .swiperProductoBeneficios {
    width: 100%;
    height: 100%;
	overflow: hidden;
}

.swiperCategoriasBeneficios .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiperCategoriasBeneficios .swiper-slide .category-btn img {
    width: 30px;
    height: auto;
}

.container-slider .swiper-button-next,
.container-slider .swiper-button-prev {
    color: #495057;
    opacity: 1;
    transition: opacity ease-in-out .4s;
}

.container-slider .swiper-button-next:after,
.container-slider .swiper-button-prev:after {
    font-size: 20px;
}

.container-slider .swiper-button-prev {
    left: -40px;
    transition: opacity ease-in-out .4s;
}

.container-slider .swiper-button-next {
    right: -40px;
    transition: opacity ease-in-out .4s;
}

.container-slider .swiper-button-next.swiper-button-disabled,
.container-slider .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
    transition: opacity ease-in-out .4s;
}

.container-slider {
    overflow: visible;
    width: 100%;
    max-width: 1440px;
    margin: auto;
    position: relative;
}

.nav-benerelacionado {
    position: absolute;
}

/******/
.container-slider.relacionados .swiper-button-next,
.container-slider.relacionados .swiper-button-prev {
    color: #495057;
    opacity: 1;
    transition: opacity ease-in-out .4s;
}

.container-slider.relacionados .swiper-button-next:after,
.container-slider.relacionados .swiper-button-prev:after {
    font-size: 24px;
}

.container-slider.relacionados .swiper-button-prev {
    position: absolute;
    top: 50%;
    left: -40px;
    margin: -25px 0 0 0;
}

.container-slider.relacionados .swiper-button-next {
    position: absolute;
    top: 50%;
    right: -40px;
    margin: -25px 0 0 0;
}

.container-slider.relacionados .swiper-button-next.swiper-button-disabled,
.container-slider.relacionados .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
    transition: opacity ease-in-out .4s;
}
/******/

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 9px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 9px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: transparent;
    opacity: 1;
    border: 1.2px solid #475569;
}
.swiper-pagination-bullet-active {
    background: #2F3238;
    border: 1.2px solid #2F3238;
}

.badgePerfil{
    gap: 8px;
}

.filtros-aplicados-wrapper {
    margin: 0 0 64px;
}

.tag-filtros span {
    display: flex;
    align-items: center;
}

.tag-filtros span .btn-close {
    width: 6px;
    height: 6px;
    padding: 2px;
    color: #FFFFFF;
    border: 0;
    border-radius: none;
    opacity: .85;
    margin-left: 8px;
    transition: all ease-in-out .3s;
}
.tag-filtros span .btn-close:hover {
    opacity: 1;
    transition: all ease-in-out .3s;
}

.btn-close:focus {
    outline: 0;
    box-shadow: none;
    opacity: 1;
    transition: all ease-in-out .3s;
}
.container-slider.relacionados{
    flex-wrap: wrap;
}
.container-slider.relacionados .swiperRelacionados {
    overflow: hidden;    
    display: block;
    width: 100%;
}
.container-slider.relacionados .swiper-pagination {
    position: relative;
    text-align: center;
    z-index: 10;
    margin: auto;
    padding: 28px 0 0;
    left: 0;
}
.container-slider.relacionados {
    width: 90%;
}
.card-benefit .disponible{
    margin: 0 8px 5px 0;
}
.product-btn:disabled {
    background: #CFD1D3;
    color: #8e8e8e;
	border: 1px solid #CFD1D3;
    filter: grayscale(1);
}
.product-btn:disabled .ico-producto {
    opacity: .5;
}
/*  
.disabledCard2, .category-btn.active.disabledCard2 {
  filter: grayscale(1);
  background: #FFFFFF;
  color: #8e8e8e;
  border: 1px solid #E9ECEF;
  opacity: .5;
}
*/

/* LOADER CONTENT */

.loader .shimmer{
    /* background: #F1F2F4; */
    background: linear-gradient(122deg, #f1f2f4, #6e6e6e);
    background-size: 150% 150%;
    -webkit-animation: shimmerAnimation 1.5s ease infinite;
    -moz-animation: shimmerAnimation 1.5s ease infinite;
    animation: shimmerAnimation 1.5s ease infinite;    
    border-radius: 16px;
    display: block;
}

.loader .shimmer.imagen-profile-beneficio {
    min-height: 70px;
    max-height: 170px;
    height:170px;
}

@-webkit-keyframes shimmerAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 51%}
    100%{background-position:0% 50%}
}
@-moz-keyframes shimmerAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 51%}
    100%{background-position:0% 50%}
}
@keyframes shimmerAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 51%}
    100%{background-position:0% 50%}
}



@media (max-width: 1600px) {
    .card-benefit .available-icons img {
        height: 14px;
    }
}

@media (max-width: 1600px) {
.card-benefit .available-icons img {
        height: 12px;
        /* margin-left: 6px; */
    }
}

@media (max-width: 1280px) {
    .oca-card h4 {
        font-size: 24px;
        margin-bottom: 16px;
        line-height: 36px;
    }

    .info-condiciones-card-bottom p {
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
        margin: 0;
        color: #263240;
    }

    .card-benefit .available-icons {
        margin-left: 3px;
    }

    .card-benefit .available-icons img {
        height: 11px;
        /* margin-left: 4px; */
    }
}

@media (max-width: 1199px) {
    .card-benefit .logo-container {
        height: 14vw;
        max-height: 100%;
    }
}

@media (max-width: 1080px) {
    .img-logo-card {
        height: 32px;
        width: auto;
        margin-bottom: 24px;
    }

    .oca-card h4 {
        font-size: 24px;
        margin-bottom: 16px;
        line-height: 32px;
    }

    .oca-card small {
        font-size: 14px;
        line-height: 20px;
    }

    .rowBList {
        --bs-gutter-x: 24px;
        --bs-gutter-y: 24px;
    }

    .rowTarjetas {
        --bs-gutter-y: 24px;
        --bs-gutter-x: 24px;
    }
}

@media (max-width: 1024px) {
    .container-general {
        padding: 5vh 0 0;
        margin: 36px 0 0;
    }

    .offcanvas-backdrop {
        top: 5vh;
    }

    .offcanvas-end {
        margin-top: 5vh;
    }
}

@media (max-width: 992px) {
    .oca-card h4 {
        font-size: 18px;
        margin-bottom: 8px;
        line-height: 24px;
    }

    .oca-card small {
        font-size: 12px;
        line-height: 20px;
    }

    .img-logo-card {
        height: 28px;
        width: auto;
        margin-bottom: 20px;
    }

    .oca-card small {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 20px;
    }

    .ms-auto {
        display: none;
    }

    .card-benefit .logo-container {
        height: 20vw;
    }

    .container-slider .swiper-button-prev {
        left: -4.5%;
    }

    .container-slider .swiper-button-next {
        right: -4.5%;
    }

    .container-slider.relacionados .swiper-button-prev {
        left: -4.5%;
    }

    .container-slider.relacionados .swiper-button-next {
        right: -4.5%;
    }

    .swiperRelacionados {
        overflow: visible;
        width: 100%;
        padding: 0 5% 0 0;
    }
    .container-slider.relacionados {
        width: 100%;
		padding: 0 0 0 5%;
    }
	.swiperRelacionados .swiper-wrapper{
		    overflow: visible;
    }
	.container-slider.relacionados .swiperRelacionados {
		overflow: visible;
	}
	.swiperCategoriasBeneficios, .swiperProductoBeneficios {
		overflow: visible;
	}
	.container-slider .swiper-button-next, .container-slider .swiper-button-prev {
        display: none;
    }
}

@media (max-width: 768px) {
    .oca-card h4 {
        font-size: 5vw;
        margin-bottom: 16px;
    }

    .condiciones-card-wrapper {
        padding: 24px;
    }

    .imagen-profile-beneficio {
        width: 150px;
        height: auto;
        border-radius: 8px;
        overflow: hidden;
    }
    .loader .shimmer.imagen-profile-beneficio {
        height:150px;
    }

    .profile-beneficio-wrapper {
        gap: 36px;
    }

    .box-info {
        margin: 0 0 28px;
    }

    .accordion-body {
        padding: 24px 0 24px;
    }

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

    .container-slider.relacionados .swiper-button-next,
    .container-slider.relacionados .swiper-button-prev {
        display: none;
    }
    .container-slider.relacionados {
        overflow: visible;
        max-width: 100%;
        width: 100%;
        padding: 0 0 0 5%;
    }

    .swiperRelacionados {
        max-width: 1440px;
        width: 100%;
        padding: 0 5% 0 0;
        overflow: visible;
    }
	.swiperCategoriasBeneficios {
        overflow: visible;
    }
  

}

@media (max-width: 620px) {
    .carousel.slide.shimmer {    
        min-height: 120px;
    }
    .beneficios-header {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        margin: 48px 0 36px;
    }

    .buscadorFiltrosWrapper {
        display: flex;
        align-items: flex-start;
        margin-bottom: 24px;
        flex-direction: column;
    }

    .filtros-aplicados-wrapper {
        margin: 0 0 48px;
    }

    .resultado-list {
        margin: 48px 0 24px;
    }

    .beneficios-header .titleSecondary {
        margin: 0 0 28px;
    }

    .search-input {
        width: 100%;
        position: relative;
    }

    .profile-beneficio-wrapper {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 28px;
        padding: 48px 0 28px;
        flex-direction: column;
    }

    .profile-beneficio-wrapper .titleSecondary {
        font-size: 28px;
    }

    .condiciones-section {
        margin: 0 0 0;
    }

    .profile-beneficio-wrapper .titleSecondary {
        margin-bottom: 16px;
    }

    .subtitle {
        margin: 0 0 24px;
    }

    .box-info-card {
        padding: 24px 20px;
    }

    .box-info-card p {
        font-size: 14px;
        margin: 0 0 16px;
    }

    .final-section {
        padding: 28px 0;
    }

    .accordion-button.subtitle strong {
        font-weight: 400;
    }

    .interna-carousel-container {
        margin: 0 auto 48px;
        position: relative;
    }

    .imagen-profile-beneficio {
        width: 110px;
    }
    .loader .shimmer.imagen-profile-beneficio {
        height:110px;
    }

    .beneficios-header .titleSecondary {
        margin: 0;
    }
    .carousel-container {
        margin: 0 auto 48px;
        position: relative;
    }

    .only-d {
        display: none;
    }

    .only-m {
        display: block;
    }
    .rowCondiciones {
        padding: 2px 24px;
    }
}

@media (max-width: 580px) {
    .container-general {
        padding: 7vh 0 0;
        margin: 7% 0 0;
    }

    .info-condiciones-card-bottom .available-icons img {
        height: 12px;
    }

    .carousel.slide {
        border-radius: 8px;
        overflow: hidden;
    }

    .offcanvas-backdrop {
        top: 0;
    }

    .offcanvas-end {
        margin-top: 0;
        width: 100%;
        max-width: 100%;
    }

    .offcanvas-end {
        margin-top: 0;
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: 90%;
        top: auto;
        bottom: 0;
        left: 0;
        right: auto;
        transform: translateY(100%);
        border-radius: 8px 8px 0 0;
    }

    .offcanvas-end.show {
        transform: translateY(0);
    }

    .offcanvas-body {
        position: relative;
        padding: 3px 24px 104px;
        overflow-y: scroll;
    }

    .offcanvas-body .btn-primary {
        margin: 0 auto;
        width: 100%;
    }

    .tag-filtros-wrapper {
        gap: 8px;
    }

    .tag-filtros {
        font-size: 14px;
        line-height: 1;
        padding: 8px;
    }

    .filtros-container-wrapper {
        gap: 20px;
    }

    .offcanvas-header {
        padding: 16px 5% 24px;
        border-bottom: none;
    }

    .offcanvas-title.subtitle {
        margin: 0;
        font-weight: 400;
        font-size: 16px;
    }

    .subtitleSecundary {
        margin: 0 0 12px;
    }

    .linea-offcanvas {
        width: 42px;
        height: 4px;
        border-radius: 25rem;
        background: #3b3b3b78;
        margin: 8px auto;
        display: block;
    }

    .offcanvas-body .btn-primary {
        margin: 0 auto;
        padding: 12px 24px;
        font-size: 16px;
        line-height: 1;
    }

    .navegacion-slider {
        bottom: 8px;
    }

    .carousel-indicators [data-bs-target] {
        width: 4px;
        height: 4px;
    }

    .category-btn {
        font-size: 12px;
        line-height: 18px;
        height: auto;
        padding: 8px;
        min-height: 94px;
        text-align: left;
    }
    .offcanvas-btn-wrapper{
        position: fixed;
        width: 100%;
        background: #FFFFFF;
        z-index: 3;
        bottom: 0;
        left: 0;
        padding: 24px;
    }
    .card-benefit {
        padding: 8px;
    }
    .badge-new {
        font-size: 12px;
        padding: 4px 6px;
    }
    .badge-ultimos-dias {
        font-size: 12px;
        padding: 4px 6px;
    }
    .badge-categoria {
        font-size: 12px;
        padding: 4px 6px;
    }
    .card-benefit .available-for {
        padding: 12px 0 15px;
    }
    .card-benefit strong {
        font-size: 14px;
        line-height: 20px;
    }
    .card-benefit .days-text {
        font-size: 14px;
        line-height: 16px;
        margin-top: 12px;
    }
    .card-benefit .extra-text {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 12px;
    }
    .card-benefit p {
        margin: 0 0 4px;
    }
    
    .card-benefit .available-icons img {
        height: 10px;
        /* margin-left: 3px; */
        /* margin-top: 3px; */
    }
    .card-benefit .disponible {
        margin: 5px 8px 5px 0;
    }
    .card-benefit .logo-container {
        margin-bottom: 10px;
    }
	.card-benefit .available-for {
		font-size: 11px;
	}
}

@media (max-width: 575px) {

    .oca-card h4 {
        font-size: 5vw;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        display: none;
    }

    .oca-card small {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 20px;
    }

    .rowBList {
        --bs-gutter-x: 16px;
        --bs-gutter-y: 16px;
    }

    .rowTarjetas {
        --bs-gutter-y: 16px;
        --bs-gutter-x: 16px;
    }

    .titleSecondary {
        font-size: 20px;
    }

    .subtitle {
        font-size: 20px;
    }

    h3.accordion-header {
        font-size: 20px;
        line-height: 1em;
        margin: 0;
        max-width: 100%;
    }

    .resultado-list p {
        font-size: 20px;
    }

    .section-oca {
        margin: 56px auto 7%;
    }

    .carousel-container {
        margin: 0 auto 48px;
    }

    .condiciones-card-wrapper {
        margin: 0 0 24px;
    }

    .accordion-button {
        padding: 24px 0 16px;
    }

    .profile-beneficio-wrapper .titleSecondary {
        font-size: 24px;
    }

    .condiciones-card-wrapper {
        padding: 20px;
    }

    .info-condiciones-card-bottom .available-icons {
        gap: 6px;
    }

    .info-condiciones-card-bottom p {
        font-size: 14px;
        line-height: 18px;
    }

    .imagen-profile-beneficio {
        width: 90px;
        border-radius: 8px;
    }
    .loader .shimmer.imagen-profile-beneficio {
        height:90px;
    }

    .accordion-body ul li,
    .accordion-body ol li {
        font-size: 16px;
    }

    .accordion-body p {
        font-size: 16px;
    }
}

@media (max-width: 420px) {
    .titleSecondary {
        font-size: 18px;
    }

    .resultado-list p {
        font-size: 16px;
    }

    .info-condiciones-card-bottom .available-icons img {
        height: 10px;
    }

    .imagen-profile-beneficio {
        width: 70px;
    }
    .loader .shimmer.imagen-profile-beneficio {
        height:70px;
    }

    .rowCondiciones .col-6 {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
    }

    .condiciones-card {
        height: auto;
        min-height: 120px;
    }
	.category-btn {
        font-size: 12px;
        line-height: 15px;
        height: auto;
        padding: 8px;
        min-height: 86px;
        text-align: left;
    }
}

@media (max-width: 375px) {
    .container-general {
        padding: 8vh 0 0;
        margin: 7% 0 0;
    }
    .badge-categoria, .badge-new, .badge-ultimos-dias {
        font-size: 11px;
    }
}