@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: 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;
}

@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: url(../img/5260-header.jpg) top center no-repeat transparent;
    background-size: cover;
    height: auto;
    position: relative;
    width: calc(100vw - var(--scrollbar-width));
}

@media screen and (max-width: 1024px) {
    header {
        width: 100vw;
    }
}

header>.header-wrapper {
    align-items: center;
    background: transparent;
    display: flex;
    flex-direction: row;
    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-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: 2.75rem;
    width: 11.25rem;
}

@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: 4rem;
    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: 500;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s all;
}

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

header>.header-wrapper>ul.top-menu>li>a.saber-masm,
header>.header-wrapper>ul.top-menu>li a.shortcode-newsletter-pdf-download-a {
    align-items: center;
    background: url(../img/5260-menu-button.png) center center no-repeat transparent !important;
    border-radius: 6.25rem;
    display: flex !important;
    flex-direction: row;
    font-family: 'Syne', sans-serif !important;
    font-size: 1.5rem !important;
    font-weight: 500;
    line-height: 1.2;
    justify-content: center;
    padding: 0 3.125rem !important;
    gap: 1.25rem;
    height: 4.6875rem;
    text-transform: none;
    width: 280px;
}

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

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: 100px;
    height: auto;
    justify-content: space-between;
    margin: auto;
    max-width: var(--wrapped-width);
    padding: 40px 3.75rem;
}

@media screen and (max-width: 1024px) {
    header>.header-content {
        flex-direction: column;
        gap: 40px;
        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: 1.25rem;
    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: 2rem;
    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.4;
}

@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>.periodic {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.875rem;
    justify-content: flex-start;
    width: 33.125rem;
}

@media screen and (max-width: 1024px) {
    header>.header-content>.periodic {
        gap: 1.25rem;
        width: 100vw;
    }
}

header>.header-content>.periodic .element {
    align-items: flex-start;
    backdrop-filter: blur(0.584417px);
    background: url(../img/5260-element.png) center center no-repeat transparent;
    background-size: cover;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 0.3125rem;
    height: 216px;
    justify-content: center;
    width: 15.5rem;
}

@media screen and (max-width: 1024px) {
    header>.header-content>.periodic .element {
        height: 45vw;
        width: calc(50vw - 1.875rem);
    }
}

header>.header-content>.periodic .element>span:nth-child(1) {
    color: #E0FAFC;
    display: block;
    font-family: Syne, sans-serif;
    font-style: normal;
    font-size: 3.25rem;
    font-weight: 400;
    line-height: 1;
    padding: 0 1.25rem;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    header>.header-content>.periodic .element>span:nth-child(1) {
        font-size: 2.375rem;
    }
}

@media screen and (max-width: 320px) {
    header>.header-content>.periodic .element>span:nth-child(1) {
        font-size: 26px;
    }
}

header>.header-content>.periodic .element>span:nth-child(2) {
    color: #E0FAFC;
    display: block;
    font-family: Syne, sans-serif;
    font-size: 7.25rem;
    font-weight: 400;
    line-height: 1;
    padding: 0 1.25rem;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    header>.header-content>.periodic .element>span:nth-child(2) {
        font-size: 4.7rem;
    }
}

@media screen and (max-width: 320px) {
    header>.header-content>.periodic .element>span:nth-child(2) {
        font-size: 55px;
    }
}

header>.header-content>.periodic .element>span:nth-child(3) {
    color: #E0FAFC;
    display: block;
    font-family: Syne, sans-serif;
    font-style: normal;
    font-size: 1.4375rem;
    font-weight: 400;
    line-height: 1;
    padding: 0 1.25rem;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    header>.header-content>.periodic .element>span:nth-child(3) {
        font-size: 1.1875rem;
    }
}

@media screen and (max-width: 320px) {
    header>.header-content>.periodic .element>span:nth-child(3) {
        font-size: 13px;
    }
}

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

@media screen and (max-width: 1024px) {
    header>.header-bottom {
        background: #0E2131;
        border-radius: 50% 50% 0 0;
    }
}

header>.header-bottom>.content {
    align-items: center;
    background: url(../img/5260-header-bottom.png) top center no-repeat transparent;
    background-size: 100% auto;
    color: #fff;
    display: flex;
    font-family: "Syne", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    height: calc((100vw - var(--scrollbar-width)) * 0.1013);
    justify-content: center;
    line-height: 1.2;
    text-align: center;
    width: 100%;
}

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

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

header>.header-bottom>.brands {
    background-color: #0E2131;
    color: #fff;
    font-family: "Syne", sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    height: auto;
    line-height: 1.25;
    margin: -1px auto 0;
    padding: 5px 0 0;
    text-align: left;
    text-transform: uppercase;
    width: 170vw;
}

@media screen and (max-width: 1024px) {
    header>.header-bottom>.brands {
        font-size: 1rem;
        font-weight: 700;
        margin: -5vw 0 0;
        width: 500vw;
    }
}

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

@media screen and (max-width: 1024px) {
    .why-header {
        background: url(../img/5260-bottom-header-mobile.png) bottom center no-repeat transparent;
        height: 66px;
        margin: 0;
        padding: 10px 0;
    }
}

.why {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: auto;
    max-width: var(--wrapped-width);
    padding: 100px 0;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .why {
        flex-direction: column;
        padding: 50px 0;
    }
}

.why>div.hand {
    align-self: flex-end;
    background: url(../img/5260-hand.png) bottom center no-repeat transparent;
    background-size: cover;
    bottom: -100px;
    display: block;
    height: 830px;
    position: absolute;
    right: 0;
    width: 860px;
}

@media screen and (max-width: 1024px) {
    .why>div.hand {
        align-self: center;
        background-position: center center;
        bottom: initial;
        height: 80vw;
        position: initial;
        right: initial;
        transform: translateX(15%);
        width: 80vw
    }
}

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

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

.why>div.why-content>div:nth-child(1) {
    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: 100px;
    font-weight: 700;
    line-height: 1.2;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

@media screen and (max-width: 1024px) {
    .why>div.why-content>div:nth-child(1) {
        font-size: 75px;
        line-height: 1;
    }
}

.why>div.why-content>div:nth-child(2) {
    color: #fff;
    font-family: Syne, sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2
}

@media screen and (max-width: 1024px) {
    .why>div.why-content>div:nth-child(2) {
        font-size: 24px;
        text-align: center;
    }
}

.why>div.why-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) {
    .why>div.why-content>div:nth-child(3) {
        font-size: 16px;
    }
}

.why>div.why-content 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) {
    .why>div.why-content a {
        font-size: 20px;
        width: 90vw
    }
}

.why-bottom {
    background: url(../img/5260-why-bottom.png) center center no-repeat transparent;
    background-size: 100% auto;
    height: 115px;
    margin: -45px 0 0;
}

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

.what {
    height: 900px;
    position: relative;
}

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

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

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

.what::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/5260-what-bottom.png) center center no-repeat transparent;
    background-size: cover;
}

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

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

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

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

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

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

@media screen and (max-width: 1680px) {
    .what>div>.texto-what-1 {
        left: 100px;
        top: 505px;
    }
}

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

@media screen and (max-width: 1536px) {
    .what>div>.texto-what-1 {
        left: 100px;
        top: 440px;
    }
}

@media screen and (max-width: 1440px) {
    .what>div>.texto-what-1 {
        left: 20px;
        top: 405px;
    }
}

@media screen and (max-width: 1366px) {
    .what>div>.texto-what-1 {
        left: 20px;
        top: 425px;
    }
}

@media screen and (max-width: 1280px) {
    .what>div>.texto-what-1 {
        left: 20px;
        top: 445px;
    }
}

@media screen and (max-width: 1152px) {
    .what>div>.texto-what-1 {
        left: 20px;
        top: 475px;
    }
}

@media screen and (max-width: 1024px) {
    .what>div>.texto-what-1 {
        font-size: 20px;
        left: initial;
        position: initial;
        top: initial
    }
}

.what>div>.texto-what {
    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) {
    .what>div>.texto-what {
        font-size: 20px !important;
        left: initial !important;
        position: initial !important;
        top: initial !important;
    }
}

@media screen and (max-width: 375px) {
    .what>div>.texto-what {
        font-size: 17px !important;
    }
}

@media screen and (max-width: 320px) {
    .what>div>.texto-what {
        font-size: 14px !important;
    }
}

.what>div>.texto-what.texto-what-2 {
    left: 250px;
    position: absolute;
    top: 550px;
    z-index: 5;
}

@media screen and (max-width: 1680px) {
    .what>div>.texto-what.texto-what-2 {
        left: 100px;
        top: 590px;
    }
}

@media screen and (max-width: 1600px) {
    .what>div>.texto-what.texto-what-2 {
        left: 100px;
        top: 505px;
    }
}

@media screen and (max-width: 1536px) {
    .what>div>.texto-what.texto-what-2 {
        left: 100px;
        top: 515px;
    }
}

@media screen and (max-width: 1440px) {
    .what>div>.texto-what.texto-what-2 {
        left: 20px;
        top: 485px;
    }
}

@media screen and (max-width: 1366px) {
    .what>div>.texto-what.texto-what-2 {
        left: 20px;
        top: 500px;
    }
}

@media screen and (max-width: 1280px) {
    .what>div>.texto-what.texto-what-2 {
        left: 20px;
        top: 510px;
    }
}

@media screen and (max-width: 1152px) {
    .what>div>.texto-what.texto-what-2 {
        left: 20px;
        top: 530px;
    }
}

.what>div>.texto-what.texto-what-3 {
    left: 250px;
    position: absolute;
    top: 640px;
    z-index: 5;
}

@media screen and (max-width: 1680px) {
    .what>div>.texto-what.texto-what-3 {
        left: 100px;
        top: 670px;
    }
}

@media screen and (max-width: 1600px) {
    .what>div>.texto-what.texto-what-3 {
        left: 100px;
        top: 580px;
    }
}

@media screen and (max-width: 1536px) {
    .what>div>.texto-what.texto-what-3 {
        left: 100px;
        top: 585px;
    }
}

@media screen and (max-width: 1440px) {
    .what>div>.texto-what.texto-what-3 {
        left: 20px;
        top: 550px;
    }
}

@media screen and (max-width: 1366px) {
    .what>div>.texto-what.texto-what-3 {
        left: 20px;
        top: 560px;
    }
}

@media screen and (max-width: 1280px) {
    .what>div>.texto-what.texto-what-3 {
        left: 20px;
        top: 570px;
    }
}

@media screen and (max-width: 1152px) {
    .what>div>.texto-what.texto-what-3 {
        left: 20px;
        top: 583px;
    }
}

.what>div>.texto-what.texto-what-4 {
    left: 250px;
    position: absolute;
    top: 730px;
    z-index: 5;
}

@media screen and (max-width: 1680px) {
    .what>div>.texto-what.texto-what-4 {
        left: 100px;
        top: 750px;
    }
}

@media screen and (max-width: 1600px) {
    .what>div>.texto-what.texto-what-4 {
        left: 100px;
        top: 655px;
    }
}

@media screen and (max-width: 1440px) {
    .what>div>.texto-what.texto-what-4 {
        left: 20px;
        top: 620px;
    }
}

@media screen and (max-width: 1366px) {
    .what>div>.texto-what.texto-what-4 {
        left: 20px;
        top: 625px;
    }
}

@media screen and (max-width: 1152px) {
    .what>div>.texto-what.texto-what-4 {
        left: 20px;
        top: 638px;
    }
}

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

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

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

@media screen and (max-width: 1366px) {
    .what>.what-wrapper {
        gap: 200px;
    }
}

@media screen and (max-width: 1280px) {
    .what>.what-wrapper {
        gap: 180px;
    }
}

@media screen and (max-width: 1152px) {
    .what>.what-wrapper {
        gap: 70px;
    }
}

@media screen and (max-width: 1024px) {
    .what>.what-wrapper {
        flex-direction: column-reverse;
        gap: 50px;
        height: auto;
        margin: auto;
        width: 90vw;
    }
}

.what>.what-wrapper>div.periodic {
    align-items: flex-start;
    align-self: flex-start;
    display: flex;
    flex: 1;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
    margin: -70px 0 0;
}

@media screen and (max-width: 1440px) {
    .what>.what-wrapper>div.periodic {
        margin: -80px 0 0;
    }
}

@media screen and (max-width: 1024px) {
    .what>.what-wrapper>div.periodic {
        gap: 3.33vw;
        margin: 0;
    }
}

.what>.what-wrapper>div.periodic>div.element {
    align-items: flex-start;
    backdrop-filter: blur(0.584417px);
    background: url(../img/5260-element.png) center center no-repeat transparent;
    background-size: cover;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 0.3125rem;
    height: 135px;
    justify-content: center;
    width: 155px;
}

@media screen and (max-width: 1024px) {
    .what>.what-wrapper>div.periodic>div.element {
        height: 33vw;
        width: calc(30vw - 3.33vw)
    }
}

.what>.what-wrapper>div.periodic>div.element>span:nth-child(1) {
    color: #E0FAFC;
    display: block;
    font-family: Syne, sans-serif;
    font-style: normal;
    font-size: 33px;
    font-weight: 400;
    line-height: 1;
    padding: 0 1.25rem;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .what>.what-wrapper>div.periodic>div.element>span:nth-child(1) {
        font-size: 27px;
    }
}

.what>.what-wrapper>div.periodic>div.element>span:nth-child(2) {
    color: #E0FAFC;
    display: block;
    font-family: Syne, sans-serif;
    font-size: 65px;
    font-weight: 400;
    line-height: 1;
    padding: 0 1.25rem;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .what>.what-wrapper>div.periodic>div.element>span:nth-child(2) {
        font-size: 61px;
    }
}

@media screen and (max-width: 375px) {
    .what>.what-wrapper>div.periodic>div.element>span:nth-child(2) {
        font-size: 45px;
    }
}

.what>.what-wrapper>div.periodic>div.element>span:nth-child(3) {
    color: #E0FAFC;
    display: block;
    font-family: Syne, sans-serif;
    font-style: normal;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    padding: 0 1.25rem;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .what>.what-wrapper>div.periodic>div.element>span:nth-child(3) {
        font-size: 14px;
    }
}

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

.what>.what-wrapper>div.what-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.2;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
    .what>.what-wrapper>div:nth-child(2)>div:nth-child(1) {
        font-size: 75px;
        text-align: center;
    }
}

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

@media screen and (max-width: 1024px) {
    .what>.what-wrapper>div:nth-child(2)>div:nth-child(2) {
        font-size: 1.5rem;
        text-align: center;
    }
}

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

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

.what>.what-wrapper>div.what-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: 1024px) {
    .what>.what-wrapper>div:nth-child(2)>div:nth-child(3) {
        font-size: 1rem;
        text-align: center;
    }
}

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

.what 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) {
    .what a {
        font-size: 1.1875rem;
        height: 60px;
        margin: auto auto 50px;
        padding: 0 1.875rem;
        width: 90%;
    }
}

.who {
    padding: 0 0 100px;
}

.who>.who-wrapper {
    background: url(../img/5260-who-background.png) right top no-repeat transparent;
    background-size: 700px auto;
    margin: auto;
    max-width: var(--wrapped-width);
}

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

@media screen and (max-width: 1024px) {
    .who>.who-wrapper>.profesional {
        align-items: center;
        flex-direction: column;
        gap: 40px;
        margin: 0;
    }
}

.who>.who-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) {
    .who>.who-wrapper>.profesional>div:nth-child(1) {
        align-items: center;
        width: 90vw;
    }
}

.who>.who-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: 6.25rem;
    font-weight: 700;
    line-height: 1.2;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}

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

.who>.who-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: 1024px) {
    .who>.who-wrapper>.profesional>div:nth-child(1)>span:nth-child(2) {
        font-size: 1.5rem;
        text-align: center;
    }
}

.who>.who-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: 1024px) {
    .who>.who-wrapper>.profesional>div:nth-child(1)>span:nth-child(3) {
        text-align: center;
    }
}

.who>.who-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) {
    .who>.who-wrapper>.profesional>div.data {
        flex-direction: column-reverse;
        gap: 1.875rem;
        height: auto;
        transform: none;
        width: 90vw;
    }
}

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

.who>.who-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) {
    .who>.who-wrapper>.profesional>div.data>div:nth-child(1)>div:nth-child(1) {
        text-align: center;
        width: 100%;
    }
}

.who>.who-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) {
    .who>.who-wrapper>.profesional>div.data>div:nth-child(1)>div.nombre {
        text-align: center;
        width: 100%;
    }
}

.who>.who-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;
}

.who>.who-wrapper>.profesional>div.data>div:nth-child(2) {
    background-color: transparent;
    background-image: var(--image);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 180px;
    width: 180px;
}

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

.who>.who-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;
}

.who>.who-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;
}

.who>.who-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;
}

.who>.who-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) {
    .who>.who-wrapper>.profesionales .profesionales-inner-wrapper .profesional {
        height: 400px;
        margin: 0 5vw;
        width: 90vw;
    }
}

.who>.who-wrapper>.profesionales .profesionales-inner-wrapper .profesional>div {
    align-items: flex-start;
    background: #ffffff19;
    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%;
}

.who>.who-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;
}

.who>.who-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;
}

.who>.who-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;
}

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

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

.who>.who-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 {
    background: #182233;
    padding: 100px 0 200px;
}

@media screen and (max-width: 1024px) {
    .partners {
        padding: 3.125rem 0 6rem;
    }
}

@media screen and (max-width: 414px) {
    .partners {
        padding: 3.125rem 0 10rem;
    }
}

.partners>.partners-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 9.375rem;
    text-align: center;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
    .partners>.partners-titulo {
        flex-direction: column-reverse;
        font-size: 2rem;
        gap: 1.25rem;
        justify-content: center;
        line-height: 1;
        margin: 0 auto 70px;
    }
}

@media screen and (max-width: 320px) {
    .partners>.partners-titulo {
        font-size: 26px;
    }
}

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

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

.partners>.partners-titulo::after {
    align-self: flex-start;
    background: url(../img/5260-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 {
        align-self: initial;
        background-position: center left;
        margin: 0;
        width: 100%;
    }
}

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

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

.partners>.partner-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .partners>.partner-wrapper {
        flex-direction: column;
        justify-content: flex-start;
    }
}

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

@media screen and (max-width: 1024px) {
    .partners>.partner-wrapper::before {
        height: 400px;
    }
}

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

@media screen and (max-width: 1024px) {
    .partners>.partner-wrapper::after {
        height: 100px;
    }
}

@media screen and (max-width: 390px) {
    .partners>.partner-wrapper::after {
        height: 60px;
    }
}

.partners>.partner-wrapper>div {
    align-items: center;
    background: #ffffff19;
    backdrop-filter: blur(10px);
    border-radius: 100px;
    display: flex;
    flex-direction: column;
    gap: 60px;
    height: 490px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1235px;
}

@media screen and (max-width: 1024px) {
    .partners>.partner-wrapper>div {
        border-radius: 35px;
        height: 350px;
        top: initial;
        transform: translateX(-50%);
        width: 90vw;
    }
}

.partners>.partner-wrapper>div>div:nth-child(1) {
    background: linear-gradient(90deg, #E0FAFC 0%, rgba(255, 255, 255, 0) 116.48%);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 46px;
    font-family: "Syne", sans-serif;
    font-weight: 700;
    line-height: 0.66;
    text-align: center;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    text-transform: uppercase;
}

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

@media screen and (max-width: 320px) {
    .partners>.partner-wrapper>div>div:nth-child(1) {
        font-size: 22px;
    }
}

.partners>.partner-wrapper>div>div:nth-child(2) {
    background-color: transparent;
    background-image: var(--image);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: var(--height);
    width: var(--width)
}

@media screen and (max-width: 1024px) {
    .partners>.partner-wrapper>div>div:nth-child(2) {
        height: calc(70vw / (var(--width) / var(--height)));
        width: 70vw;
    }
}

.partners>.partner-wrapper>div>a {
    align-items: center;
    background: url(../img/5260-menu-button.png) center center no-repeat transparent;
    background-size: 100% 100%;
    border-radius: 6.25rem;
    color: #fff;
    display: flex;
    flex-direction: row;
    font-family: "Syne", sans-serif;
    font-size: 1.375rem;
    font-weight: 500;
    height: 4.625rem;
    gap: 1.25rem;
    justify-content: center;
    padding: 0px 35px;
    text-decoration: none;
    width: 300px;
}

@media screen and (max-width: 1024px) {
    .partners>.partner-wrapper>div>a {
        background: none;
        border: 1px solid #fff;
        font-size: 1.125rem;
        height: 3.75rem;
    }
}

.partners>.partner-wrapper-2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 60px auto 0;
    position: relative;
}

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

.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 {
        height: 560px;
    }
}

.partners>.partner-wrapper-2>div {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 1.25rem;
    height: 490px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1235px;
}

@media screen and (max-width: 1024px) {
    .partners>.partner-wrapper-2>div {
        flex-direction: column;
        left: initial;
        position: initial;
        top: initial;
        transform: none;
        width: 90vw;
    }
}

.partners>.partner-wrapper-2>div>div {
    align-items: center;
    background: #ffffff19;
    backdrop-filter: blur(10px);
    border-radius: 100px;
    display: flex;
    flex-direction: column;
    gap: 60px;
    height: 490px;
    justify-content: center;
}

.partners>.partner-wrapper-2>div>div:nth-child(1) {
    width: 66.66%;
}

@media screen and (max-width: 1024px) {
    .partners>.partner-wrapper-2>div>div:nth-child(1) {
        height: auto;
        min-height: 90vw;
        width: 90vw;
    }
}

.partners>.partner-wrapper-2>div>div:nth-child(2) {
    width: 33.33%;
}

@media screen and (max-width: 1024px) {
    .partners>.partner-wrapper-2>div>div:nth-child(2) {
        height: auto;
        min-height: 90vw;
        width: 90vw;
    }
}

@media screen and (max-width: 1024px) {
    .partners>.partner-wrapper-2>div>div {
        border-radius: 35px;
        gap: 15px;
        height: auto;
        width: 90vw;
    }
}

.partners>.partner-wrapper-2>div>div>div:nth-child(1) {
    background: linear-gradient(84.77deg, #E5AF44 1.59%, rgba(229, 175, 68, 0.25) 121.45%);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 35px;
    font-family: "Syne", sans-serif;
    font-weight: 700;
    line-height: 0.66;
    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>div>div:nth-child(1) {
        font-size: 24px;
    }
}

.partners>.partner-wrapper-2>div>div:nth-child(1)>div {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
}

@media screen and (max-width: 1024px) {
    .partners>.partner-wrapper-2>div>div:nth-child(1)>div {
        flex-direction: column;
    }
}

.partners>.partner-wrapper-2>div>div:nth-child(1)>div>div {
    background-color: transparent;
    background-image: var(--image);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: var(--height);
    width: var(--width)
}

.partners>.partner-wrapper-2>div>div:nth-child(2)>div:nth-child(n+2) {
    background-color: transparent;
    background-image: var(--image);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: var(--height);
    width: var(--width)
}

.partners>.partner-wrapper-2>div>div>a {
    align-items: center;
    background: url(../img/5260-menu-button.png) center center no-repeat transparent;
    background-size: 100% 100%;
    border-radius: 100px;
    color: #fff;
    display: flex;
    flex-direction: row;
    font-family: "Syne", sans-serif;
    font-size: 22px;
    font-weight: 500;
    height: 74px;
    gap: 1.25rem;
    justify-content: center;
    padding: 0px 35px;
    text-decoration: none;
    width: 350px;
}

@media screen and (max-width: 1024px) {
    .partners>.partner-wrapper-2>div>div>a {
        background: none;
        border: 1px solid #fff;
        font-size: 17px;
        height: 60px;
        width: 300px;
    }
}

.newsletter {
    align-content: center;
    background: url(../img/5260-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/5260-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/5260-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/5260-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/5260-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/5260-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: 2.25rem;
    width: 9.375rem;
}