*{
    margin: 0;
    padding: 0;
    font-family: 'Times New Roman';
}

header{
    height: 14vh;
    display: flex;
    justify-content: center;
    align-items: center;

}
.conteiner-menu{
    width: 80vw;
    background-color: white;
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    align-items: center;

}
.nome{
 width: 20%;
 margin-left: 5%;
}
.menu{ 
    width: 60%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;

}
.redessociais{
    width: 20%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-right: 5%;
    gap: 10px;
}
main{
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.conteiner-corpo{
    width: 80vw;
}
.talvez{
    background-color: white;
    box-shadow: 3px 3px .5rem black;
    width: 16%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-top: 1%;

}
.conteiner-interesses{
    margin-top: .3%;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  
}
.interesses{
    width: 80vw;
    display: flex;
  flex-direction: row;
  justify-content: space-between;
   gap: 10px;
   overflow-y: hidden;
   padding: 10px;

}
.interesse-1{
    width: 275px;
    background-color: white;
    box-shadow: 3px 3px .5rem black;
    border-radius: 5px;
    padding: 10px;
    height: 320px;
}
.conteiner-ultimos{
    width: 100%;
     display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .5%;
  

}
.ultimos{
    background-color: white;
    box-shadow: 3px 3px .5rem black;
    width: 32%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;

    
}
body{    
    overflow-x: hidden;
}
.ultimos-lancamentos{
    width: 80vw;
    display: grid;
    grid-template-columns: 70% 30%;
    margin-top: 2.1%;
   
}
.lancados-agora{
    display: grid;
    gap: 15px;
    grid-template-columns: 260px 260px 260px;
    margin-bottom: 5px;
}
.postados{
    background-color: white;
    box-shadow: 3px 3px .5rem black;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    flex-direction: column;
    width: 100%;
    height: 185px;
}

.conteiner_mais_vistos{
    background-color: white;
    box-shadow: 3px 3px .5rem black;
    display: flex;
    align-items: flex-start;
    border-radius: 5px;
    flex-direction: row;
    width: 100%;
    height: 98%;
    position: relative;
    overflow: hidden;
   
}
.conteiner-postagens-mais-vista{
    margin-top: 3%;

    
}
.Prim{
  margin-left: 98%;
}
.pesquisa,.idioma{
    cursor: pointer;
}

footer{
    width: 100vw;
    display: flex;
    justify-content: center;
}
.conteiner-rodape{
    margin-top: 2%;
    width: 80vw;
}
.parceria,.social{
    margin-right: 5%;   
}
.comentario{
   display: flex;
   justify-content: center;
    margin-top: 3%;
    margin-bottom: 3%;
}
.janela{
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 999;
    justify-content: center;
    
}
.temas-clique{
    cursor: pointer;
}
.link{
    text-decoration: none;
    color:black;
}
.conteiner-temas{
    background-color: rgb(97, 97, 93);
    margin-top: 5%;
    width: 20%;
    height: 30%;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    position: relative;
}


.caixa-idioma{
    width: 100%;
    height: 90%;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}
.caixa-sair{
    height: 10%;
    width: 20%;
    position: absolute;
    margin-top: 0%;
    display: flex;
    justify-content: end;
    align-items: end;

   
}
.btn-sair{
    background-color:red;
    padding: 10px 13px;
    border-radius: 5px;
    cursor: pointer;
}
.imagem{
  width: 240px;
}

.movel{
    display:none ;
}
.menu-lateral{
 display: none;
    left: -50%;
    width: 50%;
    transition: left  0.5s ease-in-out;
    flex-direction: column;
    align-items: center;
    
    z-index: 999;
    position: absolute;
    top: 0%;
   
    background-color: rgb(255, 255, 255);
    height: 100vh;
   
}
@media screen and (max-width: 600px) {
   /* main,header{
         overflow-x: hidden;
    }
    .interesses{
    width: 85vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    overflow-y: hidden;
    padding: 10px;

    }*/
    .menu-lateral{
        display: flex;
    }
    .conteiner-menu{
   
    display: none;
    

    }
    /* atualiza*/
    header{
        width: 100vw;
        justify-content: center;
    }
    .movel{
        display: flex;
        width: 82%;
       
        justify-content: space-between;
        align-items:center;
    }
    .redessociais{
        justify-content: flex-end;

    }
     /* atualiza*/
 
   .conteiner_mais_vistos,.Prim{
    display: none;
  }
  .pv{
   width: 170px;
  }
  .talvez{
        width: 100%;
  }
  .ultimos {
        width: 84%;
  }
  .ultimos-lancamentos{
    width: 90vw;
    display: flex;
    margin-top: 1.1%;
  }
 .lancados-agora{
    display: grid;
    gap: 11px;
    grid-template-columns: 130px 130px;
    margin-bottom: 5px;
    width: 100%;
    margin-top: 1.1%;
    justify-content: space-around;
    margin-right: 20px;
 } 
 .postados{
    background-color: white;
    box-shadow: 3px 3px .5rem black;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    flex-direction: column;
    width: 121%;
    height: 121px;
}
 
.imagem{
    width: 140px;
 }
/*novas implementações*/
.txt-interesses{
  font-size: 14px;
}
.txt-titulo{
font-size: 13px;
text-align: center;
}
.ultimos h3{
  font-size:17px ;
}

/*fim*/


}

.banner-rotativo {
  position: relative;
  width: 350px;
  height: 540px;
  overflow: hidden;
  margin: auto;

  border-radius: 5px;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
}

.slide img {
  width: 100%;
  height: 90%;
  border-radius: 5px 5px 0px 0px;
}

.slide p {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
}

.slide.ativo {
  pointer-events: auto;
  opacity: 1;
}

a{
    text-decoration: none;
    color:rgb(47, 47, 116);
}