@charset "utf-8";

html {
    scroll-behavior: smooth;
}

/* CSS Document */
:root {
    --header-bg-dark: #000000;
    --header-bg-light: #EAEAEA;
}

header {
    background-color: var(--header-bg-dark);
    color: white;
    transition: background-color 0.5s ease-in-out;
}

body#blanco header {
    background-color: var(--header-bg-light);
    color: black;
}

@media (prefers-color-scheme: light) {
    body:not(#blanco) header {
        background-color: var(--header-bg-dark);
        color: black;
    }
}

@media (prefers-color-scheme: dark) {
    body:not(#blanco) header {
        background-color: var(--header-bg-dark);
    }
}

body {
    background-color: var(--bg-color);
}

header {
    background-color: var(--bg-color);
    color: white;
    --sticky-header: #000;
}

body #blanco {
    --bg-color: #EAEAEA;
    --sticky-header: #fff;
}

body #blanco header,
#blanco header a,
#blanco header-center {
    color: black;
}

body #blanco header:hover,
#blanco header a:hover,
#blanco header-center:hover {
    color: rgba(255, 153, 0, 1);
}

body {
    background-color: black;
    color: white;
    margin: 0;
    padding: 0;
    height: 100vh;
    font-family: 'Poppins', sans-serif;
    overflow-y: hidden;
    overflow-x: hidden;
}

#blanco {
    background-color: #EAEAEA;
    color: black;
    margin: 0;
    padding: 0;
    height: auto;
    font-family: 'Poppins', sans-serif;
}

#blanco:hover {
    overflow-y: scroll;
}

body:hover {
    overflow-y: scroll;
}

.container {
    height: 100vh;
}

section {
    scroll-snap-align: start;
    height: 100vh;
}

.container-w {
    width: 100%;
    height: auto;
    background-color: #EAEAEA;
}

.screen {
    height: 100vh;
    background-color: #0D0D0D;
    position: relative;
}

.levitation {
    position: relative;
    height: 100vh;
    width: 100%;
}

.levitation-img {
    position: absolute;
    margin-top: 20vh;
    left: 0;
    top: 0;
    height: 80vh;
    z-index: -1;
    margin-left: 65vh;
    animation: wiggle 3s ease-in-out infinite;
    overflow: hidden;
}

.levitation-bgimg {
    position: absolute;
    height: 50vh;
    z-index: -1;
    animation: wiggle 3s ease-in-out infinite;
    overflow: hidden;
    margin-top: 50vh;
    margin-left: 95vh;
}

.levitation-img_s {
    position: absolute;
    left: 0;
    top: 0;
    height: 80vh;
    z-index: 2;
    margin-left: 5vh;
    margin-top: 8vh;
    animation: wiggle 3s ease-in-out infinite;
    overflow: hidden;
}

.levitation-bgimg_s {
    position: absolute;
    height: 50vh;
    z-index: 1;
    animation: wiggle 3s ease-in-out infinite;
    overflow: hidden;
    margin-top: 49vh;
    margin-left: 0vh;
}

@keyframes wiggle {
    0% {
        transform: rotateZ(0);
    }

    50% {
        transform: rotateZ(2deg);
    }

    100% {
        transform: rotateZ(0);
    }
}

.levitation-text {
    font-size: 18px;
    margin-left: 5vh;
    margin-top: 40vh;
    position: absolute;
    z-index: 1;
    text-align: left;
}

.about-text {
    font-size: 18px;
    margin-left: 5vh;
    margin-top: 40vh;
    position: absolute;
    z-index: 1;
    text-align: left;
    width: 25vw;
}

.bold-text {
    font-weight: 500;
}

.medium-text {
    font-weight: 400;
}

.more-link {
    display: inline-block;
    margin-top: 10px;
    color: rgba(255, 153, 0, 1);
    text-decoration: none;
}

.more-link:hover {
    color: #fff;
}

.more-link-w {
    display: inline-block;
    margin-top: 10px;
    color: rgba(255, 153, 0, 1);
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.more-link-w:hover {
    color: #000;
}

::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: transparent;
}

.proyectos {
    height: auto;
    margin-left: 2vw;
}

.image-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-top: 15vh;
    width: 80vw;
    margin-left: 10vw;
}

.image-container img {
    max-width: 100%;
}

.imagenes {
    height: auto;
}

.text-image {
    color: #000;
    padding-top: 2vh;
    position: relative;
    width: 50vw;
    padding-bottom: 2vh;
    text-align: center;
}

.text-subtitle {
    color: #000;
    padding-top: 2vh;
    position: relative;
    padding-bottom: 2vh;
    text-align: center;
    width: 18vw;
    text-decoration: none;
    margin-left: 2.5vw;
}

.texto-proyectos {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.redirect-proyectos {
    padding-top: 12vh;
    position: relative;
    width: 30vw;
    padding-bottom: 2vh;
    margin-left: 35vw;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

footer {
    padding-top: 10vh;
    text-align: center;
    position: relative;
    padding-bottom: 6vh;
}

.botones-footer {
    max-width: 100vw;
    margin: 0 auto;
}

.button-group {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.button-group a {
    margin: 0 1vw;
    color: #000;
}

.creditos {
    font-size: 12px;
    font-weight: 200;
    width: 15vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-left: 43vw;
    padding-top: 2vh;
}

/** Responsive **/
.video-container {
    position: relative;
    padding-bottom: 40%;
    width: 60%;
    height: 0;
    margin-top: 1vh;
    margin-bottom: 4vh;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video {
    width: 100%;
}

.container-h {
    width: 100vw;
    height: 100vh;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    white-space: nowrap
}

.contacto {
    display: inline-block;
    flex-shrink: 0;
    width: 100vw;
    height: auto;
    scroll-snap-align: start;
    position: relative;
    white-space: normal;
}

.horizontal {
    display: inline-block;
    flex-shrink: 0;
    width: 100%;
    height: auto;
    scroll-snap-align: end;
    position: relative;
    white-space: normal
}

.contenedor_contacto {
    width: 60vw;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-left: 20vw;
    margin-bottom: 10vh;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.contenedor_contacto a {
    color: #ffffff;
    /* Cambia el color del texto a blanco */
    text-decoration: none;
    /* Elimina la decoración de subrayado del texto */
}

.formulario {
    width: 60vw;
}

.contact-text {
    font-size: 18px;
    margin-left: 5vh;
    position: relative;
    z-index: 1;
    text-align: left;
    width: 25vw;
    height: auto;
}

.carousel-button:hover {
    color: rgba(255, 153, 0, 1);
    transform-origin: 50% 50%;
    animation: pulse 2000ms;
}

.button-group span:hover {
    color: rgba(255, 153, 0, 1);
    transform-origin: 50% 50%;
    animation: pulse 2000ms;
}

.flecha {
    padding-top: 5vh;
}

.flecha_v,
.flecha_v a {
    padding-top: 2vh;
    color: #fff;
}

.flecha a:hover,
span:hover {
    color: rgba(255, 153, 0, 1);
    transform-origin: 50% 50%;
    animation: pulse 2000ms;
}

@keyframes pulse {
    0% {
        transform: scaleX(1) scaleY(1);
    }

    15% {
        transform: scaleX(1.25) scaleY(1.25);
    }

    30% {
        transform: scaleX(1) scaleY(1);
    }

    45% {
        transform: scaleX(1.25) scaleY(1.25);
    }

    60% {
        transform: scaleX(1) scaleY(1);
    }

    75% {
        transform: scaleX(1.25) scaleY(1.25);
    }

    100% {
        transform: scaleX(1) scaleY(1);
    }
}

.carousel-container {
    position: relative;
    overflow: hidden;
}

.carousel-wrapper {
    display: flex;
    width: 700%;
    /* Aquí se establece el ancho total del carrusel */
}

.carousel-section {
    flex: 1 0 14.28%;
    /* Aquí se establece el ancho de cada sección */
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    padding-top: 20vh;
}

.carousel-button {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 24px;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

.carousel-button--prev {
    left: 1vw;
}

.carousel-button--next {
    right: 3vw;
}

#typewriter {
    color: #fff;
    text-align: left;
    font-size: 68px;
    font-weight: 700;
}

#typewriter::after {
    content: "|";
    animation: blink 1s infinite;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.contenedor-type {
    width: 32vw;
    height: 10vh;
    position: relative;
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10vw;
    padding-top: 4vh;
}

.column-1 {
    background-color: transparent;
}

.column-2 {
    background-color: transparent;
}

.six {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 6vw;
    padding-top: 4vh;
}

.six img {
    box-shadow: 5px 5px 10px 0px rgb(75, 0, 130, 0.2);
}

.column-1,
.column-2,
.column-3,
.column-4,
.column-5,
.column-6 {
    background-color: transparent;
}

.text-destaque {
    color: #000;
    padding-top: 4vh;
    margin-top: 12vh;
    position: relative;
    width: 50vw;
    padding-bottom: 2vh;
    font-size: 21px;
    text-align: right;
    font-weight: 400;
    padding-left: 6vh;
}

.text-titulo {
    color: #000;
    padding-top: 4vh;
    position: relative;
    font-size: 24px;
    text-align: left;
    font-weight: 400;
}

.text-titulo:last-child {
    font-size: 21px;
    padding-top: 2vh;
}

.formulario input[type="text"],
.formulario input[type="email"],
.formulario textarea {
    border: none;
    width: 20vw;
    border-radius: 2px;
    padding-top: 1vh;
    padding-bottom: 1vh;
    box-shadow: none;
    font-family: "Poppins";
}

.formulario input[type="text"]:hover,
.formulario input[type="email"]:hover,
.formulario textarea:hover,
.formulario input[type="text"]:focus,
.formulario input[type="email"]:focus,
.formulario textarea:focus {
    box-shadow: none;
    border: none;
    -webkit-box-shadow: none;
    resize: none;
}

input[type="submit"],
input[type="reset"] {
    background-color: rgba(255, 153, 0, 1);
    color: white;
    padding: 1vh;
    border-radius: 4px;
    cursor: pointer;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
}

input[type="submit"]:hover,
input[type="reset"]:hover {
    background-color: rgba(255, 196, 0, 1.00);
    border: none;
    box-shadow: none;
}

/*MEDIA QUERIES*/
/* Estilos para dispositivos móviles pequeños */
@media (max-width: 576px) {
    
     #figma {display:none;}
    
  .vinculosfigma {display:block;}
    
    .texto-proyectos {
    padding-top: 12vh;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}
    .more-link {
    display: inline-block;
    margin-top: 10px;
    color: rgba(255, 153, 0, 1);
    text-decoration: none; text-align: center;
}

    .levitation-text {
        width: 80vw;
        font-size: 18px;
        margin-left: 3vh;
        margin-top: 20vh;
        position: absolute;
        z-index: 1;
        text-align: left;
    }

    .levitation-img {
        position: absolute;
        margin-top: 46vh;
        left: 0;
        top: 0;
        max-height: 60vh;
        z-index: -1;
        margin-left: -10vw;
        animation: wiggle 3s ease-in-out infinite;
        overflow: hidden;
    }

    .levitation-bgimg {
        position: absolute;
        max-height: 30vh;
        z-index: -1;
        animation: wiggle 3s ease-in-out infinite;
        overflow: hidden;
        margin-top: 70vh;
        margin-left: 15vh;
    }

    .levitation-img_s {
        position: absolute;
        left: 0;
        top: 0;
        height: 40vh;
        z-index: 2;
        margin-left: 5vh;
        margin-top: 40vh;
        animation: wiggle 3s ease-in-out infinite;
        overflow: hidden;
    }

    .levitation-bgimg_s {
        position: absolute;
        height: 25vh;
        z-index: 1;
        animation: wiggle 3s ease-in-out infinite;
        overflow: hidden;
        margin-top: 55vh;
        margin-left: 0vh;
        rotate: 25deg;
    }

    .sticky-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background-color: var(--bg-color);
        color: var(--bg-color);
        padding: 10px;
        width: 100%;
        height: 10vh;
    }

    .sticky-header a {
        color: white;
        text-decoration: none;
    }

    #gsapscroll {
        display: none;
    }

    #scrolltrigger {
        display: none;
    }

    #scroll {
        display: none;
    }

    .creditos {
        font-size: 12px;
        font-weight: 200;
        width: 32vw;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        margin-left: 32vw;
        padding-top: 2vh;
    }

    .screen {
        height: auto;
    }

    .container {
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .carousel-wrapper img {
        min-width: 40%;
        width: auto;
        max-width: 60%;
        margin-left: 8vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .carousel-section {
        flex: 1 0 14.28%;
        /* Aquí se establece el ancho de cada sección */
        height: 60vh;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        padding-top: 20vh;
    }

    .more-link-w {
        display: flex;
        justify-content: center;
        align-items: center;
        color: rgba(255, 153, 0, 1);
        text-decoration: none;
    }

    #bitotb {
        padding-right: 20vw;
    }

    #sike {
        padding-left: 2vw;
    }

    #volatil {
        padding-left: 2vw;
    }

    #sinalas {
        padding-left: 0vw;
    }

    #chance {
        padding-left: 2vw;
    }

    #hb {
        padding-left: 2vw;
    }

    footer {
        padding-top: 0;
    }

    .about-text {
        font-size: 18px;
        margin-left: 4vh;
        margin-top: 25vh;
        position: absolute;
        z-index: 1;
        text-align: left;
        width: 80vw;
    }
    #typewriter {
        color: #fff;
        text-align: left;
        font-size: 28px;
        font-weight: 700;
          padding-top: 10vh;
    }

    .redirect-proyectos {
        padding-top: 6vh;
        position: relative;
        width: 30vw;
        padding-bottom: 2vh;
        margin-left: 35vw;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .more-link a {
        padding-top: 20vh;
    }

    #cajagif {
        padding-top: 5vh;
        width: 40vh;
        max-width: 120px;
    }

    .text-destaque {
        color: #000;
        padding-top: 4vh;
        margin-top: 0;
        position: relative;
        width: 60vw;
        padding-bottom: 2vh;
        font-size: 16px;
        text-align: right;
        font-weight: 400;
        padding-left: 6vh;
    }

    .text-image {
        width: auto;
    }

    #beauty {
        width: 40vh;
        max-width: 100px;

    }

    #pixel {
        width: 40vh;
        max-width: 80px;
        padding-top: 8vh;
    }

    .redirect-proyectos {
        padding-top: 0;
        position: relative;
        width: 30vw;
        padding-bottom: 2vh;
        margin-left: 35vw;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .formulario input[type="text"],
    .formulario input[type="email"],
    .formulario textarea {
        border: none;
        width: 40vw;
        border-radius: 2px;
        padding-top: 1vh;
        padding-bottom: 1vh;
        box-shadow: none;
        font-family: "Poppins";
    }

    .grid-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 1.5vw;
        padding-top: 0vh;
    }

    .video-container {
        position: relative;
        padding-bottom: 56%;
        width: 100%;
        height: 0;
        margin-top: 1vh;
        margin-bottom: 4vh;
    }

    .six {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: none;
        grid-gap: 6vw;
        padding-top: 4vh;
    }

    .text-subtitle {
        font-size: 14px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        color: #000;
        padding-top: 2vh;
        position: relative;
        padding-bottom: 2vh;
        text-align: center;
        width: auto;
        text-decoration: none;
        margin-left: 2.5vw;
    }
}

/* Estilos para dispositivos móviles */
@media (max-width: 767px) {
    /* Estilos para dispositivos móviles */
}

/* Estilos para tabletas */
@media (min-width: 768px) and (max-width: 991px) {
    .screen {
        height: auto;
    }

    .levitation-text {
        width: 80vw;
        font-size: 18px;
        margin-left: 5vh;
        margin-top: 20vh;
        position: absolute;
        z-index: 1;
        text-align: left;
    }

    .levitation-img {
        position: absolute;
        margin-top: 34vh;
        left: 0;
        top: 0;
        max-height: 70vh;
        z-index: -1;
        margin-left: 58vh;
        animation: wiggle 3s ease-in-out infinite;
        overflow: hidden;
    }

    .levitation-bgimg {
        position: absolute;
        max-height: 40vh;
        z-index: -1;
        animation: wiggle 3s ease-in-out infinite;
        overflow: hidden;
        margin-top: 60vh;
        margin-left: 85vh;
    }

    .levitation-img_s {
        position: absolute;
        left: 0;
        top: 0;
        height: 80vh;
        z-index: 2;
        margin-left: 5vh;
        margin-top: 8vh;
        animation: wiggle 3s ease-in-out infinite;
        overflow: hidden;
    }

    .levitation-bgimg_s {
        position: absolute;
        height: 50vh;
        z-index: 1;
        animation: wiggle 3s ease-in-out infinite;
        overflow: hidden;
        margin-top: 49vh;
        margin-left: 0vh;
    }

    #gsapscroll {
        display: none;
    }

    #scrolltrigger {
        display: none;
    }

    #scroll {
        display: none;
    }
}

/* Estilos para tabletas */
}

/* Estilos para pantallas de escritorio */
@media (min-width: 992px) and (max-width: 1199px) {
    /* Estilos para pantallas de escritorio */
}

/* Estilos para pantallas grandes de escritorio */
@media (min-width: 1200px) and (max-width: 1599px) {
    /* Estilos para pantallas grandes de escritorio */
}

/* Estilos para pantallas muy grandes de escritorio */
@media (min-width: 1600px) {
    /* Estilos para pantallas muy grandes de escritorio */
}

header {
    z-index: 9999;
    transition: background-color 0.5s ease-in-out;
    /* Añade una transición para suavizar el cambio de color */
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
}

nav li {
    margin-left: 2vw;
}

nav a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

nav a:hover {
    color: rgba(255, 153, 0, 1);
}

.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--bg-color);
    color: var(--bg-color);
    padding: 10px;
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 10vh;
}

.sticky-header a {
    color: white;
    text-decoration: none;
}

.sticky-header:hover {
    transform: translateY(0);
}

.header-center {
    width: 94vw;
    margin-left: 2vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-center a:hover {
    color: rgba(255, 153, 0, 1);
}

.hamburger {
    position: relative;
    display: block;
    width: 35px;
    cursor: pointer;

    appearance: none;
    background: none;
    outline: none;
    border: none;
}

.hamburger .bar,
.hamburger:after,
.hamburger:before {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background-color: #FFF;
    margin: 6px 0px;
    transition: 0.4s;
}

.hamburger.is-active:before {
    transform: rotate(-45deg) translate(-8px, 6px);
}

.hamburger.is-active:after {
    transform: rotate(45deg) translate(-9px, -8px);
}

.hamburger.is-active .bar {
    opacity: 0;
}

.hamburger-w {
    position: relative;
    display: block;
    width: 35px;
    cursor: pointer;

    appearance: none;
    background: none;
    outline: none;
    border: none;
}

.hamburger-w .bar,
.hamburger-w:after,
.hamburger-w:before {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background-color: #000;
    margin: 6px 0px;
    transition: 0.4s;
}

.hamburger-w.is-active:before {
    transform: rotate(-45deg) translate(-8px, 6px);
}

.hamburger-w.is-active:after {
    transform: rotate(45deg) translate(-9px, -8px);
}

.hamburger-w.is-active .bar {
    opacity: 0;
}

.mobile-nav {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    min-height: 100vh;
    display: block;
    z-index: 98;
    background-color: #12002F;
    padding-top: 120px;
    transition: 0.4s;
    justify-content: start;
    flex-direction: column;
    align-items: center;
}

.mobile-nav.is-active {
    left: 0;
}

.mobile-nav a {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto 16px;
    text-align: center;
    padding: 12px 16px;
    background-color: #1f103F;
    color: #FFF;
    text-decoration: none;

}

.mobile-nav a:hover {
    background-color: #24104f;

}

/*Media Query*/

@media (min-width: 993px) {
    .mobile-nav {
        display: none;
    }

    .hamburger {
        display: none;
    }

    .hamburger-w {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    #header {
        display: none;
    }

    #gsapscroll {
        display: none;
    }

    #scrolltrigger {
        display: none;
    }

    #scroll {
        display: none;
    }

    .container {
        overflow-y: scroll;
        overflow-x: hidden;
    }

    footer {
        padding-top: 4vh;
        text-align: center;
        position: relative;
        padding-bottom: 6vh;
    }

    #blanco {
        overflow-x: hidden;
        overflow-y: scroll;
    }  
  #figma {
            display: none;
        }

        .vinculosfigma {
            display: block;
        }
    }
}