*{
  font-family: 'Roboto', sans-serif;
}
html, body{overflow-x: hidden;}
a,
a:hover,
a:visited {
  text-decoration: none;
}
a {
    color: #FFF;
}
a.nav-link:hover{
  font-weight: 400;
}
img{max-width: 100%; margin: 0 auto; display: block;}
.bg-inverse{
  background-color: #4d321f !important;
  min-height: 160px;
  padding: 25px 0px;
}
#tarja-preta {
  position: relative;
  float: left;
  width: 100%;
  min-height: 40px;
  background-color: #000000;
  padding: 7px 0 8px 0;
}
.links-topo{
  position: relative;
  margin: 0 auto;
  display: block;
  width: 180px;
  height: 30px;
  color: #fff;
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 28px;
  line-height: 30px;
}
.links-topo#tel{
  background-image: url("../img/ico-telefone.png");
}
.links-topo#fb{
  padding: 0px;
}
.links-topo a{
  position: relative;
  float: left;
  width: 100%;
  height: 28px;
  background-image: url("../img/ico-facebook.png");
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 28px;
  color: #fff;
  line-height: 30px;
}
.links-topo a:hover{
  opacity: 0.7;
  text-decoration: none;
  color: #FFF;
}
.marrom-claro{
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding: 25px 0px;
  background-color: #4d321f;
}
.marrom-escuro{
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding: 25px 0px;
  background-color: #2d1d12;
}
.marrom-escuro.segmentos{
  padding: 0px 0px;
}
.marrom-escuro.segmentos h2{
  font-size: 30px;
  font-weight: 900;
  color: #FFFFFF;
  margin-bottom: 35px;
  margin-top: 10px;
}
p.desc-footer{
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  font-size: 15px;
  font-weight: 100;
  color: #FFF;
  text-align: center;
  margin-top: 25px;
}
p.desc-footer a{
  color: #FFF;
  font-size: 16px;
  -webkit-transition: 0.5s ease-in-out;
  /* For Safari 3.1 to 6.0 */
  transition: 0.5s ease-in-out;
}
p.desc-footer a:hover{
  opacity: 0.7;
}
p.desc-footer.no-margin{
  margin-bottom: 0px;
}
.fb_iframe_widget{
  position: relative;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.logo-fotter{
  position: relative;
  margin: 0 auto;
  display: block;
  top: 30px;
}
.copyright{
  position: relative;
  float: left;
  width: 100%;
  min-height: 35px;
  background-color: #000;
  clear: both;
}
.copyright p{
  margin-top: 10px !important;
}
#banner{
  position: relative;
  float: left;
  width: 100%;
  background-color: #39281c;
}
#content-img-banner{
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  background-image: url('../img/banner-principal.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#blur-banner{
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  transition: all 0.5s ease-in-out;
}
#blur-banner:hover{
  opacity: 0.0;
  transition: all 0.5s ease-in-out;
}
#content-chamada-banner{
  position: absolute;
  width: 100%;
  max-width: 750px;
  min-height: 177px;
  top: 50%;
  left: 50%;
  margin-top: -85px;
  margin-left: -375px;
  background-image: url('../img/bg-txt-banner.png');
  background-repeat: repeat;
  z-index: 10;
  padding: 30px 0px;
}
#content-chamada-banner:hover #blur-banner{
  opacity: 0.0;
  transition: all 0.5s ease-in-out;
}
#content-chamada-banner h1{
  position: relative;
  margin: 0 auto;
  width: 90%;
  color: #FFF;
  font-weight: 800;
  font-size: 25px;
  text-align: center;
}
#content-chamada-banner hr{
  position: relative;
  margin: 0 auto;
  width: 60%;
  height: 1px;
  background-color: #FFF;
  margin-top: 20px;
  margin-bottom: 20px;
}
#content-chamada-banner p{
  position: relative;
  margin: 0 auto;
  width: 90%;
  color: #FFF;
  font-weight: 300;
  font-size: 24px;
  text-align: center;
}
#btn-banner{
  position: absolute;
  width: 72px;
  height: 45px;
  bottom: 5px;
  left: 50%;
  margin-left: -36px;
  background-image: url('../img/seta-btn-banner.png');
  background-repeat: no-repeat;
  background-position: bottom center;
  opacity: 1.0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
#btn-banner p{
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  margin-top: 0px;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
}
#btn-banner:hover{
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
}
.content-bloco-home{
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding: 30px 0px;
  background-color: #4d321f;
}
.contante-boxs-home{
  position: relative;
  margin: 0 auto;
  display: block;
  width: 80%;
  height: auto;
  padding: 25px 20px;
  background-color: #39281c;
  border-radius: 12px;
}
.contante-boxs-home .img{
  position: relative;
  margin: 0 auto;
  display: block;
  width: 70%;
  height: auto;
  margin-bottom: 15px;
  text-align: center;
}
.contante-boxs-home p{
  font-size: 14px;
  font-weight: 400;
  color: #999;
  margin-bottom: 30px;
  text-align: center;
}
.contante-boxs-home h2{
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding: 5px 0px;
  color: #FFF;
  font-weight: 900;
  text-align: center;
  font-size: 18px;
}
.contante-boxs-home a{
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding: 5px 0px;
  color: #FFF;
  font-weight: 500;
  text-align: center;
  font-size: 15px;
  border-radius: 12px;
  background-color: #4d321f;
  border: 1px solid #39281c;

  -webkit-transition: 0.5s ease-in-out;
  /* For Safari 3.1 to 6.0 */
  transition: 0.5s ease-in-out;
}
.contante-boxs-home a:hover{
  color: #4d321f;
  background-color: #FFF;
}
.marrom-escuro.segmentos{
  padding: 0px 0px;
}
.marrom-escuro.segmentos h2{
  font-size: 30px;
  font-weight: 900;
  color: #FFFFFF;
  margin-bottom: 35px;
}
.img-solucao{
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
p.desc-colucao{
  position: relative;
  float: left;
  width: 100%;
  color: #FFF;
  font-size: 15px;
  font-weight: 100;
  text-align: center;
}
a.btn-solucoes{
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding: 6px 2%;
  border-radius: 12px;
  background-color: #4d321f;
  border: 1px solid #39281c;
  text-align: center;
  color: #FFF;
  font-weight: 500;

  -webkit-transition: 0.5s ease-in-out;
  /* For Safari 3.1 to 6.0 */
  transition: 0.5s ease-in-out;
}
a.btn-solucoes:hover{
  color: #4d321f;
  background-color: #FFF;
}
#mosaico{
  position: relative;
  float: left;
  width: 100%;
  height: auto;
}
#page-wrapper{
  background-color: #2d1d12;
  padding: 30px 0px;
}
h1.entry-title{
  position: relative;
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    color: #FFF;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
}
.panel-grid.panel-no-style{
  clear: both;
}
p {
    font-size: 15px;
    color: #999;
}
.panel-grid ul li{
    color: #999;
}
textarea{
  height: 120px;
}
#pl-w5942f3a77ae3a .so-panel{
  margin-bottom: 0px;
}

.btn-outline-primary, .wpcf7 input[type=submit], .btn-outline-primary, .wpcf7 input[type=submit]:focus, .btn-outline-primary, .wpcf7 input[type=submit]:active {
    color: #ffffff !important;
    background-image: none !important;
    background-color: #2d1d12 !important;
    border-color: #ffffff !important;
}
.btn-outline-primary, .wpcf7 input[type=submit]:hover {
    color: #2d1d12 !important;
    background-image: none !important;
    background-color: #FFF !important;
    border-color: #2d1d12 !important;
    font-weight: 600 !important;
}
button.navbar-toggler.collapsed, .navbar-toggler{
  margin: 0 auto;
  display: block;
}
div.wpcf7-mail-sent-ok{
  color:#FFF;
}

/*BREAKPOINTS*/
@media (max-width: 991px) {

  #content-chamada-banner{
    top: 80px;
    left: 0px;
    margin-top: 0px;
    margin-left: 0px;
  }
  .contante-boxs-home{
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .marrom-escuro.segmentos{
    padding-bottom: 20px !important;
  }
}
@media (max-width: 560px) {
  #content-chamada-banner{
    top: 20px;
  }
  .contante-boxs-home{
    width: 100%;
  }
  p.desc-colucao{
    font-size: 13px;
  }
}
