.background-contato {
  background-image: url(/img/high/cafe.jpg);
  background-position: center;
  width: 100%;
  height: 200px;
  position: relative;
  z-index: -2;
}

.centerText {
  text-align: center;
  color: #787878;
  font-family: viconFontSmBD, sans-serif;
}

.divider {
  background-color: #cfcfcf;
  width: 100%;
  height: 1px;
  margin-bottom: 35px;
  margin-top: 0 !important;
}

.contato {
  margin: auto;
  width: 40%;
}

.contatoInput {
  width: 98%;
  height: 30px;
  margin-bottom: 25px;
  border-radius: 5px;
  border: 1px solid #cfcfcf;
  padding-left: 15px;
  font-family: viconFontSmBD, sans-serif;
  font-size: 16px;
}

.contatoSelect {
  width: 100%;
  height: 34px;
  margin-bottom: 25px;
  border-radius: 5px;
  border: 1px solid #cfcfcf;
  background: url(/img/icones/arrow.png) no-repeat right;
  -webkit-appearance: none;
  background-position-x: 99%;
  padding-left: 15px;
  font-family: viconFontSmBD, sans-serif;
  font-size: 16px;
  color: #757575;
  padding-left: 15px;
}

.contatoTextarea {
  min-width: 98%;
  max-width: 99.8%;
  min-height: 30px;
  height: 160px;
  margin-bottom: 25px;
  border-radius: 5px;
  border: 1px solid #cfcfcf;
  padding-left: 15px;
  padding-top: 5px;
  font-family: viconFontSmBD, sans-serif;
  font-size: 16px;
}

.cpfCnpj span {
  margin-bottom: 5px;
  font-family: viconFontSmBD, sans-serif;
  font-size: 16px;
  color: #757575;
}

.botaoEnviar {
  background-color: #ed1c24;
  color: #fff;
  border: 0;
  width: 101.8%;
  height: 30px;
  border-radius: 5px;
  font-family: viconFontSmBD, sans-serif;
  cursor: pointer;
}

@media (max-width:900px) {
.contato {
  margin: auto;
  width: 60%;
}

@media (max-width: 735px){
  .contatoSelect {
    width: 101%;
  }
}

@media (max-width: 525px){
  .contatoSelect {
    width: 103%;
  }
}
