html {
	-webkit-font-smoothing: antialiased;
	font-weight: 300;
	font-family: "Ubuntu", sans-serif;
}

body {
	margin: 0;
	padding: 0;
	margin: 0 auto;
	font-family: 'Ubuntu', sans-serif;
    font-size :16px;
    line-height:25px;
    font-weight:300;

}


.l-constraint {
  clear: both;
	width: 90%;
	margin: 0 auto;

}

.l-content a {
 cursor: pointer;
}

.l-constraint h2 {
 font-size:19px;
 text-transform: uppercase;
 color: #c30e2f;
 font-weight:700;
}

.front .l-constraint h2 {
 font-size:24px;
 color: #474d54;

}
/**************************************share content **************************/
.sharecontent {
  position: relative;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;

}
.sharecontent img {
	float: left;
	display: inline-block;
	display: block;
  margin: 0 5px;
}

.sharecontent p {
	text-transform: uppercase;
	color: #CCCCCC;
	float: left;
	padding: 0 15px;
}



/******************* BotÃ£o genÃ©rico *************************************/

.botaogeralgrande {
	position: relative;
	border-radius: 7px 7px 0px 0px;
	padding: 5px 10px;
 	text-align: center;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.botaogeral {
	position: relative;
    font-size: 11px;
	/*font-weight: bold;*/
	/*border-radius: 7px;*/
	padding: 5px 15px;
  text-align: center;
  font-size:14px;
	color: #fff;
	text-align: center;
	text-decoration: none;
  text-transform: uppercase;
      line-height:32px;
          margin: 0px 2px;
}
.bgp {
	position: relative;
    font-size: 11px;
	/*font-weight: bold;*/
	/*border-radius: 7px;*/
	padding: 5px 15px;
  text-align: center;
  font-size:14px;
	color: #000;
	text-align: center;
	text-decoration: none;
  text-transform: uppercase;
      line-height:32px;
          margin: 0px 2px;
}

.botaogeralcinza {
	position: relative;
    font-size: 11px;
    /*font-weight: bold;*/
	background: #333;
	padding: 5px 10px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	text-align: center;
	text-decoration: none;
    margin: 0px 2px;
    text-transform:uppercase;
    line-height:33px;
}

.margemtopo{
    margin: 2px 0px;
}


/******************* Alinhamento da direita *************************************/
.rightside {
	float: right;
}


/******************* Titulos das pÃ¡ginas *************************************/
.page__title_dest {
	background: url('../img/bullet.png') no-repeat;
	line-height: 25px;
	font-weight: 300;
	font-size: 18px;
	padding-left: 35px;
	margin-top: 0;
	text-transform: uppercase;
    float:left;
	width:100%;

}

.noUC {
	text-transform: none;
	font-size: 22px;
}



/**************************************** Empresa *****************************************/

.empresa {
	position: relative;
	z-index: 11;
	width: 960px;
	margin: 0 auto;
	height: 135px;
}

/**************************************** DescriÃ§Ã£o da Empresa *****************************************/
.descempresa {
	height: 50px;
	margin-left: 260px;
}


.descempresa h2 {
	padding-top: 0px;
	font-weight: 300;
}

.strongborder{
	height: 28px;
	position: absolute;
	border-bottom: 5px solid;
	width: 70px;
	content: '';

}

/****************************************xxxXxxxxXXxxxx*****************************************/



.botoes-inferiores {
  border-top: 1px solid #333;
  float: right;
  margin: 30px 0px;
  text-align: right;
  width: 90%;
}

.botoes-inferiores a {
  text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 0px 0px 7px 7px;
}

.anchor {
  display: block;
	float: left;
  height: 170px; /*same height as header*/
  margin-top: -170px; /*same height as header*/
  visibility: hidden;
	width: 100%;
}

@media (min-width: 44em) {
 .l-constrained {
	 width: 80%;
	}

	.l-constraint {
		 width: 80%;
	}

	.l-content {
		float: left;
		width: 100%;
	}

	.l-content,
	.l-region--hero {
		padding-top: 170px;
	}
}
