.loading {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    background: #002E34;
    z-index: 9999999;
    align-items: center
}

.title_bg_effect_1 span {
    background: linear-gradient(90deg, #000 50%, rgba(0, 0, 0, .02) 0);
    background-size: 200% 100%;
    background-position: 100% 0%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    position: relative;
}

/* HEADER CODE */
header {
    position: fixed;
}

footer .navbar-nav a:hover:before,
nav ul.navbar-nav a:hover:before {
    background: #FF8248;

}

footer ul.navbar-nav a:hover span,
nav ul.navbar-nav a:hover span {
    color: #FF8248 !important;
}

footer ul.navbar-nav a span,
nav ul.navbar-nav a span {
    display: block;
    color: #232323;
}

footer ul.navbar-nav a:hover span,
nav ul.navbar-nav a:hover span {
    transform: translateX(5px)
}

footer ul.navbar-nav a:hover:after,
nav ul.navbar-nav a:hover:after {
    background: #FF8248;
    transform: rotate(180deg)
}

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

ul.navbar-nav a:after {
    content: "";
    width: 9px;
    height: 9px;
    background: black;
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transition-duration: .7s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

ul.navbar-nav a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: black;
    left: 0;
    top: 15px;
    transition-duration: .7s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

ul.navbar-nav li {
    width: 25%
}

ul.navbar-nav a {
    padding-left: 20px !important;
    position: relative;
    transition-duration: .7s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

ul.navbar-nav {
    width: 100%;
    justify-content: space-around;
}

.navigation--scroll {
    padding: 15px 50px
}

.open-menu {
    opacity: 0;
}

/* END HEADER CODE */

.height-100{
    height: 100vh;
}
.col-center {
    margin: auto;
    float: none;
}
.parallaxgsap {
    scale: 1.5;
    width: 100%;
    height: 100%;
    min-height: 130vh;
    object-fit: cover;
}
.bg-darkblue {
    background: #002E34
}

h2 {}

.buble {
    margin-right: 10px;
    display: inline-block
}

.buble span {
    z-index: 2;
    position: relative;
    display: inline-block
}

.text-orange {
    color: #FF8248 !important
}

.buble:before {
    content: "";
    background: #FF8248;
    width: calc(100% + 30px);
    height: 100%;
    border-radius: 100px;
    left: -17px;
    right: 0;
    top: 0;
    bottom: -10px;
    margin: auto;
    z-index: 0;
    position: absolute;
}

.bigItems span {
    font-size: 2.7vw;
    opacity: .1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    float: left;

}

.bigItems span:not(.normal) {
    font-size: 2.7vw;
    line-height: 1.2;
}

.bigItems span.active {
    opacity: 1;
}

.text-gray {
    color: #D6D6D6 !important
}

.pt-180 {
    padding-top: 180px
}

.pt-120 {
    padding-top: 120px
}

.pt-80 {
    padding-top: 80px
}

.p0 {
    padding: 0
}

.pb-0 {
    padding-bottom: 0px
}

.text-darkblue {
    color: #002E34 !important
}

#secondSection {
    min-height: calc(100vh + 750px)
}

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

.number-effect {
    display: inline-flex;
    border: 5px solid black;
    border-radius: 200px;
    width: 50px;
    font-size: 1.6vw;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin: 0px 5px;
    font-weight: 900;
}
.bg-stone:before {
    position: absolute;
    content: '';
    top: -10rem;
    left: -10rem;
    width: calc(100% + 20rem);
    height: 950vh;
    z-index: -1;
    pointer-events: none;
    background-image: url(../images/bg-noise.png) !important;
    background-color: #f5f4f5 !important;
    background-position: 50%;
    animation: BgNoise 1s steps(2) infinite;
}
 @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)
     }
 }
.bg-stone {
    position: relative;
}

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

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

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

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

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

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

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

.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-180 {
    margin-bottom: 180px;
}

.carousel--home-scroll li {
    max-width: 33%
}

.carousel--home-scroll img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.carousel--home-scroll {
    display: flex;
    padding: 0;
    list-style: none;
    gap: 0 10px;
    width: 150%;
}

.bg-gray {
    background: #E6E7DF
}

.decoration {
    position: absolute;
    list-style: none;
    padding: 0;
    justify-content: space-between;
    top: 48px;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 90px);
    display: flex;
    color: white;
    opacity: 1;
    font-size: 22px;
    font-weight: 500;
    align-items: center;
}

.decoration img{
    width: 100px;
}
.decoration .n {
    height: 12px;
    margin-right: 3px;
}

.pt-25vh {
    padding: 25vh 0px 100px 0px
}

.mb-25vh {
    margin-bottom: 25vh
}

.hoversecuenly {
    position: relative;
}

.hoversecuenly:hover span {
    right: 14px;
}

.hoversecuenly span {
    position: absolute;
    right: 19px;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    font-size: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}

.fz-32 {
    font-size: 30px
}
.fz-30 {
    font-size: 28px;
    font-weight: 400 !important;
}

.animated-text div {
    overflow: hidden;
    position: relative;
}

.tobtn a+a {
    margin-left: 20px
}

.scrolling {
    display: flex;
    gap: 0 10px;
    position: absolute;
    left: 0;
    top: 0px;
    color: black;
    text-transform: uppercase;
    font-size: 14vw;
    text-wrap: nowrap;
    font-weight: 800;
    z-index: 1;
    margin: 0;
    line-height: 1;
    /* animation: rotateText 300s linear infinite; */
    /* Animación infinita de 2 segundos */

}

.scrolling img {
    height: 215px;
}

.scrolling span {
    font-weight: bolder;
    display: flex;
    align-items: center;
    gap: 0 20px;
    letter-spacing: 0px; 
}

/* Definición de la animación */
@keyframes rotateText {
    0% {
        transform: translateX(0%);
        /* Empieza fuera del contenedor, a la derecha */
    }

    100% {
        transform: translateX(-100%);
        /* Se mueve a la izquierda completamente fuera del contenedor */
    }
}

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: 1;

    background-size: cover;
    display: table-cell;
    vertical-align: middle;
}

.video--scrolling-h1 h1 {
    font-size: 29vw;
    line-height: 1;
    font-weight: 800;
}
.anton {
    font-family: "Anton" !important;
}
.video--scrolling-h1 h1.flex-scrolling-h1 .h1-item1{
    z-index: 0;
    position: relative;
}
.video--scrolling-h1 h1.flex-scrolling-h1 {
    font-size: 21vw;
    text-wrap: nowrap;
    display: flex;
    gap: 0 20px;
}

.videoinit {
width: 33%;
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 999;
    border: 0px solid #fff;
    height: 318px;
    top: 18px;
}

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

#init-scrolling {
    min-height: 250vh
}








/* START PORTFOLIO */
section.portfolio {
    padding: 0 !important
}

section.portfolio img {
    width: 100%;
    height: 100%;
    transition-duration: 2s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.portfolio {
    position: relative;
}

.info_project h3.f70 {
    font-size: 70px !important;
    text-transform: initial;
}

.info_project {
    position: absolute;
    left: 40px;
    bottom: 40px;
    width: 70%;
}


.portfolio-filter a:hover {
    color: #FF8248
}

.portfolio-filter li {
    margin-right: 20px
}

.portfolio-filter a {
    font-size: 22px;
    text-transform: uppercase
}

.portfolio-filter .nav.active a {
    color: black;
    text-decoration: underline;
}

figcaption p,
figcaption span {
    width: 100%;
    text-align: left;
    color: #fff;
    display: block;
    opacity: 0;
    transform: translateY(10px);
    transition: all 1s cubic-bezier(.19, 1, .22, 1) !important;
}

figcaption span {
    font-size: 28px
}

figcaption:hover span {
    transform: translateY(0px);
    opacity: 1;
}

.portfolio-grid .grid-item figure {
    position: relative;
}

.portfolio-grid .grid-item figure:hover:before {
    opacity: .8;
}

.portfolio-grid .grid-item figure:before {
    content: "";
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: black;
    opacity: 0;
    z-index: 1;
    transition-duration: .7s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.portfolio-grid .grid-item figure img {
    opacity: 1 !important;
}

figcaption:hover p {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 0.2s !important;
    /* Adjust the delay */
}
/* END PORTFOLIO */






.bg-darkgreen {
    background: #002F35
}

.bg-lightorange {
    background: #FF8A57
}

.signatureabout {
    position: absolute;
    top: 10vh;
    left: -10%;
    right: 0;
    width: 180%;
    max-width: 180%;
    margin: auto;
    z-index: 0;
}

.mouserhover--parallax img {
    scale: 1.2
}

.mouserhover--parallax {
    position: absolute;
    z-index: 1;
    overflow: hidden;
    width: 27% !important;
}

.mouserhover--parallax.img-1 {
    left: 200px;
    top: 100px;
    width: 33% !important;
}

.mouserhover--parallax.img-2 {
    right: 10vw;
    top: 20vh;
    z-index: 1;
    width: 31% !important;
}

.mouserhover--parallax.img-3 {
    left: 60vh;
    bottom: 100px;
    margin: auto;
    height: auto;
    width: 33% !important;
    z-index: 0;
}

.height-130 {
    height: 140vh;
}

@keyframes infiniteRotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.center-svg svg {
    width: 30%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    animation: infiniteRotation 25s linear infinite;
    /* La animación tarda 5 segundos y se repite infinitamente */
}

.circle--7ly {
    width: 150px;
    height: 150px;
    color: white;
    background: #003036;
    border-radius: 200px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 15vh;
    margin: auto;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 2vw;
}

.progresive-list li p:first-child {
    width: 25%
}

.progresive-list li p {
    width: 40%;
}

.progresive-list li {
    border-top: 1px solid #003137;
    display: flex;
    overflow: hidden;
    position: sticky;
    top: 190;
    /* Hace que el elemento se quede fijo cuando alcanza el borde superior */
    justify-content: space-between;
    height: 100vh;
    /* El elemento ocupará toda la altura de la ventana */
    padding-top: 90px;
}

.pin-spacerPL .pin-spacer {
    max-height: 250vh
}

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

.ly7,
.header--title {
    color: #003036;
    font-weight: bold;
    font-size: 24px;
}

.fz-80 {
    font-size: 80px;
    line-height: 1.2 !important;
    display: flex;
    flex-wrap: wrap;
}
.sectionHeading__subtitle {
    font-size: 1rem;
    margin-bottom: .9rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #fff;
}


.element1 {
    -webkit-animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite;
}

.element1 {
    position: absolute;
    right: -5%;
    top: -17%;
    opacity: .3;
    width: 44%;
}

@-webkit-keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}

@keyframes float {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }

    50% {
        transform: translate(-10px, 75px) rotate(3deg);
    }

    100% {
        transform: translatex(0px, 0px) rotate(-10deg);
    }
}

@keyframes floatA {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }

    50% {
        transform: translate(10px, -5px) rotate(1deg);
    }

    100% {
        transform: translatex(0px, 0px) rotate(-5deg);
    }
}

@keyframes floatB {
    0% {
        transform: translate(-1px, 75px) rotate(5deg);
    }
    
    50% {
        transform: translate(0px, 0px) rotate(0deg);
    }

    100% {
        transform: translate(-1px, 75px) rotate(5deg);

    }
}


.p0 {
    padding: 0 !important
}

.progresive-list img {
    width: 23%;
    height: 500px;
    object-fit: cover;
}

.x-gap-60>* {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}

.astronaut {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -30px;
    width: 23%;
    animation: float 5s infinite ease-in-out;
}

.signatureabout {
    animation: move_wave 30s infinite ease-in-out;

}

@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1);
    }

    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55);
    }

    100% {
        transform: translateX(0%) translateZ(0) scaleY(1);
    }
}

@keyframes floating {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
        /* movimiento hacia arriba */
    }

    100% {
        transform: translateY(0);
        /* regresa a la posición original */
    }
}

h1.keepit span,
h1.keepit {
    text-transform: uppercase;
    color: #012a30;
    font-weight: 900;
    font-size: 14vw !important;
    line-height: .95 !important;
}

.revealImg {
    clip-path: inset(50%);
    position: absolute;
    right: 0px;
    top: 7px;
    overflow: hidden;
    display: block;
}

.revealImg img {
    display: block;
    width: 100%;
    transform: scale(1.1);
}