@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

/*************/
.shortcode-newsletter-pdf-download {
    text-align: center;
}

.shortcode-newsletter-pdf-download a {
    background: #e5af44 !important;
    border-radius: 4px;
    color: #fff !important;
    display: inline-block !important;
    font-size: 12px;
    font-family: "Helvetica LT Std" !important;
    font-weight: 700;
    height: auto;
    line-height: 1;
    padding: 15px 24px !important;
    text-decoration: none;
}

.shortcode-newsletter-pdf-download .shortcode-newsletter-pdf-download-modal {
    display: none;
    height: 400px;
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 600px;
    z-index: 2000;
}

@media screen and (max-width: 1024px) {
    .shortcode-newsletter-pdf-download .shortcode-newsletter-pdf-download-modal {
        width: 90vw;
    }
}

.shortcode-newsletter-pdf-download .shortcode-newsletter-pdf-download-modal a.close {
    background: #fff !important;
    border-radius: 50%;
    color: #e5af44 !important;
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0 !important;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transform: translate3d(50%, -50%, 0);
    width: 30px;
}

.shortcode-newsletter-pdf-download .shortcode-newsletter-pdf-download-modal a.close .fa-solid {
    font-family: "Font Awesome 6 Free" !important;
}

.shortcode-newsletter {
    background-color: transparent;
    background-image: url(/wp-content/uploads/2025/03/fondo-susbcribe-scaled.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
}

.shortcode-newsletter .row {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: flex-start;
}

.shortcode-newsletter .row>div.col-1 {
    overflow: hidden;
    width: 8.3333333333%;
}

.shortcode-newsletter .row>div.col-2 {
    overflow: hidden;
    width: 16.6666666667%;
}

.shortcode-newsletter .row>div.col-3 {
    overflow: hidden;
    width: 25%;
}

.shortcode-newsletter .row>div.col-4 {
    overflow: hidden;
    width: 33.3333333333%;
}

.shortcode-newsletter .row>div.col-5 {
    overflow: hidden;
    width: 41.6666666667%;
}

.shortcode-newsletter .row>div.col-6 {
    overflow: hidden;
    width: 50%;
}

.shortcode-newsletter .row>div.col-7 {
    overflow: hidden;
    width: 58.3333333333%;
}

.shortcode-newsletter .row>div.col-8 {
    overflow: hidden;
    width: 66.6666666667%;
}

.shortcode-newsletter .row>div.col-9 {
    overflow: hidden;
    width: 75%;
}

.shortcode-newsletter .row>div.col-10 {
    overflow: hidden;
    width: 83.3333333333%;
}

.shortcode-newsletter .row>div.col-11 {
    overflow: hidden;
    width: 91.6666666667%;
}

.shortcode-newsletter .row>div.col-12 {
    overflow: hidden;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .shortcode-newsletter .row {
        flex-direction: column;
    }

    .shortcode-newsletter .row>div[class^="col-"] {
        width: 100%;
    }
}

.shortcode-newsletter h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px;
}

.shortcode-newsletter p {
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    margin: 0 0 5px;
}

.shortcode-newsletter p strong {
    color: #fff;
}

.shortcode-newsletter iframe {
    text-align: left;
}

.shortcode-newsletter br.br {
    display: none;
}

.shortcode-newsletter[data-type="after-article"] br.br {
    display: initial !important;
}

.shortcode-newsletter[data-type="after-article"] h2 {
    font-size: 32px !important;
}

.cs-nextpost-inner aside .shortcode-newsletter {
    display: none !important;
}

body.single .entry-content .shortcode-newsletter {
    margin: 0 -5vw 10px;
}

@media screen and (max-width: 1024px) {
    body.single .entry-content .shortcode-newsletter {
        margin: 0 0 10px;
    }
}

/*************/

:root {
    --scrollbar-width: 0.5rem;
    --wrapped-width: 1400px;
}

::-webkit-scrollbar {
    background: #aaa;
    max-height: 0.5rem;
    width: var(--scrollbar-width);
}

::-webkit-scrollbar-thumb {
    background: #e5af44
}

::-webkit-scrollbar-track {
    background: transparent;
    border: none;
    border-bottom: none !important;
    border-left: 0.0625rem solid #ddd;
    border-top: none !important
}

html,
body {
    scroll-behavior: smooth;
}

html {
    font-size: 16px;
    /* 1rem */
}

body {
    background: #0e2231;
    cursor: default;
    font-family: Inter, sans-serif;
    margin: 0;
    padding: 126px 0 0;
}

@media screen and (max-width: 1024px) {
    body {
        padding: 70px 0 0;
    }
}

body:has(.top-menu.active) {
    overflow: hidden;
    position: fixed;
}

body * {
    box-sizing: border-box;
    scroll-margin-top: 126px;
}

@media screen and (max-width: 1024px) {
    body * {
        scroll-margin-top: 70px;
    }
}

body>.content-wrapper {
    background: #1f2d43;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    body>.content-wrapper {
        overflow: hidden;
        width: 100vw;
    }
}

header {
    background: #1c2d41;
    background-size: cover;
    height: auto;
    padding: 0 0 150px;
    position: relative;
    width: calc(100vw - var(--scrollbar-width));
}

@media screen and (max-width: 1024px) {
    header {
        padding: 0 0 80px;
    }
}

header>.header-wrapper {
    align-items: center;
    background: #000c;
    display: flex;
    flex-direction: row;
    height: auto;
    justify-content: space-between;
    left: 0;
    margin: auto;
    position: fixed;
    padding: 1rem 3.75rem;
    top: 0;
    width: calc(100vw - var(--scrollbar-width));
    z-index: 1500;
}

@media screen and (max-width: 1024px) {
    header>.header-wrapper {
        background: #010c1ac4;
        backdrop-filter: blur(10px);
        left: 0;
        max-width: initial;
        padding: 5vw;
        position: fixed;
        top: 0;
        width: 100vw;
        z-index: 1500;
    }
}

@media screen and (max-width: 1024px) {
    header>.header-wrapper>.logo {
        position: relative;
        z-index: 1500;
    }
}

header>.header-wrapper>.logo>img {
    height: 90px;
    width: auto;
}

@media screen and (max-width: 1024px) {
    header>.header-wrapper>.logo>img {
        height: 1.875rem;
        width: 7.8125rem;
    }
}

header>.header-wrapper>ul.top-menu {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 2rem;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 1024px) {
    header>.header-wrapper>ul.top-menu {
        background: #0E2131;
        flex-direction: column;
        gap: 2rem;
        height: 100vh;
        left: 0;
        position: fixed;
        top: 0;
        transform: translate3d(-100%, 0, 0);
        transition: 0.3s transform;
        width: 100vw;
        z-index: 1000;
    }

    header>.header-wrapper>ul.top-menu.active {
        transform: translate3d(0, 0, 0);
    }

    header>.header-wrapper>ul.top-menu.active+a.burguer>span:nth-child(2) {
        opacity: 0;
    }

    header>.header-wrapper>ul.top-menu.active+a.burguer>span:nth-child(1) {
        transform: translateX(0.25rem) scale(0.9666) rotate(45deg);
    }

    header>.header-wrapper>ul.top-menu.active+a.burguer>span:nth-child(3) {
        transform: translateX(0.25rem) scale(0.966) rotate(-45deg);
    }
}

header>.header-wrapper>ul.top-menu>li {
    margin: 0;
    padding: 0;
}

header>.header-wrapper>ul.top-menu>li>a {
    color: #fff;
    font-family: 'Syne', sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s all;
}

@media screen and (max-width: 1440px) {
    header>.header-wrapper>ul.top-menu>li>a {
        font-size: 20px;
    }
}

@media screen and (max-width: 1280px) {
    header>.header-wrapper>ul.top-menu>li>a {
        font-size: 18px;
    }
}

header>.header-wrapper>ul.top-menu>li>a:hover {
    color: #e5af44;
}

header>.header-wrapper>ul.top-menu>li>a.enlace-votar {
    align-items: center;
    background: linear-gradient(84.77deg, #E5AF44 1.59%, rgba(229, 175, 68, 0.25) 121.45%) !important;
    border: none;
    border-radius: 6.25rem;
    color: #293340 !important;
    cursor: pointer;
    display: flex !important;
    flex: none;
    flex-grow: 0;
    font-family: Syne, sans-serif !important;
    font-size: 1.5rem;
    font-weight: 500;
    gap: 1.25rem;
    justify-content: center;
    line-height: 1;
    padding: 10px 1.75rem !important;
    position: relative;
    text-decoration: none;
    transition: 0.6s all;
    width: auto !important;
}

@media screen and (max-width: 1440px) {
    header>.header-wrapper>ul.top-menu>li>a.enlace-votar {
        font-size: 20px;
    }
}

@media screen and (max-width: 1280px) {
    header>.header-wrapper>ul.top-menu>li>a.enlace-votar {
        font-size: 18px;
    }
}

header>.header-wrapper>ul.top-menu>li>a.enlace-votar::after {
    background: url(../img/7202-link-arrow.png) center center no-repeat transparent;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 1.25rem;
    width: 1.25rem;
}

header>.header-wrapper>a.burguer {
    display: none;
}

header>.header-wrapper>a.burguer>span {
    transform-origin: left center;
    transition: 0.3s all;
}

@media screen and (max-width: 1024px) {
    header>.header-wrapper>a.burguer {
        align-items: center;
        color: #fff;
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        justify-content: space-between;
        line-height: 1;
        position: relative;
        width: 1.875rem;
        z-index: 1500;
    }

    header>.header-wrapper>a.burguer>span {
        border-top: 0.125rem solid #fff;
        display: block;
        height: 0.125rem;
        width: 1.875rem;
    }
}

header>.header-content {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    gap: 12.5rem;
    height: auto;
    justify-content: space-between;
    margin: auto;
    max-width: var(--wrapped-width);
    padding: 2.5rem 3.75rem;
}

@media screen and (max-width: 1024px) {
    header>.header-content {
        flex-direction: column;
        gap: 2.5rem;
        padding: 1.25rem 1.25rem 2.5rem;
    }
}

header>.header-content>div:nth-child(1) {
    align-items: flex-start;
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 4rem;
    justify-content: center;
}

header>.header-content>div:nth-child(1)>div:nth-child(1) {
    align-items: center;
    border: 1px solid #fff;
    border-radius: 3.4375rem;
    color: #fff;
    display: flex;
    font-family: Syne, sans-serif;
    font-size: 1.875rem;
    font-weight: 400;
    height: 3.4375rem;
    justify-content: center;
    line-height: 1.05;
    width: 26.25rem;
}

@media screen and (max-width: 1024px) {
    header>.header-content>div:nth-child(1)>div:nth-child(1) {
        font-size: 1.5rem;
        line-height: 1;
        width: 90vw;
    }
}

header>.header-content>div:nth-child(1)>div:nth-child(2) {
    color: #fff;
    font-family: Syne, sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
}

@media screen and (max-width: 1024px) {
    header>.header-content>div:nth-child(1)>div:nth-child(2) {
        font-size: 2rem;
        line-height: normal;
        text-align: center;
    }
}

header>.header-content>div:nth-child(1)>div:nth-child(2)>span {
    color: #E0FAFC;
}

header>.header-content>div:nth-child(1)>div:nth-child(3) {
    color: #fff;
    font-family: Syne, sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.4;
    max-width: 34.375rem;
}

@media screen and (max-width: 1024px) {
    header>.header-content>div:nth-child(1)>div:nth-child(3) {
        font-size: 1rem;
        text-align: center;
    }
}

header>.header-content>div.golden-award {
    background: url(../img/7202-golden-award.png) top center no-repeat transparent;
    background-size: contain;
    height: 600px;
    max-width: 100%;
    width: 448px;
}

@media screen and (max-width: 1024px) {
    header>.header-content>div.golden-award {
        height: calc(90vw * 584 / 436);
        width: 90vw;
    }
}

header>.header-bottom {
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

header>.header-bottom>.content {
    align-items: center;
    color: #fff;
    display: flex;
    font-family: "Syne", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    justify-content: center;
    line-height: 1.2;
    margin: 0 0 50px;
    text-align: center;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    header>.header-bottom>.content {
        background: none;
        font-size: 1rem;
        line-height: 1;
    }
}

@media screen and (max-width: 320px) {
    header>.header-bottom>.content {
        font-size: 14px;
    }
}

header>.header-bottom>.brands {
    background-color: transparent;
    color: #fff;
    font-family: "Syne", sans-serif;
    font-size: 1.3rem;
    font-weight: bold;
    height: auto;
    line-height: 1.25;
    margin: -1px auto 0;
    padding: 5px 0 0;
    position: relative;
    text-align: center;
    text-transform: none;
    width: 96vw;
    z-index: 2;
}

@media screen and (max-width: 1024px) {
    header>.header-bottom>.brands {
        font-size: 1rem;
        padding: 5px 10px 0;
    }
}

.what-header {
    background: url(../img/7202-bottom-header.png) bottom center no-repeat transparent;
    background-size: 100% auto;
    content: "";
    display: block;
    height: 11.8125rem;
    margin: -188px 0 0;
    position: relative;
    width: 100%;
}

.what-title {
    background: linear-gradient(90deg, #E0FAFC 0%, rgba(133, 149, 150, 0) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    font-family: Syne, sans-serif;
    font-size: 5.625rem;
    font-weight: 700;
    line-height: 1;
    margin: 100px auto 0;
    max-width: var(--wrapped-width);
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

@media screen and (max-width: 1600px) {
    .what-title {
        font-size: 70px;
    }
}

@media screen and (max-width: 1368px) {
    .what-title {
        padding: 0 10px;
    }
}

@media screen and (max-width: 1024px) {
    .what-title {
        font-size: 40px;
        margin: 80px auto 0;
        text-align: center;
    }
}

.what {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    height: 940px;
    justify-content: space-between;
    margin: auto;
    max-width: var(--wrapped-width);
    padding: 30px 0;
    position: relative;
}

@media screen and (max-width: 1368px) {
    .what {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 1024px) {
    .what {
        flex-direction: column;
        height: auto;
    }
}

.what>div.gold-medal {
    background: url(../img/7202-gold-medal.png) bottom center no-repeat transparent;
    background-size: contain;
    display: block;
    height: 955px;
    margin: -80px 0 0;
    width: 860px;
}

@media screen and (max-width: 1024px) {
    .what>div.gold-medal {
        height: calc(80vw * 1015 / 860);
        margin: 50px auto 40px;
        width: 80vw;
    }
}

.what>div.what-content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    width: 55%;
}

@media screen and (max-width: 1024px) {
    .what>div.what-content {
        align-items: center;
        text-align: center;
        width: 90vw;
    }
}

.what>div.what-content>div:nth-child(1) {
    color: #fff;
    font-family: 'Syne';
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.2;
    text-transform: uppercase;
}

@media screen and (max-width: 1600px) {
    .what>div.what-content>div:nth-child(1) {
        font-size: 26px;
    }
}

.what>div.what-content>div:nth-child(2) {
    color: #fff;
    font-family: 'Syne';
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.4;
}

@media screen and (max-width: 1600px) {
    .what>div.what-content>div:nth-child(2) {
        font-size: 21px;
    }
}

.what>div.what-content>div:nth-child(3) {
    color: #fff;
    font-family: Syne, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
}

@media screen and (max-width: 1024px) {
    .what>div.what-content>div:nth-child(3) {
        font-size: 16px;
    }
}

.enlace-consulta,
.enlace-finalistas,
.enlace-valoracion {
    align-items: center;
    background: linear-gradient(84.77deg, #E5AF44 1.59%, rgba(229, 175, 68, 0.25) 121.45%) !important;
    border: none;
    border-radius: 6.25rem;
    color: #293340 !important;
    cursor: pointer;
    display: flex !important;
    flex: none;
    flex-grow: 0;
    font-family: Syne, sans-serif !important;
    font-size: 1.5625rem;
    font-weight: 500;
    gap: 1.25rem;
    height: 6rem;
    justify-content: center;
    line-height: 1;
    padding: 0px 3.125rem !important;
    position: relative;
    text-decoration: none;
    transition: 0.6s all;
    width: auto !important;
}

@media screen and (max-width: 1024px) {
    .enlace-consulta,
    .enlace-finalistas,
    .enlace-valoracion {
        font-size: 20px;
        width: 90vw !important;
    }
}

.enlace-consulta::after,
.enlace-finalistas::after,
.enlace-valoracion::after {
    background: url(../img/7202-link-arrow.png) center center no-repeat transparent;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 1.25rem;
    width: 1.25rem;
}

.what-bottom {
    background: url(../img/7202-what-bottom.png) center center no-repeat transparent;
    background-size: 100% auto;
    height: 126px;
    margin: -45px 0 0;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .what-bottom {
        background: url(../img/7202-what-bottom-mobile.png) center center no-repeat transparent;
        background-size: cover;
        height: 62px;
        margin: -105px 0 0;
        position: relative;
    }
}

.nominadas {
    height: 1200px;
    position: relative;
}

@media screen and (max-width: 1600px) {
    .nominadas {
        height: 800px;
    }
}

@media screen and (max-width: 1440px) {
    .nominadas {
        height: 750px;
    }
}

@media screen and (max-width: 1024px) {
    .nominadas {
        height: auto;
        margin-top: 40px;
    }
}

.nominadas::after {
    bottom: 0;
    content: "";
    position: absolute;
    left: 0;
    width: calc(100vw - var(--scrollbar-width));
    height: calc((100vw - var(--scrollbar-width)) / 3.918);
    background: url(../img/7202-nominadas-bottom.png) center center no-repeat transparent;
    background-size: cover;
}

@media screen and (max-width: 1024px) {
    .nominadas::after {
        background: url(../img/7202-what-bottom-mobile.png) center center no-repeat transparent;
        background-size: cover;
        bottom: initial;
        display: block;
        height: calc(100vw / (440 / 62));
        left: initial;
        margin: 0 0 50px;
        position: initial;
        width: 100vw;
    }
}

@media screen and (max-width: 1024px) {
    .nominadas>div:nth-child(2) {
        margin: 20px auto 40px;
        text-align: center;
        width: calc(100vw - 40px);
    }

    .nominadas>div:nth-child(2)>div {
        border-bottom: 1px solid #E0FAFC;
        padding: 10px 0;
        width: 100%;
    }

    .nominadas>div:nth-child(2)>div:last-of-type {
        border-bottom: none;
    }

    .nominadas>div:nth-child(2)>div>svg {
        height: 30px;
        width: 30px;
    }
}

.nominadas>div>.texto-nominadas-1 {
    color: #fff;
    font-family: "Syne", sans-serif;
    font-size: 28px;
    font-weight: 500;
    left: 150px;
    line-height: 1.4;
    position: absolute;
    top: 750px;
    z-index: 5;
}

@media screen and (max-width: 1680px) {
    .nominadas>div>.texto-nominadas-1 {
        left: 70px;
        top: 805px;
    }
}

@media screen and (max-width: 1600px) {
    .nominadas>div>.texto-nominadas-1 {
        left: 25px;
        top: 420px;
    }
}

@media screen and (max-width: 1470px) {
    .nominadas>div>.texto-nominadas-1 {
        font-size: 22px;
        left: 25px;
        top: 450px;
    }
}

@media screen and (max-width: 1440px) {
    .nominadas>div>.texto-nominadas-1 {
        left: 10px;
        top: 410px;
    }
}

@media screen and (max-width: 1368px) {
    .nominadas>div>.texto-nominadas-1 {
        font-size: 20px;
        left: 10px;
        top: 425px;
    }
}

@media screen and (max-width: 1280px) {
    .nominadas>div>.texto-nominadas-1 {
        left: 10px;
        top: 443px;
    }
}

@media screen and (max-width: 1024px) {
    .nominadas>div>.texto-nominadas-1 {
        font-size: 20px !important;
        left: initial !important;
        line-height: normal !important;
        position: relative !important;
        text-align: left !important;
        top: initial !important;
    }
}

.nominadas>div>.texto-nominadas {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: row;
    font-family: "Syne", sans-serif;
    font-size: 24px;
    font-weight: 400;
    gap: 10px;
    justify-content: flex-start;
    line-height: 1.4;
}

@media screen and (max-width: 1024px) {
    .nominadas>div>.texto-nominadas {
        font-size: 20px !important;
        left: initial !important;
        line-height: normal !important;
        position: relative !important;
        text-align: left !important;
        top: initial !important;
    }
}

.nominadas>div>.texto-nominadas.texto-nominadas-2 {
    left: 150px;
    position: absolute;
    top: 850px;
    z-index: 5;
}

@media screen and (max-width: 1680px) {
    .nominadas>div>.texto-nominadas.texto-nominadas-2 {
        left: 70px;
        top: 888px;
    }
}

@media screen and (max-width: 1600px) {
    .nominadas>div>.texto-nominadas.texto-nominadas-2 {
        left: 25px;
        top: 500px;
    }
}

@media screen and (max-width: 1470px) {
    .nominadas>div>.texto-nominadas.texto-nominadas-2 {
        font-size: 22px;
        left: 25px;
        top: 524px;
    }
}

@media screen and (max-width: 1440px) {
    .nominadas>div>.texto-nominadas.texto-nominadas-2 {
        left: 10px;
        top: 480px;
    }
}

@media screen and (max-width: 1368px) {
    .nominadas>div>.texto-nominadas.texto-nominadas-2 {
        font-size: 20px;
        left: 10px;
        top: 495px;
    }
}

@media screen and (max-width: 1280px) {
    .nominadas>div>.texto-nominadas.texto-nominadas-2 {
        left: 10px;
        top: 507px;
    }
}

.nominadas>div>.texto-nominadas.texto-nominadas-3 {
    left: 150px;
    position: absolute;
    top: 937px;
    z-index: 5;
}

@media screen and (max-width: 1680px) {
    .nominadas>div>.texto-nominadas.texto-nominadas-3 {
        left: 70px;
        top: 970px;
    }
}

@media screen and (max-width: 1600px) {
    .nominadas>div>.texto-nominadas.texto-nominadas-3 {
        left: 25px;
        top: 575px;
    }
}

@media screen and (max-width: 1470px) {
    .nominadas>div>.texto-nominadas.texto-nominadas-3 {
        font-size: 22px;
        left: 25px;
        top: 594px;
    }
}

@media screen and (max-width: 1440px) {
    .nominadas>div>.texto-nominadas.texto-nominadas-3 {
        left: 10px;
        top: 547px;
    }
}

@media screen and (max-width: 1368px) {
    .nominadas>div>.texto-nominadas.texto-nominadas-3 {
        font-size: 20px;
        left: 10px;
        top: 557px;
    }
}

@media screen and (max-width: 1280px) {
    .nominadas>div>.texto-nominadas.texto-nominadas-3 {
        left: 10px;
        top: 568px;
    }
}

.nominadas>div>.texto-nominadas.texto-nominadas-4 {
    left: 150px;
    position: absolute;
    top: 1027px;
    z-index: 5;
}

@media screen and (max-width: 1680px) {
    .nominadas>div>.texto-nominadas.texto-nominadas-4 {
        left: 70px;
        top: 1045px;
    }
}

@media screen and (max-width: 1600px) {
    .nominadas>div>.texto-nominadas.texto-nominadas-4 {
        left: 25px;
        top: 650px;
    }
}

@media screen and (max-width: 1470px) {
    .nominadas>div>.texto-nominadas.texto-nominadas-4 {
        font-size: 22px;
        left: 25px;
        top: 662px;
    }
}

@media screen and (max-width: 1440px) {
    .nominadas>div>.texto-nominadas.texto-nominadas-4 {
        left: 10px;
        top: 615px;
    }
}

@media screen and (max-width: 1368px) {
    .nominadas>div>.texto-nominadas.texto-nominadas-4 {
        font-size: 20px;
        left: 10px;
        top: 622px;
    }
}

@media screen and (max-width: 1280px) {
    .nominadas>div>.texto-nominadas.texto-nominadas-4 {
        left: 10px;
        top: 628px;
    }
}

.nominadas>.nominadas-wrapper {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 900px;
    gap: 0;
    justify-content: space-between;
    margin: auto;
    max-width: var(--wrapped-width);
    padding: 0;
    position: relative;
}

@media screen and (max-width: 1440px) {
    .nominadas>.nominadas-wrapper {
        gap: 150px;
    }
}

@media screen and (max-width: 1368px) {
    .nominadas>.nominadas-wrapper {
        padding: 0 20px;
    }
}

@media screen and (max-width: 1024px) {
    .nominadas>.nominadas-wrapper {
        flex-direction: column-reverse;
        height: auto;
    }
}

.nominadas>.nominadas-wrapper>div.podium {
    align-self: flex-start;
    background: url(../img/7202-podium.png) center center no-repeat transparent;
    background-size: contain;
    height: 535px;
    margin: 0;
    width: 796px;
}

@media screen and (max-width: 1600px) {
    .nominadas>.nominadas-wrapper>div.podium {
        height: 450px;
        margin: -100px 0 0;
    }
}

@media screen and (max-width: 1440px) {
    .nominadas>.nominadas-wrapper>div.podium {
        width: 550px;
    }
}

@media screen and (max-width: 1024px) {
    .nominadas>.nominadas-wrapper>div.podium {
        height: calc(100vw * 535 / 796);
        width: 100vw;
    }
}

.nominadas>.nominadas-wrapper>div.nominadas-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    gap: 30px;
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 1600px) {
    .nominadas>.nominadas-wrapper>div.nominadas-content {
        margin: -150px 0 0;
    }
}

@media screen and (max-width: 1440px) {
    .nominadas>.nominadas-wrapper>div.nominadas-content {
        margin: -250px 0 0;
    }
}

@media screen and (max-width: 1024px) {
    .nominadas>.nominadas-wrapper>div.nominadas-content {
        align-items: center;
        margin: 0;
        text-align: center;
    }
}

.nominadas>.nominadas-wrapper>div.nominadas-content>div:nth-child(1) {
    background: linear-gradient(90deg, #E0FAFC 0%, rgba(133, 149, 150, 0) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    font-family: "Syne", sans-serif;
    font-size: 100px;
    font-weight: 700;
    line-height: 1;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    text-transform: uppercase;
}

@media screen and (max-width: 1600px) {
    .nominadas>.nominadas-wrapper>div.nominadas-content>div:nth-child(1) {
        font-size: 70px;
    }
}

@media screen and (max-width: 1024px) {
    .nominadas>.nominadas-wrapper>div.nominadas-content>div:nth-child(1) {
        font-size: 40px;
    }
}

.nominadas>.nominadas-wrapper>div:nth-child(2)>div:nth-child(2) {
    color: #fff;
    font-family: "Syne", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
}

@media screen and (max-width: 1600px) {
    .nominadas>.nominadas-wrapper>div:nth-child(2)>div:nth-child(2) {
        font-size: 26px;
    }
}

@media screen and (max-width: 375px) {
    .nominadas>.nominadas-wrapper>div:nth-child(2)>div:nth-child(2) {
        font-size: 20px;
    }
}

@media screen and (max-width: 320px) {
    .nominadas>.nominadas-wrapper>div:nth-child(2)>div:nth-child(2) {
        font-size: 18px;
    }
}

.nominadas>.nominadas-wrapper>div.nominadas-content>div:nth-child(3) {
    color: #fff;
    font-family: "Syne", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.4;
}

@media screen and (max-width: 1600px) {
    .nominadas>.nominadas-wrapper>div:nth-child(2)>div:nth-child(3) {
        font-size: 21px;
    }
}

@media screen and (max-width: 320px) {
    .nominadas>.nominadas-wrapper>div:nth-child(2)>div:nth-child(3) {
        font-size: 14px;
    }
}

.nominadas a {
    align-items: center;
    background: linear-gradient(84.77deg, #E5AF44 1.59%, rgba(229, 175, 68, 0.25) 121.45%) !important;
    border: none;
    border-radius: 6.25rem;
    color: #293340 !important;
    cursor: pointer;
    display: flex !important;
    flex: none;
    flex-grow: 0;
    font-family: Syne, sans-serif !important;
    font-size: 1.5625rem;
    font-weight: 500;
    gap: 1.25rem;
    height: 4.625rem;
    justify-content: center;
    line-height: 1;
    padding: 0px 3.125rem !important;
    text-decoration: none;
    transition: 0.6s all;
    width: 27.4375rem;
}

@media screen and (max-width: 1024px) {
    .nominadas a {
        font-size: 1.1875rem;
        height: 60px;
        margin: auto auto 50px;
        padding: 0 1.875rem;
        width: 90%;
    }
}

.eljurado {
    padding: 0 0 50px;
}

.eljurado>.eljurado-wrapper {
    margin: auto;
    max-width: var(--wrapped-width);
}

@media screen and (max-width: 1024px) {
    .eljurado>.eljurado-wrapper {
        background-size: 100% auto;
        text-align: center;
        padding: 50px 0 0;
        max-width: 90vw;
    }
}

.eljurado>.eljurado-wrapper>.profesional {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 1.25rem;
    justify-content: space-between;
    margin: 0 0 100px;
}

@media screen and (max-width: 1368px) {
    .eljurado>.eljurado-wrapper>.profesional {
        padding: 0 10px;
    }
}

@media screen and (max-width: 1024px) {
    .eljurado>.eljurado-wrapper>.profesional {
        flex-direction: column;
        margin: 0 0 50px;
    }
}

.eljurado>.eljurado-wrapper>.profesional>div:nth-child(1) {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    justify-content: center;
    width: 640px;
}

@media screen and (max-width: 1024px) {
    .eljurado>.eljurado-wrapper>.profesional>div:nth-child(1) {
        align-items: center;
        width: 90vw;
    }
}

.eljurado>.eljurado-wrapper>.profesional>div:nth-child(1)>span:nth-child(1) {
    background: linear-gradient(90deg, #E0FAFC 0%, rgba(133, 149, 150, 0) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    font-family: Syne, sans-serif;
    font-size: 90px;
    font-weight: 700;
    line-height: 1;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1600px) {
    .eljurado>.eljurado-wrapper>.profesional>div:nth-child(1)>span:nth-child(1) {
        font-size: 70px;
    }
}

@media screen and (max-width: 1024px) {
    .eljurado>.eljurado-wrapper>.profesional>div:nth-child(1)>span:nth-child(1) {
        font-size: 40px;
    }
}

.eljurado>.eljurado-wrapper>.profesional>div:nth-child(1)>span:nth-child(2) {
    color: #fff;
    font-family: Syne, sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
}

@media screen and (max-width: 1600px) {
    .eljurado>.eljurado-wrapper>.profesional>div:nth-child(1)>span:nth-child(2) {
        font-size: 26px;
    }
}

.eljurado>.eljurado-wrapper>.profesional>div:nth-child(1)>span:nth-child(3) {
    color: #fff;
    font-family: Syne, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.4;
}

@media screen and (max-width: 1600px) {
    .eljurado>.eljurado-wrapper>.profesional>div:nth-child(1)>span:nth-child(3) {
        font-size: 21px;
    }
}

.eljurado>.eljurado-wrapper>.profesional>div.data {
    align-items: center;
    background: #ffffff19;
    backdrop-filter: blur(10px);
    border-radius: 26px;
    color: #fff;
    display: flex;
    flex-direction: row;
    font-family: Syne, sans-serif;
    height: 230px;
    justify-content: space-between;
    padding: 15px 1.875rem;
    transform: translate3d(0, 80px, 0);
    width: 633px;
}

@media screen and (max-width: 1024px) {
    .eljurado>.eljurado-wrapper>.profesional>div.data {
        flex-direction: column-reverse;
        gap: 1.875rem;
        height: auto;
        transform: none;
        width: 90vw;
    }
}

.eljurado>.eljurado-wrapper>.profesional>div.data>div:nth-child(1) {
    align-items: flex-start;
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 1.875rem;
    justify-content: center;
}

.eljurado>.eljurado-wrapper>.profesional>div.data>div:nth-child(1)>div:nth-child(1) {
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 1.375rem;
    font-weight: 300;
    line-height: 1.318;
}

@media screen and (max-width: 1024px) {
    .eljurado>.eljurado-wrapper>.profesional>div.data>div:nth-child(1)>div:nth-child(1) {
        text-align: center;
        width: 100%;
    }
}

.eljurado>.eljurado-wrapper>.profesional>div.data>div:nth-child(1)>div.nombre {
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.25;
}

@media screen and (max-width: 1024px) {
    .eljurado>.eljurado-wrapper>.profesional>div.data>div:nth-child(1)>div.nombre {
        text-align: center;
        width: 100%;
    }
}

.eljurado>.eljurado-wrapper>.profesional>div.data>div:nth-child(1)>div.nombre>span.cargo {
    color: #c0c4c8;
    display: block;
    font-family: "Syne", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: inherit;
}

.eljurado>.eljurado-wrapper>.profesional>div.data>div:nth-child(2) {
    background-color: transparent;
    background-image: var(--image);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: 150% auto;
    border-radius: 50%;
    border: 3px solid #e2ad43;
    clip-path: circle(50%);
    height: 180px;
    width: 180px;
}

@media screen and (max-width: 1024px) {
    .eljurado>.eljurado-wrapper>.profesional>div.data>div:nth-child(2) {
        height: 220px;
        width: 220px;
    }
}

.eljurado>.eljurado-wrapper>.profesionales {
    margin: 80px 0 0;
    overflow: hidden;
    position: relative;
}

.eljurado>.eljurado-wrapper>.profesionales>a.last {
    background: #7d848f;
    border-radius: 50%;
    color: #2B3544;
    font-size: 40px;
    height: 75px;
    left: 0;
    line-height: 75px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    width: 75px;
    z-index: 10;
}

.eljurado>.eljurado-wrapper>.profesionales>a.next {
    background: #7d848f;
    border-radius: 50%;
    color: #2B3544;
    font-size: 40px;
    height: 75px;
    line-height: 75px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    width: 75px;
    z-index: 10;
}

.eljurado>.eljurado-wrapper>.profesionales .profesionales-inner-wrapper {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    width: 10000vw;
}

.eljurado>.eljurado-wrapper>.profesionales .profesionales-inner-wrapper .profesional {
    background-color: transparent;
    background-image: var(--image);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 328px;
    margin: 0 10px 0 0;
    position: relative;
    width: 272px;
}

@media screen and (max-width: 1024px) {
    .eljurado>.eljurado-wrapper>.profesionales .profesionales-inner-wrapper .profesional {
        height: 400px;
        margin: 0 5vw;
        width: 80vw;
    }
}

.eljurado>.eljurado-wrapper>.profesionales .profesionales-inner-wrapper .profesional>div {
    align-items: flex-start;
    background: #55555519;
    backdrop-filter: blur(10px);
    border-radius: 26px;
    bottom: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-family: Syne, sans-serif;
    height: 100px;
    justify-content: center;
    left: 0;
    padding: 15px;
    position: absolute;
    width: 100%;
}

.eljurado>.eljurado-wrapper>.profesionales .profesionales-inner-wrapper>.profesional>div>span:nth-child(1) {
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.3;
}

.eljurado>.eljurado-wrapper>.profesionales .profesionales-inner-wrapper>.profesional>div>span:nth-child(2) {
    color: #fff;
    font-family: "Syne", sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.2;
    white-space: pre-wrap;
}

.eljurado>.eljurado-wrapper>.profesionales>.mobile-paginator {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 1.875rem auto 0;
    text-align: center;
    gap: 10px 5px;
    width: 90vw;
}

.eljurado>.eljurado-wrapper>.profesionales>.mobile-paginator>i {
    background: #E8E7E1;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin: 0 2px;
    width: 10px;
}

.eljurado>.eljurado-wrapper>.profesionales>.mobile-paginator>i.activo {
    background: #DAA844;
    border-radius: 10px;
    width: 1.875rem;
}

.eljurado>.eljurado-wrapper>.profesional-texto-mobile {
    color: #fff;
    font-family: "Syne", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    margin: 40px auto;
    text-align: center;
    width: 90vw;
}

.partners,
.finalistas {
    height: auto;
    min-height: 1300px;
    padding: 100px 0 200px;
    width: calc(100vw - var(--scrollbar-width));
}

@media screen and (max-width: 1024px) {
    .partners,
    .finalistas {
        height: auto;
        min-height: 1200px;
        padding: 50px 0;
        width: 100vw;
    }
}

.partners>.partners-titulo,
.finalistas>.finalistas-titulo {
    align-items: center;
    background: linear-gradient(90deg, #E0FAFC 0%, rgba(133, 149, 150, 0) 100%), #FFFFFF;
    -webkit-background-clip: text;
    background-clip: text;
    display: flex;
    flex-direction: row;
    font-family: "Syne", sans-serif;
    font-size: 44px;
    font-weight: 700;
    justify-content: space-between;
    line-height: 1.2;
    margin: 0 auto 4rem;
    text-align: center;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    text-transform: uppercase;
}

@media screen and (max-width: 1600px) {
    .partners>.partners-titulo,
    .finalistas>.finalistas-titulo {
        font-size: 32px;
    }
}

@media screen and (max-width: 1024px) {
    .partners>.partners-titulo,
    .finalistas>.finalistas-titulo {
        font-size: 24px;
    }
}

.partners>.partners-titulo::before,
.finalistas>.finalistas-titulo::before {
    align-self: flex-start;
    background: url(../img/7202-floritura-titulo.png) center center no-repeat transparent;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 42px;
    margin: 50px 0 0;
    width: 318px;
}

@media screen and (max-width: 1024px) {
    .partners>.partners-titulo::before,
    .finalistas>.finalistas-titulo::before {
        align-self: initial;
        background-position: center left;
        margin: 0;
        width: 100%;
    }
}

.partners>.partners-titulo::after,
.finalistas>.finalistas-titulo::after {
    align-self: flex-start;
    background: url(../img/7202-floritura-titulo.png) center center no-repeat transparent;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 42px;
    margin: 50px 0 0;
    transform: rotateY(180deg) rotateX(180deg);
    width: 318px;
}

@media screen and (max-width: 1024px) {
    .partners>.partners-titulo::after,
    .finalistas>.finalistas-titulo::after {
        align-self: initial;
        background-position: center left;
        margin: 0;
        width: 100%;
    }
}

.partners>.partners-titulo>div,
.finalistas>.finalistas-titulo>div {
    margin: auto;
    max-width: 40vw;
}

@media screen and (max-width: 1024px) {
    .partners>.partners-titulo>div,
    .finalistas>.finalistas-titulo>div {
        max-width: 70vw;
    }
}

/*
.partners>.partners-image {
    height: 650px;
    margin: 0 auto;
    position: relative;
    width: 1200px;
}

@media screen and (max-width: 1024px) {
    .partners>.partners-image {
        height: calc(90vw / (1784 / 2764));
        width: 90vw;
    }
}

.partners>.partners-image::after {
    background: url(../img/7202-patrocinadores.png) center center no-repeat transparent;
    background-size: contain;
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

@media screen and (max-width: 1024px){
    .partners>.partners-image::after {
        background: url(../img/7202-patrocinadores-mobile.png) center center no-repeat transparent;
        background-size: contain;
        content: "";
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 2;
    }
}

.partners>.partners-image::before {
    backdrop-filter: blur(10px);
    background: #1c2b434d;
    border-radius: 50px;
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
*/

.partners>.partner-wrapper-2,
.finalistas>.finalistas-wrapper-2,
.finalistas>.premios-especiales {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin: 60px auto 0;
    max-width: var(--wrapped-width);
    position: relative;
}

@media screen and (max-width: 1024px) {
    .partners>.partner-wrapper-2,
    .finalistas>.finalistas-wrapper-2,
    .finalistas>.premios-especiales {
        margin: 1.25rem auto 0;
        max-width: 90vw;
    }
}

.finalistas>.premios-especiales {
    justify-content: center;
}

@media screen and (max-width: 1024px) {
    .finalistas>.premios-especiales {
        flex-direction: column;
    }
}


/*
.partners>.partner-wrapper-2::before {
    background: url(../img/5260-partners-florituras-2-1.png) center center no-repeat transparent;
    content: "";
    display: inline-block;
    height: 450px;
    width: 800px;
}

.partners>.partner-wrapper-2::after {
    background: url(../img/5260-partners-florituras-2-2.png) center center no-repeat transparent;
    content: "";
    display: inline-block;
    height: 450px;
    width: 800px;
}
    */

@media screen and (max-width: 1024px) {
    .partners>.partner-wrapper-2::before,
    .finalistas>.finalistas-wrapper-2::before,
    .finalistas>.premios-especiales::before {
        height: 560px;
    }
}

.partners>.partner-wrapper-2>div.partner-item,
.finalistas>.finalistas-wrapper-2>div.finalista-item,
.finalistas>.premios-especiales>div.premio-especial-item {
    height: 350px;
    transition: 0.3s transform;
    width: calc((100% - 20px * (3 - 1)) / 3);
}

.finalistas>.premios-especiales>div.premio-especial-item {
    max-width: 33.33%;
    width: calc((100% - 20px * (2 - 1)) / 2);
}

.partners>.partner-wrapper-2>div.partner-item:hover,
.finalistas>.finalistas-wrapper-2>div.finalista-item:hover,
.finalistas>.premios-especiales>div.premio-especial-item:hover {
    transform: scale(1.05);
}

@media screen and (max-width: 1024px) {
    .partners>.partner-wrapper-2>div.partner-item,
    .finalistas>.finalistas-wrapper-2>div.finalista-item,
    .finalistas>.premios-especiales>div.premio-especial-item {
        height: auto;
        max-width: initial;
        min-height: 90vw;
        width: 90vw;
    }
}

@media screen and (max-width: 1024px) {
    .finalistas>.premios-especiales>div.premio-especial-item {
        min-height: initial;
    }
}

.partners>.partner-wrapper-2>div.partner-item>div,
.finalistas>.finalistas-wrapper-2>div.finalista-item>div,
.finalistas>.premios-especiales>div.premio-especial-item>div {
    align-items: center;
    background: #ffffff19;
    backdrop-filter: blur(10px);
    border-radius: 100px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    height: 100%;
    justify-content: center;
    transition: 0.3s backdrop-filter;
    padding: 0 50px;
}

@media screen and (max-width: 1024px) {
    .finalistas>.premios-especiales>div.premio-especial-item>div {
        gap: 20px 40px;
        padding: 50px;
    }
}

.finalistas>.finalistas-wrapper-2>div.finalista-item:hover>div,
.finalistas>.premios-especiales>div.premio-especial-item:hover>div {
    backdrop-filter: blur(100px);
}


.partners>.partner-wrapper-2>div.partner-item div.partner-type,
.finalistas>.finalistas-wrapper-2>div.finalista-item div.finalista-type,
.finalistas>.premios-especiales>div.premio-especial-item div.premio-especial-type {
    align-items: center;
    background: linear-gradient(84.77deg, #E5AF44 1.59%, rgba(229, 175, 68, 0.25) 121.45%);
    background-clip: text;
    -webkit-background-clip: text;
    display: flex;
    flex-direction: row;
    font-size: 30px;
    font-family: "Syne", sans-serif;
    font-weight: 700;
    gap: 20px;
    justify-content: center;
    line-height: 1.1;
    text-align: center;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
    .partners>.partner-wrapper-2>div.partner-item div.partner-type,
    .finalistas>.finalistas-wrapper-2>div.finalista-item div.finalista-type,
    .finalistas>.premios-especiales>div.premio-especial-item div.premio-especial-type {
        font-size: 24px;
    }
}

.partners>.partner-wrapper-2>div.partner-item div.partner-type + .marcas,
.finalistas>.finalistas-wrapper-2>div.finalista-item div.finalista-type + .marcas,
.finalistas>.premios-especiales>div.premio-especial-item div.premio-especial-type + .marcas {
    display: flex;
    flex-direction: column;
    font-size: 25px;
    font-weight: 600;
    gap: 10px;
    letter-spacing: 5px;
    text-align: center;
}

.partners>.partner-wrapper-2>div.partner-item div.partner-type + .marcas > div,
.finalistas>.finalistas-wrapper-2>div.finalista-item div.finalista-type + .marcas > div,
.finalistas>.premios-especiales>div.premio-especial-item div.premio-especial-type + .marcas > div {
    color: #fff;
}

.partners>.partner-wrapper-2 .logo,
.finalistas>.finalistas-wrapper-2 .logo,
.finalistas>.premios-especiales>div.premio-especial-item .logo {
    background-color: transparent;
    background-image: var(--image);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: var(--height);
    width: var(--width)
}

.newsletter {
    align-content: center;
    background: url(../img/7202-newsletter-background.jpg) top center no-repeat transparent;
    background-size: cover;
    display: flex;
    font-family: Syne, sans-serif;
    height: calc(var(--wrapped-width) / 1.4215);
    justify-content: center;
    width: calc(100vw - var(--scrollbar-width));
}

@media screen and (max-width: 1024px) {
    .newsletter {
        background: url(../img/7202-newsletter-background.jpg) bottom center no-repeat transparent;
        background-color: #1e2d43;
        background-size: 100%;
        height: auto;
        padding: 10vw 0 20vw;
        width: 100vw;
    }
}

.newsletter>form {
    align-items: center;
    background: url(../img/7202-newsletter-form-background.png) center center no-repeat transparent;
    background-size: contain;
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
    height: auto;
    justify-content: center;
    padding: 3.75rem;
    width: 40rem;
}

@media screen and (max-width: 1024px) {
    .newsletter>form {
        background: url(../img/7202-newsletter-form-background-mobile.png) top center no-repeat transparent;
        background-size: 100% 100%;
        min-height: 37.5rem;
        padding: 5vw;
        width: 90vw;
    }
}

.newsletter>form>.title {
    font-style: normal;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 0.75;
    text-transform: uppercase;
    background: linear-gradient(84.77deg, #E5AF44 1.59%, rgba(229, 175, 68, 0.25) 121.45%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    flex: none;
    order: 0;
    flex-grow: 0;
}

@media screen and (max-width: 1024px) {
    .newsletter>form>.title {
        font-size: 1.4375rem;
        line-height: 0.685;
    }
}

.newsletter>form>.intro {
    align-self: stretch;
    color: #fff;
    flex: none;
    flex-grow: 0;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
}

@media screen and (max-width: 1024px) {
    .newsletter>form>.intro {
        font-size: 1rem;
    }
}

.newsletter>form>input {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 0.75rem;
    box-shadow: none !important;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    height: 4.625rem;
    line-height: 1.4;
    outline: none !important;
    padding: 1.25rem 2.5rem;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .newsletter>form>input {
        height: 3.875rem;
        font-size: 19px;
    }
}

.newsletter>form>input::placeholder {
    color: #fff;
}

.newsletter>form>button {
    align-items: center;
    background: linear-gradient(84.77deg, #E5AF44 1.59%, rgba(229, 175, 68, 0.25) 121.45%);
    border: none;
    border-radius: 6.25rem;
    color: #293340;
    cursor: pointer;
    display: flex;
    flex: none;
    flex-grow: 0;
    font-family: Syne, sans-serif;
    font-size: 1.5625rem;
    font-weight: 500;
    gap: 1.25rem;
    height: 4.625rem;
    justify-content: center;
    line-height: 1;
    padding: 0px 3.125rem;
    transition: 0.6s all;
    width: 27.4375rem;
}

@media screen and (max-width: 1024px) {
    .newsletter>form>button {
        font-size: 1.1875rem;
        height: 60px;
        padding: 0 1.875rem;
        width: 100%;
    }
}

.newsletter>form>button:hover {
    color: #fff8;
}

footer {
    background: url(../img/7202-footer-background.png) top center no-repeat transparent;
    background-size: 100% 100%;
    height: 15rem;
    margin: -4.1875rem 0 0;
    padding: 4.1875rem 0 0;
    position: relative;
    width: calc(100vw - var(--scrollbar-width));
}

@media screen and (max-width: 1024px) {
    .footer-top-mobile {
        background: url(../img/7202-footer-top-mobile.png) center center no-repeat transparent;
        background-size: 100% auto;
        content: "";
        display: block;
        height: 4.375rem;
        margin: -1.25rem 0 0;
        width: 100%;
    }

    footer {
        background: #0E2131;
        height: auto;
        margin: -0.375rem 0 0;
        padding: 0;
        width: 100vw;
    }
}

footer>.footer-wrapper {
    align-items: center;
    background: #0e2131;
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: space-between;
    margin: auto;
    max-width: var(--wrapped-width);
    padding: 2.5rem 60px;
}

@media screen and (max-width: 1024px) {
    footer>.footer-wrapper {
        flex-direction: column;
        gap: 2.5rem;
        padding: 0 60px 2.5rem;
    }
}

footer>.footer-wrapper .copyright {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

footer>.footer-wrapper ul.menu {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 1024px) {
    footer>.footer-wrapper ul.menu {
        flex-direction: column;
    }
}

footer>.footer-wrapper ul.menu a {
    color: #fff;
    font-size: 0.75rem;
    font-weight: 400;
    text-decoration: none;
}

footer>.footer-wrapper .shortcode-redes>a {
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    font-size: 1.4375rem;
    height: 1.4375rem;
    line-height: 1;
    margin: 0 0.3125rem;
    transition: 0.26s all;
}

footer>.footer-wrapper .shortcode-redes>a:hover {
    color: #e5af44;
    transform: translateY(-0.1875rem);
}

footer>.footer-wrapper>.logo>img {
    height: auto;
    width: 9.375rem;
}
