body, html {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  background-color: #fff;
  background-position: right center;
  background-size: cover;
  background-origin: border-box;
  background-repeat: no-repeat;
  transition: all 0.8s ease-in-out 0s;
  -webkit-transition: all 0.8s ease-in-out 0s;
}

div, li, img {
    -moz-transition: width 1s ease-in-out, left 1.5s ease-in-out;
    -webkit-transition: width 1s ease-in-out, left 1.5s ease-in-out;
    -moz-transition: width 1s ease-in-out, left 1.5s ease-in-out;
    -o-transition: width 1s ease-in-out, left 1.5s ease-in-out;
    transition: width 1s ease-in-out, left 1.5s ease-in-out;
    -moz-transition: height 1s ease-in-out, left 1.5s ease-in-out;
    -webkit-transition: height 1s ease-in-out, left 1.5s ease-in-out;
    -moz-transition: height 1s ease-in-out, left 1.5s ease-in-out;
    -o-transition: height 1s ease-in-out, left 1.5s ease-in-out;
    transition: height 1s ease-in-out, left 1.5s ease-in-out;
}

/*Main content*/
#main-content {
  max-width: 1000px;
  width: 100%;
  margin-top: 50px;
  position: absolute;
  z-index: 6;
  text-align: left;
}
#p-header {
  height: 200px;
  text-align: left;
}
#p-header img {
  height: 200px;
  width: auto;
}
#tabela1 {
  height: 400px;
}
h2 {
  font-family: 'uni_neuebold';
  font-size: 32px;
  margin: 0;
  color: #00a5e1;
}
h6 {
  font-family: 'uni_neuebold';
  font-size: 15px;
  margin: 0;
  color: #000;
}
.small-hr {
  border: 0;
  background-color: #000;
  height: 2px;
  margin: 5px 0 5px -8px;
  padding: 0;
  width: 21px;
}
.t8pxleft {
  padding-left: 8px;
}
#main-content p {
  margin-left: 4px;
  color: #666666;
  font-size: 16px;
}
/*PREÇARIO*/
.tabela {
  max-width: 1000px;
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  display: block;
}
.coluna {
  width: 25%;
  height: 100%;
  margin: 0;
  float: left;
}
.coluna div {
  margin: 0 1% 0 1%;
  width: 98%;
  display: inline-block;
  float: left;
}

.tabela div:first-child div {
  margin: 0 1% 0 0;
  width: 99%;
}
.tabela div:last-child div {
  margin: 0 0 0 1%;
  width: 99%;
}
.thead {
  height: 58px;
  font-family: 'uni_neuebold';
  font-size: 32px;
  color: #00a5e1;
  line-height: 58px;
}
.tsub1 {
  height: 56px;
  font-family: 'uni_neuelight';
  font-size: 29px;
  color: #00a5e1;
  line-height: 40px;
}
.tsub1 span {
  width: 82%;
  margin: 8px auto;
  display: block;
}
.tsub2 {
  height: 60px;
  font-family: 'uni_neuebold';
  font-size: 26px;
  color: #fff;
  line-height: 36px;
  margin-top: 15px !important;
  position: relative;
}
.tsub2 span {
  width: 100%;
  display: block;
  margin: 12px 0;
  background-color: #00a5e1;
}
.tsub2 sup {
  top: 6px;
  position: absolute;
  font-size: 13px;
}
.tsub3 {
  height: 30px;
}
.tsub5 {
  height: 50px;
  font-family: 'uni_neuebold';
  font-size: 26px;
  color: #fff;
  line-height: 36px;
  margin-top: 15px !important;
  position: relative;
}
.tsub5 span {
  width: 100%;
  display: block;
  margin: 12px 0;
  background-color: #00a5e1;
}
.tsub5 sup {
  top: 6px;
  position: absolute;
  font-size: 13px;
}
.colbg1s {
  font-family: 'Open Sans', sans-serif;
  background-color: #f7fcfe;
  font-size: 17px;
  color: #666666;
}
.colbg1 {
  background-color: #f7fcfe;
}
.colbg2 {
  background-color: #f9fafa;
}
.notas {
  margin-left: 12px;
  color: #9b9b9b;
  margin-bottom: 20px;
}
.mobile {
  display: none;
}
/*MEDIA QUERYES*/
@media (max-width: 767px) {
  .coluna {
    width: 50%;
  }
  .mobile {
    display: inline;
  }
  .tsub1 {
    font-size: 22px;
  }
  .tsub2 {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 1200px) {
}
