/*Menu mobile*/

/*Menu Mobile*/

@media only screen and (max-width: 959px) {

.bg_mobile_btn {
  background: none;
  z-index: 999;
  display: block;
  float: right;
}

.mobile_btn {
  z-index: 999;
  display: block;
  color: white;
  width: 36px;
  height: 36px;
  border-top: 4px solid;
  margin: 20px 11px 5px 11px;
  float: right;
  position: relative;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
}

.mobile_btn::after,
.mobile_btn::before {
  content: '';
  display: block;
  height: 4px;
  margin-top: 6px;
  background: currentColor;
  position: relative;
  transition: transform .2s ease;
}

.mobile_btn.active {
  border-top-color: transparent;
}

.mobile_btn.active::after {
  margin-top: 0px;
  top: 2px;
  transform: rotate(45deg);
}

.mobile_btn.active::before {
  margin-top: 0px;
  top: 6px;
  transform: rotate(135deg);
}

.menu_nav.mobile_menu {
  position: fixed;
  background: #1B1B1B;
  padding: 20px;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(60px, 0px, 0px);
  transition: .3s;
}

.menu_nav.mobile_menu.active {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0px, 0px, 0px);
}

.menu_nav.mobile_menu ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

.menu_nav.mobile_menu li {
  display: block;
  margin: 0 auto;
  padding-right: 0;
  padding-bottom: 30px;
}

.menu_nav.mobile_menu li a {
  width: 100%;
  text-align: center;
}

.info_projeto {
  opacity: 1;
}

.menu_ativo {
  background-color: transparent;
}

@media only screen and (min-width: 960px) and (max-width: 1160px) {
  .info_projeto {
    opacity: 1;
  }

}


@media only screen and (min-width: 768px) and (max-width: 959px) {

.texto_sobre_index p {
  font-size: 16px;
  line-height: 24px;
}

.call p {
  font-size: 15px;
}

.dados_contato a {
    font-size: 15px;
}

.info_projeto img {
  width: 100%;
  height: 300px;
}

.info_projeto {
  width: 100%;
  height: 100%;
  opacity: 1;
}



}

@media only screen and (max-width: 767px) {

  .header_index .img_header_index {
  height: 55px;
}

.introducao h1 {
  font-size: 26px;
  line-height: 40px;
  text-align: center;
}

.introducao h3 {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.w-only {
    display: none;
    visibility: hidden;
}

.btn_orcamento {
  display: inline-block;
  color: #FFFFFF;
  padding: 8px 20px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
}

.texto_sobre_index p {
  font-size: 16px;
  line-height: 24px;
}

.servicos_index .info_servicos_index {
  margin-top: 60px;
}

.call p {
  font-size: 15px;
}

.mvv p {
  margin-top: 20px;
  margin-bottom: 40px;
}

.servicos img {
  height: 150px;
}

.servicos ul li {
  margin-bottom: 80px !important;
}

.dados_contato a {
    font-size: 15px;
}

.info_projeto h2 {
  font-size: 18px;
}

.info_projeto i {
  font-size: 14px;
}

.info_projeto  {
  width: 300px;
  height: 300px;
}

.item_portfolio img {
  width: 300px;
  height: 300px;
}
.sobre_projeto p, .ficha_tecnica p {
  font-size: 16px;
}

.sobre_projeto h2, .ficha_tecnica h2, .mapa h2 {
  font-size: 18px;
}

.qualidade_missao {
  margin-top: 40px;
}
.info_qualidade_index h3 {
  margin-top: 50px;
}

.img_prefooter, .img_prefooter_branco {
  display: none;
}

.menu_prefooter , .menu_prefooter_branco{
  padding: 0 0 30px 0;
}

.item_copy p, .item_copy_preto p {
  font-size: 12px;
  font-weight: 200;
}

.item_copy img, .item_copy_preto img {
  width: 30px;
  height: auto;
}

.info_projeto {
  opacity: 1;
}


}
