
/* body.header-blank { background: #ffffff; } */
.header-blank .footer { padding-top: 0; margin-top: 0; background: none; }
.lp__main__interna { padding-top:  0; }
.lp__main__interna .footer__logo { text-align: center; padding: 60px 0; }
.logo__svg__branco #aquabrasil_logo_svg {
	fill: #fff;
}

.footer__blank {
	border:none;
	padding-top: 0;
	margin-top: 0;
	background: #fff;
}



/* ---- Lançamento Fitness 2018 ---- */

#bannerCenter{
    width: 980px;
    float:left;
}
#pixelLeft{
    width: calc(50% - 490px);
    float:left;
}
#pixelRight{
    width: calc(50% - 490px);
    float:right;
    /* background: url('../landing-pages/lancamento-fitness2018/tarja_pink.png') top left repeat-x; */
}

#bannerCenter,
#pixelLeft,
#pixelRight {
    height: 440px;
}

.fitness2018 .grid_full {
	width: 980px;
	background: #fff;
	padding: 0 40px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}


/* --- RESPONSIVO --------------- */
@media all and (max-width:980px) {

	#pixelLeft,
	#pixelRight { display: none; }
	#bannerCenter,
	.fitness2018 .grid_full { width: 100%; height: auto; }

}

/* -- FIM ------- Lançamento Fitness 2018 ---  */