#redondo{
    margin: 0 auto;
    width: 100%;
    max-width: 520px;
    border-width: 8px;
    border-color: #1D57A5;
    border-style: solid;
    border-radius: 20px;
    background-color: #1D57A5;
    text-align: center;
    vertical-align: middle;
}
#redondo img{
    width:100%;
}
#site{
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    height: auto;
    background-color:  #f5f6f7;
    text-align: center;
    vertical-align: middle;
    border-width: 12px;
    border-color: #000000;
    border-style: solid;
    border-radius: 20px;
}
#reclamacao{
    float:left;
    /*margin-left: -16%;*/
}
#reclamacao img{
    width: 80%;
}
#logonet{
    float: right;
    margin-right: -16%;
}
#logonet img{
    width: 30%;
}
#cookies{
    clear:both;
    text-align: center;
    background-color: #e0e0e0;
    color: #000000;
    padding: 10px;
}
#conteudo1{
    display: grid;
    grid-template-columns: repeat(3, 33%);
    grid-template-rows: repeat(1, 100%);
    align-items: center;
	justify-content: center;
}
#conteudo2{
    display: grid;
    grid-template-columns: repeat(3, 33%);
    grid-template-rows: repeat(2, 50%);
    align-items: center;
	justify-content: center;
}
#conteudo3{
    display: grid;
    grid-template-columns: repeat(3, 33%);
    grid-template-rows: repeat(3, 33%);
    align-items: center;
	justify-content: center;
}
#conteudo4{
    display: grid;
    grid-template-columns: repeat(3, 33%);
    grid-template-rows: repeat(4, 25%);
    align-items: center;
	justify-content: center;
}

#footer{
    padding: 10px;
}

.h1h{
    font-size: 40px;
    text-align: center;
}
.h2h{
    font-size: 24px;
    text-align: center;
}
.h3h{
    font-size: 20px;
    text-align: center;
}
.h4h{
    padding: 12px;
    font-size: 16px;
    text-align: justify;
}
.h5h{
    padding: 12px;
    font-size: 14px;
    text-align: justify;
}
.nome{
  max-width: 40ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.item {
	display: flex;
    display: -webkit-flex; /* Garante compatibilidade com navegador Safari. */
    align-items: center;
	justify-content: center;
}

.logo{
    margin-top: 10px;
    width: 40%;
}

.imagem{
        width: 70%;
        padding: 30px;
}
.imagempr{
    padding-bottom: 40px;
}