@charset "UTF-8";
.pic_back {
	padding-bottom: 43%;
	margin-left: -15px;
	margin-right: -15px;
	background-image: url(../img/huatulco/huatulco.jpg);
	background-size: cover;
	background-position: center center;
	position: relative;
}
.shadow_huatulco {
	height: 100%;
	width: 100%;
	position: absolute;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.00) 75.76%,rgba(0,0,0,0.67) 99.95%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.00) 75.76%,rgba(0,0,0,0.67) 99.95%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.00) 75.76%,rgba(0,0,0,0.67) 99.95%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.00) 75.76%,rgba(0,0,0,0.67) 99.95%);
}
.tittle_huatulco {
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 18px;
}
.tittle_huatulco .white_text {
	font-size: 18px;
}
.tittle_huatulco .line_hux {
}
.tittle_huatulco .line_hux {
	width: 81%;
	max-width: 353px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #F3A83B;
	padding-top: 6px;
}
.hux_collage_back {
	background-color: #EDF5E2;
}
.content_hux_col {
	max-width: 450px;
	margin-left: 10%;
	padding-bottom: 31px;
}
.hux_tittle {
	padding-top: 30px;
	border-bottom: thin solid #F3A83B;
	padding-bottom: 8px;
	color: #534741;
	font-family: 'Minion Pro';
	font-size: 18px;
	line-height: 1.429;
	text-transform: uppercase;
}
.hux_subtittle {
	color: #BFAA91;
	font-family: 'Minion Pro';
	font-size: 18px;
	line-height: 1.42857143;
	padding-top: 3px;
	padding-bottom: 13px;
}
.shadow_map {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 39px;
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.37) 0.05%,rgba(255,255,255,0.00) 61.91%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.37) 0.05%,rgba(255,255,255,0.00) 61.91%);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.37) 0.05%,rgba(255,255,255,0.00) 61.91%);
	background-image: linear-gradient(180deg,rgba(0,0,0,0.37) 0.05%,rgba(255,255,255,0.00) 61.91%);
}

.brown_back {
	background-color: #E6E1C7;
	padding-top: 57px;
	padding-bottom: 70px;
}

.catalog_link {
	display: inline-block;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color: #BEAC8C;
	color: #FFFFFF;
	font-size: 14px;
	margin-top: 15px;
}
.catalog_link:hover {
	background-color: #A47448;
	color: #ffffff;
	text-decoration: none;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	transition:all 500ms ease
}

@media screen and (max-width:991px){
.content_hux_col {
	margin-left: 0%;
	padding-left: 5%;
	padding-right: 5%;
}
}
