.zona-gran-titular hr {
    background-color: rgba(250, 250, 250,0.15);
}

.zona-general hr {
    background-color: rgba(250, 250, 250,0.15);
}
.seccion-noticias article:after, .seccion-mas-leidos article:after {
    background: linear-gradient(90deg, #77B895 0%, #77B895 20%, #efefef 20%, #efefef 100%);
}

.seccion-lo-ultimo .titulo-seccion {
    color: #77B895;
}

.contenido-y-mas:after {
    background: linear-gradient(90deg, #efefef 0%, #efefef 40%, #77B895 40%, #77B895 60%, #efefef 60%, #efefef 100%);
}

.seccion-mas-leidos:after {
    background: linear-gradient(90deg, #efefef 0%, #efefef 40%, #77B895 40%, #77B895 60%, #efefef 60%, #efefef 100%);
}

footer {
    background-color: #1F2531;
}

footer .partecita-arriba {
    border-bottom: 1px solid rgba(239, 239, 239,0.15);
}

footer .partecita-media {
    border-bottom: 1px solid rgba(239, 239, 239,0.15);
}

footer .logo-especial-footer {
    height: 39px;
}

@media (min-width: 992px) {
	.logo-especial-header {
		height: auto;
		width: 87%;
	}
	
	.fondito-escritorio {
	    -webkit-background-size: cover;
	    background-size: cover;
	}

	.contenedor-titular .fondito{
		background-color: #419E6C;
		-webkit-filter: none;
		filter: none;
	}

	.seccion-lo-ultimo:before {
	    background: linear-gradient(90deg, #efefef 0%, #efefef 47%, #77B895 47%, #77B895 53%, #efefef 53%, #efefef 100%);
	}

	.seccion-lo-ultimo .hooper-slide:nth-child(1):after, .seccion-lo-ultimo .hooper-slide:nth-child(4):after {
	    background: linear-gradient(90deg, #77B895 0%, #77B895 15%, #efefef 15%, #efefef 100%);
	}
}

@media (max-width: 992px) {
	.zona-general {
	    background-size: contain;
	}

	.contenedor-logo {
	    border-bottom: 1px solid rgba(250, 250, 250,0.15);
	}

	.nota-gran-titular {
	    background-color: #419E6C;
	}
}
