/***** Override per als conflictes entre estils de la zona VIP *****/

/*** Header  ***/
.inn-pad {
    padding: 0px;
}

.black-bg .inn-hdr {
    /* top: 0;
    padding: 0px;
    position: initial;
    transition: none; */
    background-color: #000;
}

.inn-hdr {
    height: 56px;
    flex-wrap: nowrap;
}

.logo {
    width: 72px;
    top: -12px;
}

.megamenu-sec ul {
    column-gap: 40px;
}

.megamenu-sec ul li a {
    font-family: 'Rubik-Medium';
    font-size: 18px;
    text-transform: none;
    transition: all .5s ease;
    letter-spacing: 0px;
}

.megamenu-sec ul li a:hover,
.megamenu-sec ul li a.active {
    font-family: 'Rubik-Medium';
    color: #FFC423;
}

.black-bg .megamenu-sec ul li.current-menu-item a:after {
    display: none;
}

/*** end Header  ***/

/*** Entrades  ***/
#main-content {
    height: auto;
}

.com-ent {
    place-self: unset;
}

.com-ent a {
    float: unset;
}

.bas-log ul li img {
    max-height: 140px;
}

/*** end Entrades  ***/

/* .entrades-opcions-lft {
    padding: 45px 60px;
} */

section.section-sub-nav,
.black-bg #main-content,
.red-bg #main-content,
.entrades-opcions-sec {
    padding-top: 100px;
}

/*** Footer  ***/
.ftr-mnu ul li {
    width: auto;
    text-align: unset;
}

.partner-sec {
    border-bottom: none;
}

.partner-sec ul li {
    flex: 1 1 100%;
}

.partner-sec ul li img {
    max-width: none;
    float: unset;
}

.subscribe-cnt {
    width: 100%;
}

.subscribe-cnt .txt-bx button {
    height: 45px;
}

.ftr-rht ul {
    column-gap: 18px;
}

.ftr-btm {
    padding-left: 0px;
    padding-right: 0px;
}

.ftr-mnu ul {
    gap: 1%;
}

/*** end Footer  ***/

/*** Contingut  ***/
.sub-nav ul li a:hover,
.sub-nav ul li a.active,
.sub-nav ul li a {
    color: #624219;
}

/*** end Contingut ***/

/* BG-372 */
.red-bg .entrades-info a.com-ent.vip:hover {
    background: #ffc423;
    color: #fff;
    border: 1px solid #ffc423;
}

.com-ent a:hover,
.explicacio-mid a:hover,
.entrades-info a.com-ent:hover,
.red-bg .entrades-info a.com-ent:hover {
    background: linear-gradient(to right, #A3681B, #0A0602);
    transition: all .5s ease;
}

.com-ent a {
    background: #B4222D;
    /* border: 1px solid #ffffff; */
}

.com-ent a:hover {
    background: #FFC423;
    border: 1px solid #FFC423;
}

.entrades-info>img {
    max-width: 100px;
}

/* .entrades-info {
    flex: none;
} */

.entrades-lst h3 {
    font-size: 45px;
}

.entrades-info p {
    font-size: 18px;
}

.explicacio-btm-scroll .swiper-slide a img.punt-vista-img {
    display: none;
    transition: all .5s ease;
}

.explicacio-btm-scroll .swiper-slide a:hover img {
    display: none;
}

.explicacio-btm-scroll .swiper-slide a:hover img.punt-vista-img {
    display: block;
}

@media screen and (max-width: 767px) {
    .black-bg .entrades-main p {
        font-size: 16px;
    }

    .black-bg .entrades-info p,
    .red-bg .entrades-info p {
        text-align: center;
    }

    .entrades-info p span {
        padding-right: 0px;
    }

    .red-bg .entrades-info a.com-ent,
    .entrades-info a.com-ent {
        width: fit-content;
    }
}

@media screen and (max-width: 479px) {

    /* .red-bg .entrades-info a.com-ent,
    .entrades-info a.com-ent {
        width: 40%;
    } */

    .entrades-lft {
        flex: 0 1 40%;
    }
}

.black-bg .sub-menu-nav {
    background: #000;
}

.explicacio-mid .img-div {
    float: left;
    width: 50%;
}

.explicacio-mid .img-div img {
    display: block;
    place-self: center;
}

/* end BG-372 */

/* BG-367 */
.entrades-lst ul li .mobile-entrades,
.entrades-lst ul li .desktop-entrades {
    flex: 0 1 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    row-gap: 10px;
}

.entrades-lst ul li .mobile-entrades {
    display: none;
}

@media screen and (max-width: 1440px) {
    .ftr-mnu ul {
        flex-wrap: wrap;
        justify-content: flex-end;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {

    .black-bg .entrades-info,
    .red-bg .entrades-info {
        flex: 0 1 19%;
    }

    .black-bg .entrades-info.last,
    .red-bg .entrades-info.last {
        flex: 0 1 28%;
    }

    .black-bg .entrades-main,
    .red-bg .entrades-main {
        flex: 0 1 34%;
    }

    .red-bg .entrades-info a.com-ent {
        width: 130px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {

    /* .black-bg .entrades-info p br,
    .red-bg .entrades-info p br {
        display: none;
    } */

    .entrades-info p,
    .black-bg .entrades-info p,
    .red-bg .entrades-info p {
        text-align: center;
    }

    .black-bg .entrades-info>img {
        max-width: 100%;
    }
}


@media screen and (max-width: 767px) {

    .entrades-lst ul li .mobile-entrades .entrades-lft::after,
    .entrades-lst ul li .desktop-entrades {
        display: none;
    }

    .entrades-lst ul li .mobile-entrades {
        display: flex;
    }

    .entrades-lst ul li .mobile-entrades .entrades-center {
        width: 25%;
    }

    .entrades-lst ul li .mobile-entrades .entrades-lft {
        flex: 0 1 35%;
        display: flex;
        flex-direction: column;
        order: inherit;
    }

    .entrades-info>img {
        max-width: 100%;
    }

    /* .black-bg .entrades-info p br,
    .red-bg .entrades-info p br {
        display: none;
    } */

    .ftr-rht ul {
        column-gap: 12px;
    }

}

/* end BG-367 */

/* Correccions espais */
@media screen and (max-width: 639px) {

    /* Pagina contingut */
    section.section-sub-nav {
        padding-top: 50px;
    }

    .sub-nav {
        margin-bottom: 10px;
    }

    .explicacio-sec-slider {
        padding: 25px 0 0px;
    }

    .explicacio-mid {
        padding: 20px 0 0;
    }

    .explicacio-btm {
        padding: 45px 0 0px;
    }

    .video-div {
        margin-bottom: 25px;
    }

    .fila-video {
        padding: 45px 0 45px;
    }

    .explicacio-mid a {
        width: fit-content;
        padding: 15px 34px;
    }

    .explicacio-mid p,
    .explicacio-rgt p,
    .explicacio-rgt ul li {
        line-height: 24px;
    }

    .fila-video h3 {
        line-height: 28px;
    }

    /* Pagina opcions */
    .hm-page .bas-log ul li h2 {
        font-size: 40px;
    }

    .red-bg .bas-video img,
    .black-bg .bas-video img {
        height: 400px;
    }

    .entrades-opcions-sec {
        padding-top: 50px;
    }

    .entrades-opcions-lft {
        width: 100%;
        padding: 25px 15px;
    }

    .entrades-opcions-main a {
        margin-top: 25px;

    }

    .entrades-opcions-main a,
    .entrades-opcions-main p,
    .features li {
        line-height: 24px;
    }

    .red-bg #main-content,
    .black-bg #main-content {
        padding-top: 75px;
    }

    .red-bg .proper-partit,
    .black-bg .proper-partit {
        top: 40%;
    }

    /* Entrades */

    .entrades-lst {
        padding-bottom: 25px;
    }

    .entrades-lst ul li .mobile-entrades {
        padding: 0px;
    }

    .entrades-lst ul {
        row-gap: 10px;
    }

    .entrades-lst ul li {
        padding-bottom: 0px;
    }

    .red-bg .entrades-info a.com-ent,
    .entrades-info a.com-ent,
    .red-bg .entrades-info a.com-ent.vip {
        /* padding: 10px 15px 10px 15px; */
        padding: 8px 20px 8px 20px;
        margin-right: 0px;
        font-size: 16px;
        line-height: 16px;

    }

    .com-ent a {
        padding: 15px 5px;
        width: 170px;
    }

    /* Footer */
    .red-bg .partner-sec ul,
    .black-bg .partner-sec ul {
        flex: 0 1 100%;
    }

    .entrades-lst h3 {
        font-size: 40px;
        line-height: 42px;
    }

    .subscribe-cnt .txt-bx button {
        width: 130px;
    }
}

@media screen and (max-width: 425px) {
    .subscribe-cnt .txt-bx button {
        width: 100%;
    }

    .ftr-mnu ul {
        justify-content: center;
    }

}

/* end Correccions espais */

/* JIRA BG-382 */

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .entrades-opcions-lft {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 767px) {
    .entrades-opcions-lft {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 639px) {
    .entrades-img img {
        max-height: 50px;
    }

    .black-bg .entrades-lst ul li {
        row-gap: 20px;
        border: 1px grey solid;
        /* border-radius: 10px; */
        margin-top: 8px;
        padding: 18px 2px;
    }

    .red-bg .entrades-lst ul li {
        row-gap: 20px;
        border: 1px white solid;
        /* border-radius: 10px; */
        margin-top: 8px;
        padding: 18px 2px;
    }

    .entrades-info>img {
        max-width: 70%;
    }

    .entrades-opcions-main h2 {
        line-height: 18px;
        font-family: 'NTF-Grand-Bold';
    }

    .img-pad img {
        max-height: 170px;
        object-fit: cover;
    }

    .entrades-opcions-main a,
    .entrades-opcions-main p {
        line-height: 20px;
        list-style: disc;
    }

    .features {
        padding-top: 25px;
    }

    .features ul {
        row-gap: 10px;
        PADDING-LEFT: 20PX;
    }

    .entrades-opcions-main a {
        font-size: 22px;
        padding: 10px 34px;
    }

    .explicacio-scroll .swiper-wrapper {
        max-height: 150px;
    }

    .explicacio-btm-div .swiper-wrapper img,
    .explicacio-scroll .swiper-wrapper {
        max-height: 200px;
        object-fit: cover;
    }

    .explicacio-rgt p {
        font-size: 16px;
        line-height: 22px;
    }

    .explicacio-mid p {
        font-size: 16px;
    }

    .explicacio-rgt ul li {
        font-size: 14px;
    }

    .explicacio-rgt ul li h4 {
        font-size: 16px;
    }

    .features li img {
        /* display: none; */
    }

    .black-bg .inn-banner,
    .red-bg .inn-banner {
        height: 200px;
    }

    .entrades-opcions-main {
        /* padding: 0px 35px; */
    }

}

.black-bg .inn-cap h1,
.red-bg .inn-cap h1 {
    /* font-family: 'Rubik-Regular'; */
    font-family: 'NTF-Grand-Bold';
}

.explicacio-rgt ul li h4 {
    font-family: 'Rubik-Bold';
}


@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .entrades-img img {
        max-width: fit-content;
    }
}

/* end JIRA BG-382 */

/* JIRA BG-385 */
.red-bg {
    background: #FFFFFF;
}

.red-bg .entrades-lst h3 {
    color: #282828;
    border-bottom: 1px solid #282828;
}

.entrades-main p {
    line-height: 16px;
}

.red-bg .entrades-info p {
    color: #282828;
}

.red-bg .entrades-info a.com-ent.vip {
    background: #B4222D;
    border: 1px solid #B4222D;
}

.black-bg p.visitant-name,
.red-bg p.visitant-name {
    max-width: 75px;
}

@media screen and (max-width: 639px) {
    .red-bg .entrades-lst ul li {
        border: 1px gray solid;
    }
}

.explicacio-mid a,
.black-bg .entrades-info a.com-ent.vip,
.red-bg .entrades-info a.com-ent:not(.vip) {
    background: linear-gradient(0deg, #be8535 0%, #d29c36 50%, #efcf71 100%);
    color: black;
}

.explicacio-mid a:hover,
.black-bg .entrades-info a.com-ent.vip:hover,
.red-bg .entrades-info a.com-ent:not(.vip):hover {
    filter: brightness(1.2);
    cursor: pointer;
    background: linear-gradient(0deg, #be8535 0%, #d29c36 50%, #efcf71 100%);
    color: black;
}

.entrades-opcions-main a {
    background: linear-gradient(0deg, #be8535 0%, #d29c36 50%, #efcf71 100%);
    border: none;
    color: black;
}

.entrades-opcions-main a:hover {
    filter: brightness(1.2);
    cursor: pointer;
    background: linear-gradient(0deg, #be8535 0%, #d29c36 50%, #efcf71 100%);
    border: none;
    color: black;
}

.entrades-opcions-lft {
    background: #1a1a1a;
    border: 1px #292929 solid;
}

.entrades-opcions-main h2 {
    background: linear-gradient(90deg, #be8535 0%, #d29c36 50%, #efcf71 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    /* Necesario para Safari y Chrome */
    line-height: 23px;
}

.features li,
.entrades-opcions-main p {
    font-size: 16px;
}

.features-cont {
    min-height: auto;
}

.entrades-opcions-main p {
    letter-spacing: 0px;
    margin-bottom: 5px;
}

.btn-flex-center {
    display: inline-flex;
    place-content: center;
    width: 100%;
}

.btn-flex-center .button {
    width: fit-content;
    padding: 10px 20px;
}

.entrades-opcions-sec h2.entrades-opcions-main-title {
    width: 100%;
    font-size: 45px;
    line-height: 49px;
    text-transform: uppercase;
    font-family: 'NTF-Grand-Bold';
    background: linear-gradient(90deg, #be8535 0%, #d29c36 50%, #efcf71 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    padding-bottom: 17px;
    border-bottom: 5px solid;
    border-image: linear-gradient(90deg, #be8535 0%, #d29c36 50%, #efcf71 100%);
    border-image-slice: 1;
    margin-bottom: 100px;
}

@media screen and (max-width: 639px) {
    .entrades-opcions-sec h2.entrades-opcions-main-title {
        font-size: 40px;
        line-height: 42px;
    }
}

/* end JIRA BG-385 */

/* JIRA BG-387 */
.entrades-lst h3 {
    background: linear-gradient(90deg, #be8535 0%, #d29c36 50%, #efcf71 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    border-bottom: 5px solid;
    border-image: linear-gradient(90deg, #be8535 0%, #d29c36 50%, #efcf71 100%);
    border-image-slice: 1;
}

.sub-nav ul li a {
    background: linear-gradient(90deg, #be8535 0%, #d29c36 50%, #efcf71 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.explicacio-btm h2,
.explicacio-mid h2,
.explicacio-rgt h3,
.explicacio-rgt h2,
.sub-nav ul li a.active,
.sub-nav ul li a:hover {
    background: linear-gradient(90deg, #be8535 0%, #d29c36 50%, #efcf71 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    border-bottom: 1px solid;
    border-image: linear-gradient(90deg, #be8535 0%, #d29c36 50%, #efcf71 100%);
    border-image-slice: 1;
}

.sub-nav ul li::after {
    position: absolute;
    content: '|';
    right: 0;
    top: 0px;
    background: linear-gradient(90deg, #be8535 0%, #d29c36 50%, #efcf71 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    line-height: 21px;
    font-family: 'Rubik-Light';
}

.explicacio-rgt ul li {
    background: url(../images/check.svg) no-repeat 0 1px;
    background-size: 28px 28px;
    padding-left: 35px;
}

.explicacio-scroll .swiper-pagination-bullet-active,
.explicacio-scroll .swiper-pagination-bullet:hover {
    background: linear-gradient(90deg, #be8535 0%, #d29c36 50%, #efcf71 100%);
}

.explicacio-scroll .swiper-button-next-explicacio {
    position: absolute;
    background: url(../images/arrow-daurat.svg) no-repeat;
    width: 68px;
    height: 68px;
    right: -90px;
    top: 40%;
    background-size: contain;
    cursor: pointer;
}

.explicacio-scroll .swiper-button-prev-explicacio {
    position: absolute;
    background: url(../images/arrow-daurat.svg) no-repeat;
    width: 68px;
    height: 68px;
    left: -90px;
    top: 40%;
    background-size: contain;
    cursor: pointer;
    transform: rotate(180deg);
}

/* end JIRA BG-387 */

section.apartat-contingut {
    float: left;
    width: 100%;
}


/***** NOU DISSENY JIRA BG-394 *****/
/** ENTRADES/ENTRADES VIP **/

.entrades-sec h2 {
    font-family: 'NTF-Grand-Bold';
    margin-bottom: 25px;
    font-size: 50px;
    line-height: 50px;
}

.row-vip {
    padding: 10px 4%;
}

.entrades-info span {
    padding-bottom: 15px;
    display: inline-block;
    font-size: 22px;
    color: #B4222D;
}

.explicacio-mid a,
.black-bg .entrades-info a.com-ent.vip,
.red-bg .entrades-info a.com-ent:not(.vip) {
    color: #FFFFFF;
}

.black-bg .entrades-info span {
    background: linear-gradient(90deg, #be8535 0%, #d29c36 50%, #efcf71 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    border-image: linear-gradient(90deg, #be8535 0%, #d29c36 50%, #efcf71 100%);
    border-image-slice: 1;
}

.red-bg .entrades-info p {
    font-size: 22px;
    color: #282828;
}

.black-bg .entrades-info p {
    font-size: 22px;
    color: #FFFFFF;
}

.entrades-info p span {
    padding-bottom: 0px;
    font-size: 24px;
    color: #282828;
    line-height: initial;
}

.entrades-lst h3 {
    font-family: "Rubik-Bold";
    font-size: 30px;
    border-bottom: none;
}

.red-bg .entrades-lst h3 {
    color: #B4222D;
    border-bottom: none;
}

.black-bg .entrades-lst ul li,
.red-bg .entrades-lst ul li {
    border: 1px solid #cfcfcf;
    padding: 0;
}

.entrades-lst ul li .entrades-info-main {
    flex: 0 1 50%;
    display: flex;
    height: 100%;
    width: 100%;
}

.entrades-lst ul li .entrades-info-main:first-child {
    border-right: 1px solid #cfcfcf;
}

.entrades-lst ul li .entrades-info-main .entrades-info {
    flex: 0 1 33%;
    padding: 23px;
    align-content: center;
}

.entrades-lst ul li .entrades-info-main .entrades-info.entrades-info-img {
    padding: 0;
}

.entrades-lst ul li .entrades-info-main .entrades-info.entrades-info-img img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.entrades-lst ul li .entrades-info-main .entrades-info.last {
    flex: 0 1 66%;
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.entrades-img {
    width: 100%;
}

.entrades-img img {
    max-height: 110px;
}

.entrades-lft::after {
    display: none;
}

.black-bg .entrades-info-equips p,
.red-bg .entrades-info-equips p {
    font-size: 24px;
    line-height: initial;
}

.black-bg .entrades-info-equips p strong,
.red-bg .entrades-info-equips p strong {
    font-family: "Rubik-Bold";
}

.entrades-info.entrades-info-equips>img {
    max-width: 70px;
}

.red-bg .entrades-info a.com-ent.vip {
    color: #B4222D;
    background: #FFFFFF;
    border: 2px solid #B4222D;
    font-family: "Rubik-Regular";
    letter-spacing: 0px;
    width: fit-content;
    padding: 8px 15px 8px 15px;
    border-radius: 15px;
}

.red-bg .entrades-info a.com-ent.vip:hover {
    color: #FFFFFF;
    background: #B4222D;
    border: 2px solid #B4222D;
}

.black-bg .entrades-info a.com-ent:not(.vip),
.black-bg .entrades-info a.com-ent:not(.vip):hover,
.red-bg .entrades-info a.com-ent:not(.vip),
.red-bg .entrades-info a.com-ent:not(.vip):hover {
    background: #c38935;
    border: 2px solid #c38935;
    font-family: "Rubik-Regular";
    letter-spacing: 0px;
    width: fit-content;
    padding: 8px 15px 8px 15px;
    border-radius: 15px;
    filter: none;
    color: #FFFFFF;
    max-height: fit-content;
}

@media screen and (max-width: 767px) {

    .entrades-sec-title h2,
    .entrades-sec h2,
    .black-bg .inn-cap h1,
    .red-bg .inn-cap h1,
    .black-bg .entrades-lst h3,
    .red-bg .entrades-lst h3 {
        padding: 0px 4%;
    }

    .entrades-sec-title h2,
    .entrades-sec h2 {
        font-size: 38px;
        line-height: 40px;
    }

    .row-vip {
        width: 100%;
        padding: 0;
    }

    .black-bg .entrades-info p,
    .entrades-info p span,
    .red-bg .entrades-info p {
        text-align: left;
        font-size: 14px;
        line-height: 20px;
    }

    .red-bg .entrades-lst h3 {
        font-size: 18px;
        line-height: 25px;
        text-transform: capitalize;
    }

    .entrades-lst ul li .entrades-info-main {
        flex: 0 1 100%;
        height: fit-content;
    }

    .entrades-lst ul li .entrades-info-main:first-child .entrades-info {
        flex: 0 1 60%;
        padding: 5px 23px;
        padding-bottom: 0px;
    }

    .entrades-lst ul li .entrades-info-main .entrades-info.entrades-info-img {
        padding: 0;
        flex: 0 1 40%;
    }

    .entrades-lst ul li .entrades-info-main:first-child .entrades-info .entrades-info-img {
        flex: 0 1 45%;
    }

    .entrades-lst ul li .entrades-info-main:last-child {
        flex-wrap: wrap;
    }

    .entrades-lst ul li .entrades-info-main:last-child .entrades-info {
        flex: 0 1 100%;
    }

    .entrades-lst ul li .entrades-info-main:last-child .entrades-info.entrades-info-equips p {
        text-align: left;
    }

    .entrades-lst ul li .entrades-info-main .entrades-info.entrades-main {
        padding: 23px 0 0 0;
        justify-content: left;
        gap: 10px;
    }

    .entrades-info>img {
        float: left;
        max-height: 40px;
    }

    .entrades-lst ul li .entrades-info-main .entrades-info.entrades-info-equips {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .entrades-lst ul li .entrades-info-main .entrades-info.last {
        display: flex;
        padding: 5px 23px;
        padding-top: 10px;
    }

    .entrades-lst ul li .entrades-info-main .entrades-info.last .com-ent {
        flex: 0 1 40%;
    }

    .entrades-lst ul li .entrades-info-main:first-child,
    .black-bg .entrades-lst ul li,
    .red-bg .entrades-lst ul li {
        border-right: none;
        border-left: none;
    }
}

/** end ENTRADES/ENTRADES VIP **/

/** OPCIONS VIP  **/

body.black-bg {
    background: #333333;
}

.entrades-opcions-sec {
    padding-top: 35px;
}

.entrades-opcions-sec .entrades-opcions-content {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.entrades-opcions-sec .entrades-opcions-content .entrades-opcions-main-lft {
    flex: 0 1 75%;
}

.entrades-opcions-sec .entrades-opcions-content h2.entrades-opcions-main-title {
    border-bottom: none;
    margin-bottom: 0;
    font-size: 55px;
    line-height: 55px;
    color: #bb8a45;
}

.entrades-opcions-sec .entrades-opcions-content .entrades-opcions-main-lft p {
    color: #FFFFFF;
}

.entrades-opcions-sec .entrades-opcions-content .entrades-opcions-main-rht {
    flex: 0 1 25%;
    display: flex;
    justify-content: right;
    gap: 5%;
}

.entrades-opcions-sec .entrades-opcions-content .entrades-opcions-main-rht img {
    max-width: 100px;
    object-fit: contain;
}

.entrades-opcions-sec .entrades-opcions-main {
    display: block;
}

.entrades-opcions-sec .entrades-opcions-main .entrades-opcio {
    width: 100%;
    float: left;
    margin-bottom: 75px;
}

.entrades-opcions-sec .entrades-opcions-main h2 {
    text-align: left;
    font-family: 'NTF-Grand-Bold';
    font-size: 45px;
    line-height: 33px;
}

.entrades-opcions-sec .entrades-opcions-main .entrades-opcions-main-info {
    display: flex;
    flex-wrap: wrap;
}

.entrades-opcions-sec .entrades-opcions-main .entrades-opcions-main-info .entrades-opcions-main-info-lft {
    flex: 0 1 55%;
}

.entrades-opcions-sec .entrades-opcions-main .entrades-opcions-main-info .entrades-opcions-main-info-lft .btn-flex-center a {
    width: 100%;
    color: #FFFFFF;
    margin-top: 30px;
    background: #bb8a45;
    border-radius: 15px;
    font-family: 'Rubik-Regular';
}

.entrades-opcions-sec .entrades-opcions-main .entrades-opcions-main-info .entrades-opcions-main-info-rht {
    flex: 0 1 45%;
    padding-left: 40px;
}

.entrades-opcions-sec .entrades-opcions-main .entrades-opcions-main-info .entrades-opcions-main-info-rht h3 {
    font-family: 'NTF-Grand-Bold';
    background: linear-gradient(90deg, #be8535 0%, #d29c36 50%, #efcf71 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-size: 37px;
    line-height: 30px;
}

.entrades-opcions-sec .entrades-opcions-main .entrades-opcions-main-info .entrades-opcions-main-info-rht .features {
    border-top: none;
}

.entrades-opcions-sec .entrades-opcions-main .entrades-opcions-main-info .entrades-opcions-main-info-rht .features p {
    margin-left: 48px;
}

@media screen and (max-width: 767px) {
    .entrades-opcions-sec .entrades-opcions-main .entrades-opcions-main-info {
        display: block;
    }

    .entrades-opcions-sec .entrades-opcions-main .entrades-opcions-main-info .entrades-opcions-main-info-rht {
        padding-left: 0px;
        margin-top: 25px;
    }

    .features ul {
        padding-left: 0px;
    }

    .entrades-opcions-sec .entrades-opcions-content h2.entrades-opcions-main-title {
        font-size: 40px;
        line-height: 35px;
    }
}

/** end OPCIONS VIP  **/

/** CONTINGUT VIP  **/

.sub-nav ul li {
    border-right: none;
}

.section-inn-title p {
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    font-family: 'Rubik-Regular';
    letter-spacing: 0.34px;
    margin-bottom: 10px;
}

.section-inn-title h1,
.explicacio-main .explicacio-lft .explicacio-scroll .explicacio-div h3 {
    float: left;
    width: 100%;
    font-size: 70px;
    line-height: 49px;
    text-transform: uppercase;
    font-family: 'NTF-Grand-Bold';
    padding-bottom: 15px;
    margin-bottom: 15px;
    background: linear-gradient(90deg, #be8535 0%, #d29c36 50%, #efcf71 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.explicacio-main .explicacio-lft .explicacio-scroll .explicacio-div h3 {
    font-size: 40px;
    text-align: left;
    height: fit-content;
}

.explicacio-main .explicacio-rgt h3 {
    font-family: 'NTF-Grand-Bold';
    background: linear-gradient(90deg, #be8535 0%, #d29c36 50%, #efcf71 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    border-bottom: none;
    font-size: 40px;
    margin-top: 0;
    height: fit-content;
    text-align: left;
    margin-top: 50px;
    line-height: 49px;
    margin-bottom: 5px;
}

.explicacio-sec.explicacio-sec-slider .explicacio-main .explicacio-rgt h3 {
    margin-top: 0px;
}

.explicacio-sec.explicacio-sec-slider .explicacio-main .explicacio-rgt .explicacio-scroll .explicacio-div h3 {
    margin-top: 50px;
}

.explicacio-rgt .explicacio-div a {
    background-color: #b4222d;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    margin-top: 25px;
    width: fit-content;
    float: left;
}

.explicacio-main .explicacio-lft .explicacio-scroll .explicacio-div p {
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    font-family: 'Rubik-Regular';
    letter-spacing: 0.34px;
    margin-bottom: 10px;
}

.explicacio-main .explicacio-lft .explicacio-scroll .explicacio-div p iframe {
    width: 100%;
}

.explicacio-main .explicacio-lft .explicacio-scroll .explicacio-div img {
    border: 2px solid #d7d7d7;
}

.explicacio-btm h2 {
    border-bottom: none;
    font-family: 'NTF-Grand-Bold';
}

.explicacio-btm .explicacio-btm-slider {
    float: left;
    width: 100%;
}

.explicacio-btm .explicacio-btm-slider .swiper-container img {
    max-height: 500px;
    object-fit: cover;
}

.explicacio-btm-cont {
    padding: 10px 4%;
}

.explicacio-btm-cont h3 {
    font-family: 'Rubik-Bold';
    color: #FFFFFF;
    background: url(../images/check.svg) no-repeat 0 1px;
    background-size: 28px 28px;
    padding-left: 40px;
}

.explicacio-btm-cont p {
    margin-top: 10px;
    padding-left: 40px;
    font-family: 'Rubik-Regular';
}

section.partners-sec {
    float: left;
    width: 100%;
}

section.partners-sec .partners-main {
    width: 100%;
    float: left;
    display: flex;
}

section.partners-sec .partners-main .partners-main-lft {
    flex: 0 1 30%;
}

section.partners-sec .partners-main .partners-main-lft h2 {
    float: left;
    width: 100%;
    font-size: 50px;
    line-height: 49px;
    text-transform: uppercase;
    font-family: 'NTF-Grand-Bold';
    color: #885C23;
    padding-bottom: 15px;
    margin-bottom: 50px;
    background: linear-gradient(90deg, #be8535 0%, #d29c36 50%, #efcf71 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

section.partners-sec .partners-main .partners-main-rht {
    flex: 0 1 70%;
    width: 70%;
    margin-bottom: 40px;
}

section.partners-sec .partners-main .partners-main-rht .swiper-slide img {
    object-fit: none;
    height: 60px;
}

.row-left {
    margin-left: calc((100% - 1170px) / 2);
    margin-right: 0;
    padding: 0px;
}

.formulari-sec {
    border-top: 2px solid #d3943d;
    border-bottom: 2px solid #d3943d;
    box-shadow: inset 0 0 0 1px #333;
    margin-bottom: 45px;
    padding-top: 0px;
}

.formulari-sec .explicacio-mid {
    padding: 50px 0 50px;
}

.formulari-sec .explicacio-mid h2 {
    border-bottom: none;
    color: #FFFFFF;
    font-family: 'NTF-Grand-Bold';
    padding-bottom: 0px;
}

.formulari-sec form a:hover,
.formulari-sec form a {
    background: none;
    color: #FFFFFF;
    text-decoration: underline;
    padding: 0px;
    width: fit-content;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    font-family: 'Rubik-Regular';
    letter-spacing: 0.34px;
    text-transform: none;
}

.formulari-sec form a:hover {
    background: linear-gradient(90deg, #be8535 0%, #d29c36 50%, #efcf71 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: #be8535;
}

.explicacio-mid .wpcf7 input[type="submit"] {
    background-color: #d3943d;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}

.explicacio-mid .wpcf7 input[type="text"],
.explicacio-mid .wpcf7 input[type="email"],
.explicacio-mid .wpcf7 input[type="tel"] {
    background-color: #484848;
    color: white;
    border: none;
    padding: 20px;
    width: 100%;
    border-radius: 10px;
}

.explicacio-mid .wpcf7 .wpcf7-acceptance {
    margin-top: 10px;
    color: white;
}

.explicacio-mid .wpcf7 input::placeholder {
    color: white;
    opacity: 1;
    font-family: 'Rubik-Regular';
    font-size: 18px;
    line-height: 26px;
}

@media screen and (max-width: 1024px) {
    .row-left {
        margin-left: 0;
        width: 100%;
        padding: 0 15px;
    }

    section.partners-sec {
        margin: 50px 0px 75px;
    }

    section.partners-sec .partners-main {
        flex-wrap: wrap;
    }

    section.partners-sec .partners-main .partners-main-lft,
    section.partners-sec .partners-main .partners-main-rht {
        flex: 0 1 100%;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {

    .formulari-sec .explicacio-mid form div div:has(input) {
        flex: 0 1 100% !important;
    }

    .explicacio-btm .explicacio-btm-slider .swiper-container img {
        max-height: 250px;
        object-fit: cover;
    }

    .explicacio-rgt .explicacio-div a {
        width: 100%;
    }

    .section-inn-title h1 {
        font-size: 50px;
    }



}

/** end CONTINGUT VIP  **/
/***** end NOU DISSENY JIRA BG-394 *****/

/***** end JIRA BG-396 *****/

/** En General **/
.section-inn-title h2,
.entrades-opcions-sec .entrades-opcions-content h2.entrades-opcions-main-title {
    font-family: 'NTF-Grand-Bold';
    margin-bottom: 25px;
    font-size: 50px;
    line-height: 50px;
}

#main-content.entrades-sec-video {
    padding-top: 0px;
}

#main-content.entrades-sec-video .bas-video {
    border-radius: 0px;
}

.black-bg .inn-cap h1,
.black-bg .section-inn-title h2,
.black-bg .entrades-sec h2,
.black-bg .entrades-sec-title h2 {
    background: linear-gradient(90deg, #be8535 0%, #d29c36 50%, #efcf71 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.entrades-sec-title {
    float: left;
    width: 100%;
    padding: 0;
}

.entrades-sec-title h2 {
    font-family: 'NTF-Grand-Bold';
    margin-bottom: 25px;
    font-size: 50px;
    line-height: 50px;
}

/** END En General **/

/** Entrades General i VIP **/
.entrades-lst ul li .entrades-info-main .entrades-info {
    padding: 15px 23px;
}

.entrades-lst ul li .entrades-info-main .entrades-info.entrades-main {
    padding: 10px;
}

.entrades-lst ul li .entrades-info-main .entrades-info.entrades-info-img {
    max-height: 135px;
}

.red-bg .sub-nav ul li a {
    color: #000000;
}

.red-bg .sub-nav ul li::after {
    position: absolute;
    content: '|';
    right: 0;
    top: 0px;
    background: linear-gradient(90deg, #000000 0%, #000000 50%, #000000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    line-height: 21px;
    font-family: 'Rubik-Light';
}

.red-bg .sub-nav ul li a:hover {
    background: linear-gradient(90deg, #000000 0%, #000000 50%, #000000 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    border-bottom: 1px solid;
    border-image: linear-gradient(90deg, #000000 0%, #000000 50%, #000000 100%);
    border-image-slice: 1;
}

.entrades-lst ul li .entrades-info-main .entrades-info.last .entrades-info-flex {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.entrades-lst ul li .entrades-info-main .entrades-info.last .entrades-info-flex p {
    text-align: center;
    color: #848484;
    font-size: 18px;
}

.entrades-lst ul li .entrades-info-main .entrades-info.last .entrades-info-flex a.com-ent.vip {
    margin-right: 0px;
}

@media screen and (max-width: 767px) {

    .red-bg .entrades-info a.com-ent.vip,
    .entrades-info a.com-ent.vip {
        margin-bottom: 0px;
    }

    .entrades-lst ul li .entrades-info-main .entrades-info.last .entrades-info-flex p {
        font-size: 14px;
    }

    .entrades-lst ul li .entrades-info-main .entrades-info.last .entrades-info-flex {
        gap: 0px;
    }

    .entrades-lst ul li .entrades-info-main .entrades-info.entrades-main {
        padding: 0px;
    }

    .ftr-mid .ftr-rht {
        justify-content: center;
    }

    .ftr-rht ul li a img {
        max-width: 30px;
    }
}

@media screen and (max-width: 639px) {
    .entrades-img img {
        max-height: 50px;
    }
}

/** END Entrades General i VIP **/

/** Landing partit entrades VIP  **/
/** END Landing partit entrades VIP  **/

/* Club Experience */
.swiper-button-prev-explica,
.swiper-button-next-explica {
    position: absolute;
    top: 40%;
    width: 44px;
    height: 44px;
    z-index: 10;
    cursor: pointer;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.swiper-button-prev-explica {
    left: 10px;
    background-image: url('../../resources/v3/images/arrow-grey-prev.svg');
}

.swiper-button-next-explica {
    right: 10px;
    background-image: url('../../resources/v3/images/arrow-grey-next.svg');
}

/* END Club Experience */

/** Contingut VIP **/
.explicacio-rgt .explicacio-div a {
    color: #B4222D;
    background: #FFFFFF;
    border: 2px solid #B4222D;
    font-family: "Rubik-Regular";
    letter-spacing: 0px;
    width: fit-content;
    padding: 8px 15px 8px 15px;
    border-radius: 15px;
    transition: all .5s ease;
}

.explicacio-rgt .explicacio-div a:hover {
    color: #FFFFFF;
    background: #B4222D;
    border: 2px solid #B4222D;
    font-family: "Rubik-Regular";
    letter-spacing: 0px;
    width: fit-content;
    padding: 8px 15px 8px 15px;
    border-radius: 15px;
}

/** END Contingut VIP **/

/** Versió mobile **/
@media screen and (max-width: 639px) {
    .partner-sec ul li ul li img {
        width: 50%;
    }
}

/** END Versió mobile **/

/***** end JIRA BG-396 *****/

/***** JIRA BG-397 *****/
.formulari-sec .wpcf7 form.init .wpcf7-response-output {
    display: none;
}

.formulari-sec .wpcf7 form .wpcf7-response-output {
    position: static;
    display: flex;
    color: #FFFFFF;
}

.formulari-sec .wpcf7 form p {
    text-align: left;
}

#form-sec {
    scroll-margin-top: 200px;
}

.black-bg .inn-banner img,
.red-bg .inn-banner img {
    opacity: 0.7;
}

/***** end JIRA BG-397 *****/