*{
    box-sizing: border-box;
}


@font-face {
    font-family: "Montserrat-light";
    src: url("../fonts/Montserrat-Light.ttf");
    font-weight: light;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat-extra-bold";
    src: url("../fonts/Montserrat-ExtraBold.ttf");
    font-weight:  bold;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat-semi-bold";
    src: url("../fonts/Montserrat-SemiBold.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Montserrat-regular";
    src: url("../fonts/Montserrat-Regular.ttf");
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Medium.ttf");
    font-weight: medium;
    font-display: swap;
}


@font-face {
    font-family: "Montserrat-bold";
    src: url("../fonts/Montserrat-Bold.ttf");
    font-weight: bold;
    font-display: swap;
}

:root {
    --primary: #FF00FF;
    --secondary: #66FCF1;
    --hover: #66FCF1;
    --success: #60aa00;
    --error: #FF4E4E;
    --alert: #F7A505;
    --background: #050327;
    --primary-text: #828CFF;
    --secondary-text: #240E5D;
    --font-primary: "Montserrat";
    --font-bold:"Montserrat-bold";
    --font-regular:"Montserrat-regular";
    --font-extrabold: "Montserrat-extra-bold";
    --font-semibold:"Montserrat-semi-bold";
    --bg-footer: #333333;
    --bg-card:#240E5D;
}

body {
    font-family: var(--font-primary), sans-serif;
    color: rgba(0, 0, 0, 0.7);
}

header {
    background-color: #240E5D;
}

h1 {
    font-size: 85px;
    color: var(--primary-text);
    font-family: var(--font-extrabold);
}

.h1 {
    font-size: 85px;
    color: var(--bg-card);
    font-family: var(--font-extrabold);
}

h2 {
    font-size: 65px;
    color: var(--primary-text);
    font-family: var(--font-extrabold);
}

.h2{
    font-size: 65px;
    color: var(--bg-card);
    font-family: var(--font-extrabold);
}

.number-card{
    font-size: 45px!important;
    color: white;
    font-family: var(--font-extrabold);
}

.h3 {
    font-size: 35px;
    color: var(--primary-text);
    font-family: var(--font-bold);
}

h3 {
    font-size: 25px;
    color: var(--secondary-text);
    font-family: var(--font-semibold);
}


.titulos-items{
    font-size: 20px;
    color: var(--secondary-text);
    font-family: var(--font-semibold);
}

.titulos-items-noticias{
    font-size: 20px;
    color: var(--secondary-text);
    font-family: var(--font-extrabold);
}


.titulo-modal{
    font-size: 50px;
    color: var(--secondary-text);
    font-family: var(--font-extrabold);
}

.items-puntos-modal{
    font-size: 45px;
    color: var(--primary);
    font-family: var(--font-extrabold);
}



.titulos-items-mobile{
    font-size: 17px;
    color: var(--secondary-text);
    font-family: var(--font-semibold);
    padding-right: 5px;
}

.titulo-nivel
{
    font-size: 32px;
    font-family: var(--font-extrabold);
    color:white;

}

.titulo-detalle-blog
{
    font-size: 50px;
    font-family: var(--font-extrabold);
    color:var(--primary-text);

}

.titulo-puntos
{
    font-size: 65px;
    font-family: var(--font-extrabold);
    background: linear-gradient(to right,#FF00FF, #828CFF,#66FCF1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.texto-destacado {
    font-size: 20px;
}

@media (min-width:768px) {
    .titulo-nivel {
        font-size: 40px;
    }

    .texto-destacado {
        font-size: 25px;
    }
}




.titulos {
    font-size: 24px;
    color: var(--primary-text);
    font-weight: 400;
}

.subtitulo {
    font-size: 21px;
    color: var(--primary-text);
    font-weight: 300;
}



.h4 {
    font-size: 35px;
    color: var(--secondary-text);
    font-family: var(--font-extrabold);
}


h5 {
    font-size: 14px;
    font-weight: 400;
}

h6 {
    font-size: 14px;
    font-weight: normal;
    font-weight: 400;
}

.h7 {
    font-size: 15px;
    font-weight: normal;
    font-weight: 400;
}

.fs-6 {
    font-size: 14px !important;
    font-weight: normal;
    font-weight: 400;
    color: #3369F6 !important;
}

.fs-15{
    font-size: 15px !important;
}


.fs-14{
    font-size: 14px !important;
}

.fs-16 {
    font-size: 16px !important;
}


.fs-18 {
    font-size: 18px !important;
}

.fs-25 {
    font-size: 25px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-20 {
    font-size: 20px !important;
}





p {
    color: white;
    font-size: 16px;
    font-family: var(--font-regular);
}

.background {
    background-color: var(--background);
}


label {
    font-size: 14px;
    font-weight: 400;
}

span {
    font-size: 12px;
    font-family: var(--font-regular);
}

.main {
    padding: 1.5rem 0rem;
    min-height: calc(100vh - 286px);
}

a {
    color: var(--secondary);
}

.text-primary{
    color: var(--primary-text)!important;
}

.sub-menu {
    font-weight: 400 !important;
}

.footer {
    background-color: #FFFFFF;
    color: var(--primary-text);
    font-size: 12px;
    padding: 30px 0;
}

.footer a {
    text-decoration: none;
}

.footer a:hover{
    color: var(--secondary);
}

.footer a[target=_blank]:focus:hover{
    color: var(--primary-text);
}

.footer .nav{
    --bs-nav-link-hover-color: none;
}

.nav-footer .nav-item .nav-link {
    padding: 0;
}

.nav-footer {
    flex-direction: column;
}

.footer ul {
    list-style-type: none;
    padding-left: 0px;
}

.footer i {
    font-size: 20px;
    margin: 0 5px;
}

.logo-footer {
    max-width: 100px;
    height: auto;
}

.footer-text {
    font-size: 9px;
}


.header-bar {
    background-color: var(--secondary);
    height: 4vh;
}

.icon-header {
    max-width: 45px;
}



.header-position {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 10;
    background-color: #240E5D;
}

.logo-menu {
    max-width: 90px;
}

.logo-header {
    max-width: 150px;
}

.offer-nav {
    color: var(--secondary) !important;
    font-weight: 500 !important;
}


.user-name {
    font-weight: 600;
    color: white;
    font-size: 14px;
}

.user-name-mobile {
    font-weight: 600;
    color: white;
    font-size: 13px;
}


.name-color {
    color: var(--secondary);
    font-weight: 400;
    font-size: 14px;
}

.text-level {
    color: var(--secondary);
    font-weight: 500;
    font-size: 14px;
}


.img-account {
    width: 50px;
    height: 50px;
}

.logo-top-marcas {
    max-width: 90px;
}


.logo-header-marca {
    max-width: 150px;
    max-height: 80px;
}

.img-text-marca {
    max-width: 100%;
    max-height: 60vh;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}

.btn-costum {
    width: 400px;
    max-width: 100%;
}

.nav-dropdown-icon {
    font-size: 12px;
}

.nav-icon a {
    text-decoration: none !important;
    color: var(--primary-text);

}

.nav-cart-badge {
    position: absolute;
    top: 10px;
    background-color: var(--secondary);
    color: #ffffff;
    font-size: 12px;
}

.number-info {
    position: absolute;
    top: 10px;
    background-color: var(--secondary);
    color: #ffffff;
    font-size: 14px;
}

.nav-cart {
    border: none;
    background-color: transparent;

}

.account-link {
    font-size: 12px;
    color: var(--background);
}

.account-link:hover {
    color: var(--primary);
}


.account-link-color {
    font-size: 13px;
    color: var(--background);
}

.account-link-color:hover {
    color: var(--primary);
}


.link-editar{
    font-size: 15px;
    color: var(--background);
}

.link-editar:hover {
    color: var(--primary);
}




.sub-nav {
    border-bottom: 0.75px solid rgba(0, 0, 0, 0.2);
    border-top: 0.75px solid rgba(0, 0, 0, 0.2);
    /* transition: all .75s ease; */
}

.sub-nav-friday {
    border-bottom: 0.75px solid rgba(228, 228, 228, 0.356);
    border-top: 0.75px solid rgba(228, 228, 228, 0.356);
    /* transition: all .75s ease; */
}

.category-menu {
    background-color: rgba(4, 174, 170, 0.1);
}

.logo-loymark {
    height: 12px;
    width: auto;
}


.nav-bar-search {
    max-width: 800px;
    margin-bottom: 1rem;
}

.img-container-product {
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    width: 180px;
    height: 180px;
    position: relative;
    display: grid;
    place-items: center;
    margin-bottom: 14px;
    overflow: hidden;
}

.img-container-product img {
    max-height: 300px;
    max-width: 100%;
}



.img-container-item {
    max-width: 100%;
    display: grid;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 14px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.img-container-item img {
    width: 200px;
    height: 200px;
    object-fit: contain;
}

.img-container-item:hover {
    transform: scale(1.1);
    transition: .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.product-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.discount-badge {
    position: absolute;
    top: 40px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 60px;
    border-radius: 5px;
    background-color: var(--primary);
    font-weight: 500;
    padding: 0.5rem 1rem;
}

.check-combos {
    position: absolute;
    top: 8px;
    right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.3rem 1rem;
}


.discount-badge-favorite {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--primary);
}

.discount-chip {
    border-radius: 5px;
    max-width: 60px;
    color: #ffffff;
    background-color: var(--primary);
    font-weight: 500;
    display: flex;
    justify-content: center;
    padding: 0 1rem;
}

.discount-chip span {
    font-size: 16px;
}

.plan-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--secondary);
    font-weight: 500;
    padding: 0.5rem 1rem;
}

.plan-badge i {
    font-size: 20px;
}

.price-detail h2 {
    font-size: 24px;
    font-weight: 500;
    color: var(--secondary);
}

.img-product-detail {
    border: none;
    padding: 1rem;
    max-width: 100%;
}

.img-product-small {
    border: solid 1px #D2D2D2;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    margin-right: 0;
    overflow: hidden;
    height: 75px;
}

.img-product-detail-container{
    max-width: 100%;
    width: 400px;
    height: 320px;
    margin: 0 auto;
    overflow: hidden;
}


.container-input {
    max-width: 500px;
}


.map-container {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100% !important;
    max-width: 100% !important;
}


.container-section {
    max-width: 1100px;
}

.color-section {
    background-color: #f8f8f8;
    padding: 40px 0px;
}

.blog-categories {
    font-weight: lighter;
}

.blog-accordion {
    border: none;
}


.badge-filter {
    background-color: #F8F8F8 !important;
    border-radius: 10px !important;
    color:#777777 !important;
}


.search-filter {
    font-size: 15px;
    font-weight: normal;
    font-weight: 400;
}


.minus,
.plus {
    width: 20px;
    height: 20px;
    background: #f2f2f2;
    border-radius: 4px;
    padding: 8px 5px 8px 5px;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.product-counter {
    height: 34px;
    width: 100px;
    text-align: center;
    font-size: 26px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}

.img-favorite-product {
    border: none;
    width: 70px;
    height: 70px;
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.img-favorite-product img {
    max-height: 70px;
    max-width: 100%;
}

.favorite-product {
    color: var(--primary);
    font-size: 20px;
}

.remember-product {
    color: var(--secondary);
    font-size: 20px;
}

.account-points {
    background: #00afaa url(http://newfischeldev2.loymarkservices.com/Sitefinity/public/renderers/angular/assets/img/bg-points.jpg);
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
    border-radius: 0.25rem;
}

.account-points h3 {
    color: #ffffff;
    font-weight: 400;
    font-size: 20px;
}


.account-points h4 {
    color: #ffffff;
    font-size: 30px;
}

.point-detail {
    background-color: var(--primary);
    border-radius: 15px;
    color: white;
    padding: 5px 20px;
    display: inline-block;
}

.point-text {
    background-color: #ffffff;
    border-radius: 5px;
    color: var(--primary);
    padding: 5px 20px;
    display: inline-block;
    font-size: 24px;
}

.logo-soyfishel {
    width: 160px;
    display: block;
    margin: 0 auto;
}

.order-payment h3 {
    font-weight: 500;
}


.order-payment span {
    font-size: 16px;
    margin: 0.5rem 0;
}


.product-card-footer {
    padding-bottom: 1rem;
    text-align: center;
}

.text-product {
    max-width: 70%;
}

.nav-color {
    background-color: var(--primary);

}

.product-card {
    border: none;
}

.order-data {
    border: solid 1px var(--secondary);
    border-radius: 0.25rem;
}

.order-data h3 {
    color: var(--secondary);
    font-weight: normal;
}


.scroll-account {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}


.icon-marker {
    width: 25px;
    height: 25px;
}

.icon-point {
    height: 25px;
    margin-right: 5px;
}

.icon-star {
    color: #FCBC17;
    font-size: 25px;
    margin-right: 5px;
}

.icon-heart {
    color: var(--primary);
    font-size: 26px;
    margin-right: 5px;
    cursor: pointer;
}

.product-nav {
    margin-top: 20px;
}

.product-nav :first-child {
    padding-left: 0px;
}

.product-location {
    color: var(--primary);
    text-decoration: none;
    font-weight: 500;
}


.product-location:hover {
    color: var(--secondary);
    text-decoration: underline;
}

.product-options {
    display: flex;
    align-items: center;
}

.icon-index {
    font-size: 36px;
    color: var(--secondary);
    padding-right: 10px;
}

.text-icon {
    font-size: 20px;
    text-align: center;
}

/* Styling star */
.icon-star {
    color: #FCBC17;
    font-size: 20px;
    animation: pulse 3s linear infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.3);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}


.custom-control-input:checked~.custom-control-label::before,
.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #00afaa;
    outline: 0;
}

.form-check .form-check-input::before,
.form-check .form-check-label::before {
    background-color: #01F1DB;
    outline: 0;
}

.form-check .form-check-input-combo::before,
.form-check .form-check-label::before {
    background-color: #01F1DB !important;
}

.form-check-input{
    font-size: 18px;
    background-color: #3A266D;
    border: 1px solid #756799;
}


.form-check-input[type='checkbox']:checked {
    background-color: transparent !important;
}



.quantity-form {
    display: flex;
    align-items: center;
}

.quantity-form button {
    background: none;
    border: none;
}

.quantity-form input {
    background: white !important;
    border: none;
    width: 2rem;
    font-size: 14px;
}

.quantity-form input:active {
    border: 2 solid red !important;
}


.payment-number {
    font-size: 30px;
    color: var(--secondary);
}


.payment-number:hover {
    color: var(--primary);
}

.payment-steps {
    margin: 0 auto;
    justify-content: center;
    gap: 3rem;
}

.link-active {
    color: var(--primary);
}


.nav-category {
    background-color: #EBEBEB;
    display: flex;
    padding: 5px 1rem;
    width: 80%;
    max-width: 700px;
}

.nav-button {
    border: none;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 8px;
    margin: 0 3px;

}

.nav-button:focus {
    background-color: var(--secondary);
    color: #ffffff;
}


.text-footer-modal {
    color: gray;
    font-size: 10px;
}

.product-price {
    color: var(--secondary);
    font-weight: 500;
    font-size: 16px;
}

.product-discount {
    text-decoration: line-through;
    font-size: 12px;
    color: #999999;
}

.product-icon {
    font-size: 16px;
}

.text-bg-search {
    color: var(--primary-text);
    background-color: #E4E4E4;
    margin-right: 0.75rem;
    margin-bottom: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 400;
}

.category-search {
    display: flex;
    justify-content: center;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}


input {
    width: 100%;
}

.category-search-content {
    background: #ffffff;
    border: 1px solid #D2D2D2;
    border-radius: 5px !important;
    padding: 10px;
    position: absolute;
    top: 100%;
    width: 100%;
    display: none;
    z-index: 99;
}

.category-search-content-mobile {
    background: #ffffff;
    border: 1px solid #D2D2D2;
    border-radius: 5px !important;
    padding: 20px;
    width: 100%;
    display: none;
}

.category-search-active {
    display: block;

}

.category-search-active-mobile {
    display: block;

}


.input-select-category {
    border-right: none;
    border-radius: 10px 0px 0px 10px;
    max-width: 200px;
    font-size: 14px;
}

.input-header {
    border-radius: 10px !important;
    font-size: 14px;
}

.contact-select {
    background-color: transparent;
}

.contact-select:hover {
    background-color: var(--secondary);
}

.contact-select:focus {
    background-color: var(--secondary);
    border-color: var(--secondary);
}

.button-plan {
    width: 80px;
}


.contact-identification {
    border-radius: 5px 0px 0px 5px;
}

.input-select-contact {
    border-radius: 0px 5px 5px 0px;
    max-width: 200px;
}




.input-select-product {
    border-right: none;
    border-radius: 10px 0px 0px 10px;
    max-width: 60px;
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: #ffffff;
}

.product-button {
    border-left: none;
    border-radius: 0px 10px 10px 0px;
}

.text-plan {
    max-width: 600px;
}

.question-text {
    font-weight: 400;
    color: #464646;
}



.category-menu::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23cf3339'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.category-menu:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23cf3339'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg)
}

.category-menu::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2304aeaa'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.category-menu:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2304aeaa'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg)
}



.logo-waze {
    height: 30px;
    margin-right: 10px;
}

.icon-navbar {
    color: var(--secondary);
    font-size: 20px;
    margin-right: 10px;
}

.card-menu {
    border: none;
}

.img-card-menu {
    border: none;
    width: 60px;
    height: 120px;
    position: relative;
    display: block;
    padding-top: 16px;
}

.img-card-menu img {
    max-height: 120px;
    max-width: 100%;
}

.btn-fischel {
    border-radius: 50px;
    width: 120px;
}

.password-input input {
    position: relative;
    width: 100%;
}

.password-input i {
    position: absolute;
    right: 10px;
    top: 7px;
    cursor: pointer;
    z-index: 5;
    border-radius: 10px;
}

.password-border {
    border-radius: 30px !important;
    background-image: none !important;
}

.modal-search-stores {
    max-width: 900px;
}

.results-container {
    height: 250px;
    overflow-y: scroll;
}

.icon-geo {
    color: var(--secondary);
    font-size: 20px;
}

.logo-marca {
    max-width: 200px;
    max-height: 200px;
    cursor: pointer;
}

.icon-disponibilidad {
    font-size: 50px;
}

.input-sections {
    max-width: 400px;
}

.nav-cat-button:hover {
    background-color: var(--secondary);
    color: #ffffff;
}

.nav-cat-button:hover svg path {
    fill: #ffffff;
}

.nav-cat-button:focus svg path {
    fill: #ffffff;
}


.card-costum-shadow:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 3px 20px 0px;
}



.card-category span {
    font-size: 14px;
    font-weight: lighter;
}

.card-category img {
    max-width: 30px;
}

.offer-category {
    box-shadow: rgba(0, 153, 168, 0.5) 0px 2px 8px 0px;
    cursor: pointer;
    border: none;
}

.offer-category:hover {
    box-shadow: rgba(0, 153, 168, 0.5) 0px 3px 20px 0px;
}

.floating-favorite {
    position: relative;
    width: 100%;
    height: 100%;
}

.floating-favorite i {
    top: 10px;
    left: 10px;
    position: absolute;
}


.floating-favorite span {
    top: 10px;
    right: 10px;
    position: absolute;
}


.marca-index {
    max-width: 100px;
    max-height: 100px;
}


.accordion-farmacia a {
    color: var(--secondary);
}

.delete-product {
    color: var(--secondary);
}

#search-bar,
#sub-menu {
    -moz-transition: height .5s;
    -ms-transition: height .5s;
    -o-transition: height .5s;
    -webkit-transition: height .5s;
    transition: height .5s;
    height: 0;
    overflow: hidden;
}



.tree-menu span {
    font-size: 14px;
}

.tree-menu a {
    font-size: 14px;
    color: var(--primary-text);
    text-decoration: none;
}


.section-content {
    padding-top: 2rem;
}

.section-content h2 {
    padding-bottom: 0.5rem;
}

.select-quantity {
    font-size: 14px;
}

.dropdown-product {
    background-color: transparent;
    color: var(--primary-text);
    border-color: #D2D2D2;
    text-align: left;
}

.dropdown-product-recommended{
    height: 34px;
    display: flex;
    align-items: center;
    font-size: 14px;
}


.text-plan {
    font-size: 16px;
}

.text-error {
    color: var(--error);
}

.text-dark{
    color: var(--primary-text);
}

.section-marcas {
    background-color: #F0F0F0;
    padding: 2rem 0;
}

.text-footer-card {
    font-size: 12px;
    margin-bottom: 0px;
}

.error-input {
    color: var(--primary);
}

.title-card-product {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.stepper .line-col {
    width: 15%;
}

.stepper .content-col {
    text-align: center;
    border: solid 1px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.stepper i {
    font-size: 18px;
}

.stepper .active {
    color: var(--secondary);
}

.overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0);
    z-index: 9;
}


.icon-page {
    font-size: 50px;
    color: #D2D2D2;
}

.icon-page-color {
    font-size: 50px;
    color: var(--secondary)
}

.icon-modal {
    font-size: 40px;
    color: #D2D2D2;
}

.text-notification {
    font-size: 16px;
    font-weight: 500;
}

.toast-costum {
    background-color: #FFFFFF;
    border-radius: 4px;
}

.icon-push-error {
    font-size: 26px;
    color: #ffffff;
}

.push-error {
    border: solid 1px var(--error);
}

.toast-icon-error {
    background-color: var(--primary);
    border-radius: 4px 0px 0px 4px;
}

.icon-push-alert {
    font-size: 26px;
    color: #FFFFFF;
}

.push-alert {
    border: solid 1px var(--alert);
}

.toast-icon-alert {
    background-color: var(--alert);
    border-radius: 4px 0px 0px 4px;
}

.icon-push-success {
    font-size: 26px;
    color: #FFFFFF;
}

.push-success {
    border: solid 1px var(--success);
}

.toast-icon-success {
    background-color: var(--success);
    border-radius: 4px 0px 0px 4px;
}


.icon-footer:hover {
    color: var(--secondary);
}


.script-size {
    max-width: 80px;
    height: auto;
}

.btn-category {
    border-color: #D2D2D2;
;
}

.btn-category:hover {
    border-color: #D2D2D2;
;
}

.img-banner-blog {
    max-width: 100%;
    max-height: 100vh;
}

.blog-section-color {
    background-color: #FFFFFF;
}

.color-blog {
    color: var(--primary-text);
}

.img-section-blog {
    max-width: 100%;
    max-height: 60vh;
}

.video-blog {
    border: none;
    overflow: hidden;
    width: 720px;
    aspect-ratio: 16/9;
}

.video-landing {
    border: none;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16/9;
}

.icon-cart-chip {
    color: var(--secondary);
    font-size: 20px;
}

/* tree menu*/
#treeUl li {
    list-style-type: none;
}

#treeUl {
    margin: 0;
    padding: 0;
}

.caret {
    cursor: pointer;
    user-select: none;
}

.caret::after {
    font-size: 20px;
    content: "\203A";
    /*color: var(--primary-text);*/
    display: inline-block;
    margin-left: 3px;
    transform: rotate(90deg);
    padding-bottom: 5px;
    transition: ease 0.2s;
    z-index: 0;

}

.caret-down::after {
    transform: rotate(-90deg);
}

.nested-menu {
    display: none;
}

.active-menu {
    display: block;
}

/* tree menu*/


/* marcas destacadas */
.footer-dark {
    background-color: #1D1D1E;
    color: var(--secondary-text);
    font-size: 12px;
    padding: 30px 0;
}

.footer-dark a {
    color: #ffffff;
}

.card-carousel {
    height: 360px;
}

/* marcas destacadas */


/* owl carousel */
.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 5px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 10px;
}

.owl-costum .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
}

.owl-nav{
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(0,-50%);
    display: flex;
    justify-content:space-between;
}

.owl-nav button span{
    font-size: 40px;
}

.owl-next, .owl-prev{
    background: #ffffff !important;
    color: #4C4C4C !important;
    font-size: 40px !important;
}

.owl-next:hover, .owl-prev:hover{
    background: #4C4C4C !important;
    color: #ffffff !important;
    font-size: 40px !important;

}

/* owl carousel */

/* owl carousel vertical */
.owl-carousel-vertical {
    transform: rotate(90deg);
    width: 270px;
    margin-top: 100px;
}

.item {
    transform: rotate(-90deg);
}

.owl-carousel-vertical .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: calc(50% - 33px);
}

div.owl-carousel-vertical .owl-nav .owl-prev,
div.owl-carousel-vertical .owl-nav .owl-next {
    font-size: 36px;
    top: unset;
    bottom: 15px;
}
/* owl carousel vertical */

/* circular loader */

.loader-circular {
    box-sizing: border-box;
    position: relative;
    width: 48px;
    height: 48px;
    animation: spin 1s linear infinite;
}

.loader-circular:after,
.loader-circular:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    background: var(--secondary);
    animation: spin 1s linear infinite;
    transform-origin: 0px 100%;
}

.loader-circular:before {
    transform-origin: 0 50%;
    background: var(--primary);
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.overlay-spinner {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1100;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* circular loader */

/* linear loader */

.linear-activity {
    overflow: hidden;
    width: 100%;
    height: 4px;
    background-color: #98C6CA;

}

.determinate {
    position: relative;
    max-width: 100%;
    height: 100%;
    -webkit-transition: width 500ms ease-out 1s;
    -moz-transition: width 500ms ease-out 1s;
    -o-transition: width 500ms ease-out 1s;
    transition: width 500ms ease-out 1s;
    background-color: var(--secondary);
}

.indeterminate {
    position: relative;
    width: 100%;
    height: 100%;
}

.indeterminate:before {
    content: '';
    position: absolute;
    height: 100%;
    background-color: var(--secondary);
    animation: indeterminate_first 1.5s infinite ease-out;
}

.indeterminate:after {
    content: '';
    position: absolute;
    height: 100%;
    background-color: var(--secondary);
    animation: indeterminate_second 1.5s infinite ease-in;
}

@keyframes indeterminate_first {
    0% {
        left: -100%;
        width: 100%;
    }

    100% {
        left: 100%;
        width: 10%;
    }
}

@keyframes indeterminate_second {
    0% {
        left: -150%;
        width: 100%;
    }

    100% {
        left: 100%;
        width: 10%;
    }
}

/* linear loader */

#passwordInput {

    background-image: none;

}

.scroll-carousel {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.scroll-images {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: end;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}


.scroll-filtro-fecha {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: end;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.scroll-filtro-fecha::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #f8f8f8;
    display: none;
}


.scroll-images::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #f8f8f8;
    display: none;

}

.scroll-images::-webkit-scrollbar-thumb {
    background-color: #869691;
    border-radius: 50px;
}

.scroll-images::-webkit-scrollbar {
    -webkit-appearance: none;
}

.cover {
    padding: 0px 30px;
    position: relative;
}

.left {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-10%);
}

.right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-10%);
}

.btn-scroll {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--secondary);
    color: #FFFFFF;
    z-index: 1;
}

.btn-scroll:hover {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #00828E;
    color: #FFFFFF;
    z-index: 50;
}

.img-offer {
    width: 100%;
}


.title-card-banner {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    font-family: var(--font-bold)

}

.banner-price {
    color: var(--secondary);
    font-weight: 500;
    font-size: 14px;
}

.banner-discount {
    text-decoration: line-through;
    font-size: 10px;
    color: #999999;
}

.card-info {
    min-height: 95px;
}

.btn-carousel {
    width: 40px;
    height: 80px;
    background-color: #FFFFFF;
    color: var(--secondary);
    z-index: 50;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.img-section-marcas {
    width: 100%;
    object-fit: cover;
    height: 300px;
}

.modal-molecule {
    max-width: 400px;
}

.logo-data {
    max-width: 100px;
}

.fix-toast .toast-body {
    padding: 0;
}

.img-list-blog {
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 16/9;
    /* height: 270px; */
}


.icon-unsubscribe {
    color: var(--primary);
    padding-right: 5px;
}

.text-unsubscribe {
    font-size: 20px;
}

.modal-spinner {
    text-align: center;
    height: 50px;
}

.text-order {
    color: var(--primary);
    font-weight: 500;
}

.text-price-order {
    color: var(--secondary);
    font-weight: 500;
}

.border-color {
    border: 2px solid #0099A8 !important;
}

.text-descuento {
    color: var(--secondary);
    font-weight: 400;
    font-size: 1.2em;
}

.icon-app {
    color: var(--secondary);
    font-size: 22px;
    padding-right: 5px;
}

.bagde-app {
    max-width: 150px;
}

.img-app{
    max-width: 300px;
}

.carousel-content{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}


.img-carousel-index{
    max-height: 500px;
}

.img-carousel-index-2{
    max-width: 100%;
    max-height: 600px;

}


.banner-pag-diagnostico{
    max-width: 100%;
    max-height: 350px;
}


.index-banner-dignostico{
    max-width: 100%;
    max-height: 330px;
    aspect-ratio: 16/9;
    object-position: top;
    object-fit: cover;
}


.color-tittle{
    color: var(--secondary);
}

.text-alert{
    border-radius: 5px;
    padding: 10px;
    background-color: rgba(207, 51, 56, 0.2);
}

.text-alert p{
    color: var(--primary);
    font-size: 12px;
}
.recommended-dialog {
    max-width: 1180px;
}

.card-recommended{
    max-width: 220px;
}

.recommendeed-modal{
    overflow-x: scroll;
    height: 450px;
}

.text-not-found h1{
    font-size: 60px;
}

.text-not-found h2{
    font-size: 26px;
}

.progress-success{
    background-color: var(--success);
}

.img-contact{
    max-width: 50px;
}

.modal-seguimiento{
    height: 600px;
    max-height: 100%;
}

.banner-marcas{
    height: 400px;
}

.banner-marcas-small{
    height: 270px;
}

.banner-container {
    overflow: hidden;
    border-radius: 10px;
    max-height: 210px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}

.banner-container-2 {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}

.card-marcas-list{
    height: 200px;
    overflow: hidden;
}

.cursor-pointer {
    cursor: pointer;
}


.icon-collapse{
    font-size: 14px;
}


.input-quantity{
    max-width: 100px;
}

.number-dropdown{
    min-width: 3rem;
}

.option-dropdown{
    min-width: 6rem;
}

.img-products-marcas{
    height: 340px;
}

.readonly {
    pointer-events: none;
    cursor: not-allowed;
}

.img-container-small {
    height: 75px;
    display: flex;
    place-items: center;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.img-container-small img{
    max-height: 120px;
}

.rating-pruduct-big {
    font-size: 50px;
    color: var(--alert);
}

.icon-rating-big {
    font-size: 20px;
    color: var(--alert);
}

.progress-rating {
    background-color: #AFAFAF;
}

.text-rating {
    font-size: 20px;
}

.rating-pruduct-small {
    font-size: 20px;
    color: var(--alert);
}

.icon-rating-small {
    font-size: 18px;
    color: var(--alert);
}

.modal-payment{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.img-logo-insurance{
    max-width: 100%;
    height: 80px;
}

.button-insurance{
    background-color: transparent!important;
}

.fs-small{
    font-size: 14px;
}

.fs-x-small{
    font-size: 12px;
}

.color-dark{
    color: var(--primary-text)!important;
}

.product-mobile{
    font-size: 24px;
    color: var(--primary-text);
    font-weight: 400;
}

.footer-list {
    font-size: 14px !important;
}

/* @media (min-width:1400px) {
    .img-list-blog {
        height: 225px;
    }
} */

@media (max-width:2600px) {
    .banner-container {
        max-height: 170px;
    }
    /* .img-list-blog {
        height: 225px;
    } */

    .img-carousel-marcas {
        max-width: 100%;
        object-position: center;
        aspect-ratio: 16/9;

        /* height: 270px; */
    }

    .img-carousel-mobile {
        max-width: 100%;
        object-position: top;
        aspect-ratio: 16/9;
        /* height: 270px; */
        object-fit: cover;
        height: 330px;
    }

}


@media (max-width:1400px) {
    .banner-container {
        max-height: 170px;
    }
    /* .img-list-blog {
        height: 225px;
    } */

    .text-cupones {
        font-size: 14px !important;
    }

}

@media (max-width:1300px) {

    h1 {
        font-size: 60px;
    }

    .h1 {
        font-size: 60px;
    }

    h2 {
        font-size: 50px;
        color: var(--primary-text);
        font-family: var(--font-extrabold);
    }

    .h2 {
        font-size: 50px;
        color: var(--bg-card);
        font-family: var(--font-extrabold);
    }

}



@media (max-width:1200px) {
    .banner-container {
        max-height: 150px;
    }

    /* .img-list-blog {
        height: 200px;
    } */

    .img-container-small {
        height: 80px;
    }


    .img-container-small img{
        max-height: 100px;
    }

    .titulo-alert {
        font-size: 19px!important;
    }

    .box-number{
        background-color: var(--bg-card);
        padding: 40px!important;
        padding-top: 40px;
        padding-bottom: 250px!important;
        border-radius:180px !important;
        text-align: center;
    }
    .titulo-puntos
    {
        font-size: 38px;
        font-family: var(--font-extrabold);
        background: linear-gradient(to right,#FF00FF, #828CFF,#66FCF1);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .h4 {
        font-size: 30px;
        color: var(--secondary-text);
        font-family: var(--font-extrabold);
    }


    .number-card-perfil{
        font-size: 30px!important;
    }

    .items-cards{
        color: white;
        font-size: 16px!important;
    }


    .card-inner-productos{
        position: relative;
        width: inherit;
        height: 25rem !important;
        border-top-left-radius: 22px;
        border-bottom-left-radius: 22px;
        border-bottom-right-radius: 22px;
        border-top-right-radius: 22px;
        overflow: hidden;
        background-color: var(--bg-card);
    }


    .card-box::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 55%;
        background-color: transparent!important;
        z-index: 2;
        opacity: 1!important;
        transition: .5s ease;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    .card-box:hover::before {
        opacity: 1;
    }


    .card-box img {
        width: 170px!important;
        height: 170px!important;
        object-fit: cover;
        object-position: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 150px!important;
        margin: auto;
    }

    .card-box img:hover {
        transform: scale(1.1);
        transition: .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }


    .card-box .info {
        position: relative;
        color: #fff;
        z-index: 3;
        opacity: 1!important;
        transform: translateY(30px);
        transition: 0.5s all;
    }

    .card-box:hover .info {
        opacity: 1;
        transform: translateY(0);
        transform: translateY(30px)none !important;
        transition: 0.5s all none !important;
    }


    .card-box .info p {
        font-size: 15px;
        margin-bottom: 80px!important;
        padding: 5px;

    }

    .card-box:hover .info {
        opacity: 1;
        transform: translateY(0);
        margin-bottom: 0px!important;
    }

    .btn-filters{
        background-color: #1E1C3D;
        border-radius: 50px;
        border: none;
        border: 1px solid #FFFFFF;
        padding: 8px;
        padding: 8px 18px 8px 18px!important;
        color: white;
        font-family: var(--font-regular);
        font-size: 14px;
        width: 100%;
    }

    .scroll-images {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: start;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
    }


}

@media (max-width:1024px) {

    .text-cupones {
        font-size: 12.5px !important;
    }


}

@media (min-width:1024px) {

    .accordion{
        --bs-accordion-color: var(--bs-body-color);
        --bs-accordion-bg: transparent;
        --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
        --bs-accordion-border-color: var(--bs-border-color);
        --bs-accordion-border-width: var(--bs-border-width);
        --bs-accordion-border-radius: var(--bs-border-radius);
        --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) -(var(--bs-border-width)));
        --bs-accordion-btn-padding-x: 1.25rem;
        --bs-accordion-btn-padding-y: 1rem;
        --bs-accordion-btn-color: var(--bs-body-color);
        --bs-accordion-btn-bg: var(--bs-accordion-bg);
        --bs-accordion-btn-icon: none!important;
        --bs-accordion-btn-icon-transform: rotate(-180deg);
        --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
        --bs-accordion-btn-active-icon: none!important;
        --bs-accordion-btn-focus-border-color: #86b7fe;
        --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
        --bs-accordion-body-padding-x: 1.25rem;
        --bs-accordion-body-padding-y: 1rem;
        --bs-accordion-active-color: var(--bs-primary-text);
        --bs-accordion-active-bg: var(--bs-primary-bg-subtle);

    }


}





@media (max-width:991px) {
    .text-cupones {
        font-size: 14px !important;
    }

    .content-oculto-perfil{
        visibility: hidden!important;
    }

}




@media (max-width:992px) {

    .banner-marcas {
        height: 300px;
    }

    .banner-container {
        max-height: 240px;
    }

    /* .img-list-blog {
        height: 400px;
    } */

    .banner-marcas-small{
        height: 250px;
    }

    .img-product-small {
        height: 120px;
    }

    .img-container-small {
        height: 90px;
    }

    .img-products-marcas{
        height: 500px;
    }


    h2 {
        font-size: 40px;
    }

    .h2 {
        font-size: 40px;
        font-family: var(--font-extrabold)!important;
    }

    .titulo-modal{
        font-size: 40px;
        color: var(--secondary-text);
        font-family: var(--font-extrabold);
    }



    .accordion-button:not(.collapsed) i.arrow-down-rotate {
        font-size: 1.30rem!important;
        background-color: var(--background);
        color: white;
    }

    .margin-top-perfil{
        margin-top:-40px!important;
    }

}

@media (min-width:992px) {
    .accordion{
        --bs-accordion-color: var(--bs-body-color);
        --bs-accordion-bg: var(--bs-body-bg);
        --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
        --bs-accordion-border-color: var(--bs-border-color);
        --bs-accordion-border-width: var(--bs-border-width);
        --bs-accordion-border-radius: var(--bs-border-radius);
        --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) -(var(--bs-border-width)));
        --bs-accordion-btn-padding-x: 1.25rem;
        --bs-accordion-btn-padding-y: 1rem;
        --bs-accordion-btn-color: var(--bs-body-color);
        --bs-accordion-btn-bg: var(--bs-accordion-bg);

        --bs-accordion-btn-icon-transform: rotate(-180deg);
        --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;

    }
}

@media (min-width:700px) {
    .nav-bar-search {
        display: block;
    }

    .text-carousel {
        height: 55px;
    }

    .price-carousel {
        height: 55px;
    }


}

@media (max-width:768px) {

    .header-container {
        max-width: 100%;
    }

    .banner-marcas {
        height: 200px;
    }

    .banner-container {
        max-height: 150px;
    }

    /* .img-list-blog {
        height: 300px;
    } */

    .img-products-marcas{
        height: 400px;
    }

    .img-noticias{
        width: auto;
        height: auto;
    }

    .titulo-programa{
        font-size: 18px!important;
    }

    .icon-items-club{
        width: 3rem !important;
        height: 3rem !important;;
        line-height: 3rem !important;
        font-size: 20px !important;
    }

    .box-number{
        background-color: var(--bg-card);
        padding: 60px!important;
        padding-top: 40px!important;
        padding-bottom: 280px!important;
        border-radius:120px !important;
    }

    .margin-img{
        margin-top: -270px!important;
    }



    .box-alert{
        background-color: #1E033D;
        border-radius: 25px;
        border:1px solid var(--primary);
        padding: 40px!important;
    }

    .icon-alert{
        font-size: 20px!important;
    }

    .titulo-modal{
        font-size: 35px;
        color: var(--secondary-text);
        font-family: var(--font-extrabold);
    }

    .items-puntos{
        font-size: 16px !important;
    }

    .scroll-filtro-fecha {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: start!important;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
    }

    .items-trivia {
        font-size:22px!important;

    }

    .title-info-card{

        font-size:26px!important;
    }





}


@media (max-width:767px) {

    .content-oculto{
        visibility: hidden!important;
    }

    .margin-top-trivia{
        margin-top: 0px !important;
    }

    .img-imperial{
        width: 70% !important;
    }


}





@media (max-width:576px) {
    h1 {
        font-size: 50px;
    }

    .h1{
        font-size: 50px;
    }

    h2 {
        font-size: 35px;
    }

    .h2 {
        font-size: 35px;
        font-family: var(--font-extrabold)!important;
    }


    h3 {
        font-size: 25px;
    }

    h4 {
        font-size: 12px;
    }


    h5 {
        font-size: 13px;
    }

    p {

        font-size: 16px;
    }

    .subtitulo {
        font-size: 17px;
    }


    .accordion-faq ul {
        font-size: 14px;
    }

    .accordion-faq p {
        font-size: 14px;
    }

    a {
        font-size: 14px;
    }

    .btn {
        font-size: 14px;
    }

    .main {
        padding: 1.5rem 0rem;
    }

    .user-name span {
        font-size: 10px;
    }

    .img-favorite-product {
        width: 50px;
        padding-top: 16px;
        display: block;

    }

    .modal-search-stores .modal-content h1 {
        font-size: 24px;
    }

    .modal-search-stores .modal-content h3 {
        font-size: 12px;
    }

    .modal-search-stores .modal-content p {
        font-size: 12px;
    }

    .results-container {
        height: 150px;
    }

    .logo-marca {
        max-width: 100px;
        max-height: 100px;
    }

    .logo-top-marcas {
        max-width: 70px;
    }

    .price-detail h2 {
        font-size: 20px;
        font-weight: 500;
    }

    .card-category span {
        font-size: 12px;
    }

    .card-category img {
        max-width: 30px;
    }

    .canvas-size {
        width: 90% !important;
    }

    .text-icon {
        font-size: 14px;
    }

    .icon-index {
        font-size: 30px;
        color: var(--secondary);
        padding-right: 10px;
    }

    .order-payment h3 {}


    .order-payment span {
        font-size: 14px;
        margin: 0.5rem 0;
    }

    .title-card-product {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .img-section-marcas {
        height: 150px;
    }

    .title-blog {
        font-size: 14px;
    }

    .icon-unsubscribe::before {
        vertical-align: 0rem;
    }

    .text-unsubscribe {
        font-size: 16px;
    }

    .link-unsubscribe {
        font-size: 16px;
    }


    .text-not-found h1 {
        font-size: 50px;
    }

    .text-not-found h2 {
        font-size: 20px;
    }

    .banner-marcas {
        height: 130px;
    }

    .banner-marcas-small{
        height: 100px;
    }


    /* .img-list-blog {
        height: 250px;
    } */

    .card-marcas-list{
        height: 100px;
    }

    .img-container-small {
        height: 50px;
    }

    .img-container-small img{
        max-height: 60px;
    }
    .img-products-marcas{
        height: 225px;
    }

    .product-mobile{
        font-size: 20px;
    }

    .img-products-marcas{
        height: 310px;
    }

    .img-carousel-marcas {
        max-width: 100%;
        object-position: center;
        aspect-ratio: 4/3;

        /* height: 270px; */
    }

    .img-carousel-mobile {
        max-width: 100%;
        object-position: center;
        aspect-ratio: 4/3;
        height: 275px;
        object-fit: cover;
    }
    /* .img-list-blog {
        height: 260px;
    } */

    .banner-pag-diagnostico{
        height: 175px;
    }

    .btn-primary{
        width: 100%;
    }

    .btn-mercados{
        width: 100%;
    }

    .titulos-items-canje{
        font-size: 16px!important;
        color: var(--secondary-text);
        font-family: var(--font-semibold);
    }

    .btn-proceso{
        font-size: 13px!important;
    }

    .text-link{
        font-size: 14px !important;
    }

    .fecha-items-canje{
        font-size: 14px !important;
    }

    .items-puntos{
        font-size: 14px !important;
    }

    .items-cards-avances{
        color: white;
        font-size: 17px !important;
        font-family: var(--font-extrabold);
    }

    .number-avances-retos{
        font-family: var(--font-extrabold);
        font-size: 30px!important;
        color: white;
    }

    .title-info-card{
        font-size:20px!important;
    }

    .margin-top-perfil{
        margin-top:-60px!important;
    }

    .img-detail-blog {
        width: 100% !important;
        object-fit: cover !important;
        object-position: center !important;
    }

    .titulo-detalle-blog
    {
        font-size: 40px !important;
        font-family: var(--font-extrabold);
        color:var(--primary-text);

    }

}

@media (max-width:400px){

    .icon-items-mobile {
        display: inline-block;
        padding: 0;
        margin-right: 0.80rem;
        width: 55px!important;
        height: 50px;
        line-height: 2.8rem;
        text-align: center;
        font-size: 20px;
        cursor: pointer;
        border-radius: 50%;
        background-color: #CACEFC;
        color: #7E83FF;
        box-shadow: none!important;
    }

}

@media (max-width:403px){

    .icon-items-1-mobile {
        display: inline-block;
        padding: 0;
        margin-right: 0.80rem;
        width: 55px!important;
        height: 50px;
        line-height: 2.8rem;
        text-align: center;
        font-size: 20px;
        cursor: pointer;
        border-radius: 50%;
        background-color: #CACEFC;
        color: #7E83FF;
        box-shadow: none!important;

    }


}

@media (max-width:395px){

    .icon-items-1-mobile {
        display: inline-block;
        padding: 0;
        margin-right: 0.80rem;
        width: 55px!important;
        height: 50px;
        line-height: 2.8rem;
        text-align: center;
        font-size: 20px;
        cursor: pointer;
        border-radius: 50%;
        background-color: #CACEFC;
        color: #7E83FF;
        box-shadow: none!important;
    }

}

@media (max-width:350px){

    .icon-items-1-mobile {
        display: inline-block;
        padding: 0;
        margin-right: 0.80rem;
        width: 65px!important;
        height: 50px;
        line-height: 2.8rem;
        text-align: center;
        font-size: 20px;
        cursor: pointer;
        border-radius: 50%;
        background-color: #CACEFC;
        color: #7E83FF;
        box-shadow: none!important;
    }

}

@media (max-width:403px){

    .icon-items-4-mobile {
        display: inline-block;
        padding: 0;
        margin-right: 0.80rem;
        width: 55px!important;
        height: 50px;
        line-height: 2.8rem;
        text-align: center;
        font-size: 20px;
        cursor: pointer;
        border-radius: 50%;
        background-color: #CACEFC;
        color: #7E83FF;
        box-shadow: none!important;

    }


}

@media (max-width:395px){

    .icon-items-4-mobile {
        display: inline-block;
        padding: 0;
        margin-right: 0.80rem;
        width: 65px!important;
        height: 55px;
        line-height: 2.8rem;
        text-align: center;
        font-size: 20px;
        cursor: pointer;
        border-radius: 50%;
        background-color: #CACEFC;
        color: #7E83FF;
        box-shadow: none!important;
    }

}

@media (max-width:350px){

    .icon-items-4-mobile {
        display: inline-block;
        padding: 0;
        margin-right: 0.80rem;
        width: 75px!important;
        height: 55px;
        line-height: 2.8rem;
        text-align: center;
        font-size: 20px;
        cursor: pointer;
        border-radius: 50%;
        background-color: #CACEFC;
        color: #7E83FF;
        box-shadow: none!important;
    }

}



@media (max-width:380px){

    .titulos-items-canje{
        font-size: 14px!important;
        color: var(--secondary-text);
        font-family: var(--font-semibold);
    }

    .btn-proceso{
        font-size: 12px!important;
    }

    .btn-entregado{
        font-size: 12px!important;
    }

    .btn-proceso{
        font-size: 12px!important;
    }

    .text-link{
        font-size: 13px !important;
    }

    .fecha-items-canje{
        font-size: 13px !important;
    }

    .items-puntos{
        font-size: 13px !important;
    }

}

@media (max-width:360px){

    .titulos-items-canje{
        font-size: 12px!important;
        color: var(--secondary-text);
        font-family: var(--font-semibold);
    }

    .btn-proceso{
        font-size: 10px!important;
    }

    .btn-entregado{
        font-size: 10px!important;
    }

    .btn-detalle{
        font-size: 10px!important;
    }

    .text-link{
        font-size: 12px !important;
    }

    .fecha-items-canje{
        font-size: 12px !important;
    }

    .items-puntos{
        font-size: 12px !important;
    }

}











.btn-wsp {
    position: fixed;
    width: 55px;
    height: 55px;
    right: 30px;
    line-height: 55px;
    bottom: 30px;
    background-color: #25D366;
    border-radius: 50px;
    color: white;
    text-align: center;
    font-size: 25px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index: 100;
}

.cursor :hover{
    cursor: pointer;
}

.text-color {
    color: #0099A8;
}

.border {
    border: 1px solid #0099A8 !important;
}

.text-cupones {
    font-size: 14px;
    border-bottom: 1px solid #0099A8 !important;
    border-radius: 0;
    padding: 0px !important;
}

-------------------


.categories-preview {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-top: 1em;
    padding-bottom: 0;
    border-bottom: 1px solid #ededed;
}
.categories-preview .item {
    flex: 0 0 10%;
    max-width: 100%;
    padding: 0;
}
.categories-preview figure {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
}

.categories-preview figure a {
    display: block;
}

.categories-preview figure .wrap {
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border-radius: 100%;
    background-color: #00afaa;
    color: #fff;
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}
.categories-preview figure.more .wrap {
    background-color: #00afaa;
    border: 4px solid #00afaa;
}
.categories-preview figure .wrap:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: "";
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.categories-preview figure .wrap:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
header .categories-preview figure .wrap:hover {
    background: #cf3339;
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
}
header .categories-preview figure.more .wrap:hover {
    border-color: #cf3339;
}
header .categories-preview figure .wrap:hover:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}
header .categories-preview figure img {
    position: relative;
    display: block;
    margin: 0 auto;
    top: 1.6em;
    left: 0;
    right: 0;
}
header .categories-preview figure p {
    display: block;
    margin: 1em auto;
    min-height: 3em;
    color: #464646;
    font-size: 1.2em;
    text-align: center;
    font-family: GothamRoundedMedium;
    transition: transform 0.2s;
    font-style: normal;
    font-weight: 500;
    padding: 0 0.5em;
}
header .categories-preview figure p:hover {
    transform: scale(1.3);
}
header .categories-preview figure.more img {
    position: relative;
    display: block;
    margin: 0 auto;
    top: 2.5em;
    left: 0;
    right: 0;
    max-width: 40px;
}

.categories-nav {
    padding: 20px 0;
    margin: 0 50px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
}
.categories-nav::-webkit-scrollbar {
    display: none;
}
.categories-nav ul {
    margin: 0;
    display: flex;
    -webkit-padding-start: 0;
}
.categories-nav li {
    display: inline-table;
    margin-right: 50px;
}
.categories-nav li:last-child {
    margin-right: 0;
}
.arrow {
    background-color: #9e9e9e;
    cursor: pointer;
    border: none;
    color: #fff;
    width: 30px;
    height: 130px;
    line-height: 40px;
    text-align: center;
    border-radius: 2px;
    line-height: 9.4em;
    font-size: 1.4em;
}
.arrow:hover {
    background-color: #9e9e9e;
}
.nav-prev {
    position: absolute;
    left: 10px;
    top: 20%;
}
.nav-next {
    position: absolute;
    right: 10px;
    top: 20%;
}

.arrow-marcas{
    color: #D2D2D2;
}

.swiper-pagination-bullet-active {
    background: #ffffff !important;
}

.swiper-pagination-bullet {
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background:  #007AFF!important;
}




.icons-diagnostico {
    border-style:dashed;
    color: var(--hover);
    padding: 25px;
    border-radius: 100%;
}



.datepicker td,
th {
    text-align: center;
    padding: 8px 12px;
    font-size: 14px;
    justify-content: center;

}
.datepicker {

    border: 1px solid rgba(189, 189, 189, 0.404);
}

element.style {
    top: 0!important;
    left: 0!important;
    bottom: 0!important;
    right: 0!important;
    z-index: 10;
    display: block;
    margin: auto;
}


.datepicker-switch{
    font-weight: 500;
}

.datepicker th {
    font-weight: 500;
    color: #5c5c5c;
}

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    background-color: var(hov)!important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#050327), to(#050327))!important;
    background-image: -webkit-linear-gradient(to bottom, #0099A8, #0099A8) !important;
    background-image: -o-linear-gradient(to bottom, #0099A8, #0099A8) !important;
    /* background-image: linear-gradient(to bottom, #08c, #04c); */
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}

.fecha{
    color:white;
    cursor: pointer;
}



/* ===================================================================
  20. Table
* ==================================================================== */
/* 20.1 Benefits
---------------------------------------------------------------------- */


.table-benefits {
    width: 100%;
    margin-bottom: 0;
    color: var(--gris-oscuro);
}

.table-benefits thead th {
    vertical-align: middle;
    border-bottom: none;
}

.table-benefits th i {
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
}

.table-benefits td i {
    color: var(--gris-extra-oscuro);
}

.table-benefits th {
    vertical-align: middle;
    border-top: none;
    padding: 0.75rem;
}

.table-benefits p {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-weight: 500;
}

.table-benefits span {
    font-weight: 500;
    color: var(--gris-medio);
}

.table-benefits tbody + tbody {
    border-top: 1px solid var(--gris-claro);
}

.table-benefits td {
    padding: 1.5rem 0.75rem;
    vertical-align: middle;
    border: none;

    text-align: center;
}

.table-benefits td:first-child {
    text-align: left;
}

.table-benefits tr {
    border-bottom: 1px solid var(--gris-claro);
}

.table-benefits tr:last-child {
    border-bottom: none;
}

.table-benefits tbody tr:hover {
    color: var(--gris-extra-oscuro);
    background-color: #F8F9FA;
}

.bg-tabla{
    color: var(--gris-extra-oscuro);
    background-color: #E9F4F8;
}


/* 20.1 Responsive
-------------------------------------------------------------------- */


@media (max-width: 991px) {

    .table-benefits table,
    .table-benefits thead,
    .table-benefits tbody,
    .table-benefits th,
    .table-benefits td,
    .table-benefits tr {
        display: block;
    }

    .table-benefits thead tr {
        display: none;
    }

    .table-benefits tr {
        margin-bottom: 1em;
    }

    .table-benefits tr:nth-child(odd) {
        padding: 1em 0;
    }

    .table-benefits td {
        padding: 0.75em 0;
    }

    .table-benefits td:first-child {
        text-align: left;
    }

    .table-benefits td {
        border: none;
        position: relative;
        padding-left: 35%;
        text-align: center;
    }

    .table-benefits td i {
        color: var(--rojo-bac);
    }

    .table-benefits td:before {
        position: absolute;
        white-space: nowrap;
        padding: 0.90em 0;
        font-weight: 500;
        font-size: 12px;
        top: 0;
        left: 0;
        width: 0;
    }

    .table-benefits td:nth-of-type(1):before {
        content: "Farmacia";
        color: var(--gris-extra-oscuro);
    }

    .table-benefits td:nth-of-type(2):before {
        content: "Fecha";
    }

    .table-benefits td:nth-of-type(3):before {
        content: "Hora";
    }

    .table-benefits td:nth-of-type(4):before {
        content: "Id de Usuario";
    }

    .table-benefits td:nth-of-type(5):before {
        content: "Usuario";

    }

    .table-benefits td:nth-of-type(6):before {
        content: "Estado de la Cita";
        padding-top: 20px;

    }

    .xs-hide-element {
        display: none !important;
    }

}


/* 20.2 Account
---------------------------------------------------------------------- */


.card-body .table {
    width: 100%;
    margin-bottom: 0;
    color: var(--gris-oscuro);
}

.card-body .table th,
.card-body .table td {
    vertical-align: middle;
    border-top: none;
    padding: 0;
}

.card-body .table th {
    font-size: 16px;
    font-weight: 500;
}

.card-body .table thead th {
    vertical-align: middle;
    border-bottom: 2px solid transparent;
}

.card-body .table tbody + tbody {
    border-top: 40px solid white;
}

.card-body .table-sm th,
.card-body .table-sm td {
    padding: 0.1rem 0;
}


.pagination .page-item .page-link {
    font-size: 0.9em;
    color: #1c96be;
    background: #fff;
    border: 1px solid #1c96be;
}

.page-item.active .page-link{
    background-color: #1c96be;
    color: #fff;
}

.btn-phone{
    border-radius: 5px;
    background-color: transparent;
    padding: 15px;
    border: 1px solid;
    border-color: #DEE2E6;
}

.btn-phone:hover{
    border-color: #0099A8;
}


.icon-phone {
    color: #1c96be;
    font-size: 1.1em;
}

.linea-left{
    margin-top: -30px;
    padding-right: 110px;
}

.linea-right{
    margin-top: -30px;
    padding-left: 110px;
}


.input-codigo {
    width: 52px;
    margin: -3px;
}

.background-friday {
    background-color: #141414;
}

.nav-link-header{
    color: white;
    font-size: 16px!important;
    padding-right: 30px;
    text-decoration: none;
    padding: 15px;
    font-family: var(--font-primary);
}

.nav-link{
    color: white!important;
    font-size: 16px!important;
    padding-right: 30px;
    text-decoration: none;
    padding: 15px;
    font-family: var(--font-regular);
}

.nav-link-header:hover{
    color: var(--hover)!important;
}

.nav-link-header:active{
    color: var(--hover)!important;
}

.nav-link-header:focus{
    color: var(--hover)!important;
}

.nav-link-header:actived{
    color: var(--hover)!important;
}

.nav-link:hover{
    color: var(--hover)!important;
}

.nav-link a focus{
    color: var(--hover)!important;
}

.nav-link-mobile{
    color: var(--secondary-text);
    font-size: 16px!important;
    text-decoration: none;
}

.nav-link-mobile:hover{
    color: var(--primary);
}


.close:hover {
    cursor: pointer;
}


/* FIFCO
---------------------------------------------------------------------- */

.bg-login{
    background-color:#240E5D;
}

.form-control {
    border-radius: 50px;
    background-color: #3A266D;
    border: 1px solid #574683;
    color: white;
    padding: 8px !important;
    padding-left: 15px !important;
}

.form-control:focus {
    color: white;
    background: none;
}

.input-modal {
    border-radius: 50px;
    background-color: #E9E7EF;
    border: 1px solid #AEA6C3;
    color: var(--background);
    padding: 8px !important;
    padding-left: 15px !important;
}

.input-modal:focus {
    color: var(--background);
    background: none;
}


.btn-primary{
    background-color: var(--primary);
    border-radius: 50px;
    border: none;
    padding: 10px;
    padding: 10px 25px 10px 25px;
}

.btn-primary:hover{
    background-color: var(--secondary);
    color: #34006B;
}


.btn-primary:focus{
    background-color: #313D7A!important;
    color: white;
    border-color: #41799F;
}



.btn-secondary{
    background-color: #3A0D6D;
    border-radius: 50px;
    border: none;
    border: 1px solid #FF00FF;
    padding: 10px;
    padding: 10px 25px 10px 25px;
}

.btn-secondary:hover{
    background-color: var(--secondary);
    color: #34006B;
    border-color:1px solid #4B9DB5;
}

.btn-secondary:focus{
    background-color: #313D7A!important;
    color: white;
    border-color: #41799F;
}


.btn-filters{
    background-color: #1E1C3D;
    border-radius: 50px;
    border: none;
    border: 1px solid #FFFFFF;
    padding: 8px;
    padding: 10px 20px 10px 20px;
    color: white;
    font-family: var(--font-regular);
    font-size: 14px;
    width: 100%;
}

.btn-filters:hover{
    background-color: #385589;
    color: white;
    border-color:1px solid var(--hover);
}

.btn-filters:focus{
    background-color: #313D7A!important;
    color: white;
    border-color: #41799F;
}

.btn-filters:active{
    background-color: #313D7A!important;
    color: white!important;
    border-color: #41799F;
}



.btn-mercados{
    background-color: #FFEBFF;
    border-radius: 50px;
    border: none;
    border: 1px solid var(--primary);
    padding: 10px;
    padding: 10px 15px 10px 15px!important;
    color: var(--background);
    font-family: var(--font-primary);
    font-size: 15px;
}

.btn-mercados:hover{
    background-color: #E6E8FF;
    color: var(--background);
    border-color:1px solid #BAC0FF;
}

.btn-mercados:focus{
    background-color: #FFEBFF;
    color: var(--background);
    border-color:1px solid #BAC0FF;
}

.btn-detalle{
    background-color: #1E033C;
    border-radius: 50px;
    border: none;
    border: 1px solid var(--primary);
    padding: 10px;
    padding: 10px 15px 10px 15px!important;
    color: white;
    font-family: var(--font-primary);
    font-size: 15px;
}

.btn-detalle:hover{
    background-color: #313D7A!important;
    color: white;
    border-color: #41799F;
}

.btn-detalle:focus{
    background-color: #313D7A!important;
    color: white;
    border-color: #41799F;
}

.btn-entregado{
    background-color: var(--hover);
    border-radius: 50px;
    border: none;
    border: 1px solid var(--hover);
    padding: 10px;
    padding: 10px 15px 10px 15px!important;
    color: var(--background);
    font-family: var(--font-primary);
    font-size: 15px;
}

.btn-entregado:hover{
    background-color: var(--hover)!important;
    color: var(--background);
    border-color: #41799F;
}

.btn-entregado:focus{
    background-color:  var(--hover);
    color: var(--background);
    border-color: #41799F;
}

.btn-proceso{
    background-color: #1E1E52;
    border-radius: 50px;
    border: none;
    border: 1px solid #828CFF;
    padding: 10px;
    padding: 10px 15px 10px 15px!important;
    color: white;
    font-family: var(--font-primary);
    font-size: 15px;
}

.btn-proceso:hover{
    background-color: #18354F!important;
    color: white;
    border-color: var(--hover);
}

.btn-proceso:focus{
    background-color: #313D7A!important;
    color: white;
    border-color: #41799F;
}





.btn-fill{
    background-color: white;
    color: #240E5D;
    border-radius: 30px;
    padding: 10px;
    font-weight: 500;
}

.btn-fill:hover{
    background-color: var(--hover);
    color: #240E5D;
}

.btn-fill:active{
    color: white!important;
    border-color: #41799F;
}

.btn-fill:focus{
    background-color: #313D7A!important;
    color: white;
    border-color: #41799F;
}


.linea-separadora{
    color:var(--primary-text);
    border-bottom: 2px solid var(--primary-text);
}

.text-link{
    color:white;
    font-size: 15px;
    font-family: var(--font-regular);
    cursor: pointer;
}

.text-link:hover{
    color: var(--hover)
}

.text-link-pie{
    color:white;
    font-size: 15px;
    font-family: var(--font-regular);
    text-decoration-line:underline !important;
}


.link-footer{
    color:rgb(255, 255, 255);
    font-size: 15px;
    font-weight:normal;
}

.bg-blue{
    background-color:#3900D0;
}

.bg-blue-oscuro {
    background-color:var(--secondary-text);
}

.bg-footer{
    background-color:var(--bg-footer);
}

.form-label{
    color:white;
    font-weight: 500;
    font-size:16px;
}

.footer-border-botton{
    border-bottom: 1px solid var(--primary-text);
}

::placeholder{
    color:#9D9D9D !important;
}

.form-select {
    --bs-form-select-bg-img: url(../img/icons/arrow-select.svg)!important;
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    padding-left: 15px;
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 50px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50px !important;
    background-color: #3A266D;
    border: 1px solid #574683;
    color: rgb(214, 214, 214);
    padding: 8px !important;
    padding-left: 15px!important;
    font-size:16px!important;
}

.form-select-2 {
    --bs-form-select-bg-img: url(../img/icons/arrow-down-black.svg)!important;
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-weight: 400;
    line-height: 1.5;
    color: var(--background);
    padding-left: 15px;
    background-image:  url(../img/icons/arrow-down-black.svg)!important;
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 50px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50px !important;
    background-color: #FFEBFF;
    border: 1px solid var(--primary);
    color: var(--background);
    padding: 8px !important;
    padding-left: 15px!important;
    font-size:16px!important;
}

.form-select-2:focus {
    --bs-form-select-bg-img: url(../img/icons/arrow-down-black.svg)!important;
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-weight: 400;
    line-height: 1.5;
    color: var(--background);
    padding-left: 15px;
    background-image: var(--background), var(--background);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 50px;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50px !important;
    background-color: #FFEBFF;
    border: 1px solid var(--primary);
    color: var(--background);
    padding: 8px !important;
    padding-left: 15px!important;
    font-size:16px!important;
}



.text-check{
    color: white;
    font-family: var(--font-regular)
}

.titulos-footer{
    color: white;
    font-family: var(--font-bold);
    font-size:16px;
}

.title-info-card{
    color: white;
    font-family: var(--font-primary);
    font-size:25px;
}

.card-info{
    background-color: var(--bg-card);
    border-radius: 15px;
}

.redes {
    display: inline-block;
    padding: 0;
    margin: 0.4rem;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.3rem;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    border-radius: 5rem;
    background-color: white;
    box-shadow: none!important;
}

.redes:hover {
    background-color: var(--secondary);
}

.bg-banner-home{
    background-image: url(../img/img-banner-home.png);
    background-size: cover;
}

.img-slider-home{
    max-height: 700px;
    object-position: center;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.p-home{
    color: var(--bg-card);
}

.titulo-banner-home{
    color: var(--bg-card);
    font-family: var(--font-extrabold);
}

.text-vino{
    margin-top: -15px;
}


.carousel-control-prev-icon {
    background-image: url(../img/arrow-left.svg)!important;
}

.carousel-control-next-icon {
    background-image: url(../img/arrow-right.svg)!important;
}

.boxes{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.card-inner{
    position: relative;
    width: inherit;
    height: 12rem;
    border-radius: 15px;
    border-bottom-right-radius: 0;
    overflow: hidden;

}

.card-inner-productos{
    position: relative;
    width: inherit;
    height: 24rem;
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
    border-top-right-radius: 22px;
    overflow: hidden;
    background-color: var(--bg-card);
}

.card-inner-productos:hover{
    border: 1px solid var(--hover);
}


.box{
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
}



.img-box{
    position: absolute;
    inset: 0;
}

.img-noticias{
    width: 100%;
    height: 190px;
    object-fit: cover;
    object-position: top;
}

.img-box .img-noticias:hover{
    transform: scale(1.1);
    transition: .3s cubic-bezier(0.175, 0.885, 0.32, 1.275)
}



.card-icon{
    position:absolute;
    bottom: -0.375rem;
    right: -0.375rem;
    width: 6rem;
    height: 6rem;
    background-color:var(--background);
    border-top-left-radius:50%;


    &::before{
        position:absolute;
        content: '';
        top: -1.25rem;
        right: 0.375rem;
        background-color: transparent;
        width: 1.25rem;
        height: 1.25rem;
        border-bottom-right-radius: 1.25rem;
        box-shadow: 0.313rem 0.313rem 0 0.313rem var(--background);
    }

    &::after{
        position:absolute;
        content: '';
        bottom: 0.375rem;
        left:-1.25rem;
        background-color: transparent;
        width: 1.25rem;
        height: 1.25rem;
        border-bottom-right-radius: 1.25rem;
        box-shadow: 0.313rem 0.313rem 0 0.313rem var(--background);
    }
}

.card-icon-white{
    position:absolute;
    bottom: -0.375rem;
    right: -0.375rem;
    width: 6rem;
    height: 6rem;
    background-color:white;
    border-top-left-radius:50%;


    &::before{
        position:absolute;
        content: '';
        top: -1.25rem;
        right: 0.375rem;
        background-color: transparent;
        width: 1.25rem;
        height: 1.25rem;
        border-bottom-right-radius: 1.25rem;
        box-shadow: 0.313rem 0.313rem 0 0.313rem white;
    }

    &::after{
        position:absolute;
        content: '';
        bottom: 0.375rem;
        left:-1.25rem;
        background-color: transparent;
        width: 1.25rem;
        height: 1.25rem;
        border-bottom-right-radius: 1.25rem;
        box-shadow: 0.313rem 0.313rem 0 0.313rem white;
    }
}

.card-icon-prodcutos{
    position:absolute;
    top: -0.375rem;
    right: -0.375rem;
    width: 6rem;
    height: 6rem;
    background-color: var(--background);
    border-bottom-left-radius:50%;

    &::before{
        position:absolute;
        content: '';
        bottom: -1.25rem;
        right: 0.375rem;
        background-color: transparent;
        width: 1.25rem;
        height: 1.25rem;
        border-top-right-radius: 1.25rem;
        box-shadow: 5px -10px 0 5px var(--background);
    }

    &::after{
        position:absolute;
        content: '';
        top: 0.375rem;
        left:-1.25rem;
        background-color: var(--bg-card);
        width: 1.25rem;
        height: 1.25rem;
        border-top-right-radius: 30px;
        box-shadow: 5px -10px 0 5px var(--background);

    }

}

.card-icon-prodcutos-white{
    position:absolute;
    top: -0.375rem;
    right: -0.375rem;
    width: 6rem;
    height: 6rem;
    background-color: rgb(255, 255, 255);
    border-bottom-left-radius:50%;


    &::before{
        position:absolute;
        content: '';
        bottom: -1.25rem;
        right: 0.375rem;
        background-color: transparent;
        width: 1.25rem;
        height: 1.25rem;
        border-top-right-radius: 1.25rem;
        box-shadow: 5px -10px 0 5px rgb(255, 255, 255);
    }

    &::after{
        position:absolute;
        content: '';
        top: 0.375rem;
        left:-1.25rem;
        background-color:var(--bg-card);
        width: 1.25rem;
        height: 1.25rem;
        border-top-right-radius: 30px;
        box-shadow: 5px -10px 0 5px white;

    }

}

.icon-box{
    position:absolute;
    inset: .8rem;
    background-color: var(--primary);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    & i  { font-size: 1.40rem;}
}


.icon-box-productos{
    position:absolute;
    inset: .8rem;
    background-color: var(--primary);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    & i  { font-size: 1.40rem;}
}


.icon-box:hover{
    background-color: var(--hover);
    & i  { color:var(--background)}
}

.p-noticias{
    color: var(--background);
    font-size: 16px;
    font-family: var(--font-regular);
}

.borde-fondo{
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

/*ACORDEON DE PASOS DESKTOP*/

.icon-items {
    display: inline-block;
    padding: 0;
    margin: 0.05rem;
    width: 4.5rem;
    height: 4.5rem;
    line-height: 4.5rem;
    text-align: center;
    font-size: 25px;
    cursor: pointer;
    border-radius: 5rem;
    background-color: #CACEFC;
    color: #7E83FF;
    box-shadow: none!important;
}


.icon-items:hover {
    background-color: var(--background);
    color: white;
}

.icon-items:focus {
    background-color: var(--background);
    color: white!important;
}


.accordion{
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: transparent;
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) -(var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e)!important;
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230a58ca'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e)!important;
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle);

}


.accordion-item {
    color: var(--bs-accordion-color);
    background-color: transparent;
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
    border-bottom:1px solid #bebebe34;
}

.accordion-button:not(.collapsed){
    background-color: transparent!important;
    border-color: none!important;
    border-style: transparent !important;
    box-shadow: none!important;

}



.accordion-club{
    --bs-accordion-color: var(--bs-body-color)!important;
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) -(var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230a58ca'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: rgb(46, 15, 15)!important;
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle);

}

.accordion-club-mobile {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) -(var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e)!important;
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230a58ca'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e)!important;
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text)!important;
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle)!important;
}


.icon-items-club {
    display: inline-block;
    padding: 0;
    margin: 0.05rem;
    width: 4.5rem;
    height: 4.5rem;
    line-height: 4.5rem;
    text-align: center;
    font-size: 25px;
    cursor: pointer;
    border-radius: 5rem;
    background-color: #240E5D;
    color: #7E83FF;
    box-shadow: none!important;
}


.icon-items-club:hover {
    background-color: var(--primary-text);
    color: #240E5D;
}

.icon-items-club:focus {
    background-color: var(--background);
    color: var(#828CFF)!important;
}


/*ACORDEON ITEMS CLUB*/
.accordion-button-club {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}



.accordion-button-club:hover i {
    background-color: var(--primary-text);
    color: var(--background);
}




.accordion-button:not(.collapsed) i  { font-size: 1.60rem;
    background-color: var(--background);
    color: white;
}



.accordion-button.accordion-index:not(.collapse){
    background-color: transparent;
    border-color: none!important;
    border-style: transparent !important;
    box-shadow: none!important;
}





/*ACORDEON DE PASOS MOBILE*/
.icon-items-mobile {
    display: inline-block;
    padding: 0;
    margin-right: 0.80rem;
    width: 50px;
    height: 53px;
    line-height: 3.2rem;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #CACEFC;
    color: #7E83FF;
    box-shadow: none!important;
}

.icon-items-1-mobile {
    display: inline-block;
    padding: 0;
    margin-right: 0.80rem;
    width: 50px;
    height: 55px;
    line-height: 3.3rem;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #CACEFC;
    color: #7E83FF;
    box-shadow: none!important;
}

.icon-items-4-mobile {
    display: inline-block;
    padding: 0;
    margin-right: 0.80rem;
    width: 50px;
    height: 55px;
    line-height: 3.3rem;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #CACEFC;
    color: #7E83FF;
    box-shadow: none!important;
}

.size-icon-mobile{
    width: 50px!important;
}


.icon-items-mobile:hover {
    background-color: var(--background);
    color: white;
}

.icon-items-mobile:focus {
    background-color: var(--background);
    color: white!important;
}





.p-items{
    margin-top:-25px;
    color: var(--secondary-text);
    font-family: var(--font-primary);
}

.p-items-mobile{
    color: var(--secondary-text);
    font-family: var(--font-primary);
}

.pasos-items{
    font-size: 15px;
    font-family: var(--font-regular);
    color: var(--secondary-text);
}


.box-bordes {
    border-radius: 15px;
}

.box-bordes-gradient {
    border-radius: 15px;
    background: linear-gradient(to right, #FE02FF, #7E9FFD, #66F7F1);
    padding: 0.1rem;
}

.items-perfil{
    font-size: 15px;
    font-family: var(--font-regular);
    letter-spacing: 0.05rem;
    color: var(--background);
    text-transform: uppercase;
}

.items-content-perfil{
    font-size: 16px;
    font-family: var(--font-semibold);
    color: var(--background);
    margin-top:-15px;
}



.items-cards{
    color: white;
    font-size: 18px;
}

.icon-card{
    color: var(--primary-text);
    font-size: 20px;
}

.number-card-perfil{
    color: var(--primary-text);
    font-size: 40px;
    font-family: var(--font-extrabold);
}

.box-icon-card{
    margin-left: -20px;
}

.bg-card
{
    background-color:var(--bg-card);
}
.bg-card-gris
{
    background-color:#201A2F;
}

.text-disable{
    color:#959596;
    font-size: 20px;
}

/* =======Progress-Circular-Perfil =====*/
.circular-progress {
    position: relative;
    height: 250px;
    width: 250px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin:auto;
    margin-top: 50px;
}

.circular-progress:before {
    content: "";
    position: absolute;
    height: 88%;
    width: 88%;
    background-color: #240E5D;
    border-radius: 50%;
}

.value-container {
    position: relative;
    font-family: var(--font-extrabold);
    font-size: 55px;
    color: white;
}

/*======= Fin Progress-Circular-Perfil =====*/


/* =======Progress-Circular-Cards-1 =====*/
.circular-progress-card-1 {
    position:relative;
    width: 100px;
    height:100px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    align-items: right;

}

.circular-progress-card-1:before {
    content: "";
    position: absolute;
    height: 80%;
    width: 80%;
    background-color: #240E5D;
    border-radius: 50%;
}

.value-container-card-1 {
    position: relative;
    font-family: var(--font-primary);
    font-size: 16px;
    color:var(--hover);
}

/*======= Fin Progress-Circular-Cards-1 =====*/

/* =======Progress-Circular-Card-2 =====*/
.circular-progress-card-2 {
    position:relative;
    width: 100px;
    height:100px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    align-items: right;

}

.circular-progress-card-2:before {
    content: "";
    position: absolute;
    height: 80%;
    width: 80%;
    background-color: #240E5D;
    border-radius: 50%;
}

.value-container-card-2 {
    position: relative;
    font-family: var(--font-primary);
    font-size: 16px;
    color:#E61BFE;
}



/*======= Fin Progress-Circular-Card-2 =====*/


/* =======Progress-Circular-Card-3 =====*/
.circular-progress-card-3 {
    position:relative;
    width: 100px;
    height:100px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    align-items: right;

}

.circular-progress-card-3:before {
    content: "";
    position: absolute;
    height: 80%;
    width: 80%;
    background-color: #240E5D;
    border-radius: 50%;
}

.value-container-card-3{
    position: relative;
    font-family: var(--font-primary);
    font-size: 16px;
    color:var(--hover);
}

/*======= Fin Progress-Circular-Card-3 =====*/

/*======= Progress-Bar-card-Reto-1 =====*/


.skill-fill {
    background: linear-gradient(to right, #FE02FF, #7E9FFD, #66F7F1);
    height: 12px;
    border-radius: 100px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 30px;
    overflow: hidden;
}

.reto-1 {
    transition: width 1s ease-in-out;
}


@keyframes reto-1 {
    from {
        width: 0;
    }

    to {
        width: 0%;
    }
}

.bg-bar {
    background-color: #503E7D;
    border-radius: 30px;
}

/*======= Fin Progress-Bar-card-Reto-1 =====*/


.number-avances-retos{
    font-family: var(--font-extrabold);
    font-size: 55px;
    color: white;
}



.text-popups {
    color: var(--background);
}


.modal-close {

    z-index: 1;
    padding: 10px;
    margin-top: 5px;
    padding-right: 20px;

}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 700px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) -(var(--bs-border-width)));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.btn-close {
    --bs-btn-close-color: white;
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 1;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 2.5em;
    height: 2.5em;
    padding: .25em .25em;
    color: var(--bs-btn-close-color);
    background: var(--primary);
    border: 0;
    border-radius: 50px;
    opacity: var(--bs-btn-close-opacity)none;
    right: 0!important;
}

.btn-close:hover {
    background: var(--hover);
    --bs-btn-close-color: var(--background);
}

.box-puntos{
    background-color: var(--bg-card);
    border-radius: 200px;
    padding: 10px;

}

.color-secondary{
    color: var(--secondary)!important;
}

.margin-top{
    margin-top:-7px;
}


.margin-right{
    margin-left:-15px;
}

.items-programa{
    border-bottom:1px solid var(--bg-card);
}



.items-programa:hover{
    & span{
        color:var(--hover)
    }

    & i  {
        border: 2px solid var(--hover);
        color: white;
        background-color:#18344F;
    }

}

.icons-programa{
    background-color: #2A0347;
    width: 40px;
    height: 40px;
    color: white;
    border-radius: 100px;
    align-items: center;
    line-height: 2.5rem;
    display: flex;
    justify-content: center;
    border: 2px solid #FF00FF;
}

.icons-programa:hover{
    background-color:#18344F;
    width: 40px;
    height: 40px;
    color: white;
    border-radius: 100px;
    align-items: center;
    line-height: 2.5rem;
    display: flex;
    justify-content: center;
    border: 2px solid var(--hover);
    cursor: pointer;
}

.titulo-programa{
    font-size: 20px;

}


.arrow-down-rotate{
    background-color: #2A0347;
    width: 40px;
    height: 40px;
    color: white;
    border-radius: 100px;
    align-items: center;
    line-height: 1rem;
    display: flex;
    justify-content: center;
    border: 2px solid #FF00FF;
}


.arrow-down-rotate:hover{
    background-color:#18344F;
    width: 40px;
    height: 40px;
    color: white;
    border-radius: 100px;
    border: 2px solid var(--hover);
    cursor: pointer;
}




.box-alert{
    background-color: #1E033D;
    border-radius: 25px;
    border:1px solid var(--primary);
    padding: 40px;
}

.icon-alert{
    color: white;
    font-size: 25px;
}

.titulo-alert{
    color: white;
    font-size: 30px;
    font-family: var(--font-semibold);
}

.items-box{
    font-size: 18px!important;
    font-family: var(--font-extrabold);
}

.box-number{
    background-color: var(--bg-card);
    padding: 30px;
    padding-top: 40px;
    padding-bottom: 200px;
    border-radius:150px;
}

.margin-img{
    margin-top: -200px;
}


.text-puntos{
    font-size: 20px!important;
    font-family: var(--font-primary);
    color: var(--hover)!important;
}




.badge-disponible{
    background-color: #385589;
    font-size: 14;
    color: rgb(240, 240, 240);
    text-transform: uppercase;
    font-family: var(--font-regular);
    border-radius: 30px;
    padding: 5px 12px 5px 12px;
}

.badge-proceso{
    background-color: #385589;
    font-size: 14;
    color: white;
    text-transform: uppercase;
    font-family: var(--font-regular);
    border-radius: 30px;
    padding: 8px 12px 8px 12px;
}

.badge-entregado{
    background-color: var(--hover);
    font-size: 14;
    color: var(--background);
    text-transform: uppercase;
    font-family: var(--font-regular);
    border-radius: 30px;
    padding: 8px 12px 8px 12px;
}


.badge-agotado{
    background-color: #660A8E;
    font-size: 14;
    color: rgb(240, 240, 240);
    text-transform: uppercase;
    font-family: var(--font-regular);
    border-radius: 30px;
    padding: 5px 12px 5px 12px;

}

.badge-sin-puntos{
    background-color: #493777;
    font-size: 14;
    color: rgb(240, 240, 240);
    text-transform: uppercase;
    font-family: var(--font-regular);
    border-radius: 30px;
    padding: 5px 12px 5px 12px;

}



.main_container{
    position: relative;
    width: 100%;
    background-color: var(--bg-card);
    border-radius: 20px;
    height: 380px;
}


.box-productos{
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
    padding: 20px;
    position: relative;
}

.image-hover{
    display: block;
    width: 200px;
    height: auto;
}

.main_container .image-hover:hover{
    transform: scale(1.1);
    transition: .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}


.overlay-2{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: hsla(251, 100%, 12%, 0.849);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.box-productos:hover .overlay-2{
    height: 38%;
}


.texto-overlay{
    width: 100%;
    margin-top: -5px;
    color: white;
    position: absolute;
    text-align: left;
    padding: 30px;
}


.wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.card-box {
    width: 100%;
    height: 360px;
    display: flex;
    align-items: flex-end;
    padding: 2rem 1rem;
    position: relative;
    transition: 0.5s all ease-in-out;
}
.card-img:hover {
    transform: translateY(-10px);

}
.card-box::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55%;
    background-color: #0d0229c9;
    z-index: 2;
    opacity: 0;
    transition: .5s ease;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.card-box:hover::before {
    opacity: 1;
}


.card-box img {
    width: 190px;
    height: 190px;
    object-fit: contain;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 100px;
    margin: auto;
}


.card-box img:hover {
    transform: scale(1.1);
    transition: .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.card-box-reto {
    width: 100%;
    height: 360px;
    display: flex;
    align-items: flex-end;
    padding: 2rem 1rem;
    position: relative;
    transition: 0.5s all ease-in-out;
}

.card-box-reto img {
    width:185px;
    max-height: auto;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 130px;
    margin: auto;
}

.card-box-reto img:hover {
    transform: scale(1.1);
    transition: .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.card-box-reto .info-reto {
    position: relative;
    color: #fff;
}

.card-box-reto .info-reto p {
    font-size: 15px;
    margin-bottom: 50px;
    padding: 1px;
}

.card-box .info {
    position: relative;
    color: #fff;
    z-index: 3;
    opacity: 0;
    transform: translateY(30px);
    transition: 0.5s all;
}

.card-box:hover .info {
    opacity: 1;
    transform: translateY(0);
    margin-bottom: 60px;
}




.input-search::placeholder{

    color: white!important;
    font-size: 15px;
    font-family: var(--font-regular);


}

.input-search{

    width: 100%;


}

.breadcrumb {

    --bs-breadcrumb-divider-color: white;
}


.p-dark-modal{
    font-size: 16px;
    font-family: var(--font-regular);
    color: #050327;
}

.p-items-modal{
    font-size: 17px;
    font-family: var(--font-semibold);
    color: #050327;
}


.dropdown-menu {
    --bs-dropdown-link-active-bg: var(--hover)!important;

}
.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 0%;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: var(--bs-body-bg);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: 0.375rem;
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-inner-border-radius: calc(0.375rem - var(--bs-border-width));
    --bs-dropdown-divider-bg: var(--background);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-body-color);
    --bs-dropdown-link-hover-bg: var(--hover);
    --bs-dropdown-link-active-color: var(--background);
    --bs-dropdown-link-active-bg: var(--hover);
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.50rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
}

.block-center{
    top:0;
    bottom:0;
    left: 0;
    right: 0;
    margin: auto;
}

.titulos-items-canje{
    font-size: 20px;
    color: var(--secondary-text);
    font-family: var(--font-semibold);
}

.detalle-border-botton{
    border-bottom: 2px solid #140842;
}

.items-mes{
    color: #828CFF;
    font-size: 30px;
    font-family: var(--font-primary);
}

.items-cards-avances{
    color: white;
    font-size: 25px;
    font-family: var(--font-extrabold);
}

.items-trivia{
    color: white;
    font-size: 25px;
    font-family: var(--font-semibold);
}

.incisos{
    color: var(--background);
    font-size:16px;
    background-color: #FFFFFF;
    border-radius:100%;
    padding: 8px 5px;
    font-family: var(--font-bold);
    height: 40px;
    width: 40px;
    text-align: center;
    flex-shrink: 0;
}

.btn-preguntas{
    background-color: #3A266D;
    border-radius: 50px;
    border: none;
    border: 1px solid #61518A;
    padding: 10px;
    padding: 15px 15px 15px 15px;
    color: white;
    font-family: var(--font-regular);
    font-size: 16px;
    width: 100%;
    text-align: start;
    align-items: center;
}

.btn-preguntas:hover {
    background-color: #3A266D;
    border-radius: 50px;
    border: none;
    border: 1px solid var(--hover);
    padding: 10px;
    padding: 15px 15px 15px 15px;
    color: white;
    font-family: var(--font-regular);
    font-size: 16px;
    width: 100%;
    text-align: start;
}

.btn-preguntas.selected span {
    background-color: var(--hover);
}

.btn-preguntas:hover span {
    background-color: var(--hover);
}

.btn-preguntas:focus {
    background-color: #2A266C;
    border-radius: 50px;
    border: none;
    border: 1px solid var(--hover);
    padding: 10px;
    padding: 15px 15px 15px 15px;
    color: white;
    font-family: var(--font-regular);
    font-size: 16px;
    width: 100%;
    text-align: start;
}

.btn-preguntas:focus span {
    background-color: var(--hover);
}

.index-1{
    z-index: 1;
}

.margin-top-trivia{
    margin-top:-120px;
    z-index: 0;
}


.img-detail-blog {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}

.items-faqs:hover{
    cursor:pointer;
}

.nav-pag{
    list-style: none;
}

.link-pagination {
    color: white !important;
    text-decoration: none;
    background-color: transparent !important;
    border: none !important;
    margin: 10px;
}

.link-pagination:focus {
    background-color: var(--primary-text)!important;
    border-radius: 5px;
    color: var(--background)!important;
}

.link-pagination:hover {
    background-color: var(--primary-text)!important;
    border-radius: 5px!important;
    color: var(--background)!important;
}

.link-pagination-arrow{
    color: white !important;
    text-decoration: none;
    background-color: transparent !important;
    border: none !important;
    margin: 6px;
}


.link-pagination-arrow i{
    font-size: 20px;
}

.link-pagination-arrow i:hover{
    color: var(--hover);
}





.btn-animado {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    height:45px;
    background: var(--primary);
    color: white;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: .4s ease all;
    overflow: hidden;
    border-radius: 50px;
    border: none;
    padding-left: 45px;
}

.btn-animado:hover{
    background-color: var(--secondary);
    color: #34006B!important;
    padding-left: 15px;
}


.btn-animado:hover span{
    left: calc(100% - 40px);
    color: var(--background);
    background-color: var(--hover);
}


.btn-animado:active{
    color: white!important;
    border-color: #41799F;
    background-color: #313D7A!important;
}

.btn-animado:focus{
    background-color: #313D7A!important;
    color: white;
    border-color: #41799F;
}



.btn-animado span {
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    background-color: var(--primary);
    border-radius: 50px;
    left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s ease all ;
}

/* Custom scrollable modal styles */

.modal-scrollable-custom {
    justify-content: center;
}

.modal-scrollable-custom .modal-content {
    overflow: unset;
    position: relative;
    max-height: calc(100% - 30px);
    width: calc(100% - 20px);

}

.modal-scrollable-custom .modal-close {
    position: absolute;
    right: -30px;
    top: -25px;
}

.modal-scrollable-custom .modal-body {
    padding-top: 40px;
}

/* Custom scrollable modal desktop styles */

@media (min-width:1200px) {
    .modal-scrollable-custom .modal-content {
        width: 100%;
    }

    .modal-scrollable-custom img {
        margin-top: -20px;
    }
}

/* Loader styles */
.loader {
    width: 65px;
    aspect-ratio: 1;
    position: relative;
}

.loader::before,
.loader::after {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    aspect-ratio: 1;
    border-radius: 50px;
    animation: l5 1s infinite linear alternate;
}

.loader::before {
    background-color: #66fcf1;
}

.loader::after {
    inset: auto 0 0 auto;
    animation-delay: -1s;
    background-color: #ff00ff;
}

@keyframes l5 {
    0% {
        width: 20px;
    }
    100% {
        width: 50px;
    }
}

.loader-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 100000;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(5 3 39 / 82%);
}

.dropdown-idioma .dropdown {
    background: none;
    padding: 2px;
    border: none;
    font-family: var(--font-primary);
}

.dropdown-idioma span {
    font-family: var(--font-primary);
}

.dropdown-idioma .bi {
    font-size: 12px;
}

.dropdown-idioma .dropdown-item {
    font-size: 14px;
    padding: 5px 10px;
}

.dropdown-idioma .dropdown.show .bi-chevron-down::before {
    transform: rotate(180deg);
}

@media (max-width:991px){
    .dropdown-idioma .dropdown {
        color: var(--secondary-text);
    }

    .dropdown-idioma .dropdown-menu.show {
        position: relative !important;
        transform: none !important;
    }

    .dropdown-idioma .dropdown-item {
        color: var(--secondary-text) !important;
    }
}

.font-primary {
    font-family: var(--font-primary), sans-serif !important;
}

.btn-login {
    padding: 0;
    background: none;
    border: none;
}

.account-link {
    text-decoration: none;
}

.border-top {
    border-top: 1px solid #ded3ff;
}

.login-link {
    text-underline-offset: 5px;
}

.informacion-perfil-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Estilos página activa - paginación */
.pagination .link-pagination.active {
    border-bottom: solid 2px #fff !important;
}

.pagination .link-pagination.active:hover {
    background-color: transparent !important;
    color: #fff !important;
    border-radius: 0 !important;
}

/* Botón animado flecha */
.btn-flecha-animado {
    position: relative;
    width: auto;
    padding: 0;
}

.btn-flecha-animado .text {
    padding: 10px 15px;
    display: inline-block;
    background-color: var(--primary);
    border-radius: 50px;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-left: 32px;
    transition: .4s ease all;
    width: calc(100% - 32px);
}

.btn-flecha-animado .icon {
    position: absolute;
    display: inline-block;
    background-color: var(--primary);
    border-radius: 50px;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 7px 12px;
    left: 0;
    transition: .4s ease all
}

.btn-flecha-animado:hover .text {
    margin-left: 0;
    color: var(--background);
    background-color: var(--hover);
}

.btn-flecha-animado:hover .icon {
    left: calc(100% - 44px);
    color: var(--background);
    background-color: var(--hover);
}

@media (min-width:700px) {
    .btn-flecha-animado .text {
        width: auto;
        margin-left: 32px;
        transition: .4s ease all
    }

    .btn-flecha-animado:hover .icon {
        left: calc(100% - 12px);
    }
}

/* Counter Input styles */

.counter-input-group {
    display: flex;
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, 30%);
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 10%);
    gap: 5px;
}

.counter-input-group button {
    width: 32px;
    height: 32px;
    background-color: rgba(255, 0, 255, 15%);
    border: 1px solid var(--primary);
    border-radius: 50%;
    color: #fff;
}

.counter-input-group input {
    background: none;
    border: none;
    color: #fff;
    text-align: center;
    height: 32px;
    width: calc(100% - 74px);
    max-width: 70px;
}

.counter-input-label {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: -30px;
    left: 0;
    font-family: "Montserrat-regular";
}

.counter-input-group:has(:focus),
.counter-input-group:has(:focus-visible) {
    border-color: #fff;
}

.counter-input-group input:focus,
.counter-input-group input:focus-visible {
    outline: none;
}

@media (min-width:700px) {
    .counter-input-group input {
        max-width: 110px;
    }
}

/* Subir archivos */
.drop-zone {
    color: #fff;
    outline: 2px dashed var(--primary-text);
    border-radius: 20px;
    padding: 50px 30px;
    cursor: pointer;
}

.drop-zone.highlight {
    outline-color: var(--primary-text);
    outline-style: solid;
    background-color: var(--primary-text);
}

.drop-zone p {
    margin: 0;
}

.drop-zone input[type="file"] {
    display: none;
}

.upload-title {
    font-family: var(--font-extrabold);
}

.file-preview {
    position: relative;
    margin-top: 15px;
    text-align: center;
}

.file-preview img {
    max-width: 100%;
    max-height: 200px;
    border-radius: 5px;
    display: block;
    margin: auto;
}

.file-info {
    color: #ffffff;
    font-size: 14px;
    margin-top: 5px;
}

.delete-file-btn {
    background: none;
    color: white;
    border: none;
    width: 30px;
    height: 30px;
    font-weight: bold;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.delete-file-btn:hover {
    color: var(--primary-text);
}

.preview-img {
    height: 80px;
    width: auto;
}

.file-name {
    font-size: 18px;
}

.file-type {
    font-size: 14px;
}

@media (min-width:700px) {
    .file-name {
        font-size: 20px;
    }

    .file-type {
        font-size: 16px;
    }
}

.drop-zone.exito {
    cursor: default;
}

.carousel-link::after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* Iconos circular */
.round-icon-wrapper,
.round-icon-wrapper-dark {
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 5rem;
    margin-right: .75rem;
}

.round-icon {
    width: auto;
    height: 1rem;
}

.round-icon-wrapper {
    background-color: #CACEFC;
}

.round-icon-wrapper-dark {
    background-color: var(--secondary-text);
}

.accordion-button-club:hover .round-icon-wrapper-dark {
    border: 1px solid var(--primary);
}

.accordion-button:not(.collapsed) .round-icon-wrapper {
    background-color: var(--background);
}

@media (min-width:992px){
    .round-icon-wrapper,
    .round-icon-wrapper-dark {
        width: 4.5rem;
        height: 4.5rem;
        margin-right: 0;
    }

    .round-icon {
        height: 1.5rem;
    }

    .accordion-info .accordion-button::after {
        display: none;
    }
}

/* card de producto con link deshabilitado */

.icon-box.disabled {
    background-color: #7b7b7b;
    color: var(--background);
}

.icon-box.disabled:hover {
    background-color: #7b7b7b;
}

.card-inner-productos.disabled:hover {
    border: none;
}

.card-inner-productos .card-box .info {
    background-color: rgba(13, 2, 41, 0.79);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 100%;
}

.card-inner-productos .card-box:hover .info {
    margin-bottom: 35px;
}

.card-inner-productos .card-box::before {
    display: none;
}

/* Acordeón preguntas frecuentes */
.accordion-button-club:hover .arrow-down-rotate {
    background-color: #CACEFC;
}

.accordion-button-club:not([aria-expanded="false"]) i.arrow-down-rotate  {
    transform: rotate(180deg);
}

.accordion-button-club:not([aria-expanded="false"]) .round-icon-wrapper-dark {
    border: 1px solid var(--primary);
}

/* Filtro activo en faq */
.faq-filters .btn-filters.active,
.btn-filters-wrapper .btn-filters.active,
.btn-filters.active {
    background-color: #385589;
    color: white;
    border-color:1px solid var(--hover);
}

/* Botones scroll filters */
.filter-scroll-btn {
    background: none;
    color: var(--primary);
    font-size: 20px;
    border: none;
}

.filter-scroll-btn:hover,
.filter-scroll-btn:active,
.filter-scroll-btn:focus-visible
.filter-scroll-btn:focus {
    background: none !important;
    color: var(--primary-text) !important;
    box-shadow: none !important;
}

/* Link activo en navegación */
.nav-item .nav-link-header.active {
    color: var(--secondary)
}

.nav-item .nav-link-mobile.active {
    color: var(--primary)
}


/* Nombre de comercio header */
.text-comercio {
    color: #fff;
    font-weight: 500;
    font-size: 12px;
}

.btn[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}


/* Filtros con scroll en desktop */
.scroll-wrapper {
    position: relative;
    width: 100%;
}

.scroll-container {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.scroll-container::-webkit-scrollbar {
    display: none;
}

/* Footer logo */
.footer-logo {
    width: 60%;
}

/* Footer logo - Tablet */
@media (min-width: 500px) and (max-width:992px) {
    .footer-logo {
        width: 30%;
    }
}


/* Detalles de perfil */
.profile-details-btn {
    background: none;
    padding: 5px 0;
    border: none;
    color: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.profile-details-btn .icon-arrow {
    margin-left: 5px;
    display: inline-block;
    width: 15px;
}

.profile-details-btn .icon-arrow::after {
    display: inline-block;
    content: '\203A';
    position: relative;
    font-size: 20px;
    transform: rotate(90deg);
}

.profile-details-btn[aria-expanded="true"] .icon-arrow::after {
    transform: rotate(-90deg);
}

.profile-details {
    height: 0;
    opacity: 0;
}

.profile-details.open {
    height: auto;
    opacity: 1;
}

.modal.modal-img .modal-content {
    border: none;
    background: none;
    display: flex;
    align-items: center;
    width: auto;
    max-width: 80%;
}

/* Imagen modal de imagen con link */
.modal-img-imagen {
    max-height: 80vh;
}

.scroll-btn {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: opacity 0.05s ease;
}

/* Swiper navigation buttons outside Swiper container */
.swiper-button-prev.left-button-outside {
    left: -20px;
}

.swiper-button-next.right-button-outside {
    right: -20px;
}
.swiper-button-prev.left-button-outside,
.swiper-button-next.right-button-outside  {
    display: none;
}

@media (min-width:768px) {
    .swiper-button-prev.left-button-outside,
    .swiper-button-next.right-button-outside {
        display: block;
        z-index: 2;
    }

    .swiper-button-prev.swiper-button-lock,
    .swiper-button-next.swiper-button-lock {
        display: none;
    }
}

/* Cards de noticias */
.cards-noticias .card-inner {
    height: auto;
}

.cards-noticias .img-box {
    position: relative;
    padding-top: calc((192 / 355) * 100%);
}

.cards-noticias .img-noticias {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-position: center;
}

/* Imagen - detalle de noticia */

.img-noticia-wrapper {
    position: relative;
    width: 100%;
    padding-top: calc((100 / 279) * 100%);
    margin-top: -170px;
}

.img-detail-blog {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width:991px) {
    .img-noticia-wrapper {
        margin-top: -150px;
    }
}

@media (min-width:992px) {
    .img-noticia-wrapper {
        margin-top: -220px;
    }
}

/* Filtros con Scroll centrados */
.centered-filters .scroll-container {
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.centered-filters .scroll-container::-webkit-scrollbar {
    display: none;
}

.centered-filters .scroll-container.dragging {
    cursor: grabbing;
    user-select: none;
}

.centered-filters .scroll-inner {
    width: max-content;
    min-width: 100%;
    transition: justify-content 0.3s ease;
}

.anchor-section {
    scroll-margin-top: 30px;
}

/* Cards de producto con fondo blanco */

.card-inner-productos--white,
.card-inner-productos--white .card-icon-prodcutos::after {
    background-color: transparent;
}

.card-inner-productos--white .text-puntos {
    color: #0088cb !important;
}

.card-inner-productos--white {
    border: 1px solid #050327;
}

.card-inner-productos--white .box-productos-inner {
    background-color: #fff;
    border-top-right-radius: 30px;
    height: 100%;
}

.card-inner-productos--white .title-card-banner a {
    color: var(--secondary-text);
}

.card-inner-productos.disabled img {
    filter: grayscale(1);
}

.perfil-retos-title {
    font-family: var(--font-extrabold);
    color: var(--primary);
}

.perfil-retos-text {
    font-family: var(--font-extrabold);
    font-size: 14px;
    color: var(--primary-text);
}