body{
	background: url(img/landind-adultos.jpg);
  	background-size: 100vw;
}
.img-adultos{
	padding: 3rem;
	width: 90%;
}
.text{
	color: #FFF;
	font-size: 3rem;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.65);
	line-height: 60px;
	padding-top: 2rem;
}
.row{
	margin-right: 0px; 
    margin-left: 0px; 
}
footer{
	background: #071d38;
	color: #FFF;
	text-align: center;
	font-size: 10px;
	text-align: center;
	padding: 1.5rem 3rem;
	position: absolute;
	bottom: 0px;
}

@media only screen and (max-width: 1024px) {
  body {
    background-size: auto;
  }
}

@media only screen and (max-width: 768px) {
  body {
    background-size: auto;
  }
  .text{
	color: #FFF;
	font-size: 2rem;
	line-height: 40px;
	}
	.img-adultos{
	margin-top: 7rem;
	width: 100%;
	text-align: right;
}
}

@media only screen and (max-width: 500px) {
  body {
    background-position: right;
  }
  .text{
	color: #FFF;
	font-size: 1.7rem;
	line-height: 40px;
	  padding: 15px 5px 0px 5px;
	}
	.img-adultos{
		padding: 0;
	margin-top: 2rem;
	width: 100%;
	text-align: left;
	}

}
