div:hover>.btn {
  display: block;
  opacity: 1;
  transform: rotate(360);
  transition: all 1s;
}
.mobileshow {
  display: none;
}
.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;
}
.spacehist {
  margin-right: 12px;
}
.sizhist img {
  width: 135px;
}
.sizhistp {
  width: 135px;
}
.historiclinha {
  display: flex;
  padding: 20px;
}

.sizhistp p {
  font-size: 12px;
  text-align: initial;
}
.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: Roboto;
  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: Roboto;
  font-size: 16px;
  color: #000;
  width: 100%;
  text-align: center;
  display: block;
}

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

@font-face {
  font-family: 'egrvs';
  src: url('../pw-fonts/tt0586m.eot');
  src: local(''), url('../pw-fonts/tt0586m.woff') format('woff'), url('../pw-fonts/tt0586m.ttf') format('truetype'), url('../pw-fonts/tt0586m.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

* {
  font-size: 12px;
  font-family: Verdana, roboto, 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: Roboto;
  font-size: 22px;
  text-align: center
}

#aguarde {
  width: 100%;
  font-family: Roboto;
  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;
  background: url('../pw-images/fundo-4.jpg') center top no-repeat fixed
}

a {
  text-decoration: none
}

.global {
  margin: 0 auto
}

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

.texto-pages,
ul li,
p {
  font: 18px/31px Roboto;
  color: #000;
  text-align: justify;
}

.texto-pages.antiespumante {
  text-align: center;
}

.texto-pages.antiespumante img {
  border-radius: 5px;
}

b {
  font: 16px/30px Roboto;
  font-weight: bolder;
}

.texto-pages h1 {
  font: 42px egrvs;
  margin: 20px 0;
  font-weight: bold;
  color: #002f40;
  text-align: center;
}

.box-02-total .box-02 .conteudo .descricao h2 {
  font: 29px egrvs;
  font-weight: bold;
  color: #002f40;
  text-align: left;
}

.texto-pages h2 {
  font: 30px egrvs;
  padding-left: 10px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #3975a4;
  padding: 10px;
}

.texto-pages h3 {
  font: 24px egrvs;
  margin-bottom: 15px;
  font-weight: 700;
  color: #3975a4;
  text-align: left;
  background: #fffa;
  padding: 10px;
}

.mvv-titulo h3 {
  font: 26px/30px egrvs;
  color: #002f40;
}

li {
  list-style: none;
  padding: 10px 0;
}

.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('../pw-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 Roboto;
  font-weight: lighter;
  margin-bottom: 10px
}

.contato .required img {
  height: 9px
}

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

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

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

.topo {
  text-align: center;
  display: flex
}

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

.menu-total {
  visibility: hidden;
  z-index: 99999;
  position: relative;
}

.menu {
  margin: 30px 0
}

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

.menu li {
  list-style-type: none;
  padding: 0 10px
}

.menu li a {
  font: 24px egrvs;
  color: #002f40;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu li a:hover {
  color: #3975a4;
}

.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: #3975a4;
  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'
}

li.subsub:hover ul {
  display: block;
}

li.subsub ul {
  display: none;
  position: absolute;
  z-index: 999;
  margin-left: 187px;
  top: 0;
  color: #fff !important;
}

li.subsub {
  position: relative;
}

li.subsub a {
  color: #666 !important;
}

li.subsub a:hover {
  color: #fff !important;
}

.rodape-total {
  background: #002f40;
  border-top: 2px solid #3975a4;
  box-shadow: 0 10px 20px -7px #000 inset;
}

.rodape {
  display: flex;
  justify-content: space-around;
  align-items: center
}

.rodape .texto-rodape .item {
  font: 16px Roboto;
  color: #fff;
  margin: 20px 0;
  padding: 0 20px;
  display: flex;
  align-items: center
}

.rodape .texto-rodape .item i {
  font-size: 25px;
  color: #3975a4;
  padding-right: 10px
}

.rodape .menu-rodape li {
  list-style-type: none
}

.rodape .menu-rodape li a {
  font: 20px egrvs;
  color: #fff;
  display: flex;
  align-items: center
}

.rodape .menu-rodape li a:after {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #3975a4;
  padding-left: 10px;
  font-size: 16px
}

.rodape .social {
  width: 300px;
}

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

.rodape .social .redes .item i {
  font-size: 30px;
  color: #3975a4;
  margin: 20px auto
}

.rodape .top {
  background: #3975a4;
  transition: .7s;
  z-index: 99999999;
  bottom: 30px;
  right: 40px
}

.rodape .top i {
  font-size: 30px;
  padding: 20px;
  color: #fff;
  transition: 1s
}

.slogan-total {
  text-align: center;
  padding: 43px 0
}

.slogan {
  width: 900px;
  margin: 50px auto
}

.slogan .texto {
  font: 47px egrvs;
  color: #002f40;
  margin: 50px auto;
  padding: 0 20px;
  visibility: hidden;
  position: relative;
  z-index: -1;
}

.slogan .botao {
  width: 470px;
  font: 36px egrvs;
  color: #002f40;
  padding: 30px;
  margin: 100px auto;
  border: 4px solid #3975a4;
  cursor: pointer;
  visibility: hidden;
  transition: .5s all;
}

.box-01-total {
  background: #3975a4;
  position: relative
}

.box-01 .titulo-total {
  background: #3975a4;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center
}

.box-01 .titulo-total .titulo {
  margin: 50px 0;
  padding: 0 20px
}

.box-01 .titulo-total .titulo .linha {
  width: 130px;
  background: #fff;
  height: 7px;
  transition: .7s
}

.box-01 .titulo-total .titulo .texto {
  font: 40px egrvs;
  color: #fff;
  margin: 10px 0
}

.box-01 .titulo-total .descricao {
  width: 920px;
  font: 35px egrvs;
  color: #fff;
  margin: 20px 0;
  padding: 0 20px
}

.box-01 .conteudo {
  display: flex;
  flex-wrap: wrap
}

.box-01 .conteudo .item {
  position: relative;
  display: flex;
  justify-content: center;
  width: 25%;
  overflow: hidden;
  visibility: hidden;
  background: #fff;
}

.box-01 .conteudo .item a {
  width: 100%
}

.box-01 .conteudo .item .nome {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  z-index: 9;
  transition: .7s
}

.box-01 .conteudo .item .img {
  display: flex;
  justify-content: center;
  background: #3975a4;
  transition: .7s;
}

.box-01 .conteudo .item .img img {
  opacity: .7;
  transition: .7s;
  width: 100%;
}

.box-01 .conteudo .item .nome .titulo {
  font: 24px egrvs;
  color: #fff;
  padding: 0 15px;
  text-align: right;
  transition: .7s
}

.box-01 .conteudo .item .nome .botao {
  width: 25px;
  height: 25px;
  border: 1px solid #3975a4;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .7s
}

.box-01 .conteudo .item .nome .botao i {
  font-size: 15px;
  color: #fff
}

.box-02-total {
  position: relative
}

.box-02 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #fff;
  box-sizing: border-box
}

.box-02 .conteudo {
  width: 50%;
  visibility: hidden
}

.box-02 .conteudo .titulo-total {
  width: 340px;
  margin: 50px 20px
}

.box-02 .conteudo .titulo-total .linha {
  background: #3975a4;
  width: 130px;
  height: 7px;
  transition: .7s
}

.box-02 .conteudo .titulo {
  font: 40px egrvs;
  color: #242414
}

.box-02 .conteudo .descricao {
  font: 19px Roboto;
  color: #000;
  margin: 20px
}

.box-02 .conteudo .botao {
  margin: 30px 0;
  display: flex
}

.box-02 .conteudo .botao a {
  font: 22px egrvs;
  color: #3975a4;
  margin: 30px 20px;
  padding: 20px 10px;
  border: 2px solid #3975a4;
  transition: .7s
}

.box-02 .img {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3975a4;
  overflow: hidden;
  visibility: hidden;
  width: 50%
}

.box-02 .img img {
  opacity: .4;
  max-width: none
}

.box-02 .img .texto {
  position: absolute;
  font: 100px egrvs;
  color: #fff;
  width: 500px;
  margin: 0 auto;
  text-align: center;
  border-top: 16px solid #fff;
  padding-top: 50px
}

.box-03-total {
  background: #002f40
}

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

.box-03 .titulo-total {
  margin: 20px auto;
  width: 1200px
}

.box-03 .titulo-total .titulo {
  margin: 0 auto 20px;
  font: 40px egrvs;
  color: #fff;
  text-align: center
}

.box-03 .barra {
  width: 100%;
  margin: 0 auto
}

.box-03 .linha {
  background: #3975a4;
  width: 10%;
  height: 5px;
  transition: .7s;
  margin: 0 auto
}

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

.box-03 .conteudo .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.box-03 .conteudo .container .item {
  width: 33%;
  text-align: center;
  background: #002f40;
  box-sizing: border-box;
  transition: .7s !important;
  visibility: hidden;
}

.box-03 .box-03-desc p {
  color: #fff;
  padding: 20px;
  text-align: center;
}

.box-03 .conteudo .container .item:last-child {
  border-right: none
}

.box-03 .conteudo .container .item .img i {
  font-size: 45px;
  color: #3975a4;
  margin: 10px 0;
  padding: 0 20px;
  transition: .7s
}

.box-03 .conteudo .container .item .titulo {
  font: 24px egrvs;
  color: #fff;
  margin: 10px 0;
  padding: 0 10px
}

.box-03 .conteudo .container .item .texto {
  font: 16px Roboto;
  color: #fff;
  margin: 20px 0;
  padding: 0 10px
}

.box-04-total {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3975a4;
  position: relative
}

.box-04 {
  display: flex;
  align-items: center
}

.box-04 .conteudo {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  width: 100%;
  z-index: 1;
  visibility: hidden
}

.box-04 .conteudo .barra {
  background: #fff;
  width: 30%;
  height: 7px;
  transition: .7s
}

.box-04 .conteudo .titulo {
  font: 60px egrvs;
  color: #fff
}

.box-04 .conteudo .botao {
  font: 40px egrvs;
  color: #fff;
  text-align: center;
  padding: 30px;
  border: 2px solid #fff;
  transition: .7s
}

.box-04-total .img {
  display: flex;
  position: relative;
  z-index: 0;
  overflow: hidden
}

.box-04-total .img img {
  opacity: .4;
  max-width: none
}

.mapa {
  display: flex;
  position: relative
}

.formulario {
  background: #002f40;
}

.formulario form {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column
}

.formulario input {
  margin: 20px 0;
  padding: 20px;
  font: 22px egrvs;
  color: #fff;
  border: 2px solid #3975a4;
  background: none
}

.formulario input.submit {
  transition: .7s;
  cursor: pointer
}

.formulario input::placeholder {
  color: #999
}

.formulario textarea {
  margin: 0;
  padding: 20px;
  font: 22px egrvs;
  color: #fff;
  border: 2px solid #3975a4;
  background: none
}

.formulario textarea::placeholder {
  color: #999
}

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

.formulario .info input {
  width: 44.6%;
  margin: 20px 0 0
}

.mvv-total {
  display: flex;
  flex-wrap: wrap;
  margin: 25px;
  justify-content: space-between;
}

.mvv-titulo h3 {
  font: 26px/30px egrvs;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  background: none;
}

.mvv {
  width: 30%;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
}

.mvv-desc p {
  text-align: center;
  color: #fff;
  font-size: 17px;
}

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

i.fas.fa-long-arrow-alt-right {
  font-size: 20px;
  color: #002f40;
}

i.fas.fa-check,
i.fas.fa-arrow-circle-right {
  font-size: 16px;
  color: #3975a4;
}

.conteudo-contato {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 40px 0;
}

.conteudo-contato .box {
  width: 500px;
}

.conteudo-contato .box .dados .item {
  font: 16px 'roboto';
  color: #000;
  display: flex;
  align-items: center;
  margin: 20px 0px;
}

.conteudo-contato .box .dados .item a {
  color: #3975a4;
  font: inherit;
  display: flex;
  align-items: center;
  border-bottom: 1px solid;
  transition: .5s;
}

.conteudo-contato .box .dados .item a:hover {
  color: #002f40;
}

.conteudo-contato .box .dados .item i {
  font-size: inherit;
  color: #3975a4;
  margin: 0px 10px;
}

.conteudo-contato .box input {
  width: 100%;
  font: 16px egrvs;
  padding: 10px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  outline: none;
  box-sizing: border-box;
  background: #f5f5f5;
}

.conteudo-contato .box textarea {
  width: 100%;
  font: 16px egrvs;
  padding: 10px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  outline: none;
  resize: none;
  min-height: 250px;
  background: #f5f5f5;
  box-sizing: border-box;
}

.conteudo-contato .box input.submit {
  background: #3975a4;
  color: #fff;
  border-color: #3975a4;
  transition: .5s;
  cursor: pointer;
}

.conteudo-contato .box input.submit:hover {
  background: #002f40;
  border-color: #002f40;
}

.conteudo-contato .box .mapa iframe {
  width: 100%;
  height: 250px;
  border: 2px solid #002f40;
}

.produtos-total {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}

.produto-desc {
  width: 55%;
}

.produtos-img img {
  border-radius: 5px;
}

.img-sobre {
  text-align: center;
}

.mapa iframe {
  width: 100%;
  height: 350px;
  border: none;
}

@media only screen and (max-width:1700px) {
  .box-01 .conteudo .item .nome .titulo {
    font: 25px egrvs
  }
}

@media only screen and (max-width:1500px) {
  .box-01 .conteudo .item:nth-child(9) {
    display: none
  }

  .box-01 .conteudo .item:nth-child(10) {
    display: none
  }

  .box-01 .conteudo .item {
    width: 25%;
  }
}

@media only screen and (max-width:1200px) {
  .box-02 .img .texto {
    font: 60px egrvs;
    width: 190px;
    border-top: 10px solid #fff;
    padding-top: 30px
  }
}
@media only screen and (max-width:1182px) {
  .historiclinha.mobilehist {
    display: block;
    text-align: center;
  }
  .rmvmob {
    display: none;
  }

  .sizhistp {
    width: unset;
  }
  
  .sizhistp p {
    font-size: 12px;
    text-align: center;
  }

  .mobileshow {
    display: block;
  }

  .mobilermv {
    display: none;
  }
  .showmob {
    display: block;
  }
}

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

  .conteudo-pages {
    padding: 2%
  }

  .rodape {
    display: block
  }

  .rodape .texto-rodape .item {
    justify-content: center;
    text-align: center
  }

  .rodape .menu-rodape li a {
    justify-content: center;
    margin: 20px
  }

  .rodape>div {
    width: 100%;
    margin: 40px 0
  }

  .rodape .social {
    text-align: center;
    margin: auto;
  }

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

  .top {
    display: none
  }

  .box-01 .conteudo .item {
    width: 50%
  }

  .box-01 .conteudo .item:nth-child(9) {
    display: block
  }

  .menu li a.ativo {
    border: none;
    color: #333;
  }
}

@media only screen and (max-width:870px) {
  .menu li {
    width: 100%;
    text-align: center;
    margin: -1px;
    padding: 30px;
    border: 2px solid #fff;
    background: #3975a4;
    display: flex;
    justify-content: center;
  }

  .sub-menu {
    top: 143px;
    left: 1px;
    width: 100%
  }

  .sub-menu li {
    background: #fff;
    width: 100%;
    padding: 10px 10px;
    border: none;
    border-bottom: 3px solid #ccc;
  }

  .sub-menu li a {
    background: none
  }

  .box-02 .conteudo {
    width: 90%
  }

  .box-02 .img {
    display: none
  }

  li.subsub ul {
    display: block;
    position: relative;
    z-index: 999;
    margin-left: 0px;
    top: 0;
    color: #fff !important;
  }

  .l-sub {
    width: 100%;
    background: #dadada;
    color: #fff !important;
    padding: 10px;
  }
}

@media only screen and (max-width:760px) {
  .box-01 .conteudo .item:nth-child(n + 5) {
    display: none
  }

  .box-03 .conteudo .container .item {
    width: 50%
  }

  .box-04 .conteudo .titulo {
    font: 50px egrvs
  }

  .box-04 .conteudo .botao {
    font: 30px egrvs
  }

  .mapa iframe {
    display: none;
  }
}

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

  .box-03 .conteudo .container .item:nth-child(n + 3) {
    display: none
  }

  .box-04 .conteudo .botao {
    font: 20px egrvs;
    padding: 20px;
    width: 100%
  }
}

@media only screen and (max-width:500px) {
  .box-01 .conteudo .item {
    width: 100%
  }

  .menu li a {
    color: #fff;
    padding: 0px 0px;
    font-size: 20px;
  }

  .menu li a.ativo {
    border: none;
    color: #fff;
    font-size: 20px;
  }

  .slogan .botao {
    font: 26px egrvs;
    margin: 40px auto;
  }

  .slogan {
    margin: 0px auto;
  }

  .slogan-total {
    padding: 0px 0;
  }

  .menu li a:hover {
    color: #ffffff;
  }

  .sub-menu {
    top: 85px;
    left: 1px;
    width: 100%;
  }

  .sub-menu li a.ativo {
    color: #6b6b6b;
  }

  li.subsub ul {
    display: block;
    position: relative;
    z-index: 999;
    margin-left: 0px;
    top: 0;
    color: #fff !important;
    width: 100%;
  }

  li.subsub li a.ativo {
    font-size: 14px;
  }

  .sub-menu li {
    background: #fff;
    width: 100%;
    padding: 10px 10px;
    border: none;
    border-bottom: 3px solid #ccc;
    display: flex;
    flex-wrap: wrap;
  }

  li.subsub {
    padding-bottom: 10px !important;
  }

  .box-03 .titulo-total .titulo {
    margin: 0 auto 20px;
    font: 30px egrvs;
    color: #fff;
    text-align: center;
  }

  .mvv {
    width: 100%;
  }

  .box-04-total .img img {
    opacity: .4;
    max-width: none;
    display: none;
  }

  .produto-desc {
    width: 100%;
  }

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

  .l-sub a {
    color: #6d6d6d !important;
  }
}

@media only screen and (max-width:370px) {
  .menu li {
    width: 100%;
    padding: 10px;
  }

  .menu li a {
    font-size: 20px;
  }

  .sub-menu {
    top: 59px
  }

  .box-02 .conteudo .titulo-total {
    width: 240px
  }

  .box-01 .conteudo .item .img img {
    height: 300px !important
  }
}

@media only screen and (min-width:870px) {
  .sub-menu li a:hover {
    background: #3975a4;
    color: #fff
  }

  .rodape .top:hover {
    border-radius: 40px
  }

  .rodape .top:hover i {
    transform: rotate(360deg)
  }

  .slogan .botao:hover {
    background: #3975a4;
    color: #fff;
  }

  .box-01:hover .titulo-total .titulo .linha {
    width: 100%
  }

  .box-01 .conteudo .item:hover .nome {
    transform: translate(0px, -140px)
  }

  .box-01 .conteudo .item:hover .img {
    background: #3975a4
  }

  .box-01 .conteudo .item:hover .img img {
    opacity: .4
  }

  .box-01 .conteudo .item:hover .nome .titulo {
    transform: translate(-25px)
  }

  .box-01 .conteudo .item:hover .nome .botao {
    border: 1px solid #fff
  }

  .box-02:hover .conteudo .titulo-total .linha {
    width: 100%
  }

  .box-02 .conteudo .botao a:hover {
    background: #3975a4;
    color: #fff
  }

  .box-03:hover .linha {
    width: 30%
  }

  .box-03 .conteudo .container .item:hover {
    background: #222;
    transform: scale(1.1) !important;
    z-index: 99
  }

  .box-04-total:hover .conteudo .barra {
    width: 100%
  }

  .box-04 .conteudo .botao:hover {
    background: #3975a4
  }

  .formulario input.submit:hover {
    background: #3975a4
  }
}