body {
    padding: 0;
    margin: 0;
    font-family: 'Quicksand', sans-serif;    
    background-color: hsl(0deg 0% 0% / 97%) !important;
}

a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.534);   
}

header {
    padding: 20px;
    background-color: hsl(0deg 1.35% 3.57% / 76%) !important;
}

.cabecalho {
    display: flex;
}

.nomeCabecalho {
    font-size: 1.4em;
    margin-right: 600px;
    background-image: linear-gradient(to right, white, wheat);
    color: black;
    -webkit-background-clip: text;
  
    -webkit-text-fill-color: transparent;
}

.nomeCabecalho:hover {
    cursor: pointer;
    color: white
}

.linksNavbar {
    text-align: center;
    font-size: 0.9em;
    text-decoration: none;
    margin-right: 20px;
    color: rgba(255, 255, 255, 0.534); 
}

.linksNavbar:hover {
    color: white
}

/* .active {
    color: white
} */

.topicosMenu {
    align-items: center;
}

.nomePrincipal {
    background-image: linear-gradient(to right, white, wheat);
    color: black;
    -webkit-background-clip: text;
  
    -webkit-text-fill-color: transparent;
    width: 100%;
}

.containerPrincipal, .containerPrincipalTSS {
    display: flex;
    gap: 50px;
}

.divFotoIvan {
    width: 40%;
}

.fotoIvan {
    width: 100%;
    height: 80%;
    margin: 80px 0 0 100px;
}

.textoCentral {
    margin: 50px 0 0 50px;
    width: 40%;
    color: wheat;
}

.textoCentral > p, .textoCentralTSS > p  {
    color: rgba(255, 255, 255, 0.568);
    text-align: justify;
}

.textoCentralTSSInv > p {
    color: wheat;
}

/* .containerImagens {
    display: flex;
    justify-content: center;
    margin: 10px;
    width: 99%;
    gap: 30px;
} */

.containerImagens {
    display: flex;
    justify-content: center;
    overflow: auto;
    padding-left: 450px ;
    width: 99%;
    margin: 10px;
    gap: 30px;
}

.imagensItensPrincipais {
    display: flex;
    justify-content: center;
    margin: 10px;
}

.imagemTP {
    width: 50%;
    height: 20%;
}

.imagemTP:hover {
    cursor: pointer;
}

/* 
.containerTeste {
    display: flex;
    width: 100%;
} */

.imagemShow {
    border-radius: 50px;
}

.imagemTamanho {
    width: 400px;
    width: 200px;
}

.titulosImagens {
    background-image: linear-gradient(to right, white, wheat);
    color: black;
    -webkit-background-clip: text;
  
    -webkit-text-fill-color: transparent;
    text-align: center;
    padding: 50px 0 30px 0;
}

.titulos:hover {
    cursor: pointer;
    color: white;
}

.playerSptf {
    display: flex;
    justify-content: center;
}

.divVideoYT {
    width: 45%;
    height: 300px;
}

.videosYT {
    display: flex;
    justify-content: space-between;
}

.videoYoutube {
    width: 80%;
    height: 80%;
    border-radius: 12px;
    margin: 5% 32px
}

.textosTSS {
    text-align: justify;
}

.textoCentralTSS {
    margin: 50px 0 0 20px;
    width: 30%;
    color: wheat;
}

.textoCentralTSSInv {
    margin: 50px 0 0 20px;
    width: 500px;
}

.textoCentralTSS:last-child {
    margin-right: 20px;
}


.carousel {
    margin: 50px 0 50px 200px;
}


.imgCarousel {
    width: 75%;
}

.ondePassou  {
    color: rgba(255, 255, 255, 0.568);
}

.containerLivros {
    margin: 80px 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
}

.imageCard {
    width: 400px;
    height: 400px;
}

.iconesContatos {
    color: white;
    display: flex;
    gap: 20px;
    margin-bottom: 280px;
}

.spotify {
    margin: 5% 32px;
    border-radius:12px; 
    width:60%; 
    height:500px
}

.divider {
    height: 100px;
}

.rodape {
    display: flex;    
}

.nomeRodape {
    font-size: 1.4em;
    width: 50%;
    padding: 20px;
    margin-left: 12px;
    background-image: linear-gradient(to right, white, wheat);
    color: black;
    -webkit-background-clip: text;
  
    -webkit-text-fill-color: transparent;
}

.icones {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}

.icones>a {
    height: 50px;
    width: 50px;
    color: white;
}

@media (max-width: 768px) { 
    header {
        padding-bottom: 20px;
    }
    .nomeCabecalho {
        margin-right: 0;
    }

    .containerPrincipal {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        margin: 0 auto;
    }
    .divFotoIvan {
        display: flex;
        width: 100%;
        padding: 0;
    }
    
    .fotoIvan {
        margin: 20px 0 0 0;
        padding: 0;
    }
    .textoCentral {
        margin: 0 0 0 30px;
        width: 80%;
        text-align: justify;
    }

    .imagensItensPrincipais {
        display: flex;
        justify-content: center;
        margin: 10px 0;
    }
    
    .imagemTP {
        width: 100%;
        height: 20%;
    }

    .containerImagens {
        padding: 0;
        width: 97%;
        gap: 20px;
    }

    .imagemTamanho {
        width: 100px;
        height: 100px;
    }
    
    .primeiraImagem{
        margin-left: 500px;
    }

    .ultimaImagem {
        margin-right: 10px;
    }

    .icones {
        padding-top: 30px;
        width: 30%;
    }

    .divider {
        height: 50px
    }

    .containerPrincipalTSS {
        display: block;
        width: 99%;
    }

    .textoCentralTSSInv {
        width: 80%;
    }

    .textoCentralTSS {
        width: 90%;
    }

    .textoCentralTSS:last-child {
        margin-right: 0;
    }

    .carousel {
        margin: auto;
    }

    .imgCarousel {
        width: 100%;
    }

    .containerLivros {
        margin: 80px 0;
        display: block;
        width: 99%;
    }

    .card {
        width: 100%;
        margin-bottom: 20px;
        height: 30%;
    }

    .card:last-child {
        margin-bottom: 0;
    }

    .imageCard {
        width: 99%;
    }

    .spotify {
        margin: 5% 12px;
        border-radius:12px; 
        width:90%; 
        height:500px
    }

    .divVideoYT {
        width: 100%;
        height: 300px;
    }

    .videosYT {
        display: block;
    }

    .videoYoutube {
        border-radius: 12px;
        margin: 5%;
        width: 90%;
    }

    .iconesContatos {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 180px;
        margin-top: 50px;
    }

    .iconesContatos > a {
        width: 25%;
        margin-bottom: 20px;
    }

    .rodape {
        display: flex;
        gap: 20px;
    }
 }