@charset "UTF-8";
.destination_pic {
    position: relative;
    width: 100%;
    background-image: url(../img/destinations/huatulco.jpg);
    background-position: center center;
    background-size: cover;
    padding-bottom: 87%;
}
.top_shadow {
	position: absolute;
	width: 100%;
	height: 15px;
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.51) 0%,rgba(0,0,0,0.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.51) 0%,rgba(0,0,0,0.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.51) 0%,rgba(0,0,0,0.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,0,0,0.51) 0%,rgba(0,0,0,0.00) 100%);
}
.destination_tittle {
    height: 82px;
    background-color: #27a8d8;
    margin-top: -40px;
    z-index: 9999;
}
.destination_tittle_content {
	background-color: #01709d;
	height: 82px;
	margin-left: 60px;
	line-height: 82px;
	padding-left: 20px;
	padding-right: 30px;
	color: #FFFFFF;
	font-family: 'Old Standard TT', serif;
	font-size: 33px;
	text-transform: uppercase;
}
.tittle_destination_detail {
    color: #FFD79E;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 22px;
    text-transform: uppercase;
    vertical-align: 3px;
}
.img_destination {
	width: 80%;
	height: auto;
}
.pic_destination_box {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}
.destination_content {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 65px;
	padding-bottom: 65px;
}
.intro.destinos {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 70px;
}
.intro.destinos .general_text {
	padding-top: 40px;
	padding-bottom: 50px;
}
.tittle_destination_box {
	padding-bottom: 30px;
}
.tittle_location {
	text-align: center;
}
