#contato .banner {
  width: 100%;
  height: 337px;
}
@media (min-width: 1336px) {
  #contato .banner {
    height: 394px;
  }
}
#contato .banner .imagem {
  width: 100%;
  height: 100%;
}
#contato .conteudo {
  padding: 23px 0 42px;
}
@media (min-width: 1336px) {
  #contato .conteudo {
    padding: 65px 0 34px;
  }
}
#contato .conteudo .box .bloco {
  margin-bottom: 31px;
}
@media (min-width: 1336px) {
  #contato .conteudo .box .bloco {
    width: 225px;
  }
}
#contato .conteudo .box .bloco h2 {
  color: #3D485A;
  font-size: 31px;
  font-weight: 700;
  line-height: 41px;
  margin-bottom: 10px;
}
@media (min-width: 1336px) {
  #contato .conteudo .box .bloco h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
#contato .conteudo .box .bloco .texto * {
  color: #3D485A;
}
@media (min-width: 1336px) {
  #contato .conteudo .box .bloco .texto * {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1336px) {
  #contato .conteudo .box form {
    width: 655px;
  }
}
#contato .conteudo .box form .wpcf7-not-valid {
  border: 1px solid red !important;
}
#contato .conteudo .box form .campo {
  position: relative;
}
#contato .conteudo .box form .campo label {
  position: absolute;
  z-index: 2;
  display: block;
  padding: 0 6px;
  background: #FFFFFF;
  top: 14px;
  left: 21px;
  font-size: 14px;
}
#contato .conteudo .box form .campo input[type=text], #contato .conteudo .box form .campo input[type=email], #contato .conteudo .box form .campo textarea {
  width: 100%;
  border: 1px solid #3D485A;
  margin-bottom: 30px;
  padding-left: 15px;
  color: #3D485A;
}
#contato .conteudo .box form .campo input[type=text], #contato .conteudo .box form .campo input[type=email] {
  height: 66px;
}
#contato .conteudo .box form .campo textarea {
  min-height: 168px;
  height: 168px;
  max-height: 168px;
}
#contato .conteudo .box form .enviar .botao {
  position: relative;
}
#contato .conteudo .box form .enviar .botao:hover .detalhe-1, #contato .conteudo .box form .enviar .botao:hover .detalhe-2 {
  transition: all 0.3s ease;
}
@media (min-width: 1336px) {
  #contato .conteudo .box form .enviar .botao:hover .detalhe-1 {
    width: 96px;
    height: 32px;
  }
}
@media (min-width: 1336px) {
  #contato .conteudo .box form .enviar .botao:hover .detalhe-2 {
    width: 74px;
    height: 9px;
  }
}
#contato .conteudo .box form .enviar .botao .detalhe-1, #contato .conteudo .box form .enviar .botao .detalhe-2 {
  position: absolute;
  width: 0;
  height: 0;
  transition: all 0.3s ease;
}
#contato .conteudo .box form .enviar .botao .detalhe-1 {
  left: 4px;
  bottom: 4px;
  background: url(../img/detalhe-botao-azul-1.png) no-repeat left center/cover;
}
@media (max-width: 1335.98px) {
  #contato .conteudo .box form .enviar .botao .detalhe-1 {
    width: 96px;
    height: 32px;
  }
}
#contato .conteudo .box form .enviar .botao .detalhe-2 {
  right: 4px;
  top: 4px;
  background: url(../img/detalhe-botao-azul-2.png) no-repeat right center/cover;
}
@media (max-width: 1335.98px) {
  #contato .conteudo .box form .enviar .botao .detalhe-2 {
    width: 74px;
    height: 9px;
  }
}
#contato .conteudo .box form .enviar .botao .bt-mais {
  position: relative;
  z-index: 2;
  width: 105px;
  height: 62px;
  border: 1px solid #3D485A;
}
#contato .conteudo .box form .enviar .botao .bt-mais:before {
  position: absolute;
  right: -8px;
  top: calc(50% - 7px);
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #3D485A;
}
#contato .conteudo .box form .enviar .botao .bt-mais input[type=submit] {
  width: 100%;
  height: 100%;
  color: #3D485A;
}
#contato .destaque {
  width: 100%;
  margin-bottom: 49px;
}
@media (min-width: 1336px) {
  #contato .destaque {
    margin-bottom: 142px;
  }
}
#contato .destaque .box {
  position: relative;
  width: calc(100% + 30px);
  height: 277px;
  margin: 0 -15px;
}
@media (min-width: 1336px) {
  #contato .destaque .box {
    width: 100%;
    height: 325px;
    margin: initial;
  }
}
#contato .destaque .box:before {
  content: "";
  position: absolute;
  top: -14px;
  left: -15px;
  display: block;
  width: 75px;
  height: 14px;
  background: #FCC03E;
}
@media (min-width: 1336px) {
  #contato .destaque .box:before {
    top: -9px;
    left: 0;
    height: 9px;
  }
}
#contato .destaque:before {
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  display: block;
  width: 103px;
  height: 14px;
  background: #FCC03E;
}
@media (min-width: 1336px) {
  #contato .destaque:before {
    content: none;
  }
}
#contato .destaque .foto {
  width: 100%;
  height: 100%;
}
#contato .destaque .botao {
  margin: -26px auto 0;
  padding: 16px 32px;
  color: #3D485A;
  display: table;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  background: #FCC03E;
  transition: all 0.3s ease;
}
@media (min-width: 1336px) {
  #contato .destaque .botao:hover {
    color: #FCC03E;
    background: #3D485A;
    transition: all 0.3s ease;
  }
}

/*# sourceMappingURL=contato.css.map */
