div:hover>.btn {
  display: block;
  opacity: 1;
  transform: rotate(360);
  transition: all 1s;
}

.btn {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: 40px;
  padding: 5px 0px;
  bottom: 0px;
  z-index: 999;
  cursor: pointer;
  opacity: 0.6;
  transition: all 1s;
}

.btn.absolute {
  position: absolute;
}

.contato .texto-pages h2 {
  padding-bottom: 10px !important;
  padding: 0px;
}

div#servicos {
  height: 50px;
}

.contato h2 {
  padding-bottom: 0px !important;
  color: #ffab03 !important;
  font-size: 30px !important;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.contato .item {
  padding: 10px 0px;
}

.linha {
  width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.linha img {
  width: 40px;
  height: 25px;
  margin: 10px;
}

.btn>div {
  width: 100px;
  display: inline-block;
}

.btn .remove::before {
  font-weight: 900;
  content: "\f05e";
  font-family: "Font Awesome 5 Free";
  font-size: 40px;
  color: #000;
  width: 100%;
  text-align: center;
  display: block;
}

.btn .remove::after {
  content: "";
  font-family: open sans;
  font-size: 14px;
  color: #000;
  width: 100%;
  text-align: center;
  display: block;
}

.btn .add::before {
  font-weight: 900;
  content: "\f055";
  font-family: "Font Awesome 5 Free";
  font-size: 40px;
  color: #000;
  width: 100%;
  text-align: center;
  display: block;
}

.btn .add::after {
  content: "RETORNAR";
  font-family: open sans;
  font-size: 16px;
  color: #000;
  width: 100%;
  text-align: center;
  display: block;
}

.btn.white *::before, .btn.white *::after {
  color: #fff !important;
}

* {
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #333;
  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: open sans;
  font-size: 22px;
  text-align: center
}

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

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

body {
  overflow-x: hidden
}

a {
  text-decoration: none
}

.esquerda,
.esquerdo,
.left,
.float-left,
.alignleft {
  float: left;
  display: table;
  margin: 0 10px 10px 0
}

.direita,
.direito,
.right,
.float-right,
.alignright {
  float: right;
  display: table;
  margin: 0 0 10px 10px
}

.meio,
.center,
.aligncenter {
  display: table;
  margin: 20px auto
}

.borda {
  padding: 2px;
  background: #fff;
  box-shadow: 0 0 2px 0 #666
}

.global {
  margin: 0 auto
}

.conteudo-pages {
  min-height: 500px;
}

.texto-pages span {
  font-weight: bold;
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 15px 0;
}

.texto-pages span, .texto-pages b {
  font-weight: bold;
  font-size: 17px;
}

.texto-pages p, .texto-pages li, span, b {
  font: 17px/25px Open Sans;
  margin: 15px 0;
  text-align: justify;
}

.texto-pages li:before {
  font-family: "Font Awesome 5 Free";
  font-size: 22px;
  content: '\f101';
  font-weight: bold;
  text-shadow: 1px 1px 2px #000;
  padding-right: 5px;
  color: #ffab03;
}

.texo-pages span {
  font-weight: bold;
}

.texto-pages h1 {
  font: 34px 'Fjalla One', sans-serif;
  color: #000000;
  padding: 30px 0;
  text-align: center;
  border-bottom: 1px solid #afafaf;
  display: flex;
  align-items: center;
  justify-content: center;
}

.texto-pages h2 {
  font: 26px 'Fjalla One', sans-serif;
  font-weight: bold;
  color: #353535;
  padding: 20px 0;
}

.texto-pages ul {
  list-style: none;
  padding: 0 5px;
}

.contato input {
  width: 100%;
  padding: 10px 30px 10px 20px;
  background: #eee;
  border: #ccc;
  color: #666;
  box-sizing: border-box;
  margin-bottom: 10px;
  outline: none !important;
  font-size: 17px;
  box-shadow: 2px 0 0 0 #333 inset;
  position: relative
}

.contato [required="required"] {
  background: #eee url(template/images/required.png) center right 10px no-repeat;
  background-size: 9px
}

.contato select,
.contato option {
  width: 50%;
  padding: 10px 20px;
  background: #eee;
  border: #ccc;
  color: #666;
  box-sizing: border-box;
  margin-bottom: 10px;
  outline: none !important;
  font-size: 17px;
  box-shadow: 2px 0 0 0 #333 inset
}

.contato textarea {
  width: 100%;
  padding: 10px 30px 10px 20px;
  background: #eee;
  border: #ccc;
  color: #666;
  box-sizing: border-box;
  margin-bottom: 10px;
  outline: none !important;
  resize: none;
  height: 200px;
  font-size: 17px;
  box-shadow: 2px 0 0 0 #333 inset;
  position: relative
}

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

.contato .required {
  color: #d90000;
  font: 17px open sans;
  font-weight: lighter;
  margin-bottom: 10px
}

.contato .required img {
  height: 9px
}

.topo-total {
  background: #ffffff;
  box-shadow: 0 2px 5px 0;
  position: relative;
  z-index: 999;
}

.topo {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  visibility: hidden
}

.logo {
  margin: 10px 0;
  padding: 0 20px
}

.menu ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap
}

.menu li {
  list-style-type: none;
  margin: 20px 0
}

.menu li a {
  color: #fbae17;
  font: 28px 'Fjalla One', sans-serif;
  padding: 0 8px;
  margin: 10px 0;
  border-right: 3px solid #fff;
  transition: .5s;
  position: relative;
}

.menu li a:after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 10px;
  opacity: 0;
  transform: translate(0px, 60%);
  transition: all .3s;
}

.menu li:last-child a {
  border: none
}

.menu li a:hover {
  color: transparent
}

.menu li a:hover:after {
  color: #000;
  transform: translate(0px);
  opacity: 1
}

.rodape-total {
  background: #2A2A2A
}

.rodape {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column
}

.conteudo-rodape {
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #525152;
  align-items: center
}

.texto-rodape {
  font: 25px 'Fjalla One', sans-serif;
  color: #fff;
  margin: 20px 0
}

.texto-rodape span {
  font: 25px 'Fjalla One', sans-serif;
  color: #fbae17;
}

.social-rodape {
  display: flex;
  justify-content: space-around
}

.social-rodape a {
  margin: 10px
}

.social-rodape i {
  font-size: 20px;
  color: #fff;
  background: #525152;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 999;
  position: relative;
  transition: .4s
}

.social-rodape i:hover {
  background: none
}

.social-rodape i:after {
  content: '';
  width: 0;
  height: 0;
  background: #fbae17;
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  transition: .5s;
}

.social-rodape i:hover:after {
  width: 100%;
  height: 100%
}

.logo-pw {
  text-align: center;
  padding: 20px 0px;
}

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

.logo-pw div p:first-child a {
  color: #555;
  font: 12px Helvetica;
  margin-top: -8px;
  display: block;
  color: #fff;
  font: 12px Helvetica;
  margin-top: -8px;
  display: block
}

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

.box-05 {
  width: 800px;
  margin: auto;
  padding: 50px 0;
}

.box-05 .titulo {
  font: 35px 'Fjalla One', sans-serif;
  padding-bottom: 25px;
  text-align: center;
}

.box-05 form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.box-05 input {
  width: 100%;
  padding: 20px;
  margin: 10px 0;
  box-sizing: border-box;
  font: 18px "open sans";
  border: 1px solid #ddd;
  border-radius: 4px;
  outline: none;
}

.box-05 textarea {
  resize: none;
  height: 100px;
  width: 100%;
  padding: 20px;
  margin: 10px 0;
  box-sizing: border-box;
  font: 18px "open sans";
  border: 1px solid #ddd;
  border-radius: 4px;
  outline: none;
}

.box-05 input.submit {
  width: 300px;
  background: #fbae17;
  border: 1px solid #fff;
  color: #fff;
  transition: all .5s;
  cursor: pointer;
  text-transform: uppercase;
}

.box-05 input.submit:hover {
  background: #2a2a2a;
  color: #ffffff;
}

/* Index */
.swiper-slide {
  min-height: 600px;
  background: #2b2b2b;
}

.swiper-slide img {
  display: flex;
}

.box-01-total {
  position: relative;
  display: flex;
  justify-content: center;
}

.box-01 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  position: absolute;
  bottom: -100px;
  z-index: 999;
}

.box-01 .box {
  width: 32%;
  background: #454545;
  text-align: center;
  box-shadow: 6px 6px 0px 0px rgba(37, 37, 37, 0.6);
  transition: .5s;
  position: relative;
  display: flex;
}

.box-01 .box:after {
  content: '';
  height: 0%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: .5s;
  background: rgba(0, 0, 0, 0.5);
}

.box-01 .box:hover:after {
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.box-01 .box .img {
  background: #fbae17;
  width: 190px;
  height: 190px;
  margin: 30px auto;
  margin-top: -50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 999;
  border: 1px solid #fff;
  box-shadow: 0px 0px 0px 15px #fbae17;
  transition: .5s;
}

.box-01 .box:hover .img {
  box-shadow: 0px 0px 0px 10px #fbae17;
}

.box-01 .box .img i {
  font-size: 90px;
  color: #fff;
}

.box-01 .box .titulo {
  margin: 10px 0px;
  font: 30px 'Fjalla One', sans-serif;
  color: #fff;
  position: relative;
  z-index: 1;
}

.box-01 .box .texto {
  margin: 10px 0px;
  padding: 0px 20px;
  font: 15px 'open sans';
  color: #fff;
  position: relative;
  z-index: 1;
}

.box-01 .box .botao {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 15px;
  position: relative;
  z-index: 1;
}

.box-01 .box .botao i {
  font-size: 30px;
  color: #fff;
  transition: .5s 0.4s;
}

.box-01 .box:hover .botao i {
  color: #fbae17;
  transform: translate(-10px);
}

.box-02-total {
  background: #2A2A2A;
}

.box-02 {
  display: flex;
  margin: 0 auto;
  width: 1200px;
  padding: 130px 30px 30px;
}

.box-02 .texto {
  margin: 30px 0px;
  font: 40px 'Fjalla One', sans-serif;
  color: #fbae17;
  text-transform: uppercase;
  visibility: hidden;
}

.box-03-total {}

.box-03 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.box-03 .conteudo-total {
  width: 56%;
  visibility: hidden;
}

.box-03 .conteudo {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.box-03 .conteudo .img {
  margin: 20px 0px;
  padding: 0px 10px;
}

.box-03 .conteudo .container {
  margin: 20px 0px;
}

.box-03 .conteudo .container .titulo {
  font: 48px 'Fjalla One', sans-serif;
  color: #2A2A2A;
  padding: 0px 20px;
}

.box-03 .conteudo .container .texto {
  font: 22px 'Fjalla One', sans-serif;
  color: #AAAAAA;
  padding: 0px 20px;
  text-transform: uppercase;
}

.box-03 .info {
  margin: 20px 0px;
}

.box-03 .info ul {}

.box-03 .info li {
  list-style-type: none;
  font: 25px 'Fjalla One', sans-serif;
  text-transform: uppercase;
  color: #444;
  padding: 0px 20px;
  margin: 5px 0px;
  display: flex;
  align-items: center;
}

.box-03 .info li i {
  color: #fbae17;
  padding-right: 10px;
  font-size: 15px;
}

.box-03 .img {
  margin: 20px 0px;
  visibility: hidden;
}

.box-04-total {
  display: flex;
  flex-direction: column;
  background: #eee;
}

.box-04 {
  width: 1200px;
  margin: 0 auto;
}

.box-04 .titulo {
  font: 50px 'Fjalla One', sans-serif;
  color: #444;
  margin: 20px 0px;
  padding: 0px 20px;
  text-align: center;
}

.box-04 .conteudo {
  display: flex;
  justify-content: space-around;
}

.box-04 .conteudo .item {
  width: 30%;
  visibility: hidden;
}

.box-04 .conteudo .item .img {
  margin: 10px 0px;
  perspective: 1000px;
}

.box-04 .conteudo .item .nome {
  font: 32px 'Fjalla One', sans-serif;
  color: #2A2A2A;
  margin: 10px 0px;
}

.box-04 .conteudo .item .texto {
  font: 16px 'open sans';
  color: #545454;
  margin: 10px 0px 20px;
}

.conteudo.empresa {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px;
  width: 1200px;
  margin: 0 auto;
}

.conteudo.empresa .item {
  width: 280px;
  overflow: hidden;
  position: relative;
}

.conteudo.empresa .nome {
  position: absolute;
  z-index: 9999;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font: 32px 'Fjalla One', sans-serif;
  color: #ffffff;
  background: rgba(42, 42, 42, 0.54);
}

.texto-pages strong {
  font: 17px/25px Open Sans;
  font-weight: bold;
  color: #000;
}

.texto-pages h1 img {
  width: 40px;
}

.texto-pages {
  width: 1200px;
  margin: 0 auto;
  min-height: 620px;
}

.empresa-total {
  background: #eee;
  padding: 20px;
}

.empresa-total h2 {
  width: 1200px;
  margin: 0 auto;
  font: 30px 'Fjalla One', sans-serif;
  color: #444;
}

.gerenciamento-total {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.conteudo-gerenciamento {
  margin: 10px;
  width: 50%;
  display: flex;
}

.imagem-gerenciamento img {
  margin: 30px;
}

.consultoria-total {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.conteudo-consultoria {
  margin: 10px;
  width: 50%;
  display: flex;
}

.imagem-consultoria img {
  margin: 30px;
}

.administracao-total {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.conteudo-administracao {
  margin: 10px;
  width: 50%;
  display: flex;
}

.imagem-administracao img {
  margin: 30px;
}

.contato {
  display: flex;
  justify-content: space-between;
}

.contato .box-05 input {
  width: 70%;
}

.contato .box-05 textarea {
  width: 70%;
}

.contato p {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.contato .box-05 {
  width: 650px;
}

.noticias .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px 0;
  background: #eee;
  margin: 10px 0;
  position: relative;
  align-items: center;
}

.texto-noticia a {
  width: 100%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.item-noticia a {
  width: 95%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  padding: 0px 20px;
}

span.btn-mais {
  color: #2a2a2a;
  margin: 0;
}

span.btn-mais:hover {
  color: #ffab03;
}

.noticias .img {
  height: 207px;
  width: 400px;
  overflow: hidden;
}

.noticias .img img {
  height: 210px;
}
.noticias.en .img.en img {
  height: unset;
}
.img.en img {
    height: unset;
}
.noticias.en .img.en {
    height: unset;
}
.item-noticia {
  width: 800px;
}

.titulo-noticia {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px;
}

.data {
  font: 16px 'Fjalla One', sans-serif;
  font-weight: bold;
  color: #353535;
}

.texto-noticia {
  font: 17px/25px Open Sans;
  margin: 15px 0;
  text-align: justify;
  padding: 0px 20px;
}

hr {
  margin: 30px;
  border: 1px solid #eee;
}

#wowslider-container1 a.ws_next>span:after, #wowslider-container1 a.ws_prev>span:after, #wowslider-container1 .ws_playpause>span:after {
  display: none;
}

#wowslider-container1 a.ws_prev>span:before, #wowslider-container1 a.ws_prev>span:after {
  display: none;
}

#wowslider-container1 a.ws_next>span:before, #wowslider-container1 a.ws_prev>span:before, #wowslider-container1 .ws_playpause>span:before, #wowslider-container1 a.ws_next>span:after, #wowslider-container1 a.ws_prev>span:after, #wowslider-container1 .ws_playpause>span:after {
  display: none;
}

#message-error-form {
  background: #ff000052;
  padding: 3px;
  text-align: center;
  color: #333333c7;
  border-radius: 4px;
  display: none;
  width: 100%;
  margin-bottom: 5px;
}

.texto-pages a {
  font-size: 17px;
}

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

  .conteudo-pages {
    padding: 2%
  }

  .box-01 {
    position: relative;
    bottom: 0;
  }

  .box-02 {
    padding: 30px;
  }
}

@media only screen and (max-width:1180px) {
  .box-03 .conteudo-total {
    width: 100%
  }

  .box-03 .conteudo {
    justify-content: center
  }

  .box-03 .info {
    display: none
  }

  .box-03 .img {
    padding: 0 20px
  }
}

@media only screen and (max-width:1022px) {
  .topo {
    flex-direction: column
  }

  .conteudo-rodape {
    display: block
  }

  .texto-rodape {
    text-align: center
  }
}

@media only screen and (max-width:970px) {
  * {
    visibility: visible
  }

  .box-01 .box .titulo {
    font: 25px 'Fjalla One', sans-serif
  }
}

@media only screen and (max-width:810px) {
  .swiper-slide {
    min-height: initial
  }

  .box-01 {
    position: relative;
    bottom: 0;
    flex-direction: column
  }

  .box-01 .box {
    width: 100%;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
    box-shadow: none
  }

  .box-01 .box .img {
    margin-top: 30px
  }

  .box-01 .box .titulo {
    font: 35px 'Fjalla One', sans-serif
  }

  .box-02 {
    padding: 30px
  }

  .box-05 {
    padding: 50px 10px;
  }
}

@media only screen and (max-width:700px) {
  .box-04 .conteudo .item .img .back i {
    font-size: 30px
  }

  .box-03 .conteudo .container .titulo {
    font: 38px 'Fjalla One', sans-serif
  }

  .box-04 .titulo {
    font: 40px 'Fjalla One', sans-serif
  }

  .box-04 .conteudo .item .nome {
    font: 19px 'Fjalla One', sans-serif
  }

  .box-04 .conteudo .item .texto {
    font: 15px open sans
  }
}

@media only screen and (max-width:582px) {
  .menu-total {
    width: 100%
  }

  .menu li {
    text-align: center;
    width: 48%;
    padding: 20px;
    margin: 7px 0;
    border: 2px solid #fff
  }

  .menu li a {
    font: 20px 'Fjalla One', sans-serif;
    border-right: none;
    padding: 10px 20px
  }

  .menu li a:hover {
    color: #fff
  }

  .menu li a:after {
    display: none
  }

  .box-01 .box .titulo {
    font: 25px 'Fjalla One', sans-serif
  }

  .box-01 .box .texto {
    font: 15px open sans
  }

  .box-02 .texto {
    font: 30px 'Fjalla One', sans-serif
  }

  .box-03 .info li {
    font: 20px 'Fjalla One', sans-serif
  }

  .box-04 .conteudo {
    flex-wrap: wrap;
  }

  .box-04 .conteudo .item {
    width: 90%;
  }
}
