/* GLOBAL */
.chart-features-dates {
    overflow: hidden;
}
.chart-features-dates .header-container {
    flex: 1;
}
.calendars .flatpickr-calendar {
    background-color: transparent!important;
}
/* ACCORDION SEASON  */
.head-season .item-list {
    position: relative;
    padding: 1.6rem 0;
    color: var(--crema-fondo, #F1F1EA);
    text-align: left;
    font-style: normal;
    font-size: 1.8rem;
    font-weight: var(--font-weight-regular);
    line-height: 144.444%;
    isolation: isolate;
    transition: all .7s;
}
.head-season .item-list::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    z-index: 1;
    background-color: var(--crema-fondo, #F1F1EA);
}
.head-season .item-list::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: -100vw;
    width: 300vw;
    height: calc(100% + 1px);
    z-index: -1;
    background-color: var(--azul-oscuro, #202C3A);
}
.head-season .item-list .icon-plus {
    width: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    pointer-events: none;
}
/* OPEN ACCORDION */
.open-acordion .head-season .item-list h3 {
    color: var(--azul-oscuro, #202C3A);
}
.open-acordion .head-season .item-list::before {
    background-color: var(--crema-fondo);
}
.open-acordion .head-season .item-list .icon-plus::before {
    content: "\e911";
    color: var(--azul-oscuro, #202C3A);
}
@media only screen 
and (min-width: 961px) {
    .head-season .item-list {
        padding: 2.2rem 0;
        cursor: pointer;
        font-size: 3.2rem;
        font-weight: var(--font-weight-light);
        line-height: 118.75%;
        letter-spacing: -.02em;
        text-align: center;
    }
}
@media only screen 
and (min-width: 0) 
and (max-width: 960px) {
    .head-season .item-list i {
        right: 1.6rem;
    }
}


/* SEASON  */
.season {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}
.season .wp-block-table {
    margin: 0 0 2.4rem;
}
.season .row {
    max-width: var(--row-default);
}
.season .head {
    position: relative;
}
.season .head .icon-close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 2.8rem;
    width: auto;
    cursor: pointer;
}
.season .head .icon-close::before {
    font-size: 2.4rem;
    color: var(--azul-oscuro, #202C3A);
}
.season .types {
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1.5rem;
}
.season .types li {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    color: var(--azul-oscuro, #202C3A);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: var(--font-weight-light);
    line-height: 150%;
    letter-spacing: -.02em;
    column-gap: 1rem;
}
.season .types li::before {
    content: "";
    display: inline-block;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    overflow: hidden;
}
.season .types .promo::before {
    background-color: #EAD388;
}
.season .types .low::before {
    background-color: #6292B5;
}
.season .types .high::before {
    background-color: #304969;
}
.season .calendars-container .calendars {
    width: 100%;
    margin: 0 auto 2rem;
}

/* TABLE */
.season .table-container table {
    margin: 0 0 2.4rem;
}
.season .table-container table tr:not(:first-child) td:first-child {
    text-align: left;
}
.season .table-container table tr:not(:first-child) td:nth-child(3),
.season .table-container table tr:not(:first-child) td:nth-child(4) {
    color: var(--crema-fondo, #F1F1EA);
}
.season .table-container table tr:not(:first-child) td:first-child {
    border-bottom: 1px solid var(--dark, #071321);
}
.season .table-container table tr:not(:first-child) td:not(:first-child) {
    border: 1px solid var(--crema-fondo, #F1F1EA);
}
.season .table-container table tr:not(:first-child) td:nth-child(2) {
    background-color: #EAD388;
}
.season .table-container table tr:not(:first-child) td:nth-child(3) {
    background-color: #6292B5;
}
.season .table-container table tr:not(:first-child) td:nth-child(4) {
    background-color: #304969;
}
.season .table-container td,
.season .table-container th {
    color: var(--azul-oscuro, #202C3A);
    text-align: center;
    font-family: var(--sf-pro-light);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: var(--font-weight-light);
    line-height: 150%;
    letter-spacing: -.02em;
    padding: 1.2rem 0;
}
.season .table-container tr:nth-child(1) td:first-child {
    border-bottom: none;
}
.season .table-container tr:nth-child(1) td:first-child,
.season .table-container tr:nth-child(2) td:first-child {
    border-left: none;
    border-top: none;
}
.season .table-container tr:not(:first-child) td:nth-child(1),
.season .table-container tr:not(:first-child) td:nth-child(2) {
    border-left: none;
}
.season .table-container tr:first-child td:nth-child(1),
.season .table-container tr:not(:first-child) td:nth-child(1) {
    border-right: none;
}
.season .table-container tr:nth-child(1) [colspan="3"] {
    border-top: 1px solid var(--dark);
    border-left: none;
    border-right: none;
    border-bottom: none;
}
.season .table-container tr:nth-child(1) td,
.season .table-container tr:nth-child(2) td {
    font-weight: var(--font-weight-medium);
    text-align: center!important;
}
.season .table-container .legals {
    list-style-type: none;
    padding-left: 7.1rem;
}
.season .table-container .legals li {
    color: var(--azul, #253A52);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: var(--font-weight-light);
    line-height: 150%;
    letter-spacing: -.02em;
}
/* BANNER CTA */
.season .banner-cta .wp-block-buttons {
    width: 100%;
}
.season .banner-cta p {
    margin: 0 0 2.4rem;
}


@media only screen 
and (min-width: 961px) {
    .season .head {
        position: relative;
    }
    .season .types {
        margin: 0;
        column-gap: 3rem;
    }
    .season .types li {
        column-gap: 2rem;
        margin: 0;
    }
    .season .types li:before {
        width: 2.4rem;
        height: 2.4rem;
    }
    .season .table-and-calendars {
        display: flex;
    }
    .season .table-and-calendars .table-container,
    .season .table-and-calendars .calendars-container {
        flex: none;
        width: 100%;
    }
    /* TABLE */
    .season .table-container table {
        margin: 0 0 1.6rem;
    }
    /* BANNER CTA */
    .season .banner-cta p {
        margin: 0 0 1.8rem;
    }
} 
@media only screen 
and (min-width: 0) 
and (max-width: 960px) {
    .season .row {
        padding: 0;
    }
    .season .table-container {
        margin: 0 0 4rem;
    }
    .season .table-container .overflow {
        overflow-x: auto;
        width: calc(100% + 4rem);
        flex: none;
        margin: 0 0 2rem;
        position: relative;
        left: -2rem;
    }
    .season .table-container table {
        width: 60rem;
    }
    .season .table-container table tr:not(:first-child) td:first-child::after,
    .season .table-container table tr:not(:first-child) td:first-child::before {
        content: "";
        width: 100%;
        height: 1px;
        background-color: var(--dark, #071321);
        position: absolute;
        bottom: -1px;
        left: 0;
    }
    .season .table-container table tr:not(:first-child) td:first-child::after {
        width: 2px;
        height: 100%;
        left: -1px;
        top: 0;
        bottom: auto;
        background-color: var(--crema-fondo);
    }
    .season .table-container table tr:not(:first-child):not(:nth-child(2)) td:first-child {
        padding-left: 1.2rem;
    }
    .season .table-container table tr:not(:first-child) td:first-child {
        width: 11.5rem;
        position: sticky;
        z-index: 10;
        left: 0;
        background-color: var(--crema-fondo);
    }
    .season .table-container table tr:not(:first-child) td:not(:first-child) {
        width: 10.8rem;
    }
    /* LEGALS */
    .season .table-container .legals {
        padding: 0 2rem;
    }
    .season .table-container .legals li {
        position: relative;
        padding-left: 4.6rem;
    }
    .season .table-container .legals li:not(:last-child){
        margin: 0 0 1.2rem;
    }
    .season .table-container .legals li:before {
        content: "";
        width: 2.4rem;
        height: 1px;
        background-color: var(--rojo, #E26F6F);
        position: absolute;
        top: 1rem;
        left: 0;
        display: inline-block;
    }
}

/* ANIMATION */
.season {
    padding: 0;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: opacity 0.4s, visibility 0.4s, max-height 0.4s, padding 0.4s;
    -moz-transition: opacity 0.4s, visibility 0.4s, max-height 0.4s, padding 0.4s;
    -ms-transition: opacity 0.4s, visibility 0.4s, max-height 0.4s, padding 0.4s;
    transition: opacity 0.4s, visibility 0.4s, max-height 0.4s, padding 0.4s;
}
.wp-admin .season,
.open-acordion .season {
    opacity: 1;
    visibility: visible;
    max-height: 500rem;
    padding: 1.6rem 2rem 9.7rem;
}
@media only screen 
and (min-width: 961px) {
    .open-acordion .season {
        padding: 0 3rem 3rem;
    }
} 