h4{
	font-family: 'AzoSansLight';
	font-size: 24px;
}
.breadcum{
	background: url(../img/header_noticias.png) no-repeat;
	background-size: cover;
	background-position-y: bottom;
	font-family: 'AzoSansBold';
	padding-bottom: 140px;
	margin-bottom: 60px;
}
.breadcum h1{
	margin-top: 0px;
	text-transform: uppercase;
	float: right;
	margin-right: 40px;
	font-size: 54px;
}
.breadcum h1 a{
	font-size:16px;
	color: #FEF1CD;
}
.breadcum h1 img{
	vertical-align: bottom;
}
.titulo-item{
	font-family: 'AzoSansLight';
	font-size: 44px;
	margin-bottom: 40px;
}
.subtitulo-item{
	font-family: 'AzoSansLight';
	font-size: 24px;
	margin-bottom: 40px;
}
.fecha-item{
	font-family: 'AzoSansBold';
	font-size: 22px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.cuerpo-item{
	font-family: 'AzoSansLight';
	font-size: 16px;
}
.attachment{
	font-family: 'AzoSansLight';
	font-size: 16px;
	margin-top: 60px;
}
.video{
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
    padding: 0px;
    margin-top:40px;
}
.video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media(max-width: 990px){
	.navbar-brand{
		display: none;
	}
	.breadcum h1 {
		margin-right: 90px;
	}
}
@media(max-width: 550px){
    .breadcum h1 img, .breadcum h1 a{
        display: none;
    }
    .breadcum h1 {
        margin-top: 10px;
        font-size:  40px;
    }
    .titulo-item{
        font-size: 32px;
    }
}