*, *::before, *::after { cursor: none !important; }
html, html * { cursor: none !important; }
body, body * { cursor: none !important; }
.swiper-container, .swiper-wrapper, .swiper-slide, .swiper-slide * { cursor: none !important; }
a, button, input, textarea, select, img, svg, div, span, p, h1, h2, h3, h4, h5, h6 { cursor: none !important; }

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    cursor: none !important;
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-color: #f5f5f5;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    cursor: none !important;
}

.logo-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    z-index: 100;
    opacity: 0;
    transform: translateY(-100%);
    transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.logo-header.loaded {
    opacity: 1;
    transform: translateY(0);
}

.logo {
    max-width: 180px;
    height: auto;
    display: block;
}

.logo-text {
    text-align: center;
}

.logo-text-top {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 12px;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.custom-cursor {
    position: fixed !important;
    width: 12px !important;
    height: 12px !important;
    background-color: #000 !important;
    border-radius: 50% !important;
    pointer-events: none !important;
    z-index: 99999 !important;
    transform: translate(-50%, -50%) !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    mix-blend-mode: multiply;
}

.container {
    width: 100%;
    text-align: center;
    cursor: none !important;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    min-height: 70dvh;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.container.loaded {
    opacity: 1;
    transform: scale(1);
}

.container {
    position: relative;
}

.background-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.4;
}

.background-image-wrapper .background-image {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.background-image-wrapper .background-image.show {
    opacity: 1;
}

.main-text {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: none !important;
}

.text-line {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    line-height: 1;
    pointer-events: none;
    cursor: none !important;
}

.text-top {
    font-size: 8rem;
    font-weight: 800;
    color: #000;
    display: block;
    width: 100%;
    cursor: none !important;
}

.text-before-yellow,
.text-after-yellow {
    font-size: 8rem;
    font-weight: 800;
    color: #000;
    display: inline-block;
    cursor: none !important;
}

.yellow-bar-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    min-width: 462px;
    margin: 0px -78px 0px -74px;
    z-index: 1;
    mix-blend-mode: multiply;
    cursor: none !important;
}

.yellow-bar {
    background-color: #FFD700;
    padding: 0.3em 1.2em;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    margin-top: 37px;
    border-radius: 50px;
    pointer-events: none;
    cursor: none !important;
}

.swiper-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    height: 160px;
    margin-top: -10px;
    pointer-events: auto;
    cursor: none !important;
}

.swiper-wrapper {
    height: 100%;
    cursor: none !important;
}

.swiper-slide {
    font-size: clamp(1rem, 2.2vw, 1.6rem);
    font-weight: 600;
    color: #000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.6s ease, transform 0.6s ease;
    width: 100%;
    line-height: 1;
    flex-shrink: 0;
    box-sizing: border-box;
    cursor: none !important;
}

.swiper-slide-active {
    opacity: 1 !important;
    cursor: none !important;
}

.swiper-slide-next,
.swiper-slide-prev {
    opacity: 0.5 !important;
    cursor: none !important;
}

.swiper-slide-duplicate-next,
.swiper-slide-duplicate-prev {
    opacity: 0.5 !important;
    cursor: none !important;
}


.swiper-slide:not(.swiper-slide-active):not(.swiper-slide-next):not(.swiper-slide-prev):not(.swiper-slide-duplicate-next):not(.swiper-slide-duplicate-prev) {
    opacity: 0 !important;
    visibility: hidden;
}


.hover-image-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1000;
}

.hover-image {
    position: fixed;
    width: 350px;
    height: 250px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transform: translateY(-50%) scale(0.8) perspective(1000px) rotateX(0deg) rotateY(0deg);
    transition: opacity 0.3s ease, transform 0.1s ease;
    pointer-events: none;
    transform-style: preserve-3d;
    top: calc(50% - 280px);
    right: calc(50% - 640px);
}

.hover-image.show {
    opacity: 1;
    transform: translateY(-50%) scale(1) perspective(1000px) rotateX(0deg) rotateY(0deg);
}


@media (max-width: 1024px) {
    .hover-image {
        width: 230px;
        height: 165px;
        top: calc(50% - 190px);
        right: calc(50% - 390px);
        transform: translateY(-50%) scale(0.8) perspective(1000px) rotateX(0deg) rotateY(0deg);
    }
    
    .hover-image.show {
        transform: translateY(-50%) scale(1) perspective(1000px) rotateX(0deg) rotateY(0deg);
    }
    
    .yellow-bar-wrapper {
        min-width: 310px;
        margin: 0px -44px 0px -42px;
    }
    
    .yellow-bar {
        height: 40px;
        margin-top: 18px;
        padding: 0.3em 1em;
    }
    
    .swiper-container {
        height: 100px;
        margin-top: -12px;
    }
    
    .text-before-yellow,
    .text-after-yellow {
        font-size: 4.5rem;
    }
    
    .text-top {
        font-size: 4.5rem;
    }
}

@media (max-width: 768px) {
    .hover-image {
        width: 200px;
        height: 138px;
        top: calc(50% - 160px);
        right: calc(50% - 350px);
        transform: translateY(-50%) scale(0.8) perspective(1000px) rotateX(0deg) rotateY(0deg);
    }
    
    .hover-image.show {
        transform: translateY(-50%) scale(1) perspective(1000px) rotateX(0deg) rotateY(0deg);
    }
    
    .yellow-bar-wrapper {
        min-width: 280px;
        margin: 0px -44px 0px -43px;
    }
    
    .yellow-bar {
        height: 41px;
        margin-top: 18px;
        padding: 0.3em 0.9em;
    }
    
    .swiper-container {
        height: 90px;
        margin-top: -7px;
    }
    
    .swiper-slide {
        font-size: clamp(0.9rem, 2vw, 1.3rem);
    }
    
    .text-before-yellow,
    .text-after-yellow {
        font-size: 4.5rem;
    }
    
    .text-top {
        font-size: 4.5rem;
    }
}

@media (max-width: 480px) {
    .hover-image {
        width: 90px;
        height: 60px;
        border-radius: 8px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
        top: calc(50% - 70px);
        right: calc(50% - 145px);
        transform: translateY(-50%) scale(0.8) perspective(1000px) rotateX(0deg) rotateY(0deg);
    }
    
    .hover-image.show {
        transform: translateY(-50%) scale(1) perspective(1000px) rotateX(0deg) rotateY(0deg);
    }
    
    .yellow-bar-wrapper {
        min-width: 200px;
        margin: 0px -19px 0px -18px;
    }
    
    .yellow-bar {
        height: 18px;
        margin-top: 7px;
        padding: 0.25em 0.8em;
        border-radius: 40px;
    }
    
    .swiper-container {
        height: 45px;
        margin-top: -8px;
    }
    
    .swiper-slide {
        font-size: clamp(0.8rem, 1.8vw, 1.1rem);
    }
    
    .text-before-yellow,
    .text-after-yellow {
        font-size: 1.5rem;
    }
    
    .text-top {
        font-size: 1.5rem;
    }
}

@media (max-width: 360px) {
    .hover-image {
        width: 90px;
        height: 60px;
        border-radius: 8px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
        top: calc(50% - 70px);
        right: calc(50% - 145px);
        transform: translateY(-50%) scale(0.8) perspective(1000px) rotateX(0deg) rotateY(0deg);
    }
    
    .hover-image.show {
        transform: translateY(-50%) scale(1) perspective(1000px) rotateX(0deg) rotateY(0deg);
    }
    
    .yellow-bar-wrapper {
        min-width: 200px;
        margin: 0px -19px 0px -18px;
    }
    
    .yellow-bar {
        height: 18px;
        margin-top: 7px;
        padding: 0.25em 0.8em;
        border-radius: 40px;
    }
    
    .swiper-container {
        height: 140px;
        margin-top: -55px;
    }
    
    .swiper-slide {
        font-size: clamp(0.8rem, 1.8vw, 1.1rem);
    }
    
    .text-before-yellow,
    .text-after-yellow {
        font-size: 1.5rem;
    }
    
    .text-top {
        font-size: 1.5rem;
    }
}


*, *::before, *::after {
    cursor: none !important;
}


.swiper-container,
.swiper-wrapper,
.swiper-slide,
.swiper-slide * {
    cursor: none !important;
}


header, footer, div, span, p, a, button, img, svg, input, textarea, select {
    cursor: none !important;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 20px;
    z-index: 100;
    cursor: none !important;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer.loaded {
    opacity: 1;
    transform: translateY(0);
}

.footer-text {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1rem;
    color: #000;
    cursor: none !important;
    line-height: 2;
}

.footer-text .text-bottom {
    cursor: none !important;
}

.footer-text a {
    color: #111111;
    text-decoration: none;
    cursor: none !important;
    background-color: #FFD700;
    padding: 5px 20px;
    border-radius: 20px;
    font-weight: 600;
}

.footer-text a:hover {
    text-decoration: underline;
    cursor: none !important;
}

@media (max-width: 1024px) {
    .footer {
        padding: 15px;
    }
    
    .footer-text {
        font-size: 0.9rem;
    }
    
    .footer-text a {
        padding: 4px 16px;
        font-size: 0.9rem;
    }
}

@media (max-width: 768px) {
    .footer {
        padding: 12px;
    }
    
    .footer-text {
        font-size: 0.85rem;
        line-height: 2;
    }
    
    .footer-text a {
        padding: 4px 14px;
        font-size: 0.85rem;
        border-radius: 18px;
    }
}

@media (max-width: 480px) {
    .footer {
        padding: 10px;
    }
    
    .footer-text {
        font-size: 0.75rem;
        line-height: 2;
    }
    
    .footer-text a {
        padding: 3px 12px;
        font-size: 0.75rem;
        border-radius: 15px;
    }
}

@media (max-width: 360px) {
    .footer {
        padding: 8px;
    }
    
    .footer-text {
        font-size: 0.7rem;
        line-height: 2;
    }
    
    .footer-text a {
        padding: 3px 10px;
        font-size: 0.7rem;
        border-radius: 12px;
    }
}

/* Ocultar custom-cursor en dispositivos móviles */
@media (hover: none), (pointer: coarse), (max-width: 768px) {
    .custom-cursor {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }
    
    * {
        cursor: auto !important;
    }
    
    html, html * {
        cursor: auto !important;
    }
    
    body, body * {
        cursor: auto !important;
    }
    
    .swiper-container, .swiper-wrapper, .swiper-slide, .swiper-slide * {
        cursor: auto !important;
    }
    
    a, button, input, textarea, select, img, svg, div, span, p, h1, h2, h3, h4, h5, h6 {
        cursor: auto !important;
    }
    
    .container {
        cursor: auto !important;
    }
    
    .main-text {
        cursor: auto !important;
    }
    
    .text-line {
        cursor: auto !important;
    }
    
    .text-top {
        cursor: auto !important;
    }
    
    .text-before-yellow,
    .text-after-yellow {
        cursor: auto !important;
    }
    
    .yellow-bar-wrapper {
        cursor: auto !important;
    }
    
    .yellow-bar {
        cursor: auto !important;
    }
    
    .swiper-container {
        cursor: auto !important;
    }
    
    .swiper-wrapper {
        cursor: auto !important;
    }
    
    .swiper-slide {
        cursor: auto !important;
    }
    
    .swiper-slide-active {
        cursor: auto !important;
    }
    
    .swiper-slide-next,
    .swiper-slide-prev {
        cursor: auto !important;
    }
    
    .swiper-slide-duplicate-next,
    .swiper-slide-duplicate-prev {
        cursor: auto !important;
    }
    
    header, footer, div, span, p, a, button, img, svg, input, textarea, select {
        cursor: auto !important;
    }
    
    .footer {
        cursor: auto !important;
    }
    
    .footer-text {
        cursor: auto !important;
    }
    
    .footer-text .text-bottom {
        cursor: auto !important;
    }
    
    .footer-text a {
        cursor: pointer !important;
    }
    
    .footer-text a:hover {
        cursor: pointer !important;
    }
}
