/*Especifico para micrositio*/
.slider_section{
	width: 1140px;
	margin: 0 auto 60px;
}

div.head-microsite{
	margin-bottom: 14px;
}
.generalListContent #title_microsite{
	max-width: 1140px;
    margin: 0 auto 30px;
}
.generalListContent > ul.generalList{
	padding-bottom: 30px;
}
.generalListContent > ul.generalList  > li{
	min-height: auto;
}
li.listItems .shares > h3{
	background: #c51111;
	color: #FFF;
	display: block;
	font-size: 1.2rem;
	font-weight: 400 !important;
	height: 85px;
	line-height: 1.5rem !important;
	margin: 0 !important;
	max-height: initial;
	overflow: hidden;
	padding: 10px;
	position: relative;
}
li.listItems .shares  > span.category a:focus, li.listItems .shares .author, li.listItems .shares .time, li.listItems .shares  > h3 a:hover, li.listItems  > h3 a:focus{
	color: #fff !important;
}
.category_section .loader{
	display: none;
	text-align: center;
	margin-top: 0px;
	height: 45px;
	margin-bottom: 25px;
}
.generalListContent .loadMore {
	display: none;
}
.generalListContent .ads{
	text-align: center;
}
.generalListContent .ads .adbox{
	display: inline-block;
}
.generalListContent .ads .adbox > div{
	margin-bottom: 60px;
}
.generalListContent .ads .adbox:first-of-type > div{
	margin-right: 11px;
}
.generalListContent .ads .adbox:nth-of-type(2) > div{
	margin-left: 15px;
}

@media only screen and (max-width: 1139px) {
	.slider_section{
		width: 100%;
		padding: 0 10px;
	}
}
@media only screen and (max-width: 939px) {
	.slider_section{
		padding-right: 30px;
		padding-left: 30px;
		padding-top: 10px;
	}
	.adbox:first-of-type > div, .adbox:nth-of-type(2) > div{
		margin-bottom: 60px;
	}
	.generalListContent > ul.generalList{
		padding-bottom: 0px;
	}
	.generalListContent > ul.generalList> li.listItems:last-child{
		display: none;
	}
	div.head-microsite{
		margin-bottom: 0px;
	}
	.generalListContent .loadMore {
		display: inline-block;
		margin: 20px auto 60px;
		text-align: center;
		width: 100%;
	}
	.generalListContent .loadMore > a{
		background-color: #c51111;
		border-radius: 5px;
		border: none;
		color: #fff !important;
		cursor: pointer;
		display: inline-block;
		font-family: 'Hind', sans-serif;
		font-weight: 500;
		min-width: 145px;
		padding: 14px 30px 10px;
		text-align: center;
		text-transform: uppercase;
	}
}
@media only screen and (max-width: 700px) {
	.generalListContent .ads .adbox:first-of-type > div{
		margin: 0 auto 60px;
	}
	.generalListContent .ads .adbox:nth-of-type(2){
		display: none;
	}
}
@media only screen and (max-width: 639px) {
	.slider_section{
		padding-right: 20px;
		padding-left: 20px;

	}

	.adbox:first-of-type > div{
		margin-top: 0;
	}
	.generalListContent #title_microsite{
		margin-bottom: 10px;
	}
}



