@media (max-width:1200px) {
	.BGPicture {
		background-size: cover !important;
    	min-height: 690px !important;
	}
}

@media (max-width:1024px) {
	.BGPicture {
    	min-height: 650px !important;
	}
}

@media (max-width:768px) {
	.BGPicture {
    	min-height: 600px !important;
	}
	.cover_title_flex,.breadcrumb_BG,.detail_pageBody {
		max-width: 700px !important;
	}
}

.BGPicture {
	background-image: url('/britamacao/images/bigBG.png') ;
	background-size: auto;
	min-height: 720px;
	background-position: center;
	background-repeat: no-repeat;
}

.BGAbout_us {
	background-image: url('/britamacao/images/ditu.png') ;
	background-size: 50%;
    max-width: 1200px;
    margin: 0 auto;
    background-position: right;
    background-repeat: no-repeat;
}

@media (max-width:767px) {
	.BGPicture {
    	background-image: url('/britamacao/images/bigBG1300.png') !important;
    	background-size: 100% 95% !important;
    	background-position: bottom !important;
	}
}

@media (max-width:1023px) {
	#imgId {
		max-height: 36px;
	}
	.BGAbout_us {
    	background-image: url('/britamacao/images/ditupad.png') !important;
    	background-size: 100% !important;
	}
}
.black {
	width: 100%;
	height: 100%;
	display: none;
	z-index: 5;
	position: absolute;
	background-color: rgba(0,0,0,0.5);
}
.black_detail {
	width: 100%;
	height: calc(100% - 93px);
	display: none;
	z-index: 5;
	position: absolute;
	background-color: rgba(0,0,0,0.5);
}
@media (min-width:1024px) {
	.black,.black_detail {
		display: none !important;
	}
}
.detail_pageBody {
	margin:0 auto;
	max-width:1400px;
	min-height:400px;
	background-color:#ffffff;
}
.detail_pageBG {
	max-width:1200px;
	margin:0 auto;
	padding:0px 20px;
}
.detail_pageContent {
	margin:0 auto;
	clear: both; 
	background-color: #E1F0F9;
	position:relative; 
	padding: 0px 30px;
}