.beneficios {
  background: #eeeded;
  margin-top: 55px;
  padding-top: 55px;
}
.beneficios h2 {
  padding-bottom: 20px;
  margin-bottom: 30px;
  overflow: hidden;
}
.beneficios h2 .icon {
  background: #3D3D3D;
  position: relative;
  height: 75px;
  width: 75px;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
}
.beneficios h2 .icon svg {
  width: 75px;
  vertical-align: middle;
  position: absolute;
  z-index: 2;
  left: 12px;
  top: -5px;
}
.beneficios h2 .icon svg:last-child {
  top: 0;
  z-index: 1;
}
.beneficios h2 .texto {
  position: relative;
  margin-left: 30px;
  max-width: 300px;
  display: inline-block;
  vertical-align: middle;
}
.beneficios h2 .texto::after {
  content: "";
  position: absolute;
  left: calc(100% + 70px);
  width: 900px;
  height: 2px;
  background: #FFF;
  top: 50%;
}

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

.section_content_grid {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 1500px;
  justify-content: space-between;
}

.section_content_itens {
  background: #6a6a6a;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to top, rgba(106, 106, 106, 0), rgba(106, 106, 106, 0), rgba(255, 255, 255, 0.5), white, white);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, rgba(106, 106, 106, 0), rgba(106, 106, 106, 0), rgba(255, 255, 255, 0.5), white, white);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border-radius: 15px;
  width: calc(50% - 50px);
  padding: 20px;
  margin-bottom: 80px;
}
.section_content_itens img {
  border-radius: 10px;
  width: 100%;
}
.section_content_itens.principais {
  background: #FFF;
  margin-right: 100px;
  padding: 20px 40px;
}
.section_content_itens.principais p {
  font-size: 1.56em;
  letter-spacing: -0.05em;
  margin: 40px 0;
  display: flex;
}
.section_content_itens.principais p span:last-child {
  display: inline-block;
  vertical-align: middle;
  padding-top: 5px;
  flex-basis: calc(100% - 34px);
}
.section_content_itens svg {
  flex-basis: 34px;
  min-width: 34px;
  height: auto;
  vertical-align: middle;
  margin-right: 20px;
  height: 44px;
  width: 34px;
  min-width: 34px;
}
.section_content_itens .icon-criacaoRapido {
  background: url("../img/imagens.png") top center;
  background-size: 185px auto;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  min-width: 35px;
  height: 35px;
  margin-right: 20px;
}
.section_content_itens .seguranca svg {
  height: 44px;
  width: 34px;
  min-width: 34px;
  margin-left: 2px;
}
.section_content_itens.destaque p {
  margin: 20px 0;
  letter-spacing: -0.05em;
  font-size: 1.56em;
  color: #6a6a6a;
  line-height: 1em;
  display: flex;
  align-items: center;
}
.section_content_itens.destaque p svg {
  margin-right: 10px;
  width: 40px;
}
.section_content_itens.botao {
  background: #3D3D3D;
  max-width: 500px;
  border-radius: 5px;
  cursor: pointer;
}
.section_content_itens.botao p {
  margin: 10px 0;
  letter-spacing: -0.05em;
  font-size: 1.56em;
  color: #FFF;
  line-height: 1.2em;
  font-weight: 700;
  position: relative;
}
.section_content_itens.botao p:before {
  content: "";
  position: absolute;
  width: 8px;
  background: #a6ce39;
  left: -23px;
  top: 0;
  bottom: 0;
}
.section_content_itens.botao p:after {
  content: "";
  display: none;
  position: absolute;
  width: 8px;
  background: #a6ce39;
  right: -23px;
  top: 0;
  bottom: 0;
}
.section_content_itens:nth-child(1) {
  order: 1;
}
.section_content_itens:nth-child(2) {
  order: 4;
}
.section_content_itens:nth-child(3) {
  order: 2;
}
.section_content_itens:nth-child(4) {
  order: 5;
}
.section_content_itens:nth-child(5) {
  order: 3;
}

/* 1230px ---------------------------------------------------------------------------------------------------- */
@media (max-width: 76em) {
  .section_content_itens {
    width: calc(50% - 10px);
  }

  .section_content_itens.principais {
    margin-right: 20px;
  }
}
/* 1024px ---------------------------------------------------------------------------------------------------- */
@media (max-width: 64em) {
  .section_content_itens.principais p {
    font-size: 1.37em;
  }
}
/* 900px ---------------------------------------------------------------------------------------------------- */
@media (max-width: 56em) {
  .section_content_grid {
    flex-direction: row;
    max-height: none;
    justify-content: center;
  }

  .section_content_itens {
    width: auto;
    flex-basis: 100%;
    max-width: 534px;
    margin-bottom: 20px;
  }
  .section_content_itens:nth-child(5) {
    order: 9;
  }

  .section_content_itens.botao {
    margin-bottom: 80px;
  }
  .section_content_itens.botao p {
    text-align: center;
  }
  .section_content_itens.botao p::after {
    display: inline-block;
  }
}
/* 768px ---------------------------------------------------------------------------------------------------- */
/* 720px ---------------------------------------------------------------------------------------------------- */
@media (max-width: 45em) {
  .section_content_itens.principais {
    margin-right: 0;
    padding: 10px;
    background: none;
    margin: 0 20px;
    margin-bottom: 30px;
  }

  .section_content_itens.principais p {
    margin: 30px 0;
  }
  .section_content_itens.principais p:first-child {
    margin-top: 0;
  }
  .section_content_itens.principais p:last-child {
    margin-bottom: 0;
  }

  .beneficios {
    margin-top: 90px;
  }

  .beneficios h2 {
    overflow: visible;
    margin-top: -95px;
  }

  .beneficios h2 .icon {
    margin-left: calc(50% - 37.5px);
    margin-bottom: 30px;
  }

  .beneficios h2 .texto {
    text-align: center;
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .beneficios .section_content {
    padding: 0 8px;
  }
  .beneficios header {
    padding: 0 20px;
  }

  .section_content_itens {
    padding: 5px 16px;
  }
  .section_content_itens.botao {
    flex-basis: 90%;
  }
  .section_content_itens.botao p {
    font-size: 1.2em;
  }
  .section_content_itens.botao p:before {
    left: -20px;
  }
  .section_content_itens.botao p:after {
    right: -20px;
  }
}
/* 640px ---------------------------------------------------------------------------------------------------- */
/* 580px ---------------------------------------------------------------------------------------------------- */
/* 520px ---------------------------------------------------------------------------------------------------- */
/* 480px ---------------------------------------------------------------------------------------------------- */
@media (max-width: 30em) {
  .section_content_itens.principais p {
    font-size: 1.2em;
  }

  .section_content_itens.destaque p {
    font-size: 1.3em;
  }
}
.valores {
  margin-top: 35px;
  padding-top: 35px;
}
.valores h2 {
  padding-bottom: 20px;
  margin-bottom: 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.valores h2 .icon svg {
  width: 40px;
  height: auto;
}
.valores h2 .texto {
  margin-left: 10px;
  max-width: 250px;
  display: inline-block;
  vertical-align: middle;
}
.valores .divisaoMobile {
  display: none;
  background: url("../img/imagens.png") top -255px center;
  background-size: 185px auto;
  background-repeat: no-repeat;
  width: 20px;
  height: 80px;
  transform: rotate(-90deg);
  margin-left: 25px;
}

.valores_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.valores_content .valorDestaque {
  flex-basis: calc(30% - 26px);
  text-align: center;
  padding: 35px 10px;
  border-radius: 10px;
  background: linear-gradient(90deg, #bb424a, #970a13, #000000, #bb424a);
  background-size: 400%;
  position: relative;
  animation: animateValor 8s linear infinite;
}
.valores_content .valorDestaque:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  bottom: -5px;
  right: -5px;
  z-index: -1;
  background: linear-gradient(90deg, #bb424a, #970a13, #000000, #bb424a);
  border-radius: 3px;
  background-size: 400%;
  filter: blur(30px);
  animation: animateValor 8s linear infinite;
}
.valores_content .valorDestaque p:first-child {
  font-size: 3.12em;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #FFF;
}
.valores_content .valorDestaque p:last-child {
  font-weight: 700;
  letter-spacing: -0.05em;
  color: rgba(255, 255, 255, 0.7);
}
.valores_content .taxas {
  flex-basis: calc(33% - 26px);
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 11px 59px rgba(0, 0, 0, 0.09);
  display: flex;
  align-items: center;
  padding: 40px;
}
.valores_content .taxas p {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.47em;
  letter-spacing: -0.05em;
}
.valores_content .formasPagamento {
  flex-basis: calc(36% - 26px);
  padding: 10px;
}
.valores_content .formasPagamento p {
  font-size: 1.25em;
  letter-spacing: -0.05em;
  margin-bottom: 15px;
  margin-top: 5px;
}
.valores_content .formasPagamento .opcoes {
  display: flex;
  justify-content: flex-start;
}
.valores_content .formasPagamento .opcoes p {
  padding: 5px;
  flex-basis: auto;
  font-size: 1.12em;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
}
.valores_content .formasPagamento .opcoes p span {
  background: url("../img/imagens.png") top center;
  background-size: 185px auto;
  background-repeat: no-repeat;
}
.valores_content .formasPagamento .opcoes p span.boleto {
  width: 60px;
  height: 40px;
  background-position: top -83px center;
  display: block;
  margin-top: 10px;
}
.valores_content .formasPagamento .opcoes p span.cartao {
  width: 60px;
  height: 40px;
  background-position: top -171px center;
  display: block;
  margin-top: 10px;
}
.valores_content .formasPagamento .opcoes p:nth-child(2) {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.valores_content .formasPagamento .opcoes .divisao {
  font-size: 0.88em;
  background: none;
  position: relative;
  margin: 0 30px;
}
.valores_content .formasPagamento .opcoes .divisao::before {
  content: "";
  position: absolute;
  height: 100px;
  width: 1px;
  background: rgba(0, 0, 0, 0.1);
  left: 50%;
  bottom: calc(100% + 7px);
}
.valores_content .formasPagamento .opcoes .divisao::after {
  content: "";
  position: absolute;
  height: 100px;
  width: 1px;
  background: rgba(0, 0, 0, 0.1);
  left: 50%;
  top: calc(100% + 7px);
}

@keyframes animateValor {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 400%;
  }
}
/* 1230px ---------------------------------------------------------------------------------------------------- */
@media (max-width: 76em) {
  .valores_content .valorDestaque {
    flex-basis: calc(50% - 25px);
  }

  .valores_content .taxas {
    flex-basis: calc(50% - 25px);
  }

  .valores_content .formasPagamento {
    flex-basis: 100%;
    text-align: center;
    margin-top: 40px;
  }
  .valores_content .formasPagamento .opcoes {
    justify-content: center;
  }
}
/* 1024px ---------------------------------------------------------------------------------------------------- */
/* 900px ---------------------------------------------------------------------------------------------------- */
/* 768px ---------------------------------------------------------------------------------------------------- */
/* 720px ---------------------------------------------------------------------------------------------------- */
@media (max-width: 45em) {
  .valores .divisaoMobile {
    display: inline-block;
    margin-left: calc(50% - 2px);
  }

  .valores h2 {
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: -110px;
  }
  .valores h2 .icon {
    background: #eeeded;
    width: 76px;
    height: 76px;
    border-radius: 200px;
    text-align: center;
    line-height: 90px;
  }
  .valores h2 .texto {
    display: block;
    margin-top: 20px;
  }

  .valores_content .valorDestaque {
    flex-basis: calc(100% );
    padding: 20px 10px;
    border-bottom: 4px solid #FFF;
  }

  .valores_content .taxas {
    flex-basis: calc(100%);
    justify-content: center;
    margin-top: 40px;
    background: none;
    box-shadow: none;
    text-align: center;
    padding: 5px;
  }
  .valores_content .taxas p {
    font-size: 1em;
  }

  .valores_content .formasPagamento {
    flex-basis: 100%;
    text-align: center;
    margin-top: 0px;
  }
  .valores_content .formasPagamento .opcoes {
    justify-content: center;
  }
}
/* 640px ---------------------------------------------------------------------------------------------------- */
/* 580px ---------------------------------------------------------------------------------------------------- */
/* 520px ---------------------------------------------------------------------------------------------------- */
/* 480px ---------------------------------------------------------------------------------------------------- */
@media (max-width: 30em) {
  .valores_content .valorDestaque p:first-child {
    font-size: 2.8em;
  }
}
.desconto {
  margin-top: 35px;
  padding-top: 35px;
}
.desconto h2 {
  padding-bottom: 20px;
  margin-bottom: 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.desconto h2 .icon svg {
  width: 40px;
  height: auto;
}
.desconto h2 .texto {
  margin-left: 10px;
  max-width: 250px;
  display: inline-block;
  vertical-align: middle;
}

.desconto_content {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.desconto_content::before {
  content: "";
  position: absolute;
  left: 33px;
  right: 33px;
  top: -30px;
  bottom: -60px;
  background: #000;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), #000, #000);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), #000, #000);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border-radius: 15px 15px 0 0;
}
.desconto_content p {
  flex-basis: calc(33% - 20px);
  text-align: center;
  border-radius: 10px;
  padding: 30px 59px;
  background: #FFF;
  letter-spacing: -0.05em;
  position: relative;
  overflow: hidden;
  font-size: 1.56em;
}
.desconto_content p strong {
  display: block;
  font-size: 2.16em;
  color: #92010c;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
  margin-bottom: 15px;
  letter-spacing: -0.05em;
}
.desconto_content p span > span {
  display: block;
  font-size: 1.28em;
  font-weight: 700;
  color: #92010c;
}
.desconto_content p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  background: #92010c;
}
.desconto_content p::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  background: #92010c;
}

/* 1230px ---------------------------------------------------------------------------------------------------- */
@media (max-width: 76em) {
  .desconto {
    margin-top: 0;
  }
}
/* 1024px ---------------------------------------------------------------------------------------------------- */
/* 900px ---------------------------------------------------------------------------------------------------- */
@media (max-width: 56em) {
  .desconto_content p {
    padding: 30px 30px;
    font-size: 1.36em;
  }
}
/* 768px ---------------------------------------------------------------------------------------------------- */
/* 720px ---------------------------------------------------------------------------------------------------- */
@media (max-width: 45em) {
  .desconto h2 {
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    color: #FFF;
  }
  .desconto h2 .icon {
    background: #000;
    width: 76px;
    height: 76px;
    border-radius: 200px;
    text-align: center;
    line-height: 90px;
  }
  .desconto h2 .icon svg {
    fill: #FFF;
  }
  .desconto h2 .texto {
    display: block;
  }

  .desconto_content::before {
    left: -20px;
    border-radius: 0;
    right: -20px;
    top: -125px;
    z-index: -1;
    bottom: -100px;
  }

  .desconto_content {
    flex-wrap: wrap;
  }

  .desconto_content p {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    padding: 12px;
  }
  .desconto_content p strong {
    border-bottom: none;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    flex-basis: 120px;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 0;
    padding: 12px 0;
    font-size: 1.5em;
  }
  .desconto_content p > span {
    display: block;
    text-align: left;
    flex-basis: 160px;
    font-size: 0.9em;
  }

  .desconto_content p::before {
    width: 7px;
  }

  .desconto_content p::after {
    width: 7px;
  }
}
/* 640px ---------------------------------------------------------------------------------------------------- */
/* 580px ---------------------------------------------------------------------------------------------------- */
/* 520px ---------------------------------------------------------------------------------------------------- */
/* 480px ---------------------------------------------------------------------------------------------------- */
.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;
  background: url("../img/imagens.png") top -255px center;
  background-size: 185px auto;
  background-repeat: no-repeat;
  width: 20px;
  height: 80px;
  transform: rotate(-90deg);
  margin-left: 25px;
}
.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 ---------------------------------------------------------------------------------------------------- */
.alcance {
  margin-top: 65px;
  padding-top: 35px;
  color: #6a6a6a;
}
.alcance .section_content {
  border-top: 1px solid #ececec;
  padding-top: 70px;
}
.alcance h2 {
  display: flex;
  align-items: center;
  color: inherit;
  font-size: 1.12em;
  font-weight: 400;
}
.alcance h2 .icon svg {
  width: 40px;
  height: auto;
}
.alcance h2 .texto {
  margin-left: 20px;
  display: inline-block;
  line-height: 1.9em;
}
.alcance h2 .texto strong {
  display: block;
  font-size: 1.38em;
}

.alcance_content .imagem {
  min-height: 410px;
  border-radius: 10px;
  margin-top: 45px;
}
.alcance_content .imagem img {
  max-width: 400px;
  margin-left: 117px;
  margin-top: 87px;
}

/* 1230px ---------------------------------------------------------------------------------------------------- */
/* 1024px ---------------------------------------------------------------------------------------------------- */
/* 900px ---------------------------------------------------------------------------------------------------- */
@media (max-width: 56em) {
  .alcance {
    padding-top: 0;
    border-top: none;
    margin-top: 0;
  }

  .alcance .section_content {
    padding-top: 0;
    border-top: none;
  }

  .alcance h2 {
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }
  .alcance h2 .icon {
    flex-basis: auto;
    background: #FFF;
    padding: 20px;
    border-radius: 100%;
    display: inline-block;
    margin-top: -30px;
  }
  .alcance h2 .texto {
    flex-basis: 100%;
    margin-left: 0;
  }

  .alcance_content .imagem {
    margin-top: 20px;
    padding-top: 40px;
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 350px;
    height: auto;
    background-size: cover;
    text-align: center;
  }

  .alcance_content .imagem img {
    margin-left: 0;
    margin-top: 0;
  }
}
/* 768px ---------------------------------------------------------------------------------------------------- */
/* 720px ---------------------------------------------------------------------------------------------------- */
@media (max-width: 45em) {
  .alcance h2 .texto {
    line-height: 1.2em;
  }
  .alcance h2 .texto strong {
    margin-bottom: 20px;
  }
}
/* 640px ---------------------------------------------------------------------------------------------------- */
/* 580px ---------------------------------------------------------------------------------------------------- */
/* 520px ---------------------------------------------------------------------------------------------------- */
@media (max-width: 32em) {
  .alcance_content .imagem {
    min-height: auto;
    margin-top: 80px;
    background-size: 100% auto;
    background-position: bottom center;
    height: 250px;
  }

  .alcance_content .imagem img {
    max-width: 250px;
    margin-top: -250px;
  }
}
/* 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 ---------------------------------------------------------------------------------------------------- */
.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_content {
  flex-basis: calc(60% - 20px);
  text-align: left;
  margin: 0 auto;
  max-width: 600px;
  margin-top: -300px;
  position: relative;
}

.modal_btn_close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.modal_btn_close svg {
  width: 15px;
  height: auto;
  fill: #000;
}

.modal_content_informacoes {
  background: #FFF;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
}

.modal_content_informacoes form p {
  font-size: 1.56em;
  font-weight: 700;
  letter-spacing: -0.05em;
}
.modal_content_informacoes form label {
  display: block;
  margin-bottom: 5px;
}
.modal_content_informacoes form input {
  width: 100%;
  border: 2px dashed #d5d5d5;
  height: 40px;
  padding-left: 5px;
}
.modal_content_informacoes form input.menor {
  width: calc(100% - 30px);
}
.modal_content_informacoes form .linha {
  margin-bottom: 15px;
}
.modal_content_informacoes form .linhaDuasColuna {
  display: flex;
  justify-content: space-between;
}
.modal_content_informacoes form .linhaDuasColuna .linha {
  flex-basis: calc(50% - 10px);
}
.modal_content_informacoes form textarea {
  width: 100%;
  border: 2px dashed #d5d5d5;
  height: 140px;
  padding: 5px;
}
.modal_content_informacoes form button {
  background: #92010c;
  border: none;
  padding: 20px 70px;
  color: #FFF;
  border-radius: 5px;
  cursor: pointer;
}
.modal_content_informacoes form button:disabled {
  background: #ccc;
  cursor: crosshair;
}

/* 1230px ---------------------------------------------------------------------------------------------------- */
@media (max-width: 76em) {
  .modal_content {
    flex-basis: calc(90% - 20px);
  }
}
/* 1024px ---------------------------------------------------------------------------------------------------- */
/* 900px ---------------------------------------------------------------------------------------------------- */
/* 768px ---------------------------------------------------------------------------------------------------- */
/* 720px ---------------------------------------------------------------------------------------------------- */
/* 640px ---------------------------------------------------------------------------------------------------- */
/* 580px ---------------------------------------------------------------------------------------------------- */
/* 520px ---------------------------------------------------------------------------------------------------- */
/* 480px ---------------------------------------------------------------------------------------------------- */
@media (max-width: 30em) {
  .modal_content {
    flex-basis: 100%;
  }

  .modal_content_informacoes form button {
    padding: 10px 20px;
  }
}
.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;
  }
}
/* 1230px ---------------------------------------------------------------------------------------------------- */
/* 1024px ---------------------------------------------------------------------------------------------------- */
/* 900px ---------------------------------------------------------------------------------------------------- */
/* 768px ---------------------------------------------------------------------------------------------------- */
/* 720px ---------------------------------------------------------------------------------------------------- */
/* 640px ---------------------------------------------------------------------------------------------------- */
/* 580px ---------------------------------------------------------------------------------------------------- */
/* 520px ---------------------------------------------------------------------------------------------------- */
/* 480px ---------------------------------------------------------------------------------------------------- */
.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 {
  position: fixed;
  z-index: 900;
  bottom: 15px;
  font-size: 16px;
  right: 15px;
}

.widgetWhatsapp {
  animation: anima-bolinha 4s ease infinite;
  -webkit-animation: anima-bolinha 4s ease infinite;
  background: #4ec200;
  color: #FFF;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px 20px !important;
  padding-right: 35px !important;
  border-radius: 5px;
  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;
}
.widgetWhatsapp:hover {
  animation: anima-bolinha 0s ease infinite;
  -webkit-animation: anima-bolinha 0s ease infinite;
}
.widgetWhatsapp svg {
  width: 19px;
  height: auto;
  vertical-align: bottom;
}

.widgetWhatsapp:hover, .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;
  }
}
/* FIM APP WHATS */

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