.top-portada{
    margin-top: 70px;
}

.portada{
    background-size: 100%;
	height: 400px;
}

@media(min-width:1601px) and (max-width:1920px){

	.portada{
    background-size: 100%;
	height: 502px;
}

}

@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;
	}

}