.h4{
	font-family: 'AzoSansLight';
	font-size: 24px;
}
p, li{
	font-family: 'AzoSansLight';
	font-size: 16px;
}
.title-section{
	font-family: 'AzoSansBold';
	font-size: 44px;
}
.title-section img{
	margin-right: 10px;
	vertical-align: text-bottom;
}
.subtitle-section{
	margin-left: 68px;
	margin-bottom: 60px;
    font-size: 20px;
}
.titulo-item{
    margin-bottom: 20px;
	font-family: 'AzoSansLight';
    line-height: 1.2;
	font-size: 24px;
    color: #002856;
}
.fecha-item{
    margin-top: 20px;
    margin-bottom: 20px;
	font-family: 'AzoSansBold';
	font-size: 16px;
}
.us{
	padding-top: 160px;
}
.us h1{
	font-family: 'AzoSansMedium';
	font-size: 74px;
    margin-top: 40px;
}
.us h5{
	font-family: 'AzoSansMedium';
	font-size: 22px;
	margin-bottom: 120px;
}
.us h4{
    font-size: 26px;
    line-height: 1.3;
    font-family: 'AzoSansLight';
}
.us p{
	margin-top: 60px;
	margin-bottom: 60px;
}
.us .nosprop{
    margin-top: 80px;
	margin-bottom: 80px;
}
.us .nosprop img{
	float: left;
    margin-top: 20px;
}
.us .nosprop h4{
	margin-top: 0;
	margin-left: 120px;
    font-family: 'AzoSansLight';
}
.us .nosprop ul{
	margin-left: 120px;
}
.destaca{
	font-family: 'AzoSansLight';
	font-size: 24px;
	margin-bottom: 100px;
}
.agenda{
	margin-bottom: 60px;
}
.agenda .title-section{
	margin-bottom: 20px;
}
.agenda .item{
	padding-top: 30px;
	padding-bottom: 10px;

}
.agenda .panel-default>.panel-heading {
	background: transparent;
    border: none;
}
.agenda .panel-group .panel{
    border-radius: 0;
}
.agenda .panel-heading a:visited{
    color: #002856;
    text-decoration: none;
}
.panel-default{
    border: none;
    border-bottom: 1px solid #002856;
}
.agenda .panel-default>.panel-heading+.panel-collapse>.panel-body{
    border: none;
}
.agenda .titulo-item{
	margin-bottom: 20px;
}
section.programas{
	background: url(../img/bkg_home_programas.png) no-repeat;
	background-size: 100% 680px;
	padding-top: 130px;
	padding-bottom: 200px;
}
section.programas *{
    color: #fff !important;
}
.programas .row{
	margin-top: 40px;
}
.programas .item img{
	margin-bottom: 20px;
}
.programas .item p{
	margin: 0 auto;
	text-align: center;
    font-size: 20px;
}
.noticias .titulo-item{
    min-height: 56px;
}
.noti-list .row{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:  flex;
	flex-wrap: wrap;
}
.noti-list .row > [class*='col-']{
	display: flex;
	flex-direction: column;
	margin-bottom: 40px;
}
.video{
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
	padding: 0px;
}
.video iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (max-width: 990px) {
    section.programas{
        background-size: 180% 100%;
        background-position-x: center;
    }
    section.programas .item{
        margin-bottom: 40px;
    }
}
