@import url(https://fonts.googleapis.com/css?family=Work+Sans:100,300,600);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,900italic);
.fontgeorgia {
  font-family: "Georgia";
}
.fontplay {
  font-family: "Playfair Display", serif;
}
.fontwork {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
}
.fontawesome {
  font-family: FontAwesome;
}
.animacao {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.animacao2 {
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.animacao3 {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
@keyframes flutuacarta {
  from {
    margin-top: -40px;
  }
  to {
    margin-top: -45px;
  }
}
@keyframes batecoracao {
  from {
    width: 18px;
    height: 18px;
  }
  to {
    margin-left: -12px;
    margin-top: 15px;
    width: 23px;
    height: 23px;
    fill: #ff6600;
  }
}
.efeitoimagem {
  -webkit-filter: brightness(1);
  -moz-filter: brightness(1);
  -o-filter: brightness(1);
  -ms-filter: brightness(1);
  filter: brightness(1);
}
.efeitoimagem_hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.contrast {
  -webkit-filter: contrast(1.5);
  -moz-filter: contrast(1.5);
  -o-filter: contrast(1.5);
  -ms-filter: contrast(1.5);
  filter: contrast(1.5);
}
.grayscale {
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
  filter: grayscale(1);
}
.centroY {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.centroX {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.opcidade20 {
  opacity: 0.2;
  -moz-opacity: 0.2;
  -webkit-opacity: 0.2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
* {
  outline: none;
}
a {
  outline: none !important;
}
a:focus {
  outline: none !important;
  text-decoration: none !important;
}
#jan_aviso {
  z-index: 99999;
}
#jan_aviso p {
  font-size: 18px;
  text-indent: 0;
}
.modal-content {
  border-radius: 0;
  background: #fff;
  color: #0f0705;
}
.modal-body {
  font-size: 14px;
  text-align: left;
  font-weight: 300 !important;
  text-align: left !important;
  margin-top: 20px !important;
  padding: 0 60px 40px 60px !important;
  text-indent: 50px;
  font-size: 16px;
  line-height: 25px;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
}
.modal-body strong {
  font-weight: 900;
}
.modal-header .close {
  width: 20px;
  height: 50px;
  font-size: 30px;
  opacity: 1;
  text-shadow: none;
  color: #ff6600;
}
.modal-footer {
  border: none !important;
  text-align: center;
}
.modal-footer .btn-default {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 30px;
  padding: 10px 20px;
  border: none;
}
.modal-header {
  padding: 15px 15px 15px 15px;
  border-bottom: none;
  height: 50px;
}
#jan_aviso .btn {
  height: 52px;
}
.padding_none {
  padding-left: 0;
  padding-right: 0;
}
.padding_right {
  padding-right: 0;
}
.padding_left {
  padding-left: 0;
  border-collapse: collapse;
}
.skroll {
  position: relative;
}
body {
  padding: 0;
  margin: 0;
  max-height: 100vh !important;
  overflow-x: hidden;
}
.parceiros_carrossel {
  display: flex;
  background: #efeeee;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-bottom: 65px;
  padding-top: 65px;
  position: relative;
  height: auto;
}
.slick-list {
  /* display: flex;
  flex-direction: row; */
  /* align-items: center; */
}
.parceiros_carrossel .out_logos {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 75vw;
}
.titulo_parceiros {
  position: absolute;
  width: 100%;
  top: -26px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.titulo_parceiros img {
  width: 13vw;
  max-width: 250px;
  min-width: 200px;
}
.parceiros_carrossel .out_logos .logos {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
}
.ico_bola {
  width: 26px;
  height: 26px;
  position: fixed;
  top: 34px;
  left: -40px;
  z-index: 30;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 20;
}
.ico_bola a {
  display: block;
  width: 100%;
  height: 100%;
}
.ico_bola a .ico_bola_logo {
  fill: #fff;
  width: 26px;
  height: 26px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ico_bola_ativo {
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  left: 50px !important;
}
.ico_bola_logo_preto a .ico_bola_logo {
  fill: #0f0705 !important;
  width: 26px;
  height: 26px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.logo_topo {
  width: 150px;
  height: 36px;
  position: fixed;
  z-index: 10;
  left: 50px;
  top: 35px;
  z-index: 20;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.logo_topo a {
  display: block;
  width: 150px;
  height: 46px;
  height: 50px;
}
.logo_topo a .ico_logo_benetton {
  position: absolute;
  fill: #fff;
  width: 150px;
  height: 36px;
}
.logo_topo_preto a .ico_logo_benetton {
  fill: #0f0705 !important;
}
.logo_topo_ativo {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  left: -200px;
}
.clienteweb {
  width: 35px;
  position: fixed;
  right: 47px;
  top: 35px;
  height: 35px;
  z-index: 20;
  border: 2px solid #fff;
  background: #fff;
  border-radius: 30px;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.clienteweb .ico_clienteweb {
  fill: #ff2a4e;
  width: 20px;
  height: 20px;
  margin: 5px 0 0 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.clienteweb:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-color: #0f0705;
  background: #0f0705;
}
.clienteweb:hover .ico_clienteweb {
  fill: #ff2a4e;
}
.barra_menu {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 11px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  position: fixed;
  right: 23px;
  top: 100px;
  height: 40px;
  width: 80px;
  z-index: 20;
  background: transparent;
  border: none;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  cursor: pointer;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.barra_menu .barras {
  width: 32px;
  height: 22px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  margin-left: 40px;
  margin-top: -7px;
  position: absolute;
}
.barra_menu .barras .barra {
  width: 100%;
  height: 3px;
  margin-bottom: 3px;
  background: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.barra_menu .barras .barra_menor {
  width: 80%;
  height: 3px;
  margin-bottom: 3px;
  margin-left: 20%;
  background: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.barra_menu:hover .barra_menor {
  width: 100%;
  margin-left: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.barra_menu_preto {
  color: #0f0705 !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.barra_menu_preto .barras .barra {
  background: #0f0705 !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.barra_menu_preto .barras .barra_menor {
  background: #0f0705 !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.menu_blog {
  position: absolute;
  width: 90px;
  margin-left: -130px;
  margin-top: -15px;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 11px;
  text-align: left;
  color: #fff;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.menu_blog .ico_balao {
  width: 25px;
  height: 25px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  position: absolute;
  margin: -6px 0 0 9px;
  fill: #fff;
}
.acoes_inteligentes {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 11px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  background: url("../imagens/traco_lateral.png") no-repeat center;
  position: absolute;
  right: -10px;
  top: 45%;
  transform: translateY(-45%);
  -webkit-transform: translateY(-45%);
  width: 140px;
  height: 80px;
  line-height: 75px;
  z-index: 10;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.somos_sociaveis,
.estrelas,
.experiencia,
.responsivo,
.bagaca,
.fatores,
.legenda_case,
.resultado,
.redes {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 11px;
  text-align: center;
  color: #0f0705;
  text-transform: uppercase;
  background: url("../imagens/traco_lateral_preto.png") no-repeat center;
  position: relative;
  float: right;
  margin-right: -25px;
  top: 40%;
  transform: translateY(-40%);
  -webkit-transform: translateY(-40%);
  width: 140px;
  height: 80px;
  line-height: 75px;
  z-index: 10;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.estrelas {
  top: 250px;
}
.experiencia {
  color: #fff;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 180px;
  margin-right: -45px;
  background: url("../imagens/traco_lateral.png") no-repeat center;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.responsivo {
  position: absolute;
  top: 0;
  transform: none;
  -webkit-transform: none;
  margin-top: 150px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  right: -20px;
}
.bagaca {
  position: absolute;
  top: 0;
  transform: none;
  -webkit-transform: none;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  right: -15px;
  width: 200px;
}
.fatores {
  position: absolute;
  top: 0;
  transform: none;
  -webkit-transform: none;
  top: 30%;
  transform: translateY(-30%);
  -webkit-transform: translateY(-30%);
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  right: -20px;
}
.legenda_case {
  position: absolute;
  top: 0;
  transform: none;
  -webkit-transform: none;
  top: 40%;
  transform: translateY(-40%);
  -webkit-transform: translateY(-40%);
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  right: -127px;
}
.resultado {
  color: #0f0705;
  position: relative;
  width: 110px;
  margin-top: -100px;
  right: -5px;
  background: url("../imagens/traco_lateral_preto.png") no-repeat center;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.redes {
  color: #fff;
  position: relative;
  width: 110px;
  margin-top: 57px;
  right: -5px;
  background: url("../imagens/traco_lateral.png") no-repeat center;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.cases {
  height: 90vh;
  background: #0f0705;
  padding: 0;
}
.cases .borda {
  height: 87vh;
  width: auto;
  margin-top: 3vh;
  border-bottom: none;
  z-index: 10;
}
.cases .case_esq {
  background: #ccc;
  height: 90vh;
  position: absolute;
  width: 50%;
  margin: 0 0 0 0;
  padding-top: 15px;
  left: 0;
}
.cases .case_esq .borda_cases_esq {
  border: 20px solid rgba(0, 0, 0, 0.15);
  border-bottom: 0;
  border-right: 0;
  height: 100%;
  position: absolute;
}
.cases .case_dir {
  background: #666;
  height: 90vh;
  position: absolute;
  width: 50%;
  margin: 0 0 0 0;
  padding-top: 15px;
  right: 0;
}
.cases .case_dir .borda_cases_dir {
  border: 20px solid rgba(0, 0, 0, 0.15);
  border-bottom: 0;
  border-left: 0;
  height: 100%;
  position: absolute;
}
.cases .chamada_case {
  width: 400px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  font-size: 17px;
  font-family: "Georgia";
  font-style: italic;
  color: #fff;
  position: absolute;
  z-index: 20;
  top: 35%;
  transform: translateY(-35%);
  -webkit-transform: translateY(-35%);
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.cases .chamada_case h2 {
  font-size: 25px;
  font-family: "Georgia";
  color: #fff;
  font-weight: 900;
  font-style: normal;
}
.cases .chamada_case .btn_case_home {
  width: 80px;
  height: 80px;
  margin: 30px auto 0 auto;
  text-align: center;
}
.cases .chamada_case .btn_case_home a {
  width: 80px;
  height: 80px;
  border: 1px solid #fff;
  display: block;
  border-radius: 50px;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  background: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cases .chamada_case .btn_case_home a .frasebtn {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
  text-align: center;
  font-style: normal;
  margin: 25px auto 0 auto;
  position: absolute;
  display: block;
  height: 15px;
  overflow: hidden;
  padding-top: 20px;
  width: 78px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cases .chamada_case .btn_case_home a img {
  position: absolute;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin-top: 27px;
  margin-left: -1px;
}
.cases .chamada_case .btn_case_home a:hover {
  width: 70px;
  height: 70px;
  margin-top: 5px;
  border: 3px solid #fff;
}
.cases .chamada_case .btn_case_home a:hover .frasebtn {
  color: #fff;
  font-size: 11px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding-top: 0;
  margin: 25px auto 0 auto;
  text-decoration: none;
  width: 64px;
}
.cases .chamada_case .btn_case_home a:hover img {
  opacity: 0;
  margin-top: -15px;
  margin-left: -1px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.faixa_cases {
  height: 460px;
}
.banner_dir {
  background: #666;
  height: 90vh;
  position: absolute;
  margin: 0 0 0 0;
  padding-top: 15px;
  right: 0;
}
.banner_dir .logo_case {
  width: 351px;
  height: 215px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 40%;
  transform: translateX(-40%);
  -webkit-transform: translateX(-40%);
}
.banner_dir .logo_case img {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  animation: animacao_logo 1s ease-out, animacao_logo_stop 1s;
}
.banner_dir .borda_cases_dir {
  border: 20px solid rgba(0, 0, 0, 0.15);
  border-bottom: 0;
  border-left: 0;
  height: 100%;
  position: absolute;
}
.banner_esq {
  background: #ccc;
  height: 90vh;
  position: absolute;
  width: 50%;
  margin: 0 0 0 0;
  padding-top: 15px;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  animation: animacao_banner_esq 1s ease-out;
}
.banner_esq .borda_cases_esq {
  border: 20px solid rgba(0, 0, 0, 0.15);
  border-bottom: 0;
  width: 50vw;
  border-right: none;
  height: 100%;
  position: absolute;
}
.news_novo .infos {
  margin-top: -16px;
}
.news_novo .infos form#news_blog {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 330px;
}
.news_novo .infos form .aparece_clique {
  width: 100%;
  display: flex;
  padding: 0 23%;
  margin: 15px 0 25px 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.news_novo .infos form .aparece_clique.ativo {
  width: 100%;
  display: flex;
  padding: 0 23%;
  height: 75px;
  margin: 15px 0 25px 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.news_novo .infos form .aparece_clique .campo_newsletterhome {
  width: 48%;
  max-width: 400px;
  min-width: 250px;
  margin-right: 20px;
  font-size: 25px;
  padding: 18px 0;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50px;
}
.news_novo .infos form .titulo_newsletterhome {
  clear: both;
  text-align: center;
  font-size: 46px;
  color: #0f0705;
  font-style: italic;
  font-weight: bold;
  font-family: "Georgia";
  background: none;
  border: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@keyframes animacao_banner_dir {
  0% {
    width: 0;
  }
  25% {
    width: 100%;
  }
  50% {
    width: 52%;
  }
  60% {
    width: 53%;
  }
  100% {
    width: 50%;
    right: 0%;
  }
}
@keyframes animacao_banner_esq {
  0% {
    left: -50%;
  }
  100% {
    left: 0%;
  }
}
@keyframes animacao_logo {
  0% {
    opacity: 0;
    margin-top: 120px;
  }
  50% {
    opacity: 0;
    margin-top: 120px;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes animacao_logo_stop {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
.traco_cinza {
  opacity: 0.2;
  -moz-opacity: 0.2;
  -webkit-opacity: 0.2;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 1px;
}
.intro {
  height: 430px;
  background: #efeeee;
  padding-bottom: 80px;
}
.intro .ponto_intro {
  font-size: 13px;
  color: #ff6600;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin-top: 434px;
  z-index: 10;
  background: url("../imagens/traco_bola2.png") no-repeat center top;
  padding-top: 0;
}
.intro .box_intro {
  height: 440px;
  background: #fff;
  position: absolute;
  margin-top: 0;
  z-index: 1;
}
.intro .box_intro .texto_intro {
  width: 743px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: "Georgia";
  color: rgba(15, 7, 5, 0.8);
  font-size: 17px !important;
  line-height: 36px !important;
  margin: 0 auto;
  text-align: center;
}
.intro .box_intro .texto_intro strong {
  font-weight: 900;
  font-style: italic;
}
.intro .box_intro .intro_time {
  font-size: 30px !important;
  line-height: 47px !important;
  font-style: italic;
}
.intro .box_intro .intro_cases {
  font-size: 20px;
  line-height: 47px;
  color: #5e5b5a;
}
.intro .box_intro .intro_cases strong {
  color: #0f0705;
  font-style: normal;
}
.intro .box_intro .intro_cases .legenda {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #0f0705;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.intro .borda_mockup .texto_intro {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  font-family: "Georgia";
  color: rgba(15, 7, 5, 0.8);
  font-size: 17px !important;
  line-height: 36px !important;
  margin: 0 auto;
  text-align: center;
}
.intro .borda_mockup .texto_intro strong {
  font-weight: 900;
  font-style: italic;
}
.intro .borda_mockup .intro_cases {
  font-size: 20px;
  line-height: 47px;
  color: #5e5b5a;
  margin-top: 180px;
}
.intro .borda_mockup .intro_cases strong {
  color: #0f0705;
  font-style: normal;
}
.intro .borda_mockup .intro_cases .legenda {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #0f0705;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.secao_site {
  height: auto;
  background: #efeeee;
  padding-bottom: 80px;
}
.secao_site .box_intro {
  height: auto;
  background: #fff;
  margin-top: 140px;
}
.formulario_contato {
  height: 100vh;
  width: 100%;
  left: -100%;
  background: rgba(0, 0, 0, 0.95);
  position: fixed;
  z-index: 40;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.formulario_contato form {
  position: relative;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.formulario_contato form .inputbox {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px;
  background: transparent;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  width: 99%;
  font-weight: 300;
  margin: 2px;
  color: #fff;
}
.formulario_contato form textarea {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  width: 100% !important;
  font-weight: 300;
  height: 150px;
  padding-bottom: 33px !important;
  resize: none !important;
}
.formulario_contato form select {
  background: none;
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  padding: 0;
  height: 45px;
  line-height: 45px;
  margin-bottom: 15px;
  font-weight: 400 !important;
  font-family: "Georgia";
  color: #0f0705 !important;
  font-size: 16px;
  text-align: left;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transform: translateZ(0px);
  outline: none !important;
}
.formulario_contato form select option {
  /* background: #0f0705;
  color: rgba(255, 255, 255, 0.2); */
}
.formulario_contato form .button_envia {
  font-family: "Work Sans", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  width: 100%;
  font-weight: 300;
  background-image: linear-gradient(45deg, #ff6600, #ff2a4e);
  padding: 30px;
  border: none;
}
.formulario_contato #cur_anexo {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 80px;
}
.formulario_contato .inputfake {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px;
  background: transparent;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  width: 100% !important;
  font-weight: 200;
  color: #ccc !important;
}
.formulario_contato .dropdown {
  margin: 0 auto;
}
.formulario_contato .dropdown .btn_drop {
  color: #fff !important;
  background: none !important;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  border-radius: 0 !important;
  padding: 25px 30px !important;
  width: 100%;
  margin: 2px 0 0 1px;
  height: 82px;
  font-weight: 200;
  border-color: rgba(255, 255, 255, 0.2) !important;
  outline: none;
  text-align: left;
}
.formulario_contato .dropdown .btn_drop .caret {
  float: right;
  margin-top: 10px;
}
.formulario_contato .dropdown .dropdown-menu {
  padding: 0;
  text-indent: 30px;
  margin: 0;
  float: none !important;
  margin-top: 0;
  width: 100%;
  border-radius: 0;
  text-align: left;
  background: #0f0705;
  border-color: rgba(255, 255, 255, 0.2) !important;
  outline: none;
}
.formulario_contato .dropdown .dropdown-menu li {
  list-style: none;
}
.formulario_contato .dropdown .dropdown-menu li a {
  padding: 10px 0 !important;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-weight: 200;
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.formulario_contato .dropdown .dropdown-menu li a:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #ff2a4e;
  color: #fff;
}
.formulario_contato .cur_anexo {
  cursor: pointer;
}
.formulario_contato_ativo {
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.formnovo {
  position: relative;
  height: 425px;
  z-index: 20;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.formnovo h1 {
  position: relative !important;
  height: auto !important;
  top: 0 !important;
  transform: none !important;
  -webkit-transform: none !important;
  margin-bottom: 50px;
  font-size: 35px !important;
}
.formnovo .inputform {
  background: none;
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  padding: 0;
  height: 45px;
  line-height: 45px;
  margin-bottom: 15px;
  font-weight: 400 !important;
  font-family: "Georgia";
  color: #0f0705 !important;
  font-size: 16px;
  text-align: left;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transform: translateZ(0px);
  outline: none !important;
}
.formnovo textarea {
  background: none;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 35px;
  height: 120px !important;
  font-family: "Georgia";
  color: #0f0705;
  font-size: 16px;
  text-align: center;
  resize: none !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none !important;
}
.formnovo select {
  background: none;
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  padding: 0;
  height: 45px;
  line-height: 45px;
  margin-bottom: 15px;
  font-weight: 400 !important;
  font-family: "Georgia";
  color: #0f0705 !important;
  font-size: 16px;
  text-align: left;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transform: translateZ(0px);
  outline: none !important;
  width: 100%;
}
.formnovo select option {
  /* background: #0f0705; */
  color: #0f0705;
}
.formnovo select option:hover {
  background-color: #0f0705;
  color: #fff !important;
}
.formnovo .button_envia {
  font-family: "Work Sans", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  width: 100%;
  font-weight: 300;
  background-image: linear-gradient(45deg, #ff6600, #ff2a4e);
  padding: 30px;
  border: none;
}
.formnovo .btn_projeto {
  position: relative;
  margin-top: 20px;
  border: 2px solid #0f0705 !important;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100% !important;
  background: #0f0705 !important;
  color: #fff !important;
  padding: 25px 30px !important;
}
.formnovo .inputform::-webkit-input-placeholder {
  color: #0f0705;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}
.formnovo .inputform:-moz-placeholder {
  color: #0f0705;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}
.formnovo .inputform::-moz-placeholder {
  color: #0f0705;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}
.formnovo .inputform:-ms-input-placeholder {
  color: #0f0705;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}
.leg_case {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #0f0705;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
}
.stats_case {
  font-family: "Georgia";
  font-size: 40px;
  color: #0f0705;
  text-align: center;
  font-style: italic;
  line-height: 65px;
  padding: 0;
  margin: 0;
}
.stats_case strong {
  font-weight: 600;
}
.stats_case p {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #0f0705;
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-style: normal;
}
.stats_case p strong {
  font-weight: 600;
}
.secao_site_cases {
  background: #efeeee;
  height: auto;
  padding-top: 0;
}
.secao_site_cases h3 {
  font-size: 55px;
}
.secao_site_cases .box_intro {
  background: #fff;
  margin-top: -110px !important;
  padding-left: 100px;
  padding-right: 100px;
}
.secao_site_cases .box_intro .imagem_site {
  margin-bottom: -200px !important;
  margin-right: auto;
  margin-left: auto;
  margin-top: 100px;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 100px rgba(0, 0, 0, 0.7);
}
.secao_site_cases .leg_case {
  margin-top: 170px;
}
.secao_link_cases {
  padding: 0;
  height: 650px;
}
.secao_link_cases .texto_frase_comofazemos {
  height: 100%;
}
.secao_link_cases .texto_frase_comofazemos .btn_vejatrampos {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-weight: 300;
  font-size: 20px;
  color: #fff;
  padding: 30px 0;
  font-style: normal;
  background: none;
  margin-top: 30px;
  text-align: center;
  text-decoration: none;
  display: block;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.2);
  top: 60%;
  transform: translateY(-60%);
  -webkit-transform: translateY(-60%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.secao_link_cases .texto_frase_comofazemos .btn_vejatrampos .seta_btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  left: 10px;
  width: 0px;
  height: 12px;
  margin-top: 24px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.secao_link_cases .texto_frase_comofazemos .btn_vejatrampos:hover {
  border: 1px solid #fff;
}
.secao_link_cases .texto_frase_comofazemos .btn_vejatrampos:hover .seta_btn {
  width: 59px;
  height: 12px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.secao_proximo_projeto {
  padding: 0;
  height: 530px;
  background: #fff;
}
.secao_proximo_projeto .texto_frase_comofazemos {
  height: 280px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  position: relative;
}
.secao_proximo_projeto .texto_frase_comofazemos h3 {
  font-family: "Georgia";
  font-size: 40px;
  line-height: 55px;
  font-style: italic;
  color: #0f0705;
  text-align: center;
}
.secao_proximo_projeto .texto_frase_comofazemos .btn_vejatrampos {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-weight: 300;
  font-size: 20px;
  color: #0f0705;
  padding: 30px 0;
  font-style: normal;
  background: none;
  margin-top: 30px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.secao_proximo_projeto .texto_frase_comofazemos .btn_vejatrampos .seta_btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  left: 10px;
  width: 0px;
  height: 12px;
  margin-top: 24px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.secao_proximo_projeto .texto_frase_comofazemos .btn_vejatrampos:hover {
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.secao_proximo_projeto
  .texto_frase_comofazemos
  .btn_vejatrampos:hover
  .seta_btn {
  width: 59px;
  height: 12px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.secao_estatistica_cases {
  background: #efeeee;
  height: auto;
  padding-top: 50px;
}
.secao_estatistica_cases .box_intro {
  background: #fff;
  text-align: center;
  padding-bottom: 120px;
  padding-top: 40px;
  margin-top: -130px;
}
.secao_estatistica_cases .box_intro2 {
  background: #fff;
  text-align: center;
  padding-bottom: 90px;
  padding-top: 30px;
  margin-top: 0 !important;
  padding-bottom: 90px !important;
}
.secao_estatistica_cases .ajuste2 {
  padding-top: 100px;
  padding-bottom: 180px !important;
  margin-top: -150px !important;
}
.secao_estatistica_cases .box_ajuste_romi {
  padding-bottom: 150px !important;
}
.secao_estatistica_cases .borda_mockup {
  border: 20px solid rgba(0, 0, 0, 0.15);
  border-bottom: none !important;
  height: 784px !important;
  z-index: 2;
}
.secao_estatistica_cases .borda_mockup2 {
  border: 20px solid rgba(0, 0, 0, 0.15);
  border-bottom: none !important;
  height: 660px !important;
  z-index: 2;
}
.secao_estatistica_cases .legenda {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #0f0705;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.secao_estatistica_cases .box_two_logo {
  margin-top: -140px !important;
}
.secao_estatistica_cases .foto_case {
  height: 33.33333333vw;
  margin-bottom: -70px;
}
.secao_estatistica_cases .secao_textura_zoo {
  height: 384px !important;
}
.destaque_case {
  font-family: "Georgia";
  font-size: 40px;
  font-style: italic;
  line-height: 42px;
  color: #0f0705;
}
.destaque_case .legenda_allink {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 17px;
  color: #6d9ede;
  font-style: normal;
  font-weight: 300;
}
.destaque_case .legenda_allink strong {
  font-weight: 600;
}
.secao_textura_cases {
  height: 800px;
  margin-top: -260px;
}
.secao_banner_cases {
  height: 530px;
  text-align: center;
}
.secao_banner_cases .destaque_case {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #fff;
}
.borda_mockup {
  height: 80vh !important;
}
.borda_mockup .box_intro {
  background: #fff;
  text-align: center;
  padding-bottom: 90px;
  padding-top: 30px;
  margin-top: -150px;
}
.boxtwo {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  height: 170px;
}
.boxtwo div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  height: 30px;
}
.secao_redes_cases {
  height: 540px;
  margin-top: -100px;
}
.secao_redes_cases ul {
  padding: 0;
  margin: 120px 0 0 0;
  list-style: none;
  height: 60px;
}
.secao_redes_cases ul li {
  float: left;
  width: 20%;
}
.secao_redes_cases ul li a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}
.secao_redes_cases ul li a .ico_cases {
  margin-top: 0;
  width: 42px;
  height: 42px;
  fill: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.secao_redes_cases ul li a:hover .ico_cases {
  fill: #ddd;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ico_cases {
  margin-top: 60px;
  width: 65px;
  height: 55px;
  fill: rgba(0, 0, 0, 0.2);
}
.legenda_destaque {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-top: 110px !important;
  margin-bottom: 3px;
}
.box_intro_ativo {
  margin-top: 140px !important;
}
.frasehome {
  background: #0f0705;
  height: 800px;
}
.frasehome .texto_frasehome {
  text-align: center;
  font-family: "Georgia";
  font-size: 30px;
  font-style: italic;
  line-height: 36px;
  color: #fff;
  width: 540px;
  height: 180px;
  margin: 0 auto;
  position: relative;
  top: 60%;
  transform: translateY(-60%);
  -webkit-transform: translateY(-60%);
}
.frasehome .texto_frasehome span {
  color: #ff6600;
}
.frasehome .texto_frasehome .credito {
  color: rgba(255, 255, 255, 0.4);
  font-size: 15px;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
  background: url("../imagens/traco_bola.png") no-repeat center top;
  padding-top: 60px;
}
.frasehome .texto_frasehome svg {
  width: 30px;
  height: 30px;
  fill: #fff;
  position: absolute;
}
.frasehome .texto_frasehome .ico_aspas_ini {
  margin-top: -45px;
}
.frasehome .texto_frasehome .ico_aspas_fim {
  margin-top: 20px;
  margin-left: 15px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.frasehome .texto_frasesobre {
  height: 540px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.frasehome .texto_frasesobre p {
  text-align: center;
  font-family: "Georgia";
  font-size: 17px;
  line-height: 36px;
  color: #fff;
}
.frasehome .texto_frasesobre h2 {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 200px;
  color: #fff;
  font-weight: 100;
  font-style: normal;
  line-height: 70px;
  margin-top: 30px;
}
.frasehome .texto_frasesobre h2 .palavra_apoio {
  font-family: "Georgia";
  font-size: 80px;
  color: #ff6600;
  font-style: italic;
  font-weight: bold;
}
.frasehome .texto_frasesobre .credito {
  color: rgba(255, 255, 255, 0.4);
  font-size: 15px;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
  background: url("../imagens/traco_bola.png") no-repeat center bottom;
  padding-bottom: 60px;
}
.frasehome .texto_frasesobre .credito .ico_coracao {
  width: 18px;
  height: 18px;
  margin-left: -9px;
  margin-top: 20px;
  position: absolute;
  fill: rgba(255, 255, 255, 0.2);
  animation: batecoracao 0.5s ease infinite alternate;
}
.frasehome .texto_frasesobre .credito:first-child {
  padding-top: 60px;
  padding-bottom: 0;
  background: url("../imagens/traco_bola.png") no-repeat center top;
  width: 200px;
  margin: 0 auto;
}
.redes_sociais {
  background: #efeeee;
  height: 1915px;
  padding-top: 85px;
}
.redes_sociais .borda_redes_sociais {
  border: 20px solid rgba(0, 0, 0, 0.15);
  border-bottom: none;
  height: 100%;
}
.redes_sociais .conteudo {
  position: absolute;
  height: auto;
  z-index: 10;
  margin: -180px 0 0 0;
  width: 95%;
}
.redes_sociais .conteudo .linkproximapag {
  margin-top: 80px;
}
.redes_sociais .conteudo .linkproximapag p {
  text-align: center;
  font-size: 46px;
  color: #ff6600;
  font-style: italic;
  font-weight: bold;
  font-family: "Georgia";
  background: none;
  border: none;
}
.redes_sociais .conteudo .linkproximapag p strong {
  color: #0f0705;
}
.redes_sociais .conteudo .linkproximapag .btn_projeto {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #0f0705;
  text-align: center;
  padding: 30px;
  border: 2px solid #0f0705;
  background: transparent;
  margin-top: 40px;
  text-decoration: none;
  width: 480px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-sizing: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.redes_sociais .conteudo .linkproximapag .btn_projeto:hover {
  border: 2px solid #ff6600;
  color: #ff6600;
  box-sizing: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.newsletterhome {
  height: 855px;
}
.newsletterhome .box_newsletter {
  background-image: linear-gradient(45deg, #ff6600, #ff2a4e);
  font-size: 20px;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-weight: 300;
  color: #fff;
  text-align: center;
  position: absolute;
  height: 450px;
  margin-top: 310px;
  margin-left: -15px;
}
.newsletterhome .box_newsletter p {
  text-align: center;
  font-size: 46px;
  color: #fff;
  font-style: italic;
  font-weight: bold;
  font-family: "Georgia";
  background: none;
  border: none;
}
.newsletterhome .box_newsletter p strong {
  color: #0f0705;
}
.newsletterhome .box_newsletter .btn_projeto {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  padding: 30px;
  border: 2px solid #fff;
  background: transparent;
  margin-top: 40px;
  text-decoration: none;
  width: 480px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-sizing: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.newsletterhome .box_newsletter .btn_projeto:hover {
  border: 2px solid #000;
  color: #000;
  box-sizing: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.newsletterhome .ajusta_margem {
  margin-top: 405px;
}
.newsletterhome .borda_telefones_topo {
  border: 20px solid rgba(0, 0, 0, 0.15);
  border-bottom: 0;
  height: 60px;
  margin-top: 390px;
  z-index: 999;
}
.campo_newsletterhome::-webkit-input-placeholder {
  color: #0f0705;
}
.campo_newsletterhome:-moz-placeholder {
  color: #0f0705;
}
.campo_newsletterhome::-moz-placeholder {
  color: #0f0705;
}
.campo_newsletterhome:-ms-input-placeholder {
  color: #0f0705;
}
.busca_blog input::-webkit-input-placeholder {
  color: #fff;
}
.busca_blog input:-moz-placeholder {
  color: #fff;
}
.busca_blog input::-moz-placeholder {
  color: #fff;
}
.busca_blog input:-ms-input-placeholder {
  color: #fff;
}
select::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
select:-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
select::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
select:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.rodape {
  background: #0f0705;
  height: 710px;
  margin-top: 0;
}
.rodape .borda_telefones_topo {
  border: 20px solid rgba(0, 0, 0, 0.15);
  border-bottom: 0;
  height: 60px;
  margin-top: -60px;
}
.rodape .borda_telefones_baixo {
  border: 20px solid rgba(211, 211, 211, 0.1);
  border-top: 0;
  height: 336px;
  text-align: center;
}
.rodape .borda_telefones_baixo .cidade {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
.rodape .borda_telefones_baixo .telefone {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
}
.rodape .borda_telefones_baixo .phones {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.rodape .borda_telefones_baixo .phones .draggable {
  display: flex;
  justify-content: center;
  align-items: center;
}
.rodape .borda_telefones_baixo .phones div {
  text-align: center;
  white-space: nowrap;
}
.rodape .borda_telefones_baixo .phones div a {
  display: block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.rodape .borda_telefones_baixo .phones div a:hover .telefone {
  color: #ff6600 !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.rodape .frase_rodape {
  text-align: center;
  font-family: "Georgia";
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-style: italic;
  margin-top: 90px;
}
.rodape .frase_rodape .frase_apoio {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 25px !important;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  font-style: normal;
}
.rodape .frase_rodape img {
  margin-top: 80px;
}
.rodape .frase_rodape .ico_logo_benetton {
  width: 150px;
  height: 40px;
  margin-top: 75px;
  fill: #fff;
}
.linksrodape {
  height: 150px;
  background: #27201e;
}
.linksrodape .bolinha_over_rodape {
  font-size: 13px;
  color: #ec3536;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: -5px auto 0 auto;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.linksrodape .icone_redesocial {
  height: 150px;
  width: 16.6%;
  float: left;
  text-align: center;
}
.linksrodape .icone_redesocial a {
  height: 100%;
  width: 100%;
  padding-top: 60px;
  display: block;
}
.linksrodape .icone_redesocial a .bolinha_rodape {
  font-size: 30px;
  color: #fff;
  opacity: 0;
  text-align: center;
  position: absolute;
  margin: -65px auto 0 auto;
  margin-left: 7px;
  width: 15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.linksrodape .icone_redesocial a:hover .bolinha_rodape {
  font-size: 13px;
  margin: -65px auto 0 auto;
  opacity: 1;
  margin-left: 7px;
}
.linksrodape .icone_redesocial a:hover .ico_redes_rodape {
  fill: #ffffff;
}
.linksrodape .icone_redesocial a:hover .bolinha_facebook {
  color: #375089;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.linksrodape .icone_redesocial a:hover .bolinha_twitter {
  color: #00acee;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.linksrodape .icone_redesocial a:hover .bolinha_linkedin {
  color: #1060a6;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.linksrodape .icone_redesocial a:hover .bolinha_youtube {
  color: #c8302a;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.linksrodape .icone_redesocial a:hover .bolinha_pinterest {
  color: #bd2126;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.linksrodape .icone_redesocial a:hover .bolinha_spotify {
  color: #8dc100;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.linksrodape .icone_redesocial a:hover .bolinha_instagram {
  color: #004879;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.linksrodape .icone_redesocial a:hover .bolinha_googlemais {
  color: #bd2126;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.linksrodape .icone_redesocial .ico_redes_rodape {
  width: 30px;
  height: 30px;
  fill: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.linksrodape:hover .bolinha_over_rodape {
  font-size: 30px;
  margin-top: -15px;
  opacity: 0;
}
.box_insta_col2 {
  background: #fff;
  height: 25vw;
  position: relative;
}
.box_insta_col2 .texto {
  padding: 0 50px;
  font-family: "Georgia";
  color: #0f0705;
  font-size: 20px;
  line-height: 36px;
  font-style: italic;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  float: right;
}
.box_insta_col2 .texto a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #0f0705;
  text-decoration: none;
  display: block;
}
.box_insta_col2 .texto a:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #ff6600;
  text-decoration: none;
}
.box_insta_col2 .foto {
  height: 25vw;
  background-size: cover;
  float: right;
}
.box_insta_col2 .foto .ponto_insta {
  position: absolute;
  font-size: 13px;
  color: #0f0705;
  padding: 5px;
  background: #fff;
  border-radius: 50px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin-left: -26px;
}
.box_insta_col2 .curtidas {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  width: 100%;
  font-style: normal;
  line-height: 30px;
  margin-bottom: 15px;
  padding-left: 35px;
}
.box_insta_col2 .curtidas .fa {
  font-size: 25px;
  margin-left: -35px;
  margin-top: 2px;
  position: absolute;
  color: #0f0705;
}
.box_insta_col1 {
  background: #fff;
  height: 25vw;
}
.box_insta_col1 .foto {
  height: 25vw;
  background-size: cover;
  padding: 60px 0 0 75px;
}
.box_insta_col1 .curtidas {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  width: 100%;
  font-style: normal;
  line-height: 30px;
  margin-bottom: 15px;
  padding-left: 35px;
}
.box_insta_col1 .curtidas .fa {
  font-size: 25px;
  margin-left: -35px;
  margin-top: 2px;
  position: absolute;
}
.box_blog_col {
  background: #fff;
  height: 25vw;
}
.box_blog_col .texto {
  padding: 0 50px;
  font-family: "Georgia";
  color: #0f0705;
  font-size: 20px;
  line-height: 36px;
  font-style: italic;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.box_blog_col .texto_blog {
  padding: 0 50px;
  font-family: "Georgia";
  color: #0f0705;
  font-size: 17px;
  line-height: 30px;
  font-style: normal;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.box_blog_col .texto_blog a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #0f0705;
}
.box_blog_col .texto_blog a:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #ff6600;
  text-decoration: none;
}
.box_blog_col .curtidas {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  width: 100%;
  font-style: normal;
  line-height: 30px;
  margin-bottom: 15px;
  padding-left: 35px;
}
.box_blog_col .curtidas .fa {
  position: absolute;
  font-size: 20px;
}
.box_blog_col .curtidas .ico_balao {
  width: 22px;
  height: 22px;
  fill: #0f0705;
  position: absolute;
  margin-top: 5px;
  margin-left: -35px;
}
.box_blog_destaque img {
  width: 100% !important;
  height: auto !important;
}
.box_spotify {
  height: 33.33333333vw;
  background: url("../imagens/foto_spotify.jpg") no-repeat center;
  background-size: cover;
  margin-top: 0;
}
.box_spotify .play_spotify {
  text-align: center;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.box_spotify .play_spotify .btn_play {
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  border-radius: 50px;
  background: transparent;
  margin: 10px auto 15px auto;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.box_spotify .play_spotify .btn_play button {
  position: absolute;
  width: 80px;
  height: 80px;
  margin-left: 0;
  margin-top: 9px;
  border-radius: 50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  border: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: url("../imagens/seta_botao.png") no-repeat center #fff;
}
.box_spotify .play_spotify .btn_play button .frasebtn {
  color: #0f0705;
  height: 15px;
  overflow: hidden;
  padding-top: 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.box_spotify .play_spotify .btn_play:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(255, 255, 255, 0);
}
.box_spotify .play_spotify .btn_play:hover button {
  margin-top: 0;
  margin-left: 0;
  width: 70px;
  height: 70px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: url("../imagens/seta_botao.png") no-repeat 100px center #fff;
}
.box_spotify .play_spotify .btn_play:hover button .frasebtn {
  color: #0f0705;
  height: 15px;
  overflow: hidden;
  padding-top: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.playativo {
  width: 72px !important;
  height: 72px !important;
  border: 1px solid rgba(255, 255, 255, 0) !important;
}
.playativo button {
  margin-top: 0 !important;
  margin-left: 0 !important;
  width: 70px !important;
  height: 70px !important;
  background: url("../imagens/seta_botao.png") no-repeat 100px center #fff !important;
  cursor: default;
}
.playativo button .frasebtn {
  color: #0f0705 !important;
  height: 35px !important;
  overflow: hidden !important;
  padding-top: 0 !important;
  text-transform: uppercase !important;
}
.box_case {
  height: 66.66666667vw;
  float: right;
  margin-right: 7.68333333vw;
}
.box_case .texto {
  height: 25vw;
  background: #fff;
  padding: 50px 50px 0 50px;
  font-family: "Georgia";
  color: #0f0705;
  font-size: 20px;
  line-height: 36px;
  font-style: italic;
  top: 80%;
  transform: translateY(-80%);
  -webkit-transform: translateY(-80%);
}
.box_case .texto a {
  color: #0f0705;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.box_case .texto a:hover {
  color: #ff6600;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
}
.box_case .texto .curtidas {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  width: 100%;
  font-style: normal;
  line-height: 30px;
  margin-bottom: 15px;
  padding-left: 0;
}
.box_case .texto .ponto_insta {
  position: absolute;
  font-size: 13px;
  color: #0f0705;
  padding: 5px;
  background: #fff;
  border-radius: 50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin-top: -55px;
}
.frase_redes {
  background: #0f0705;
}
.frase_redes .texto {
  color: #fff;
  font-size: 30px;
}
.frase_redes span {
  color: #ff6600;
}
.frase_redes .ico_aspas_ini {
  margin-top: -45px;
  width: 30px;
  height: 30px;
  fill: #fff;
  position: absolute;
}
.foto_pagina {
  height: 100vh;
}
.foto_pagina .case_esq {
  background: #ccc;
  height: 100vh;
  position: absolute;
  width: 50%;
  margin: 0 0 0 0;
  padding-top: 15px;
  left: 0;
}
.foto_pagina .case_esq .borda_cases_esq {
  border: 20px solid rgba(0, 0, 0, 0.15);
  border-bottom: 0;
  border-right: 0;
  height: 100%;
  position: absolute;
}
.foto_pagina .case_dir {
  background-image: linear-gradient(45deg, #ff6600, #ff2a4e);
  height: 100vh;
  position: absolute;
  width: 50%;
  margin: 0 0 0 0;
  padding-top: 15px;
  right: 0;
}
.foto_pagina .case_dir .borda_cases_dir {
  border: 20px solid rgba(0, 0, 0, 0.15);
  border-bottom: 0;
  border-left: 0;
  height: 100%;
  position: absolute;
}
.foto_pagina .frase_banner {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-weight: 100;
  font-size: 273px;
  line-height: 165px;
  width: 97%;
  height: 270px;
  overflow: hidden;
  text-align: center;
  position: absolute;
  z-index: 19;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.foto_pagina .frase_banner.outubrorosa {
  font-size: 190px;
}
.foto_pagina .frase_banner span {
  display: block;
  margin-top: 30px;
  animation: titulosobre 1s ease-out alternate;
}
.foto_pagina .frase_banner_time {
  height: 440px;
}
.foto_pagina .frase_banner_projeto {
  font-size: 133px;
  line-height: 106px;
  height: 440px;
  top: 70%;
  transform: translateY(-70%);
  -webkit-transform: translateY(-70%);
}
.foto_pagina .frase_banner_projeto h1 {
  font-size: 13px;
  padding: 0;
  margin: 35px 0 0 0;
  text-transform: uppercase;
  font-weight: 600;
}
.foto_pagina .banner_2linhas {
  height: 330px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.foto_pagina .banner_1linhas {
  height: 220px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.foto_pagina .voltar_blog {
  position: absolute;
  z-index: 20;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.foto_pagina .voltar_blog a {
  color: #fff;
  background: url("../imagens/seta_voltar_branco.png") no-repeat center 25px;
}
.foto_pagina .voltar_blog a:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: url("../imagens/seta_voltar_branco.png") no-repeat 15px 25px;
}
.foto_pagina .voltar_blog_preto a {
  color: #000;
  background: url("../imagens/seta_voltar_preto.png") no-repeat center 25px;
}
.foto_pagina .voltar_blog_preto a:hover {
  background: url("../imagens/seta_voltar_preto.png") no-repeat 15px 25px;
}
@keyframes titulosobre {
  0% {
    margin-top: 300px;
  }
  100% {
    margin-top: 30px;
  }
}
.pagina_sobre {
  height: 600px;
  padding-top: 0;
  background: #efeeee;
}
.pagina_sobre .conteudo {
  height: auto;
  z-index: 10;
  margin: 0 0 0 0;
  width: 100%;
}
.pagina_sobre .conteudo .box_sobre1 {
  background: #fff;
  height: 41.66666667vw;
  margin-top: -40px;
}
.pagina_sobre .conteudo .box_sobre1 h1 {
  font-size: 40px;
  font-family: "Georgia";
  font-style: italic;
  color: #0f0705;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding: 0;
  margin-top: 0;
}
.pagina_sobre .conteudo .box_sobre2 {
  background: #807f7e;
  height: 41.66666667vw;
  margin-top: 0;
}
.pagina_sobre .conteudo .box_sobre2 p {
  font-size: 17px;
  color: #fff;
  font-family: "Georgia";
  text-align: center;
  line-height: 36px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.pagina_projetos {
  height: 430px;
}
.pagina_projetos .box_sobre1 {
  position: absolute;
  margin-right: -1px;
}
.pagina_projetos .box_sobre2 {
  position: absolute;
}
.mockup {
  background: #efeeee;
  height: auto;
  padding-top: 50px;
}
.mockup .borda_mockup {
  border: 20px solid rgba(0, 0, 0, 0.15);
  border-bottom: none;
  height: 100% !important;
}
.mockup .borda_projetos {
  border: 20px solid rgba(0, 0, 0, 0.15);
  height: 100%;
  margin-top: 100px;
  margin-bottom: 0;
}
.mockup .borda_blog {
  border: 20px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  height: 100%;
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 40px;
}
.mockup .conteudo {
  position: relative;
  height: auto;
  z-index: 10;
  margin: 0 0 0 0;
  width: 100%;
  text-align: center;
}
.mockup .conteudo .btn_projeto {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #0f0705;
  padding: 30px;
  border: 2px solid #000000;
  background: transparent;
  margin-top: 60px;
  text-decoration: none;
  width: 480px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mockup .conteudo .btn_projeto .seta_btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  left: 70px;
  width: 0px;
  height: 12px;
  margin-top: 24px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mockup .conteudo .btn_projeto:hover {
  border: 2px solid rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mockup .conteudo .btn_projeto:hover .seta_btn {
  width: 59px;
  height: 12px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.mockup .conteudo .texto {
  color: #5e5b5a;
  font-family: "Georgia";
  font-size: 17px !important;
  line-height: 36px !important;
  margin-top: 0;
  margin-bottom: 230px;
}
.mockup .conteudo .texto strong {
  color: #0f0705;
}
.mockup .conteudo .texto_cases {
  font-size: 20px;
  margin-top: 150px;
  margin-bottom: 200px;
}
.mockup .conteudo .texto_cases strong {
  color: #0f0705;
}
.mockup .conteudo .texto_cases .legenda {
  font-family: "Work Sans", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #0f0705;
  font-weight: 600;
  margin-bottom: 45px;
}
.mockup .conteudo .foto_case {
  height: 33.33333333vw;
  margin-bottom: -70px;
}
.mockup .fotomockup {
  margin: 100px auto 0 auto;
}
.mockup .linkproximapag {
  margin-top: 90px;
  margin-bottom: 100px;
}
.mockup .linkproximapag p {
  text-align: center;
  font-size: 46px;
  color: #ff6600;
  font-style: italic;
  font-weight: bold;
  font-family: "Georgia";
  background: none;
  border: none;
}
.mockup .linkproximapag p strong {
  color: #0f0705;
}
.mockup .linkproximapag .btn_projeto {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #0f0705;
  text-align: center;
  padding: 30px;
  border: 2px solid #0f0705;
  background: transparent;
  margin-top: 40px;
  text-decoration: none;
  width: 480px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-sizing: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mockup .linkproximapag .btn_projeto:hover {
  border: 2px solid #ff6600;
  color: #ff6600;
  box-sizing: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mockup .borda_ajuste_case {
  height: 880px !important;
}
.mockup .case_two {
  height: 300px !important;
}
.mockup .case_two .conteudo {
  margin-top: 70px;
}
.compartilhar_lateral {
  position: fixed;
  width: 30px;
  margin: 100px 0 0 33px;
  z-index: 20;
}
.compartilhar_lateral a {
  width: 27px;
  height: 27px;
  display: block;
  margin-bottom: 20px;
}
.compartilhar_lateral a .ico_redes_rodape {
  width: 27px;
  height: 27px;
  fill: rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.compartilhar_lateral a:hover .ico_redes_rodape {
  fill: #000000;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.equipe .borda_projetos {
  border: 20px solid rgba(255, 255, 255, 0.1);
  height: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
}
.box_projetos {
  height: 440px;
  margin-bottom: 30px;
}
.box_projetos a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.box_projetos a:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-filter: contrast(1.5);
  -moz-filter: contrast(1.5);
  -o-filter: contrast(1.5);
  -ms-filter: contrast(1.5);
  filter: contrast(1.5);
}
.box_destaque {
  height: 480px;
  margin-top: -40px;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.box_destaque:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-filter: contrast(1.5);
  -moz-filter: contrast(1.5);
  -o-filter: contrast(1.5);
  -ms-filter: contrast(1.5);
  filter: contrast(1.5);
}
.box_destaque_texto .ponto_insta {
  position: absolute;
  font-size: 13px;
  color: #0f0705;
  padding: 5px;
  background: #fff;
  border-radius: 50px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: -10px;
}
.box_destaque_texto .box_texto {
  font-family: "Georgia";
  font-size: 17px;
  line-height: 36px;
  color: #5e5b5a;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.box_destaque_texto .box_texto strong {
  color: #0f0705;
}
.box_destaque_texto .box_texto .btn_projeto {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #0f0705;
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: transparent;
  margin-top: 60px;
  text-decoration: none;
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.box_destaque_texto .box_texto .btn_projeto .seta_btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  left: 70px;
  width: 0px;
  height: 12px;
  margin-top: 24px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.box_destaque_texto .box_texto .btn_projeto:hover {
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.box_destaque_texto .box_texto .btn_projeto:hover .seta_btn {
  width: 59px;
  height: 12px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.relacionados {
  margin-bottom: -170px;
}
.box_blog_intro {
  font-family: "Georgia";
  color: #807f7e;
  font-size: 17px;
  line-height: 36px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.box_blog_intro strong {
  color: #0f0705;
}
.linha_blog {
  margin: 0 auto;
}
.linha_blog:last-child .box_blog {
  margin-bottom: -70px;
}
.linha_blog:first-child {
  margin-top: -120px;
}
.busca_blog {
  width: 39.06666667vw;
  margin: 2px;
  height: 195px;
  background-image: linear-gradient(45deg, #ff6600, #ff2a4e);
  margin-top: -200px;
}
.busca_blog div {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.busca_blog div input {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  height: 40px;
  line-height: 40px;
  border: none;
  background: transparent;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.busca_blog div input:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50px;
}
.busca_blog div input:focus {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50px;
}
.busca_blog div .ico_lupa {
  width: 30px;
  height: 32px;
  fill: #fff;
  float: left;
  margin-top: 6px;
  margin-left: 10px;
}
.btn_busca {
  border: 2px solid #fff;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  background: transparent;
  color: #fff;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  margin-left: 1px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn_busca:hover {
  background: rgba(0, 0, 0, 0.2);
  border: 2px solid rgba(0, 0, 0, 0.2);
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.margem_mockup {
  height: 685px;
}
.margem_mockup .borda_mockup {
  border: 20px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  height: 60px;
  margin-top: 0;
}
.margem_mockup .box_newsletter {
  background-image: linear-gradient(45deg, #ff6600, #ff2a4e);
  font-size: 20px;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-weight: 300;
  color: #fff;
  text-align: center;
  position: absolute;
  height: 380px;
  margin-top: 305px;
  margin-left: -15px;
}
.margem_mockup .borda_telefones_topo {
  border: 20px solid rgba(0, 0, 0, 0.15);
  border-bottom: 0;
  height: 60px;
  margin-top: 320px;
  z-index: 999;
}
.infos {
  margin-top: 30px;
  height: 230px;
  position: relative;
  top: 35%;
  transform: translateY(-35%);
  -webkit-transform: translateY(-35%);
}
.btn_newsletter_home {
  width: 210px;
  height: 90px;
  margin: 35px auto 0 auto;
  background: url("../imagens/traco_laranja_newsletter.png") repeat-x center
    40px;
}
.btn_newsletter_home .borda_botao {
  width: 90px;
  height: 90px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.btn_newsletter_home button {
  width: 80px;
  height: 80px;
  border: 1px solid #fff;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: url("../imagens/setabotao_newsletter.png") no-repeat center;
}
.btn_newsletter_home button .texto_envia {
  font-family: "Work Sans", sans-serif;
  font-size: 11px;
  color: #fff;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 600;
  height: 16px;
  padding-top: 50px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn_newsletter_home button:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 70px;
  height: 70px;
  margin-top: 5px;
  border: 3px solid #fff;
  background: url("../imagens/setabotao_newsletter.png") no-repeat 100px center;
}
.btn_newsletter_home button:hover .texto_envia {
  padding-top: 0;
  color: #0f0705;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ico_newsletter {
  width: 95px;
  height: 65px;
  fill: #0f0705;
  margin-top: -40px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.campo_newsletterhome {
  clear: both;
  text-align: center;
  font-size: 46px;
  color: #0f0705;
  font-style: italic;
  font-weight: bold;
  font-family: "Georgia";
  background: none;
  border: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.campo_newsletterhome:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50px;
}
.campo_newsletterhome:focus {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50px;
}
.pagina_comofazemos {
  height: 100vh;
}
.pagina_comofazemos .case_esq {
  height: auto;
  position: relative;
  width: 50%;
  margin: 0 0 0 0;
  padding-top: 0;
  padding-bottom: 25vh;
  left: 0;
}
.pagina_comofazemos .case_dir {
  height: 100vh;
  position: relative;
  width: 50%;
  margin: 0 0 0 0;
  padding-top: 0;
  right: 0;
  float: right;
}
.pagina_comofazemos .frase_banner {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-weight: 100;
  font-size: 273px;
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 20;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.pagina_comofazemos .box_comofazemos1 .borda {
  margin-left: 15px;
}
.pagina_comofazemos .box_comofazemos1 h1 {
  font-size: 40px;
  font-family: "Georgia";
  font-style: italic;
  text-align: center;
  position: absolute;
  z-index: 18;
  height: 130px;
  top: 40%;
  transform: translateY(-40%);
  -webkit-transform: translateY(-40%);
}
.pagina_comofazemos .box_comofazemos1 .btn_projeto {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #0f0705;
  padding: 30px;
  border: 1px solid #e9e9e9;
  background: transparent;
  text-decoration: none;
  width: 350px;
  font-style: normal;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pagina_comofazemos .box_comofazemos1 .btn_projeto .seta_btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  left: 70px;
  width: 0px;
  height: 12px;
  margin-top: 63px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pagina_comofazemos .box_comofazemos1 .btn_projeto:hover {
  border: 1px solid #ccc;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pagina_comofazemos .box_comofazemos1 .btn_projeto:hover .seta_btn {
  width: 59px;
  height: 12px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.pagina_comofazemos .box_comofazemos2 {
  background-image: linear-gradient(45deg, #ff6600, #ff2a4e);
  color: #fff;
  position: absolute;
  font-family: "Georgia";
  font-size: 17px;
  line-height: 36px;
  text-align: center;
  padding: 130px 100px;
  margin-top: 350px;
  z-index: 10;
}
.pagina_comofazemos .box_comofazemos2 .ponto_insta {
  position: absolute;
  font-size: 13px;
  color: #0f0705;
  padding: 5px;
  border-radius: 50px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: -10px;
}
.pagina_comofazemos .box_comofazemos2 .assinatura {
  text-align: right;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5);
  font-size: 11px;
  text-transform: uppercase;
}
.pagina_comofazemos .box_comofazemos3 {
  height: 800px;
}
.pagina_comofazemos .box_comofazemos3 .box_fatores {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #0f0705;
  font-size: 17px;
  font-weight: 300;
  line-height: 36px;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 10;
  top: 100%;
  transform: translateY(-70%);
  -webkit-transform: translateY(-70%);
}
.pagina_comofazemos .box_comofazemos3 .box_fatores strong {
  font-weight: 600;
  color: #0f0705;
}
.pagina_fatores {
  height: 610px !important;
}
.pagina_fatores .box_comofazemos3 {
  height: 440px;
}
.pagina_fatores .case_dir {
  height: 610px;
}
.passos {
  margin: 0 0 0 0;
  height: 560px !important;
  overflow: hidden;
  background: #fff;
}
.passos .slick-arrow {
  position: absolute;
  z-index: 9999;
}
.passos .slick-dots {
  position: absolute;
  display: block;
  width: 98%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin-top: -50px;
}
.passos .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 0;
  padding: 0;
  cursor: pointer;
}
.passos .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 30px;
  height: 30px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.passos .slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.5;
  content: "\f111";
  font-family: FontAwesome;
}
.passos .slick-dots li button:before {
  font-family: "slick";
  font-family: FontAwesome;
  font-size: 10px;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "\f10c";
  text-align: center;
  opacity: 0.5;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.navegacao_passos {
  height: 560px;
  width: 100%;
  position: absolute;
}
.navegacao_passos .nav {
  width: 87px;
  height: 40px;
  margin-top: 50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  position: absolute;
  z-index: 15;
}
.navegacao_passos .nav .seta_sug {
  width: 40px;
  height: 40px;
  background: #ccc;
}
.navegacao_passos .nav .slick-next {
  background: url("../imagens/cursor_dir.png") center no-repeat;
  float: right;
  margin-left: 2px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.navegacao_passos .nav .slick-next:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-position: 5px center;
}
.navegacao_passos .nav .slick-prev {
  background: url("../imagens/cursor_esq.png") center no-repeat;
  float: left;
  margin-left: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.navegacao_passos .nav .slick-prev:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-position: -5px center;
}
.navegacao_passos .nav .cursor_normal {
  background: none !important;
  cursor: default !important;
}
.navegacao_banners {
  height: 560px;
  width: 100%;
  position: absolute;
}
.navegacao_banners .nav {
  width: 120px;
  height: 60px;
  margin-top: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  position: absolute;
  z-index: 15;
}
.navegacao_banners .nav .seta_sug {
  width: 60px;
  height: 60px;
  background: #fff;
}
.navegacao_banners .nav .slick-next {
  background: url("../imagens/cursor_dir.png") center no-repeat #fff;
  float: right;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.navegacao_banners .nav .slick-next:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-position: 15px center;
}
.navegacao_banners .nav .slick-prev {
  background: url("../imagens/cursor_esq.png") center no-repeat #fff;
  float: left;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.navegacao_banners .nav .slick-prev:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-position: 5px center;
}
.navegacao_banners .nav .cursor_normal {
  background: none !important;
  cursor: default !important;
}
.navegacao_form {
  position: absolute;
  z-index: 20;
  height: 40px;
  bottom: 80px;
  width: 500px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.navegacao_form .seta_sug {
  height: 100%;
  display: block;
  z-index: 15;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #0f0705;
}
.navegacao_form .slick-next {
  text-align: center;
  cursor: pointer;
  background: url("../imagens/seta_paginacao.png") no-repeat center bottom;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.navegacao_form .slick-next:hover {
  background-position: 93px bottom;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.navegacao_form .slick-prev {
  text-align: center;
  cursor: pointer;
  background: url("../imagens/seta_voltar_preto.png") no-repeat center bottom;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.navegacao_form .slick-prev:hover {
  background-position: 82px bottom;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.borda {
  border: 20px solid rgba(0, 0, 0, 0.15);
  height: 100%;
  width: 100%;
  margin-top: 20px;
  position: absolute;
}
.borda2 {
  border: 20px solid rgba(0, 0, 0, 0.15);
  height: 270px;
  width: 90%;
  margin-top: 0;
  position: absolute;
  right: 15px;
}
.borda4 {
  border: 20px solid rgba(0, 0, 0, 0.15);
  height: 270px;
  width: 100%;
  margin-top: 0;
  position: absolute;
  left: 15px;
}
.borda3 {
  border: 20px solid rgba(0, 0, 0, 0.15);
  margin-top: 0;
  border-top: none;
  height: 95px;
}
.borda_comofazemos {
  border: 20px solid rgba(0, 0, 0, 0.15);
  height: 115vh !important;
  width: 100%;
  margin-top: 3vh;
  border-bottom: none;
  position: absolute;
  margin-left: 15px;
  z-index: 15;
}
.borda_intro {
  border: 20px solid rgba(0, 0, 0, 0.15);
  border-top: none;
  height: 200px;
  width: 100%;
  position: absolute;
}
.borda_passo {
  border: 20px solid rgba(255, 255, 255, 0.1);
  margin: 0 0 0 -35px;
  border-top: none;
  height: 165px;
  position: absolute;
  z-index: 99;
  bottom: 0;
  width: 100%;
}
.frase_comofazemos {
  background: #0f0705;
  height: 550px;
}
.frase_comofazemos .texto_frase_comofazemos {
  text-align: center;
  font-family: "Georgia";
  font-size: 40px;
  font-style: italic;
  line-height: 36px;
  color: #ff6600;
  font-weight: 600;
  height: 180px;
  margin: 0 auto;
  position: relative;
  top: 45%;
  transform: translateY(-45%);
  -webkit-transform: translateY(-45%);
}
.frase_comofazemos .texto_frase_comofazemos span {
  color: #ff6600;
}
.frase_comofazemos .btn_vejatrampos {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-weight: 300;
  font-size: 20px;
  color: #fff;
  padding: 30px 0;
  font-style: normal;
  background: none;
  margin-top: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.frase_comofazemos .btn_vejatrampos .seta_btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  left: 10px;
  width: 0px;
  height: 12px;
  margin-top: 24px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.frase_comofazemos .btn_vejatrampos:hover {
  border: 1px solid #fff;
}
.frase_comofazemos .btn_vejatrampos:hover .seta_btn {
  width: 59px;
  height: 12px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.banner_etapas {
  height: 560px;
  padding-bottom: 0;
  border: 20px solid rgba(0, 0, 0, 0.15);
  border-bottom: none;
  border-top: none;
}
.banner_etapas .texto {
  font-family: "Georgia";
  font-size: 20px;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  position: absolute;
  width: 85%;
  top: 40%;
  transform: translateY(-40%);
  -webkit-transform: translateY(-40%);
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.banner_etapas .passo {
  position: absolute;
  text-align: center;
  width: 100%;
  font-size: 550px;
  color: rgba(0, 0, 0, 0.1);
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
  margin-top: -200px;
}
.banner_etapas .nome_passo {
  color: #ff6600;
  text-align: center;
  font-size: 100px;
  width: 100%;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 900;
  margin-bottom: 50px;
}
.pagnation {
  margin: 20px auto 80px auto;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.pagnation a {
  width: 68px;
  height: 68px;
  display: block;
  border: 1px solid #cfcdcd;
  text-align: center;
  line-height: 68px;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #cfcdcd;
  float: left;
  margin: 0 7px;
  text-decoration: none;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.pagnation a:hover {
  color: #0f0705;
  border-color: #0f0705;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.pagnation .active {
  color: #0f0705;
  border-color: #0f0705;
}
.pagnation .link_anterior {
  border: none;
  margin-right: 50px;
}
.pagnation .link_anterior img {
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pagnation .link_anterior:hover img {
  margin-left: -5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pagnation .link_proximo {
  border: none;
  margin-left: 50px;
}
.pagnation .link_proximo img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pagnation .link_proximo:hover img {
  margin-left: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.faixa_time {
  background: #807f7e;
}
.faixa_time .texto_time {
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-weight: 300;
  font-size: 17px;
  line-height: 36px;
  padding: 190px 0;
  text-align: center;
}
.faixa_time .texto_time strong {
  font-weight: 600;
}
.box_equipe {
  height: 16.66666667vw;
  padding: 3px;
  margin-bottom: 50px;
}
.box_equipe .foto_equipe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
.box_equipe .foto_equipe .foto {
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
  filter: grayscale(1);
  width: 100%;
  height: 100%;
  display: block;
}
.box_equipe a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-align: left;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  z-index: 20;
}
.box_equipe a .lente {
  background-image: linear-gradient(45deg, #ff6600, #ff2a4e);
  opacity: 0.9;
  width: 100%;
  height: 100%;
  padding: 40px 30px;
  display: block;
  padding: 40px 20px;
  margin-top: -110%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.box_equipe a .nome {
  font-family: "Georgia";
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  font-style: italic;
  padding: 70px 0 0 0;
  margin: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  text-align: center;
  line-height: 25px;
  height: 106px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.box_equipe a .nome_maior {
  height: 100px;
}
.box_equipe a .cargo {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  font-size: 11px;
  text-decoration: none;
  font-style: normal;
  line-height: 16px;
  margin-top: 10px;
}
.box_equipe:hover .lente {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-top: 0;
}
.box_equipe:hover .nome {
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  padding: 0 0 0 0;
}
.linha_equipe {
  margin-top: -50px;
}
.linha_equipe:last-child .box_equipe {
  margin-bottom: -70px;
}
.box_menu {
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
  width: 100%;
  z-index: 999;
  left: -100%;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.box_menu .menu {
  background: #efeeee;
  width: 50vw;
  margin-left: -50vw;
  height: 100%;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.box_menu .menu ul {
  list-style: none;
  margin-left: 0;
  padding: 0;
}
.box_menu .menu ul li {
  padding: 5px 0;
  margin: 0;
  text-align: center;
}
.box_menu .menu ul li a {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
  color: #0f0705;
  text-decoration: none;
  line-height: 40px;
}
.box_menu .menu ul li a:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #ff6600;
}
.box_menu .menu ul li .menuativo {
  color: #ff6600;
}
.box_menu_ativo {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  left: 0;
}
.box_menu_ativo .menu {
  margin-left: 50vw;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.box_curriculo {
  left: -100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  z-index: 999;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.box_curriculo .conteudo_curriculo {
  margin-left: -100vw;
  opacity: 0;
  height: 100%;
}
.box_curriculo .conteudo_curriculo .curriculo {
  background: #efeeee;
  height: 100%;
  padding-bottom: 120px;
}
.box_curriculo .conteudo_curriculo .curriculo .texto_curriculo {
  overflow-y: auto;
  margin-top: 30vh;
  height: 70vh;
  font-family: "Georgia" !important;
  color: #807f7e !important;
  font-size: 17px;
  line-height: 36px;
  text-align: center;
  padding-bottom: 60px;
  padding-left: 90px;
  padding-right: 90px;
}
.box_curriculo .conteudo_curriculo .curriculo .texto_curriculo strong {
  color: #0f0705 !important;
}
.box_curriculo .conteudo_curriculo .curriculo .texto_curriculo p {
  margin-bottom: 30px;
  text-align: center !important;
}
.box_curriculo .conteudo_curriculo .curriculo .texto_curriculo span {
  font-family: "Georgia" !important;
  color: #807f7e !important;
  font-size: 17px !important;
  line-height: 36px !important;
}
.box_curriculo .conteudo_curriculo .dados_funci {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.box_curriculo .conteudo_curriculo .foto_funci {
  height: 16.66666667vw;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
  filter: grayscale(1);
}
.box_curriculo .conteudo_curriculo .spotify {
  height: 16.66666667vw;
  background: #1ed860;
}
.box_curriculo .conteudo_curriculo .spotify a {
  width: 100%;
  height: 100%;
  display: block;
}
.box_curriculo .conteudo_curriculo .spotify .play_spotify {
  text-align: center;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.box_curriculo .conteudo_curriculo .spotify .play_spotify .btn_play {
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  border-radius: 50px;
  background: transparent;
  margin: 10px auto 15px auto;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.box_curriculo .conteudo_curriculo .spotify .play_spotify .btn_play button {
  position: absolute;
  width: 80px;
  height: 80px;
  margin-left: 0;
  margin-top: 9px;
  border-radius: 50px;
  border: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: url("../imagens/seta_botao.png") no-repeat center #fff;
}
.box_curriculo
  .conteudo_curriculo
  .spotify
  .play_spotify
  .btn_play
  button
  .frasebtn {
  color: #0f0705;
  height: 15px;
  overflow: hidden;
  padding-top: 20px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 16.66666667vw;
  text-align: center;
}
.box_curriculo .conteudo_curriculo .spotify .play_spotify .btn_play:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(255, 255, 255, 0);
}
.box_curriculo
  .conteudo_curriculo
  .spotify
  .play_spotify
  .btn_play:hover
  button {
  margin-top: 0;
  margin-left: 0;
  width: 70px;
  height: 70px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: url("../imagens/seta_botao.png") no-repeat 100px center #fff;
}
.box_curriculo
  .conteudo_curriculo
  .spotify
  .play_spotify
  .btn_play:hover
  button
  .frasebtn {
  color: #0f0705;
  height: 15px;
  overflow: hidden;
  padding-top: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.box_curriculo .conteudo_curriculo .dados {
  background: #fff;
  height: 16.66666667vw;
}
.box_curriculo .conteudo_curriculo .dados .nome {
  font-family: "Georgia";
  color: rgba(0, 0, 0, 0.7);
  font-size: 20px;
  text-decoration: none;
  font-style: italic;
  padding: 0;
  margin: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  text-align: center;
  line-height: 25px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.box_curriculo .conteudo_curriculo .dados .cargo {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  font-size: 11px;
  text-decoration: none;
  font-style: normal;
  line-height: 16px;
  margin-top: 10px;
}
.box_curriculo .conteudo_curriculo .redesocial_funci {
  height: 16.66666667vw;
}
.box_curriculo .conteudo_curriculo .redesocial_funci .ico_redes {
  position: relative;
  width: 50px;
  height: 50px;
  top: 40%;
  transform: translateY(-40%);
  -webkit-transform: translateY(-40%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.box_curriculo .conteudo_curriculo .redesocial_funci a:hover svg {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  fill: #fff;
}
.box_curriculo .conteudo_curriculo .rede1 {
  border-bottom: 2px solid #ff6600;
}
.box_curriculo .conteudo_curriculo .rede1 svg {
  fill: #ff6600;
}
.box_curriculo .conteudo_curriculo .rede2 {
  border-bottom: 2px solid #ff2a4e;
}
.box_curriculo .conteudo_curriculo .rede2 svg {
  fill: #ff2a4e;
}
.box_curriculo .conteudo_curriculo .fechar_curriculo {
  width: 50%;
  background: #efeeee;
  position: fixed;
  top: 0;
  z-index: 99;
  height: 200px;
}
.box_curriculo_ativo {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  left: 0;
}
.conteudo_curriculo_ativo {
  margin-left: 0 !important;
  opacity: 1 !important;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.fechar {
  text-align: center;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  height: 30vh;
}
.fechar .btn_fechar {
  width: 100px;
  height: 100px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  background: transparent;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fechar .btn_fechar button {
  position: absolute;
  width: 80px;
  height: 80px;
  margin-left: 0;
  margin-top: 9px;
  border-radius: 50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  border: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: url("../imagens/close.svg") no-repeat center #fff;
  background-size: 30%;
}
.fechar .btn_fechar button .frasebtn {
  color: #0f0705;
  height: 15px;
  overflow: hidden;
  padding-top: 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fechar .btn_fechar:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(255, 255, 255, 0);
}
.fechar .btn_fechar:hover button {
  margin-top: 0;
  margin-left: 0;
  width: 70px;
  height: 70px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: url("../imagens/close.svg") no-repeat center -80px #fff;
  background-size: 30%;
}
.fechar .btn_fechar:hover button .frasebtn {
  color: #0f0705;
  height: 15px;
  overflow: hidden;
  padding-top: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.box_blog,
.box_blog_destaque {
  height: 320px;
  width: 25.87777778vw;
  text-align: center;
  padding: 0;
  margin: 2px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.box_blog a,
.box_blog_destaque a {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 50px;
  position: absolute;
  background: url("../imagens/lente_post.png") repeat-x center bottom;
  font-size: 16px;
  margin: 0;
  opacity: 1;
  text-align: left;
}
.box_blog a .lente,
.box_blog_destaque a .lente {
  width: 100%;
  height: 100%;
  display: block;
  padding: 40px 30px;
}
.box_blog a .lente .titulo_post,
.box_blog_destaque a .lente .titulo_post {
  font-family: "Georgia";
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
  font-style: italic;
  padding-left: 20px;
  padding-right: 20px;
  margin: 10px 0 0 0;
  position: absolute;
  bottom: 40px;
  background: url("../imagens/linha_titulo_blog.jpg") no-repeat left 32px;
}
.box_blog a .lente .titulo_post .data_blog,
.box_blog_destaque a .lente .titulo_post .data_blog {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-size: 11px;
  text-decoration: none;
  font-style: normal;
}
.box_blog:hover,
.box_blog_destaque:hover {
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.box_blog:hover img,
.box_blog_destaque:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.box_blog:hover .titulo_post,
.box_blog_destaque:hover .titulo_post {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #ff6600 !important;
}
.box_blog_destaque {
  width: 39.06666667vw;
  margin-bottom: 75px;
}
.box_blog_destaque img {
  width: 100%;
  height: auto !important;
  margin-top: -30px;
  position: absolute;
}
.box_blog_destaque a .titulo_post {
  font-family: "Georgia";
  color: #fff;
  font-size: 30px !important;
  line-height: 36px !important;
  text-decoration: none;
  font-style: italic;
  padding-left: 20px;
  padding-right: 20px;
  margin: 10px 0 0 0;
  position: absolute;
  bottom: 40px;
  background: url("../imagens/linha_titulo_blog.jpg") no-repeat left 44px !important;
}
.box_blog img {
  width: auto;
  height: 100% !important;
  position: absolute;
  margin-top: 0;
  left: 0;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
  filter: grayscale(1);
}
@keyframes boxchamada {
  0% {
    margin-top: 0px;
    opacity: 1;
  }
  100% {
    margin-bottom: 200px;
    margin-top: -200px;
    opacity: 0;
  }
}
@keyframes boxchamadavolta {
  0% {
    margin-bottom: 200px;
    margin-top: -200px;
    opacity: 0;
  }
  100% {
    margin-bottom: 0px;
    margin-top: 0px;
    opacity: 1;
  }
}
.chamada_post {
  height: auto;
  border: 20px solid rgba(0, 0, 0, 0.15);
  margin-top: 20px;
}
.chamada_post .data_post {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
}
.chamada_post .cabecalho_post h1 {
  font-family: "Georgia";
  font-size: 40px;
  color: #0f0705;
  font-style: italic;
  text-align: center;
  line-height: 48px;
  padding-bottom: 235px;
}
.post {
  border: 20px solid rgba(0, 0, 0, 0.15);
  padding-top: 80px;
}
.postmargem {
  margin-top: 100px;
}
.texto_post {
  font-size: 20px;
  font-family: "Georgia";
  color: #575656;
  line-height: 36px;
  padding-bottom: 100px;
}
.texto_post p {
  padding-bottom: 20px;
}
.texto_post strong {
  color: #0f0705;
}
.texto_post .resumo_post {
  font-size: 14px;
  color: #807f7e;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 80px;
}
.texto_post .tags {
  text-align: center;
}
.texto_post .tags a {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.texto_post .tags a:hover {
  color: #ff6600;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.link_pag {
  color: #0f0705;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.link_pag:hover {
  color: #ff6600;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
}
.imagem_post {
  margin-bottom: -50px;
}
.imagem_post img {
  margin-left: auto;
  margin-right: auto;
}
.box_compartilhar {
  background-image: linear-gradient(45deg, #ff6600, #ff2a4e);
  width: 180px;
  height: 85px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  z-index: 99;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.box_compartilhar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 180px;
}
.box_compartilhar ul li {
  float: left;
}
.box_compartilhar ul li a {
  width: 90px;
  height: 85px;
  display: block;
  text-align: center;
}
.box_compartilhar ul li a .ico_redes_rodape {
  width: 30px;
  height: 30px;
  margin-top: 27px;
  fill: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.box_compartilhar ul li a:hover .ico_redes_rodape {
  fill: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.box_compartilhar ul li .integracaoface {
  position: absolute;
}
.box_compartilhar ul li .integracaoface iframe {
  background: #c00;
  height: 34px !important;
  width: 34px !important;
}
.box_compartilhar ul li .integracaoface iframe ._3vtu {
  background: #000;
  width: 34px !important;
  height: 34px !important;
  display: block !important;
}
.box_compartilhar ul li .integracaoface iframe ._3vtu ._3vtv {
  width: 34px !important;
  height: 34px !important;
  display: block !important;
}
.voltar_blog {
  width: 100px;
  height: 40px;
  margin: 55px auto 150px auto;
}
.voltar_blog a {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #0f0705;
  text-align: center;
  width: 100%;
  height: 100%;
  background: url("../imagens/seta_voltar.png") no-repeat center 25px;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.voltar_blog a:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: url("../imagens/seta_voltar.png") no-repeat 15px 25px;
}
.voltar_blog_index {
  z-index: 9999;
  margin-top: 100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.maps_google {
  width: 100%;
  height: 119vh;
}
.titulo_google {
  width: 260px;
  height: 80px;
  margin-bottom: 20px;
  background: url("../imagens/logo_footer.png") center no-repeat;
  background-size: 231px auto;
}
.texto_google {
  font-size: 12px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: #7a755e;
  padding-left: 20px;
}
.box_enderecos {
  background: #0f0705;
  height: 80vh;
  padding: 50px 20px;
  position: absolute;
  z-index: 18;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.box_enderecos .box {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.box_enderecos .fechaendereco {
  background: none;
  border: none;
  color: #ff6600;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  height: 50px;
  margin-bottom: 50px;
}
.box_enderecos .fechaendereco .ico_bussola {
  width: 25px;
  height: 25px;
  fill: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top: -10px;
}
.box_enderecos .fechaendereco:hover .ico_bussola {
  top: -15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.box_enderecos .chamada {
  font-family: "Georgia";
  font-size: 35px;
  line-height: 40px;
  color: #fff;
  font-style: italic;
}
.box_enderecos .telefone {
  font-family: "Georgia";
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  font-style: italic;
}
.box_enderecos .endereco {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  line-height: 26px;
}
.box_enderecos .ends {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.box_enderecos .dropdown {
  width: 60%;
  margin: 0 auto;
}
.box_enderecos .dropdown .btn_drop {
  color: #333 !important;
  background: none !important;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #fff !important;
  font-size: 12px !important;
  text-transform: uppercase;
  border-radius: 0 !important;
  padding: 25px 0 !important;
  width: 100%;
  margin: 40px 0;
  border-color: rgba(255, 255, 255, 0.2) !important;
  outline: none;
}
.box_enderecos .dropdown .dropdown-menu {
  padding: 0;
  margin: 0;
  float: none !important;
  margin-top: -40px;
  width: 100%;
  border-radius: 0;
  text-align: center;
  background: #0f0705;
  border-color: rgba(255, 255, 255, 0.2) !important;
  outline: none;
}
.box_enderecos .dropdown .dropdown-menu li {
  list-style: none;
}
.box_enderecos .dropdown .dropdown-menu li a {
  padding: 15px 0 !important;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #fff !important;
  font-size: 12px !important;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.box_enderecos .dropdown .dropdown-menu li a:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #ff2a4e;
  color: #fff;
}
.dropmapa {
  width: 300px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  position: absolute;
  z-index: 16;
}
.dropmapa .btn_drop {
  color: #333 !important;
  background: none !important;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #fff !important;
  font-size: 12px !important;
  text-transform: uppercase;
  border-radius: 0 !important;
  padding: 25px 0 !important;
  width: 100%;
  margin: 40px 0;
  border-color: #fff !important;
  outline: none;
  background: rgba(0, 0, 0, 0.5) !important;
}
.dropmapa .dropdown-menu {
  padding: 0;
  margin: 0;
  float: none !important;
  margin-top: -40px;
  width: 100%;
  border-radius: 0;
  text-align: center;
  background: #0f0705;
  border-color: rgba(255, 255, 255, 0.2) !important;
  outline: none;
}
.dropmapa .dropdown-menu li {
  list-style: none;
}
.dropmapa .dropdown-menu li a {
  padding: 15px 0 !important;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #fff !important;
  font-size: 12px !important;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.dropmapa .dropdown-menu li a:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #ff2a4e;
  color: #fff;
}
.box_allink {
  padding-top: 30px;
  background: #fff;
  height: 360px;
  margin-top: 180px;
}
.equipe .texto_frase_comofazemos {
  text-align: center;
  font-family: "Georgia";
  font-size: 40px;
  font-style: italic;
  line-height: 36px;
  color: #ff6600;
  font-weight: 600;
  height: 180px;
  margin: 150px auto 100px auto;
  position: relative;
}
.equipe .texto_frase_comofazemos span {
  color: #ff6600;
}
.equipe .btn_vejatrampos {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-weight: 300;
  font-size: 20px;
  color: #fff;
  padding: 30px 0;
  font-style: normal;
  background: none;
  margin-top: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.equipe .btn_vejatrampos .seta_btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  left: 10px;
  width: 0px;
  height: 12px;
  margin-top: 24px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.equipe .btn_vejatrampos:hover {
  border: 1px solid #fff;
}
.equipe .btn_vejatrampos:hover .seta_btn {
  width: 59px;
  height: 12px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.pagina_faleconosco {
  height: 100vh;
  background: #fff;
  position: absolute;
  top: 0;
  z-index: 19;
  width: 100%;
  overflow-y: hidden;
}
.pagina_faleconosco .bordaform {
  border: 20px solid rgba(0, 0, 0, 0.15);
  height: 94vh;
  padding-bottom: 0;
  margin-top: 3vh;
}
.pagina_faleconosco .bordaform .fechar {
  text-align: center;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 100px;
  margin-top: 70px;
}
.pagina_faleconosco .bordaform .fechar .btn_fechar {
  width: 100px;
  height: 100px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  background: transparent;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pagina_faleconosco .bordaform .fechar .btn_fechar button {
  position: absolute;
  width: 80px;
  height: 80px;
  margin-left: 0;
  margin-top: 9px;
  border-radius: 50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  border: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: url("../imagens/close.svg") no-repeat center
    rgba(255, 255, 255, 0.6);
  background-size: 30%;
}
.pagina_faleconosco .bordaform .fechar .btn_fechar button .frasebtn {
  color: #0f0705;
  height: 15px;
  overflow: hidden;
  padding-top: 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pagina_faleconosco .bordaform .fechar .btn_fechar:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.pagina_faleconosco .bordaform .fechar .btn_fechar:hover button {
  margin-top: 0;
  margin-left: 0;
  width: 70px;
  height: 70px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: url("../imagens/close.svg") no-repeat center -80px #fff;
  background-size: 30%;
}
.pagina_faleconosco .bordaform .fechar .btn_fechar:hover button .frasebtn {
  color: #0f0705;
  height: 15px;
  overflow: hidden;
  padding-top: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pagina_faleconosco .legenda_form {
  font-family: "Georgia";
  font-size: 17px;
  color: #5e5b5a;
  text-align: center;
  margin-top: 20px;
}
.pagina_faleconosco .legenda_form strong {
  color: #0f0705;
}
.pagina_faleconosco .texto_form {
  position: relative;
  height: 150px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.pagina_faleconosco .texto_form h3 {
  font-family: "Georgia";
  color: #0f0705;
  font-size: 40px;
  font-style: italic;
  line-height: 48px;
  text-align: center;
}
.pagina_faleconosco .texto_form .inputform {
  background: none;
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  padding: 30px;
  height: 85px;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #0f0705;
  font-size: 14px;
  text-align: center;
}
.pagina_faleconosco .texto_form textarea {
  background: none;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 35px;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #0f0705;
  font-size: 14px;
  text-align: center;
  resize: none !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pagina_faleconosco .texto_form .text_ativo {
  height: 150px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pagina_faleconosco .texto_form .btn_projeto {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #0f0705;
  padding: 30px;
  border: 1px solid #e9e9e9;
  background: transparent;
  margin-top: 60px;
  text-decoration: none;
  text-align: center;
  width: 48%;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pagina_faleconosco .texto_form .btn_projeto .seta_btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  left: 70px;
  width: 0px;
  height: 12px;
  margin-top: 24px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pagina_faleconosco .texto_form .btn_projeto:hover {
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pagina_faleconosco .texto_form .btn_projeto:hover .seta_btn {
  width: 59px;
  height: 12px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.pagina_faleconosco .texto_form .btn_projeto_1 {
  width: 90% !important;
  margin-left: 5% !important;
  margin-right: 5% !important;
}
.pagina_faleconosco .passosform {
  text-align: center;
  font-family: "Georgia";
  font-size: 87px;
  font-style: italic;
  color: rgba(0, 0, 0, 0.1);
  font-weight: 600;
  letter-spacing: -0.05em;
  position: absolute;
}
.pagina_faleconosco .texto_form_ativo {
  height: 300px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.legenda_contato {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.3);
  font-style: normal;
  text-transform: uppercase;
  margin-top: 50px;
}
.link_leiamais {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #ff6600 !important;
  font-style: normal;
  margin-top: 15px;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.link_leiamais:hover {
  color: #0f0705 !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin-top: 60px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 0.25;
  content: "\f111";
  font-family: FontAwesome;
}
.slick-dots li button:before {
  font-family: "slick";
  font-family: FontAwesome;
  font-size: 8px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "\f10c";
  text-align: center;
  opacity: 0.25;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.intro_allink2 {
  margin-top: 150px !important;
  margin-bottom: 120px !important;
}
.div_texto_blog {
  margin-top: 0;
}
.chama_form {
  background: #0f0705 !important;
  color: #fff !important;
}
.semseta {
  background: none !important;
}
@media (min-width: 1800px) {
  body {
    max-height: 100vh !important;
  }
  .redes_sociais {
    height: 1800px;
  }
  .legenda_case {
    right: -154px;
  }
  .pagina_comofazemos {
    height: 100vh;
  }
  .pagina_comofazemos .ajuste_comofazemos {
    height: 50vh;
  }
  .box_blog {
    width: 26.27777778vw;
  }
  .box_blog_destaque {
    width: 39.56666667vw;
  }
  .box_blog_destaque img {
    width: 100% !important;
    height: auto !important;
  }
  .busca_blog {
    width: 39.56666667vw;
    margin: 2px;
  }
}
@media (max-width: 1440px) {
  .box_blog {
    width: 25.57777778vw;
  }
  .box_blog_destaque {
    width: 38.66666667vw;
  }
  .box_blog_destaque img {
    width: 100% !important;
    height: auto !important;
  }
  .busca_blog {
    width: 38.66666667vw;
    margin: 2px;
  }
  .legenda_case {
    right: -154px;
  }
}
@media (max-width: 1300px) {
  .box_blog {
    width: 25.07777778vw;
  }
  .box_blog_destaque {
    width: 37.96666667vw;
  }
  .box_blog_destaque img {
    width: 100% !important;
    height: auto !important;
  }
  .busca_blog {
    width: 37.96666667vw;
    margin: 2px;
  }
}
@media (max-width: 769px) {
  body {
    padding: 0;
    margin: 0;
    height: 100vh;
  }
  .container {
    width: 100% !important;
    height: auto;
  }
  .padding_none {
    padding-left: 15px;
    padding-right: 15px;
  }
  .padding_none_xs {
    padding-left: 0;
    padding-right: 0;
  }
  .padding_right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .padding_left {
    padding-left: 0px;
    padding-right: 0px;
  }
  .padding {
    padding-left: 0;
    padding-right: 0;
  }
  .logo_topo {
    left: 25px;
    top: 30px;
  }
  .logo_topo_ativo {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    left: -200px;
  }
  .ico_bola_ativo {
    left: 25px !important;
  }
  .barra_menu {
    right: 0;
    top: 54px;
  }
  .cases {
    height: 90vh;
  }
  .cases .case_esq {
    background: #ccc;
    height: 100vh;
    width: 100%;
  }
  .cases .chamada_case {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: -40px;
  }
  .cases .slick-dots {
    margin-top: -40px;
  }
  .intro .ponto_intro {
    font-size: 13px;
    margin-top: 434px;
    z-index: 10;
  }
  .intro .box_intro {
    height: 440px;
    background: #fff;
    position: absolute;
    left: 0;
    transform: none;
    -webkit-transform: none;
    margin-top: 0;
  }
  .intro .box_intro .texto_intro {
    width: 100%;
    padding: 0 15px;
    line-height: 30px !important;
  }
  .intro .box_intro .intro_time {
    line-height: 36px !important;
    font-size: 25px !important;
  }
  .frasehome {
    min-height: 550px;
    max-height: 700px;
    padding-bottom: 20px;
  }
  .frasehome .texto_frasehome {
    width: 250px;
    height: 220px;
    padding: 0;
    font-size: 25px;
    line-height: 30px;
  }
  .frasehome .texto_frasehome .ico_aspas_fim {
    margin-left: 0;
    margin-top: 30px;
    float: right;
  }
  .frasehome .texto_frasesobre {
    height: 540px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 70%;
    transform: translateY(-70%);
    -webkit-transform: translateY(-70%);
  }
  .frasehome .texto_frasesobre p {
    text-align: center;
    font-family: "Georgia";
    font-size: 15px;
    line-height: 25px;
    color: #fff;
  }
  .frasehome .texto_frasesobre h2 {
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    font-size: 90px;
    color: #fff;
    font-weight: 100;
    font-style: normal;
    line-height: 35px;
    margin-top: 30px;
  }
  .frasehome .texto_frasesobre h2 .palavra_apoio {
    font-family: "Georgia";
    font-size: 40px;
    color: #ff6600;
    font-style: italic;
    font-weight: bold;
  }
  .frasehome .texto_frasesobre .credito {
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    background: url("../imagens/traco_bola.png") no-repeat center bottom;
    padding-bottom: 60px;
    display: block;
  }
  .frasehome .texto_frasesobre .credito .ico_coracao {
    width: 18px;
    height: 18px;
    margin-left: -8px;
    margin-top: 10px;
    fill: rgba(255, 255, 255, 0.2);
  }
  .frasehome .texto_frasesobre .credito:first-child {
    padding-top: 60px;
    padding-bottom: 0;
    background: url("../imagens/traco_bola.png") no-repeat center top;
    width: 200px;
    margin: 0 auto;
  }
  .redes_sociais {
    background: #efeeee;
    height: auto;
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .redes_sociais .borda_redes_sociais {
    border: 10px solid transparent;
    border-bottom: none;
    height: auto;
    width: 100%;
  }
  .redes_sociais .conteudo {
    position: relative;
    height: auto;
    width: 100%;
    z-index: 10;
    margin: -130px 0 0 0;
  }
  .redes_sociais .conteudo .linkproximapag p {
    font-size: 35px;
    line-height: 35px;
  }
  .redes_sociais .conteudo .linkproximapag .btn_projeto {
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 20px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    width: 90%;
    display: block;
    box-sizing: none;
  }
  .linkproximapag {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .linkproximapag .linkproximapag p {
    font-size: 35px;
    line-height: 35px;
  }
  .linkproximapag .linkproximapag .btn_projeto {
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 20px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    width: 90%;
    display: block;
    box-sizing: none;
  }
  .box_insta_col2 {
    background: #fff;
    height: auto;
  }
  .box_insta_col2 .texto {
    padding: 30px 20px;
    font-family: "Georgia";
    color: #0f0705;
    font-size: 17px;
    line-height: 28px;
    font-style: italic;
    text-align: center;
    top: 50%;
    transform: none;
    -webkit-transform: none;
    height: 80vw;
  }
  .box_insta_col2 .foto {
    height: 80vw;
    background-size: cover;
  }
  .box_insta_col2 .foto .ponto_insta {
    position: absolute;
    font-size: 13px;
    color: #0f0705;
    padding: 5px;
    background: #fff;
    border-radius: 50px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin-left: -26px;
  }
  .box_insta_col2 .curtidas {
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    width: 110px;
    text-align: right;
    font-style: normal;
    line-height: 30px;
    margin: 0 auto 15px auto;
    padding-left: 36px;
  }
  .box_insta_col2 .curtidas .fa {
    font-size: 25px;
    margin-left: -35px;
    margin-top: 2px;
    position: absolute;
    color: #0f0705;
  }
  .box_insta_col1 {
    background: #fff;
    height: 80vw;
  }
  .box_insta_col1 .foto {
    height: 80vw;
    background-size: cover;
    padding: 30px 20px;
  }
  .box_insta_col1 .curtidas {
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
    width: 110px;
    text-align: right;
    font-style: normal;
    line-height: 30px;
    margin: 0 auto 15px auto;
    padding-left: 36px;
    text-align: center;
  }
  .box_insta_col1 .curtidas .fa {
    font-size: 25px;
    margin-left: -35px;
    margin-top: 2px;
    position: absolute;
  }
  .box_spotify {
    height: 80vw;
    margin-top: 15px;
    margin-bottom: 15px;
    background: url("../imagens/foto_spotify.jpg") no-repeat center;
    background-size: cover;
  }
  .box_blog_col {
    background: none;
    height: 80vw;
  }
  .box_blog_col .texto {
    padding: 30px 20px;
    font-family: "Georgia";
    color: #0f0705;
    font-size: 20px;
    line-height: 30px;
    font-style: italic;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .box_blog_col .texto_blog {
    padding: 30px 20px;
    font-family: "Georgia";
    color: #0f0705;
    font-size: 15px;
    line-height: 25px;
    font-style: normal;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .box_blog_col .curtidas {
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    width: 180px;
    text-align: right;
    font-style: normal;
    line-height: 30px;
    margin: 0 auto 15px auto;
    padding-left: 25px;
  }
  .box_blog_col .curtidas .fa {
    position: absolute;
    font-size: 20px;
  }
  .box_blog_col .curtidas .ico_balao {
    width: 22px;
    height: 22px;
    fill: #0f0705;
    position: absolute;
    margin-top: 5px;
    margin-left: -35px;
  }
  .box_case {
    height: 180vw;
    background: url("../imagens/cases/foto_case.png") no-repeat center 40px;
    background-size: 90%;
    float: none;
    clear: both;
    margin-right: 0;
  }
  .box_case .texto {
    height: 80vw;
    background: #fff;
    padding: 30px 20px;
    font-family: "Georgia";
    color: #0f0705;
    font-size: 17px;
    line-height: 28px;
    font-style: italic;
    text-align: center;
    margin-top: 100vw;
    top: 0;
    transform: none;
    -webkit-transform: none;
  }
  .box_case .texto .curtidas {
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    width: 100%;
    text-align: center;
    font-style: normal;
    line-height: 30px;
    margin-bottom: 15px;
    padding-left: 0;
  }
  .box_case .texto .ponto_insta {
    position: absolute;
    font-size: 13px;
    color: #0f0705;
    padding: 5px;
    background: #fff;
    border-radius: 50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin-top: -55px;
  }
  .frase_redes {
    background: #0f0705;
    margin-top: 15px;
    height: 80vw;
  }
  .frase_redes .texto {
    color: #fff;
    font-size: 25px;
    top: 60%;
    transform: translateY(-55%);
    -webkit-transform: translateY(-55%);
  }
  .frase_redes span {
    color: #ff6600;
  }
  .frase_redes .ico_aspas_ini {
    margin-top: -45px;
    width: 30px;
    height: 30px;
    fill: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .newsletterhome {
    height: 580px;
    margin-top: 0;
  }
  .newsletterhome .box_newsletter p {
    font-size: 35px;
    line-height: 35px;
  }
  .newsletterhome .box_newsletter .btn_projeto {
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    padding: 20px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    width: 90%;
    display: block;
    box-sizing: none;
  }
  .newsletterhome .borda_newsletter {
    border: 10px solid rgba(0, 0, 0, 0.15);
    border-top: none;
    height: 50px;
  }
  .newsletterhome .borda_telefones_topo {
    border: 10px solid rgba(0, 0, 0, 0.15);
    border-bottom: 0;
    height: 40px;
    margin-top: 50px;
    z-index: 999;
  }
  .bg_time {
    background-size: auto 45% !important;
    background-position: center top !important;
    background-attachment: scroll !important;
  }
  .bg_home {
    background-size: auto 45% !important;
    background-position: center top !important;
    background-attachment: scroll !important;
  }
  .bg_sobre {
    background-size: auto 45% !important;
    background-position: center top !important;
    background-attachment: scroll !important;
  }
  .bg_projetos {
    background-size: auto 45% !important;
    background-position: center top !important;
    background-attachment: scroll !important;
  }
  .bg_blog {
    background-size: auto 45% !important;
    background-position: center top !important;
    background-attachment: scroll !important;
  }
  .bg_fale {
    background-size: auto 45% !important;
    background-position: center top !important;
    background-attachment: scroll !important;
  }
  .bg_case {
    background-size: auto 45% !important;
    background-position: center top !important;
    background-attachment: scroll !important;
  }
  .bg_comofazemos {
    background-size: auto 45% !important;
    background-position: center top !important;
    background-attachment: scroll !important;
  }
  .bg_foto_interna {
    background-size: auto 100% !important;
    background-position: center top !important;
    background-attachment: scroll !important;
    background-position: -200px center !important;
  }
  .bg_blog_topo {
    background-size: auto !important;
    background-position: center top !important;
    background-attachment: scroll !important;
  }
  .pagina_fatores {
    background-size: auto 225% !important;
    background-position: center top !important;
    background-attachment: scroll !important;
  }
  .box_newsletter {
    margin-top: 240px !important;
    padding-top: 50px;
    height: 510px !important;
    width: 100%;
    margin-left: 0 !important;
    padding-left: 0;
    padding-right: 0;
  }
  .box_newsletter.box_orcamento {
    height: 340px !important;
  }
  .box_newsletter .chamada1_mobile {
    font-family: "Georgia";
    font-size: 35px;
    line-height: 35px;
    font-style: italic;
    color: #0f0705;
    font-weight: bold;
  }
  .box_newsletter .chamada2_mobile {
    font-size: 15px;
  }
  .box_newsletter .infos {
    margin-top: 10px;
    height: auto;
    position: relative;
    top: 0;
    transform: none;
    -webkit-transform: none;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .box_newsletter .btn_newsletter_home {
    width: 210px;
    margin: 35px auto 0 auto 0;
    background: none;
  }
  .box_newsletter .btn_newsletter_home .borda_botao {
    width: 90px;
    height: 80px;
    background: none;
    margin: 120px auto 0 auto;
  }
  .box_newsletter .btn_newsletter_home button {
    width: 80px;
    height: 80px;
    border: 1px solid #fff;
    border-radius: 50px;
    background: url("../imagens/setabotao_newsletter.png") no-repeat center;
  }
  .box_newsletter .ico_newsletter {
    margin-top: -80px;
    width: 85px;
    height: 55px;
  }
  .campo_newsletterhome {
    clear: both;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    font-style: normal;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.1);
    border: none;
    padding: 35px 15px;
    margin: 40px 0 30px 0;
  }
  .borda_box_newsletter {
    height: 20px;
    width: 100%;
    background: rgba(0, 0, 0, 0.15);
    bottom: 40px;
    position: absolute;
  }
  .campo_newsletterhome::-webkit-input-placeholder {
    color: #fff;
  }
  .campo_newsletterhome:-moz-placeholder {
    color: #fff;
  }
  .campo_newsletterhome::-moz-placeholder {
    color: #fff;
  }
  .campo_newsletterhome:-ms-input-placeholder {
    color: #fff;
  }
  .rodape {
    background: #0f0705;
    height: 510px;
    margin-top: 0;
  }
  .rodape .borda_telefones_topo {
    border: 10px solid rgba(0, 0, 0, 0.15);
    border-bottom: 0;
    height: 30px;
    margin-top: -30px;
  }
  .rodape .borda_telefones_baixo {
    border: 10px solid rgba(211, 211, 211, 0.1);
    border-top: 0;
    height: 126px;
  }
  .rodape .frase_rodape {
    text-align: center;
    font-family: Georgia;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-style: italic;
    margin-top: 80px;
    padding: 0 20px;
  }
  .rodape .frase_rodape .frase_apoio {
    line-height: 18px;
  }
  .rodape .frase_rodape img {
    margin-top: 50px;
  }
  .linksrodape {
    height: 105px;
  }
  .linksrodape .icone_redesocial {
    padding-top: 0;
    text-align: center;
    height: 105px !important;
  }
  .linksrodape .icone_redesocial a {
    padding-top: 37px;
  }
  .linksrodape .icone_redesocial .ico_redes_rodape {
    width: 20px !important;
    height: 20px !important;
  }
  .linksrodape .icone_redesocial .ico_you .ico_redes_rodape {
    width: 15px;
    height: 15px;
  }
  .foto_pagina {
    height: 100vh;
  }
  .foto_pagina .case_esq {
    background: #ccc;
    height: 100vh;
    position: absolute;
    width: 100%;
    margin: 0 0 0 0;
    padding-top: 15px;
    left: 0;
  }
  .foto_pagina .case_esq .borda_cases_esq {
    border: 20px solid rgba(0, 0, 0, 0.15);
    border-bottom: 0;
    border-right: 0;
    height: 100%;
    position: absolute;
  }
  .foto_pagina .frase_banner {
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    font-weight: 100;
    font-size: 80px;
    width: 90%;
    text-align: center;
    position: absolute;
    z-index: 20;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .foto_pagina .frase_banner.outubrorosa {
    font-size: 50px;
  }
  .pagina_sobre {
    height: 550px;
    padding-top: 0;
    background: #corcinzaclaro;
  }
  .pagina_sobre .conteudo {
    height: auto;
    z-index: 10;
    margin: 0 0 0 0;
    width: 100%;
  }
  .pagina_sobre .conteudo .box_sobre1 {
    background: #fff;
    height: 80vw;
    margin-top: -40px;
  }
  .pagina_sobre .conteudo .box_sobre1 h1 {
    font-size: 25px;
    font-family: "Georgia";
    font-style: italic;
    color: #0f0705;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 0;
    margin-top: 0;
  }
  .pagina_sobre .conteudo .box_sobre2 {
    background: #807f7e;
    height: 380px;
    margin-top: 0;
  }
  .pagina_sobre .conteudo .box_sobre2 p {
    font-size: 15px;
    color: #fff;
    font-family: "Georgia";
    text-align: center;
    line-height: 25px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .mockup {
    background: #efeeee;
    height: 100%;
    padding-top: 0;
  }
  .mockup .borda_mockup {
    border: none !important;
    height: 860px !important;
  }
  .mockup .borda_projetos {
    border: none;
    height: 100%;
    margin-top: 100px;
    padding-bottom: 0;
    padding-left: 12px;
    padding-right: 12px;
  }
  .mockup .borda_blog {
    border: none;
    height: auto;
    margin-top: 0;
    margin-bottom: 100px;
    padding-top: 40px;
  }
  .mockup .linkproximapag {
    margin-top: -330px;
    margin-bottom: 0;
  }
  .mockup .linkproximapag p {
    font-size: 35px;
    line-height: 35px;
  }
  .mockup .linkproximapag .btn_projeto {
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 20px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    width: 90%;
    display: block;
    box-sizing: none;
  }
  .mockup .conteudo {
    position: relative;
    height: auto;
    z-index: 10;
    margin: 0 0 -420px 0;
    width: 100%;
    text-align: center;
  }
  .mockup .conteudo .texto {
    color: #5e5b5a;
    font-family: "Georgia";
    font-size: 15px;
    line-height: 25px;
    margin-top: 0;
    margin-bottom: 90px;
  }
  .mockup .conteudo .texto strong {
    color: #0f0705;
  }
  .mockup .conteudo .btn_projeto {
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: #0f0705;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: transparent;
    margin-top: 40px;
    line-height: 20px;
    text-decoration: none;
    width: 90%;
    padding: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .mockup .conteudo .btn_projeto .seta_btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    left: 70px;
    width: 0px;
    height: 12px;
    margin-top: 24px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .mockup .conteudo .btn_projeto:hover {
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .mockup .conteudo .btn_projeto:hover .seta_btn {
    width: 59px;
    height: 12px;
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .mockup .fotomockup {
    margin: 90px auto 90px auto;
  }
  .ajuste_mockup {
    height: 2330px !important;
  }
  .box_projetos {
    height: 90vw;
    margin-top: -50px !important;
    margin-bottom: 70px !important;
  }
  .box_projetos a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
  }
  .box_projetos a:hover {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-filter: contrast(1.5);
    -moz-filter: contrast(1.5);
    -o-filter: contrast(1.5);
    -ms-filter: contrast(1.5);
    filter: contrast(1.5);
  }
  .box_destaque {
    height: 100vw;
    margin-top: -40px;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
  }
  .box_destaque:hover {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-filter: contrast(1.5);
    -moz-filter: contrast(1.5);
    -o-filter: contrast(1.5);
    -ms-filter: contrast(1.5);
    filter: contrast(1.5);
  }
  .box_destaque_texto {
    height: 450px;
    margin-top: -70px !important;
  }
  .box_destaque_texto .box_texto {
    font-family: "Georgia";
    font-size: 17px;
    line-height: 36px;
    color: #5e5b5a;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .box_destaque_texto .box_texto .btn_projeto {
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #0f0705;
    padding: 30px;
    border: 1px solid #e9e9e9;
    background: transparent;
    margin-top: 30px;
    width: 100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .margem_mockup {
    height: 658px;
  }
  .margem_mockup .borda_mockup {
    border: 10px solid rgba(0, 0, 0, 0.15);
    border-top: 0;
    height: 60px;
    margin-top: 0;
  }
  .margem_mockup .box_newsletter {
    background: #ff6600;
    font-size: 20px;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    font-weight: 300;
    color: #fff;
    text-align: center;
    position: absolute;
    height: 380px;
    margin-top: 205px !important;
    margin-left: 0 !important;
  }
  .margem_mockup .box_newsletter p {
    font-size: 35px;
    line-height: 35px;
  }
  .margem_mockup .box_newsletter .btn_projeto {
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    padding: 20px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    width: 90%;
    display: block;
    box-sizing: none;
  }
  .margem_mockup .borda_telefones_topo {
    border: 20px solid rgba(0, 0, 0, 0.15);
    border-bottom: 0;
    height: 60px;
    margin-top: 320px;
    z-index: 999;
  }
  .borda3 {
    border: 10px solid rgba(0, 0, 0, 0.15);
    margin-top: 0;
    border-top: none;
    height: 95px;
  }
  .passos {
    margin: 0 0 0 0;
    height: 120vh !important;
    overflow: hidden;
  }
  .passos .texto {
    position: relative !important;
    top: 35% !important;
    transform: translateY(-35%) !important;
    -webkit-transform: translateY(-35%) !important;
  }
  .passos .slick-arrow {
    position: absolute;
    z-index: 9999;
  }
  .passos .slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    margin-top: 20px;
  }
  .passos .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 0;
    padding: 0;
    cursor: pointer;
  }
  .passos .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 30px;
    height: 30px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }
  .passos .slick-dots li.slick-active button:before {
    color: #000;
    opacity: 0.5;
    content: "\f111";
    font-family: FontAwesome;
  }
  .passos .slick-dots li button:before {
    font-family: "slick";
    font-family: FontAwesome;
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "\f10c";
    text-align: center;
    opacity: 0.5;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .banner_etapas {
    height: 100vh !important;
    padding-bottom: 50px;
    padding-top: 50px;
    margin-top: 20px;
    border: none !important;
  }
  .banner_etapas .texto {
    font-family: "Georgia";
    font-size: 15px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.8);
    text-align: center;
    position: relative;
    width: 90%;
    left: 5%;
    top: 0;
    transform: none;
    -webkit-transform: none;
  }
  .banner_etapas .passo {
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 550px;
    line-height: 330px;
    color: rgba(0, 0, 0, 0.1);
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-weight: 400;
    margin-top: 0;
  }
  .banner_etapas .nome_passo {
    color: #ff6600;
    position: relative;
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
    width: 100%;
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-weight: 900;
    top: 0;
    transform: none;
    -webkit-transform: none;
  }
  .banner_esq {
    background: #ccc;
    height: 90vh;
    position: absolute;
    width: 100%;
    padding: 0 20px;
    background-size: cover !important;
  }
  .box_menu .menu {
    background: #efeeee;
    width: 100vw;
    margin-left: 0;
    height: 100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .box_menu .menu ul {
    list-style: none;
    margin-left: 0;
    padding: 0;
  }
  .box_menu .menu ul li {
    padding: 5px 0;
    margin: 0;
    text-align: center;
  }
  .box_menu .menu ul li a {
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    font-size: 20px;
    font-weight: 300;
    color: #0f0705;
    text-decoration: none;
    line-height: 30px;
  }
  .faixa_time .texto_time {
    padding: 100px 0 80px 0;
    font-size: 15px;
  }
  .frase_banner_time {
    height: 190px !important;
    line-height: 60px !important;
  }
  .box_equipe {
    height: 240px;
    padding: 3px;
    margin-bottom: 10px;
  }
  .box_equipe .foto_equipe {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 0 !important;
  }
  .box_equipe a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    text-align: left;
    overflow: hidden;
    cursor: pointer;
  }
  .box_equipe a .lente {
    background-image: linear-gradient(45deg, #ff6600, #ff2a4e);
    opacity: 0.8;
    width: 100%;
    height: 100%;
    padding: 40px 30px;
    display: block;
    padding: 40px 20px;
    margin-top: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .box_equipe a .nome {
    font-family: "Georgia";
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    font-style: italic;
    padding: 0 0 0 0;
    margin: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center;
    line-height: 25px;
    height: 76px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .box_equipe a .nome_maior {
    height: 100px;
  }
  .box_equipe a .cargo {
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    font-size: 11px;
    text-decoration: none;
    font-style: normal;
    line-height: 16px;
    margin-top: 10px;
  }
  .linha_equipe {
    margin-top: 0;
  }
  .linha_equipe:last-child {
    margin-top: 0;
  }
  .linha_equipe:last-child .box_equipe {
    margin-bottom: 10px;
  }
  .equipe {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .equipe .borda_projetos {
    border: none;
    height: 100%;
    margin-top: 0;
    margin-bottom: 100px;
  }
  .ajuste_mobile_equipe {
    height: 4850px !important;
  }
  .ajuste_mobile_blog {
    height: 3370px !important;
  }
  .ajuste_mobile_blog .borda_blog {
    height: 3230px !important;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
  }
  .box_curriculo {
    height: 100%;
    overflow-y: auto;
  }
  .box_curriculo .fechar_curriculo {
    width: 100% !important;
    background: #efeeee;
    position: fixed;
    top: 0;
    z-index: 99;
    height: 110px !important;
  }
  .box_curriculo .fechar_curriculo .fechar {
    height: 110px !important;
  }
  .box_curriculo .curriculo .texto_curriculo {
    overflow-y: hidden;
    margin-top: 680px !important;
    height: auto !important;
    font-family: Georgia;
    color: #807f7e;
    font-size: 15px !important;
    line-height: 30px;
    text-align: center;
    padding-bottom: 60px;
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 60px !important;
    padding-top: 60px !important;
    background: #efeeee;
  }
  .box_curriculo .dados_funci {
    position: absolute !important;
    top: 0 !important;
    transform: none !important;
    -webkit-transform: none !important;
  }
  .box_curriculo .foto_funci {
    height: 300px !important;
    margin-top: 110px !important;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
    filter: grayscale(1);
  }
  .box_curriculo .spotify {
    height: 110px !important;
    background: #1ed860;
    right: 0;
    position: absolute;
    margin-top: 570px;
  }
  .box_curriculo .spotify .play_spotify {
    text-align: center;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .box_curriculo .spotify .play_spotify img {
    width: 100% !important;
  }
  .box_curriculo .spotify .play_spotify .btn_play {
    width: 45px !important;
    height: 45px !important;
    border: 1px solid #ddd;
    border-radius: 50px;
    background: transparent;
    margin: 0 auto 10px auto !important;
  }
  .box_curriculo .spotify .play_spotify .btn_play button {
    width: 40px !important;
    height: 40px !important;
    margin-top: 2px !important;
    border-radius: 50px;
    border: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: url("../imagens/seta_botao.png") no-repeat center #fff;
    background-size: 24% !important;
  }
  .box_curriculo .dados {
    background: #fff;
    height: 160px !important;
  }
  .box_curriculo .dados .nome {
    font-family: "Georgia";
    color: rgba(0, 0, 0, 0.7);
    font-size: 20px;
    text-decoration: none;
    font-style: italic;
    padding: 0;
    margin: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center;
    line-height: 25px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .box_curriculo .dados .cargo {
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.7);
    text-transform: uppercase;
    font-size: 11px;
    text-decoration: none;
    font-style: normal;
    line-height: 16px;
    margin-top: 10px;
  }
  .box_curriculo .redesocial_funci {
    height: 110px !important;
    background: #efeeee;
  }
  .box_curriculo .redesocial_funci .ico_redes {
    position: relative;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    top: 30% !important;
    transform: translateY(-30%) !important;
    -webkit-transform: translateY(-30%) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    -webkit-transform: translateX(-50%) !important;
  }
  .box_curriculo .rede1 {
    background: #ff6600 !important;
  }
  .box_curriculo .rede1 .ico_redes {
    fill: #fff !important;
  }
  .box_curriculo .rede2 {
    background: #ff2a4e !important;
  }
  .box_curriculo .rede2 .ico_redes {
    fill: #fff !important;
  }
  .pagina_comofazemos {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .pagina_comofazemos:first-child {
    height: auto;
  }
  .pagina_comofazemos .case_esq {
    height: 80vh;
    position: relative;
    width: 100%;
    margin: 0 !important;
    padding-top: 0;
    left: 0;
  }
  .pagina_comofazemos .case_esq .borda {
    border: none !important;
    height: 100%;
    position: absolute;
  }
  .pagina_comofazemos .case_esq h1 {
    font-size: 35px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .pagina_comofazemos .case_dir {
    height: auto;
    position: relative;
    width: 100%;
    margin: 80vh 0 0 0 !important;
    padding-top: 0;
    right: 0;
    float: none;
  }
  .pagina_comofazemos .case_dir .borda {
    margin-top: 0;
    border: none !important;
    height: 90vh;
    position: relative;
  }
  .pagina_comofazemos .case_dir .borda .box_blog_intro {
    margin-top: 60px;
    padding-top: 70px;
    top: 0;
    transform: none;
    -webkit-transform: none;
  }
  .pagina_comofazemos .ajuste_comofazemos {
    margin: 0 0 0 0 !important;
    height: auto !important;
  }
  .box_blog,
  .box_blog_destaque {
    height: 280px;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 0 10px 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .box_blog a,
  .box_blog_destaque a {
    width: 100%;
    height: 100%;
    display: block;
    line-height: 50px;
    position: absolute;
    background: url("../imagens/lente_post.png") repeat-x center bottom;
    font-size: 16px;
    margin: 0;
    opacity: 1;
    text-align: center;
  }
  .box_blog a .lente,
  .box_blog_destaque a .lente {
    width: 100%;
    height: 100%;
    padding: 40px 0;
    display: block;
  }
  .box_blog a .lente .titulo_post,
  .box_blog_destaque a .lente .titulo_post {
    font-family: "Georgia";
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #fff;
    font-size: 18px !important;
    line-height: 30px !important;
    text-decoration: none;
    font-style: italic;
    padding-left: 20px;
    padding-right: 20px;
    margin: 10px 0 0 0;
    width: 100%;
    position: absolute;
    bottom: 40px;
    background: none !important;
  }
  .box_blog a .lente .titulo_post .data_blog,
  .box_blog_destaque a .lente .titulo_post .data_blog {
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    font-size: 11px;
    text-decoration: none;
    font-style: normal;
  }
  .box_blog img,
  .box_blog_destaque img {
    position: relative;
    left: 0;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
    filter: grayscale(1);
  }
  .box_blog:hover,
  .box_blog_destaque:hover {
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
  }
  .box_blog:hover img,
  .box_blog_destaque:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  .box_blog:hover .titulo_post,
  .box_blog_destaque:hover .titulo_post {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #ff6600 !important;
  }
  .linha_blog:last-child .box_blog {
    margin-bottom: 10px;
  }
  .linha_blog:first-child {
    margin-top: 0;
  }
  .box_blog_destaque {
    width: 100%;
    margin-bottom: 10px;
  }
  .box_blog_destaque img {
    width: 100% !important;
    height: auto;
    margin-top: 0;
  }
  .box_blog_destaque a .titulo_post {
    font-family: "Georgia";
    color: #fff;
    font-size: 18px !important;
    line-height: 30px !important;
    text-decoration: none;
    font-style: italic;
    padding-left: 20px;
    padding-right: 20px;
    margin: 10px 0 0 0;
    position: absolute;
    bottom: 40px;
    background: none;
  }
  .box_blog img {
    width: auto;
    height: 100%;
    margin-top: 0;
  }
  .busca_blog {
    position: absolute;
    height: 105px;
    margin-top: -130px;
    width: 100%;
  }
  .chamada_post {
    height: auto;
    border: none;
    border-bottom: none;
    margin-top: 20px;
  }
  .chamada_post .data_post {
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.8);
    text-align: center;
  }
  .chamada_post .cabecalho_post h1 {
    font-family: "Georgia";
    font-size: 30px;
    color: #0f0705;
    font-style: italic;
    text-align: center;
    line-height: 36px;
    padding-bottom: 135px;
  }
  .voltar_blog {
    width: 100px;
    height: 40px;
    margin: 105px auto 50px auto;
  }
  .voltar_mob {
    margin-top: 30px;
  }
  .post {
    border: none;
    padding-top: 80px;
  }
  .postmargem {
    margin-top: 0;
  }
  .texto_post {
    font-size: 16px;
    font-family: "Georgia";
    color: #575656;
    line-height: 32px;
    padding-bottom: 70px;
    text-align: center;
  }
  .texto_post p {
    padding-bottom: 20px;
  }
  .texto_post strong {
    color: #0f0705;
  }
  .texto_post ul {
    padding: 0;
    margin: 0;
  }
  .texto_post ul li {
    list-style-position: inside;
  }
  .texto_post .resumo_post {
    font-size: 14px;
    color: #807f7e;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    line-height: 25px;
    font-weight: 300;
    margin-bottom: 50px;
    margin-top: 20px;
  }
  .texto_post .tags a {
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
    text-decoration: none;
  }
  .btn_fechar {
    width: 65px !important;
    height: 65px !important;
  }
  .btn_fechar button {
    width: 50px !important;
    height: 50px !important;
    margin-top: 7px !important;
  }
  .btn_fechar:hover button {
    background-position: center !important;
  }
  .margem_sobre_mobile {
    height: 870px !important;
  }
  .borda_comofazemos {
    border: none !important;
    height: 100vh;
    width: 100% !important;
    margin-top: 0;
    border-bottom: none;
    position: absolute;
    margin-left: 0;
    z-index: 15;
  }
  .box_comofazemos2 {
    background-image: linear-gradient(45deg, #ff6600, #ff2a4e);
    color: #fff;
    position: relative !important;
    font-family: "Georgia";
    font-size: 15px !important;
    line-height: 30px !important;
    text-align: center;
    padding: 70px 20px !important;
  }
  .box_comofazemos2 .assinatura {
    text-align: center !important;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.5);
    font-size: 11px;
    text-transform: uppercase;
  }
  .box_comofazemos3 {
    height: 180px !important;
  }
  .box_comofazemos3 .box_fatores {
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    color: #5e5b5a;
    font-size: 17px;
    font-weight: 300;
    line-height: 30px !important;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    float: none;
    width: 90% !important;
    left: 5%;
    top: 0 !important;
    transform: none !important;
    -webkit-transform: none !important;
    padding: 40px 0;
  }
  .box_comofazemos3 .box_fatores strong {
    font-weight: 600;
    color: #0f0705;
  }
  .frase_comofazemos {
    background: #0f0705;
    height: 400px;
    margin-top: 0;
  }
  .frase_comofazemos .texto_frase_comofazemos {
    text-align: center;
    font-family: "Georgia";
    font-size: 30px;
    font-style: italic;
    line-height: 36px;
    color: #ff6600;
    font-weight: 600;
    height: 200px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .frase_comofazemos .texto_frase_comofazemos span {
    color: #ff6600;
  }
  .frase_comofazemos .btn_vejatrampos {
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    font-weight: 300;
    font-size: 17px;
    color: #fff;
    padding: 30px 0;
    font-style: normal;
    background: none;
    margin-top: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .frase_comofazemos .btn_vejatrampos .seta_btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    left: 10px;
    width: 0px;
    height: 12px;
    margin-top: 24px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .frase_comofazemos .btn_vejatrampos:hover {
    border: 1px solid #fff;
  }
  .frase_comofazemos .btn_vejatrampos:hover .seta_btn {
    width: 59px;
    height: 12px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .frase_banner_projeto {
    font-size: 60px !important;
    line-height: 56px !important;
    height: 230px !important;
    top: 70% !important;
    transform: translateY(-70%) !important;
    -webkit-transform: translateY(-70%) !important;
  }
  .frase_banner_projeto h1 {
    font-size: 13px;
    padding: 0;
    margin: 35px 0 0 0;
    text-transform: uppercase;
    font-weight: 600;
  }
  .intro_cases {
    font-size: 15px !important;
  }
  .faixa_cases {
    height: 300px !important;
    background-size: cover !important;
  }
  .faixa_cases .borda3 {
    border: none !important;
  }
  .texto_cases .legenda {
    margin-top: 45px;
    line-height: 20px;
  }
  .foto_case {
    height: 250px !important;
    background-size: cover !important;
    margin-bottom: 10px !important;
  }
  .secao_banner_cases {
    height: 350px !important;
  }
  .secao_banner_cases .destaque_case {
    position: relative;
    top: 30%;
    transform: translateY(-30%);
    -webkit-transform: translateY(-30%);
    color: #fff;
  }
  .borda_mockup2 {
    border: none !important;
    height: auto !important;
    z-index: 2;
  }
  .borda_mockup2 .box_intro {
    padding-top: 0 !important;
  }
  .ico_cases {
    margin-top: 40px;
  }
  .stats_case {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 20px 0;
  }
  .stats_case p {
    line-height: 20px;
  }
  .secao_estatistica_cases .box_intro {
    padding-bottom: 0;
    margin-top: 0;
  }
  .secao_estatistica_cases .box_intro:first-child {
    margin-top: -130px;
  }
  .secao_estatistica_cases .box_intro:last-child {
    padding-bottom: 50px !important;
    margin-left: 0 !important;
  }
  .secao_estatistica_cases .box_intro2 {
    padding-top: 0 !important;
    padding-bottom: 290px !important;
    margin-left: 0 !important;
  }
  .secao_estatistica_cases .box_intro2:last-child {
    padding-bottom: 50px !important;
    padding-top: 60px !important;
  }
  .secao_estatistica_cases .box_ajuste_romi {
    padding-bottom: 0 !important;
  }
  .secao_estatistica_cases .borda_mockup {
    border: none !important;
    height: 684px !important;
  }
  .secao_redes_cases {
    height: 510px;
  }
  .secao_redes_cases ul {
    margin-top: 50px !important;
  }
  .secao_redes_cases ul .ico_cases {
    height: 32px !important;
    width: 32px !important;
  }
  .secao_textura_cases {
    height: 470px !important;
  }
  .secao_site_cases h3 {
    font-size: 30px;
    line-height: 30px;
    margin-top: 20px;
  }
  .secao_site_cases .box_intro {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .secao_site_cases .leg_case {
    margin-top: 50px !important;
  }
  .secao_site_cases .imagem_site {
    margin-top: 50px;
  }
  .secao_link_cases {
    height: 720px !important;
  }
  .secao_link_cases img {
    margin-top: 140px !important;
    max-width: 210px;
  }
  .secao_link_cases .texto_frase_comofazemos {
    height: auto !important;
    margin: 610px 15px 0 15px !important;
  }
  .secao_link_cases .texto_frase_comofazemos a {
    font-size: 15px !important;
  }
  .secao_link_cases .texto_frase_comofazemos .btn_vejatrampos {
    margin-top: 0 !important;
  }
  .ajusta_link_romi {
    height: 450px !important;
  }
  .ajusta_link_romi .texto_frase_comofazemos {
    margin: 320px 15px 0 15px !important;
  }
  .secao_proximo_projeto {
    height: 350px !important;
  }
  .secao_proximo_projeto .texto_frase_comofazemos {
    padding-right: 15px;
    padding-left: 15px;
  }
  .secao_proximo_projeto .texto_frase_comofazemos h3 {
    font-size: 23px !important;
    line-height: 36px !important;
  }
  .secao_proximo_projeto .texto_frase_comofazemos .btn_vejatrampos {
    font-size: 15px !important;
  }
  .equipe .texto_frase_comofazemos {
    margin: -270px auto 0 auto;
  }
  .equipe .texto_frase_comofazemos .btn_vejatrampos {
    font-size: 15px !important;
  }
  .destaque_case {
    font-family: "Georgia";
    font-size: 25px;
    font-style: italic;
    line-height: 36px;
    color: #0f0705;
  }
  .legenda_destaque {
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-top: 50px !important;
    margin-bottom: 3px;
  }
  .mapa_brasil_mobile {
    margin-top: -420px !important;
    margin-bottom: 0 !important;
  }
  .ajuste2 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    margin-top: -150px !important;
  }
  .ajuste_case2 {
    height: 230px !important;
  }
  .img_stand {
    margin-top: -407px !important;
  }
  .intro .borda_mockup .intro_cases {
    font-size: 17px !important;
    line-height: 36px !important;
    color: #5e5b5a;
    margin-top: 70px;
  }
  .box_allink {
    padding-top: 30px;
    background: #fff;
    height: 250px;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .box_allink:first-child {
    margin-top: 180px;
  }
  .box_allink img {
    margin-top: 50px !important;
  }
  .logos_allink {
    height: 1520px !important;
  }
  .banner_mar1 {
    height: 530px !important;
  }
  .banner_mar1 .destaque_case {
    position: relative;
    top: 0;
    transform: none;
    -webkit-transform: none;
    margin-top: 130px;
  }
  .ajuste_conteudo_mobile {
    margin-top: 80px !important;
  }
  .secao_estatistica_cases .box_two_logo {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    margin: 50px 0 0 0;
    height: 280px !important;
  }
  .secao_estatistica_cases .box_two_logo img {
    margin: 20px 0 20px 0 !important;
  }
  .secao_estatistica_cases .box_two_logo:last-child {
    margin-top: 0 !important;
  }
  .mockup .case_two {
    height: 450px !important;
  }
  .mockup .case_two .conteudo {
    margin-top: 50px;
  }
  .pagina_faleconosco {
    height: auto;
    padding-bottom: 30px;
    background: #fff;
    position: absolute;
    top: 0;
    z-index: 19;
    width: 100%;
    overflow-y: hidden;
  }
  .pagina_faleconosco .bordaform {
    border: none;
    height: 100vh;
    padding-bottom: 0;
    margin-top: 0;
  }
  .pagina_faleconosco .legenda_form {
    font-family: "Georgia";
    font-size: 17px;
    color: #5e5b5a;
    text-align: center;
    margin-top: 20px;
  }
  .pagina_faleconosco .legenda_form strong {
    color: #0f0705;
  }
  .pagina_faleconosco .texto_form {
    position: relative;
    height: 150px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    top: 45%;
    transform: translateY(-45%);
    -webkit-transform: translateY(-45%);
  }
  .pagina_faleconosco .texto_form h3 {
    font-family: "Georgia";
    color: #0f0705;
    font-size: 20px;
    font-style: italic;
    line-height: 28px;
    text-align: center;
  }
  .pagina_faleconosco .texto_form .inputform {
    background: none;
    border: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    padding: 30px;
    height: 80px;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    color: #0f0705;
    font-size: 14px;
    text-align: center;
  }
  .pagina_faleconosco .texto_form textarea {
    background: none;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 35px;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    color: #0f0705;
    font-size: 14px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .pagina_faleconosco .texto_form .text_ativo {
    height: 150px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .pagina_faleconosco .texto_form .btn_projeto {
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: #0f0705;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: transparent;
    margin-top: 20px;
    text-decoration: none;
    width: 100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .pagina_faleconosco .texto_form .btn_projeto .seta_btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    left: 70px;
    width: 0px;
    height: 12px;
    margin-top: 24px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .pagina_faleconosco .texto_form .btn_projeto:hover {
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .pagina_faleconosco .texto_form .btn_projeto:hover .seta_btn {
    width: 59px;
    height: 12px;
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .pagina_faleconosco .passosform {
    text-align: center;
    font-family: "Georgia";
    font-size: 40px;
    font-style: italic;
    color: rgba(0, 0, 0, 0.1);
    font-weight: 600;
    letter-spacing: -0.05em;
    position: absolute;
    margin-top: 90px;
  }
  .pagina_faleconosco .texto_form_ativo {
    height: 300px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .pagina_faleconosco .ajuste_form {
    margin-top: -50px;
  }
  .pagina_faleconosco .ultimopasso_form {
    margin-top: 180px;
    top: 0;
    transform: none;
    -webkit-transform: none;
  }
  .navegacao_form {
    position: absolute;
    bottom: 10px;
    width: 90%;
  }
  .legenda_contato {
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.3);
    font-style: normal;
    text-transform: uppercase;
    margin-top: 50px;
  }
  .imagem_post .box_compartilhar ul li {
    float: left;
  }
  .imagem_post .box_compartilhar ul li a {
    width: 60px !important;
  }
  .imagem_post .box_compartilhar .linkwhats {
    position: absolute;
  }
  .imagem_post .box_compartilhar .linkwhats a {
    height: 80px;
  }
  .box_compartilhar {
    margin-top: 40px;
  }
  .timeline_giorno {
    margin-top: -190px !important;
  }
  .rodape .frase_rodape .ico_logo_benetton {
    margin-top: 35px;
  }
  .formulario_contato_ativo {
    overflow-y: auto;
  }
  .pagina_fatores {
    min-height: 180px !important;
    height: 180px !important;
  }
  .pagina_fatores .box_comofazemos3 {
    height: 440px;
  }
  .pagina_fatores .case_dir {
    height: 270px;
  }
  .borda_ajuste_case2 {
    height: 194px !important;
  }
  .secao_estatistica_cases .secao_textura_zoo {
    height: 194px !important;
  }
  .margem_zoo {
    margin-bottom: 170px;
  }
  .intro_allink {
    height: 740px !important;
  }
  .pagina_comofazemos .box_comofazemos1 .btn_projeto {
    width: 100% !important;
  }
  .fechar {
    height: 25vh;
  }
  .div_texto_blog {
    height: auto !important;
    padding-bottom: 30px;
    margin-top: 0;
  }
  .div_texto_blog2 {
    height: 630px !important;
  }
  .intro_allink2 {
    margin-top: 80px !important;
    margin-bottom: 50px !important;
  }
  .intro_flex1 {
    height: 630px !important;
  }
  .intro_flex2 {
    height: 300px !important;
  }
  .intro_flex3 {
    height: 650px !important;
  }
  .box_foto_two {
    margin-top: 10px !important;
  }
  .box_foto_two2 {
    margin-bottom: 20px !important;
  }
  .enderecos .case_esq {
    height: 90vh !important;
    background: #fff !important;
  }
  .enderecos .case_dir {
    margin-top: 95vh !important;
    height: 100vh !important;
    background: #0f0705 !important;
  }
  .enderecos .case_dir .box_enderecos {
    height: 100vh !important;
  }
  .enderecos .case_dir .box_enderecos .telefone {
    font-size: 16px !important;
  }
  .enderecos .case_dir .box_enderecos .endereco {
    font-size: 16px !important;
  }
  .enderecos .case_dir .box_enderecos .fechaendereco {
    margin-bottom: 10px;
  }
  .voltar_blog_index {
    margin-top: 100px !important;
  }
  .altura_mobile {
    height: 330px !important;
  }
  .formnovo {
    position: relative;
    height: auto;
    z-index: 20;
    top: 0;
    transform: none;
    -webkit-transform: none;
  }
  .formnovo h1 {
    margin-bottom: 30px;
    font-size: 25px !important;
  }
  .box_compartilhar {
    width: 100%;
    height: 85px;
  }
  .box_compartilhar ul {
    width: 100%;
  }
  .box_compartilhar ul li {
    width: 33%;
  }
  .relacionados {
    margin-bottom: 30px;
  }
}
/*  ====== alterações ====== */
.g-recaptcha {
  position: relative;
  float: left;
  left: 50%;
  transform: translateX(-50%);
}

a.politicas {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.3);
}

a.politicas:hover {
  color: #fff;
}

span.politicas {
  text-align: left;
  font-size: 1.4vw;
  line-height: 1.3vw;
  font-style: italic;
  font-weight: 600;
  font-family: "Georgia";
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.3);
  display: inline-block;
  margin: 0 auto;
  width: auto;
}
span.politicas:hover {
  color: #fff;
}

.col-xs-12 .aparece_clique.ativo
{
  display: flex;
  padding: 0 !important;
  justify-content: center;
}
