@keyframes icon-bounce {
  0%, 100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  25% {
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
  }
  50% {
    transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
  }
  75% {
    transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
  }
  85% {
    transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
  }
}

@-webkit-keyframes icon-bounce {
  0%, 100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  25% {
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
  }
  50% {
    transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
  }
  75% {
    transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
  }
  85% {
    transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
  }
}

@-moz-keyframes icon-bounce {
  0%, 100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  25% {
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
  }
  50% {
    transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
  }
  75% {
    transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
  }
  85% {
    transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
  }
}

@-o-keyframes icon-bounce {
  0%, 100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  25% {
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
  }
  50% {
    transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
  }
  75% {
    transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
  }
  85% {
    transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
  }
}

.fv-form-bootstrap .help-block {
  color: yellow !important;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "proximanova-light";
}

.wb-formulario input, .wb-formulario select, .wb-formulario textarea, .wb-formulario label {
  font-family: "proximanova-light";
}

.select2-container .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-results > .select2-results__options {
  font-family: "proximanova-light";
}

section.contato-1-1 {
  padding: 70px 0;
  background: var(--cor-fundo-1);
}

section.contato-1-1 .conteudo-contato {
  display: table;
}

section.contato-1-1 .conteudo-contato .wb-titulo {
  font-size: 80px;
  font-size: 5rem;
  font-family: "proximanova-bold";
  text-transform: capitalize;
  margin-bottom: 50px;
}

section.contato-1-1 .conteudo-contato .wb-formulario {
  /* display: flex; */
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  flex-direction: column;
  -webkit-flex-direction: column;
  animation-delay: 0.5s;
}

section.contato-1-1 .conteudo-contato .wb-formulario .wb-btn {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "proximanova-bold";
  padding: 12px 112px;
  text-transform: uppercase;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  animation-delay: 1s;
  border: 2px solid #B92C32;
  margin-left: auto;
  margin-top: 3%;
  display: table;
}

.form-contato-home input[type='submit']{
  width: auto;
  background-color: #B92C32 !important;
}

.form-contato-home .wpcf7-not-valid-tip {
  color: #feb903;
  font-size: .75em;
  margin-top: 4px;
}

.wpcf7-response-output{
  display: flex;
  color: #fff;
}

#codigo_dpc{
  color: #fff;
}

section.contato-1-1 .conteudo-contato .wb-formulario .wb-btn:hover {
  background-color: transparent;
  border: 2px solid #ffffff;
}

section.contato-1-1 .conteudo-contato .wb-formulario .form-group input, section.contato-1-1 .conteudo-contato .wb-formulario .form-group select, section.contato-1-1 .conteudo-contato .wb-formulario .form-group textarea {
  background: transparent;
}

section.contato-1-1 .conteudo-contato .wb-formulario .form-group input::placeholder, section.contato-1-1 .conteudo-contato .wb-formulario .form-group select::placeholder, section.contato-1-1 .conteudo-contato .wb-formulario .form-group textarea::placeholder {
  color: #FFF;
}

section.mapa {
  width: 100%;
  height: 630px;
  position: relative;
}

section.mapa .localizacao {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

section.mapa .mapa-conteudo {
  height: 100%;
  position: initial;
  display: flex;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-direction: row;
  -webkit-flex-direction: row;
}

section.mapa .mapa-conteudo .box-mapa {
  text-align: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  max-width: 560px;
  padding: 4% 6%;
  display: flex;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  z-index: 1;
}

section.mapa .mapa-conteudo .box-mapa h3 {
  width: 100%;
  font-family: "proximanova-semibold";
  font-size: 30px;
  font-size: 1.875rem;
  text-transform: uppercase;
  margin-bottom: 30px;
}

section.mapa .mapa-conteudo .box-mapa p {
  width: 100%;
  font-family: "proximanova-light";
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
}

@media (max-width: 1600px) {
  section.contato-1-1 {
    padding: 30px 0;
  }
  section.contato-1-1 .conteudo-contato .wb-titulo {
    font-size: 66px;
    font-size: 4.125rem;
    margin-bottom: 40px;
  }
  section.contato-1-1 .conteudo-contato .wb-formulario .form-group {
    margin-bottom: 20px;
  }
  section.contato-1-1 .conteudo-contato .wb-formulario .form-group .select2 {
    height: 35px !important;
  }
  section.contato-1-1 .conteudo-contato .wb-formulario .wb-btn {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 10px 80px;
  }
  section.mapa {
    width: 100%;
    height: 500px;
  }
  section.mapa .mapa-conteudo .box-mapa {
    max-width: 490px;
  }
  section.mapa .mapa-conteudo .box-mapa h3 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  section.mapa .mapa-conteudo .box-mapa p {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 25px;
  }
}

@media (max-width: 1366px) {
  section.contato-1-1 {
    padding: 30px 0;
  }
  section.contato-1-1 .conteudo-contato .wb-titulo {
    font-size: 66px;
    font-size: 4.125rem;
    margin-bottom: 40px;
  }
  section.contato-1-1 .conteudo-contato .wb-formulario .form-group {
    margin-bottom: 20px;
  }
  section.contato-1-1 .conteudo-contato .wb-formulario .form-group .select2 {
    height: 35px !important;
  }
  section.contato-1-1 .conteudo-contato .wb-formulario .wb-btn {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 10px 80px;
  }
  section.mapa {
    width: 100%;
    height: 500px;
  }
  section.mapa .mapa-conteudo .box-mapa {
    max-width: 430px;
  }
  section.mapa .mapa-conteudo .box-mapa h3 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
  section.mapa .mapa-conteudo .box-mapa p {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 20px;
  }
}
