/* Espaço Interativo */

section.index-section-comentario {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

div.index-painel {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  flex-wrap: wrap;
}

div.index-painel div.form {
  width: 100%;
  padding: 20px;
  border: 2px solid #000;
  box-shadow: 5px 5px 0px #cc6600;
  border-radius: 20px;
}

div.index-painel input {
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
  width: 100%;
  height: 40px;
}

div.index-painel textarea {
  padding: 10px;
  width: 100%;
  height: 100px;
  text-align: justify;
  box-shadow: 5px 5px 0px #cc6600;
  border-radius: 20px;
}

div.comentario-margem-div {
  margin-top: 15px;
}

input.comentario-btn {
  text-align: center;
  background-color: #cc6600;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  max-width: 50%;
}

input.comentario-btn:hover {
  background-color: #cc66007e;
  color: #cc6600;
}

input.comentario-nome-input {
  box-shadow: 5px 5px 0px #cc6600;
}

label {
  margin-top: 50px;
}

.user {
  width: 50px;
}

.list-comentario {
  width: 100%;
  border: 2px solid #000;
  margin-top: 50px;
  padding: 10px;
  border-radius: 20px;
  box-shadow: 10px 10px 0px #cc6600;
}

.coment-nome {
  justify-content: space-between;
  display: flex;
  width: 100%;
  align-items: center;
}

.coment-icon {
  flex-basis: 5%;
  margin: 10px auto;
}

.coment-name {
  flex-basis: 95%;
  width: 100%;
}

.coment-comentario {
  padding: 10px;
}

.coment-texto {
  margin-bottom: 10px;
  text-align: justify;
}

.coment-data-hora {
  margin-top: 10px;
}

.coment-data-hora i {
  margin: 5px;
}
