html {
    scroll-behavior: smooth;
}
body {
    background: black;
}
a:hover {
    text-decoration: none;
}
@media (max-width: 768px) {
    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        width: auto;
        --bs-gutter-x: 3rem;
    }
}
.relative {
    position: relative;
}
.btn {
    background: #FFE900;
    border-radius: 23px;
    min-height: 46px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: black;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-family: "Monument Extended";
}
.btn:hover {
    background: black;
    color: white;
}
.btn-black {
    background: black;
    color: white;
}
.btn-black:hover {
    background: #FFE900;
    color: black;
}
.header {
    min-height: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 768px) {
    .header {
        position: fixed;
        z-index: 111;
        left: 0;
        right: 0;
        padding: 0 1rem;
    }
}
.header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 768px) {
    .header .container {
        width: 100%;
    }
}
.header--hamburguer {
    display: none;
    width: 40px;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: black;
    border-radius: 50%;
    border: 2px solid #FFE900;
}
@media (max-width: 768px) {
    .header--hamburguer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.header--logo img {
    height: 75px;
}
@media (max-width: 768px) {
    .header--link nav {
        display: none;
    }
}
.header--link ul {
    list-style: none;
    gap: 20px;
    padding: 0;
}
.header--link ul li {
    position: relative;
    max-width: 150px;
    font-family: "Monument Extended";
    font-weight: bold;
    font-style: normal;
}
.header--link ul li a {
    font-weight: 800;
    font-size: 12px;
    line-height: 14px;
    color: white;
    text-transform: uppercase;
    padding: 0 5px;
    position: relative;
}
.header--link ul li:hover a {
    color: black;
}
.header--link ul li:hover:before {
    content: "";
    background-image: url(/wp-content/uploads/2023/02/before-link.png);
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.menu-floating {
    position: fixed;
    bottom: 1rem;
    z-index: 99;
    height: 47px;
    background: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 1rem;
    border-radius: 3rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding-left: 4rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all 0.3s;
}
@media (max-width: 768px) {
    .menu-floating {
        display: none;
    }
}
.menu-floating.show {
    opacity: 1;
    visibility: visible;
}
.menu-floating .logo {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: black;
    border-radius: 50%;
    left: -1rem;
}
.menu-floating .logo img {
    width: 40px;
}
.menu-floating .menu--wp {
    list-style: none;
    gap: 20px;
    padding: 0;
}
.menu-floating .menu--wp li {
    position: relative;
    max-width: 150px;
    font-family: "Calvier";
    font-weight: bold;
    font-style: normal;
}
.menu-floating .menu--wp li a {
    font-weight: 800;
    font-size: 14px;
    line-height: 14px;
    color: white;
    text-transform: uppercase;
    padding: 0 5px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
}
.menu-floating .menu--wp li:hover a {
    color: #FFE900;
}
.menu-floating .menu--wp li.uk-active a {
    color: #FFE900;
}
.menu-floating .go-top {
    height: 29px;
    width: 29px;
    background: #FBEA4E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 2rem;
    border-radius: 50%;
    cursor: pointer;
}
.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
}
.overlay-linear {
    background: -webkit-gradient(linear, left bottom, left top, from(black), to(transparent)), -webkit-gradient(linear, left bottom, left top, from(black), to(transparent));
    background: linear-gradient(0deg, black, transparent), linear-gradient(0deg, black, transparent);
    position: absolute;
    inset: 0;
}
.heroe {
    position: relative;
    min-height: 650px;
    overflow: hidden;
}
.heroe-svg {
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
}
.heroe .social {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    min-width: 244px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 768px) {
    .heroe .social {
        display: none;
    }
}
.heroe .social img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
}
.heroe .social-content {
    margin-left: -6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
    z-index: 1;
}
.heroe-language {
    right: 4rem;
    position: absolute;
    top: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
@media (max-width: 768px) {
    .heroe-language {
        right: 40px;
        top: 6rem;
    }
}
.heroe-language a {
    border: 1px solid #FFFFFF;
    width: 40px;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    font-family: "Monument Extended";
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 17px;
    border-radius: 50%;
}
.heroe-language a.current {
    background: #FFE900;
    color: black;
    border-color: #FFE900;
}
.heroe-text {
    position: absolute;
    left: 16rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: white;
}
@media (max-width: 768px) {
    .heroe-text {
        position: absolute;
        left: 50%;
        top: auto;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        color: white;
        width: 90%;
        bottom: 5rem;
    }
}
@media (max-width: 768px) {
    .heroe-text .btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.heroe-text .text {
    text-align: left;
}
.heroe-text .text h4 {
    font-family: "Calvier";
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 42px;
}
@media (max-width: 768px) {
    .heroe-text .text h4 {
        font-size: 20px;
        line-height: 25px;
    }
}
.heroe-text .text h3 {
    font-weight: 400;
    font-size: 27px;
    line-height: 35px;
    font-family: "Monument Extended";
}
@media (max-width: 768px) {
    .heroe-text .text h3 {
        font-size: 19px;
        line-height: 25px;
    }
}
.heroe-text .text h1 {
    font-family: "Monument Extended";
    font-weight: 800;
    font-size: 60px;
    line-height: 67px;
}
@media (max-width: 768px) {
    .heroe-text .text h1 {
        font-size: 40px;
        line-height: 45px;
    }
}
.heroe-text *:not(a) {
    margin: 0;
    color: white;
    text-transform: uppercase;
}
section.padding {
    padding: 80px 0;
}
@media (max-width: 768px) {
    section.padding {
        position: relative;
    }
}
section.padding.competencias {
    padding: 120px 0;
}
section.puracalle {
    position: relative;
    overflow: hidden;
}
@media (max-width: 768px) {
    section.puracalle .picture {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 1rem;
    }
}
section.puracalle .bg {
    opacity: 0.5;
    pointer-events: none;
}
section.puracalle .col-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
section.puracalle .col-text h1 {
    margin: 0 0 10px;
    color: white;
    font-weight: 400;
    font-size: 70px;
    line-height: 86px;
    text-transform: uppercase;
    font-family: "Calvier";
}
@media (max-width: 768px) {
    section.puracalle .col-text h1 {
        font-size: 40px;
        line-height: 49px;
    }
}
section.puracalle .col-text h1 .line {
    -webkit-text-stroke: white;
    -webkit-text-stroke-width: 1px;
    color: black;
}
section.puracalle .col-text p {
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
    font-family: "Calvier";
}
@media (max-width: 768px) {
    section.puracalle .col-text p {
        font-size: 14px;
        line-height: 17px;
    }
}
section.entradas {
    padding: 100px 0 150px;
    position: relative;
    overflow: hidden;
}
@media (max-width: 768px) {
    section.entradas {
        padding: 80px 0 100px;
    }
}
section.entradas .col-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 768px) {
    section.entradas .picture {
        margin-bottom: 2rem;
    }
}
section.entradas h1 {
    font-weight: 400;
    font-size: 70px;
    line-height: 72px;
    text-transform: uppercase;
    font-family: "Calvier";
    color: black;
}
@media (max-width: 768px) {
    section.entradas h1 {
        font-size: 40px;
        line-height: 49px;
    }
}
section.entradas h1 .line {
    -webkit-text-stroke: black;
    -webkit-text-stroke-width: 2px;
    color: transparent;
    display: block;
}
section.entradas p {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 1rem;
    color: black;
    max-width: 89%;
    font-family: "Calvier";
}
@media (max-width: 768px) {
    section.entradas p {
        font-size: 14px;
        line-height: 17px;
    }
}
section.entradas .btn {
    font-size: 14px;
    margin-bottom: 10px;
}
@media (max-width: 768px) {
    section.entradas .btn {
	padding: 15px 32px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 16px;
        line-height: 19px;
    }
}
@media (max-width: 768px) {
    section.entradas .btn-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1rem;
    }
}
.paper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 800;
    font-size: 26px;
    line-height: 31px;
    color: black;
    position: relative;
    padding: 12px 22px 10px;
    font-family: "Monument Extended";
    text-transform: uppercase;
}
@media (max-width: 768px) {
    .paper {
        font-size: 19px;
        line-height: 23px;
    }
}
.paper:hover {
    color: black;
}
.paper:before {
    content: "";
    background-image: url(/wp-content/uploads/2023/02/paper-after.webp);
    position: absolute;
    inset: 0;
    background-size: cover;
}
.paper.two:before {
    background-image: url(/wp-content/uploads/2023/02/paper-after-two.webp);
}
.paper span {
    z-index: 1;
    line-height: 1;
}
@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    to {
        -webkit-transform: translate(-1400px);
        transform: translate(-1400px);
    }
}
@keyframes scroll {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    to {
        -webkit-transform: translate(-1400px);
        transform: translate(-1400px);
    }
}
.scrolling {
    position: absolute;
    bottom: 3rem;
    left: 0;
    right: 0;
    -webkit-transform: rotate(-1.11deg);
    transform: rotate(-1.11deg);
}
.scrolling-svg {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
}
.scrolling .slider {
    -webkit-animation: scroll 30s linear infinite;
    animation: scroll 30s linear infinite;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 2800px;
}
.scrolling .slider-content {
    margin-right: 10px;
    min-width: 220px;
}
.slider--container {
    padding: 0;
    overflow: hidden;
    position: relative;
}
@media (max-width: 768px) {
    .slider--container {
        padding: 0 1rem;
    }
}
.slider--scroller {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    overflow-x: scroll;
    overflow-y: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    scroll-behavior: smooth;
    gap: 15px;
    padding-bottom: 1rem;
    -webkit-overflow-scrolling: touch;
}
.slider-padding {
    scroll-snap-align: start;
    min-width: 100px;
    width: 100px;
}
.slider-invitados,
.slider-competencia,
.slider-campeones,
.slider-masterclass {
    overflow: revert;
    max-width: 1600px;
}
@media (min-width: 992px) {
    .slider-invitados,
    .slider-competencia,
    .slider-campeones,
    .slider-masterclass {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .slider-invitados,
    .slider-competencia,
    .slider-campeones,
    .slider-masterclass {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .slider-invitados,
    .slider-competencia,
    .slider-campeones,
    .slider-masterclass {
        max-width: 1320px;
    }
}
.slider-invitados.swiper-button-prev,
.slider-competencia.swiper-button-prev,
.slider-campeones.swiper-button-prev,
.slider-masterclass.swiper-button-prev {
    background: #FFE900;
    left: 0;
    width: 48px;
    height: 64px;
    border-radius: 0 15px 15px 0;
    --swiper-navigation-size: 15px;
    color: black;
    font-weight: 600;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
}
.slider-invitados.swiper-button-prev.swiper-button-disabled,
.slider-competencia.swiper-button-prev.swiper-button-disabled,
.slider-campeones.swiper-button-prev.swiper-button-disabled,
.slider-masterclass.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}
@media (max-width: 768px) {
    .slider-invitados.swiper-button-prev,
    .slider-competencia.swiper-button-prev,
    .slider-campeones.swiper-button-prev,
    .slider-masterclass.swiper-button-prev {
        width: 53.3px;
        height: 58px;
        --swiper-navigation-size: 17px;
    }
    .slider-invitados.swiper-button-prev svg,
    .slider-competencia.swiper-button-prev svg,
    .slider-campeones.swiper-button-prev svg,
    .slider-masterclass.swiper-button-prev svg {
        width: 10px;
    }
}
.slider-invitados.swiper-button-next,
.slider-competencia.swiper-button-next,
.slider-campeones.swiper-button-next,
.slider-masterclass.swiper-button-next {
    background: #FFE900;
    right: 0;
    width: 48px;
    height: 64px;
    border-radius: 15px 0 0 15px;
    --swiper-navigation-size: 15px;
    color: black;
    font-weight: 600;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
}
.slider-invitados.swiper-button-next.swiper-button-disabled,
.slider-competencia.swiper-button-next.swiper-button-disabled,
.slider-campeones.swiper-button-next.swiper-button-disabled,
.slider-masterclass.swiper-button-next.swiper-button-disabled {
    opacity: 0;
}
@media (max-width: 768px) {
    .slider-invitados.swiper-button-next,
    .slider-competencia.swiper-button-next,
    .slider-campeones.swiper-button-next,
    .slider-masterclass.swiper-button-next {
        width: 53.3px;
        height: 58px;
        --swiper-navigation-size: 17px;
    }
    .slider-invitados.swiper-button-next svg,
    .slider-competencia.swiper-button-next svg,
    .slider-campeones.swiper-button-next svg,
    .slider-masterclass.swiper-button-next svg {
        width: 10px;
    }
}
.slider-invitados.swiper-button-prev,
.slider-invitados.swiper-button-next {
    background: white;
}
.slider-campeones.swiper-button-prev,
.slider-campeones.swiper-button-next {
    background: black;
    color: white;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}
.slider-campeones.swiper-button-next {
    border-left: 1px solid white;
}
.slider-campeones.swiper-button-prev {
    border-right: 1px solid white;
}
.masterclass {
    padding: 100px 0;
}
@media (max-width: 768px) {
    .masterclass {
        padding: 40px 0 80px;
        position: relative;
    }
}
.masterclass h1 {
    font-weight: 400;
    font-size: 70px;
    line-height: 86px;
    color: white;
    text-transform: uppercase;
    margin-bottom: 2rem;
    font-family: "Calvier";
}
@media (max-width: 768px) {
    .masterclass h1 {
        font-size: 40px;
        line-height: 49px;
    }
}
.masterclass-item {
    width: 100%;
    height: 394px;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    scroll-snap-align: start;
    font-family: "Calvier";
}
.masterclass-item .text {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    gap: 15px;
}
.masterclass-item .text .info h4 {
    font-weight: 400;
    font-size: 40px;
    line-height: 45px;
    color: white;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: "Calvier";
}
.masterclass-item .text .info p {
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.masterclass-item .text .ico {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.masterclass-item .text .ico span {
    cursor: pointer;
}
.estelares {
    position: relative;
    padding-bottom: 3rem;
}
.estelares-svg {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    top: -10px;
}
.estelares-line-svg {
    position: absolute;
    z-index: 1;
    bottom: -1px;
    left: 0;
    width: 100%;
}
.estelares-line-svg path {
    fill: #141414;
    stroke: #141414;
}
.estelares h1 {
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    color: #FFE900;
    text-transform: uppercase;
    font-family: "Monument Extended";
}
.estelares .title {
    position: absolute;
    top: 8rem;
    font-size: 70px;
    line-height: 88px;
    font-family: "Calvier";
    color: white;
    z-index: 2;
}
@media (max-width: 768px) {
    .estelares .title {
        font-size: 40px;
        line-height: 49px;
    }
}
.estelares h3 {
    font-weight: 400;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 37px;
    font-family: "Calvier";
}
@media (max-width: 768px) {
    .estelares h3 {
        font-size: 25px;
        line-height: 31px;
    }
}
.dots {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 10px;
}
.dots li a {
    background-color: rgba(255, 255, 255, 0.4) !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
}
.dots li.uk-active a {
    background-color: rgb(255, 255, 255) !important;
    border-color: rgb(255, 255, 255) !important;
}
.arrow-estelares.uk-slidenav-previous {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: white;
    width: 48px;
    height: 64px;
    border-radius: 0 15px 15px 0;
    color: black !important;
    font-weight: 600;
    padding: 0;
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.arrow-estelares.uk-slidenav-previous svg {
    width: 10px;
}
@media (max-width: 768px) {
    .arrow-estelares.uk-slidenav-previous {
        width: 53.3px;
        height: 58px;
    }
    .arrow-estelares.uk-slidenav-previous svg {
        width: 10px;
    }
}
.arrow-estelares.uk-slidenav-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: white;
    width: 48px;
    height: 64px;
    border-radius: 15px 0 0 15px;
    color: black !important;
    font-weight: 600;
    padding: 0;
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.arrow-estelares.uk-slidenav-next svg {
    width: 10px;
}
@media (max-width: 768px) {
    .arrow-estelares.uk-slidenav-next svg {
        width: 10px;
    }
}
.arrow-estelares svg polyline {
    stroke-width: 2px;
}
.invitados {
    background-color: #141414;
    background-image: url(/wp-content/uploads/2023/02/bg-invitados.webp);
    background-position: 0rem -24rem;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.invitados-svg {
    top: 100%;
    position: absolute;
    width: 100%;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.invitados h1 {
    font-weight: 400;
    font-size: 70px;
    line-height: 86px;
    color: white;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: "Calvier";
}
@media (max-width: 768px) {
    .invitados h1 {
        font-size: 40px;
        line-height: 49px;
    }
}
.invitados h2 {
    font-size: 33px;
    line-height: 31px;
    padding: 15px 30px;
    margin-bottom: 2rem;
}
@media (max-width: 768px) {
    .invitados h2 {
        font-size: 19px;
        line-height: 23px;
    }
}
.invitados-item {
    background: url(/wp-content/uploads/2023/02/bg-invitado-1.webp);
    overflow: hidden;
    background-size: cover;
    border-radius: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    min-height: 250px;
}
@media (max-width: 768px) {
    .invitados-picture {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.invitados-picture img {
    width: 200px;
}
@media (max-width: 768px) {
    .invitados-picture img {
        width: 80%;
    }
}
.invitados-info {
    padding: 0 1rem;
    max-width: 138px;
}
.invitados-info h4 {
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: black;
    font-family: "Monument Extended";
}
@media (max-width: 768px) {
    .invitados-info h4 {
        font-size: 15px;
        line-height: 18px;
    }
}
.invitados-info .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 768px) {
    .invitados-info .social svg {
        width: 24px;
    }
}
.competencias {
    background-color: #a8a8a8;
    background-image: url(/wp-content/uploads/2023/02/bg-mas.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 0;
}
.competencias .title {
    text-align: center;
}
.competencias .title h1 {
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #000000;
    font-family: "Monument Extended";
}
@media (max-width: 768px) {
    .competencias .title h1 {
        font-weight: 400;
        font-size: 25px;
        line-height: 30px;
    }
}
.competencias .group {
    text-align: center;
    margin-bottom: 3rem;
}
.competencias .group .paper {
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    padding: 20px 40px;
    height: 25px;
    width: 110px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.campeones {
    background: #E8DC40;
    position: relative;
    padding: 80px 0 120px !important;
}
.campeones-svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.campeones h1 {
    font-weight: 400;
    font-size: 70px;
    line-height: 86px;
    margin-bottom: 3rem;
    color: black;
    text-transform: uppercase;
    font-family: "Calvier";
}
@media (max-width: 768px) {
    .campeones h1 {
        font-size: 40px;
        line-height: 49px;
    }
    .campeones h1 .line {
        display: block;
    }
}
.campeones h1 .line {
    -webkit-text-stroke: black;
    -webkit-text-stroke-width: 1px;
    color: transparent;
}
.campeones-item {
    background: url(/wp-content/uploads/2023/02/bg-campeones.webp);
    overflow: hidden;
    background-size: cover;
    border-radius: 32px;
    min-height: 354px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem;
}
.campeones-picture {
    max-width: 162px;
    margin-bottom: 1rem;
}
.campeones-info {
    text-align: center;
}
.campeones-info .name h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: black;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: "Monument Extended";
}
.campeones-info .detail {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: black;
    max-width: 80%;
    margin: 0 auto;
    font-family: "Calvier";
}
.campeones-info .detail p {
    margin-bottom: 0;
}
.patrocinadores {
    overflow: hidden;
    position: relative;
}
.patrocinadores .back-title {
    pointer-events: none;
    font-family: "Calvier";
}
.patrocinadores .back-title:before {
    content: attr(data-title);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, 0.1);
    font-size: 15rem;
    text-transform: uppercase;
    z-index: 1;
    font-weight: 600;
}
@media (max-width: 768px) {
    .patrocinadores .back-title:before {
        display: none;
    }
}
.patrocinadores h1 {
    font-weight: 400;
    font-size: 60px;
    line-height: 74px;
    text-transform: uppercase;
    margin-bottom: 2rem;
    text-align: center;
    color: white;
    font-family: "Calvier";
}
@media (max-width: 768px) {
    .patrocinadores h1 {
        font-size: 40px;
        line-height: 49px;
    }
}
.patrocinadores .uk-dotnav {
    margin-top: 3rem !important;
}
.patrocinadores .uk-dotnav li a {
    border-color: white;
}
.patrocinadores .uk-dotnav li.uk-active a {
    background: white;
}
.footer {
    padding: 3rem 0 0 0;
    position: relative;
    overflow: hidden;
    font-family: "Calvier";
}
.footer-svg {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
}
.footer-bg {
    opacity: 0.4;
}
@media (max-width: 768px) {
    .footer-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 1rem;
    }
}
.footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-transform: uppercase;
    gap: 5px;
}
.footer-links a {
    color: white;
}
.footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    gap: 15px;
}
@media (max-width: 768px) {
    .footer-social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 2rem;
        gap: 0;
    }
}
.footer-social h4 {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: white;
    text-transform: uppercase;
    margin: 0;
    font-family: "Calvier";
}
.footer-social .social {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer .copyrate {
    text-align: center;
    padding: 1rem 0 2rem;
    color: white;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
}
.ticket {
    position: fixed;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 2rem;
    bottom: 5rem;
    width: 85px;
    height: 85px;
    cursor: pointer;
    background: #FBEA4E;
    border-radius: 50%;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    visibility: hidden;
    opacity: 0;
    border: 5px solid black;
}
@media (max-width: 768px) {
    .ticket {
        bottom: 2rem;
        width: 80px;
        height: 80px;
    }
}
.ticket.show {
    visibility: visible;
    opacity: 1;
}
.ticket-img {
    /* max-width: 80%; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ticket-img img {
    max-width: 80%;
}
@media (max-width: 768px) {
    .ticket-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .ticket-img img {
        max-width: 69%;
    }
}
.ticket .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    translate: -50% -50%;
    -webkit-animation: 30s linear animate-circle infinite;
    animation: 30s linear animate-circle infinite;
    max-width: 90%;
}
@media (max-width: 768px) {
    .ticket .circle {
        max-width: 87%;
    }
}
@-webkit-keyframes animate-circle {
    0% {
        rotate: 25deg;
    }
    to {
        rotate: 360deg;
    }
}
@keyframes animate-circle {
    0% {
        rotate: 25deg;
    }
    to {
        rotate: 360deg;
    }
}
.pagination-swiper-custom {
    --swiper-pagination-bottom: 2rem;
}
.pagination-swiper-custom .swiper-pagination-bullet {
    border: 1px solid white;
}
.pagination-swiper-custom .swiper-pagination-bullet-active {
    background: white;
}
.pagination-swiper-custom.black .swiper-pagination-bullet {
    border: 1px solid black;
}
.pagination-swiper-custom.black .swiper-pagination-bullet-active {
    background: black;
}
.menu-movil {
    position: fixed;
    width: 93%;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: black;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.menu-movil.show {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
.menu-movil-container {
    padding: 2rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.menu-movil-container .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.menu-movil-container .top img {
    width: 40px;
}
.menu-movil-container .menu--wp {
    padding: 0;
    list-style: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right;
    gap: 21px;
    font-family: "Monument Extended";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    padding-right: 2rem;
}
.menu-movil-container .menu--wp a {
    color: white;
}
.menu-movil-container .menu--wp li.uk-active a {
    color: #FFE900;
}
.menu-movil-container .social {
    padding-top: 7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 15px;
    padding-right: 2rem;
}
.campeones {
    background-image: url(/wp-content/uploads/2023/02/bg-champions.webp);
    background-size: cover;
    background-blend-mode: multiply;
    background-color: #E8DC40;
    background-position: 0rem -1rem;
    background-repeat: no-repeat;
}
.entradas {
    background-image: url(/wp-content/uploads/2023/02/bg-entradas-1.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #E7D946;
    /* background-blend-mode: overlay; */
}
.entradas .container {
    position: relative;
}
.entradas .section-aux {
    position: absolute;
    inset: 0;
    background-image: url(/wp-content/uploads/2023/02/bg-entradas-people.webp);
    background-repeat: no-repeat;
    background-position: top left;
    /* background-blend-mode: overlay; */
    /* background-color: #E7D946; */
    /* width: 66rem; */
    mix-blend-mode: overlay;
}
.grr {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
.grr.rotate {
    bottom: auto;
    top: -28px;
    rotate: 180deg;
    z-index: 2;
}
@media (max-width: 768px) {
    .grr.rotate {
        top: -5px;
    }
}
.heroe .grr {
    bottom: -28px;
}
@media (max-width: 768px) {
    .heroe .grr {
        bottom: -5px;
    }
}

.estelares,
.patrocinadores,
.campeones,
.masterclass {
     display: none; 
}
