@font-face{
    font-family: "Rough Anthem";
    src: url("/css/fonts/Rough Anthem.ttf");
}

.promotions {
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    margin-top: 0 !important;
}    

.promotions .head-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 86px 0 0;
    background-position-y: -5vw;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: unset;
}

.promotions .head-section .background { 
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent linear-gradient(180deg, #001E3500 -40%, #001E35 100%) 0% 0% no-repeat padding-box;
    pointer-events: none;
}

.promotions .head-section .title-container {
    position: relative;
    text-align: center;
    line-height: 10px;
    z-index: 1;
}

.promotions .head-section .title-container .title {
    margin: 0;
    font-family: var(--berlin-demibold);
    font-size: 30px;
    text-shadow: 1px 2px 0px #720E45;
    text-transform: unset;
}

.promotions .head-section .title-container .date {
    font-family: var(--berlin-regular);
    font-size: 14px;
}

.promotions .head-section .title-container .date br {
    display: none;
}

.promotions .head-section .text {
    font-family: var(--berlin-demibold);
    font-size: 22px;
    z-index: 1;
}

.promotions .head-section .promo-header-image {
    display: flex;
    justify-content: center;
    width: calc(100% - 30px);
    min-width: 340px;
    max-width: 1060px;
    height: 150px;
    margin: 20px 0 25px;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #00000080;
    overflow: hidden;
    z-index: 1;
}

.promotions .head-section .promo-header-image picture { 
    display: flex;
    justify-content: center;
}

.promotions .head-section .promo-header-image img {
    width: 100%;
    min-width: 1023px;
    height: 100%;
}

.promotions .head-section .link-button {
    padding: 10px 20px;
    margin-bottom: 15px;
    z-index: 1;
}

.promotions .body-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--dark-main-color);
    gap: 30px;
    padding: 15px 0 30px;
}

.promotions .body-section .steps-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1100px;
    min-height: fit-content;
    padding: 0 15px;
}

.promotions .body-section .steps-container .step-card {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 10px;
    min-width: 250px;
    max-width: 350px;
    min-height: fit-content;
    padding: 20px 15px;
    border-radius: 10px;
    background-image: url(/img/promociones/pizarra-1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    box-shadow: 0px 3px 6px #00000080;
    text-align: center;
}

.promotions .body-section .steps-container .step-card .counter {
    font-family: var(--berlin-demibold);
    font-size: 50px;
}

.promotions .body-section .steps-container .step-card .title {
    margin: 0;
    max-width: 75%;
    font-family: var(--berlin-demibold);
    font-size: 18px;
    color: var(--secondary-color);
    line-height: normal;
    padding: 0;
}

.promotions .body-section .steps-container .step-card .text {
    font-family: var(--roboto-regular);
    font-size: 14px;
    line-height: normal;
}

.promotions .body-section .steps-container .step-card .text a {
    color: var(--secondary-color);
}

.promotions .body-section .table-container {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1065px;
}

.promotions .body-section .table-container .table-wrapper {
    display: flex;
    gap: 15px;
    width: fit-content;
    padding: 0 15px 4px;
    overflow: auto;
    scroll-snap-type: x mandatory; 
    scroll-padding: 0 15px;
    scroll-behavior: smooth;
}

.promotions .body-section .table-container .table-wrapper::-webkit-scrollbar {
    display: none;
}

.promotions .body-section .table-container .table-wrapper .promotion-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
    scroll-snap-align: center;
}

.promotions .body-section .table-container .table-wrapper .promotion-wrapper > .text {
    font-family: var(--roboto-regular);
    font-size: 14px;
}

.promotions .body-section .table-container .table-wrapper .promotion-wrapper .promotion-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 195px;
    border-radius: 5px;
    background-color: var(--main-color);
    box-shadow: 0px 3px 6px #00000080;
    padding: 20px 15px;
}

.promotions .body-section .table-container .table-wrapper .promotion-wrapper .promotion-card.image-link {
    padding: 0;
    background-color: transparent;
}

.promotions .body-section .table-container .table-wrapper .promotion-wrapper .promotion-card > .text {
    display: block;
    font-family: var(--berlin-demibold);
    font-size: 16px;
    line-height: normal;
}

.promotions .body-section .table-container .table-wrapper .promotion-wrapper .promotion-card .amount {
    position: relative;
    font-family: var(--berlin-demibold);
    font-size: 25px;
    line-height: 22px;
}

.promotions .body-section .table-container .table-wrapper .promotion-wrapper .promotion-card .amount span {
    display: block;
    width: 100%;
}

.promotions .body-section .table-container .table-wrapper .promotion-wrapper .promotion-card .amount .text {
    position: relative;
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFD030 100%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 1;
}

.promotions .body-section .table-container .table-wrapper .promotion-wrapper .promotion-card .amount .shadow {
    position: absolute;
    top: 2px;
    left: 2px;
    color: #720E45;
    z-index: 0;
}
.promotions .body-section .table-container .table-wrapper .promotion-wrapper .promotion-card .image {
    width: 100%;
    border-radius: 5px;
}

.promotions .body-section .terms-and-conditions-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 910px;
    padding: 0 10px;
    box-sizing: border-box;
}

.promotions .body-section .terms-and-conditions-container .term-and-condition-item {
    display: flex;
    flex-direction: column;
    transition: 0.5s all;
    gap: 15px;
}

.promotions .body-section .terms-and-conditions-container .term-and-condition-item.active {
    padding-bottom: 15px;
}

.promotions .body-section .terms-and-conditions-container .term-and-condition-item > .title {
    position: relative;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #1C8EBC4D;
    box-shadow: 0px 3px 6px #00000080;
    font-family: var(--berlin-demibold);
    font-size: 16px;
    cursor: pointer;
}

.promotions .body-section .terms-and-conditions-container .term-and-condition-item > .title::before {
    content: ' ';
    position: absolute;
    right: 30px;
    top: calc(50% - 9px);
    width: 10px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/img/layout/icons/SIGUIENTE.svg);
    transform: rotate(90deg);
    transition: 0.5s all;
}

.promotions .body-section .terms-and-conditions-container .term-and-condition-item.active > .title::before {
    transform: rotate(270deg);
}

.promotions .body-section .terms-and-conditions-container .term-and-condition-item .text-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    height: 0;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 15px;
    transition: 0.5s all;
}

.promotions .body-section .terms-and-conditions-container .term-and-condition-item .text-container .container {
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 100%;
}

.promotions .body-section .terms-and-conditions-container .term-and-condition-item .text-container .container .title {
    font-size: 14px;
    font-family: var(--berlin-demibold);
    margin: 0;
    padding: 0;
}

.promotions .body-section .terms-and-conditions-container .term-and-condition-item .text-container .container .text {
    font-size: 14px;
    font-family: var(--roboto-regular);
}

.promotions .body-section .terms-and-conditions-container .general-conditions-link {
    color: var(--main-color);
    font-family: var(--berlin-regular);
    font-size: 16px;
    text-align: center;
}


@media(min-width: 670px) {
    .promotions .head-section .categories-navbar {
        margin-left: 0;
    }
}

@media(min-width: 1024px) {
    .promotions .head-section .promo-header-image {
        height: 200px;
        margin: 20px 0 35px;
    }
    
    .promotions .body-section .table-container .table-wrapper::-webkit-scrollbar {
        display: block;
        height: 2px;
    }
    
    .promotions .body-section .table-container .table-wrapper::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: var(--main-color);
    }
}

@media(min-width: 1090px) {
    .promotions .body-section .steps-container .step-card {
        flex: 1;
    }
}
@media (orientation: portrait) {
    .head-section {
        background-image: url(/img/baresHome/bg01-m-tapas_bar_sin_pizarra.webp);
    }
}

@media (orientation: landscape) {
    .head-section {
        background-image: url(/img/baresHome/bg01-d-tapas_bar_sin_pizarra.webp);
    }
}