.logo-img {
  width: 270px;
  height: 117px;
}
.t3-sl {
  padding-top: 30px;
  padding-bottom: 30px;
}
.t3-sl-1 {
  padding-top: 0px;
  padding-bottom: 30px;
}
h2 {
  font-weight: 400;
}
h3 {
  font-weight: 300;
}
h4 {
  font-weight: 300;
}
.t3-footnav {
  padding-top: 10px;
  padding-bottom: 10px;
}
table td {
  border-top: 0px;
}
.jeSocial {
  text-align: right;
}
.panel-title .shw:after {
  float: right;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  transition: all 0.3s cubic-bezier(0.275, 0.1, 0, 1.37) 0s;
  transform: rotate(-90deg);
  display: inline-block;
  border-radius: 100%;
  margin-left: 20px;
  font-size: 0.8em;
  padding-left: 8px;
  padding-right: 9px;
  padding-bottom: 12px;
  padding-top: 13px;
  line-height: 3px;
  color: #FFF;
  background: #54A6CB none repeat scroll 0% 0%;
}
.panel-title .shw.collapsed:after {
  transition: all 0.3s cubic-bezier(0.275, 0.1, 0, 1.37) 0s;
  transform: rotate(0deg);
  background: #FFF none repeat scroll 0% 0%;
  color: #000;
}
.panel-title {
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCC;
}
.panel-title a {
  color: #03507c;
  font-size: 1.2em;
}
.accordion-group {
  border: 0px;
}
.bloco {
  display: block;
  border-bottom: 1px solid #CCC;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.bloco h2 {
  font-weight: 400;
}
.blocoimg.left {
  display: inline-block;
  float: left;
  width: 450px;
  margin-left: 0;
  vertical-align: top;
}
.blocoimg.right {
  display: inline-block;
  float: right;
  width: 450px;
  margin-left: 0;
  vertical-align: top;
}
#cofeaturesblock {
  text-align: center;
}
.cofeatures {
  display: inline-block;
  width: 48%;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}
.cofeatures img {
  display: inline;
  float: right;
}
.cofeatures h3 {
  display: inline;
  color: #32b2e3;
  font-weight: 300;
}
.cofeatures.left {
  margin-left: 0px;
}
.cofeatures.right {
  margin-right: 0px;
}