@charset "UTF-8";
.intro_hotel_text {
    width: 65%;
    float: left;
}
.intro_side {
    float: left;
    width: 35%;
    background-image: url(../img/index/back_blue.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.intro_hotel_box {
    overflow-x: auto;
    overflow-y: auto;
}
.intro_content {
    padding-left: 12%;
    padding-right: 15%;
    padding-top: 15%;
    padding-bottom: 33%;
}
.video_box {
	position: relative;
	max-width: 1103px;
	margin-left: auto;
	margin-right: auto;
	width: 81%;
	margin-top: -125px;
}
.video_content {
    background-image: url(../img/index/video_back.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.video_items {
    padding-bottom: 56%;
    position: relative;
}
.video_footer {
    width: 50%;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-color: rgba(2,27,35,0.67);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 4%;
    padding-bottom: 4%;
    min-height: 60%;
}
.play_video {
    position: absolute;
    color: #FFFFFF;
    font-size: 173px;
    left: 17%;
    top: 31%;
    text-shadow: 6px 4px 13px rgba(0,0,0,0.52);
}
.play_video:hover {
    text-decoration: none;
    color: #F33480;
     -webkit-transition: all 5s ease-in-out;
    -moz-transition: all 5s ease-in-out;
    -o-transition: all 5s ease-in-out;
    transition: all .5s ease-in-out;
   
}
.sabores_content {
    padding-left: 14%;
    padding-right: 10%;
    padding-top: 15%;
}
.contact_content {
    padding-left: 14%;
    padding-right: 10%;
    padding-top: 15%;
}

.arrive_content {
    padding-left: 14%;
    padding-right: 10%;
    padding-top: 15%;
    padding-bottom: 46%;
}
.trip_box {
    background-color: #F4CE00;
    background-image: url(../img/index/plants_back.png);
    background-repeat: repeat;
    background-position: center center;
    padding-top: 45px;
    padding-bottom: 150px;
}
.trip_small_box {
    width: 80%;
    max-width: 730px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 10px 10px 0px rgba(0,0,0,0.48);
    box-shadow: 10px 10px 0px rgba(0,0,0,0.48);
    margin-left: auto;
    margin-right: auto;
}
.trip_bar {
    background-color: #39AE4A;
    border-bottom: 6px solid #0D7715;
    color: rgba(255,255,255,1.00);
}
.trip_logo_bar {
    font-size: 50px;
    line-height: 9px;
    vertical-align: -17px;
    margin-right: 11px;
}
.trip_content {
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 50px;
    padding-top: 50px;
}
.city_back {
    background-image: url(../img/index/city.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    padding-bottom: 63%;
    background-color: rgba(2,167,231,1.00);
}
.side_content {
    padding-left: 30%;
    padding-top: 36px;
}
.plan_button {
    display: block;
    background-color: #03B6DD;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 21px;
    padding-right: 20px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    -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;
    z-index: 999999;
    width: 260px;
    text-align: center;
    height: 80px;
}
.plan_button:hover {
    display: inline-block;
    background-color: #0640A0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 21px;
    padding-right: 20px;
    color:#F33480;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-decoration: none;
}
.plan_button .icon.icon-calendar {
    font-size: 25px;
    vertical-align: -5px;
    margin-right: 11px;
}
.arrow_plan {
    font-size: 32px;
    vertical-align: -4px;
    padding-left: 10px;
}
.bottom_fish_box {
    padding-top: 39px;
    padding-bottom: 207px;
    text-align: center;
}
.bottom_fish_box img {
    width: 80%;
    height: auto;
}
.dish_picture {
	background-image: url(../img/index/dish1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-bottom: 75%;
}
.sabores_box {
    padding-top: 3%;
    padding-bottom: 3%;
}
.trip_advisor_name {
    padding-top: 10px;
}
.map_art {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: auto;
    max-width: 909px;
}
.person {
    right: 9%;
    position: absolute;
    bottom: -46px;
    width: 80%;
    height: auto;
    max-width: 303px;
}
#trompo {
    position: absolute;
    right: 34%;
    bottom: -26px;
}
.contact_button_box {
    padding-top: 15px;
    padding-bottom: 80px;
}
.side_tittle {
    width: 250px;
}
.index_rotator {
	padding-bottom: 50%;
	background-image: url(../img/index/back_1.jpg);
	background-position: center center;
	background-size: cover;
}

@media screen and (max-width:900px){
.intro_hotel_text {
    width: 100%;
}
.intro_side {
    width: 100%;
    display: none;
}
.intro_content {
    padding-bottom: 27%;
}
.video_footer {
    display: none;
}
.play_video {
    top: 23%;
    left: 35%;
}
.suscribe_box {
    display: none;
}
#trompo {
    right: 50%;
}
}

@media screen and (max-width:768px){
.sabores_content {
    padding-top: 10%;
    padding-bottom: 10%;
}
#owl-dish {
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 10%;
}
.arrive_content {
    padding-top: 79%;
    padding-bottom: 10%;
}
.plan_button_box {
    width: 100%;
    position: relative;
    top: auto;
}
.contact_content {
    padding-bottom: 38%;
}
.plan_button {
    width: 100%;
}
#trompo {
    right: auto;
    left: 25%;
}
.video_box {
    margin-top: 49px;
}    
.intro_content {
    padding-bottom: 20px;
}
.play_video {
    font-size: 22vw;
}
}

@media screen and (max-width:576px){
.contact_content {
    padding-bottom: 80%;
}
}
