.float-imagem{
    float: left;
    padding: 10px 20px 10px 10px;
}
@media only screen and (max-width: 768px) {
  .custompad{
    padding-left: 18%;
    float: none;
    position: relative;
    top: 10px;
  }
}
.input-custom{
    background-color: #fff;
    border: 1px solid #ebebeb;
    color: #323335;
    float: left;
    height: 70px;
    margin-bottom: 15px;
    padding: 8px;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}
.input-custom1{
  background-color: #fff;
  border: 1px solid #ebebeb;
  color: #323335;
  margin-bottom: 15px;
  padding: 8px;
  transition: all 0.3s ease-out 0s;
  width: 100%;
}
.input-custom-alto{
    background-color: #fff;
    border: 1px solid #ebebeb;
    color: #323335;
    float: left;
    height: 90px;
    margin-bottom: 15px;
    padding: 8px;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}
.w500{
    width: 500px!important;
}
.textarea-custom{
    background-color: #fff;
    border: 1px solid #ebebeb;
    color: #323335;
    float: left;
    height: 140px;
    margin-bottom: 15px;
    padding: 8px;
    /* resize: none; */
    transition: all 0.3s ease-out 0s;
    width: 100%;
}
#form_trabalhe .alertaErro{
    position: relative;
    top: -18px;
}
.customtextoped {
  padding: 0 30px 0 0!important;
  text-align: justify;
}
.customtextoempresa {
  padding: 20px!important;
  text-align: justify;
}
.customposempresa{
    position: relative;
    top: 11rem;
}
.customposvideos{
  position: relative;
  top: 14rem;
}
@media only screen and (max-width: 768px) {
  .customposempresa{
    top: 5.5rem;
  }
  .customposvideos{
    top: 5.5rem;
  }
}
.playpos{
  position: relative;
  top: 2px;
  left: 2px;
}
/*27-08-2016 William*/
.demo-3 .main {
  margin-top: -50px;
  position: relative;
  top: 50%;
}
.demo-3 .bokeh {
  font-size: 100px;
  width: 1em;
  height: 1em;
  position: relative;
  margin: 0 auto;
  border-radius: 50%;
  border: 0.01em solid rgba(150, 150, 150, 0.1);
  list-style: none;
}
.demo-3 .bokeh li {
  position: absolute;
  width: .2em;
  height: .2em;
  border-radius: 50%;
}
.demo-3 .bokeh li:nth-child(1) {
  left: 50%;
  top: 0;
  margin: 0 0 0 -0.1em;
  background: #00C176;
  -webkit-transform-origin: 50% 250%;
  transform-origin: 50% 250%;
  -webkit-animation: rota 1.13s linear infinite, opa 3.67s ease-in-out infinite alternate;
  animation: rota 1.13s linear infinite, opa 3.67s ease-in-out infinite alternate;
}
.demo-3 .bokeh li:nth-child(2) {
  top: 50%;
  right: 0;
  margin: -0.1em 0 0 0;
  background: #FF003C;
  -webkit-transform-origin: -150% 50%;
  transform-origin: -150% 50%;
  -webkit-animation: rota 1.86s linear infinite, opa 4.29s ease-in-out infinite alternate;
  animation: rota 1.86s linear infinite, opa 4.29s ease-in-out infinite alternate;
}
.demo-3 .bokeh li:nth-child(3) {
  left: 50%;
  bottom: 0;
  margin: 0 0 0 -0.1em;
  background: #FABE28;
  -webkit-transform-origin: 50% -150%;
  transform-origin: 50% -150%;
  -webkit-animation: rota 1.45s linear infinite, opa 5.12s ease-in-out infinite alternate;
  animation: rota 1.45s linear infinite, opa 5.12s ease-in-out infinite alternate;
}
.demo-3 .bokeh li:nth-child(4) {
  top: 50%;
  left: 0;
  margin: -0.1em 0 0 0;
  background: #88C100;
  -webkit-transform-origin: 250% 50%;
  transform-origin: 250% 50%;
  -webkit-animation: rota 1.72s linear infinite, opa 5.25s ease-in-out infinite alternate;
  animation: rota 1.72s linear infinite, opa 5.25s ease-in-out infinite alternate;
}
#preload-container {
  -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: -2000px;
  height: 100%;
  width: 100%;
  z-index: 2000;
}
/*FELIPE - 04/10/2018*/
#preload-container {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: -2000px;
  height: 100%;
  width: 100%;
  z-index: 2000;
}
/*  CRISLEY 28/09/2016  */
.spinner{
  width: 150px;
  height: 150px;

  border: 2px solid #7F7F7F;
  border-top: 5px solid #C3C3C3;
  border-radius: 100%;
  margin: 0px auto;
  animation: spin 1s infinite;
  margin-top: 250px;
}
@keyframes spin{
  from{
      transform: rotate(0deg);
  }to{
      transform: rotate(360deg);
  }
}
.logo-preload{
  position: absolute;
  text-align: center;
  width: 100%;
}
.logo-preload img{
  text-align: center;
  position: relative;
  margin-top: 290px;
  margin-left: 15px;
}
.banstitle{
  text-shadow: 0.1em 0.1em 0.2em black
}
.link_trabalhe {
  width: 103px;
  text-align: center;
}
.thumb_noticias_home {
  height: 240px;
  width: 100%;
}
.w300{
  width: 300px!important;
}
.grecaptcha-badge{
  display: none!important
}
.sec-padding25 {
  padding: 25px 0 25px 0;
}
.padding-percent8 {
  padding: 8%!important;
}
.sec-jornal{
  padding: 0px;
}
.img-jornal{
  position: absolute;
  right: -20px;
  z-index: 10;
  height: 80%;
  width: auto;
  transform: rotate(-10deg);
}
.data-noticia{
  margin-top: 12px;
}
.title-noticia{
  min-height: 75px;
  max-height: 75px;
}
.text-noticia{
  min-height: 90px;
  max-height: 90px;
}
.text-servico{
  min-height: 155px;
  max-height: 155px;
}
.depoimentos .owl-carousel img{
  max-width: 235px;
}
.owl-controls{
  margin-top: 0px !important;
}

.paginacao-jornal{
  margin-bottom: 40px;
}

ul.listaconsultores {
  position: relative;
  float: left;
  width: 100%;
}
ul.listaconsultores li {
  position: relative;
  float: left;
  width: 100%;
  margin: 10px 0;
}
ul.listaconsultores li .caixa {
  position: relative;
  float: left;
  width: calc(100% - 168px);
  min-height: 109px;
  margin-left: 80px;
  border: 2px solid #F8EB1A;
  border-radius: 8px;
  background: rgb(213,181,0);
  background: -moz-linear-gradient(-45deg,  rgba(213,181,0,1) 0%, rgba(248,235,26,1) 100%);
  background: -webkit-linear-gradient(-45deg,  rgba(213,181,0,1) 0%,rgba(248,235,26,1) 100%);
  background: linear-gradient(135deg,  rgba(213,181,0,1) 0%,rgba(248,235,26,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5b500', endColorstr='#f8eb1a',GradientType=1 );
}
ul.listaconsultores li .caixa .conteudo {
  position: relative;
  float: left;
  width: calc(100% - 60px);
  margin-left: 30px;
}
ul.listaconsultores li .caixa .conteudo p {
  padding: 0;
  line-height: 20px;
  font-size: 13px;
  color: #3c3c3c;
}
ul.listaconsultores li .caixa .conteudo h6 {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #3c3c3c;
}

ul.listaconsultores li .caixa figure {
  position: absolute;
  left: -90px;
  top: 2px;
  /* width: 100px; */
  width: 95px;
  height: 100px;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #F8EB1A;
}
ul.listaconsultores li:nth-child(even) .caixa figure {
  position: absolute;
  left: unset;
  right: -90px;
  top: 2px;
  /* width: 100px; */
  width: 95px;
  height: 100px;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #F8EB1A;
}
ul.listaconsultores li .caixa figure img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}
.estado {
  clear: both;
  cursor: pointer;
}
.estado .nomeestadoatuacao {
  font-weight: bold;
  background-color: #ff232a;
  color: #ffffff;
  padding: 5px 10px;
  margin-bottom: 5px;
  margin-top: 0;
}
.estado .nomeestadoatuacao.primeiro {
  margin-top: 0;
}

.caixaparaestado {
  position: relative;
  float: left;
  width: 700px;
  margin-left: calc((100% - 700px) / 2);
}
.caixaparaestado .estadoconsultores {
  position: relative;
  float: left;
  width: 100% !important;
  /* height: 0; */
  overflow: hidden;
  /* -webkit-transition: 0.5s; transition: 0.5s; */
}
/* .caixaparaestado.ativo .estadoconsultores {
  height: initial;
} */
span.abrefecha {
  position: absolute;
  top: 0;
  right: 0;
  height: 31px;
  line-height: 31px;
  width: 31px;
  font-size: 28px;
  color: #ffffff;
}
img.img-responsive-fix {
  max-width: unset;
  width: 100%;
  margin-bottom: 40px;
}

/*mobile*/
@media only screen and (max-width: 768px) {
  .text-page-center {
    height: 50vh;
  }
  .img-jornal{
    height: auto;
    width: 70%;
    left: 45px;
    top: 45px;
  }
  .paginacao-jornal{
    margin-bottom: 160px;
  }

  .caixaparaestado {
    width: 100%;
    margin-left: 0;
  }

}
#form_news .alertaErro{
  position: absolute;
  left: 18px;
  top: 56px;
  color: #fff;
}
.figure-boutique{
  width: 360px;
  height: 325px;
}
.figure-boutique img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-bouicia{
  height: 50px;
}
.img-boutique-int{
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
/* Marcador que mostra qual linguagem é a selecionada nas bandeiras na Home */
.marcaLang { 
  margin-left: -14px;
  position: absolute;
  top: 13px;
  font-weight: 600;
}
#popup-container{
  background: rgba(0,0,0,.7);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
/* #popup-container div{
  background: #fff;
  display: block;
  position: absolute;
  top: 55%;
  left: 50%;
  margin-top: -315px;
  margin-left: -410px;
  border: 10px solid #fff;
  box-shadow: 5px 5px 15px rgba(0,0,0,.5);
  width: 830px;
} */

#popup-container div{
  /* background: #fff; */
  display: block;
  position: absolute;
  top: 3%;
  /* left: 50%; */
  /* margin-top: -315px; */
  /* margin-left: -410px; */
  /* border: 10px solid #fff; */
  /* box-shadow: 5px 5px 15px rgba(0,0,0,.5); */
  width: 830px;
  /* width: 80%; */
  /* width: auto; */
  margin: 10%;
  max-width: 80%!important;
}

@media only screen and (max-width: 479px){
  #popup-container div{
    /* left: 0;
    margin-left: 0; */
    width: 100%;
  }
}
#fechar{
  background: #fff;
  border-radius: 10px;
  cursor: pointer;
  display: block;
  line-height: 20px;
  position: absolute;
  top: -40px;
  right: -10px;
  text-align: center;
  width: 20px;
  height: 20px;
}
#fechar:before{
  content: 'X';
  font-weight: bold;
}
.sec-padding-alan{
  padding: 35px 0 35px 0;
}
.badge-lol {
  display: inline-block;
  min-width: 10px;
  padding: 10px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #db1e1e;
  border-radius: 10px;
}
img{
  margin-left: auto;
  margin-right: auto;
}
.centralizado{
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  /* float: left; */
  padding: 0 0 15px 0;
  margin: 0px;
}
.divider-custom{
  border-top-color: #e7e7e7;
  border-width: 3px;
  width: 270px;
  margin: 0 auto;
}
.icon-whatsapp{
    font-weight: 600;
    color: #2cd774;
    font-size: 45px;
}
.w600{
  font-weight: 600;
}
.fa-whatsapp{
  font-size: 21px;
}
.pad-custom{
  padding: 4px 20px;
}
.customclr{
  color: #727272;
}

#modalnewsletter {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  display: block;
  background: rgba(33, 37, 41, 0.9);
  transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  z-index: 10000;
}
#modalnewsletter form {
  width: 100% !important;
}
#modalnewsletter .item-form {
  width: 100% !important;
}
#modalnewsletter .wrapper {
  /* width: 450px; */
  width: 650px;
  min-height: 250px;
  padding: 30px;
  top: 50%;
  left: 50%;
  position: fixed;
  transform: translate(-50%, -50%);
  /* background: linear-gradient(to bottom, #db1e1e 0%,#891313 44%,#000000 100%); */
  background-color: #EBEBEB;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  box-sizing: border-box;
  border-radius: 5px;
}
#modalnewsletter .wrapper-form {
  /* width: 450px; */
  width: 650px;
  min-height: 250px;
  padding: 30px;
  top: 50%;
  left: 50%;
  position: fixed;
  transform: translate(-50%, -50%);
  /* background: linear-gradient(to bottom, #db1e1e 0%,#891313 44%,#000000 100%); */
  background-color: #EBEBEB;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  box-sizing: border-box;
  border-radius: 5px;
}
#modalnewsletter .wrapper h3 {
  /* text-align: center; */
  text-align: justify;
  /* color: #ffffff; */
  color: #000;
  margin-bottom: 20px;
  /* font-size: 20px; */
  font-size: 1.2em;
}
#modalnewsletter .wrapper-form h3 {
  /* text-align: center; */
  text-align: justify;
  /* color: #ffffff; */
  color: #000;
  margin-bottom: 20px;
  /* font-size: 20px; */
  font-size: 1.2em;
}
#modalnewsletter button {
  width: 47%;
  float: left;
}
#modalnewsletter.open {
  top: 0;
  transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
}
#modalnewsletter{
  transition: transform .3s;
  -moz-transition: transform .3s;
  -ms-transition: transform .3s;
  -webkit-transition: transform .3s;
  -o-transition: transform .3s;
}
.newsletter_form input[type=text],
.newsletter_form input[type=email],
.newsletter_form textarea {
  border-radius: 0;
  background: #FFFFFF;
  resize: none;
  margin-bottom: 10px;
}

.newsletter_form h2 {
  /* font-size: 25px; */
  font-size: 1.3em;
  color: #FFFFFF;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#modalnewsletter .alertaErro{
  color: #fff;
  font-weight: 700;
  position: relative;
  top: -10px;
}
.whatsapp-fixo{
  position:fixed;
  width:60px;
  height:60px;
  bottom:25px;
  right:60px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 1px 1px 2px #888;
  z-index:1000;
}
.titulocentral{
  font-size:50px;
  margin-right:64px;
}

@media only screen and (max-width: 768px) {
  .titulocentral{
    font-size:42px;
    margin-right:0;
  }
}