@charset "UTF-8";
/* CSS Document */

@media (min-width: 600px) {
	
.contenedor-header{
	height: 90px;
}
	
	header h1 img{
	width: 174px;
		margin-left: 40px;
}
header h2 img{
	width: 160px;
}
	.volver{
	width: 20%;
	}
	.barra{
	width: 80%;
	}
	.fila{
	display: flex;
	justify-content: space-between;
	}
	article{	
	margin-right: 20px;
	margin-bottom: 0;
	}
	.subrayado{
		align-items: center;
		flex-wrap: nowrap;
	}
	.logo, .precio, .enlace, .nosotros {
	width: 25% !important;
		margin-bottom: 0 !important;
}
	
	.precio{
	padding-top: 0px !important;
}
	.bandera{
	width: 100%;
	margin-left: 0%;
		height: 140px !important;
}




}



