/* CODDE */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
/* ---------------------------------------------------------------------------------------- */
.left {
  float: left;
}
.right {
  float: right;
}
.fx {
  -webkit-transition: all .10s linear;
  -moz-transition: all .10s linear;
  transition: all .10s linear;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.clear {
  clear: both;
}
.img-responsive {
  display: inline-block;
}
/* ---------------------------------------------------------------------------------------- */
body {
  font-family: 'Open Sans', sans-serif;
  background-color: #F5F5F5;
  overflow-x: hidden;
  width: 100%;
}
p {
  color: #1F1F1F;
  font-weight: 400;
  line-height: 17px;
  font-size: 0.875rem;
}
main {
  position: relative;
  padding-top: 100px;
}
header {
  width: 100%;
  height: 100px;
  background: #111111;
  position: fixed;
  z-index: 5000;
}
header .logo {
  vertical-align: -61px;
  max-width: 100%;
}
header .redes-sociais {
  margin: 2.3125rem 0rem 0rem 1.25rem;
}
header nav.menu-desktop {
  float: right;
}
header nav.menu-desktop ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header nav.menu-desktop ul li {
  position: relative;
  display: inline-block;
}
header nav.menu-desktop li ul {
  position: absolute;
  display: none;
  background: #111;
  width: 200px;
  opacity: 0.7;
  }
header nav.menu-desktop li ul li {
  display: block;
}
header nav.menu-desktop li ul li a {
  line-height: 40px;
  font-size: 13px;
  }
header nav.menu-desktop li:hover > ul {
  display: block;
}
header nav.menu-desktop li ul ul {
  width: 250px;
  top: 0;
  bottom: auto !important;
  right: -250px;
}
header nav.menu-desktop a {
  text-transform: uppercase;
  padding: 0rem 0.625rem 0rem 0.625rem;
  color: #FFF;
  font-weight: 300;
  line-height: 100px;
  font-size: 0.875rem;
}
header nav.menu-desktop a:hover {
  color: #ECD864;
}
header nav.menu-mobile {
  position: relative;
}
header nav.menu-mobile .botao-menu-mobile {
  padding: 2.3125rem 0rem 2.1875rem 3.25rem;
}
header nav.menu-mobile select {
  width: 130px;
  height: 32px;
  background: #000;
  border: 1px #fff solid;
  color: #FFF;
  line-height: 100px;
  font-size: 0.875rem;
  padding: 0 10px;
  margin-right: -20px;
}
header nav.menu-mobile ul {
  display: none;
  list-style: none;
  position: absolute;
  right: -9px;
  background: #111;
  margin: 0;
  padding: 0;
  width: 150px;
  -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
}
header nav.menu-mobile ul li {
  text-align: right;
}
header nav.menu-mobile ul a {
  display: block;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 300;
  line-height: 17px;
  font-size: 0.875rem;
  padding: 0.4375rem 1.25rem 0.4375rem 1.25rem;
}
.redes-sociais img {
  margin: 0rem 0rem 0rem 0.9375rem;
}
.redes-sociais a:hover {
  opacity: 0.7;
}
.banner-principal {
  width: 100vw;
  height: calc(100vh - 100px);
  position: relative;
}
.sobre{
  background: url('../img/bg.png');
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.banner-principal .sobre{z-index: 3;}
.logo-sombra {
  position: absolute;
  z-index: 2000;
  max-width: 100%;
  height: auto;
  top: 16%;
}
.slides-navigation .next {
  position: absolute;
  z-index: 4000;
  right: 0;
  top: calc(50% - 30px);
}
.slides-navigation .prev {
  position: absolute;
  z-index: 4000;
  left: 0;
  top: calc(50% - 30px);
}
footer {
  background: #1F1F1F;
  padding: 3.75rem 0rem 3.75rem 0rem;
}
footer p {
  color: #FFFFFF;
  font-weight: 300;
  line-height: 13px;
  font-size: 0.6875rem;
}
footer .codde {
  margin: 1.25rem 0rem 0rem 0rem;
}
footer .redes-sociais {
  margin: 1.25rem 0rem 0rem 0rem;
}
.bg-secao-allume {
  position: relative;
  z-index: 0;
  height: auto;
  background: #f5f5f5 url('../img/bg_allume.jpg') no-repeat center top;
  /*-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);*/
  padding: 10rem 0rem 0rem 0rem;
  margin-bottom: 0 !important;
}
.sombra{
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  top:631px;
}
.caixa-de-texto-allume {
  position: relative;
  background: #FFF;
  width: 120%;
  -webkit-box-shadow: 7px 7px 0px 0px #dddddd;
  -moz-box-shadow: 7px 7px 0px 0px #dddddd;
  box-shadow: 7px 7px 0px 0px #dddddd;
  padding: 1.875rem 1.875rem 1.875rem 1.875rem;
}
.caixa-de-texto-allume::before {
  content: "";
  border: 15px #E9C436 solid;
  background: transparent;
  position: absolute;
  height: 565px;
  width: 130%;
  z-index: -1;
  top: -124px;
  right: -85%;
}
.caixa-de-texto-allume p {
  display: block;
  width: 85%;
  color: #202020;
  font-weight: 400;
  line-height: 17px;
  font-size: 0.875rem;
}
.caixa-de-texto-allume h1 {
  margin-top: -90px;
  margin-bottom: 50px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 42px;
  font-size: 2.1875rem;
}
.imagem-allume {
  max-width: 100%;
  height: auto;
}
.sec-titulo.branco {
  color: #FFF;
}
.sec-titulo {
  position: relative;
  color: #000000;
  font-weight: 700;
  line-height: 42px;
  font-size: 2.1875rem;
  margin: 1.25rem 0rem 2.5rem 0rem;
}
.sec-titulo::before {
  content: "";
  width: 57px;
  height: 5px;
  background: #E9C436;
  position: absolute;
  bottom: -20px;
}
.sec-titulo sub {
  color: #FFF;
  font-weight: 300;
  line-height: 28px;
  font-size: 1.5rem;
}
.sec-titulo sub::before {
  content: "/";
  padding-right: 5px;
  font-size: 2.5rem;
}
.xingling {
  margin-top: -85px;
}
.equipe-pessoa.pra-direita .equipe-pessoa-foto {
  float: right;
}
.equipe-pessoa.pra-direita .equipe-pessoa-foto .social {
  text-align: left;
  right: -70px;
}
.equipe-pessoa.pra-direita .equipe-pessoa-foto .foto {
  position: absolute;
  right: -50px;
  top: -50px;
}
.equipe-pessoa.pra-direita .equipe-pessoa-info {
  float: left;
  text-align: right;
}
.equipe-pessoa.pra-esquerda {
  margin-left: 20px;
}
.equipe-pessoa.pra-esquerda .equipe-pessoa-foto {
  float: left;
}
.equipe-pessoa.pra-esquerda .equipe-pessoa-foto .social {
  text-align: right;
  left: -70px;
}
.equipe-pessoa.pra-esquerda .equipe-pessoa-foto .foto {
  position: absolute;
  left: -50px;
  top: -50px;
}
.equipe-pessoa.pra-esquerda .equipe-pessoa-info {
  float: right;
}
.equipe-pessoa {
  background: #FFF;
  position: relative;
  -webkit-box-shadow: 7px 7px 0px 0px #dddddd;
  -moz-box-shadow: 7px 7px 0px 0px #dddddd;
  box-shadow: 7px 7px 0px 0px #dddddd;
  margin: 1.25rem 0rem 6.25rem 0rem;
  padding: 1.875rem 1.875rem 1.875rem 1.875rem;
}
.equipe-pessoa-foto {
  position: relative;
}
.equipe-pessoa-foto .social {
  position: absolute;
  width: 500px;
  background: rgba(60, 60, 60, 0.5);
  bottom: 5px;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}
.equipe-pessoa-foto .social img {
  margin: 0rem 0.625rem 0rem 0.625rem;
}
.equipe-pessoa-foto .social a:hover {
  opacity: 0.8;
}
.equipe-pessoa-info h2 {
  color: #000000;
  font-weight: 700;
  line-height: 24px;
  font-size: 1.25rem;
}
.bg-secao-portfolio {
  height: 260px;
  background: url('../img/bg_portfolio.jpg') center;
}
.portfolio-projeto {
  margin: 2.5rem 0rem 0rem 0rem;
}
.portfolio-projeto .imagem {
  position: relative;
  overflow: hidden;
  height: 234px;
}
.portfolio-projeto .imagem img {
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 234px;
}
.portfolio-projeto .imagem h1 {
  display: block;
  position: absolute;
  z-index: 20;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  margin: 0;
  padding: 0.5rem 0.9375rem 0.5rem 0.9375rem;
  color: #FFF;
  font-weight: 600;
  line-height: 24px;
  font-size: 1.25rem;
}
.portfolio-projeto h2 {
  display: block;
  min-height: 18px;
  margin: 0.3125rem 0.9375rem 0rem 0.9375rem;
  color: #FFF;
  font-weight: 300;
  line-height: 19px;
  font-size: 1rem;
}
.portfolio-projeto p {
  display: block;
  height: 130px;
  margin: 1.25rem 0.9375rem 1.25rem 0.9375rem;
  color: #FFF;
  font-weight: 400;
  line-height: 19px;
  font-size: 0.75rem;
}
.portfolio-projeto a {
  border-bottom: 2px #E9C436 solid;
  color: #FFF;
  font-weight: 700;
  line-height: 18px;
  font-size: 0.9375rem;
  padding: 0rem 0rem 0.3125rem 1.25rem;
  margin-top: 15px;
}
.portfolio-projeto a:hover {
  color: #E9C436;
}
.bg-secao-projeto {
  height: 260px;
  background: url('../img/bg_projeto.jpg') center;
}
.mosaico-item.texto p {
  color: #FFF;
  font-weight: 400;
  line-height: 16px;
  font-size: 0.875rem;
}
.mosaico-item {
  padding: 10px;
  float: left;
  overflow: hidden;
}
.mosaico-item.imagem img {
  width: 100%;
}
.mosaico-item.imagem a {
  position: relative;
  display: block;
}
.mosaico-item.imagem .lupatida {
  content: url('../img/lupa.png');
  position: absolute;
  z-index: 500;
  top: -100px;
  left: calc(50% - 37px);
  -webkit-transition: all .10s linear;
  -moz-transition: all .10s linear;
  transition: all .10s linear;
}
.mosaico-item.imagem a:hover .lupatida {
  top: calc(50% - 37px);
}
.mosaico-item.imagem:hover img {
  opacity: 0.3;
}
.bg-secao-servicos {
  height: 260px;
  background: url('../img/bg_servico.jpg') center;
}
.imagem-servicos {
  position: relative;
}
.imagem-servicos img {
  width: 100%;
  height: auto;
}
.imagem-servicos::before {
  content: "";
  border: 7px #E9C436 solid;
  background: transparent;
  position: absolute;
  height: 200px;
  width: 70%;
  left: calc(15%);
  z-index: -1;
  bottom: -30px;
}
.imagem-servicos::after {
  content: "";
  border: 7px #522055 solid;
  background: transparent;
  position: absolute;
  height: 200px;
  width: 200px;
  right: -40px;
  z-index: -1;
  bottom: 30px;
}
.formulario-contato input {
  width: 100%;
  height: 28px;
  background: #EEEEEE;
  border: 1px transparent solid;
  color: #444444;
  font-weight: 400;
  line-height: 17px;
  font-size: 0.875rem;
  padding: 0rem 0.625rem 0rem 0.625rem;
  margin: 0rem 0rem 0.75rem 0rem;
}
.formulario-contato textarea {
  width: 100%;
  height: 120px;
  background: #EEEEEE;
  border: 1px transparent solid;
  color: #444444;
  font-weight: 400;
  line-height: 17px;
  font-size: 0.875rem;
  padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
  margin: 0rem 0rem 0.75rem 0rem;
}
.formulario-contato button {
  width: 106px;
  height: 28px;
  border: 0;
  background: #E9C436;
  color: #000000;
  font-weight: 700;
  line-height: 17px;
  font-size: 0.875rem;
}
.formulario-contato button:hover {
  background: #d5ae17;
}
.xorin {
  display: block;
  text-align: right;
  clear: both;
  padding: 1.875rem 0rem 1.875rem 0rem;
  color: #1F1F1F;
  font-weight: 400;
  line-height: 16px;
  font-size: 0.875rem;
}
.xorin a {
  color: #E9C434;
}
.mapa {
  background: url('../img/mapa.jpg') center;
  height: 506px;
  -webkit-box-shadow: inset 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}
.bg-secao-midia {
  height: 260px;
  background: url('../img/bg_midia.jpg') center;
}
.midia {
  margin: 2.5rem 0rem 1.25rem 0rem;
}
.midia .imagem {
  position: relative;
  overflow: hidden;
  height: 234px;
}
.midia .imagem img {
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 234px;
}
.midia .imagem h1 {
  display: block;
  position: absolute;
  z-index: 20;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  margin: 0;
  text-transform: uppercase;
  padding: 0.5rem 0.9375rem 0.5rem 0.9375rem;
  color: #FFF;
  font-weight: 600;
  line-height: 24px;
  font-size: 1.25rem;
}
.midia p {
  display: block;
  height: 100px;
  margin: 1.25rem 0.9375rem 1.25rem 0.9375rem;
  color: #FFF;
  font-weight: 400;
  line-height: 19px;
  font-size: 0.75rem;
}
.midia a {
  border-bottom: 2px #E9C436 solid;
  color: #FFF;
  font-weight: 700;
  line-height: 18px;
  font-size: 0.9375rem;
  padding: 0rem 0rem 0.3125rem 1.25rem;
}
.midia a:hover {
  color: #E9C436;
}
.bg-secao-parceiros{
  height: 260px; 
  background: url('../img/bg_parceiros.jpg') center;
}
.bloco-parceiro { overflow: hidden; white-space: nowrap; }
.bloco-parceiro img {
  max-width: 100%;
  height: auto;
  position: relative;
  top: 50%;
  margin-right: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}
.bloco-parceiro a:hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}
.parc-titulo {
  font-weight: 400;
}
.bg-secao-blog {
  height: 260px;
  background: url('../img/bg_blog.jpg') center;
  background-size: cover;
}
.bloco-blog {
  background: #FFF;
  margin-bottom: 100px;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.post-blog {
  margin-bottom: 30px;
}
.post-blog .imagem {
  position: relative;
  overflow: hidden;
  height: 330px;
}
.post-blog .imagem img {
  min-width: 100%;
  height: auto;
  min-height: 330px;
}
.post-blog .imagem a:hover { color: #E9C436; }
.post-blog .imagem a {
  display: block;
  position: absolute;
  z-index: 20;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  margin: 0;
  padding: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
  color: #FFF;
  font-weight: 600;
  line-height: 24px;
  font-size: 1.25rem;
}
.post-blog .imagem h1 {
  display: block;
  position: absolute;
  z-index: 20;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  margin: 0;
  padding: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
  color: #FFF;
  font-weight: 600;
  line-height: 24px;
  font-size: 1.25rem;
}
.post-blog p {
  color: #1F1F1F;
  font-weight: 400;
  line-height: 17px;
  font-size: 0.875rem;
}
.post-blog a {
  color: #E9C436;
  font-weight: 700;
}
.post-blog .btn-saibamais {
  border-bottom: 2px #E9C436 solid;
  color: #000;
  font-weight: 700;
  line-height: 18px;
  font-size: 0.9375rem;
  padding: 0rem 0rem 0.3125rem 1.25rem;
}
.post-blog .btn-saibamais:hover {
  color: #E9C436;
}
.sidebar-sec {
  position: relative;
  color: #000000;
  font-weight: 700;
  line-height: 24px;
  font-size: 1.25rem;
  margin: 0rem 0rem 2.5rem 0rem;
}
.sidebar-sec::before {
  content: "";
  width: 57px;
  height: 5px;
  background: #E9C436;
  position: absolute;
  bottom: -20px;
}
.sidebar-links {
  list-style: none;
  margin: 0 0 50px 0;
  padding: 0;
}
.sidebar-links li {
  padding: 0.625rem 0rem 0.625rem 0rem;
}
.sidebar-links a {
  color: #1F1F1F;
  font-weight: 400;
  line-height: 19px;
  font-size: 0.875rem;
}
.newsletter {
  background: #BBBBBB;
  padding: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
}
.newsletter h1 {
  color: #000000;
  font-weight: 700;
  line-height: 24px;
  font-size: 1.25rem;
  margin: 0rem 0rem 1.25rem 0rem;
}
.newsletter input {
  width: 100%;
  height: 28px;
  background: #EEEEEE;
  border: 0;
  color: #444444;
  font-weight: 400;
  line-height: 17px;
  font-size: 0.875rem;
  padding: 0rem 0.625rem 0rem 0.625rem;
  margin: 0rem 0rem 0.625rem 0rem;
}
.newsletter button {
  border: 0;
  background: #FFF;
  width: 105px;
  height: 28px;
  color: #000000;
  font-weight: 700;
  line-height: 17px;
  font-size: 0.875rem;
}
.newsletter button:hover {
  background: #FCFCFC;
}
.paginacao {
  margin-top: 20px;
}
.paginacao a {
  display: inline-block;
  padding: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
  color: #000000;
  font-weight: 700;
  line-height: 18px;
  font-size: 0.9375rem;
}
.paginacao a:hover {
  color: #E9C436;
}
.paginacao a.atual {
  border-bottom: 2px #E9C436 solid;
}
.paginacao .prev {
  padding: 0.3125rem 0.9375rem 0.3125rem 0rem;
  border-bottom: 2px #E9C436 solid;
}
.paginacao .next {
  padding: 0.3125rem 0rem 0.3125rem 0.9375rem;
  border-bottom: 2px #E9C436 solid;
}
.compartilhar {
  background: #999999;
  text-align: right;
  width: 50%;
  padding: 10px;
  margin-top: 15px;
  margin-left: -20px;
}
.compartilhar img {
  margin-left: 10px;
}
.compartilhar a {
  opacity: 1;
}
.compartilhar a:hover {
  opacity: 0.8;
}
.bloco-servico-mobile {
  margin-bottom: 50px;
}
.bloco-servico-mobile h1 {
  position: relative;
  color: #000000;
  font-weight: 700;
  line-height: 24px;
  font-size: 1.25rem;
  margin: 1rem 0rem 2.5rem 0rem;
}
.bloco-servico-mobile h1::before {
  content: "";
  width: 57px;
  height: 5px;
  background: #E9C436;
  position: absolute;
  bottom: -20px;
}
@media (max-width: 768px) {
  body,
  html {
    font-size: 14px;
  }
  header {
    top: 0 !important;
  }
  .logo-sombra {
    text-align: center;
  }
  .imagem-allume {
    margin-top: 0;
  }
  .bg-secao-allume {
    margin: 0rem 0rem 18.75rem 0rem;
  }
  .equipe-pessoa-info {
    width: 100%;
  }
  .equipe-pessoa-foto .foto {
    position: relative !important;
    width: 100%;
    height: auto;
    top: auto !important;
    left: auto !important;
    right: auto !important;
  }
  .sec-titulo sub {
    display: block;
  }
  .bloco-parceiro {
    height: 90px;
    text-align: center;
  }
  .sidebarr {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  body,
  html {
    font-size: 15px;
  }
  .logo-sombra {
    left: calc(50% - 232px);
  }
  .banner-principal {
    margin-top: -100px;
  }
  .imagem-allume {
    margin-top: -30px;
  }
  .bg-secao-allume {
    margin: 0rem 0rem 20rem 0rem;
  }
  .equipe-pessoa-info {
    width: 60%;
  }
  .equipe-pessoa-foto {
    height: 310px;
  }
  .mosaico-item {
    width: 360px;
  }
  .imagem-servicos {
    margin-top: -60px;
  }
  .bloco-parceiro {
    height: 120px;
  }
  .sidebarr {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  body,
  html {
    font-size: 15px;
  }
  .bg-secao-allume {
    margin: 0rem 0rem 12.5rem 0rem;
  }
  .equipe-pessoa-info {
    width: 60%;
  }
  .mosaico-item {
    width: 313px;
  }
  .imagem-servicos {
    margin-top: -100px;
  }
  .bloco-parceiro {
    height: 120px;
  }
  .sidebarr {
    margin-top: 0px;
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  body,
  html {
    font-size: 16px;
  }
  .equipe-pessoa-info {
    width: 70%;
  }
  .mosaico-item {
    width: 380px;
  }
  .modal-box {
    width: 50%;
  }
}
/* Classes Wordpress */
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/*marquee*/
.marquee {
  height: 100%;
  -webkit-animation: marquee 15s linear infinite;
  animation: marquee 15s linear infinite;
}
.marquee:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
@-webkit-keyframes marquee {
    0%   { transform: translate(100%, 0); }
    100% { transform: translate(-100%, 0); }
}
@keyframes marquee {
    0%   { transform: translate(100%, 0); }
    100% { transform: translate(-100%, 0); }
}