.acceptCookies{
	position: fixed;
	bottom: 0px;
	background:
	rgba(0, 0, 0, 0.8);
	width: 100%;
	z-index: 9999999;
	padding: 30px;
}
 .acceptCookies .content {
    width: 50%;
    margin: 0 auto;
    max-width: 1000px;
}
.acceptCookies .content .texto {
    color: 
    #FFF;
    font-size: 13px;
    padding: 10px;
    width: 70%;
    float: left;
}
.acceptCookies .content .texto a{
	color:#FFF;
	font-weight: bolder;
}
.acceptCookies .content .texto a:hover{
	color:#F3001E;
}
.acceptCookies .content .acceptButton {
    width: 25%;
    float: left;
    margin: 10px auto;
}
#bgRodape
{
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFF;
	float: left;
	width: 100%;
}
#rodape
{
	height: 240px;
	width: 1000px;
	margin: 0 auto;
}
#rodape .rodape
{
	float: left;
	height: 185px;
	width: 100%;
}
#rodape .rodape .logoRp
{
	float: left;
	margin: 48px 33px 0px 4px;
}
#rodape .rodape .tituloRp
{
	border-bottom: 1px solid #ECECEC;
    color: #545353;
    float: left;
    font-family: "museo_sans500";
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
}
#rodape .rodape ul li a
{
	/* background: url(images/setaRp.png); */
	background-repeat: no-repeat;
	background-position: 0px 8px;
	color: #525252;
	float: left;
	font-family: 'MuseoSansCyrl-900';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 12px;
	padding: 2px 0 1px 15px;
	width: 88%;
}
#rodape .rodape ul li a:hover
{
	color: #F3001E;
}
#rodape .rodape .institucionalRp
{
	float: right;
	margin-top: 40px;
	width: 370px;
}
#rodape .rodape .institucionalRp li a
{
	width: 45% !important;
}
#rodape .rodape .servicosRp
{
	float: left;
    margin-left: 80px;
    margin-top: 25px;
    width: 120px;
}
#rodape .rodape .contatoRp
{
	float: left;
	margin-top: 25px;
    width: 90px;
}
#rodape .copyright
{
	float: left;
	width: 100%;
	text-align: center;
}
#rodape .copyright .direitosReservados
{
	color: #656565;
	float: left;
	font-family: "museo_sans500";
	font-size: 11px;
	margin-top: 12px;
	width: 100%;
	border-top: 1px solid #ccc;
	padding: 20px 0px;
}
#rodape .copyright .webstorm
{
	float: right;
    margin-right: 2px;
    margin-top: 10px;
    text-align: right;
    width: 40%;
}
.fone {
    float: left;
    padding: 66px 27px;
    position: relative;
    line-height: 2.7em;
    color: #080808;
}

.fone h5 {
    font-size: 30px;
    text-transform: uppercase;
    font-style: italic;
    font-family: 'MuseoSansCyrl-900';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fone p {
    font-size: 25px;
    font-family: 'MuseoSansCyrl-900';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: italic;
}

.fone:before {content: "";width: 1px;height: 55px;background: #ccc;position: absolute;left: 0px;-ms-transform: skew(-15deg);-webkit-transform: skew(-15deg);transform: skew(-15deg);}