* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'YoutubeExtraBold';
    src: url(font/YouTubeSansExtrabold.otf);
}

@font-face {
    font-family: 'YoutubeBold';
    src: url(font/YouTubeSansBold.otf);
}

@font-face {
    font-family: 'YoutubeRegular';
    src: url(font/YouTubeSansRegular.otf);
}

a {
    text-decoration: none;
}
i {
    cursor: pointer;
}

nav {
    background: rgba(52, 52, 52, 0.19);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.31);
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    display: flex;
    font-size: 18px;
    font-family: YoutubeBold;
    color: #DFDFDF;
    justify-content: space-evenly;
    align-items: center;
    z-index: 3;
    text-transform: uppercase;
    a {
        text-decoration: none;
        color: #DFDFDF;
    }

    p {
        transition: 0.5s;
        cursor: pointer;
    }

    i {
        transition: 0.5s;
        cursor: pointer;
    }

    img {
        cursor: pointer;
        transition: 0.5s;

        height: 50px;
    }

    img:hover {
        transform: scale(1.1);
    }
}

#camisa-produto {
    display: flex;
    align-items: center;
    justify-content: center;
}

#imgproduto {
    width: 500px;
    height: 500px;
    background-image: url(imgs/corinthians_imgs/img1.avif);
    background-size: cover;
    border-radius: 15px;
    background-position: center;
}
#conteudo {
    width: 60%;
    margin-left: 5%;
    color: #343434;
    h1 {
        font-family: YoutubeExtraBold;
        font-size: 30px;
    }
    span {
        font-family: YoutubeBold;
        font-size: 40px;
    }
    p {
        font-family: YoutubeRegular;
        font-size: 15px;
        width: 80%;
        margin-top: 5%;
    }
}
#botoes {
    margin-top: 5%;
    display: flex;
}

#btn1 {
    width: 250px;
    height: 60px;
    background-color: #343434;
    color: #DFDFDF;
    font-family: YoutubeExtraBold;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-right: 50px;
    cursor: pointer;
    transition: 0.5s;
    border: #343434 5px solid;

}
#btn1:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
    background-color: #DFDFDF;
    border: #343434 5px solid;
    color: #343434;
}
#btn2:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
    background-color: #DFDFDF;
    border: #343434 5px solid;
    color: #343434;
}
#btn2 {
    width: 250px;
    height: 60px;
    background-color: #343434;
    border: #343434 5px solid;
    color: #DFDFDF;
    font-family: YoutubeExtraBold;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.5s;
}


#produto {
    height: 100vh;
    display: flex;
    align-items: center;
    background-color: #DFDFDF;
    padding: 5%;
    flex-wrap: wrap;
}

.menuitem {
    position: relative;
    padding: 0 5px;
    transition: 0.5s;
}

.menuitem:hover {
    transform: scale(1.1);
}

.menuitem::after {
    content: "";
    position: absolute;
    background-color: #DFDFDF;
    height: 2px;
    width: 0%;
    left: 0;
    bottom: -10px;
    border-radius: 30px;
    transition: 0.5s;
}

.menuitem:hover::after {
    width: 100%;

}



#imglink {
    margin-right: 55%;
}



#content {
    width: 100%;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    padding: 0 5%;
}

#img {
    position: relative;
    right: -5%;
    width: 80%;

    img {
        width: 100%;
        height: 100%;
    }
}

#txt {
    color: #DFDFDF;
    width: 30%;

    h1 {
        font-family: YoutubeExtraBold;
        font-size: 40px;
        margin-bottom: 5%;
        line-height: 40px;
    }

    p {
        font-family: YoutubeRegular;
        margin-bottom: 5%;
    }


}

#btn {
    width: 250px;
    height: 50px;
    background-color: #5F5980;
    border-radius: 30px;
    font-family: YoutubeRegular;
    font-size: 18px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    transition: 0.5s;
    cursor: pointer;
    text-decoration: none;
    color: #DFDFDF;

    i {
        margin-right: 15%;
    }

    span {
        margin-left: 15%;
        margin-bottom: 2%;
    }
}

#btn:hover {
    background-color: #2F3061;
    transform: translateY(-10%);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}


#select-team {
    height: auto;
    background: #2F3061;
    background: radial-gradient(circle,rgba(67, 67, 122, 1) 0%, rgba(47, 48, 97, 1) 100%);
    padding: 0px 5%;

}

#team-title {
    position: relative;
    font-size: 50px;
    font-family: YoutubeExtraBold;
    display: flex;
    justify-content: center;
    padding-bottom: 15px;
    color: #DFDFDF;
    padding-top: 5%;
}

#team-title::after {
    content: "";
    width: 10%;
    height: 10px;
    background-color: #DFDFDF;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 0;
    border-radius: 30px;
}

#team-content {
    display: flex;
    width: auto;
    gap: 40px;
    padding-top: 3%;
    padding-bottom: 5%;
    flex-wrap: wrap;
    justify-content: center;
}


.team-card {
    background-color: #43437A;
    height: 300px;
    width: 250px;
    font-family: YoutubeBold;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 30px;
    border: rgba(132, 125, 168, 0.534) solid 2px;
    position: relative;
    transition: 0.5s;
    img {
        border: none;
        position: relative;
        left: 50%;
        top: 15%;
        transform: translate(-50%);
    }

    h3 {
        position: absolute;
        left: 50%;
        bottom: 15%;
        transform: translate(-50%);
        font-size: 30px;
        width: 250px;
        text-align: center;

    }
}

#img-container {
    width: 120px;
    height: 200px;
    position: relative;
    left: 50%;
    top: 15%;
    transform: translate(-50%);
    overflow: hidden;

    img {
        width: 75px;
        border: none;
        position: relative;
        left: 50%;
        top: 0;
        transform: translate(-50%);
    }

}

.team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

#rodape {
    height: 30vh;
    background-color: #343434;
    display: flex;
    justify-content: center;
    color: #DFDFDF;
    font-family: YoutubeRegular;
    position: relative;
    a {
        text-decoration: none;
        color: #DFDFDF;
    }
    h4 {
        position: absolute;
        bottom: 5%;
        font-size: 14px;
    }
}

#content1 {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    p {
        padding-top: 15px;
    }
    img {
        transition: 0.5s;
    }
    img:hover{
        transform: scale(1.4) rotate(360deg);
    }
}
#content2 {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 20px;
    justify-content: center;
    position: relative;
    h3 {
        padding-bottom: 15px;
    }
    
    i {
        cursor: pointer;
        transition: 0.3s;
    }
    i:hover {
        transform: scale(1.2);
    }
}
#content3 {
    width: 30%;
    display: flex;
    flex-direction: column;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    h3 {
        padding-bottom: 10px;
    }
    
}

.rodape-itens {
    cursor: pointer;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: 0.5s;
}
.rodape-itens::after {
    content: "";
    position: absolute;
    background-color: #DFDFDF;
    height: 2px;
    width: 0%;
    left: 0;
    bottom: 0px;
    border-radius: 30px;
    transition: 0.5s;
}

.rodape-itens:hover::after {
    width: 100%;

}

.rodape-itens:hover {
    transform: scale(1.1);
}

#social-icons {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#cards {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

@media (min-width:550px) and (max-width:1100px){
    #imgproduto {
    width: 350px;
    height: 350px;
    margin-bottom: 10px;
}

#camisa-produto {
    margin-top: 10%;
    flex-direction: column;
    }

    #conteudo {
        h1 {
            font-size: 24px;
        }
        span {
            font-size: 30px;
        }
        p {
            font-size: 12px;
        }
    }

    #btn1 {
        width: 200px;
    }
    #btn2 {
        width: 200px;
    }

    nav {
        font-size: 13px;

            img {
                height: 40px;
            }
        }

    #txt {
        h1 {
            font-family: YoutubeExtraBold;
            font-size: 30px;
            margin-bottom: 5%;
            line-height: 40px;
        }
    
        p {
            font-family: YoutubeRegular;
            font-size: 14px;
            margin-bottom: 5%;
        }
    
    }
    
    #team-content {
        display: flex;
        flex-wrap: wrap;
        align-items:center;
        justify-content: center;
    }

    #team-title {
        padding-bottom: 15px;
    }

    #social-icons {
        width: 40%;
        display: flex;
        justify-content: space-between;
    }
}


@media (max-width:550px) {
    #imgproduto {
    width: 250px;
    height: 250px;
    margin-bottom: 10px;
}

#conteudo {
        h1 {
            font-size: 20px;
        }
        span {
            font-size: 26px;
        }
        p {
            font-size: 10px;
        }
    }

    #btn1 {
        width: 150px;
        font-size: 18px;
    }
    #btn2 {
        width: 150px;
        font-size: 18px;
    }

#camisa-produto {
    margin-top: 15%;
    flex-direction: column;
    }

    #imglink {
        margin-right: 0%;
        img {
            height: 30px;
        }
    }

    #content {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }

    nav {
        font-size: 11px
    }


    #img {
        position: relative;
        left: 40%;
        transform: translate(-50%);
    
        img {
            position: relative;
            top: 0;
            left: 50%;
            transform: translate(-50%);
            width: 100%;
            height: 100%;
        }
    }

    #txt {
        color: #DFDFDF;
        width: 80%;
    
        h1 {
            font-family: YoutubeExtraBold;
            font-size: 30px;
            margin-bottom: 5%;
            line-height: 40px;
            text-align: center;
        }
    
        p {
            font-family: YoutubeRegular;
            text-align: center;
            margin-bottom: 5%;
        }
    }
    
    #btn {
        position: relative;
        left: 50%;
        transform: translate(-50%);
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        transition: 0.5s;
        cursor: pointer;
        text-decoration: none;
        color: #DFDFDF;

        i {
            margin-right: 15%;
        }

        span {
            margin-left: 15%;
            margin-bottom: 2%;
        }
    }

    #team-title {
        font-size: 35px;
        
    }
    
    #team-title::after {
        width: 30%;
        
    }

    .team-card {
        margin-top: 15px;
        height: 250px;
        width: 200px;
        img {
            border: none;
            position: relative;
            left: 50%;
            top: 10%;
            transform: translate(-50%) scale(0.8);
        }
    
        h3 {
            position: absolute;
            left: 50%;
            bottom: 15%;
            transform: translate(-50%);
            font-size: 20px;
            width: 250px;
            text-align: center;
    
        }
    }

    #rodape {
        height: 30vh;
        background-color: #343434;
        display: flex;
        justify-content: center;
        color: #DFDFDF;
        font-family: YoutubeRegular;
        position: relative;
        a {
            text-decoration: none;
            color: #DFDFDF;
        }
        h4 {
            position: absolute;
            bottom: 5%;
            font-size: 14px;
        }
    }
    
    #content1 {
        width: 33%;
        p {
            font-size: 14px;
            text-align: center;
        }
        img {
            height: 40px;
            transition: 0.5s;
        }
        img:hover{
            transform: scale(1.4);
        }
    }
    #content2 {
        width: 33%;
        font-size: 14px;
    }
    #content3 {
        width: 33%;
        font-size: 14px;
    }
    
    #social-icons {
        width: 70%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}


#produtos {
    background-color: #DFDFDF;
    height: auto;
    width: 100%;
    padding-top: 10%;
}

#corinthians {
    font-family: YoutubeExtraBold;
    font-size: 60px;
    position: relative;

    video {
        width: 50%;
        position: relative;
        left: 50%;
        transform: translate(-50%);
        border-radius: 30px;
        margin-bottom: 5%;
    }


    h3 {
        position: relative;
        margin-bottom: 5%;
        padding-bottom: 1%;
    }


    h3::after {
        content: "";
        width: 50%;
        height: 10px;
        background-color: black;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        bottom: 0;
        border-radius: 30px;
    }


}

#title {
    display: flex;
    justify-content: center;
}


#cards {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.card {
    height: 550px;
    width: 300px;
    border-radius: 20px;
    margin-bottom: 5%;
    color: #343434;

    img {
        height: 300px;
        width: 300px;
        position: relative;
        left: 50%;
        transform: translate(-50%);
        border-radius: 15px;
        margin-top: 5%;
    }

    h5 {
        font-size: 21px;
        text-align: left;
        margin-bottom: 2%;
    }

    p {
        font-size: 18px;
        text-align: left;
        font-family: YoutubeRegular;
        margin-bottom: 4%;
    }
}

#avaliacao {
    display: flex;
    font-size: 14px;
    justify-content: left;
}

