* {
	margin: 0;
	padding: 0;
	outline: none;
	list-style: none;
	color: #7f715d;
	/*color: #7a462e;*/
	text-decoration: none;
	font-weight: 400;
	white-space: collapse;
	/*font-family: 'HelveticaNeue-Medium';*/
	/*font-size: 20px;*/
	/*position: relative;*/
}
body {
	/*overflow: hidden;*/
	background-color: #F0EDE6;
	background-color: #7a462e;
	position: relative;
	/*background-color: #FFFFFF;*/
}
img{
	width: 100%;
	line-height: 0;
}
/**********************************************************************/
.picker{
	max-width: 280px;
	min-width: 220px;
}
.picker__day{
	font-size: 14px;
}

/**********************************************************************/
#all{
	position: relative;
	padding-bottom: 120px;
	background: #F0EDE6;
	min-height: 640px;
	}

#contenedor_principal{
	max-width: 1200px;
	position: relative;
	margin: auto;
	margin-top: 70px;
}
.page_content{
	/*margin-left: 250px;*/
	background-color: #F0EDE6;
	/*max-width: 900px;*/
	width: 100%;
}
.img_hld{
	line-height: 0;
}
.hide{
	display: none !important;
	opacity: 0 !important;
	height: 0 !important;
	width: 0 !important;
	overflow: hidden !important;
}
.serif{
	font-family: 'Centaur';
}
.centered{
	max-width: 800px;
	margin: auto;
}
.helveticaneue-medium{
	font-family: 'HelveticaNeue-Medium';
}


.flex-container {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
.flex-item {
	-webkit-flex: 1 0 250px;
	flex: 1 0 250px;
}
.cols{
	display: inline;
}
#logo_hld{
	margin: 60px auto;
	width: 130px;
}
#menu_hld{
	/*max-width: 220px;*/
	background: #e0d7ce;
}
#enroll,#book{
	background: #A48149;
	padding: 15px 25px;
	color: #fff;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
	transition: 0.5s cubic-bezier(0.75, 0.02, 0.33, 1);
}
#enroll:hover, #enroll.selected{
	background: #a6915a;
}
/*********************footer*********************/
	#footer{
		background: #7A462E;
		bottom: 0px;
		display: block;
		height: 120px;
		position: relative;
		position: absolute;
		width: 100%;
		font-family: 'HelveticaNeue-Medium';
	}
	#logo_footer_hld{
		display: block;
		margin: 0px auto;
		padding-top: 20px;
		width: 45px;
	}
	#footer_menu{
		color: #ffffff;
		margin: 20px auto;
		text-align: center;
	}
	#footer_menu a{
		color: #ffffff;
		font-size: 12px;
		letter-spacing: 5px;
	}
	 #footer_menu span{
		color: #ffffff;
		margin: 0px 15px;
	 }
/************************************************/

/*******************menu mobile*************************/
	#mobile_menu{
		height: 70px;
		position: fixed;
		top: 0;
		z-index: 15;
		background: #E0D7CE;
		width: 100%;
		font-family: 'HelveticaNeue-Medium';
	}
	.menu_open .button {
		/*transform: translateX(130px);*/
	}
	#menu_hld.menu_open {
		left: 0% !important;
		position: fixed;
	}
	.button {
		/*padding: 50px 0px 0px 50px;*/
		transition: 0.5s cubic-bezier(0.75, 0.02, 0.33, 1);
		position: absolute;
		top: 17px;
		right: 20px;
	}

	.button #burger {
		width: 25px;
	}

	.click {
		width: 40px;
		height: 40px;
		position: absolute;
		top: -20px;
		z-index: 99;
		cursor: pointer;
		display: block;
	}
	#burger {
		z-index: 1;
		cursor: pointer;
		position: relative;
		margin-bottom: 100px;
		margin-top: 15px;
		display: block;
	}
	#burger span {
		position: relative;
		display: block;
		width: 25px;
		height: 3px;
		background: url('img/burguer.png');
		background-color: #7A462E;
		background-size: cover;
		transition: all .4s ;
	}
	#burger span:before,
	#burger span:after {
		position: absolute;
		background: url('img/burguer.png');
		background-color: #7A462E;
		background-size: cover;
		content: '';
		width: 25px;
		height: 3px;
		transition: all .2s ease;
	}
	#burger span:before {
		top: -10px;
	}
	#burger span:after {
		top: 10px;
	}
	#burger.active span {
		background: transparent;
		transform: rotate(90deg);
	}
	#burger.active span:before {
		transform: rotate(45deg);
		top: 0px;
	}
	#burger.active span:after {
		transform: rotate(-45deg);
		top: 0px;
	}
/************************************************/

/********************** menu ***********************/
	#menu_hld {
		/*background-color: rgba(224, 215, 206, 0.85);*/
		background-color: rgba(255, 255, 255, 0.85);
		display: block;
		position: absolute;
		height: 100%;
		min-height: 100%;
		width: 100%;
		z-index: 10;
		/*-moz-transition: all 2s ease;*/
		/*-ms-transition: all 2s ease;*/
		/*-o-transition: all 2s ease;*/
		/*-webkit-transition: all 2s ease;*/
		/*transition: all 2s ease;*/
		/*transition: 0.5s cubic-bezier(0.75, 0.02, 0.33, 1);*/
		left: -100%;
		box-shadow: rgba(00, 00, 00, 0.20) 0px 0px 10px;
	}
	.menu{
		margin-top: 10px;
		/*font-family: 'HelveticaNeue-Medium';*/
		font-family:"Omnes Regular";
	}
	.menu ul {
		/*padding-top: 180px;*/
	}
	.menu ul li {
		text-align: center;
		position: relative;
		margin-bottom: 40px;
		/*display: none;*/
		/*transform: translateY(-40px);*/
		/*opacity: 0;*/
		/*transition: .5s ease;*/
	}
	.menu ul li a {
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: 2px;
		-moz-transition: all 0.8s ease;
		-ms-transition: all 0.8s ease;
		-o-transition: all 0.8s ease;
		-webkit-transition: all 0.8s ease;
		transition: all 0.8s ease;
		transition: 0.5s cubic-bezier(0.75, 0.02, 0.33, 1);
	}
	.menu ul li a:hover, .menu ul li a.selected  {
		color: #a6915a;
	}



	.menu_open .menu {
		/*width: 400px;*/
	}
	.menu_open .main_content {
		transform: translateX(400px);
	}
/*******************************************************/

.pages{
	padding: 20px;
	text-align: justify;
	/*background: #ffffff;*/
	background: #F0EDE6;
	max-width: 800px;
}
.cafe_1{
	color: #71422f;
}
.titulos{
	font-size: 34px;
	font-family: 'Centaur';
	display: inline-block;
	/*background: #ffffff;*/
	background: #F0EDE6;
	padding: 1px 5px;
	color: #9a7a4c;
	/*height: 10px;*/
}
.subtitulos,.cafe_2{
	color: #9a7a4c;
}
.puntos,.cafe_3{
	color: #765c49;
}
.puntos{
	font-weight: bold;
	margin: 20px 0px;
	/*font-family: 'HelveticaNeue-Medium';*/
}
.puntos p{
	/*margin-left:30px;*/
}
.linea{
	padding: 1px 0px;
	margin: 30px 5px;
	/*border-bottom: solid 1px #956c3a;*/
	/*line-height: 0;*/
	/*height: 30px;*/
	text-align: center;
	background: url("../img/linea_titulos.jpg") repeat-X 0px 50% / 1px 1px;
}
.underline{
	text-decoration: underline;
}
.error_submit{
	color: red;
	display: inline-block;
	font-size: 26px;
	height: 0px;
	line-height: 0;
	position: relative;
	vertical-align: text-bottom;
}
/**********************index************************/
	#index_content{
		max-width: 100%;
		}
	#big_img_hld{

		}
	#patron{
		background-color: #f1f0ee;
		background: url(../img/patron.png) repeat 0px 0px / 90px 90px;
		padding: 50px 25px 60px;
		position: relative;
		}
	#small_img_hld{
		bottom: 511px;
		position: relative;
		right: -50px;
		top: auto;
		float: right;
		box-shadow: rgba(0, 0, 0, 0.25) 6px 6px 20px;
		width: 130px;
		}

	#patron_inner{
		background: #f0ece9;
		border-radius: 10px;
		border: 0px solid black;
		box-shadow: rgba(0, 0, 0, 0.20) 10px 10px 20px;
		color: #7f715d;
		font-size: 16px;
		padding: 25px 25px 40px;
		text-align: justify;
		max-width: 600px;
		margin: auto;
	}
	#patron_inner h1{
		font-size: 24px;
		text-align: left;
		font-weight: 800;
		margin: 15px auto;
		font-family: 'Centaur';
	}
	#patron_inner p, #index_text_01 p{
		/*font-weight: 700;*/
		font-family: 'Centaur';
		font-size: 20px;
		}
	#patron_inner h3{
		font-size: 17px;
		/*font-weight: 700;*/
		letter-spacing: 5px;
		color: #9a7a4c;
		/*font-family: 'HelveticaNeue-Medium';*/
		font-family: 'Omnes Semibold';

		}
	#index_text_01{
		padding: 55px 25px;
		text-align: justify;
		background: #fff;
	}
	#index_text_01 h2{
		font-size: 27px;
		text-align: center;
		margin-bottom: 10px;
	}
	#index_recidencias_hld{
		max-width: 800px;
		margin: 20px auto 0px;
		padding-bottom: 60px;
	}
	#index_recidencias_hld h2{
		/*font-size: 24px;*/
		/*text-align: center;*/
		/*margin: 16px 0px 5px;*/
	}
	#residencias_div{
		display: block;
		/*width: 100%;*/
		text-align: center;
		margin-bottom: 20px;
	}
	#residencias{
		margin: auto;
		width: 88%;
	}
	#residencias li{
		border-bottom: 1px solid;
		display: block;
		padding: 30px 0px 5px;
		font-size: 11px;
		text-transform: uppercase;
		font-weight: bold;
		font-family: 'HelveticaNeue-Medium';
	}
	#residencias li a{}
	.residencias_{
		/*border: grey solid 1px;*/
		line-height: 0px;
		margin-bottom: 10px;
		display: inline-block !important;
		vertical-align: top;
		width: 47.5%;
		float: left;
		margin: 1%;
		
		}
	#residencias_texto{
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		width: 100%;
		line-height: 1;
		text-align: center;
		}
	#residencias_texto h2{
		font-size: 25px;
		font-family: 'Centaur';
		font-weight: bold;
		margin: 25px 0px;
		}
	.residencias_ img{
		width: 50%;
		}
/*********************process***********************/
	#process{
		padding: 55px;
		text-align: justify;
		/*background: #ffffff;*/
		font-family: 'HelveticaNeue-Medium';
	}
	#requirements ul{
		padding-left: 20px;
		list-style-type: decimal;
		list-style-position: inside;
		padding-left: 20px;
		outline: initial;
	}
	#requirements ul li{
		list-style: decimal;
	}
/********************howworks***********************/
	#howworks{
		padding: 55px;
		text-align: justify;
		/*background: #ffffff;*/
		font-family: 'HelveticaNeue-Medium';
	}
	#distributors{
		list-style: decimal;
		padding-left: 20px;
		
		list-style-type: decimal;
		list-style-position: inside;
		padding-left: 20px;
		outline: initial;
	}
	#distributors li{
		padding-left: 15px;
		margin-left: 25px;
		
		list-style: decimal;
	}
/*********************terms*************************/
	.dates{
		background: #cec6b2;
		padding: 2px 5px;
	}
	#termsandconditions {
		font-family: 'HelveticaNeue-Medium';
	}
	#termsandconditions p {
		margin-left: 20px;
		line-height: 150%;
	}
/*******************contactus***********************/
	.linea_de_captura{
		background: #cec6b2;
		/*padding: 5px 5px 5px;*/
		padding: 0px 5px;
		width: 96%;
		margin: 15px 0px;
		color: #71422f;
		position: static;
	}
	.residencial_ops{
		position: static;
	}
	#contactus{
		text-align: left;
		font-family: 'HelveticaNeue-Medium';
	}
	#contactus p{
		margin: 12px 0 8px;
	}
	.linea_de_captura input{}

	.linea_de_captura label{

	}
	.con_sub_lineas .linea_de_captura{
	}

	.linea_de_captura input, .linea_de_captura textarea, .linea_de_captura select{
		/*padding: 1px 2px;
		border: 0;
		line-height: 1.6;
		font-size: 14px;
		background: #cec6b2;
		width: 95%;*/



		padding: 5px 2px;
		border: 0;
		line-height: 1.6;
		font-size: 14px;
		background: #cec6b2;
		width: 100%;
		position: relative;

	}
	.linea_de_captura select{
		height: 32px;
		-webkit-appearance:none;
		-moz-appearance:none;
		width: 99%;
	}
	.linea_de_captura textarea{
		resize: none;
		border: 0;
	 }

	::-webkit-input-placeholder { /* WebKit, Blink, Edge */
		color: #71422f;
		font-size: 15px;
	}
	:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		color: #71422f;
		font-size: 15px;
		opacity:  1;
	}
	::-moz-placeholder { /* Mozilla Firefox 19+ */
		color: #71422f;
		font-size: 15px;
		opacity:  1;
	}
	:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #71422f;
		font-size: 15px;
	}
	::-ms-input-placeholder { /* Microsoft Edge */
		color: #71422f;
		font-size: 15px;
	}

	#first_name{
		/*width: auto;*/
		min-width: 170px;
	}
	#last_name{
		/*width: auto;*/
		min-width: 170px;
	}
	#phone_home{
		/*width: auto;*/
		min-width: 170px;
	}
	#phone_cell{
		/*width: auto;*/
		min-width: 170px;
	}
	#phone_office{
		/*width: auto;*/
		min-width: 170px;
	}
	#address_l1{
		/*width: auto;*/
		min-width: 170px;
	}
	#address_l2{
		/*width: auto;*/
		min-width: 170px;
	}
	#city{
		width: 48%;
		width: 100%;
		min-width: 170px;
	}
	#state{
		width: 48%;
		width: 100%;
		min-width: 170px;
	}
	#zip_code{
		width: 48%;
		width: 100%;
		min-width: 170px;
		display: inline-block;
	}
	#country{
		width: 48%;
		width: 100%;
		min-width: 170px;
	}
	#book_email{

		/*width: auto;*/
		/*min-width: 160px;*/
	}
	#residential{
		/*width: auto;*/
		min-width: 170px;
	}
	#property_type{
		/*width: auto;*/
		min-width: 170px;
	}
	#number{
		/*width: auto;*/
		min-width: 170px;
	}
	#comments{
		/*width: auto;*/
		min-width: 170px;
	}
	#contactus_submit_hld{
		margin: 20px auto 0px;
		text-align: center;
	}
	#contactus_submit{
		padding: 7px 30px;
		background: #A48149;
		color: #ffffff;
		cursor: pointer;
		border: 0;
		font-size: 16px;
	}

/******************enroll page**********************/
	#enroll_page{
		font-family: 'HelveticaNeue-Medium';
	}
 	#enroll_page p, #enroll_page ul{
 		line-height: 150%;
 	}
 	#enroll_page ul{
		padding-left: 20px;
		list-style-type: decimal;
		list-style-position: inside;
		padding-left: 20px;
		outline: initial;
	}
	#enroll_page ul li{
		list-style: decimal;
	}

	#dates_label{
		display: block;
		text-align: left;
		width: 190px;
	}

	#dates_hld{
		text-align: right;
		display: block;
		clear: both;
		width: 100%;
	}
	.linea_de_captura_dates {
		/*margin-top: 22px;*/
		display: block;
		/*width: 98%;*/
		position: relative;
	}
	.linea_de_captura_dates_to{
		display: block;
		/*display: inline-block;*/
		text-align: center;
		/*width: 2%;*/
		/*margin:0px 2%;*/
	}


	.linea_de_captura_dates{
		background: #cec6b2;
		padding: 5px 5px 5px;
		margin-bottom: 5px;
		color: #71422f;
		display: inline-block;
		display: block;

	}

	.linea_de_captura_dates input{
		padding: 1px 2px;
		border: 0;
		line-height: 1.6;
		font-size: 14px;
		background: #cec6b2;
		width: 100%;
	}

	#dates_hld input ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
		color: #111111;
		text-transform: uppercase;
		font-size: 15px;
	}
	#dates_hld input :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		color: #111111;
		text-transform: uppercase;
		font-size: 15px;
		opacity:  1;
	}
	#dates_hld input ::-moz-placeholder { /* Mozilla Firefox 19+ */
		color: #111111;
		text-transform: uppercase;
		font-size: 15px;
		opacity:  1;
	}
	#dates_hld input :-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #111111;
		text-transform: uppercase;
		font-size: 15px;
	}
	#dates_hld input ::-ms-input-placeholder { /* Microsoft Edge */
		color: #111111;
		text-transform: uppercase;
		font-size: 15px;
	}

	/* .squaredThree */
	.squaredThree {
		/*width: 20px;*/
		position: relative;
		/*margin: 20px auto;*/
	}
	.squaredThree label {
		width: 17px;
		height: 17px;
		cursor: pointer;
		position: absolute;
		top: 1px;
		left: 0;
		background: #cec6b2;
		/*border-radius: 4px;*/
		/*box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);*/
	}
	.squaredThree label:after {
		content: '';
		width: 6px;
		height: 3px;
		position: absolute;
		top: 4px;
		left: 4px;
		border: 3px solid #fcfff4;
		border-top: none;
		border-right: none;
		background: transparent;
		opacity: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.squaredThree label:hover::after {
		opacity: 0.3;
	}
	.squaredThree input[type=checkbox] {
		visibility: hidden;
	}
	.squaredThree input[type=checkbox]:checked + label:after {
		opacity: 1;
	}
	#check_1_hld{
		position: static;
	}
	#check_2_hld{
		position: static;
	}
	.calendar{
		position: absolute;
		top: 10px;
		right: 10px;
		}
	.fixicon{
		/*position: absolute;*/
		/*top: 10px;*/
		/*right: 10px;*/
		position: relative;
		top: 13px;
		margin-left: 15px;
		}


	#add_dates_hld{
		margin-top: 10px;
	}
	#add_dates_btn_hld{
		display: inline-block;
		width: 20px;
		background: #7f715d;
		height: 20px;
		position: relative;
		margin-right: 10px;
		border-radius: 50%;
	}
	#add_dates_btn{
		cursor: pointer;
		height: 20px;
	}
	#add:after,#add:before{
		background-color: #ffffff;
		width: 12px;
		height: 3px;
		content: '';
		position: relative;
		display: block;
		margin: auto;
	}
	#add:before{
		top: 8px;		
	}
	#add:after{
		top: 5px;
		transform: rotate(90deg);
	}

	.del_dates_hld{
		margin: auto;
		width: 20px;
	}
	.del_dates_btn_hld{
		display: inline-block;
		width: 20px;
		background: #7f715d;
		height: 20px;
		position: relative;
		margin-right: 10px;
		border-radius: 50%;
	}
	.del_dates_btn{
		cursor: pointer;
		height: 20px;
	}
	.del:before{
		background-color: #ffffff;
		width: 12px;
		height: 3px;
		content: '';
		position: relative;
		display: block;
		margin: auto;
		top: 8px;		
	}

	#more_dates{
		margin-top: 20px;
		text-align: right;
	}


	.more_periods{
		width: 79%;
		display: inline-block;
		vertical-align: middle;
	}


	.more_periods_del{
		display: inline-block;
		width: 18%;
		margin: 0px auto;
		min-width: 50px;
		max-width: 190px;
	}

	.fechas{
		margin: 15px 0px;
	}

/***************************************************/
	#label_2nd_select{
		position: relative;
		padding: 15px 0px;
		vertical-align: top;
		/* margin: 8px 0px; */
		height: 32px;
		line-height: 32px;
	}

	#div_2nd_select{
		position: relative;
		height: 32px;
	}

	.property_type_options {
		position: absolute !important;
	}

	.empty_field_error{
		display: none;
		position: absolute;
		background: white;
		padding: 5.5px 10px;
		border-radius: 0px 10px 10px 0px;
		box-shadow: grey 0px 0px 2px;
		z-index: 15;
		margin: 1px 0px 0px -4px;
	}

	.animate{
		-moz-transition: all 0.8s ease;
		-ms-transition: all 0.8s ease;
		-o-transition: all 0.8s ease;
		-webkit-transition: all 0.8s ease;
		transition: all 0.8s ease;
		transition: 0.5s cubic-bezier(0.75, 0.02, 0.33, 1);
	}

/***************************************************/
/*****************privacy policy********************/
	#privacypolicy{
		padding: 55px;
		text-align: justify;
		/*background: #ffffff;*/
		font-family: 'HelveticaNeue-Medium';
	}
/***************************************************/


	/*.main {
		width: 100%;
		background-color: #2F2933;
		height: 100%;
	}
	.main .main_content {
		width: 400px;
		display: block;
		padding: 0px 0px 0px 50px;
		transition: 0.5s cubic-bezier(0.75, 0.02, 0.33, 1);
	}*/

	.sitemap_link {
		display: inline-block;
		width: 50%;
		vertical-align: top;
		float: left;
		margin: 5px 0px;
	}
	.sitemap_link a:hover {
		color: #71422f;
	}

/******************* covid-19 **********************/

 	#normal_list{
		padding-left: 20px;
		/*list-style-type: decimal;*/
		list-style-position: inside;
		padding-left: 20px;
		outline: initial;
	}
	#normal_list li{
		list-style: disc;
	}
/********************** book ***********************/

	#book_content{
		max-width: 1000px;
		text-align: center;
		margin: auto;
		}

	#discover_links{
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		margin: 30px 0px;
		font-family: 'HelveticaNeue-Medium';
		margin: auto;
		width: 100%;
		}
	#discover_links > div{
		max-width: 350px;
		max-height: 393px;
		height: auto;
		margin: 10px 10px;
	}

	#discover_links div:hover img{
		opacity: 0.7;
		}


	#book_form .linea_de_book{
		background: #cec6b2;
		background: #ffffff;
		/* padding: 5px 5px 5px; */
		 padding: 5px 0px; 
		/* width: 96%; */
		/* margin: 15px 0px; */
		color: #71422f;
		position: static;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		}
	#book_form .sublinea_de_book{
		border: 1px solid gray;
		margin: 5px  auto 5px;
		/*width: 23%;*/
		display: flex;
		/*overflow: hidden;*/
		}
	.g-recaptcha{
		margin: auto;
	}

	/*#book_form:first-child{*/

	#book_form .linea_de_book input, #book_form .linea_de_book textarea, #book_form .linea_de_book select{
		padding: 10px 10px;
		border: 0;
		line-height: 1.6;
		font-size: 14px;
		background: #cec6b2;
		background: #ffffff;
		width: calc(100% - 55px);
		position: relative;
		}

	#book_form .linea_de_book select{
		height: 42px;
		-webkit-appearance:none;
		-moz-appearance:none;
		width: calc(100% - 35px);
		}
	#book_form .linea_de_book textarea{
		resize: none;
		border: 0;
		}

	#book_date_from_1_hld, #book_date_to_1_hld{
		position: relative;
		}

	#book_date_from_1_hld .picker, #book_date_to_1_hld .picker{
		top: 42px;
		}

	#book_comments_hld{
		max-width: 97%;
		flex-grow: 1;
	}

	#book_residential{}
	#book_date_from_1{}
	#book_date_to_1{}
	#book_number{}
	#book_comments{}
	#book_child_3{}
	#book_child_2{}
	#book_child_1{}

	#book_submit {
		padding: 7px 30px;
		background: #A48149 !important;
		color: #ffffff;
		cursor: pointer;
		border: 0;
		font-size: 16px;
		}

	#img_gallery_hld{
		/*display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
		align-items: center;*/

		display: flex;
		width: 100%;
		/*flex-wrap: wrap;*/
		/*flex-direction: row;*/
		flex-flow: row wrap;

		/* justify-content: space-evenly; */
		/*align-items: center;*/
		margin-left: -8px;
		counter-reset: brick;

	}

	#img_gallery_hld .gallery{
		/*width: 23%;*/
		/* width: 23%; */
		/*display: block;
		flex: auto;
		height: 250px;
		min-width: 150px;
		margin: 0px 8px 8px 0px;*/

		display: block;

		overflow: hidden;
		border-radius: 5px;
		margin: 0 0 8px 8px;
		background-color: #333;
		color: white;
		position: relative;

		flex: auto;
		height: 250px;
		min-width: 150px;
		}

	#img_gallery_hld .gallery img{
		vertical-align: middle;
		max-width: 100%;

		object-fit: cover;
		width: 100%;
		height: 100%;
		/*filter: brightness(50%);*/
		}

	#img_gallery_hld .gallery:hover img{
		/*opacity: .7;*/
		filter: brightness(50%);
		}

	#img_gallery_hld .gallery:nth-child(8n+1) {
		width: 250px;
		/*max-width: 250px;*/
		}
	#img_gallery_hld .gallery:nth-child(8n+2) {
		width: 325px;
		/*max-width: 325px;*/
		}
	#img_gallery_hld .gallery:nth-child(8n+3) {
		width: 180px;
		/*max-width: 180px;*/
		}
	#img_gallery_hld .gallery:nth-child(8n+4) {
		width: 380px;
		width: 200px;
		}

	#img_gallery_hld .gallery:nth-child(8n+5) {
		width: 250px;
		/*max-width: 250px;*/
		}
	#img_gallery_hld .gallery:nth-child(8n+6) {
		width: 180px;
		/*max-width: 325px;*/
		width: 200px;
		}
	#img_gallery_hld .gallery:nth-child(8n+7) {
		/*max-width: 180px;*/
		}
	#img_gallery_hld .gallery:nth-child(8n+8) {
		width: 380px;
		width: 325px;
		}




	/*padding: 1px 2px;
	border: 0;
	line-height: 1.6;
	font-size: 14px;
	background: #cec6b2;
	width: 100%;*/







/***************************************************/
/***************************************************/


/***********************************************************************************************/
@media only screen and (max-width: 480px){
	#small_img_hld{
		display: none;
	}
}@media only screen and (max-width: 480px){
	#small_img_hld{
		display: none;
	}
	.residencias_{
	width: 90%;
	float: none;
	margin: 5px auto;
	}
}
@media only screen and (max-width: 639px){

	#book_form .sublinea_de_book{
		width: 44%;
		}
	#book_form .linea_de_book{
		flex-wrap: wrap;
	}


	#book_residential_hld{
		order: 1;
	}
	#book_adults_hld{
		order: 2;
	}
	#book_date_from_1_hld{
		order: 3;
	}
	#book_child_3_hld{
		order: 4;
	}
	#book_date_to_1_hld{
		order: 5;
	}
	#book_child_2_hld{
		order: 6;
	}
	#book_email_hld{
		order: 7;
	}
	#book_child_1_hld{
		order: 8;
	}
	#book_comments_hld{
		order: 9;
		max-width: 92%;
		flex-grow: 1;
	}


	.linea_de_book:nth-child(1){
		/*padding: 10px 0px 0px;*/
		}

	.linea_de_book:nth-child(2){
		/*padding: 0px 0px 10px 0px;*/
		/*margin-top: -1px;*/
		}
}
@media only screen and (min-width: 640px){

	#book_form .sublinea_de_book{
		width: 23%;
		}
	.linea_de_book:nth-child(1){
		/*padding: 10px 0px 0px;*/
		}

	.linea_de_book:nth-child(2){
		/*padding: 0px 0px 10px 0px;*/
		/*margin-top: -1px;*/
		}
}
@media only screen and (max-width: 767px){
	.hide_small{
		display: none !important;
	}
	.cols1_small{}
	#logo_hld_small{
		width: 80px;
		margin: 10px auto;
	}
	#dates_hld{
		/*width: 98%;*/
	}
	.titulos{
		text-align: left;
	}
	#menu_hld{
		-moz-transition: all 2s ease;
		-ms-transition: all 2s ease;
		-o-transition: all 2s ease;
		-webkit-transition: all 2s ease;
		transition: all 2s ease;
		transition: 0.5s cubic-bezier(0.75, 0.02, 0.33, 1);
	}
	.cols2_small{
		display: inline-block;
		vertical-align: top;
		width: 50%;
		float: left;
		}
	#residencias_div{
		width: 100%;
	}
	.hide_small-med{
		display: none !important;
	}
	#dates_label{
		display: block;
		/*vertical-align: top;*/
	}
	.linea_de_captura_dates{
	}
}
@media only screen and (min-width: 768px){


	#contenedor_principal{
		margin-top: 0px;
		padding-left: 200px;
	}
	.page_content{
		/*margin-left: 200px;*/
		margin: auto;
	}
	.pages{
		padding: 20px;
	}
	.hide_big{
		display: none !important;
	}
	#footer{
		width: calc(100% - 200px);
		padding-left: 200px;
		/*z-index: 100;*/
	}
	/********************* menu ****************************/
	#menu_hld {
		position: fixed;
		width: 200px;
		display: block;
		/*transition: 0.5s cubic-bezier(0.75, 0.02, 0.33, 1);*/
		/*background-color: #e0d7ce;*/
		background-color: #FFFFFF;
		height: 100%;
		min-height: 100%;
		left: 0%;
	}
	/*******************menu mobile*************************/
	#mobile_menu{
		display: none;
		}
	.menu {
		margin-top: 0px;
		}
	/********************************************************/
	.cols1_big{
		display: block !important;
	}
	.cols2_big{
		display: inline-block !important;
		vertical-align: top;
	}
	#patron{
		padding: 50px 50px 90px;
	}
	#residencias_div{
		text-align: left;
	}
	.linea_de_captura_dates {
	}



	.cols2_big{
		display: inline-block !important;
		vertical-align: top;
		width: 50%;
		float: left;
	}
	.cols_40{
		max-width: 44%;
		}
	.cols_60{
		width: 50%;
		}
	#patron {
		padding: 50px 80px 120px;
		}
	#small_img_hld{
		width: 140px;
		bottom: -5px;
		position: relative;
		right: -90px;
		top: auto;
		float: right;
		box-shadow: rgba(0, 0, 0, 0.25) 6px 6px 20px;
		}
	#residencias_div{
		margin-bottom: 15px;
		}
	#index_recidencias_hld h2 {
		margin: 7px 0px 0px;
		}
	#residencias li{
		padding: 20px 0px 5px;
		}
	#index_recidencias_hld h2 {
		font-size: 35px;
		}
	.linea{
		/*border-bottom: solid 1px #956c3a;*/
		/*height: 30px;*/
		}
	.con_sub_lineas{
		background: #cec6b2;
		padding: 0px 5px 0px;
		width: 96%;
		margin-bottom: 15px;
		color: #71422f;
	}
	.con_sub_lineas .linea_de_captura{
		margin: 0px;
		padding: 0px 0px 0px;
		display: inline-block;
		/*vertical-align: top;*/
		width: 49%;
	}

	.residencial_ops .linea_de_captura {
		display: inline-block;
		/*vertical-align: top;*/
		width: calc(95% - 190px);
	}
	.residencial_ops label{
		width: 190px;
		display: inline-block;
		/*vertical-align: top;*/
		text-align: right;
		font-size: 15px;
	}
	#dates_label{
		vertical-align: top;
		display: inline-block;
		/*width: 190px;*/
		padding-top: 25px;
		text-align: right;
	}
	#dates_hld{
		display: inline-block;
		text-align: right;
		width: calc(98.5% - 190px);
		}
	.linea_de_captura_dates {
		/*width: 93%;*/
	}

	.flex-container-more_dates {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.flex-item-more_dates {
		-webkit-flex: 1 0 auto;
		flex: 1 0 auto;
	}

	.more_periods .linea_de_captura_dates_to {
		line-height: 38px;
		/*max-width: 40px;*/
	}
}
@media only screen and (min-width: 768px) and (max-width: 900px){
	.flex-item-more_dates {
		max-width: 42%;
	}
	.more_periods_del{
		width: 10%;
	}
	.more_periods{
		width: 85%;
	}

}
@media only screen and (min-width: 900px){
	.titulos{
		font-size: 45px;
	}
	.flex-container-dates {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.flex-item-dates {
		-webkit-flex: 1 0 auto;
		flex: 1 0 auto;
	}

	#dates_hld{
		margin-top: 0px;
		/*margin-right: 3%;*/
		width: calc(100% - 190px);
	}

	#dates_hld{
		text-align: left;
	}

	.linea_de_captura_dates {
		width: 33%;
		/*margin-right: 0%;
		display: inline-block;
		width: 42%;
		width: 43%;*/
	}
	.linea_de_captura_dates:last-child {
		/*margin-right: 4%;*/
	}
	.linea_de_captura_dates_to {
		display: inline-block;
		text-align: center;
		max-width: 80px;
		line-height: 38px;
		/*margin: 0px 1.5%;*/
		/*margin: 0px 1.8%;*/
	}
	.more_periods_del{
		width: 190px;
	}
	.more_periods{
		width: calc(100% - 190px);
	}
}

@media only screen and (min-width: 900) and (max-width: 1024px){
	.picker{
		margin-left: -20%;
	}
}
@media only screen and (min-width: 1024px){
	.page_content{
		/*margin-left: 220px;*/
	}
	#menu_hld {
		/*width: 220px;*/
		}
	#patron {
		padding: 50px 80px 140px;
	}
	#residencias_div{
		margin-bottom: 15px;
	}
	#index_recidencias_hld h2 {
		margin: 20px 0px 0px;
		font-size: 28px;
	}
	#residencias {
		width: 75%;
	}
	#residencias li{
		padding: 35px 0px 5px;
	}


	#discover_links{
		margin: 30px 0px;
		margin: auto;
		width: 100%;
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		padding: 0px 0px 40px;
		text-align: center;
		max-width: 1200px;
		}


}
@media only screen and (min-width: 1024px) and (max-width: 1079px){
	#discover_links > div{
		max-width: 350px;
		max-height: 393px;
		height: auto;
		margin: 10px 10px;
	}

}
@media only screen and (min-width: 1080px){
	.page_content{
		/*margin-left: 300px;*/
	}
	#menu_hld {
		/*width: 300px;*/
		}
}
@media only screen and (min-width: 1200px){
	.linea_de_captura_dates_to {
		margin: 0px 3%;
	}

}
@media only screen and (min-width: 1280px){
	#discover_links > div {
		max-width: 350px;
		max-height: 393px;
		height: auto;
		margin: 10px auto;
	}
}

