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

@media only screen and (max-width: 3840px) {
*{
  margin: 0;
  padding: 0;
}
.centralizar {
  margin: 0 auto;
}
.divFooter{
  width: 100%;
  height: 15vh;
  background-color: #000000;
}
.tabelaFooter1{
  width: 41vw;
  height: 14vh;
  vertical-align: bottom;
}
.tabelaFooter2{
  width: 16vw;
  height: 14vh;
  text-align: center;
  vertical-align: bottom;
}
.font1{
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1em;
  color: #FFFFFF;
}
.aFooter{
  text-decoration: none;
  color: #FFFFFF;
}
.sempreNoFinal{
	position:absolute;
    bottom:0;
}
}
@media only screen and (max-width: 1500px) {
  *{
    margin: 0;
    padding: 0;
  }
  .centralizar {
    margin: 0 auto;
  }
  .divFooter{
    width: 100%;
    height: 15vh;
    background-color: #000000;
  }
  .tabelaFooter1{
    width: 41vw;
    height: 14vh;
    vertical-align: bottom;
  }
  .tabelaFooter2{
    width: 16vw;
    height: 14vh;
    text-align: center;
    vertical-align: bottom;
  }
  .font1{
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 0.8em;
    color: #FFFFFF;
  }
  .aFooter{
    text-decoration: none;
    color: #FFFFFF;
    font-size: 0.8em;
  }
  .sempreNoFinal{
    position:absolute;
      bottom:0;
  } 
}