.loading--hero {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0px 10px;
    width: 100%
}

.loading--hero li:nth-child(4) {
    width: 5%;
    opacity: 0;
    margin: 0 30px
}

.loading--hero li.active:nth-child(4) {
    width: 17%;
    opacity: 1;
}
.loading--hero li img{width: 100%;}
.loading--hero li {
    position: relative;
    width: calc(100% / 7);
    transition-duration: 3s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.rotating img:not(.circle--r) {
    width: 50px;
}

.rotating {
    display: flex;
    justify-content: center;
    align-items: center
}

.rotating .circle--r {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    animation: rotateInfinite 20s linear infinite;
    margin: auto;
}

@keyframes rotateInfinite {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.wow {
    visibility: hidden
}

.height-100{
    height: 100vh;
}
.bg-noiseOrange{position: relative}
.bg-noiseOrange:before {
    position: absolute;
    content: '';
    top: -10rem;
    left: -10rem;
    width: calc(100% + 20rem);
    height: 450vh;
    z-index: -1;
    pointer-events: none;
    background-image: url(../images/bg-noise.png) !important;
    background-color: #DF5930 !important;
    background-position: 50%;
    animation: BgNoise 1s steps(2) infinite;
}
.bg-noiseW:before {
    position: absolute;
    content: '';
    top: -10rem;
    left: -10rem;
    width: calc(100% + 20rem);
    height: 250vh;
    z-index: -1;
    pointer-events: none;
    background-image: url(../images/bg-noise.png) !important;
    background-color: #fff !important;
    background-position: 50%;
    animation: BgNoise 1s steps(2) infinite;
}

.bg-noise:before {
    position: absolute;
    content: '';
    top: -10rem;
    left: -10rem;
    width: calc(100% + 20rem);
    height: 550vh;
    z-index: -1;
    pointer-events: none;
    background-image: url(../images/bg-noise.png) !important;
    background-color: #333436 !important;
    background-position: 50%;
    animation: BgNoise 1s steps(2) infinite;
}
.bg-noise,
.bg-noiseW,
.bg-noise3 {
    position: relative;
    overflow: hidden !important;
}

@keyframes BgNoise {
    0% {
        transform: translate3d(0, 9rem, 0)
    }

    10% {
        transform: translate3d(-1rem, -4rem, 0)
    }

    20% {
        transform: translate3d(-8rem, 2rem, 0)
    }

    30% {
        transform: translate3d(9rem, -9rem, 0)
    }

    40% {
        transform: translate3d(-2rem, 7rem, 0)
    }

    50% {
        transform: translate3d(-9rem, -4rem, 0)
    }

    60% {
        transform: translate3d(2rem, 6rem, 0)
    }

    70% {
        transform: translate3d(7rem, -8rem, 0)
    }

    80% {
        transform: translate3d(-9rem, 1rem, 0)
    }

    90% {
        transform: translate3d(6rem, -5rem, 0)
    }

    to {
        transform: translate3d(-7rem, 0, 0)
    }
}
.navbar{
    max-width: calc(98% - 9px);
}
#section--counter .lineit {
    height: 90px;
    width: 1px;
    background: #df5930;
    margin: 10px 0px
}

#section--counter {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 45px;
    bottom: 40px;
    z-index: 9999999;
    text-align: center;
    align-items: center
}

#section--counter .counter--item {
    display: inline-block;
    transition: opacity 0.2s ease-in-out;
    opacity: 1;
}

#section--counter .fade-out {
    opacity: 0;
}

.text-yellow {
    color: #EFD243
}

.video--box--xl {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 26vh;
    bottom: 0;
    width: calc(100vw * 0.2);
    height: calc(100vh * 0.2);
    z-index: -1;
}

.video--box--xl video {
    background-color: #000;
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: auto;
    z-index: -3;
    background-size: cover;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

#runvideoSection {
    min-height: 250vh
}

.video--img--1 {
    left: 0;
    right: 0;
    margin: auto;
    top: -30%;
    width: 30%;
}

.video--img--2 {
    left: 0;
    right: 0;
    margin: auto;
    top: 40%;
    width: 30%;
}

.video--img--3 {
    left: 0;
    right: 0;
    margin: auto;
    top: 40%;
    width: 30%;
}

.video--img--4 {
    left: 0;
    right: 0;
    margin: auto;
    top: 40%;
    width: 30%;
}

.video--img--5 {
    left: 0;
    right: 0;
    margin: auto;
    top: 40%;
    width: 30%;
}

.mb-200 {
    margin-bottom: 110px
}

.stroke {
    color: transparent !important;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: white;
}

.stroke--black {
    color: transparent !important;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: black;
}

.mb-40 {
    margin-bottom: 40px
}
.parallax-imgh,
.parallax-img {
    width: 150%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    max-width: 200%;
    margin: auto;
    object-fit: cover;
}

.onHover--list {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    flex-direction: column;
}

.onHover--list li {
    width: 100%;
    position: relative;
    border-bottom: 1px solid black;
}

.onHover--list li a img {
    width: 30px;
}

.onHover--list li a {
    padding: 10px 5px;
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    overflow: hidden;
    align-items: center
}

.onHover--text {
    font-size: 32px;
    font-weight: 800;
    color: black
}

.onHover--list li a:hover .onHover {
    transform: translate3d(0, 0%, 0);

}


.onHover>span {
    animation: marquee 15s linear infinite;
    will-change: transform;
    display: flex;
    align-items: center;
    font-size: 34px;
    width: 100%;
    height: 100%;
    font-weight: bold;
    color: black;
    text-wrap: nowrap;
    transition-duration: .7s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.onHover {
    transition-duration: .7s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: #EFD243;
    transform: translate3d(0, 101%, 0);
    z-index: 999;
    /* animation: marquee 15s linear infinite;
        will-change: transform; */
    color: black
}



.marquee__img >div{
    width: 41px;
    height: 41px;
    border-radius: 5vw;
    background: black; 
    align-items: center;
    justify-content: center;
    display: flex; 
}
.marquee__img {
    width: 41px;
    height: 41px;
    margin: 0 2vw;
    /* padding: 26px 26px; */
    border-radius: 5vw;
    background: black;
    color: white;
    font-size: 2rem;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
}

@keyframes marquee {
    0% {
        transform: translate3d(10%, 0, 0);
    }

    100% {
        transform: translate3d(-100%, 0, 0);
    }
}

.cover--earn {
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 33%;
    height: 85%
}

.members--items {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px
}

.members--items li {
    width: calc(20% - 20px);
    position: relative;
}

.members--items li a {
    position: relative;
    display: block;
    overflow: hidden;
}

.mi--hover p {
    line-height: 1.3;
    font-size: 16px;
    position: relative;
    display: block;

    margin: 0;
}

.members--items li a hr {
    border-color: white;
    width: 0%;
    float: left;
    transition-delay: .2s;
        transition-duration: 1.2s;
            transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.members--items li a:hover span {
    transition-delay: .2s
}

.members--items li a:hover span,
.members--items li a:hover p {
    transform: translateY(0px);
    opacity: 1;
}

.members--items li a:hover img {
    transform: scale(1.1)
}

.members--items li a:hover hr {
    width: 100%
}

.members--items img {
    transition-duration: 1.2s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.members--items * {
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.members--items li a span {
    color: white
}

.members--items li a span,
.members--items li a p {
    transform: translateY(20px);
    opacity: 0;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.mi--hover {
    position: absolute;
    display: flex;
    flex-direction: column;
    bottom: 20px;
    width: 100%;
    left: 0;
    z-index: 999;
    padding: 0px 20px;
}

.rotating--onScroll {
    position: absolute;
    right: 40px;
    top: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
}

.rotating--onScroll .circle--r-OnScroll {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.btn--flow * {
    transition-duration: .7s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.btn--flow.btn-w {
    border: 2px solid white;
    color: white !important;

}

.btn--flow {
    text-transform: uppercase;
    position: relative;
    padding: 20px 80px 20px 40px;
    border: 2px solid #333436;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #333436 !important;
    transition-duration: .7s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.btn--flow div img {
    width: 15px
}

.btn--flow span {
    position: relative;
    z-index: 999;
}

.btn--flow:hover {
    border: 2px solid #EFD243;

}

.btn--flow:hover img {
    transform: scale(1.5)
}

.btn--flow:hover:after {
    transform: scale(9);
}

.btn--flow:after {
    transition-duration: .7s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: #EFD243;
    right: 2px;
    top: 2px;
    z-index: 0;
}

.btn--flow div {
    z-index: 1;
    position: absolute;
    width: 50px;
    background: #EFD243;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 2px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tobtn a+a {
    margin-left: 20px
}
.ScrollSmoother-wrapper {
    border: 22px solid #EFD243
}

.parallax-img-earn {
    translate: none;
    rotate: none;
    scale: none;
    height: 116%;
    width: 129%;
    object-fit: cover;
    max-width: 200%;
    top: -100px;
}

.hover--ball {
    position: absolute;
    width: 50px;
    height: 50px;
    background: rgb(223 89 48 / 70%);
    border-radius: 2000px;
    top: 0;
    right: 0;
    z-index: 99;
    display: block;
    transition-duration: 3s !important;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.members--items.swiper-wrapper {
    /* display: block !important; */
    flex-wrap: nowrap;
    gap: 0 !important
}

.shadowBall0 {
    position: absolute;
    width: 60%;
    left: -40%;
    top: -50%;
    z-index: 999;
}

.shadowBall1 {
    position: absolute;
    width: 50%;
    right: -30%;
    top: -40%;
}

.shadowBall3 {
    position: absolute;
    width: 60%;
    left: -30%;
    top: -40%;
}

.shadowBall4 {
    position: absolute;
    width: 60%;
    right: -30%;
    top: -40%;
}

.shadowBall5 {
    position: absolute;
    width: 60%;
    left: -40%;
    top: -50%;
    z-index: 999;
}

.underline-orange:before {
    position: absolute;
    content: "";
    width: 95%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 5px;
    height: 9px;
    background: #df5930;
}

.text-orange {
    color: #df5930;
}

.underline-orange {
    position: relative;
}

.members--items.orange li {
    border: 5px solid #df5930
}
a.btn--flow.downloadfile:hover img {
    transform: rotate(90deg) scale(1.2)
}

a.btn--flow.downloadfile {
    width: 100%
}

.hoverdownload {
    display: block;
}

.hoverdownload:hover div {
    transform: scale(1)
}

.hoverdownload div {
    transition-duration: .7s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #df5930;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 800;
    transform: scale(0)
}

.hoverdownload:hover span img {
    transform: rotate(90deg) scale(1.2)
}

.hoverdownload span img {
    width: 18px;
    transition-duration: .7s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    margin-left: 10px;
    transform: rotate(0deg) scale(1)
}
.list-unstyled {
    gap: 0px 10px
}

.list-unstyled li.card p {
    font-size: 16px
}

.list-unstyled li.card hr{
    border-top:#DF5930 2px solid !important
}
.list-unstyled li.card {
    width: calc(25% - 8px);
    background: #EFD243;
    padding: 60px 40px 40px 40px;
}
.pl0{padding-left: 20px;}
.p0{padding: 0 !important;}
.panel-title {
    font-size: 2.3em !important;
    line-height: .9;
    text-transform: uppercase;
    font-weight: 500 !important;
    font-family: 'Montserrat' !important;
    text-transform: initial !important;
    color: white;
}

.mb-60 {
    margin-bottom: 60px
}

.panel-body {
    color: white !important;
    max-width: 80%;
}

.accordion-style1 .panel-title>span.float-right {
    position: absolute;
    right: 0;
    top: -14px;
    color: transparent;
    -webkit-text-stroke-color: white;
    -webkit-text-stroke-width: 1px;
    font-size: 63px;
    font-family: arial;
    font-weight: 900;
    width: 50px;
    text-align: center;
}
.tabsLd {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    line-height: 1;
    border: 2px solid white;
    padding: 0px 40px;
}

.tabsLd a:hover,
.tabsLd a.active {
    color: #DF5930
}

.tabsLd a {
    text-transform: uppercase;
    font-size: 20px;
    color: white;
    font-weight: 900;
    display: block;
    padding: 30px 0px
}

.tabsLd span {
    width: 30%;
    height: 1px;
    background: #DF5930;
}

ol.phases {
    counter-reset: item;
    list-style: none;
    padding-left: 0;
}

ol.phases>li {
    position: relative;
    padding-left: 40px;
    /* Espacio para el círculo */
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.8;
    color: white;
}

ol.phases>li:before {
    content: counter(item, lower-alpha);
    /* Usar letras minúsculas */
    counter-increment: item;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #FF6D3A;
    /* Color naranja */
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-transform: lowercase;
    /* Esto asegura que las letras estén en minúsculas */
}
.pin-spacer {
    overflow: hidden !important;
}

header {
    position: fixed !important;
}

nav * {
    transition-duration: .7s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

nav {
    background: rgba(255, 255, 255, .0) !important;
    max-width: 90%;
    margin-left: 21px;
    margin-top: 20px;
    position: fixed;

    transition-duration: .7s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.nav {
    flex-wrap: nowrap !important;
}

nav a.btn--flow {
    margin-left: 40px;
    margin-right: -25px;
    background: #000;
    color: white !important
}

nav.navbar-default {
    height: 72px;
}

nav.navbar-default.active {
    width: 13%;
    height: 100px;
}

.active .w-fadeout .navbar-collapse {
    width: 0%;
    opacity: 0;
    overflow: hidden;
    transition-duration: .7s;
    transition-delay: 0s;
    /* Add a delay for the transition back to opacity 1 */
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.navbar-collapse {
    width: 100%;
    opacity: 1;
    overflow: hidden;
    transition-duration: .7s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-delay: .2s;
    /* Add a delay for the transition back to opacity 1 */
    padding-right: 30px;
}

nav.navbar.navbar-default ul.nav>li>a {
    color: white !important
}

.sticky .blur:before,
nav.active.blur:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(45px);
    backdrop-filter: blur(45px);
    transition: opacity .45s cubic-bezier(0.165, 0.84, 0.44, 1), transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

nav.active .plusmenu {
    opacity: 1;
}

.plusmenu {
    color: white !important;
    position: absolute;
    right: 30px;
    font-size: 40px;
    z-index: 9999;
    opacity: 0;
}
.tab-pane ul {
    padding-left: 20px;
    padding-top: 0
}

.tab-pane p,
.tab-pane ul {
    color: white
}