*{ 
	margin:0;padding:0;
}
.top{ 
	width:100%; 
	height:80px;
	display: flex;
	justify-content: center;
	align-items: center;
    margin: auto;
	} 
nav{
	width:100%; 
	height:50px;
	display: flex;
	justify-content: center;
	align-items: center;
    margin: auto;
	background-color:#ccc;
}
ul{ 
	display: flex;
	flex-direction: row; 
	align-items: center;
	border:none;
	list-style:none;
	justify-content:center;
	}
li{
	padding:10px;
	font-size:20px;
}
a{
	text-decoration:none;
	color:#2F4F4F;
}
body {
	#height:100%;
	#min-height: 100vh;
	background-color:#13A5F1;
	#background-attachment: fixed;
    font-family: Arial;
	#background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8) , rgba(0, 0, 0, 0));
	#background:linear-gradient(180deg, #00d2ff 0%, #3a47d5 100%);
}

h1 {

}
.container{
	margin-top:20px;
	width:100%;
	display:flex;
	flex-direction: row;
	justify-content:betwen;
	align-items:start;
	height:400px;
}
.offers{
	width:30%;
	background-color:#ccc;
	margin-left:2.5%;
	height:100%;
}
.image{
	width:30%;
	background-color:#ccc;
	margin:2.5%;
	height:100%;
}.texto{
	width:63%;
	background-color:#ccc;
	margin:2.5%;
	margin-left:0;
	height:100%;
}

@media screen and (max-width: 768px) {
  .container {
    flex-direction: column;
  }
  #container{
	  height:1200px;
  }
  .offers, .image, .texto{
	width:95%;
	margin-top:0;
	margin-bottom:20px;
	}
.offers{

	}
.texto{
	margin-left:2.5%;
	}
}