html,body{
	height: 100vh;
}
/*HEADER*/
.hotCabecalho{
	background-position: 50% 0%;
	-webkit-background-size: cover;
	background-size: cover;
}
.hotCabecalho .container-fluid{
	
}
.hotCabecalho .container-fluid,.hotCabecalho .row, .hotCabecalho .col-xs-12{
	height: 100%;
}
.box{
	position: relative;
	padding: 0;
	margin: 0;
}
.bgFixed{
	background-attachment: fixed;
}
/*Section*/
.hotCorpo{
	background-color: #000;
	min-height: 80vh;
	padding-top: 15px;
	padding-bottom: 15px;
	background-position: 100% 0%;
	background-repeat: no-repeat;
	
}
.hotBox{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.hotItem{
	background-color: #fff;
	margin-top: 15px;
	border: 1px solid #eee;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-box-shadow: 0px 0px 1em #666;
    -moz-box-shadow: 0px 0px 1em #666;
    box-shadow: 0px 0px 1em #666;
}
.hotItem .lead{
	margin-bottom: 5px;
}
.hotDataCol{
	width: 100%;
	height: 100%;
	margin-top: 30px;
}
.hotData{
	font-size: 25px;
	margin-bottom: 2px;
	vertical-align: middle;
}
#hotDataDia{
	position: relative;
	width: 100%;
}
#hotDataDia:after{
	content: '';
	height: 1px;
	width: 60px;
	background-color: #000;
	margin: 0 auto;
	display: block;
}
/*RODAPE*/
.hotRodape{
	padding-top: 5px;
	padding-bottom: 5px;
	max-height:670px;
	background-size: cover;
}
.rodapeUl{
	padding-left: 20px;
}
.rodapeImg{
	margin-top: 5px;
}
.rodapeLinks{
	border-style: solid;
	border-width: 0px 0px 0px 1px;
	
}
.h5Title{
	font-size: 13px;
	font-weight: bold;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.hotItem{
		width: 100%;
		display: table;
	}
	.hot-col{
		display: table-cell;
		float: none;
		vertical-align: middle;
	}
	.hotData{
		font-size: 35px;
		vertical-align: middle;
	}
	.hotDataCol{
		margin-top: 0px;
	}
	#hotDataDia{
		font-size: 60px;
	}
}