.logo-especial-header{
	width: 70px;
	height: 23px;
	margin: 0;
}

.menu-reportajes{
	position: relative;
	border-bottom: 1px solid rgba(71, 86, 101,0.15);
}

#navbarReportajes{
	background-color: #f6f6f6;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 57px;
    left: 0;
    right: 0;
    box-shadow: 10px 5px 8px rgba(0,0,0,0.5);
    padding-bottom: 15px;
}

#navbarReportajes .navbar-nav .nav-item .nav-link{
	color: #475665;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
    margin-top: 20px;
    margin-left: 27px;
}

.btn-menu{
	border: none;
	margin-left: auto;
}

.zona-gran-titular {
    background-size: 100% 40%;
}

.banner{
	background-color: #a2aab1;
	margin: 0 auto;
}

.seccion-noticias article:after {
    background: linear-gradient(90deg, #2D71AF 0%, #2D71AF 20%, #efefef 20%, #efefef 100%);
}

.logo-movil{
	padding: 37px 0;
	position: relative;
	border-bottom: 1px solid rgba(71, 86, 101,0.15);
}

.contenedor-logo-movil{
	padding: 19px 0 19px 56px;
}

.contenedor-logo-movil:after{
	content: '';
	display: block;
    height: 2px;
    width: 30%;
    position: absolute;
    top: 101px;
    left: 8px;
    background: linear-gradient(#0FAADB,#0FAADB) 0px top/100px 2px no-repeat;
}

footer .logo-especial-footer {
    height: 40px;
    width: auto;
}

footer {
    background-color: #030C26;
}

@media (min-width: 992px){
	.zona-gran-titular {
	    background-position: top left;
	    background-size: 100% 60%;
	    height: auto;
	}

	#navbarReportajes{
		border-bottom: 1px solid rgba(71, 86, 101,0.15);
		background-color: transparent;
	    position: inherit;
	    width: auto;
	    top: 0;
	    left: 0;
	    right: 0;
	    box-shadow: none;
	    padding-bottom: 0;
	}

	#navbarReportajes .navbar-nav .nav-item .nav-link{
		margin-bottom: 22px;
	}

	.logo-especial-header{
		height: 28px;
		width: auto;
		margin: 0;
	}

	.menu-reportajes{
		margin-bottom: 50px;
		border-bottom: none;
	}

	.navbar-brand.logo:after{
		content: '';
		display: block;
	    height: 2px;
	    width: 30%;
	    position: absolute;
	    top: 79px;
	    background: linear-gradient(#0FAADB,#0FAADB) 0px top/100px 2px no-repeat;
	}

	#navbarReportajes{
		border-bottom: 1px solid rgba(71, 86, 101,0.15);
	}

	#navbarReportajes .navbar-nav .nav-item .nav-link{
		color: #475665;
		font-family: Roboto;
		font-size: 14px;
		font-weight: 500;
		line-height: 14px;
		margin-bottom: 22px;
	    margin-top: 20px;
	    margin-left: 27px;
	}

	.contenedor-titular {
	    padding: 36px 20px 0px 265px;
	    height: 100%;
	    width: 632px;
	    top: 0;
	    right: 0px;
	}

	.contenedor-titular .fondito {
	    filter: none;
	    -webkit-filter: none;
	    background: linear-gradient(90deg, rgba(3,12,38,0) 0%, #030C26  37%);
	}

	.mas-leidos-y-noticias{
		padding-top: 30px;
	}

	.seccion-noticias article:after {
	    background: linear-gradient(90deg, #0FAADB 0%, #0FAADB 10%, #efefef 10%, #efefef 100%);
	}

	.mas-leidos-y-noticias .mas-noticias {
	    background-color: #0FAADB;
	}

	.container-mas-leidos-noticias {
	    padding-left: 0px;
	    padding-right: 0px;
	}

	.seccion-noticias .titulo-nota {
	    font-size: 18px;
	    line-height: 24px;
	}

	.seccion-mas-leidos .titulo-nota {
	    font-size: 14px;
	    line-height: 18px;
	    font-weight: normal;
	}

	.seccion-mas-leidos .titulo-nota span {
	    color: #0FAADB;
	}
}