body.with-wide .container_page{
	width:100vw  !important;
	max-width:1400px  !important;
	padding-left:15px  !important;
	padding-right:15px  !important;
	box-sizing:border-box  !important;
	margin-left:calc(50% - 50vw)  !important;
	margin-right:calc(50% - 50vw)  !important;
}
body.with-full .container_page{
	width:100vw   !important;
	max-width:none  !important;
	padding:0  !important;
	box-sizing:border-box  !important;
	margin:0  !important;
}
body.with-default .container_page{
	/* default: no changes */
}

/* Ocultar título de página */
body.hide-page-title .page-template-default .container_page h1 {
	display: none !important;
}



@media (min-width: 1024px) {
  body.with-wide .container_page{
	width:100vw  !important;
	max-width:1400px  !important;
	padding-left:15px  !important;
	padding-right:15px  !important;
	box-sizing:border-box  !important;
	margin-left:calc(50% - 50vw)  !important;
	margin-right:calc(50% - 50vw)  !important;
}
body.with-full .container_page{
	width:100vw   !important;
	max-width:none  !important;
	padding:0  !important;
	box-sizing:border-box  !important;
	margin:0  !important;
}
body.with-default .container_page{
	/* default: no changes */
}

/* Ocultar título de página - responsive */
body.hide-page-title .page-template-default .container_page h1 {
	display: none !important;
}
}
