body {
	background: #cecece;
	font-family: 'Hind Siliguri', sans-serif;
}

header.headerPos {
/*	position: absolute;
	z-index: 999;
	top: 3; left: 0;
	right: 0;*/
}

.imgSize {
	width: 170px;
}

.bgBlack70 {
	/*background: url(../img/faixa70.png);*/
	background: #02080f;
}

.mgTop {
	margin-top: 30px;
}

.fontSize {
	font-size: 20 px;
}

.imgSize100 {
	width: 100%;
}

.margemSup {
	margin-top: 90px !important;
}

.slideMargemSup {
	margin-top: 60px !important;
}

.cardPos {
	position: absolute;
	z-index: 1;
}

.cartao {
	background: #cecece;
	border: 0;
}

.cartao a {
	color: #0f2033;
	-webkit-transition: color 1s;
	-ms-transition: color 1s;
	transition: color 1s;
}

.cartao a:hover {
	color: #4274ac;
	text-decoration: none;
	-webkit-transition: color 0.5s;
	-ms-transition: color 0.5s;
	transition: color 0.5s;
}

.footer1 {
	background: #05101c;
}

.footer1 footer {
	background: url(../img/dw.png) no-repeat top right;
}

.footer2 {
	background: #02080f;
}

.copyright {
	color: #757779;
	font-size: 22px;
}

.btnSobe {
	background: #05101c;
	color: #757779;
}

.cartao2 {
	background: none;
	border: 0;
}

.cartao2 a {
	color: #676a6e;
	-webkit-transition: color 1s;
	-ms-transition: color 1s;
	transition: color 1s;
}

.cartao2 a:hover {
	color: #a2a9b1;
	text-decoration: none;
	-webkit-transition: color 0.5s;
	-ms-transition: color 0.5s;
	transition: color 0.5s;
}

.espacoAw {
	margin-right: 11px;
}

.espacoAw2 {
	margin-right: 8px;
}

.btnZap {
	position: fixed;
	top: 200px;
	z-index: 1000;
	left: 70%;
	right: 0;
}

.meCabecalho {
	margin-left: 67px;
}

.modalImgThumb {
	text-align: center;
	margin: 0;
	padding: 0 20px;
}

.modalImgThumb img {
	width: 100%;
	outline-offset: -4px;
	outline: 4px solid #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.modalImg {

}

.modalImg img {
	width: 100%;
	outline-offset: -6px;
	outline: 6px solid #fff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.cabColor {
	 color: #0f2033;
}


@media screen and (max-width: 992px) {
	.imgSize100 {
		/*width: 130%;*/
		overflow: hidden;
	}

	.modalImgThumb {
		padding: 0 40px;
	}

	/*.formMargin {
		padding-left: 40px;
		padding-right: 40px;
	}*/

}

@media screen and (max-width: 768px) {
	.imgSize100 {
		/*width: 150%;*/
		overflow: hidden;
	}

	.some {
		display: none;
	}

	.espacoAw2 {
		margin-right: 0;
	}

}

@media screen and (max-width: 576px) {
	.imgSize100 {
		/*width: 200%;*/
		overflow: hidden;
	}

	.modalImgThumb {
		padding: 0 50px;
	}

	

}