* {
    margin: 0;
    padding: 0;
    transition: 0.4s;
    box-sizing: border-box;
    background-position: center;
    background-size: cover;
}



.main a {
    color: rgb(0, 0, 0);
    text-decoration: none;
}

.main {
    min-height: 100vh;
    width: 100%;
    display: grid;
    grid-template-rows: auto 1fr;

}

.header {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
}

header ul {
    list-style: none;
    display: flex;
    gap: clamp(30px, 6vw, 60px);
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.azul {
    background-color: #159F9F;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 10px;
}

.rosa {
    background-color: #B81265;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 10px;
}

.logo {
    height: clamp(40px, 60px, 60px);
    width: auto;
    display: block;

}



/* Video Section */
.promo {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.v1 {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.proml {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    width: clamp(250px, 30vw, 400px);
    background-color: rgba(255, 255, 255, 0.95);
    padding: clamp(20px, 4vw, 40px);
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.proml p {
    font-size: clamp(16px, 2.5vw, 28px);
    text-align: center;
    margin-bottom: clamp(10px, 2vw, 20px);
    line-height: 1.4;
}

.proml p:last-of-type {
    font-size: clamp(14px, 2vw, 25px);
    margin-bottom: clamp(15px, 3vw, 30px);
}

.promo-title {
    font-size: clamp(18px, 3vw, 28px);
    text-align: center;
    margin-bottom: clamp(15px, 3vw, 30px);
    font-weight: 600;
}

.promo-subtitle {
    font-size: clamp(14px, 2.5vw, 25px);
    text-align: center;
    margin-bottom: clamp(15px, 3vw, 30px);
    line-height: 1.4;
}

.kobe2-img {
    max-width: 70%;
    height: 60vh;
    margin-top: 20px;
    margin-left: 15%;
}

#c1 {
    padding: clamp(12px, 2vw, 20px) clamp(30px, 4vw, 55px);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
    background-color: black;
    color: aliceblue;
    font-size: clamp(14px, 2vw, 20px);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    animation: raimbow 2s linear infinite;
    background-image: linear-gradient(to right, #159F9F, #B81265);
    background-size: 200% 100%;
    transition: all 0.3s ease;
    display: block;
    margin: 0 auto;
}

#c1:hover {
    transform: translateY(-2px);
    padding: 30px 60px ;
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.6);
}

@keyframes raimbow {
    to {
        background-position: 200% 0;
    }
}

/* Kobe Section */
.kobe {
    min-height: 100vh;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: clamp(20px, 4vw, 40px);
    align-items: center;
}

.aside {
    display: flex;
    justify-content: center;
    align-items: center;
}

.kobe1 {
    max-width: 100%;
    height: auto;
    max-height: 130vh;
}

.txt1 {
    padding: clamp(20px, 4vw, 40px);
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 10%;
}

#titulo1 {
    font-size: clamp(24px, 4vw, 40px);
    font-weight: 600;
    line-height: 1.2;
}

#t1 {
    font-size: clamp(14px, 2vw, 18px);
    line-height: 1.6;
    text-align: justify;
}

/* JA Section */
.ja {
    min-height: 100vh;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: clamp(20px, 4vw, 40px);
    align-items: center;
}

.ja .one {
    padding: clamp(20px, 4vw, 40px);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tj1 {
    font-size: clamp(24px, 4vw, 60px);
    font-weight: 600;
    line-height: 1.2;
}

.tj2 {
    font-size: clamp(14px, 2vw, 18px);
    line-height: 1.6;
    text-align: justify;
}

.jm1 {
    width: 90%;
    height: 80vh;
}

.jm2 {
    max-width: 100%;
    height: auto;
    max-height: 150vh;
    margin-left: 10%;
}

/* Jordan Section */
.jordan {
    min-height: 100vh;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: clamp(20px, 4vw, 40px);
    align-items: center;
}

.jordan1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ij1 {
    max-width: 100%;
    height: auto;
    max-height: 120vh;
}

.txt3 {
    padding: clamp(20px, 4vw, 40px);
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.jordan-title {
    font-size: clamp(24px, 25vw, 60px);
    font-weight: 700;
    margin-bottom: clamp(10px, 2vw, 20px);

}

.jordan-subtitle {
    font-size: clamp(18px, 3vw, 40px);
    margin-bottom: clamp(10px, 2vw, 20px);
}

.jordan-text {
    font-size: clamp(14px, 2vw, 20px);
    margin-bottom: clamp(30px, 6vw, 60px);
    line-height: 1.6;
    text-align: justify;
}

#check {
    padding: clamp(15px, 2.5vw, 30px) clamp(40px, 5vw, 65px);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
    background-color: black;
    color: aliceblue;
    font-size: clamp(14px, 2vw, 20px);
    animation: raimbow 2s linear infinite;
    background-image: linear-gradient(to right, #159F9F, #B81265);
    background-size: 200% 100%;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
    margin-left: 30%;
}

#check:hover {
    transform: translateY(-2px);
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.6);
    padding: clamp(20px, 3vw, 40px) clamp(50px, 6vw, 75px);
}

/* Rodape */
.rodape {
    width: 100%;
    min-height: 200px;
    background-color: #c5c5c5;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.rlogo {
    height: clamp(40px, 8vh, 60px);
    width: auto;
}

.r1 {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.r2 {
    font-size: clamp(14px, 2.5vw, 20px);
    line-height: 1.4;
}

.r3 {
    font-size: clamp(14px, 2.5vw, 20px);
    color: aliceblue;
}

.r2 a {
    text-decoration: none;
    color: aliceblue;
    word-wrap: break-word;
}

.nome {
    font-size: clamp(16px, 2.5vw, 20px);
    color: aliceblue;
}

/* Media Queries para responsividade */
@media (max-width: 768px) {
    .header {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        gap: 5px;
        padding: 0 15px;
    }
    
    header ul {
        gap: 15px;
        font-size: clamp(12px, 3vw, 16px);
    }
    
    .proml {
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 90%;
        max-width: 400px;
    }
    
    .kobe, .ja, .jordan {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        gap: 30px;
        padding: 15px;
    }
    
    .aside, .jordan1 {
        order: 1;
    }
    
    .txt1, .ja .one, .txt3 {
        order: 2;
        padding: 15px;
    }
    
    .rodape {
        text-align: center;
        align-items: center;
    }
    
    .r1, .r2, .r3 {
        margin: 0;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .header {
        padding: 0 10px;
    }
    
    .header > div:nth-child(2) {
        padding: 5px;
    }
    
    header ul {
        gap: 10px;
        flex-direction: column;
        align-items: center;
    }
    
    .proml {
        padding: 15px;
    }
    
    .kobe, .ja, .jordan {
        padding: 10px;
        gap: 20px;
    }
    
    .txt1, .ja .one, .txt3 {
        padding: 10px;
    }
    
    #c1, #check {
        width: 100%;
        text-align: center;
    }
    
    .rodape {
        padding: 15px;
    }
}

@media (max-width: 320px) {
    .header ul {
        font-size: 12px;
    }
    
    .proml p {
        font-size: 14px;
    }
    
    .txt1, .ja .one, .txt3 {
        font-size: 14px;
    }
    
    .rodape {
        font-size: 14px;
    }
}