.container2 {
  padding-top: 75px;
  overflow: hidden;
}
/* Custom container */

.container {
  margin: 0 auto;
  max-width: 1024px;
}
.container > hr {
  margin: 60px 0;
}
/* Main marketing message and sign up button */

.jumbotron {
  margin: 80px 0;
  text-align: center;
}
.jumbotron h1 {
  font-size: 100px;
  line-height: 1;
}
.jumbotron .lead {
  font-size: 24px;
  line-height: 1.25;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}
/* Supporting marketing content */

.marketing {
  margin: 60px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}
.span {
  color: red;
}
.well {
  background-color: white;
}
.table td.impar{
	background-color: red !important;
	text-align: center !important;
}

/*.control-group{
	width: 400px;
	text-align: center;
}*/

.control-label{
  color:#000;
  font-weight: bold;
  font-size: 16px;
}

input, select, textarea{
    color: #000;
    font-size:16px;
    font-weight: bold;
}
tfoot th{
	text-align: right !important;
}

.fullwidth{
    width: 30% !important;
}

.select2-container{
    padding-left:0 !important;
    margin-left: 0px !important;
}

.footer img.logo{
  height: 35px;
  margin-left: 1em;
}

.separarTop{
  margin-top: 3em;
}