/* Padrao */
.clientes_total > h2 {
  text-align: center;
  font: 60px "calibri";
  font-weight: lighter;
  color: #002133;
  margin-bottom: 30px;
}

.cliente {
  width: 160px;
  height: auto;
  padding: 10px;
  margin:30px;
  display: flex;
  align-items: center;
}

.cliente img {
  height:auto;
  max-height: 100px;
  max-width: 150px;
}

.clientes {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.clientes_total {
  width: 1200px;
  margin: 0 auto;
}


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;
}

.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: calibri;
  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: calibri;
  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: Calibri;
  font-size: 22px;
  text-align: center;
}

#aguarde {
  width: 100%;
  font-family: Calibri;
  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;
}

p {
  font: 20px montserrat;
  color: black;
  line-height: 37px;
  padding: 10px 0px;
}

.global {
  margin: 0 auto;
}

.conteudo-pages {
  min-height: 500px;
  width: 1200px;
  margin: 0 auto;
}

.texto-pages {
  font: 15px/25px Calibri;
  color: #000;
  text-align: justify;
}

.texto-pages h2 {
  font: 20px Calibri;
  padding-left: 10px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #000;
}

.menu-resp {
  display: none;
}

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

.menu-total .menu li.sub a {
  padding-right: 0;
  text-align: initial;
  display: flex;
  justify-content: center;
}

.menu li.sub a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  font-size: 23px;
  padding: 0 10px;
}

.menu-total .menu li:hover > a {
  background-color: #302556;
  color: white;
}

.sub .sub-menu li a:after {
  content: "";
}

.menu-total .sub-menu {
  display: none;
  /* display: none; */
  position: absolute;
  margin-top: 10px;
  right: -138px;
  z-index: 99999;
  /* min-width: 265px; */
}

.sub-menu ul {
  display: block;
  flex-direction: column;
}

.sub-menu li {
  display: block;
  display: flex;
  padding: 0;
}

.menu-total .sub-menu li a {
  color: #666;
  background: #837bb4;
  color: #fff7f7;
  width: 100%;
  /* min-width: 148px; */
  min-height: 40px;
  padding: 6px 6px;
  transition: 0.7s;
  padding-right: 10px !important;
  margin-top: -8px;
  justify-content: left !important;
}

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

.contato input {
  font-size: 17px;
  width: 48%;
  padding: 15px 20px;
  background: #eee;
  border: #ccc;
  color: #666;
  box-sizing: border-box;
  margin-bottom: 20px;
  outline: none !important;
  border-radius: 2px;
}

.contato input:focus, .contato textarea:focus {
  box-shadow: 2px 0 0 0 #f27f33 inset;
  border-radius: 0 2px 2px 0;
}

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

.contato .submit {
  width: 100%;
  cursor: pointer;
  background: #a1a1a1;
  color: #fff;
  border-radius: 2px !important;
  margin-bottom: 0;
}

body {
  overflow-x: hidden;
}

.fundo-slider {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: -1;
}

.topo-total {
  background: url("../pw-slider-data/images/empresa-traducao-juridica.jpg");
  padding: 100px 0;
}

.topo {
  width: 100%;
  margin: 0 auto;
  top: 0;
  display: flex;
  height: 200px;
  flex-wrap: wrap;
  background: url("../pw-slider-data/images/empresa-traducao-juridica.jpg");
  z-index: 9999999;
  /* text-align: center; */
  /* background: aliceblue; */
  position: fixed;
  justify-content: center;
}

.topo > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.menu li {
  display: inline-block;
  padding: 4px 20px;
}

.menu li a {
  font: 20px calibri;
  color: #fff;
  padding: 4px;
}

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

.rodape > div {
  padding: 20px 0;
  font: 20px calibri;
  color: #878787;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rodape .social img {
  padding: 5px;
}

.logo-pw {
  text-align: center;
}

.logo-pw p:last-child a {
  display: inline !important;
}

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

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

.g-recaptcha {
  margin: 10px auto !important;
}

.menu-total .sub-menu li {
  min-width: 265px;
}

.box-04-dois h1 {
  font: 60px "calibri";
  font-weight: lighter;
  color: #fff;
}

/*botao do wpp*/
.whatsapp {
  position: fixed;
  bottom: 30px;
  right: 30px;
  animation: atencao 10s 10s infinite;
}

.whatsapp a {
  background: #25d366;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 50%;
}

.whatsapp a:hover {
  animation: whatsapp 1.5s;
}

.whatsapp i {
  font-size: 35px;
  color: #fff;
}

/* Index */
.box-01-total {
  background: #fff;
  background-size: cover;
  padding: 40px;
}

.box-01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 1200px;
  margin: 70px auto;
}

.box-01 a:nth-child(1) .item {
  background-image: url(../pw-images/traducao-juridica.webp);
}

.box-01 a:nth-child(2) .item {
  background-image: url(../pw-images/traducao-juramentada.webp);
}

.box-01 a:nth-child(3) .item {
  background-image: url(../pw-images/traducao-financeira.webp);
}

.box-01 a:nth-child(4) .item {
  background-image: url(../pw-images/traducao-tecnica.webp);
}

.box-01 a:nth-child(5) .item {
  background-image: url(../pw-images/revisao.webp);
}

.box-01 a:nth-child(6) .item {
  background-image: url(../pw-images/consultoria-linguistica.webp);
}

.box-01 .item {
  width: 350px;
  margin: 10px 0px;
  background: #666;
  visibility: hidden;
}

.box-01 .item:hover {
  transform: scale(1.1);
  box-shadow: 0px 13px 22px -10px #313131;
  transition: all 0.7s;
  z-index: 1;
}

.box-01 .item .img {
  padding: 0px 20px;
}

.box-01 .item .img i {
  margin: 30px 0px;
  font-size: 70px;
  color: #fff;
}

.box-01 .item .titulo {
  font: 24px "calibri";
  font-weight: lighter;
  color: #fff;
  margin-bottom: 14px;
  padding: 0px 20px;
  min-height: 71px;
}

.box-01 .item .detalhe {
  font: 20px "calibri";
  font-weight: lighter;
  color: #fff;
  margin-bottom: 20px;
  padding: 0px 20px;
}

.box-01 .item .entrar {
  font: 20px "calibri";
  font-weight: lighter;
  color: #51708f;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  background: #eee;
  position: relative;
}

.box-01 .item:hover .entrar::before {
  top: -38px;
}

.box-01 .item .entrar::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 30px;
  border: 20px solid transparent;
  border-bottom-color: #eee;
}

.box-02-total {
  background: url("../pw-images/fundo-box-02.jpg");
  background-size: cover;
  padding: 60px;
}

.box-02 {
  width: 1060px;
  margin: 0 auto;
  text-align: center;
}

.box-02 .titulo {
  font: 60px "calibri";
  font-weight: lighter;
  color: #002133;
  margin-bottom: 30px;
}

.box-02 .conteudo {
  font: 20px "calibri";
  font-weight: lighter;
  color: #002133;
  margin-bottom: 30px;
}

.box-02 .entrar {
  font: 25px "calibri";
  font-weight: lighter;
  color: #002133;
  padding: 10px 50px;
  display: table;
  margin: 0 auto;
  border: 2px solid #002133;
}

.box-02 .entrar:hover {
  background: #002133;
  color: #f8f8f8;
}

.box-03-total {
  padding: 40px 0px 0px;
}

.box-03 {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.box-03 > .titulo {
  font: 50px "calibri";
  font-weight: lighter;
  color: #002133;
  margin-bottom: 30px;
}

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

.box-03 .box .item {
  width: 300px;
  padding: 40px 20px;
  box-sizing: border-box;
}

.box-03 .box .item:hover {
  background: #f8f8f8;
  border-radius: 20px 20px 0px 0px;
}

.box-03 .box .item:hover .img {
  box-shadow: 0px 0px 2px 2px #ccc;
  background: #ccc;
}

.box-03 .box .item .img {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
}

.box-03 .box .item .titulo {
  font: 20px "calibri";
  font-weight: lighter;
  color: #666;
  margin-bottom: 16px;
  min-height: 55px;
}

.box-03 .box .item .data {
  font: 20px "calibri";
  font-weight: lighter;
  color: #999;
  min-height: 91px;
}

.box-04-total {
  background: url("../pw-images/fundo-box-03.jpg");
  background-size: cover;
  padding: 60px;
}

.box-02 {
  width: 1060px;
  margin: 0 auto;
  text-align: center;
}

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

.box-04 > .titulo {
  width: 380px;
  font: 60px "calibri";
  font-weight: lighter;
  color: #fff;
  justify-content: center;
  display: flex;
  align-items: center;
}

.box-04 .contato {
  width: 660px;
}

.mapa {
  position: relative;
  display: flex;
}

/*.titulo-total {height: 61px;margin: 209px 0px 0px;}*/
.titulo-total .titulo h1 {
  font: 35px Calibri;
  text-align: center;
  color: white;
  background-color: #6b639c;
  padding: 10px;
  margin: 17px 0px;
}

.titulo-total .titulo h2 {
  font: 35px Calibri;
  text-align: center;
  color: white;
  background-color: #6b639c;
  padding: 10px;
  /* margin: 17px 0px; */
}

.titulo-total2 {
  background: #6b639c;
  height: 4px;
  align-items: center;
  margin: 30px;
  display: flex;
}

.titulo-total2 .titulo {
  font: 20px calibri;
  color: white;
  font-weight: bold;
  margin: 0px 72px 0px 497px;
}

.titulo-total2 .botao {
  width: 201px;
  height: 28px;
  font: 20px calibri;
  cursor: pointer;
  margin: 11px 0px;
  color: white;
  padding: 13px 10px;
  /* border-radius: 9px; */
  /* border: 2px solid #edbc5b; */
  transition: 0.7s;
  box-shadow: rgb(0 0 0 / 40%) 9px 8px 6px, rgb(0 0 0 / 22%) 0px 9px 8px;
  text-align: center;
}

span {
  /* font-size: 20px; */
  /* margin: 21px 0px; */
  font-weight: bold;
  color: #6b639c;
  font: 25px montserrat;
}

.contato .submit:hover {
  background-color: #755ea2;
}

/*todas as paginas internas */
.box-servicos .descricao {
  margin: 56px 0px;
}

.box-servicos .conteudo {
  display: flex;
}

.box-servicos .botao:hover {
  background-color: #2b254a;
}

.box-servicos-2 .botao:hover {
  background-color: #2b254a;
}

.box-servicos .botao {
  background-color: #6b639c;
  width: 201px;
  height: 26px;
  font: 20px calibri;
  cursor: pointer;
  margin: 20px auto;
  color: white;
  padding: 13px 10px;
  /* border-radius: 9px; */
  /* border: 2px solid #edbc5b; */
  transition: 0.7s;
  box-shadow: rgb(0 0 0 / 40%) 9px 8px 6px, rgb(0 0 0 / 22%) 0px 9px 8px;
  text-align: center;
}

.box-servicos .img {
  float: left;
  margin: 20px 15px 20px 0px;
}

.box-servicos .img {
  float: left;
  margin: 5px 15px 20px 0px;
}

/*quem somos*/
.box-quem-somos .descricao {
  display: flex;
  /* min-height: 500px; */
  width: 1200px;
  margin: 0 auto;
  /* margin: 48px 300px; */
}

.box-quem-somos .descricao p {
  margin: 96px 0px;
  /* font: 20px calibri; */
}

.img-qm {
  border-radius: 200px;
  box-shadow: rgb(107 99 156) 0px 1px 4px, rgb(107 99 156) 0px 0px 0px 3px;
  /* background: #6b639c; */
  margin: 101px 0px;
}

.box-servicos .img-left {
  float: right;
  margin: 5px 0px 20px 15px;
}

.fundo {
  /* width: 998px; */
  background-color: #9698bb75;
  /* margin: 20px; */
  /* height: 306px; */
}

.box-servicos-2 .descricao {
  margin: 56px 0px;
  /* line-height: 35px; */
}

.box-servicos-2 .conteudo {
  display: flex;
}

.box-servicos-2 .botao {
  background-color: #6b639c;
  width: 201px;
  height: 26px;
  font: 20px calibri;
  cursor: pointer;
  margin: 0 auto;
  color: white;
  padding: 13px 10px;
  /* border-radius: 9px; */
  /* border: 2px solid #edbc5b; */
  transition: 0.7s;
  box-shadow: rgb(0 0 0 / 40%) 9px 8px 6px, rgb(0 0 0 / 22%) 0px 9px 8px;
  text-align: center;
}

.box-servicos-2 {
  width: 1200px;
  margin: 0 auto;
  /* margin: 0px 350px auto; */
}

.box-04-total-dois {
  background: url("../pw-images/banners/1.jpg");
  background-size: cover;
  padding: 60px;
  margin: 92px 0px 0px;
  height: 482px;
  /* flex-wrap: wrap; */
  display: flex;
}

.box-04-dois {
  width: 1200px;
  /* margin: 0 auto; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.box-04-dois > .titulo {
  width: 380px;
  font: 60px "calibri";
  font-weight: lighter;
  color: #fff;
  display: flex;
  align-items: center;
}

.box-04-dois .contato {
  width: 660px;
}

.informacoes-de-contato i {
  color: #ffffff;
  font-size: 25px;
  margin: 0px 10px;
}

.informacoes-de-contato p {
  color: #eeeeee;
  font: 26px montserrat;
  display: flex;
}

.informacoes-de-contato .item {
  text-align: inherit;
  margin: 22px 0;
}

.informacoes-de-contato {
  margin: 183px auto;
}

/*whatsaap*/
.whatsapp {
  position: fixed;
  bottom: 30px;
  right: 30px;
  animation: atencao 10s 10s infinite;
}

.whatsapp a {
  background: #25d366;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.whatsapp a:hover {
  animation: whatsapp 1.5s;
}

.whatsapp i {
  font-size: 35px;
  color: #fff;
}

@keyframes whatsapp {
  30% {
      box-shadow: 0 0 0 7px rgba(37, 211, 102, 0.4);
  }

  45% {
      box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4);
  }

  60% {
      box-shadow: 0 0 0 7px rgba(37, 211, 102, 0.4);
  }
}

.feedback {
  cursor: pointer;
  padding: 10px;
  width: 300px;
  margin: 10px;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.281);
}

section.feedback > p {
  font-size: 16px;
  line-height: 22px;
}

.comentarios > h2 {
  font: 60px "calibri";
  font-weight: lighter;
  color: #002133;
  margin-bottom: 30px;
  text-align: center !important;
}

.comments {
  width: 1200px;
  display: flex;
  margin: 0 auto;
}

.slider > h2 {
  text-align: center;
  font-size: 20px;
  font: 24px "calibri";
  font-weight: lighter;
}

.logo p {
  font-size: 12px;
  line-height: 10px;
  padding: 0;
  color: #fff;
  font-family: calibri;
}

.link-box a:hover {
  color: #6b63d9;
}

.logo img {
  margin-block-end: 5px; }

.links {
  width: 1200px;
  margin: 0 auto;
  border-top: 2px solid #7980ae;
  border-bottom: 2px solid #7980ae;
  padding: 30px 0px;
}

.links h2 {
  font: 22px montserrat;
  font-weight: bold;
  color: #5e578f;
}

.links h2 i {
  font-size: 20px;
  color: #6b639c;
}

.link-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 40px 0px;
}

.descricao a {
  font: 20px montserrat;
  color: #2196F3;
  line-height: 37px;
  padding: 10px 0px;
}

.link-box a {
  width: 25%;
  margin: 20px 10px;
  text-align: center;
  font-size: 15px;
  font-family: 'Montserrat';
  color: #424242;
  font-weight: 600;
}

.link-box a:hover i {
  color: #6b639c;
}

.link-box a i {
  font-size: 15px;
}

/* Responsivo */
@media only screen and (max-width: 1615px) {
  .box-04-total-dois {
      height: 540px;
  }
}

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

  .conteudo-pages {
      padding: 2%;
  }

  .menu-total {
      display: block;
      width: 100%;
  }

  .menu li {
      margin-left: 0;
      margin-right: 0;
      text-align: center;
  }

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

  .fundo-slider * {
      max-width: unset !important;
  }

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

  .rodape div {
      margin: 0;
  }

  .rodape > div {
      padding: 10px 0;
  }

  .box-quem-somos .descricao {
      display: flex;
      /* min-height: 500px; */
      width: 1100px;
      margin: 0 auto;
      /* margin: 48px 300px; */
  }

  .box-servicos-2 .descricao {
      margin: 56px 40px;
      /* line-height: 35px; */
  }
}

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

  p {
      font: 18px montserrat;
      color: black;
      line-height: 37px;
  }

  .box-servicos-2 .botao {
      background-color: #6b639c;
      width: 210px;
      height: 51px;
      font: 20px calibri;
      cursor: pointer;
      margin: 0 auto;
      /* margin: -20px 516px 46px; */
      color: white;
      padding: 13px 10px;
      /* border-radius: 9px; */
      /* border: 2px solid #edbc5b; */
      transition: 0.7s;
      box-shadow: rgb(0 0 0 / 40%) 9px 8px 6px, rgb(0 0 0 / 22%) 0px 9px 8px;
      text-align: center;
  }

  .img-qm {
      border-radius: 200px;
      box-shadow: rgb(107 99 156) 0px 1px 4px, rgb(107 99 156) 0px 0px 0px 3px;
      /* background: #6b639c; */
      margin: 60px 0px;
  }

  .box-quem-somos .descricao {
      display: flex;
      /* min-height: 500px; */
      width: 1200px;
      margin: 0px 15px auto;
      /* margin: 48px 300px; */
  }

  .box-servicos .botao {
      background-color: #6b639c;
      width: 204px;
      height: 51px;
      font: 20px calibri;
      cursor: pointer;
      margin: 0 auto;
      color: white;
      padding: 13px 10px;
      /* border-radius: 9px; */
      /* border: 2px solid #edbc5b; */
      transition: 0.7s;
      box-shadow: rgb(0 0 0 / 40%) 9px 8px 6px, rgb(0 0 0 / 22%) 0px 9px 8px;
      text-align: center;
  }

  .informacoes-de-contato p {
      color: #eeeeee;
      font: 18px montserrat;
  }

  .box-04-total-dois {
      background: url(../pw-images/banners/1.jpg);
      background-size: cover;
      /* padding: 60px; */
      margin: 92px 0px 0px;
      /* width: 900px; */
      height: 660px;
      /* flex-wrap: wrap; */
      display: flex;
  }
}

@media only screen and (max-width: 900px) {
  .box-servicos .img {
      float: none;
      margin: 4px auto;
      text-align: center;
  }

  .box-servicos .botao {
      margin: 0 auto;
  }

  .box-servicos .img-left {
      float: none;
      margin: 4px auto;
      text-align: center;
  }

  .menu-total .sub-menu {
      right: 0%;
  }

  .box-servicos .botao {
      background-color: #6b639c;
      width: 204px;
      height: auto;
      font: 20px calibri;
      cursor: pointer;
      margin: 20px auto;
      color: white;
      padding: 13px 10px;
      text-align: center;
      /* border-radius: 9px; */
      /* border: 2px solid #edbc5b; */
      transition: 0.7s;
      box-shadow: rgb(0 0 0 / 40%) 9px 8px 6px, rgb(0 0 0 / 22%) 0px 9px 8px;
      text-align: center;
  }

  .box-servicos .descricao {
      margin: 0px 0px;
      /* line-height: 35px; */
  }

  .box-04-dois > .titulo {
      width: 380px;
      font: 40px "calibri";
      font-weight: lighter;
      color: #fff;
      display: flex;
      align-items: center;
  }

  .box-servicos-2 .descricao {
      margin: 10px 20px;
      /* line-height: 35px; */
  }

  .box-servicos .descricao {
      margin: 40px 0px;
      /* line-height: 35px; */
  }

  .box-04-dois h1 {
      font-size: 40px;
  }
}

@media only screen and (max-width: 600px) {
  .topo {
      padding: 5px;
  }

  .topo-total {
      padding: 30px 0 !important;
  }

  .menu li {
      padding: 4px !important;
      text-align: center;
      min-height: 40px;
      display: flex;
      /* align-items: center; */
      justify-content: center;
  }

  .box-02-total {
      padding: 10px !important;
  }

  .box-02 .titulo, .box-03 .titulo, .box-04 .titulo {
      font-size: 32px !important;
      margin-bottom: 19px !important;
  }

  .box-04 .contato input {
      width: 100% !important;
  }

  .box-04-total-dois {
      flex-direction: column;
      height: auto;
  }

  .informacoes-de-contato {
      height: auto;
      margin: 10px 0;
  }

  .menu-total .sub-menu li a {
      background: #53698e;
      color: #ffffff;
      border-radius: 4px;
  }

  .box-quem-somos .descricao {
      width: 90%;
      margin: 0 auto;
  }

  .box-servicos .descricao {
      margin: 20px 0px;
      /* line-height: 35px; */
  }

  .box-servicos .img {
      float: none;
      margin: 4px auto;
  }

  .box-servicos .img-left {
      float: none;
      margin: 4px auto;
  }

  .menu-total .sub-menu {
      /* justify-content: center; */
      right: 0%;
      left: 30%;
  }

  .menu li a {
      padding: 0 0px 0px;
  }

  .linha .item:last-child {
      font-size: 13px;
  }

  .linha-total .linha {
      justify-content: center;
  }

  .menu li a {
      color: #fff;
  }

  .menu li {
      width: 50%;
      padding: 10px;
      background: #53698e;
      border: 1px solid #fff;
      text-align: center;
  }

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

  .linha .item {
      margin: 5px;
  }

  .topo {
      width: 100%;
      margin: 0 auto;
      top: 0;
      display: flex;
      height: 233px;
      flex-wrap: wrap;
      background: url(../pw-slider-data/images/empresa-traducao-juridica.jpg);
      z-index: 9999999;
      /* text-align: center; */
      /* background: aliceblue; */
      position: relative;
      justify-content: space-around;
  }

  .box-01 {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      width: 1200px;
      margin: 140px auto;
  }

  .global {
      margin: 0px auto;
  }

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

  .box-01 .item .titulo {
      font: 24px "calibri";
      font-weight: lighter;
      color: #fff;
      margin-bottom: 14px;
      text-align: center;
      padding: 0px 20px;
      min-height: 71px;
  }

  .box-01 .item .img {
      padding: 0px 20px;
      text-align: center;
  }

  .box-servicos {
      margin: 10px;
  }

  .titulo-total .titulo {
      font: 27px Calibri;
      text-align: center;
      /* width: 20px; */
      height: auto;
      color: white;
      background-color: #6b639c;
      padding: 10px;
      /* margin: 17px 0px; */
  }

  .box-servicos .descricao {
      margin: 40px 0px;
      /* line-height: 35px; */
  }

  .titulo-total .titulo h1 {
      font: 26px Calibri;
      text-align: center;
      color: white;
      background-color: #6b639c;
      padding: 10px;
      /* margin: 17px 0px; */
  }

  .titulo-total .titulo h2 {
      font: 27px Calibri;
      text-align: center;
      color: white;
      background-color: #6b639c;
      padding: 10px;
      /* margin: 17px 0px; */
  }
}
