@media only screen and (min-width: 745px) {
	#boat{
		top: 15%;
		right: 10%;
	}
	#title {
		font-size: 5.3vw;
	}
}
@media only screen and (min-width: 1080px) {
	#contador{
		top:80px;
		right:100px;
	}
	#title{
		font-size: 38pt;
	}
	#boat{
		top: 20%;
		right: 10%;
	}
}
@media only screen and (min-width: 1500px) {

	.flex {
		margin-top: 30% !important;
		transform:scale(1.2);
		justify-content: space-evenly;
		left: 9%;
		max-width: calc(100vw - 350px);
	}
}
@media only screen and (max-width: 1080px) {
	#slide2 {
		margin-top: -120px;
	}
}
@media only screen and (max-width: 745px) {
	#contador{
		top: 14px;
		transform:scale(0.7);
		right: 0px;
	}
	#slide2 {
		margin-top: -220px;
	}
}