#content {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 10px;
}
#content img {
  border-radius: 10px;
  width: 100%;
  max-width: 1200px;
}

.contato {
  padding-top: 55px;
  color: #6a6a6a;
  letter-spacing: -0.05em;
  position: relative;
}
.contato::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 110px;
}
.contato header {
  text-align: center;
}
.contato header p {
  margin: 0;
  font-size: 1.12em;
}
.contato h2 {
  padding-bottom: 20px;
  margin-bottom: 0;
  overflow: hidden;
  font-size: 1.62em;
  padding-bottom: 10px;
  text-align: center;
}
.contato h2 .texto {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.contato h2 .texto::before {
  content: "";
  position: absolute;
  right: calc(100% + 45px);
  width: 900px;
  height: 2px;
  background: #FFF;
  top: 100%;
}
.contato h2 .texto::after {
  content: "";
  position: absolute;
  left: calc(100% + 45px);
  width: 900px;
  height: 2px;
  background: #FFF;
  top: 100%;
}

.txtReCaptcha {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.txtReCaptcha small {
  margin-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 10px;
  font-size: 0.85em;
  line-height: 1.5em;
  font-weight: normal;
}

.contato_content {
  display: flex;
  justify-content: space-between;
  margin-top: 43px;
}

.contato_content_informacoes {
  flex-basis: 40%;
}
.contato_content_informacoes .tag {
  color: inherit;
  font-size: 1.25em;
  position: relative;
  z-index: 1;
  padding-left: 17px;
}
.contato_content_informacoes .tag::before {
  content: "";
  position: absolute;
  left: 0;
  top: -12px;
  bottom: -12px;
  width: 120px;
  background: #ececec;
  z-index: -1;
}
.contato_content_informacoes .telefone {
  margin-top: 30px;
  padding: 17px;
}
.contato_content_informacoes .telefone a {
  display: block;
  font-size: 2.18em;
  color: inherit;
}
.contato_content_informacoes .telefone a svg {
  width: 30px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.contato_content_informacoes .whatsapp {
  background: #4ec200;
  display: inline-block;
  padding: 17px;
  border-radius: 5px;
  padding-right: 50px;
}
.contato_content_informacoes .whatsapp a {
  display: block;
  color: #FFF !important;
  font-weight: 700;
  font-size: 2.18em;
  color: inherit;
}
.contato_content_informacoes .whatsapp a svg {
  width: 30px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.contato_content_informacoes .email {
  font-size: 1.25em;
  margin-top: 22px;
}
.contato_content_informacoes .botaoEmail {
  display: none;
}
.contato_content_informacoes .botaoEmail a {
  display: inline-block;
  border: 3px solid #bdbdbd;
  border-bottom: 3px solid #a6ce39;
  border-radius: 5px;
  font-size: 1.2em;
  padding: 10px 22px;
  margin-top: 20px;
  color: inherit;
  font-weight: 700;
}
.contato_content_informacoes .divisao {
  display: inline-block;
  border-bottom: 1px solid #ccc;
  width: 100%;
  height: 40px;
  margin-bottom: 40px;
}
.contato_content_informacoes .horario strong {
  display: block;
  font-size: 1.25em;
  line-height: 1.4em;
}
.contato_content_informacoes .social {
  margin-top: 80px;
  min-height: 70px;
}
.contato_content_informacoes .social a {
  margin-right: 35px;
}
.contato_content_informacoes .social svg {
  width: 70px;
  height: auto;
}

.contato_content_formulario {
  background: #FFF;
  border-radius: 15px;
  flex-basis: 50%;
  box-shadow: 0 24px 46px rgba(0, 0, 0, 0.18);
  padding: 25px 53px;
}
.contato_content_formulario p {
  font-size: 1.56em;
  font-weight: 700;
  letter-spacing: -0.05em;
}
.contato_content_formulario label {
  display: block;
  margin-bottom: 5px;
}
.contato_content_formulario input {
  width: 100%;
  border: 2px dashed #d5d5d5;
  height: 40px;
  padding-left: 5px;
}
.contato_content_formulario input.menor {
  width: calc(100% - 30px);
}
.contato_content_formulario .linha {
  margin-bottom: 15px;
}
.contato_content_formulario .linhaDuasColuna {
  display: flex;
  justify-content: space-between;
}
.contato_content_formulario .linhaDuasColuna .linha {
  flex-basis: calc(50% - 10px);
}
.contato_content_formulario textarea {
  width: 100%;
  border: 2px dashed #d5d5d5;
  height: 140px;
  padding: 5px;
}
.contato_content_formulario button {
  background: #a6ce39;
  border: none;
  padding: 20px 70px;
  color: #FFF;
  border-radius: 5px;
  cursor: pointer;
}
.contato_content_formulario button:disabled {
  background: #ccc;
  cursor: not-allowed;
}

/* 1230px ---------------------------------------------------------------------------------------------------- */
/* 1024px ---------------------------------------------------------------------------------------------------- */
@media (max-width: 64em) {
  .contato_content {
    font-size: 0.9em;
  }
}
/* 900px ---------------------------------------------------------------------------------------------------- */
@media (max-width: 56em) {
  .contato {
    background: #ececec;
    padding-bottom: 101px;
    padding-top: 60px;
  }

  .contato::before {
    border-radius: 10px;
    box-shadow: 0 24px 46px rgba(0, 0, 0, 0.18);
    top: 30px;
    left: 15px;
    right: 15px;
    bottom: 210px;
    background: #FFF;
  }

  .contato_content_informacoes {
    flex-basis: 100%;
    text-align: center;
  }

  .contato_content_informacoes .tag {
    display: inline-block;
  }

  .contato_content_informacoes .telefone {
    font-size: 0.8em;
  }

  .contato_content_informacoes .telefone a svg {
    width: 20px;
  }

  .contato_content_informacoes .whatsapp {
    font-size: 0.8em;
    padding: 17px;
  }

  .contato_content_informacoes .whatsapp a svg {
    width: 30px;
  }

  .contato_content_formulario {
    display: none;
  }

  .contato_content_informacoes .social a {
    margin: 20px;
  }

  .contato_content_informacoes .tag::before {
    background: #f4f4f4;
    left: 10px;
  }

  .contato_content_informacoes .botaoEmail {
    display: inline-block;
  }
}
/* 768px ---------------------------------------------------------------------------------------------------- */
/* 720px ---------------------------------------------------------------------------------------------------- */
@media (max-width: 45em) {
  .contato h2 {
    padding: 0 15px;
    margin-bottom: 10px;
  }

  .contato_content_informacoes .email {
    font-size: 1.1em;
  }

  .horario {
    padding: 0 10px;
  }
}
/* 640px ---------------------------------------------------------------------------------------------------- */
/* 580px ---------------------------------------------------------------------------------------------------- */
/* 520px ---------------------------------------------------------------------------------------------------- */
/* 480px ---------------------------------------------------------------------------------------------------- */
footer {
  background: #6a6a6a;
  margin-top: 20px;
  padding: 50px 20px;
  padding-bottom: 30px;
  text-align: center;
  color: #FFF;
  font-size: 1.25em;
  letter-spacing: -0.05em;
  position: relative;
  padding-bottom: 100px;
}
footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 50%;
  top: 0;
  height: 9px;
  background: #a6ce39;
}

.ilustrativa {
  font-size: 11px;
  margin-top: 50px;
  text-align: center;
}

.desenvolvedor {
  font-size: 14px;
  display: block;
}
.desenvolvedor a {
  color: #a6ce39;
}

/* 1230px ---------------------------------------------------------------------------------------------------- */
/* 1024px ---------------------------------------------------------------------------------------------------- */
/* 900px ---------------------------------------------------------------------------------------------------- */
/* 768px ---------------------------------------------------------------------------------------------------- */
/* 640px ---------------------------------------------------------------------------------------------------- */
/* 580px ---------------------------------------------------------------------------------------------------- */
/* 520px ---------------------------------------------------------------------------------------------------- */
/* 480px ---------------------------------------------------------------------------------------------------- */
@media (max-width: 30em) {
  footer {
    font-size: 0.9em;
  }
}
.menuMobile {
  position: fixed;
  top: -100%;
  background: #FFF;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 20px 0;
  list-style: none;
  font-size: 1em;
  z-index: 100;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.5);
  transition: all 1s;
}
.menuMobile li {
  margin: 5px 15px;
  position: relative;
}
.menuMobile li::before {
  content: "";
  position: absolute;
  left: -15px;
  top: -8px;
  bottom: -8px;
  width: 1px;
}
.menuMobile li:first-child {
  border-left: 0;
}
.menuMobile li:nth-child(2)::before {
  display: none;
}
.menuMobile li a {
  color: #92010c;
  font-weight: bold;
}
.menuMobile.active {
  top: 0;
  transition: all 1s;
}

/* 1230px ---------------------------------------------------------------------------------------------------- */
/* 1024px ---------------------------------------------------------------------------------------------------- */
/* 900px ---------------------------------------------------------------------------------------------------- */
/* 768px ---------------------------------------------------------------------------------------------------- */
/* 720px ---------------------------------------------------------------------------------------------------- */
/* 640px ---------------------------------------------------------------------------------------------------- */
/* 580px ---------------------------------------------------------------------------------------------------- */
/* 520px ---------------------------------------------------------------------------------------------------- */
/* 480px ---------------------------------------------------------------------------------------------------- */
.appWhats {
  position: fixed;
  z-index: 900;
  bottom: 15px;
  font-size: 16px;
  right: 15px;
}
.appWhats .uk-icon {
  margin: 0;
  border: none;
  border-radius: 0;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  padding: 0;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  fill: currentcolor;
  line-height: 0;
}
.appWhats .widgetWhatsapp {
  background: #4ec200;
  color: #FFF;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 900;
  display: block;
  padding: 0.6em;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  outline: none;
  border-radius: 3px;
  border: none;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
.appWhats .widgetWhatsapp:hover {
  animation: anima-bolinha 0s ease infinite;
  -webkit-animation: anima-bolinha 0s ease infinite;
}
.appWhats .widgetWhatsapp svg {
  width: 19px;
  height: auto;
  vertical-align: bottom;
}
.appWhats .widgetWhatsapp:hover, .appWhats .widgetWhatsapp:focus {
  -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  -moz-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  -o-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  color: #FFF;
}
.appWhats.active .widgetWhatsapp {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}

@keyframes anima-bolinha {
  5% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  20% {
    opacity: 1;
  }
  21% {
    opacity: 0.4;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.modal {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 60px 20px;
  padding-bottom: 60px;
  margin: 0 auto;
  display: none;
  justify-content: center;
  overflow-y: auto;
}
.modal .modal_content {
  flex-basis: calc(60% - 20px);
  text-align: left;
  margin: 0 auto;
  max-width: 600px;
  margin-top: -300px;
  position: relative;
  /* 1230px ----- */
  /* 480px ------ */
}
@media (max-width: 76em) {
  .modal .modal_content {
    flex-basis: calc(90% - 20px);
  }
}
@media (max-width: 30em) {
  .modal .modal_content {
    flex-basis: 100%;
  }
}
.modal .modal_btn_close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.modal .modal_btn_close svg {
  width: 15px;
  height: auto;
  fill: #000;
}
.modal .modal_content_informacoes {
  background: #FFF;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
}
.modal .modal_content_informacoes form p {
  font-size: 1.56em;
  font-weight: 700;
  letter-spacing: -0.05em;
}
.modal .modal_content_informacoes form label {
  display: block;
  margin-bottom: 5px;
}
.modal .modal_content_informacoes form input {
  width: 100%;
  border: 2px dashed #d5d5d5;
  height: 40px;
  padding-left: 5px;
}
.modal .modal_content_informacoes form input.menor {
  width: calc(100% - 30px);
}
.modal .modal_content_informacoes form .linha {
  margin-bottom: 15px;
}
.modal .modal_content_informacoes form .linhaDuasColuna {
  display: flex;
  justify-content: space-between;
}
.modal .modal_content_informacoes form .linhaDuasColuna .linha {
  flex-basis: calc(50% - 10px);
}
.modal .modal_content_informacoes form textarea {
  width: 100%;
  border: 2px dashed #d5d5d5;
  height: 140px;
  padding: 5px;
}
.modal .modal_content_informacoes form button {
  background: #000;
  border: none;
  padding: 20px 70px;
  color: #FFF;
  border-radius: 5px;
  cursor: pointer;
  /* 480px ------- */
}
@media (max-width: 30em) {
  .modal .modal_content_informacoes form button {
    padding: 10px 20px;
  }
}
.modal .modal_content_informacoes form button:disabled {
  background: #ccc;
  cursor: crosshair;
}

.mensagem_retorno p {
  font-size: 1em;
  margin-bottom: 20px;
}
.mensagem_retorno .success {
  color: #6dc404;
  font-weight: bold;
}
.mensagem_retorno .error {
  color: #dd2929;
}
.mensagem_retorno .enviando {
  color: #000;
  font-weight: bold;
  animation: anima-enviando 1s ease infinite;
  -webkit-animation: anima-enviando 1s ease infinite;
}

@keyframes anima-enviando {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
}
@media (max-width: 48em) {
  .dn-below800 {
    display: none;
  }
}

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