	section.hero {
		padding-top: 128px !important;
	}
	#rendimiento .reveal.visible {
 	float: left !important;
 	width: 50%;
	}
	#rendimiento .rentado-cards {
		margin-top: 0px !important;
		margin-bottom: 7rem;
	}





	@media(max-width: 790px) {
		nav .nav-logo {
			width: 45% !important;
		}
		.hero-stats {
			display: block !important;
		}
		.hero-stats > div {
			width: 50% !important;
			display: inline-block;
   float: left;
   margin-bottom: 1rem;
		}



		.section-location .loc-card {
			padding: 1.25rem;
		}
		.section-location .loc-card .loc-desc {
			font-size: 10px;
		}



		.amenidades-section div > div {
			padding-left: .75rem;
		}
		.amenidades-section div > div div:nth-child(1) {
			font-size: 10px !important;
		}
		.amenidades-section div > div div:nth-child(1 + n) {
			font-size: 18px !important;
		}
		.amenidades-section div > div div:nth-child(2n) {
			font-size: 12px !important;
		}




		.productos-grid .producto-card {
			display: block !important;
		}


		#rendimiento .reveal.visible {
			float: none !important;
			width: 100% !important;
		}
	}