.home-hero-v3 {
    background-color: black;
    background-attachment: fixed;
    position: relative;
    color: white;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-52vw + 50%);
    height: 100vh;
    min-height: 500px;
    background-size: cover;
    margin-top: -87px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position: top;
}

.home-hero-v3::before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(42deg, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0) 80%);
    z-index: 0;
    transition: all 0.5s ease-out;
}

.mm-blocking .home-hero-v3::before {
    background-color: rgba(0, 0, 0, 1);
}

.mm-blocking .home-hero-v3 {
    background-attachment:unset;
}


.home-hero-v3 h2 {
    color: white!important;
    z-index: 2;
    position: relative;
    font-size: 90px!important;
    font-family: "freight-sans-pro", sans-serif!important;
    font-weight: 700!important;
    font-style: normal;
    margin-top: 30px !important;
    margin-left: calc(((100vw - 1320px)/2) + 50px);
    line-height: 1.15!important;
}


.home-hero-v3 h3 {
    color: white!important;
    z-index: 2;
    position: relative;
    font-size: 25px!important;
    line-height: 41px!important;
    font-family: "freight-sans-pro", sans-serif!important;
    font-weight: 100!important;
    font-style: normal;
    margin-left: calc(((100vw - 1320px)/2) + 50px);
    width: 60%;
}


.home-hero-v3 .hero-cta {
    position: relative;
    z-index: 2;
    color: white!important;
    margin-left: calc(((100vw - 1320px)/2) + 50px);
    font-family: "freight-sans-pro", sans-serif!important;
    font-weight: 700;
    width: 170px;
    font-size: 25px!important;
}






.home-hero-v3 .hero-cta span.hero-icon {
    display: inline-block;
    margin-left: 6px;
    transform: translateY(0px);
    transition: all 0.3s ease-in-out;
}

/* Animación para .fixed */
.home-hero-v3 h2 span.fixed {
    display: inline-block;
    opacity: 0; /* Inicia oculto */
    transform: translateX(10px); /* Inicia desplazado a la derecha */
    animation: fixedAnimation 0.6s forwards;
}

@keyframes fixedAnimation {
    0% {
        opacity: 0;
        transform: translateX(10px);
    }
    50% {
        opacity: 1;
        transform: translateX(0); /* Llega a la posición original */
    }
    100% {
        opacity: 1;
        transform: translateX(-10px); /* Se desplaza ligeramente a la izquierda */
    }
}

/* Animación para .highlighted */
.home-hero-v3 h2 span.highlighted {
    color: #FFF;
    background-color: transparent;
    display: inline-block;
    padding-right: 12px;
    margin-left: 6px;
    padding-bottom: 9px;
    padding-left: 5px;

    opacity: 0; /* Inicia oculto */
    transform: translateX(-20px); /* Inicia desplazado a la izquierda */
    animation: fadeInSlide 1.2s forwards;
    animation-delay: 1s; /* Comienza después de la animación de .fixed */
}

@keyframes fadeInSlide {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}


@keyframes fadeInSlideMobile {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Animación para .hero-secondary */
.hero-secondary {
    opacity: 0; /* Inicia oculto */
    animation: fadeInSecondary 1.2s forwards;
    animation-delay: 2.2s; /* Comienza después de .highlighted */
}

@keyframes fadeInSecondary {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Animación para .hero-cta */
.hero-cta {
    border: 0;
    display: inline-block;
    background: none;
    color: #FFF;
    opacity: 0; /* Inicia oculto */
    animation: fadeInCTA 1s forwards;
    animation-delay: 3.3s; /* Comienza después de .hero-secondary */
    font-size: 18px;
    font-weight: 700;
    text-align: left;
}

@keyframes fadeInCTA {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.onepagepro-mobile-header-wrap {
	background-color: transparent!important;
    position: absolute;
    width: 100%;
    z-index: 10;
}

.onepagepro-mobile-header-wrap .onepagepro-header-background {
    background-color: transparent!important;
}



.onepagepro-mobile-menu .onepagepro-mobile-menu-button {
    border-color: transparent!important
}


@media screen and (max-width: 1320px) {

    .home-hero-v3 {
        margin-left: -20px;
        margin-right: calc(-56vw + 50%);
        background-size: 117%;
        background-color: black;
        background-repeat: no-repeat;
        justify-content: end;
        padding-bottom: 39px;
    }

    .home-hero-v3 h2 {
        margin-left: 30px;
        margin-top: 0px !important;
    }
    
    
    .home-hero-v3 h3 {
        margin-left: 30px;
    }
    
    
    .home-hero-v3 .hero-cta {
        margin-left: 30px;
    }

}

@media screen and (max-width: 1024px) {

    .home-hero-v3{
        padding-right: 60px;
        margin-right: -55px;
        margin-left: -20px;
    }

    .home-hero-v3 h3 {
        /* width: 89%; */
        width: 100%;
            margin-right: 30px;
            margin-left: 30px;
    }
}

@media screen and (max-width: 767px) {

    .home-hero-v3 {
        justify-content: end;
        padding-bottom: 39px;
        margin-left: calc(-50vw + 50%);
        height: 86vh;

        margin-left: calc(-50vw + 50%);
        margin-right: calc(-52vw + 50%);
    }

    .home-hero-v3 h2 {
        margin-left: calc(((100vw - 485px)/2) + 30px);
        font-size: 36px !important;
        line-height: 32px !important;
        margin-bottom: 9px !important;
    }

    .home-hero-v3 h2 span.highlighted {
        margin-left: 0px!important;
        animation: fadeInSlideMobile 1s forwards;
        transform: translateX(-20px); /* Inicia desplazado a la izquierda */
        animation-delay: 0.6s; /* Comienza después de la animación de .fixed */
    }
    
    
    .home-hero-v3 h3 {
        /* margin-left: calc(((100vw - 485px)/2) + 20px); */
        font-size: 18px !important;
        line-height: 28px !important;
        /* width: 100%;
        max-width: 479px; */

        margin-left: calc(((100vw - 485px)/2) + 20px);
        width: calc(100% - calc(((100vw - 485px)/2) + 20px) * 1.5);
    }
    
    
    .home-hero-v3 .hero-cta {
        margin-left: calc(((100vw - 485px)/2) + 20px);
        font-size: 18px !important;
        line-height: 28px !important;
    }



}


@media screen and (max-width: 496px) {

    .home-hero-v3 h2 {
        margin-left: 40px!important;
    }

    .home-hero-v3 h3 {
        margin-left: 30px!important;
        width: 100%;
    }
    
    
    .home-hero-v3 .hero-cta {
        margin-left: 30px!important;
    }

}