.height-100{
    height: 100vh;
}
.mb-0 {
    margin-bottom: 0px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

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

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

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

.mb-120 {
    margin-bottom: 120px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-160 {
    margin-bottom: 160px;
}

.mb-170 {
    margin-bottom: 170px;
}

.mb-180 {
    margin-bottom: 180px;
}

.mb-190 {
    margin-bottom: 190px;
}

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

/* Sticky column styling */
.sticky-column {
    position: sticky;
    top: 100px;
    /* Ajusta según sea necesario para tu diseño */
    align-self: flex-start;
    height: fit-content;
}

.scroll-content {
    min-height: 150vh;
    padding-bottom: 100px;
}

.scroll-section {
    position: relative;
    padding-top: 0px !important;
    min-height: 100vh;
}

.image-container {
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    opacity: 1;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    transition: transform 0.5s ease;
}

.image-container:hover img {
    transform: scale(1.05);
}

.pin-spacer {
    height: 200vh;
}

.pin-container {
    position: relative;
    min-height: 100vh;
}

.cta-box {
    text-align: center;
    transition: all 0.6s ease;
    opacity: 0;
    transform: translateY(30px);
}

.cta-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2rem;
}

.cta-label {
    text-transform: uppercase;
    font-size: 1.3rem;
    line-height: 1.5rem;
}

.cta-icon {
    position: relative;
    width: 27px;
    height: 36px;
    margin-top: 10px;
    transition: all 0.6s ease;
}

.cta-box:hover .cta-icon {
    width: 40px;
    height: 52px;
}

.icon-background {
    position: absolute;
    width: 100%;
    height: 100%;
}

.icon-arrow {
    position: relative;
    z-index: 1;
}

.subheadline {
    font-size: 1.2rem;
    line-height: 2rem;
    overflow: hidden;
}

/* Custom spacing classes */
.mt-6 {
    margin-top: 4rem;
}

.mt-7 {
    margin-top: 5rem;
}

.mt-8 {
    margin-top: 6rem;
}

/* Create a spacer for scroll animations */
.scroll-spacer {
    height: 100vh;
}

@media (max-width: 992px) {
    .image-container {
        margin-bottom: 2rem;
    }

    .pin-spacer {
        height: auto;
    }
}

#image-2 {
    width: 300px !important;
    transform: translate(0px, -15vw);
    opacity: 0;
    -webkit-transition: -webkit-transform 2000ms cubic-bezier(.19, 1, .22, 1), opacity 2000ms cubic-bezier(.19, 1, .22, 1);
    transition: transform 2000ms cubic-bezier(.19, 1, .22, 1), opacity 2000ms cubic-bezier(.19, 1, .22, 1);
}

#image-2.showit {
    width: 300px !important;
    transform: translate(0px, -17vw);
    opacity: 1;
}

#image-3 {
    transform: translate(0px, -15vw);
    opacity: 0;
    -webkit-transition: -webkit-transform 2000ms cubic-bezier(.19, 1, .22, 1), opacity 2000ms cubic-bezier(.19, 1, .22, 1);
    transition: transform 2000ms cubic-bezier(.19, 1, .22, 1), opacity 2000ms cubic-bezier(.19, 1, .22, 1);
}

#image-3.showit {
    transform: translate(0px, -17vw);
    opacity: 1;
}

#main-image {
    transform-origin: top left;
    transform: scale(.7)
}

#image-1 {
    transform-origin: top right;
    transform: scale(1);
    height: 42.5vw
}

.height-110 {
    height: 110vh;
}

footer {
    height: 100vh;
    position: fixed;
    bottom: 0;
    z-index: -1;
    width: 100%
}

section.last-child {
    background: transparent !important;
    pointer-events: none
}

section {
    background: white
}

ul.f-menu {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 0 20px
}

ul.f-menu a {
    color: white
}

footer {
    display: flex;
    align-items: flex-end;
    padding-bottom: 300px
}

.logo--to-footer {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
}

.vertical-align {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.lineParent {
    overflow: hidden;
    position: relative
}

/* Base styles for the horizontal rule */
hr.loadOnShow {
    width: 0;
    border: none;
    height: 2px;
    background-color: #000;
    margin: 20px 0;
    opacity: 0;
    transition: width 1s ease, opacity 1s ease;
}

/* Animation class that gets added when element is in viewport */
hr.loadOnShow.visible {
    width: 100%;
    opacity: 1;
}

hr {
    border-color: black;
    width: 0%
}

.wow {
    visibility: hidden;
}

header.point--header {
    position: fixed;
    top: 70px;
    padding: 0 40px;
    background: transparent;
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

header.point--header.sticky {
    top: 0px;
    padding: 0 0px;
    background: black;
}

.hero--section {
    padding: 0
}

.hero--section>.parent-container {
    height: calc(100vh - 100px);
    width: calc(100vw - 100px);
    background: transparent;
    margin: auto;
    margin-top: 50px;
    display: flex;
    align-items: flex-end;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.hero--title {
    color: white;
    display: flex
}

.hero--title span.outline--stroke {
    display: flex;
    flex-direction: column;
}

.hero--title span.outline--stroke span {
    color: transparent;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #fff;
}
.video-section {
    position: relative;
    width: 100%;
    height: 500px;
    background-color: #b22222;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.cursor-follower {
    position: absolute;
    width: 320px;
    height: 320px;
    background-color: white;
    border-radius: 50%;
    display: none;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: black;
    text-align: center;
    transition: box-shadow 0.5s ease;
}

.cursor-inner {
    position: relative;
    width: 80%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: white;
    font-size: 35px;
    letter-spacing: 1px;
    animation: pulse 1s infinite;
    text-align: left;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.cursor-outer {
    position: absolute;
    width: 140px;
    height: 140px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    transition: all 0.3s ease;
}
.bg-dark{
    background: #191919 !important
}
.text-gradient div {
    background-image: linear-gradient(135deg, #c7bfb4, #a9a095);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.big-title {
    font-weight: 300;
    font-size: 90px;
    line-height: 1
}

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

ul.y-carrousel li img {
    width: 100%
}

.height-200 {
    height: 200vh
}

ul.carrousel--icons {
    display: flex;
    gap: 0 20px;
    padding: 0;
    margin: 0;
    list-style: none;
    width: calc(7 * 25%)
}

ul.carrousel--icons li {
    border: 1px solid #fff;
    width: 25%;
    padding: 40px;
}

ul.carrousel--icons li img {
    margin: 30px 0px;
    height: 200px;
}

ul.carrousel--icons li p.lead {
    font-size: 28px
}

ul.carrousel--icons li p {
    margin: 0;
    color: white
}

.height-350 {
    height: 350vh
}

.panel-heading a div {
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-duration: 0.7s;

}

.panel-heading a {
    background: transparent;
    transition-duration: 0.7s;
    transition-duration: 0.7s;
    display: block;
    padding: 16px 0px;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

[aria-expanded="true"] div,
.panel-heading a:hover div {
    color: white !important;
}

[aria-expanded="true"],
.panel-heading a:hover {
    padding: 16px 30px !important;
    background: #000 !important
}

.panel-heading .float-right {
    font-weight: 900;
    font-size: 14px
}

.panel-title img {
    width: 45px;
    margin-right: 20px
}
.top-Off {
    padding-top: 220px;
}

.bigFont {
    font-size: 140px;
    line-height: 1
}

video {
    background-color: #000;
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    z-index: 1;
    background-size: cover;
}

.videoContainer {
    overflow: hidden;
    position: relative;
    width: 500px;
    height: 500px;
    background: red;
    right: 0;
    border-radius: 100%;
    float: right;
}

.translate-y-4 {
    transform: translateY(8rem);
}

.experiencesUl {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;

}

.experiencesUl li .infoUL h3 {
    font-size: 2rem;
    font-weight: 500;
    text-transform: uppercase;
}

.experiencesUl li .infoUL p {
    width: 60%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
}

.experiencesUl li:last-child:before {
    opacity: 0;
}

.experiencesUl svg {
    width: 300px !important;
    bottom: -34px;
    position: relative;
    float: right;
    right: -35px;
}

.experiencesUl.loaded li:after{
    width: 100%;
}
.experiencesUl li:after {
    content: "";
    position: absolute;
    width: 0%;
    right: 0;
    top: 0;
    height: 1px;
    background: black;
        transition-duration: 2s;
            transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.lineBottom {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    height: 1px;
    background: black;
}

.experiencesUl.loaded li:before {
    height: 100%;
}
.experiencesUl li:before {
    content: "";
    position: absolute;
    width: 1px;
    right: 0;
    top: 0;
    height: 0%;
    background: black;
        transition-duration: 2s;
            transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.experiencesUl li {
    width: 33.3%;
    position: relative;
    padding: 40px;
}

.hoverBox {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

.hoverBox li.c-2 {
    width: 66.6%;
}

.hoverBox li img {
    height: 400px;
    margin-bottom: 40px;
    opacity: 0;
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hoverBox li * {
    width: 300px;
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hoverBox li:nth-child(odd) {
    border-left: 1px solid black;
}

.hoverBox li:nth-child(1),
.hoverBox li:nth-child(2) {
    border-top: 1px solid black;
}

.hoverBox li:hover * {
    color: white
}

.hoverBox li:hover img {
    opacity: 1;
}

.hoverBox li:hover {
    background: #000;
}

.hoverBox li {
    background: transparent;
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    width: 33.3%;
    display: flex;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    padding: 40px;
    margin: 0;
    flex-direction: column;
}

.y-carrousel li {
    position: relative;
}
.height-50{height: 50vh;}
.y-carrousel aside {
    color: white;
    font-size: 3.8rem;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    flex-direction: column;
}

.y-carrousel video {
    background-color: #000;
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-size: cover;
    width: 100%
}

.video-1 {
    position: relative;
    height: 40vh;
    width: 100%;
    background: red;
    overflow: hidden;
}

.video-2 {
    position: relative;
    height: 70vh;
    width: 100%;
    background: red;
    overflow: hidden;
}

.video-3 {
    position: relative;
    height: 55vh;
    width: 100%;
    background: red;
    overflow: hidden;
}

.hover--image {
    position: relative;
    display: block;
}

.hover--image:hover .hover {
    opacity: 1;
}

.hover--image:hover span {
    transform: translate(-50%, -50%) scale(1.2)
}

.hover--image span {
    position: absolute;
    top: 20%;
    left: 24%;
    transform: translate(-50%, -50%);
    font-size: 1.4rem;
    font-weight: 500;
    color: #342525;
    border: 2px solid #342525;
    z-index: 99;
    background: transparent;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    line-height: 1;
}

.hover--image .hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.green {
    color: #D4FF00;
}

:root {
    --nv-marquee-duration: 6.64s;
    --nv-marquee-animation-state: running;
}

.marquee-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.marquee-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.marquee {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: max-content;
    /* Asegura que tome el ancho de su contenido */
    animation: nv_scrollX var(--nv-marquee-duration) linear infinite;
    animation-play-state: var(--nv-marquee-animation-state);
    bottom: 0;
}

.marquee li {
    display: flex;
    width: 100px;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    flex-shrink: 0;
}

ul.y-carrousel li.marquee-container .marquee img {
    width: 90px;
    height: 90px !important;
    display: block;
    max-height: 100%;
}

@keyframes nv_scrollX {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* Opcional: pausar en hover */
.marquee-wrapper:hover .marquee {
    animation-play-state: paused;
}
.nv_marquee_text {
    display: flex;
    align-items: center;
    gap: 0 15px
}

.nv_marquee_text .bar {
    width: 80px;
    height: 2px;
    background-color: #000;
}

@keyframes marquee_left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes marquee_right {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

.nv_container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.nv_marquee_top {
    padding: 15px 0;
    border-bottom: 1px solid #2d1708;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.nv_marquee_bottom {
    padding: 15px 0;
    border-top: 1px solid #2d1708;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.nv_center_content {
    text-align: center;
    padding: 10px 0;
}

.nv_center_content h2 {
    font-size: 120px;
    font-weight: 800;
    letter-spacing: -5px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
}

.nv_marquee_top,
.nv_marquee_bottom,
.nv_center_content {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.nv_marquee_text_container {
    display: flex;
    width: max-content;
}

.nv_marquee_text img {
    width: 100px !important
}

.nv_marquee_text {
    white-space: nowrap;
    padding-right: 50px;
    line-height: 1 !important;
    margin-block: 0px !important;
    font-weight: 500 !important
}

.nv_marquee_left .nv_marquee_text_container {
    animation: marquee_left 20s linear infinite;
}

.nv_marquee_right .nv_marquee_text_container {
    animation: marquee_right 120s linear infinite;
}

.video-3b {
    position: relative;
    height: 46vh;
    width: 100%;
    background: red;
    overflow: hidden;
}

.video-3c {
    position: relative;
    height: 30vh;
    width: 100%;
    background: red;
    overflow: hidden;
}.y-carrousel aside.a2 {
    color: white;
    font-size: 3rem;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    display: flex;
    align-items: baseline;
    justify-content: center;
    line-height: 1.2;
    flex-direction: column;
    text-align: left;
    padding: 40px;
}
.height-300{height: 300vh;}
.height-319{height: 319vh;}