  @charset "utf-8";
/* CSS Document */

@media only screen and (max-width: 3840px) {
 .tabelaContato1{
    width: 18vw;
    height: 10vh;
    vertical-align: top;
}
.cellSpacingContato { 
  border-spacing: 1.5em;
  border-collapse: separate;
}
.fontTexto1{
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1.5em;
}
.fontTexto2{
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1.2em;
}
.corTexto{
  color: #f26337;
}
.campoContato {
  width: 17vw;
  height: 2vh;
  padding-left: 10px;
  border-radius: 5px;
  border: 2px solid #B9B8B8;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1em;
  outline: none;
  background-color: #e6e5e5;
}
.campoTextoContato {
  width: 17vw;
  height: 10vh;
  padding-left: 10px;
  border-radius: 5px;
  border: 2px solid #B9B8B8;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1em;
  outline: none;
  background-color: #e6e5e5;
}
.btnContato {
  width: 5vw;
  height: 2vh;
  border-radius: 5px;
  border: 2px solid #B9B8B8;
  cursor: pointer;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1em;
  outline: none;
}
.btnContato:hover {
  background-color: #f26337;
  color: #FFFFFF;
}
}
@media only screen and (max-width: 1500px) {
  .tabelaContato1{
    width: 18vw;
    height: 10vh;
    vertical-align: top;
}
.cellSpacingContato { 
  border-spacing: 1.2em;
  border-collapse: separate;
}
.fontTexto1{
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1.2em;
}
.fontTexto2{
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 0.7em;
}
.corTexto{
  color: #f26337;
}
.campoContato {
  width: 17vw;
  height: 3vh;
  padding-left: 10px;
  border-radius: 5px;
  border: 2px solid #B9B8B8;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 0.7em;
  outline: none;
  background-color: #e6e5e5;
}
.campoTextoContato {
  width: 17vw;
  height: 10vh;
  padding-left: 10px;
  border-radius: 5px;
  border: 2px solid #B9B8B8;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 0.7em;
  outline: none;
  background-color: #e6e5e5;
}
.btnContato {
  width: 5vw;
  height: 3vh;
  border-radius: 5px;
  border: 2px solid #B9B8B8;
  cursor: pointer;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 0.7em;
  outline: none;
}
.btnContato:hover {
  background-color: #f26337;
  color: #FFFFFF;
}
  }