.top-portada{
    margin-top: 70px;
}

.portada{
    background-size: cover;
	height: 370px;
}

@media(max-width:320px){
	.img-portada-movil{
		height: 330px !important;
	}

	.portada{
    	background-size: cover;
		height: 220px;
	}
	.top-portada{
    	margin-top: 0px;
	}


}

@media (min-width:321px) and (max-width:399px){
	.img-portada-movil{
		height: 370px !important;
	}
	.portada{
    	background-size: cover;
		height: 220px;
	}
	.top-portada{
    	margin-top: 0px;
	}

}

@media (min-width:400px) and (max-width:483px){
	.img-portada-movil{
		height: 440px !important;
	}
	.portada{
    	background-size: cover;
		height: 220px;
	}
	.top-portada{
    	margin-top: 0px;
	}
}

@media (min-width:484px) and (max-width:767px){
	.img-portada-movil{
		height: 440px !important;
	}
	.portada{
    	background-size: cover;
		height: 220px;
	}
	.top-portada{
    	margin-top: 0px;
	}
}

@media (min-width:767px) and (max-width:991px){
	.img-portada-movil{
		height: 440px !important;
	}
	.portada{
    	background-size: cover;
		height: 220px;
	}
	.top-portada{
    	margin-top: 0px;
	}
}

@media(min-width:1601px) and (max-width:1920px){
	.portada{
		background-size: cover;
		height: 502px;
	}
}