@charset "UTF-8";
.contept_hook_row {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-bottom: 28px;
}
.concept_pic_footer {
    color: #FFFFFF;
    background-color: #7C6B59;
    width: 310px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
}
.concept_box_item {
    position: relative;
    width: 50%;
    float: left;
}
.concept_footer_wrap {
    position: absolute;
    bottom: -25px;
    width: 100%;
    text-align: center;
}
.item_2 {
    margin-top: 12%;
}
.concept_box {
    padding-top: 5%;
    padding-bottom: 75px;
}
.gallery_tittle {
    text-align: center;
    padding-bottom: 25px;
}
.gallery_box {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.gallery_item {
    background-image: url(../img/concept/hotel_huatulco1.jpg);
    width: 25%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 101% auto;
    padding-bottom: 21%;
    position: relative;
    float: left;
    webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all .2s ease-in-out;
    bottom: 1px;
    height: 0px;
}
.link_gallery {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    -webkit-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 2px solid rgba(228,128,68,0.00);
}
.link_gallery:hover {
    background-color: rgba(0,0,0,0.30);
    border: 2px solid #E48044;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.gallery_item:hover {
    background-size: 110% auto;
      -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all .2s ease-in-out;
}
.leyend_content {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
}
.leyend_text {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 75px;
    padding-bottom: 50px;
}
.leyend_rotator {
    width: 50%;
    float: left;
    padding-top: 50px;
}
.leyend_text_content {
    text-align: justify;
}
.leyend_text .tittle_header {
    text-align: center;
}
.leyend_text .separator {
    text-align: center;
}

@media screen and (max-width:750px){
.concept_box_item {
    float: none;
    width: 100%;
    margin-top: 9%;
}
.item_2 {
     margin-top: 9%;
}
.contept_hook_row {
    padding-bottom: 0px;
}
.gallery_item {
    width: 50%;
    padding-bottom: 40%;
}
.leyend_text {
    width: 100%;
}
.leyend_rotator {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0px;
    padding-bottom: 40px;
}
.concept_footer_wrap {
    position: relative;
    bottom: 1px;
    width: 100%;
}
.concept_pic_footer {
    width: 100%;
}
.leyend_content {
    padding-top: 0px;
}
}
