.today{color:#0000ff;}
.none{display: none !important;}
.container-btn-promos{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:1rem;
}
.btn-select-promo{
    font-size: 20px;
    padding:18px 18px;
    border:1px solid #D9D9D9;
    outline: none;
    border-radius: 52px;
    background: transparent;
    cursor: pointer;
    text-transform: uppercase;
    line-height: 22px;
}
.btn-active{
    color: #FFF;
    background-color: #0000ff;
    border:1px solid #0000ff;
    cursor: pointer;
    text-transform: uppercase;
    line-height: 22px;
    border-radius: 52px;
    font-size: 20px;
    padding:18px 18px;
}
.container-slider-days{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    border-radius: 22px;
    padding: 20px;
    margin-bottom: 2.5rem;;
    min-height: 150px;
    border: 1px solid #D9D9D9;
}
.container-days-week-m{display: none;}
.container-days-week-d{
    cursor: pointer;
    display: flex;
    gap:3.5rem;
    justify-content: center;
    align-items: center;
    margin:30px 0;
    color:#555;
    font-weight: 600;
    font-size: 16px;
}
.container-days-week-d:hover{
    color: #666;
}
.container-days-week-d .active{
    color:#0000ff;
}
.container-cards-banks{
    display:flex;
    justify-content: center;
    align-items: center;
    gap:1rem;
    margin-bottom: 2rem;
}

.card-bank{
    border: 1px solid #D9D9D9;
    border-radius: 22px;
    background-color: transparent;
    display: flex;
    cursor: pointer;
    justify-content: center;
    width: max-content;
    align-items: center;
    height: 110px;
    &:focus{
        outline:none;
    }
}
.card-bank img{
    max-width: 120px;
}
.day-promo-active{
    color:#0000ff;
    padding: 15px;
    flex: 1;
    margin:0;
    line-height: 30px;
    text-align: center;
    font-weight: 700;
}
.day-promo-active p{
    margin:0;
}
.txt-hoy{
    font-size: 27px;
}
.txt-date{
    font-size: 20px;
}
.no-promo-day h2{
    color: #757575;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 22px;
    padding:40px;
    text-align: center;
}
.container-card-slider-promo{
    border-left: 1px solid #D9D9D9;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}
.container-card-slider-promo img{
   height: 65px;
    width: 125px;
}
.container-card-slider-promo p{
    color:#0000ff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin:0;
}
.separate-btn-days{
    border-top: 1px solid #D9D9D9;
    margin:20px 15px;
}
/*Cards promos banks*/
.container-cards-promos-days{
    /* display:grid;
    grid-template-columns: repeat(auto-fit,minmax(273px,1fr));
    gap: 25px; */
    display: flex;
    justify-content: space-evenly;
    gap: 15px;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom:25px;
}
.card-promo-bank{
    border: 1px solid #D9D9D9;
    border-radius: 26px;
    min-width: 277px;
    min-height:392px;
}
.header-card-promo-bank{
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}
.header-card-promo-bank img{
    width: 170px;
    margin:15px 5px 0;
}
.body-card-promo-bank{
    border-top: 1px solid #D9D9D9;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;    
}
.header-card-promo-bank p{
    color: #0000ff;
    margin:0;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 26px;
    margin-bottom: 20px;
    width: 160px;
}
.container-icons-body{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-direction: row;
    margin: 5px -1px;
}
.txt-icon{
    flex-direction: column;
    gap: 5px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.txt-icon span{
    font-size: 12px;
    line-height: 16px;
    max-width: 54px;
    text-align: center;
}
.icon-promo{
    width:30px;
}
.body-card-promo-bank p{
    font-size: 18px;
    font-weight: 400;
    margin: 10px 0;
}
.container-btn-disclaimer{
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-disclaimer-promo-banks{
    border: 1px solid #666;
    border-radius: 38px;
    font-size: 12px;
    color:#000;
    text-align: center;
    background-color: #fff;
    text-transform: uppercase;
    height: 26px;
    width: 150px;
    margin-bottom: 15px;
}
.btn-disclaimer-promo-banks:focus{
    outline: none;
}
.btn-disclaimer-promo-banks.active{
    color:#fff;
    background-color: #0000ff;
    border: 1px solid #0000ff;
    margin-bottom: 0;
}
.footer-card-promo-bank{
    display: none;
    padding: 15px 9px;
    text-align: center;
    width:277px;
}
.footer-card-promo-bank span{
    font-size: 12px;
    font-weight: 400;
    color: #000;
    text-align: center;
}
@media screen and (width <= 760px){
    .container-cards-promos-days{
        align-items: center;
        flex-direction: column;
        gap: 2rem;
    }
    .container-days-week-d{
        gap:1.5rem;
    }
    .container-slider-days{
        flex-direction: column;
        align-items: unset;
    }
    .container-card-slider-promo{
        border-left:none;
    }
}
@media screen and (width <= 560px){
    .container-days-week-m{
        cursor: pointer;
        display: flex;
        gap:3.5rem;
        justify-content: center;
        align-items: center;
        margin:15px 0;
        color:#555;
        font-weight: 600;
        font-size: 16px;
    }
    .container-days-week-d{display: none;}
    .container-days-week{
        gap:2.5rem;
    } 
    .btn-active{
        font-size: 16px;
        padding: 14px 14px;
    }
    .btn-select-promo{
        font-size: 16px;
        padding: 14px 14px;
    }
    .container-cards-banks{
        justify-content: flex-start;
        margin-top: 2rem;
        gap: 0.3rem;
        overflow-y: auto;
        flex-direction: row;
    }
    .container-cards-banks::-webkit-scrollbar{
        display:none;
    }
    .card-bank{
        padding: 10px;
        height: 60px;
    }
    .card-bank img{
        max-width: 55px;
        width: inherit;
    }
}
@media screen and (width <= 430px){
    .container-days-week-m{ gap:2.5rem;}
}
/* .container-slider-days .app {
    padding: unset;
    margin-bottom: unset;
    flex: 1;
} */