
.h1{
    color: #233242;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: 700;
    font-size: 44px;
}

.h2{
    color: #233242;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: 700;
    font-size: 36px;
}

.h3{
    color: #233242;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: 700;
    font-size: 24px;
}

.h4{
    color: #233242;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: 700;
    font-size: 22px;
}

.h5{
    color: #233242;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: 700;
    font-size: 18px;
}

.h6{
    color: #233242;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: 700;
    font-size: 14px;
}
.imagemdireita{
    float: right;
    margin-left: 20px;
}
.cor{
    color: #89190E !important;
}

a {
  color: #89190E;
}

 ul {
  list-style-type: none;
}
ul:not(.nav) li {
  padding-left: 20px;
  position: relative;
}

#myForm ul li::before ,
.blog ul li::before {
  content: "\f192";
  position: absolute;
  left: 0;
  top: 2px;
  color: #89190E;
}


 table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 1px solid #e0e0e0;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
}
 table td,
 table th {
  padding: 0.6rem 1rem;
  vertical-align: top;
  margin-bottom: 0;
  border: 1px solid #e0e0e0;
}
 tr:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}
 th {
  font-weight: 500;
}
 thead {
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0.2);
}
 thead tr {
  border-bottom: 1px solid #e0e0e0;
}
 tbody {
  margin-bottom: 0;
}
 hr {
  margin: 30px 0;
}
