.breadcum{
	background: url(../img/header_noticias.png) no-repeat;
	background-size: cover;
    background-position-y: bottom;
	height: 160px;
	padding-top: 20px;
	margin-bottom: 60px;
}
.breadcum h1{
	margin-top: 0px;
	text-transform: uppercase;
	float: right;
	margin-right: 40px;
	font-size: 54px;
	font-family: 'AzoSansMedium';
}
.breadcum h1 a{
	font-size:16px;
	color: #FEF1CD;
}
.breadcum h1 img{
	vertical-align: bottom;
}
.titulo-item{
	font-family: 'AzoSansLight';
	font-size: 44px;
	margin-bottom: 60px;
	margin-top: 40px;
}
.subtitulo-item{
	font-family: 'AzoSansLight';
	font-size: 24px;
	margin-bottom: 40px;
}
.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){
    .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;
    }
}