body{
	background: url(../img/bg-tres.png) no-repeat bottom center scroll;
	background-size: cover;
}

#navbarResponsive a{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
}

.brand-heading img{
	width: 100%;
	max-width: 550px;
}

#about{
	background-color: #FFFFFF;
	background: #FFFFFF url(../img/bg-dos.png) no-repeat bottom center scroll;
}

#about h2{
	color: #F15A29;
}
#about span{
	font-weight: normal;
}
#about p{
	color: #414042;
}

#download{
	background: #F15A29;
}

#mainNav{
	background: #009444;
}

#download .producto{
	width: 45%;
	display: inline-block;
	margin: 2%;
}

@media (max-width: 768px) {
	#download .producto{
		width: 98%;
		display: block;
		margin: 2%;
	}	
}

.data-contacto{
	background: #FFFFFF;
	padding: 5% 0;

}

.data-contacto img{
	max-width: 512px;
	width:100%;

}
.data-contacto h2{
	color: #0b475b;
	margin: 0px 0px 15px;
}

.data-contacto p{
	color: #414042;
	margin: 0;
}

#download img{
	width: 100%;
}
#download a{
	opacity: 0.6;
}

#download a:hover{
	opacity: 1;
}

#download p{
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}

#contact{
	padding-top:150px;
    padding-bottom:150px;
}
#contact .container{
	max-width: 960px;
}
#fruta {
	color: #414042;
	text-align: justify !important;
}

#fruta h2{
	color: #F15A29;
}

#fruta img{
	width: 100%;
}

#info{
	margin-bottom: 20px;
}
#fruta #info h2{
	color: #F15A29;
	text-align: left;
	margin: 30px 0 0;
}

#fruta #info p{
	color: #414042;
	margin: 0;
	text-align: left;
}


#foto-fruta img{
	width: 100%
}

@media (max-width: 992px){
	#foto-fruta img{
	margin-top: 5%;
	}
}
@media (max-width: 550px){
	#foto-fruta img{
	margin-top: 15%;
	}
}
footer{
	background: #009444;
}