body {
    font-family: "Poppins", sans-serif;
}

#about{
    background: #ffffff;
}

#section1,#section4 {
    background-color: #81D8D0;
    color: black;
}

#section2 {
    color: white;
}

#section1 h1 {
    font-size: 48px;
    text-align: left;
    font-weight: 900;
}
#section2 h1 {
    font-size: 48px;
    text-align: left;
    font-weight: 900;
}

#section3 h1 {
    font-size: 48px;
    text-align: left;
    font-weight: 900;
}

#section4 h1 {
    font-size: 48px;
    text-align: left;
    font-weight: 900;
}

#section1 .product_section {
    position: absolute;
    bottom: -400px;
    right: -150px;
    overflow: hidden;
}

#section1 h4 {
    text-align: left;
    font-weight: 400;
    color: white;
}

#section2 h4 {
    text-align: left;
    font-weight: 400;
}

#section3 h4 {
    text-align: left;
    font-weight: 400;
}

#section4 h4 {
    text-align: left;
    font-weight: 400;
    color: white;
}

#section1 .product_mockup {
    display: flex;
    justify-content: right;
}

#section1 .product_mockup_behind {
    display: flex;
    justify-content: center;
    width: 500px;
}

#section1 .product_mockup_behind img {
    width: 100%;
    height: auto;
}

#section1 .product_mockup_front {
    border-radius: 20px;
    overflow: hidden;
    position: absolute;
    width: 200px;
}

#section1 .product_mockup_front img {
    width: 100%;
}

#section1 .product_mockup_front video {
    display: block;
    top: 0px;
    position: absolute;
    left: 0px;
    width: 100%;
    height: auto;
}

#section1 p {
    font-size: 14px;
    font-weight: 600;
    margin-top: 32px;
}

#section2 p {
    font-size: 14px;
    font-weight: 600;
    margin-top: 32px;
}

#section3 p {
    font-size: 14px;
    font-weight: 600;
    margin-top: 32px;
}

#section4 p {
    font-size: 14px;
    font-weight: 600;
    margin-top: 32px;
}


.qr {
    width: 140px;
    height: 140px;
    border:solid 1px #000;
    border-radius: 10px;
}

#section1 .btn_action {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 30px;
    width: 100%;
    flex-direction: row;
}

#section1 button {
    background-color: #000;
    color: #FFF;
    font-weight: 600;
    font-size: 16px;
    border-radius: 50px;
    padding: 16px 18px;
    border: 0;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#section1 button .text {
    min-width: 8px;
    width: 8px;
    min-height: auto;
    height: auto;
}

.svg-inline--fa {
    display: inline-block;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}

.overlay-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.section_bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.layer {
    position: relative;
    width: 500px;
    margin-left: 10%;
    z-index: 2; /* tu texto o elementos encima */
}

#section2 .qr{
   filter: brightness(0) invert(1);
}

#section3{
    background-color:black;
    color: white;
}

#section3 .qr{
    filter: brightness(1) invert(1);
}

.wscXd {
    color: #ffffff;
}

.oUI6p {
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    padding: 14px;
    padding-left: 18px;
    padding-right: 18px;
    border: 0;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 50;
}


.jB1_9{
    position: absolute;
    bottom: 0;
    top: 0;
    left: 24px;
    width: 42vw;
    height: auto;
    margin: auto 0;
    animation-iteration-count: infinite;
}

.BGMn0 {
    animation: LgqMt 15s ease infinite;
}

.r2wYc {
    opacity: 0;
    animation: n9o_p 15s ease infinite;
}

.NHGp7 {
    opacity: 0;
    animation: pIN4i 15s ease infinite;
}

.JIHWL {
    opacity: 0;
    animation: s4Bme 15s ease infinite;
}

@keyframes LgqMt {
    0%{
        opacity: 1;
    }
    12%{
        opacity: 1;
    }
    21%{
        opacity: 0;
    }
    91%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

@keyframes n9o_p {
    16%{
        opacity: 0;
    }
    25%{
        opacity: 1;
    }
    37%{
        opacity: 1;
    }
    46%{
        opacity: 0;
    }
}

@keyframes pIN4i {
    41%{
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    62%{
        opacity: 1;
    }
    71%{
        opacity: 0;
    }
}


@keyframes s4Bme {
    66%{
        opacity: 0;
    }
    75%{
        opacity: 1;
    }
    87%{
        opacity: 1;
    }
    96%{
        opacity: 0;
    }
}

/* 1. Definimos la animación que rota de 0° a 360° */
@keyframes giro {
    from   { transform: rotate(0deg); }
    to     { transform: rotate(360deg); }
}

/* 2. Aplicamos la animación a la clase rotar */
.rotar {
    /* Duración 10s, lineal, infinite para que nunca pare */
    animation: giro 10s linear infinite;

    /* Importante: centramos el punto de giro en el centro del propio elemento */
    transform-origin: center center;
}



/* FOOTER */

.bg-neutrals-opaque-1000 {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.flex{
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.gap-12 {
    gap: 48px;
}

.px-6 {
    padding-left: 24px;
    padding-right: 24px;
}

.mobile{
    display: none;
}


.justify-between {
    justify-content: space-between;
}

.flex-col-reverse {
    flex-direction: column-reverse;
}

.flex-wrap {
    flex-wrap: wrap;
}

.text-neutrals-opaque-400 {
    --tw-text-opacity: 1;
    color: rgb(141 141 141 / var(--tw-text-opacity));
}
.text-neutrals-opaque-200 {
    --tw-text-opacity: 1;
    color: rgb(198 198 198 / var(--tw-text-opacity));
}
.tracking-200 {
    letter-spacing: 0px;
}

.text-200 {
    font-size: 12px;
}

.py-1 {
    padding-top: 4px;
    padding-bottom: 4px;
}

.py-8 {
    padding-top: 32px;
    padding-bottom: 32px;
}

.grow {
    flex-grow: 1;
}

.gap-5 {
    gap: 20px;
}

.py-3 {
    padding-top: 12px;
    padding-bottom: 12px;
}

.fill-neutrals-opaque-500 {
    fill: #6F6F6F;
}

.gap-2 {
    gap: 8px;
}

.gap-4 {
    gap: 16px;
}

.flex-none {
    flex: none;
}
.text-neutrals-opaque-0 {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.leading-400 {
    line-height: 22px;
}

.tracking-400 {
    letter-spacing: -0.2px;
}

.text-400 {
    font-size: 14px;
}

.font-bold {
    font-weight: 700;
}

.py-2 {
    padding-top: 8px;
    padding-bottom: 8px;
}
#sectionFooter a{
    text-decoration: none !important;
}

#site-header {
    position: fixed;
    top: 0; left: 0; width: 100%;
    z-index: 999;
    background: transparent;
}
.nav-container { display: flex; align-items:center; justify-content:space-between; padding:0.5rem 1rem; }
.nav-list { list-style:none; display:flex; gap:1rem; margin:0; }
.nav-list a { text-decoration:none; color:#333; font-weight:600; }

.login{
    background: #000;
    padding:14px 16px;
    border-radius:50px;
    font-weight: 400 !important;
    font-size:14px !important;
}

.sign{
    background: rgba(0, 0, 0, 0.047);
    padding:14px 16px;
    border-radius:50px;
    font-weight: 400 !important;
    font-size:14px !important;
}

.login a{
    color: #fff;
}

@media (min-width: 1056px) {
    .lg\:flex-row {
        flex-direction: row;
    }

    .lg\:gap-6 {
        gap: 24px;
    }

    .lg\:gap-4 {
        gap: 16px;
    }

    .lg\:w-56 {
        width: 224px;
    }
}


.ing-mobile{
    position: absolute;
    top: 55.1%;
    left: 58%;
}

/* moviles */
@media (max-width: 1025px) {


    .nav-container { justify-content: center; }
    .nav-container  ul {
        display: none;
    }

    .login{
        display: none;
    }

    .container{
        --bs-gutter-x:0;
        --bs-gutter-y:0;

        height: 550px;
    }

    .row{
        margin:0;
    }


    #section1 .product_mockup {
        display: flex;
        justify-content: center;
    }

    #section1 .product_mockup_behind {
        margin-top:50px;
        display: flex;
        justify-content: center;
        width: 300px;
    }

    #section1 .product_mockup_behind img {
        width: 100%;
        height: auto;
    }

    #section1 .product_mockup_front {
        border-radius: 20px;
        overflow: hidden;
        position: absolute;
        width: 110px;
    }

    #section1 .product_mockup_front img {
        width: 100%;
    }

    #section1 .product_mockup_front video {
        display: block;
        top: 0px;
        position: absolute;
        left: 0px;
        width: 100%;
        height: auto;
    }

    #section1 .qr{
        display:none;
    }

    #become,#sign{
        display: none;
    }

    #section1 {
        text-align: center;
    }

    #section1 h1 {
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 32px;
        text-align: center;
    }

    #section1 h4 {
        display: none;
    }

    #section1 .product_section {
        display: none;
    }

    #section2 {
        display: flex;
        justify-content: center;
        align-items: center;
        align-self: center;
    }

    #section2 .sect2{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #section3 .sect3{
        display: flex;
        justify-content: center;
    }

    #section3 .sect4{
        display: flex;
        justify-content: center;
    }

    #section2 h1{
        font-size: 32px;
        text-align: center;
    }

    #section2 .layer{
        width: 100%;
        margin-left: 0;
    }

    #section2 h4{
        font-size: 12px;
        text-align: center;
    }

    #section2 p{
        text-align: center;
    }

    #section3 h1{
        font-size:32px;
        text-align: center;
    }

    #section3 h4{
        font-size:12px;
        text-align: center;
    }

    #section2 img{
        text-align: center;
    }

    #section4 h4{
        font-size:12px;
        color:white;
    }

    .desktop{
        display: none !important;
    }

    .mobile{
        display: block !important;
    }

    .jB1_9{
        position: absolute;
        top: -250px !important;
        left: 24px;
        width: 75vw;
        height: 400px;
        margin: auto 0;
        animation-iteration-count: infinite;
    }

    .mobile-top-sect3{
        margin-top:260px;
    }

    .mobile-top-sect4{
        margin-top:260px;
    }

    #section4 h1{
        font-size: 32px;
        text-align: center;
    }

    #section4 h4{
        color:white;
        text-align: center;
    }

    .shoe-mobile{
        display: flex;
        top:-30px;
        position: absolute;
        margin-top: 0px;
        right: -20vw;
        width: 100vw;
    }

    .ing-mobile{
        position: absolute;
        top: 13.1%;
        left: 15%;
    }
}

