a,
a:focus,
a:hover {
  color: #fff;
}
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none;
  background-color: #fff;
  border: 1px solid #fff;
}

html,
body {
  height: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #A21A31;
}

.site-wrapper, .siteWrap{
  display: table;
  width: 100%;
  height: 100%; 
  min-height: 100%;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}

.siteWrap{background: url(img/bg.jpg) no-repeat top center;}
.container {
  margin-right: auto;
  margin-left: auto; 
}


.inner {
  padding: 25px 0;
}


.textoInstitucional{
	padding-top:5px;
	padding-bottom:5px;	
}

@media (min-width: 768px) {
  .textoInstitucional {
    padding-top:45px;
	padding-bottom:45px;
  }
}


.marcas img{
	padding:25px 10px
}

.contato{background:url(img/bg_form.png) repeat;margin-top:25px;color:#FFFFFF;padding:25px 0}
.contato .campo{border:none;height:30px;line-height:30px;margin-top:5px;margin-bottom:5px;font-size:14px;color:#000000}
.contato .button{background:#A21A31;color:#FFFFFF!important;}
.contato label{line-height:35px}
.endereco{background:#A21A31;padding:10px 0;color:#FFFFFF;font-size:12px;line-height:160%}

@media (min-width: 768px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%;
  }  
}

@media (min-width: 240px) {
  .contato label{text-align:left}  
}