@CHARSET "UTF-8";

#noticias-container>.head, #noticia-container>.head {
	position: relative;
	height: 280px;
	background-image: url(../images/2026/bg-pattern-1.png);
	background-color: #1E1130;
	background-position: center top;
}

#noticias-container .head h3, #noticia-container .head h3 {
	font-family: 'Titillium Web', sans-serif;
	font-size: 6.000em;
	font-weight: 100;
	line-height: 110px;
	color: #fff;
	margin: 120px 0 0 0;
	font-weight: 700;
}

#noticias-container .head img, #noticia-container .head img {
	height: 180px;
	margin: 86px 0 0 0;
	float: right;
}

#noticias-container .content {
	height: auto;
	min-height: calc(100vh - 280px);
	background-color: #1c0e45;
}

#noticias-container .content .row {
	height: 100%;
}

.news_listing {
		background-attachment: fixed;
}

#noticias-container .content .categories {
	height: 100%;
	font-family: 'Titillium Web', sans-serif;
	padding: 30px 25px;
	background-color: #1a0e3f;
	-moz-box-shadow: inset 0 0 20px 0px #000000;
	-webkit-box-shadow: inset 0 0 20px 0px #000000;
	box-shadow: inset 0 0 20px 0px #000000;
}

#noticias-container .content .categories h3 {
	font-size: 1.750em;
	font-weight: 700;
	color: #75f176;
	border-bottom: 1px solid #75f176;
}

#noticias-container .content .categories ul {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}

#noticias-container .content .categories ul li {
	
}

#noticias-container .content .categories ul li a {
	font-size: 1em;
	font-weight: 400;
	color: #fff;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
}

#noticias-container .content .categories ul li a:HOVER {
	color: #75f176;
}

#noticias-container .content .noticias {
	height: 100%;
}

#noticias-container .content .noticias ul {
	list-style: none;
	margin: 30px 0;
	padding: 0 0 0 30px;
}

#noticias-container .content .noticias ul li .thumbnail {
	border: solid 4px #75f176;
}

#noticia-container #noticia {
	background-color: #222;
}

#noticia-container #noticia #single {
	min-height: 850px;
	padding: 40px 60px;
	background-color: #000;
	padding: 40px 60px;
}

#noticia-container #noticia #single .title {
	font-size: 1.938em;
	font-weight: 600;
	line-height: 0.8em;
	margin: 0 0 20px 0;
	color: #75f176;
}

#noticia-container #noticia #single .date, #noticia-container #noticia #single p {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.25em;
    color: #fff;
    padding: 5px 0;
}

#noticia-container #noticia #single .date, #noticia-container #noticia #single p b {
	font-weight: 700;
}

#noticia-container #noticia #single .wp-caption {
	max-width: 100%;
	margin: 20px auto;
}
#noticia #single .wp-caption.alignright{
	float: right;
	margin-left: 10px;
}
#noticia #single .wp-caption.alignleft{
	float: left;
	margin-right: 10px;
}

#noticia-container #noticia #single .wp-caption .wp-caption-text {
	font-size: 0.75em;
}

@media screen and (max-width: 39.9375em) {
	#noticias-container>.head, #noticia-container>.head {
		padding: 0 15px;
	}
	#noticias-container .head h3, #noticia-container .head h3 {
		font-size: 4em;
		line-height: 1em;
		text-align: center;
	    margin: 70px 0 0 0;
	}
	#noticias-container .head img, #noticia-container .head img {
	    margin: 15px 0 0 0;
	}
	#noticia-container #noticia #single {
		padding: 30px 15px;
		text-align: center;
	}

	#noticias-container .head img, #noticia-container .head img {
		height: 140px;
		margin: 0 auto;
		display: block;
		float: none;
	}

	#noticias-container>.head, #noticia-container>.head {
		height: 308px;
	}
}
