/*
 * COLORBOX
 */

#colorbox.utilidades #cboxWrapper {
	border-radius: 0px;
	border: 1px solid #d0d0d0;
	border-radius: 2px;
}

#colorbox.utilidades #cboxContent {
	padding: 0 25px;
}

#colorbox.utilidades #cboxClose {
	bottom: auto;
	top: 0;
	right: 0;
	color: #fff;
	display: inline-block;
	width: 35px;
	height: 35px;
	border: none;
	border-radius: 0px;
	padding: 0;
	margin: 0;
	box-shadow: none;
	background: url('../images/sprites.png') no-repeat -685px -7px;
	border-left: 1px solid #d0d0d0;
}

#colorbox.utilidades #cboxClose:hover {
	background-position: -685px -34px;
}


#colorbox.utilidades #cboxLoadedContent {
	margin-bottom: 0;
}



@media (max-width: 991px) {

}


@media (max-width: 767px) {

	body.page-o-bebe-utilidades .hero .title-area > .aligned,
	body.page-gravidez-utilidades .hero .title-area > .aligned,
	body.page-lista-de-boas-vindas .hero .title-area > .aligned,
	body.page-lista-de-maternidade .hero .title-area > .aligned {
		background: #95c2ea;
		padding: 20px;
		margin-top: 15px;
	}

	body.page-o-bebe-utilidades .hero .title-area > .aligned h1.title,
	body.page-gravidez-utilidades .hero .title-area > .aligned h1.title,
	body.page-lista-de-boas-vindas .hero .title-area > .aligned h1.title,
	body.page-lista-de-maternidade .hero .title-area > .aligned h1.title {
		color: #d6e8f7;
		margin-top: 5px;
	}

	body.page-o-bebe-utilidades .hero .title-area > .aligned p.title,
	body.page-gravidez-utilidades .hero .title-area > .aligned p.title,
	body.page-lista-de-boas-vindas .hero .title-area > .aligned p.title,
	body.page-lista-de-maternidade .hero .title-area > .aligned p.title {
		color: #fff;
	}

	body.page-o-bebe-utilidades section.main-content,
	body.page-gravidez-utilidades section.main-content,
	body.page-lista-de-boas-vindas section.main-content,
	body.page-lista-de-maternidade section.main-content {
		background: none;
		margin-top: 0;
		padding-top: 0;
	}

}
