:root {
    --bg: #eee;
    --pink: #f9b3ca;
    --blue: #7ba3f0;
    --green: #74b577;
    --red: #da5f5f;
    --yellow: #ffdc71;
    --font-title: "Archivo Black", sans-serif;
    --font-body: "Montserrat", sans-serif;
    --nav-height: 72px;
    --section-space-y: clamp(1.1rem, 2.3vw, 2.1rem);
    --section-space-x: clamp(0.9rem, 2.2vw, 1.5rem);
    --radius-sm: 1.25rem;
    --radius-md: 1.6rem;
    --radius-lg: 2.25rem;
    --shadow-soft: 0 12px 30px rgb(0 0 0 / 0.05);
    --shadow-md: 0 18px 38px rgb(0 0 0 / 0.06);
    --shadow-hover: 0 22px 42px rgb(0 0 0 / 0.1);
    --glass-bg: rgb(255 255 255 / 0.82);
    --glass-bg-solid: rgb(255 255 255 / 0.88);
    --trans-fast: 0.25s ease
}

body,
html {
    overflow-x: hidden
}

body {
    visibility: visible;
    font-family: var(--font-body)
}

.accent {
    display: inline-block;
    padding: 0 .12em;
    font-weight: 700
}

#fullpage .section[data-anchor="encuesta"],
#fullpage .section[data-anchor="experiencia"],
#fullpage .section[data-anchor="guia"],
#fullpage .section[data-anchor="inicio"],
body {
    background: var(--bg)
}

#fullpage .section.fp-auto-height,
.section-shell,
body.fp-responsive #fullpage .section {
    min-height: auto
}

#fullpage .section {
    box-sizing: border-box;
    padding-top: var(--nav-height)
}

#fullpage .fp-overflow {
    box-sizing: border-box;
    width: 100%;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch
}

#fp-watermark,
.fp-watermark,
body.fp-viewing-footer #fp-nav,
body.is-mobile #fp-nav ul li .fp-tooltip {
    display: none !important
}

#fullpage .section[data-anchor="detalles"],
#fullpage .section[data-anchor="registro"],
#fullpage .section[data-anchor="reglamento"] {
    background: #fff
}

.section-shell {
    padding: var(--section-space-y) var(--section-space-x)
}

.section-pb-0 {
    padding-bottom: 0 !important
}

.section-pt-0 {
    padding-top: 0 !important
}

.section iframe,
.section img,
.section video {
    max-width: 100%
}

.section iframe {
    height: min(52vh, 360px);
    min-height: 320px
}

.section-title {
    font-size: clamp(1.9rem, 6.8vw, 2.35rem);
    line-height: .95
}

.section-intro-copy {
    font-size: clamp(0.96rem, 1.8vw, 1.05rem);
    line-height: 1.65
}

#fp-nav {
    right: 0.5rem !important;
    z-index: 1090
}

#fp-nav ul li {
    width: 1.1rem;
    height: 1.1rem;
    margin: .32rem 0
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
    width: 100%;
    height: 100%
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    width: .52rem;
    height: .52rem;
    margin: -.26rem 0 0 -.26rem;
    background: rgb(17 17 17 / .24);
    transition: background-color var(--trans-fast), transform var(--trans-fast)
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
    width: .68rem;
    height: .68rem;
    margin: -.34rem 0 0 -.34rem;
    background: var(--blue);
    transform: none
}

#fp-nav ul li .fp-tooltip {
    padding: .4rem .7rem;
    font-size: .88rem;
    color: #111;
    letter-spacing: .04em;
    background: rgb(255 255 255 / .88);
    border-radius: 999px;
    box-shadow: 0 12px 24px rgb(0 0 0 / .08)
}

.section-card {
    background: var(--glass-bg);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-md)
}

.section-card-image {
    border-top-left-radius: var(--radius-md) !important;
    border-top-right-radius: var(--radius-md) !important
}

.section-card-body {
    padding: .95rem .95rem 1.05rem
}

.section-card-title {
    display: flex;
    gap: .5rem;
    align-items: center;
    font-size: 1.1rem
}

.section-card-icon {
    font-size: .95rem
}

.section-intro {
    color: #fff;
    background: #000
}

.section-intro .section-shell {
    position: relative;
    z-index: 2;
    padding-top: clamp(5rem, 12vh, 8rem);
    pointer-events: none
}

#mainNavbar .nav-link,
#sidebarMenu .nav-link {
    transition: background-color var(--trans-fast), color var(--trans-fast)
}

#mainNavbar {
    min-height: var(--nav-height);
    background-color: var(--blue) !important;
    background-image: none !important;
    box-shadow: 0 14px 28px rgb(0 0 0 / .08);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px)
}

#mainNavbar .nav-link,
#mainNavbar .navbar-brand,
#mainNavbar .navbar-toggler,
#sidebarMenu .nav-link,
#sidebarMenu .offcanvas-title,
.site-footer i,
.site-footer small {
    color: #111 !important
}

#mainNavbar .container,
.card-body {
    gap: .75rem
}

#mainNavbar .navbar-brand {
    font-size: 1rem;
    line-height: 1
}

#mainNavbar .navbar-brand img {
    width: 34px;
    height: 34px
}

#mainNavbar .navbar-nav {
    flex-wrap: nowrap
}

#mainNavbar .nav-link {
    display: inline-flex;
    gap: .35rem;
    align-items: center;
    padding: .42rem .7rem;
    font-size: .88rem;
    line-height: 1;
    white-space: nowrap;
    border-radius: 999px
}

#mainNavbar .nav-link i {
    font-size: .78rem
}

#mainNavbar .nav-link.active,
#mainNavbar .nav-link:focus-visible,
#mainNavbar .nav-link:hover {
    background: rgb(255 255 255 / .44)
}

#sidebarMenu .nav-link.active {
    background: rgb(123 163 240 / .2)
}

#mainNavbar .navbar-toggler-icon,
#sidebarMenu .btn-close {
    filter: invert(1) brightness(.2)
}

#sidebarMenu .offcanvas-header {
    color: #111 !important;
    background: var(--blue) !important
}

#sidebarMenu .sidebar-nav-btn {
    width: 100%;
    background: 0 0;
    border: 0
}

#sidebarMenu .nav-link:focus-visible,
#sidebarMenu .nav-link:hover {
    background: rgb(123 163 240 / .12)
}

.card-img-top {
    aspect-ratio: 16/10;
    object-fit: cover
}

.icon-btn-circle {
    display: inline-flex;
    flex: 0 0 2.75rem;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    aspect-ratio: 1;
    padding: 0 !important;
    line-height: 1;
    border-radius: 50%
}

.hero-logo-layout,
.section-content,
.section-frame,
.section-media {
    position: relative
}

.hero-shell {
    gap: 1.5rem;
    justify-content: center;
    height: 100%;
    min-height: calc(100svh - var(--nav-height));
    text-align: center
}

.hero-logo-row {
    display: flex;
    flex-grow: 1;
    align-items: center
}

.hero-layout {
    min-height: 100%
}

.hero-layout>.col-12 {
    display: flex;
    flex-direction: column;
    min-height: 100%
}

.hero-scroll-row {
    margin-top: auto
}

.hero-logo-layout {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    width: min(100%, 980px);
    padding-top: .5rem
}

.hero-logo {
    display: block;
    order: 2;
    width: min(100%, 24rem);
    max-width: 78vw;
    filter: drop-shadow(0 18px 34px rgb(0 0 0 / .12))
}

.hero-copy {
    position: static;
    z-index: 1;
    margin: 0;
    line-height: .95;
    color: #111;
    text-align: center
}

.hero-copy-top {
    order: 1;
    font-size: clamp(0.9rem, 1.3vw, 1.05rem);
    color: rgb(0 0 0 / .42);
    letter-spacing: .16em;
    white-space: nowrap
}

.hero-copy-left {
    order: 3;
    font-size: 1.15rem;
    color: rgb(0 0 0 / .48)
}

.hero-scroll-btn {
    background: rgb(255 255 255 / .78);
    border-color: rgb(17 17 17 / .12);
    box-shadow: 0 14px 28px rgb(0 0 0 / .06)
}

.fa-itunes-note,
.fa-youtube,
.intro-title-accent {
    color: var(--red)
}

.intro-layout {
    align-items: flex-start
}

.intro-header {
    display: flex;
    flex-direction: column;
    max-width: 36rem;
    pointer-events: auto;
    transition: opacity 0.8s, transform 0.8s
}

.intro-header-hidden {
    pointer-events: none;
    opacity: 0;
    transform: translateY(-1rem)
}

.intro-title {
    font-size: clamp(2.4rem, 5vw, 5rem);
    line-height: .92
}

.intro-copy {
    max-width: 34rem;
    color: rgb(255 255 255 / .78)
}

.intro-media {
    z-index: 0
}

.intro-media,
.intro-overlay {
    position: absolute;
    inset: 0
}

.intro-overlay {
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(90deg, rgb(0 0 0 / .78) 0, rgb(0 0 0 / .48) 34%, rgb(0 0 0 / .28) 58%, rgb(0 0 0 / .46) 100%)
}

.intro-video {
    width: 100%;
    height: 100%;
    pointer-events: auto;
    object-fit: cover
}

.details-image {
    border-radius: var(--radius-lg) !important
}

.details-copy {
    position: relative;
    z-index: 1
}

.details-mark {
    max-width: 12rem
}

.details-theme-mark img {
    max-width: 8rem
}

.details-quote {
    max-width: 34rem
}

.encuesta-social-btn,
.experiencia-icon-btn {
    background: var(--glass-bg);
    border: 1px solid
}

.experiencia-intro {
    max-width: 38rem
}

.experiencia-card {
    transition: transform 0.28s, box-shadow 0.28s
}

.experiencia-card:hover {
    box-shadow: var(--shadow-hover);
    transform: translateY(-6px)
}

.experiencia-card-title {
    line-height: 1.05
}

.experiencia-card--pink,
.reglamento-card--pink {
    box-shadow: 0 18px 38px rgb(249 179 202 / .16)
}

.experiencia-card--blue,
.reglamento-card--blue {
    box-shadow: 0 18px 38px rgb(123 163 240 / .16)
}

.experiencia-card--green,
.guia-card--green {
    box-shadow: 0 18px 38px rgb(116 181 119 / .16)
}

.EJES-soup,
.card,
.guia-modal,
.registro-map,
.reglamento-card,
.section-card {
    overflow: hidden
}

.registro-list,
.section-body,
.section-content,
.section-frame,
.section-header,
.section-layout,
.section-media {
    width: 100%
}

.registro-layout {
    gap: 1.25rem !important
}

.registro-copy {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 34rem;
    height: 100%
}

.registro-title {
    font-size: clamp(2.2rem, 5vw, 4rem);
    line-height: .95
}

.registro-intro {
    max-width: 32rem;
    font-size: 1rem;
    line-height: 1.65
}

.encuesta-label,
.guia-label,
.registro-label {
    letter-spacing: .14em
}

.registro-address,
.registro-item {
    display: flex;
    gap: .65rem;
    width: 100%;
    padding: 1rem 1.1rem;
    margin-bottom: .85rem;
    background: rgb(255 255 255 / .78) !important;
    border: 1px solid !important;
    box-shadow: var(--shadow-soft)
}

.registro-item {
    align-items: flex-start;
    border-radius: var(--radius-sm) !important
}

.registro-item-icon {
    display: inline-flex;
    flex: 0 0 1.25rem;
    align-items: center;
    justify-content: center;
    padding: 0
}

.registro-address {
    gap: .9rem;
    align-items: flex-start;
    margin-bottom: 0;
    border-radius: 1.4rem
}

.registro-item a {
    color: #111;
    word-break: break-word;
    text-decoration: none
}

.registro-address-icon,
.registro-item-icon {
    margin-top: .18rem;
    font-size: 1.25rem;
    line-height: 1.2
}

.registro-map-wrap {
    position: relative;
    display: block
}

.registro-map-wrap::before {
    position: absolute;
    top: -12px;
    left: -12px;
    width: 84px;
    height: 84px;
    content: "";
    background: linear-gradient(135deg, var(--yellow), var(--pink));
    border-radius: 1.5rem;
    opacity: .55
}

.registro-map {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 280px;
    border: 0;
    border-radius: var(--radius-md)
}

.guia-card--yellow {
    box-shadow: 0 18px 38px rgb(255 225 133 / .2)
}

.guia-copy {
    display: flex;
    flex-direction: column;
    padding-top: .25rem
}

.guia-card-note,
.guia-label {
    color: rgb(0 0 0 / .5)
}

.guia-intro {
    max-width: 30rem
}

.guia-card {
    position: relative;
    width: 100%;
    background: var(--glass-bg-solid)
}

.guia-card-image {
    aspect-ratio: 16/11
}

.guia-card-body {
    gap: .45rem;
    padding: 1.2rem 1.15rem 1.3rem
}

.guia-card-note {
    display: inline-flex;
    align-items: center
}

.guia-cta {
    min-width: 9.5rem
}

.guia-modal {
    background: rgb(250 250 250 / .98);
    border: 0;
    border-radius: 2rem
}

.guia-modal-footer,
.guia-modal-header {
    padding: 1rem 1.2rem;
    border: 0
}

.guia-modal-body {
    padding: .5rem 1.2rem 1.2rem
}

.guia-modal-image {
    width: 100%;
    background: #fff;
    border-radius: 1.5rem
}

.reglamento-copy {
    width: 100%;
    max-width: 36rem
}

.reglamento-intro {
    max-width: 34rem;
    margin-bottom: 1rem
}

.reglamento-visual-wrap {
    position: relative;
    min-height: 32rem;
    padding: 0;
    margin: 1.25rem 0 1.5rem;
    overflow: hidden
}

.reglamento-visual {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 100%;
    min-height: 21rem;
    padding: 0;
    text-align: center;
    border-radius: 1.7rem
}

.reglamento-visual-image {
    display: block;
    width: min(100%, 24rem);
    margin-inline: auto;
    border-radius: 1.7rem !important
}

.reglamento-visual-wrap .EJES-soup {
    inset: 0;
    top: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    --soup-inset: 6% 4%;
    opacity: .94
}

.reglamento-visual-wrap .EJES-soup span {
    font-size: clamp(1rem, 3vw, 2.25rem)
}

.reglamento-card {
    background: rgb(255 255 255 / .84);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-md)
}

.reglamento-card-image {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-top-left-radius: var(--radius-md) !important;
    border-top-right-radius: var(--radius-md) !important
}

.reglamento-card-body {
    padding: 1.05rem 1rem 1.15rem
}

.EJES-soup.reglamento-soup {
    --soup-mirror: -1;
    --soup-span-mirror: -1
}

.encuesta-cta,
.section-card-cta {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-inline: 1rem
}

.encuesta-intro {
    max-width: 32rem
}

.encuesta-lead {
    font-size: clamp(1.1rem, 2vw, 1.45rem)
}

.encuesta-image {
    max-width: min(100%, 24rem)
}

.encuesta-socials {
    gap: 0.75rem !important;
    justify-content: center
}

#fp-nav ul li .fp-tooltip,
.EJES-soup span,
.btn,
.card-title,
.navbar-brand,
.offcanvas-title,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-family: var(--font-title)
}

.EJES-soup {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 52%;
    --soup-inset: 12% 4% 0;
    --soup-mirror: 1;
    --soup-span-mirror: 1;
    pointer-events: none;
    opacity: .88;
    transform: scaleX(var(--soup-mirror));
    transform-origin: center
}

.EJES-soup::before {
    position: absolute;
    inset: var(--soup-inset);
    content: "";
    background: radial-gradient(circle at 20% 20%, rgb(249 179 202 / .18), transparent 34%), radial-gradient(circle at 78% 28%, rgb(123 163 240 / .16), transparent 30%), radial-gradient(circle at 42% 72%, rgb(116 181 119 / .16), transparent 34%), linear-gradient(180deg, rgb(255 255 255 / .2), rgb(255 255 255 / .04));
    border-radius: 1.75rem;
    box-shadow: inset 0 0 0 1px rgb(255 255 255 / .28);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.EJES-soup span {
    position: absolute;
    z-index: 1;
    font-size: clamp(1.1rem, 6vw, 2rem);
    font-weight: 800;
    line-height: .9;
    text-shadow: 0 8px 18px rgb(0 0 0 / .08);
    filter: saturate(1.2) contrast(1.05);
    transform: scaleX(var(--soup-span-mirror)) rotate(var(--soup-rotate)) scale(var(--soup-scale));
    animation: 11s ease-in-out infinite soupFloat;
    --soup-rotate: 0deg;
    --soup-scale: 1
}

.EJES-soup span:nth-child(5n+1) {
    color: var(--pink);
    animation-delay: -1.5s
}

.EJES-soup span:nth-child(5n+2) {
    color: var(--blue);
    animation-delay: -4s
}

.EJES-soup span:nth-child(5n+3) {
    color: var(--green);
    animation-delay: -6.5s
}

.EJES-soup span:nth-child(5n+4) {
    color: var(--red);
    animation-delay: -3s
}

.EJES-soup span:nth-child(5n) {
    color: var(--yellow);
    animation-delay: -8s
}

.EJES-soup span:nth-child(2n) {
    opacity: .78
}

.EJES-soup span:nth-child(3n) {
    --soup-rotate: -10deg;
    --soup-scale: 0.92
}

.EJES-soup span:nth-child(4n) {
    --soup-rotate: 8deg;
    --soup-scale: 1.08
}

.EJES-soup span:nth-child(6n) {
    opacity: .58
}

@keyframes soupFloat {

    0%,
    100% {
        translate: 0 0
    }

    25% {
        translate: 4px -8px
    }

    50% {
        translate: -5px 5px
    }

    75% {
        translate: 3px 9px
    }
}

.EJES-soup span:first-child {
    top: 7%;
    left: 7%
}

.EJES-soup span:nth-child(2) {
    top: 9%;
    left: 24%
}

.EJES-soup span:nth-child(3) {
    top: 8%;
    right: 24%
}

.EJES-soup span:nth-child(4) {
    top: 7%;
    right: 7%
}

.EJES-soup span:nth-child(5) {
    top: 28%;
    left: 8%
}

.EJES-soup span:nth-child(6) {
    top: 31%;
    left: 26%
}

.EJES-soup span:nth-child(7) {
    top: 29%;
    right: 26%
}

.EJES-soup span:nth-child(8) {
    top: 28%;
    right: 8%
}

.EJES-soup span:nth-child(9) {
    top: 51%;
    left: 7%
}

.EJES-soup span:nth-child(10) {
    top: 54%;
    left: 24%
}

.EJES-soup span:nth-child(11) {
    top: 52%;
    right: 24%
}

.EJES-soup span:nth-child(12) {
    top: 50%;
    right: 7%
}

.EJES-soup span:nth-child(13) {
    bottom: 15%;
    left: 8%
}

.EJES-soup span:nth-child(14) {
    bottom: 12%;
    left: 26%
}

.EJES-soup span:nth-child(15) {
    right: 26%;
    bottom: 13%
}

.EJES-soup span:nth-child(16) {
    right: 8%;
    bottom: 15%
}

.EJES-soup span:nth-child(17) {
    bottom: 4%;
    left: 16%
}

.EJES-soup span:nth-child(18) {
    bottom: 4%;
    left: 38%
}

.EJES-soup span:nth-child(19) {
    right: 38%;
    bottom: 4%
}

.EJES-soup span:nth-child(20) {
    right: 16%;
    bottom: 4%
}

.site-footer,
.site-footer footer {
    color: #111 !important;
    background: rgb(249 179 202 / .94) !important
}

.whatsapp-float {
    position: fixed;
    right: 1.25rem;
    bottom: 3.25rem;
    z-index: 1080;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.75rem;
    height: 3.75rem;
    color: #fff;
    text-decoration: none;
    background: var(--green);
    border-radius: 999px;
    box-shadow: 0 14px 32px rgb(0 0 0 / .15);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    transition: transform var(--trans-fast), box-shadow var(--trans-fast), background-color var(--trans-fast)
}

.whatsapp-float:focus-visible,
.whatsapp-float:hover {
    color: #fff;
    background: rgb(116 181 119 / .92);
    box-shadow: 0 18px 36px rgb(0 0 0 / .18);
    transform: translateY(-2px)
}

.whatsapp-float i,
.whatsapp-float svg {
    font-size: 2.1rem
}

@media (max-width:767.98px) {
    .section-intro,
    .section-intro .section-shell {
        min-height: calc(100svh - var(--nav-height))
    }

    .section-intro .section-shell {
        align-items: flex-start !important;
        justify-content: flex-start !important;
        padding-top: max(5rem, env(safe-area-inset-top, 0px) + 1rem)
    }

    .intro-layout {
        align-content: flex-start;
        align-items: flex-start
    }

    .intro-header {
        position: static;
        max-width: 100%
    }

    .details-body .lead,
    .details-quote .blockquote-footer,
    .details-quote p,
    .details-theme .lead {
        font-size: .95rem
    }

    .details-body .lead,
    .details-quote p {
        line-height: 1.55
    }

    .section[data-anchor="detalles"] .EJES-soup {
        bottom: 0;
        left: 50%;
        width: min(calc(100% - 1rem), 100rem);
        height: clamp(25rem, 10vw, 3rem);
        transform: translateX(-50%);
        --soup-inset: 12% 12% 0
    }

    .details-image {
        width: min(100%, 17rem)
    }

    .reglamento-visual-wrap {
        min-height: auto;
        margin: 1rem 0 1.25rem
    }

    .reglamento-visual {
        min-height: auto;
        padding: 0
    }

    .reglamento-visual-image {
        width: min(100%, 18rem)
    }

    .reglamento-visual-wrap .EJES-soup {
        height: 100%;
        --soup-inset: 8% 6%
    }
}

@media (min-width:768px) {
    #fp-nav {
        right: 1rem !important
    }

    #fp-nav ul li {
        width: 1.2rem;
        height: 1.2rem;
        margin: .4rem 0
    }

    .section-title {
        font-size: clamp(2.15rem, 5vw, 3.8rem)
    }

    .section-card {
        border-radius: 1.9rem
    }

    .section-card-image {
        border-top-left-radius: 1.9rem !important;
        border-top-right-radius: 1.9rem !important
    }

    .section-card-body {
        padding: 1.15rem 1.1rem 1.25rem
    }

    .encuesta-socials {
        justify-content: flex-start
    }

    .hero-logo-layout {
        display: grid;
        place-items: center;
        min-height: clamp(26rem, 60vh, 42rem);
        padding-top: 0
    }

    .hero-logo {
        width: min(100%, 50rem)
    }

    .hero-copy {
        position: absolute;
        max-width: 15rem;
        text-align: initial
    }

    .hero-copy-top {
        top: 8%;
        left: 50%;
        font-size: clamp(1.05rem, 1.5vw, 1.25rem);
        transform: translateX(-50%)
    }

    .hero-copy-left {
        bottom: 22%;
        left: 7%;
        max-width: none;
        font-size: clamp(5.75rem, 8vw, 10.5rem);
        text-align: left
    }

    .registro-layout {
        flex-wrap: nowrap;
        gap: 0 !important;
        align-items: flex-end !important
    }

    .registro-title {
        white-space: nowrap
    }

    .registro-map-wrap {
        display: flex;
        align-items: flex-end
    }

    .registro-map {
        border-radius: 2rem
    }

    .guia-copy {
        padding-top: 0;
        margin-top: -1.25rem
    }

    .guia-intro {
        max-width: 34rem
    }

    .guia-body {
        padding-top: 1.75rem
    }

    .guia-grid {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 1.5rem
    }

    .guia-grid>[class*="col-"],
    .registro-layout>[class*="col-"] {
        display: flex
    }

    .reglamento-visual {
        min-height: 36rem;
        border-radius: 0
    }

    .reglamento-visual-image {
        width: min(100%, 29rem);
        border-radius: 2rem !important
    }

    .reglamento-visual-wrap {
        min-height: 36rem;
        margin-top: 6.5rem;
        margin-bottom: 0
    }

    .reglamento-card {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        border-radius: 1.85rem
    }

    .reglamento-card-image {
        width: 34%;
        min-width: 170px;
        max-width: 210px;
        margin: 1rem 0 1rem 1rem;
        border-radius: 1.45rem !important
    }

    .reglamento-card-body {
        flex: 1;
        flex-direction: column;
        justify-content: center;
        padding: 1.1rem 1.1rem 1.1rem .75rem
    }

    .EJES-soup {
        top: 0;
        bottom: auto;
        width: 50%;
        height: 100%;
        --soup-inset: 6% 8% 6% 2%;
        opacity: .94
    }

    .EJES-soup::before {
        border-radius: 2.5rem
    }

    .EJES-soup span {
        font-size: clamp(1.75rem, 4vw, 4rem)
    }
}

@media (min-width:992px) {
    :root {
        --nav-height: 56px
    }

    .section-shell {
        min-height: calc(100vh - var(--nav-height))
    }

    .section iframe {
        height: clamp(320px, 45vh, 420px)
    }
}

@media (hover:hover) and (pointer:fine) {

    #fp-nav ul li:hover a span,
    #fp-nav ul li:hover a.active span,
    .fp-slidesNav ul li:hover a span {
        background: var(--blue)
    }
}

.blockquote {
    margin-bottom: 0
}

.accent--green,
.fa-spotify {
    color: var(--green)
}

.accent--blue,
.fa-facebook {
    color: var(--blue)
}

.accent--pink,
.fa-instagram {
    color: var(--pink)
}

.accent--yellow,
.fa-globe {
    color: var(--yellow)
}
