/** Generated by FG **/
@font-face {
  font-family: 'proxima';
  src: url('../pw-fonts/proxima-nova.eot');
  src: local(''), url('../pw-fonts/proxima-nova.woff') format('woff'), url('../pw-fonts/proxima-nova.ttf') format('truetype'), url('../pw-fonts/proxima-nova.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.logo-pw div p:first-child a {
  color: #323232;
  font: 10px "Helvetica";
  margin-top: -8px;
  display: block;
}

.logo-pw div {
  text-align: left;
}

.logo-pw div a span {
  color: transparent;
}

body {
  overflow-x: hidden;
  background: #eff2f3;
}

* {
  color: #333333;
  margin: 0;
  padding: 0;
}

#erro-total {
  width: 700px;
  height: 270px;
  margin: 15px 0;
}

#imagem-centralizada {
  width: 100%;
  text-align: center;
  margin: 10px 0;
}

#texto-404 {
  width: 100%;
  font-family: proxima;
  font-size: 22px;
  text-align: center;
}

#aguarde {
  width: 100%;
  font-family: proxima;
  font-size: 19px;
  text-align: center;
  margin: 5px 0;
}

.page-404 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 600px;
}

a {
  text-decoration: none;
}

.global {
  margin: 0 auto;
}

.conteudo-pages {
  width: 960px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  transition: all 0.5s;
  background: #fff;
  box-sizing: border-box;
}

.texto-pages {
  color: #000;
  padding: 35px;
  font-family: Arial, Tahoma;
  font-size: 0.8rem;
}

.texto-pages ul {
  margin: 20px 20px 0 20px;
}

.texto-pages ul li {
  list-style: square;
  padding-bottom: 10px;
  padding-left: 20px;
}

.direita {
  padding-left: 35px;
  margin-bottom: 10px;
}

.direita ul {
  margin: 0px 20px;
}

.direita li {
  padding-top: 10px;
  list-style: square;
}

.texto-pages img {
  float: right;
  padding: 0 0 15px 20px;
}

.menu-resp {
  display: none;
}

.swiper-container {
  height: 500px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  box-shadow: 0px 2px 4px -1px #b5b5b5;
  transition: all 0.5s;
}

.contato {}

.contato input {
  width: 100%;
  padding: 10px 20px;
  background: #eee;
  border: #ccc;
  color: #666;
  box-sizing: border-box;
  margin-bottom: 10px;
  outline: none !important;
}

.contato textarea {
  width: 100%;
  padding: 10px 20px;
  background: #eee;
  border: #ccc;
  color: #666;
  box-sizing: border-box;
  margin-bottom: 10px;
  outline: none !important;
  resize: none;
  height: 200px;
}

.contato .submit {
  cursor: pointer;
  background: #016086;
  color: #fff;
}

.linha-total {
  border-bottom: 1px solid #ddd;
}

.linha-total .linha {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 1200px;
  margin: 0 auto;
}

.linha .item {
  color: #323232;
  font: 16px Arial, Tahoma;
  padding: 10px 0px;
}

.linha .item * {
  color: #ff6600;
  font-size: 24px;
  vertical-align: middle;
}

.topo-total {}

.topo {
  width: 960px;
  margin: 0 auto;
  /* display: flex; */
  flex-wrap: wrap;
  justify-content: space-around;
  background: #fff;
}

.logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  background: url('../pw-images/fundo.jpg')
}

.menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.menu ul {
  background: #ff6702;
  display: flex;
  flex-wrap: wrap;
}

.menu li {
  list-style: none;
}

.menu li a {
  display: block;
  padding: 10px 20px;
  font: 18px "proxima";
  color: #ffffff;
}

.menu li a:hover {
  background: #ff8f44;
}

.menu li .ativo::before {
  font-family: "fontAwesome";
  position: absolute;
  bottom: 9px;
  left: 50%;
  transform: translateX(-50%);
  color: #eee;
  font-size: 27px;
}

.menu li .ativo[data-icon="home"]::before {
  content: "\f015";
}

.menu li .ativo[data-icon="aaz"]::before {
  content: "\f0f7";
}

.menu li .ativo[data-icon="enfoque"]::before {
  content: "\f2b5";
}

.menu li .ativo[data-icon="socios"]::before {
  content: "\f03e";
}

.menu li .ativo[data-icon="empresas"]::before {
  content: "\f0c0";
}

.menu li .ativo[data-icon="contato"]::before {
  content: "\f2b9";
}

.menu li.sub {
  cursor: pointer;
  position: relative;
}

.menu .sub a:after {
  content: '\f0d7 ';
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  font-size: 15px;
  padding-left: 5px;
}

.menu .sub .sub-menu li a:after {
  content: ''
}

.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 999 !important;
}

.sub-menu ul {
  display: block;
  box-sizing: border-box;
}

.sub-menu li {
  padding: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: 1s;
  border-bottom: 1px solid #ddd;
  width: 100%;
  position: relative;
  z-index: 999;
  min-width: auto;
  background: #fff;
}

.sub-menu li:last-child {
  border-bottom: none;
}

.sub-menu li:hover {
  background: #ff6702;
  color: #fff
}

.sub-menu li:hover a {
  color: #fff;
}

.sub-menu li a {
  font-size: 17px;
  color: #fff;
  border: none;
  color: #666;
}

.sub-menu li a:hover {
  background: none
}

.menu .sub.active a:after {
  content: '\f0d8'
}

.rodape-total {}

.rodape {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 960px;
  margin: 0 auto;
}

.rodape .item {
  color: #343434;
  font: 17px "proxima";
  padding: 20px 0px 0px;
  width: 300px;
  text-align: center;
}

.rodape .item i {
  color: #ff6702;
  font-size: 20px;
  display: block;
  text-align: center;
  margin: 0px 0px 10px;
}

.logo-pw {
  margin: auto;
  text-align: center;
  padding: 10px 0px;
  width: 960px;
}

/* Index */
.slider {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 960px;
  margin: auto;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
}

.slider img {
  width: 100%;
}

.box-01 {
  width: 960px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  transition: all 0.5s;
  background: #fff;
  box-sizing: border-box;
}

.box-01 .texto {
  font-family: Arial, Tahoma;
  text-shadow: 0px 0px 1px #eee;
  color: #323232;
  margin: 0px 30px 20px;
  font-size: 0.8rem;
}

.contato {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.endereco {
  font-family: Arial, Tahoma;
  font-size: 0.8rem;
}

.formulario {
  width: 100%;
  padding-top: 30px;
}

.formulario input {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  background: #f5f5f5;
  outline: none !important;
  font-family: Arial, Tahoma;
}

.formulario input:focus {
  box-shadow: 2px 0px 0px 0px #ff6600 inset;
}

.formulario textarea {
  width: 100%;
  height: 150px;
  padding: 10px;
  border: none;
  box-sizing: border-box;
  background: #f5f5f5;
  outline: none !important;
  resize: none;
  font-family: Arial, Tahoma;
}

.formulario textarea:focus {
  box-shadow: 2px 0px 0px 0px #ff6600 inset;
}

.formulario .submit {
  width: 100%;
  background: #ff6600;
  padding: 10px;
  margin: 0 auto;
  color: #fff;
  font: 20px "proxima";
  display: table;
  transition: all 0.5s;
  cursor: pointer;
}

.conteudo-pages h1 {
  color: #ff6600;
  margin-bottom: 40px;
  font-weight: bold;
  font-family: proxima;
  font-size: 35px;
}

.conteudo-pages h2 {
  font-family: 'proxima';
  font-size: 18px;
}

.conteudo-pages h1::first-line {
  color: #333333;
}

@media only screen and (max-width:1200px) {
  * {
    box-sizing: border-box;
    max-width: 100%;
  }

  .linha-total *,
  .topo-total *,
  .conteudo-pages,
  .conteudo-pages *,
  .box-02-total *,
  .mapa *,
  .rodape-total * {
    max-width: 100%;
  }

  .swiper-container img {
    max-width: auto;
  }

  .swiper-container {
    height: 0;
    transition: all 0.5s;
  }

  .conteudo-pages {
    padding: 2%;
  }

  .topo>div {
    width: 100%;
    margin: 10px 0px;
    text-align: center;
  }

  .menu-resp {
    display: block;
    background: url('../pw-images/menu-resp.png') center no-repeat;
    padding: 20px;
    cursor: pointer;
  }

  .menu {
    display: none;
  }

  .menu li {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
    padding: 0px;
  }

  .rodape div {
    width: 100%;
    margin: 20px 0px;
    text-align: center;
  }
}

@media only screen and (max-width:980px) {
  .box-03 .item {
    width: 100%;
  }
}
