﻿@media only screen and (min-device-width : 320px) and (max-device-width : 640px)  {
	.navbar-brand > img {
		max-width:85%;
	}
	#TextCarasoul {
		margin:-450px 0 0 0;
		padding:20px 50px;
		height:450px;
	}
	.newCarasoul {
		min-height:350px;
	}
}

@media only screen and (min-device-width : 481px) and (max-device-width : 640px)  {
	
}

@media only screen and (min-device-width : 768px)  {
	.header {
		padding:30px 0 0 0;
	}
	#TextCarasoul {
		margin:-480px 0 0 0;
		padding:20px 150px 20px 50px;
		height:310px;
		float:right;
	}
	.newCarasoul {
		min-height:350px;
	}
}