body {
  font-family: 'Nunito', 'Lato', sans-serif;
  background-color: rgb(185, 195, 165);
}

.conteudo {
  color: rgb(85,122,70);
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position:absolute;
  top: 0;
  left:0;
}

.pesquisa {
  width: 100%;
  background-color:rgba(150, 160, 145, 0.8);
  border-radius: 0 0 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.pesquisa form h1 {
  font-size: 20px;
  margin-right: 20px;
  color: white;
}

.pesquisa form {
  display: flex;
  height: 30px;
  padding: 20px;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.pesquisa form input {
  width: 70%;
  height: 30px;
  padding-left: 15px;
  padding-bottom: 5px;
  padding-top: 5px;
  border-radius: 50px 0 0 50px;
  border: none;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.pesquisa form button {
  width: 50px;
  height: 40px;
  padding: 5px;
  border-radius: 0 50px 50px 0;
  border: none;
  background-color: rgb(156, 198, 139);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.pesquisa form button img {
  width: 20px;
  height: 20px;
}

.areatotal {
  display: flex;
  justify-content: center;
  width: 90%;
  gap: 10px;
}

.video {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1280px;
}

.video video {
    border-radius: 10px;
    object-fit: cover;
    width: 100%;
    max-width: 900px;
    border: white 5px solid;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.videototal {
  width: 100%;
  max-width: 950px;
  display: flex;
  align-items: center;
  flex-direction: column;
}



video:fullscreen {
  width: 100vw;
  height: 100vh;
  object-fit: contain;
  background: #000;
  border-radius: 0px;
  border:none;
}

video:-webkit-full-screen {
  width: 100vw;
  height: 100vh;
  object-fit: contain;
  background: #000;
}

video:-moz-full-screen {
  width: 100vw;
  height: 100vh;
  object-fit: contain;
  background: #000;
}






.avaliacao {
  background-color: rgba(236, 240, 241, 0.8);
  border-radius: 10px 10px 0 0;
  padding: 10px;
  width: 100%;
  max-width: 900px;
  gap: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.avaliacao button {
  background-color: rgb(85,122,70);
  color: white;
  font-family: 'Nunito', 'Lato', sans-serif;
  border: none;
  max-width: 100px;
  width: 100%;
  min-width: 50px;
  height: 25px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.avaliacao button img {
  width: 20px;
  height: 20px;
}

.imagem {
  width: 50px;
  height: 50px;
  min-width: 50px;
  max-width: 50px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3); 
}

.envio {
  background-color: rgba(236, 240, 241, 0.8);
  padding: 10px;
  width: 100%;
  max-width: 900px;
  gap: 20px;
  display: flex;
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: left;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.itemvideo {
  background-color: rgba(236, 240, 241, 0.8);
  border-radius: 0 0 10px 10px;
  margin-top: 5px;
  width: 100%;
  max-width: 900px;
  height: 100%;
  max-height: 500px;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  overflow-wrap: break-word;
  word-break: normal;
}

.itemvideo hr {
  border: white 2px solid;
  border-radius: 2px;
}

.itemvideo h1 {
  font-size: 20px;
}

.comentarios {
  background-color:rgba(89, 99, 89, 0.8);
  margin-top: 30px;
  border-radius: 10px;
  height: auto;
  width: 40%;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.areacomentario {
  background-color: rgba(236, 240, 241, 0.8);
  border-radius: 10px;
  height: 100%;
  width: 95%;
  max-height: 1000px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: left;
  overflow-y: auto;
  padding: 10px;
  box-sizing: border-box;
}

.comentarios h1 {
  color:white;
  margin-top: 20px;
}

.enviarcomentarios {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.enviarcomentarios form h1 {
  font-size: 20px;
  margin-right: 20px;
  color: white;
}

.enviarcomentarios form {
  display: flex;
  height: 30px;
  padding: 20px;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.enviarcomentarios form input {
  width: 95%;
  height: 30px;
  padding-left: 15px;
  padding-bottom: 5px;
  padding-top: 5px;
  border-radius: 10px 0 0 10px;
  border: none;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.enviarcomentarios form button {
  width: 50px;
  height: 40px;
  padding: 5px;
  border-radius: 0 10px 10px 0;
  border: none;
  background-color: rgb(156, 198, 139);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.enviarcomentarios form button img {
  width: 25px;
  height: 25px;
}

.descricao {
  width: 100%;
  max-height: 280px;
  overflow-y: auto; 
  overflow-x: hidden;
}

@media (max-width: 1200px) {

.areatotal {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  gap: 10px;
}

.comentarios {
  width: 95%;
}

}






@media (max-width: 800px) {
.areatotal {
  width: 95%;
}

.comentarios {
  width: 100vw;
  margin-top: 10px;
  border-radius: 0px;
}

.itemvideo h1 {
  font-size: 15px;
}

.itemvideo p {
  font-size: 14px;
}

.areacomentario {
  max-height: 300px;
}
}


@media (max-width: 480px) {

.avaliacao {
  border-radius: 0px;
}

.envio {
  border-radius: 0px;
}

.itemvideo {
  border-radius: 0px;
}

}

.btn-acao {
    opacity: 1;
    transition: 0.2s;
}

.btn-acao.ativo {
    filter: none;
    opacity: 1;
}

#btn-like.ativo,
#btn-dislike.ativo {
    background-color: rgb(200, 180, 140);
}

.fotoComentario {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.comentario {
  width: 100%;
  background-color: rgb(255, 230, 179);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  overflow-wrap: break-word;
  word-break: normal;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.infocomentario {
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
}

.mensagem {
  display: flex;
  flex-direction: column;
  padding: 10px;
  box-sizing: border-box;
  justify-content: space-between;
}

.mensagem button {
  width: 100px;
  height: 30px;
  min-width: 100px;
  margin-left: auto;
  background-color: rgb(255, 107, 107);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: white 1px solid;
  color: white;
  gap: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}