body{
    background-image: url("back2.jpg");
    /*font-size: 0.9em;*/
}
.container{
    /*min-height: 50rem;*/
    background-color: azure;
    opacity: 0.7
    
}
.navbar{
    padding: 0;
    margin: 0;
}
.titulo {
    font-size: 2rem;
}
.contato{
    font-size: 1.2rem;
    color: #1c4f50;
    text-align: center;
}
.contato a:hover{
    text-decoration: none;
}
.titulo, .contato{
    border-bottom: 2px solid rgba(204, 234, 235, 0.7);
    /*width: 50rem;*/
}
.titulo, .item{
    color: #175a5a;
    font-weight: 600;
    /*font-family: cursive;*/
}
.item{
    margin:1.5rem;
    font-size: 1.2rem;
}
.unvisible{
    display: none;
}
.destaque{
    width: 100%;
    border: 1px solid #1ecece;
    border-radius: 5px;
    padding: 0.5rem;
    font-weight: 400;
    font-family: Calibri Candara Ebrima;
    font-size: 1.3rem;
    background-color: #555da2;
    color: white;
}
.hl ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*background-color: #333333;*/
}

.hl li {
  float: left;
}

.hl li a {
  display: block;
  color: darkcyan;
  text-align: left;
  /*padding: 16px;*/
  text-decoration: none;
}

/*
li a:hover {
  background-color: #111111;
}*/
