body {
  margin: 0;
  padding: 0;
  font-family: "BenchNine", sans-serif;
}
li {
  list-style: none;
}
a:hover,
a:visited,
a {
  text-decoration: none;
}
h1,
h2 {
  text-transform: uppercase;
  font-weight: bold;
}

/*header area*/
.header-logo {
  margin-top: 15px;
}
.top-header {
  background: #fff !important;
  position: fixed;
  width: 100%;
  z-index: 99999;
}
.header-backup {
  width: 20px;
  height: 119px;
  background: transparent;
  margin: auto;
}
.top-header img.logo {
  margin-bottom: 15px;
  margin-top: 0;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 0;
  margin-top: 8px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
}
.nav-bar {
  margin-top: 27px;
}
.navbar-toggle span {
  color: #fff;
}
ul.nav {
  margin: 0;
  padding: 0;
}
.navbar-default .navbar-nav > li > a {
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  padding: 14px 15px;
  font-weight: bold;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #999;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
}
li a.active {
  color: #42b3e5 !important;
}
.navbar-default .navbar-toggle {
  border-color: #fff;
  margin-top: 4px;
}

/*slider area*/
.slider-row {
  margin: 0;
  padding: 0;
}
.slider-wrapper {
  margin: 0;
  padding: 0 !important;
  background: #000 !important;
}
.carousel-caption h1 {
  font-size: 157px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
.carousel-caption p {
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0;
}
.carousel-caption button {
  width: 240px;
  height: 60px;
  background: #3a9ecb;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  border: 0;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
}
.carousel-caption button:hover {
  background: #2a2a2a;
}
.carousel-control {
  width: 5%;
}
.carousel-inner {
  background: -webkit-linear-gradient(
    left,
    #000,
    blue
  ); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(left, #000, blue); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(
    left,
    #000,
    blue
  ); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to left, #000, blue); /* Standard syntax */
}
.item {
  position: relative;
}
.carousel-caption {
  position: absolute;
  text-align: left;
  left: 20px;
  line-height: 1;
  top: 50%;
  margin-top: -100px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  font-size: 18px;
  padding: 5px;
  color: #fff;
  margin-left: 0;
  margin-top: 50px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  font-size: 18px;
  padding: 5px;
  color: #fff;
  margin-right: 0;
  margin-top: 50px;
}

/*blog area*/
.blog h2 {
  font-size: 4.7em;
  color: #42b3e5;
  margin-top: 85px;
}
.blog h4 {
  font-size: 24px;
  color: #444440;
  margin-bottom: 45px;
}
.blog-amarelo {
  background-color: #f09001;
}
.blog-vermelho {
  background-color: #ef3d56;
}
.blog-verde {
  background-color: #49ad08;
}
.blog-azul {
  background-color: #51a1f3;
}
.blog-escuro {
  background-color: #38495a;
}
.blog-img img {
  width: 100%;
}
.single-blog-detail {
  position: relative;
}
.pentagon-text h1 {
  margin-top: 2px;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  position: absolute;
  left: 12%;
}
.pentagon-text {
  width: 70px;
  height: 52px;
  background: #fff;
  position: relative;
  top: -30px;
  left: 43%;
}
.pentagon-text:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 34px solid transparent;
  border-right: 35px solid transparent;
  border-bottom: 15px solid #fff;
}
.pentagon-text:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 0;
  height: 0px;
  border-left: 36px solid transparent;
  border-right: 34px solid transparent;
  border-top: 15px solid #fff;
}
.blog-details {
  border-top: 2px solid #fff;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  min-height: 240px;
}
.blog-details h3 {
  font-size: 36px;
  color: #fff;
  margin-top: 0;
  padding: 10px 5px 0px 5px;
}
.blog-details p {
  font-size: 13px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  padding: 0 25px;
  padding-bottom: 30px;
}

/*QUEM SOMOS*/
.quemsomos {
  background: url(../imagens/pattern.jpg);
  background-repeat: repeat-y;
  margin-top: 40px;
}
.quemsomos h2 {
  font-size: 4.7em;
  color: #fff;
  margin-top: 70px;
  margin-bottom: 0;
}
.quemsomos h4 {
  font-size: 24px;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 20px;
  display: block;
}

.colorido {
  background-color: #b9bcc3;
}

/*PRODUTO*/
.produto-main {
  padding-bottom: 60px;
}
.produto-main h2 {
  font-size: 4.7em;
  color: #42b3e5;
  margin-top: 85px;
  margin-bottom: 0;
}
.produto-main h4 {
  font-size: 24px;
  color: #737373;
  margin-top: 0;
  margin-bottom: 45px;
}
.produto-principal {
  height: 200px;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
  margin-bottom: 4px;
}
.vertical-align {
  display: flex;
  flex-direction: row;
}

.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
  display: flex;
  align-items: center;
  justify-content: center; /* Optional, to align inner items 
                              horizontally inside the column */
}
.produto-detail {
  display: block !important;
  padding: 10px 20px 10px 20px;
  background: #ef3d56;
  position: relative;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  height: 100%;
}
.arrow-right {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #ef3d56;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  bottom: 46%;
  left: -10px;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
}
.produto-titulo {
  font-size: 30px;
  color: #fff;
}
.produto-detail p {
  font-size: 13px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  text-align: justify;
  margin-top: 5px;
}
.single-member:hover .produto-detail {
  display: block !important;
  background: #2a2a2a;
}
.single-member:hover .arrow-top {
  background: #2a2a2a;
}
.single-member:hover .arrow-bottom {
  background: #2a2a2a;
}
.produto-fispq {
  right: 0;
  bottom: 0;
  position: absolute;
  padding: 10px;
}
.produto-fispq a {
  font-size: 14px;
  font-style: italic;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
}
.produto-fispq a:hover {
  text-decoration: underline;
}

/*contato section*/
.contato-caption {
  background: #3a9dca;
  min-height: 770px;
}
.contato-heading h2 {
  color: #fff;
  font-size: 90px;
}
.contato h4 {
  font-size: 24px;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 20px;
  display: block;
}
.contato-info {
  padding-left: 40px;
}
.contato-info h3 {
  padding-left: 0;
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #13849c;
  padding-bottom: 12px;
  margin-bottom: 0;
}
.contato-form h3 {
  padding-left: 0;
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 12px;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.contato-info {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.contato-info2 {
  font-size: 22px;
  color: #fff;
  border-top: 1px solid #fff;
  margin-top: 20px;
  padding-top: 20px;
}
.contato-info ul {
  margin: 0;
  padding: 0;
}
.contato-info ul li {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fff;
}
.contato-info ul li span {
  font-weight: bold;
}
.contato-form input {
  width: 100%;
  height: 40px;
  background: #fff;
  font-size: 13px;
  color: #084a5c;
  padding: 12px;
  border: 0;
  margin-bottom: 12px;
}
.contato-form textarea {
  font-family: "Open Sans", sans-serif;
  padding: 12px;
  width: 100%;
  height: 140px;
  border: 0;
  margin-bottom: 12px;
}
.info-detail {
  border-top: 1px solid #53cde5;
  padding-top: 15px;
}
.form {
  text-align: right;
}
.submit-btn {
  width: 180px;
  height: 50px;
  font-size: 24px;
  color: #fff;
  background-color: #000;
  padding: 0;
  font-family: "BenchNine", sans-serif;
  font-weight: bold;
  border: 0;
  margin-bottom: 10px;
}
.contato-form {
  padding-right: 40px;
}

/*gmap*/
#map {
  height: 920px;
}
.map {
  position: relative;
  overflow: hidden;
}
.contato {
  position: absolute;
  width: 100%;
  height: 920px;
  margin-top: 0px;
  left: 0;
  margin-top: -920px;
  background: rgba(0, 0, 0, 0.51);
}
.contato-caption {
  margin-top: 70px;
}

/*footer*/
.footer-para {
  margin: 0;
  padding: 0;
}
.footer p {
  font-size: 12px;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 25px 0;
}
.footer a i.fa {
  font-size: 24px;
  color: #b1b1b1;
  padding: 22px 10px;
}
.footer a i.fa:hover {
  color: #42b3e5;
}

.carousel-inner {
  position: relative;
}

/*======================css for carousel=========================*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
  opacity: 1;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0) 100%
  );
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* just for demo purpose */
html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}

/******************************
responsive area
********************************/
@media (min-width: 1200px) {
  .blog1_proximos {
    margin-right: -30px;
    margin-left: -30px;
  }
}
/* md */
@media (min-width: 992px) and (max-width: 1199px) {
  .blog1_proximos {
    margin-right: -30px;
    margin-left: -30px;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 20px;
    padding: 14px 12px;
  }
  .carousel-caption h1 {
    font-size: 120px;
  }
  .carousel-caption p {
    font-size: 32px;
  }
  .carousel-caption button {
    width: 215px;
    height: 55px;
    font-size: 26px;
  }
  h2 {
    font-size: 75px !important;
  }
  h4 {
    font-size: 22px !important;
  }
  .produto-titulo {
    font-size: 26px;
  }
  .produto-detail p {
    font-size: 12px;
  }
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
  .pentagon-text {
    left: 35%;
  }
  .blog-details {
    min-height: 320px;
  }
  .img-produtos {
    margin: 30px;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 16px;
    padding: 10px 8px;
  }
  .carousel-caption h1 {
    font-size: 90px;
  }
  .carousel-caption p {
    font-size: 30px;
  }
  .carousel-caption button {
    width: 180px;
    height: 50px;
    background: #3a9ecb;
    color: #fff;
    font-size: 22px;
  }
  h2 {
    font-size: 70px !important;
  }
  h4 {
    font-size: 18px !important;
  }
  #map {
    height: 1100px;
  }
  .contato {
    margin-top: -1100px;
    height: 1100px;
  }
  .contato-caption {
    margin-top: 90px;
  }
}

/* xs */
@media (min-width: 480px) and (max-width: 767px) {
  .img-produtos {
    margin: 30px;
  }
  .header-logo {
    margin-top: 27px;
  }
  .header-logo img {
    /*margin-top: 20px;*/
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 20px;
  }
  .carousel-caption {
    margin-top: -110px;
  }
  .carousel-caption h1 {
    font-size: 75px;
  }
  .carousel-caption p {
    font-size: 25px;
  }
  .carousel-caption button {
    width: 160px;
    height: 40px;
    font-size: 20px;
  }
  #map {
    height: 1170px;
  }
  .contato {
    height: 1170px;
    margin-top: -1170px;
  }
  h2 {
    font-size: 70px !important;
  }
  h4 {
    font-size: 21px !important;
  }
  .contato-info {
    font-size: 16px;
    color: #fff;
  }
  .contato-info ul {
    margin-left: 4px;
  }
  .contato-caption {
    margin-top: 0px;
  }
}

/* XS Portrait */
@media (max-width: 479px) {
  .top-header img.logo {
    margin: 20px 10px;
    margin-top: -12px;
    margin-bottom: 25px;
  }
  .navbar-header {
    margin-top: -10px;
  }
  .header-logo {
    margin-top: 20px !important;
  }
  .navbar-default .navbar-toggle {
    border-color: #fff;
    margin-top: -7px;
    right: 10%;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 16px;
    text-align: left;
  }
  .header-backup {
    height: 80px;
  }
  .carousel-caption {
    margin-top: -60px;
  }
  .carousel-caption h1 {
    font-size: 70px;
  }
  .carousel-caption p {
    font-size: 12px;
  }
  .carousel-caption button {
    width: 90px;
    height: 23px;
    font-size: 16px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-top: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-top: 30px;
  }
  .blog h2 {
    font-size: 50px;
    color: #000;
    margin-top: 30px;
  }
  .quemsomos h2 {
    font-size: 50px;
    margin-top: 40px;
  }
  .produto h2 {
    font-size: 50px;
    margin-top: 40px;
  }
  .contato h2 {
    font-size: 50px;
    margin-top: 40px;
  }
  h4 {
    font-size: 18px !important;
  }
  .contato-caption {
    margin-top: 38%;
  }
  #map {
    height: 1400px;
  }
  .contato {
    height: 1400px;
    margin-top: -1400px;
  }
  .contato-heading h2 {
    font-size: 50px;
    text-align: left;
    margin-left: 15px;
  }
  .contato-info {
    font-size: 16px;
    color: #fff;
  }
  .info-detail {
    margin-left: 8px;
  }
  .contato-info ul li {
    font-size: 10px;
  }
  .contato-info i.fa {
    font-size: 13px;
    width: 20px;
    height: 18px;
  }
  .contato-info,
  .contato-form {
    padding: 10px;
  }
  .contato-form h3 {
    font-size: 25px;
    padding-bottom: 8px;
    margin-bottom: 0;
    margin-right: 0px;
  }
  .footer a i.fa {
    font-size: 18px;
    padding: 25px 7px;
  }
  .footer p {
    font-size: 10px;
  }
}
.bold {
  font-weight: bold;
  font-size: 1.2em;
}
.full-width {
  width: 100%;
}
.masonry-grid-item {
  margin: 0;
  padding: 0;
  text-align: center;
  display: block;
}
.listagens {
  display: none;
}
#listagem0 {
  display: block;
}
.trocaProduto,
.mostraSub {
  cursor: pointer;
}
.mostraSub {
  background-color: #42b3e5;
  margin-bottom: 10px;
}
.breadcrumbs {
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrumbs span {
  float: left;
  width: 19%;
  margin-right: 4px;
  height: 65px;
  line-height: 65px;
  font-size: 22px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
.breadcrumbs span:last-child {
  margin-right: 0px;
}
.breadcrumbs i {
  font-style: normal;
}

@media (max-width: 950px) {
  .breadcrumbs span img {
    display: none;
  }
}

@media (max-width: 630px) {
  .breadcrumbs span i {
    display: none;
  }
  .breadcrumbs span img {
    display: block;
  }
}

.depto0 {
  background-color: #ef3d56;
}
.depto0:hover {
  background-color: #99182a;
}
.depto1 {
  background-color: #f09001;
}
.depto1:hover {
  background-color: #a56607;
}
.depto2 {
  background-color: #49ad08;
}
.depto2:hover {
  background-color: #326c0d;
}
.depto3 {
  background-color: #51a1f3;
}
.depto3:hover {
  background-color: #12477d;
}
.depto4 {
  background-color: #38495a;
}
.depto4:hover {
  background-color: #141d26;
}

.spinner {
  position: absolute;
  margin-right: 40px;
  height: 100%;
  z-index: 100;
  background-color: #ededed;
  opacity: 0.7;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95%;
}
.obrigado {
  min-height: 450px;
  width: 100%;
  position: absolute;
  margin-right: 40px;
  height: 98%;
  z-index: 100;
  font-size: 25px;
  color: #fff;
  text-transform: uppercase;
  display: table;
  background-color: #3a9dca;
  margin-left: -15px;
}
.obrigado span {
  display: table-cell;
  vertical-align: middle;
}
.obrigado strong {
  font-size: 32px;
}

.back-to-top {
  position: fixed;
  right: 10px;
  bottom: 40px;
  display: inline-block;
  z-index: 9;
  width: 40px;
  height: 40px;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 3;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #515769;
  border-radius: 3px;
  visibility: hidden;
  opacity: 0;
  padding: 5px;
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top:hover {
  color: #fff;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top:focus,
.back-to-top:hover {
  text-decoration: none;
}

/* The Button Becomes Visible */
.back-to-top.back-to-top-is-visible {
  visibility: visible;
  opacity: 0.6;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top.back-to-top-is-visible:hover {
  opacity: 1;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* If the user keeps scrolling down, the button is out of focus and becomes less visible */
.back-to-top.back-to-top-fade-out {
  opacity: 0.4;
}

.back-to-top.back-to-top-fade-out:hover {
  opacity: 1;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.erroForm {
  position: relative;
  padding: 10px;
  background-color: #dd6582;
  color: #fff;
  margin: 5px 0px 5px 0px;
  font-size: 18px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-image: initial;
  border-radius: 4px;
}
.erroForm .close1 {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1.3rem 1.25rem;
  color: #fff;
  line-height: 18px;
  font-size: 30px;
}
.produto-detail {
  width: 100%;
}

.highlight {
  background-color: #efd8de !important;
  border: 1px solid black !important;
}
.subDepto2,
.subDepto3,
.subDepto4,
.subDepto5,
.subDepto7 {
  display: none;
}
.hide {
  display: none;
}
.show,
.subDepto1 {
  display: flex;
}

/* ********************************
PAGINA INTERNA BLOG
******************************** */
.blog1_data {
  font-size: 14px;
  padding: 0px;
  color: #000;
  text-align: justify;
  margin-bottom: 20px;
  display: flex;
}
.blog1_h2 {
  padding: 0 25px;
  color: #fff;
  text-align: justify;
}
.blog1_h3 {
  padding-top: 10px;
}
.blog1_img {
  padding: 0px;
}
.blog1_img > img {
  width: 100%;
}
.blog1_texto {
  text-align: justify;
}
.blog1_postagem {
  text-align: justify;
  font-family: "Open Sans", sans-serif;
  line-height: 2.4em;
}
.blog1_proximos {
  margin-top: 25px;
}
.blog1_selecionado {
  background-color: #f2f2f2;
}
#aplicacoes {
  margin-top: 50px;
}
#aplicacoes h2 {
  padding-bottom: 10px;
  margin-bottom: 0px;
  font-size: 4.7em;
  color: #42b3e5;
}
#aplicacoes ul {
  padding: 0;
}
#aplicacoes li {
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px;
  padding-top: 10px;
  color: #898989;
  font-size: 25px;
}
#aplicacoes ul > li a {
}
#aplicacoes ul > li a:hover {
  color: #898989;
}

.sb-search {
  position: relative;
  width: 100%;
  height: 60px;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}

.sb-search-input {
  position: absolute;
  top: 0;
  right: 0px;
  border: 1px solid #e67e22;
  outline: none;
  background: #fff;
  width: 100%;
  height: 60px;
  margin: 0;
  z-index: 10;
  padding: 20px 65px 20px 20px;
  font-family: inherit;
  font-size: 20px;
  color: #2c3e50;
}

input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

.sb-icon-search,
.sb-search-submit {
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}

.sb-search-submit {
  background: #fff; /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
  filter: alpha(opacity=0); /* IE 5-7 */
  opacity: 0;
  color: transparent;
  color: red;
  border: none;
  outline: none;
  z-index: -1;
}

.sb-icon-search {
  color: #fff;
  background: #e67e22;
  z-index: 90;
  font-size: 22px;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

.sb-icon-search:before {
  content: "";
}

.sb-search.sb-search-open,
.no-js .sb-search {
  width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
  background: #da6d0d;
  color: #fff;
  z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
  /*    z-index: 90;*/
}

/*==========================================================*/
/* Comments
/*==========================================================*/
.inner {
  padding: 40px;
  background: #ffffff;
  background-color: #edeeed;
}
.comments {
  margin-top: 10px;
}
.comments h3 {
  color: #202020;
}
.comment-list {
  list-style: none;
  padding-left: 0px;
}
.comment-list li {
  position: relative;
}
.comment-list li > .comment-list:before {
  /*border-left: 1px solid #c8c8c8;*/
  content: "";
  background: #ccc;
  position: absolute;
  left: 0;
  height: 70px;
  width: 1px;
}
.comment-list li > .comment-list li {
  padding-left: 10%;
}
.comment-list li > .comment-list > li:after {
  position: absolute;
  width: 10%;
  height: 1px;
  content: "";
  background: #c8c8c8;
  top: 70px;
  left: 0;
}
.comment {
  margin-top: 20px;
}
.comment .inner {
  position: relative;
}
.comment .content {
  overflow: hidden;
}
.comment .content .vcard address {
  overflow: hidden;
  color: #00a3cc;
}
.comment .content .vcard .date {
  float: right;
  margin-left: 40px;
  opacity: 0.5;
  font-size: 80%;
}
.comment .content .text {
  margin-top: 15px;
  font-size: 16px;
  line-height: 26px;
}
.comment .reply {
  position: absolute;
  right: 0;
  bottom: 0;
}
#post-comment {
  margin-top: 40px;
}
#post-comment label {
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .comment .content .vcard {
    text-align: center;
  }
  .comment .content .vcard .date {
    float: none;
    margin-left: 0;
  }
  .comment .content .text {
    margin-top: 30px;
  }
}
/* Clearfix */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}

strong {
  text-decoration: underline;
}

.blog1_postagem p {
  margin-bottom: 25px;
}

.blog1_postagem h5 {
  font-weight: bold;
  width: 100%;
  border-bottom: 1px dotted black;
  padding-bottom: 10px;
}

.bannerHome {
  width: 100% !important;
}
