

@media screen  and (max-width:1000px) {

	header {
	width: 100%;
	height: auto;
	/*border: 4px #FBFB00 solid;*/
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	position: relative;
	z-index: 0;
}
	.logo-urb {
	width: auto;
	height: auto;
	/*border: solid 1px;*/
	margin: 0 auto;
	text-align: center;
}
	header .logo {
	width: auto;
	height: 100px;
	margin: 10px auto;
	float: none;
	}

	header .menu{
		width:100%;
		height: auto;
		margin: 0;
		display: none;
		position: block;
		background-color: #4C5D47;
		float: none;
		cursor: pointer;

	}
	header .menu a{
		width:100%;
		height: 20px;
		margin: 0 auto;
		padding-bottom: 30px;
		padding-top: 30px;
		display: block;
		text-align: center;
		color: #fff;
		border-bottom: solid 1px #8EA387;

	}
	header .menu a:hover {
			background-color: #556450;
	}
	header .menu_bar {
		display: block;
		position: relative;
		width: 100%;
		background-color: #4C5D47;

		z-index: 1;
	}

	.menu_bar .bt-menu{
		display: block;
		padding: 20px;
		background-color: #4C5D47;
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		font-size: 25px;
		box-sizing: border-box;
	}

	.menu_bar span {
		float: right;
		font-size: 40px;
	}

	.boton_cotizacion {
		border: solid 2px;
		border-radius: 5px;
		margin: 0 auto;
		height: auto;
		margin-top: 10px; 
		margin-bottom: 10px;
		width: 40%;
		float: none;
		display: block;
		position: relative;
		background-color: ;
		left: 0;
		text-align: center;

		animation-name: none;
	}
	.btn-outline{
	
		color: #000;
		background-color: transparent;
		width: 100%;
	}
	.btn-outline:hover {
		color: #fff;
		border: solid 2px;
		background-color: rgba(47, 58, 44, 1);
		width: 100%;
		cursor: pointer;
	}
.whatsapp {
	top: 300px;
}
.instagram {
	top: 370px;
}
.tz-gallery .nombre4 {
	margin-bottom: 15px;
	font-size: 20pt;
	text-align: center;
	/*border-bottom: solid 1px #005ECF;*/
}
.tz-gallery .sociales {
	padding-top: 50px;
	width: auto;
	height: auto;
	text-align: center;
}
.tz-gallery  .sociales>span {
}
.tz-gallery .libertad_diseños {
}
.tz-gallery .libertad_diseños>span {
}
.tz-gallery .terrenos {
}
.tz-gallery .terrenos>span {

}
.tz-gallery .departamentos {
	padding: 10px;
	width: 100%;
	text-align: center;
}
.tz-gallery .departamentos>span {
	text-align: center;
	display: inline-block;
	margin-top: 5%;
	font-family: 'Rajdhani', sans-serif;
	font-size: 14pt;
	color: #000;
}
.tz-gallery .departamentos>span h3 {
	font-weight: bold;
}
.tz-gallery .departamentos_al_rio {
	padding: 10px;
	width: 100%;
	text-align: center;
}
.tz-gallery .departamentos_al_rio>span {
	text-align: center;
	display: inline-block;
	margin-top: 5%;
	font-family: 'Rajdhani', sans-serif;
	font-size: 14pt;
	color: #000;
}
.tz-gallery .departamentos_al_rio>span h3 {
	font-weight: bold;
}
.tz-gallery .nombre5 {
	width: auto;
	height: auto;
	margin: 0 auto;
	float: none;
	position: relative;
	font-family: 'Hammersmith One', sans-serif;
	font-size: 20pt;
	color: #000;
	/*border-bottom: solid 1px #005ECF;*/
}
.formulario_clientes {
	width: 100%;
	height: auto;
	margin: 0 auto;
	float: none;
	background-color: #4C5D47;
	padding-top: 20px; 
	/*border: solid 1px;*/

}
.formulario {
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-bottom:0;
	/*border: solid 1px;*/
	padding-top: 0;
	color: #fff;
}
.formulario .orden {
	width: 100%;
	margin: 0 auto;
	/*border: solid 1px;*/

	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.formulario .datos {
	width: 70%;
	height: auto;
	margin: 0 auto;
	/*border: solid 1px;*/
	
}
.formulario .datos2 {
	width: 70%;
	height: auto;
	margin: 0 auto;
	/*border: solid 1px;*/

}
.formulario input, select {
	width: 50%;
	height:auto;
	border-radius: 5px;
	/*border: solid 1px #7C7C7C;*/
	background-color: #72816E;
	color: #fff;
 
}
.formulario .mensaje {
	width: 70%;
	margin-top: 10px;
}
.formulario .boton {
	width: 15%;
	height: auto;
	margin: 0;
	margin-left: 180px;
	float: none;
	cursor: pointer;
}
.direccion {
	width: 100%;
	height: 450px;
	/*border: solid 1px;*/
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 50px;
	background-color: #F6F6F6;
}

}
@media screen  and (max-width:960px) {
	footer {
		width: 100%;
		height: auto;
		background-color: #041500;
		margin: 0 auto;
}
	footer .informacion {
		height: 800px;
		width: auto;

		display: flex;
		flex-direction: column;
		justify-content: space-around;
		flex-wrap: wrap;
}
	.informacion .inmobiliaria {
		width: 80%;
}
	.informacion .contactos1 {
		width: 80%;
		border-top:solid 1px rgba(255,255,255,0.1);
		border-left: none;
	
	}
		.formulario input, select {
	width: 80%;
 
}
}
@media screen  and (max-width:800px) {
	
	.historia .titulo {
	font-size: 24pt;
	}
	.nombre1 {
	font-size: 24pt;
	}
	.nombre2 {
	font-size: 24pt;
	}
	.formulario .titulo_form {
	font-size: 24pt;
	}

	.parallax {
		height: 50%;
	}

	.tz-gallery .departamentos {
	width: 100%;
}

.tz-gallery .departamentos_al_rio {
	
	width: 100%;
	}
	.tz-gallery .nombre5 {
	text-align: center;
	/*border-bottom: solid 1px #005ECF;*/
}
.tz-gallery .libertad_diseños {
	padding: 20px;
	width: 100%;
}
.tz-gallery .terrenos {
	padding: 20px;
	width: 100%;
}
	.formulario .mensaje {
		float: none;
		width: 80%;
}
	.formulario textarea {
		width: 80%;
	}
	.formulario .orden {
	width: 100%;
}
.titulo_video {
	font-size: 14pt;
}
.titulo_galeria {
	font-size: 14pt;
}
.parallax_galeria {
	width: 100%;
	height: 50%;
 }
	.parallax_galeria .portada_galeria img {
	width: 80%;
	/*border: 1px solid;*/
}
.titulo_video  h1{
	font-size: 16pt;
	margin-bottom: 10px
}
.titulo_galeria h1{
	font-size: 16pt;
}
}
@media screen  and (max-width:420px) {
	
	.parallax{
		height: 400px;
		width: 100%;
	}

.historia .titulo {
	width:auto;
	height: auto;
	margin: 0 auto;
	float: none;
	position: relative;
	padding-top: 20px; 
	font-family: 'Hammersmith One', sans-serif;
	font-size: 20pt;
	text-align: center;
}
.historia img {
    width: 50%;
    height: auto;
    display:block;
    position: relative;
    margin: 0 auto;
    float:none;
}
.historia .info {
	width: 80%;
	height: auto;
	margin: 30px auto;
	float: none;
	text-align: center;
	font-family: 'Rajdhani', sans-serif;
	font-size: 12pt;
}
	.nombre1 {
		font-size: 20pt;
		text-align: center;
		width:200px;
}
	.nombre2 {
		font-size: 20pt;
	}
	#urbanizacion {
		width: 100%;

}
.tz-gallery .nombre5 {
	font-size: 14pt;
}
.tz-gallery .nombre5 h3 {
	font-size: 14pt;
}
	.tz-gallery .libertad_diseños>span {
	padding: 10px;
	font-size: 12pt;
	margin-top: 2%;
}
.tz-gallery .terrenos>span {
	padding: 10px;
	font-size: 12pt;
	margin-top: 2%;

}
.tz-gallery .departamentos>span {
	padding: 10px;
	font-size: 12pt;
	margin-top: 2%;
}
.tz-gallery .departamentos_al_rio>span {
	padding: 10px;
	font-size: 12pt;
	margin-top: 2%;
}
.tz-gallery .libertad_diseños {
	padding: 20px;
	width: 100%;
}
.tz-gallery .terrenos {
	padding: 20px;
	width: 100%;
}
.direccion {
	width: 100%;
	height: 450px;
	/*border: solid 1px;*/
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 50px;
	background-color: #F6F6F6;
}
.direccion {
	height: 470px;
	/*border: solid 1px;*/
	margin: 0 auto;
	margin-bottom: 50px;
	background-color: #F6F6F6;
}
.direccion .subtitulo_direccion {
	font-size: 16pt;
}
	.formulario .titulo_form {
		font-size: 20pt;
	}
	.formulario .orden {
	width: 100%;
}
	.formulario input, select {
		width: 80%;
}

	.formulario .mensaje {
		float: none;
		width: 80%;
}
	.formulario .boton {
		width: 40%;
		height: auto;
		margin: 0;
		float: right;
		cursor: pointer;
}

	.formulario textarea {
		width: 100%;
	}
	footer {
		width: 100%;
		height: 900px;
		background-color: #041500;
		margin: 0 auto;
}
	footer .informacion {
		height: 800px;
		width: auto;

		display: flex;
		flex-direction: column;
		justify-content: space-around;
		flex-wrap: wrap;
}
	.informacion .inmobiliaria {
		width: 80%;
}
	.informacion .contactos1 {
		width: 80%;
		border-top:solid 1px rgba(255,255,255,0.1);
		border-left: none;
	
	}
	header {
	}
	header .logo {
	width: 250px;
	height: 70px;
	margin: 10px 20px;
	float: none;
	position: relative;
}
	.carousel-inner {
		display: none;
	}
	.fade-up {
		display: none;
	}


}