@charset "UTF-8";
body {
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
}
.promotion_box {
	background-color: #F33480;
	display: none;
}
.promotion_box_content {
    padding-left: 5%;
    padding-right: 5%;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    line-height: 55px;
    font-weight: 400;
    font-size: 18px;
}
.promo_link {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    color: #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    height: 42px;
    font-weight: 300;
}
.promo_link:hover   {
    color: #0A1E4C;
    border-bottom: 2px solid #0A1E4C;
    text-decoration: none;
}
.header_box {
    background-color: #0A1E4C;
    overflow-x: auto;
    overflow-y: auto;
    padding-top: 2%;
    padding-bottom: 2%;
}
.menu_button {
    display: inline-block;
    color: #FFFFFF;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    background-image: url(../img/layout/menu_flower.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-top: 30px;
    font-size: 18px;
    -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;
    background-size: 10px auto;
}
.menu_button:hover {
    display: inline-block;
    color: #FFFFFF;
    font-family: 'Oswald', sans-serif;
    background-image: url(../img/layout/menu_flower.png);
    background-position: center 7px;
    background-repeat: no-repeat;
    padding-top: 30px;
    font-size: 18px;
    -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;
    background-size: 44px auto;
}
.button_content {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 3px;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0) 0%,rgba(10,30,76,1.00) 28%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0) 0%,rgba(10,30,76,1.00) 28%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,0) 0%,rgba(10,30,76,1.00) 28%);
    background-image: linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(10,30,76,1.00) 28.00%);
    color: #FFFFFF;
    -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;
    padding-bottom: 6px;
}
.button_content:hover {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 3px;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0) 0%,rgba(10,30,76,1.00) 28%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0) 0%,rgba(10,30,76,1.00) 28%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,0) 0%,rgba(10,30,76,1.00) 28%);
    background-image: linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(10,30,76,1.00) 28.00%);
    color: #39AE4A;
    text-decoration: none;
}
.buttons_box {
    text-align: right;
    padding-right: 10%;
}
.reservation_button {
    display: inline-block;
    background-color: #F33480;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: #FFFFFF;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 18px;
}
.reservation_button:hover {
    background-color:#90083E;
    -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; 
}
.reservation_button a {
    color: #FFFFFF;
}
.reservation_button a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.menu_box {
    width: 70%;
    float: right;
    margin-top: 107px;
}
.main_logo {
    width: 30%;
    float: left;
    padding-top: 0%;
}
.main_logo_pic {
    width: 100%;
    height: auto;
    margin-left: 20%;
    max-width: 239px;
}
.total_content {
    max-width: 1370px;
    margin-left: auto;
    margin-right: auto;
}
.credit_box {
    background-color: #2AAAE2;
}
.footer_box {
    background-color: #0F2D6F;
    padding-top: 60px;
}
.footer_content {
    max-width: 1024px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.footer_logo {
    background-image: -webkit-linear-gradient(270deg,rgba(16,45,111,1.00) 0%,rgba(11,32,83,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(16,45,111,1.00) 0%,rgba(11,32,83,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(16,45,111,1.00) 0%,rgba(11,32,83,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(16,45,111,1.00) 0%,rgba(11,32,83,1.00) 100%);
}
.footer_logo_box {
    background-image: url(../img/layout/foot_corner.png);
    background-repeat: no-repeat;
    background-position: 20px calc(100% - 20px);
    ;
    background-size: 10% auto;
    background-size: 25% auto;
    text-align: center;
    padding-top: 12%;
    padding-bottom: 4%;
}
.social_network {
    border-bottom: 2px solid #FFFFFF;
    text-align: right;
}

.button_content_footer {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 3px;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(16,45,111,1.00) 28%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(16,45,111,1.00) 28%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(16,45,111,1.00) 28%);
    background-image: linear-gradient(180deg,rgba(255,255,255,0.00) 0%,rgba(16,45,111,1.00) 28%);
    color: #FFFFFF;
    -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;
}
.button_content_footer:hover {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 3px;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(16,45,111,1.00) 28%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(16,45,111,1.00) 28%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(16,45,111,1.00) 28%);
    background-image: linear-gradient(180deg,rgba(255,255,255,0.00) 0%,rgba(16,45,111,1.00) 28%);
    color: #39AE4A;
    text-decoration: none;
}

.menu_button_footer {
    display: inline-block;
    color: #FFFFFF;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    background-image: url(../img/layout/menu_flower.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-top: 30px;
    font-size: 17px;
    -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;
    background-size: 10px auto;
}
.menu_button_footer:hover {
    display: inline-block;
    color: #FFFFFF;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    background-image: url(../img/layout/menu_flower.png);
    background-position: center 7px;
    background-repeat: no-repeat;
    padding-top: 30px;
    -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;
    background-size: 35px auto;
}
.buttons_box_footer {
    text-align: left;
    padding-left: 0px;
    float: left;
}
.reservation_button_footer {
    display: inline-block;
    background-color: #F33480;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: #FFFFFF;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 17px;
}
.reservation_button_footer:hover {
    background-color:#90083E;
    -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; 
}
.reservation_button_footer a {
    color: #FFFFFF;
}
.reservation_button_footer a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.footer_phones {
    text-align: right;
    float: right;
}
.phones_text {
    color: #FFFFFF;
    font-family: 'Oswald', sans-serif;
    font-size: 27px;
    line-height: 35px;
    width: 188px;
    float: right;
    clear: both;
    text-align: left;
    font-weight: 300;
}
.pink_text {
    color: #F33480;
}
.footer_phones a {
    font-family: 'Oswald', sans-serif;
    color: #FFFFFF;
    -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;
    font-weight: 300;
}
.footer_phones a:hover {
    font-family: 'Oswald', sans-serif;
    color: #85BF3F;
    text-decoration: none;
}
.email_footer {
    font-size: 22px;
    padding-top: 10px;
    clear: both;
}
.footer_menu {
    overflow-x: auto;
    overflow-y: auto;
    padding-top: 25px;
}
.tripadvisor_box {
}
.tripadvisor_content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
    position: relative;
    height: 0px;
}
.trip_logo_box {
    background-color: #85BF3F;
    height: 160px;
    position: absolute;
    bottom: 0px;
    padding-left: 14px;
    padding-right: 10px;
    right: 10px;
}
.foot_trip {
    font-size: 94px;
}
.trip_logo_box a {
    color: #FFFFFF;
    -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; 
}
.trip_logo_box a:hover {
    color: #0A1E4C;
    text-decoration: none;
}
.social_network a {
    font-size: 57px;
    line-height: 67px;
    color: #FFFFFF;
    vertical-align: -47px;
    -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; 
}
.social_network a:hover {
    font-size: 57px;
    line-height: 67px;
    color: #F33480;
    vertical-align: -47px;
    text-decoration: none;
}
.inline_block {
    display: inline-block;
}
.credit_box a {
    display: inline-block;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    -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;
    padding-left: 10px;
    padding-right: 10px;
}
.credit_box a:hover {
    text-decoration: none;
    color: #0A1E4C;
}
.credit_box {
    text-align: center
}
.credit_box a .icon.icon-bycom {
    font-size: 23px;
    vertical-align: -7px;
    margin-right: 3px;
}
.credit_content {
    margin-right: 16%;
    padding-top: 7px;
}
h2 {
    color: #27A8D8;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    line-height: 39px;
    font-size: 22px;
    margin-bottom: 5px;
    text-transform: uppercase;
    margin-left: 5px;
}
h1 {
    color: #052969;
    font-family: 'Old Standard TT', serif;
    font-size: 42px;
    line-height: 42px;
}
.general_text {
    color: #666666;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 300;
}
.white_text {
    color: #FFFFFF;
}
.yellow_text {
    color: #F4CE00;
}
.text_center {
    text-align: center;
}
.shadow_box {
    position: relative;
}
.top_shadow {
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.29) 0%,rgba(0,0,0,0.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.29) 0%,rgba(0,0,0,0.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.29) 0%,rgba(0,0,0,0.00) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.29) 0%,rgba(0,0,0,0.00) 100%);
    height: 25px;
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: 9999;
}
a, a:hover, a:active {
    outline: none !important;
}
.plan_button_box {
    width: 35%;
    height: 80px;
    position: absolute;
    right: 0px;
    top: -80px;
    z-index: 999;
}
.yellow_link {
    color: #F4CE00;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    -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;
}
.yellow_link:hover {
    color: #F33480;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
}
.footer_deco_box {
    position: relative;
}
.animate_times {
     animation-iteration-count: 5000;
    
}
.suscribe_box {
    border: 8px solid #0071B5;
    background-color: #EBEBEB;
    position: absolute;
    padding-right: 4px;
    left: 10%;
    top: -35px;
}
.form_email {
    background-color: #EBEBEB;
    border-style: none;
    padding-top: 10px;
    padding-bottom: 11px;
    padding-left: 20px;
    padding-right: 20px;
    width: 300px;
    outline: none;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
}
.button_email {
    background-color: #77C1DC;
    height: 45px;
    border-width: 0px;
    border-style: none;
    display: inline-block;
    color: #FFFFFF;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    padding-left: 15px;
    padding-right: 15px;
    -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;
}
.button_email:hover {
    background-color: #F33480;

}
.pink_button {
    display: inline-block;
    background-color: #DF3D80;
    color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Oswald', sans-serif;
    font-size: 21px;
}
.pink_button:hover {
    background-color: #90083E;
    color: #FFFFFF;
    text-decoration: none;
}

.blue_button {
    display: inline-block;
    background-color: #2AAAE2;
    color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Oswald', sans-serif;
    font-size: 21px;
}
.blue_button:hover {
    background-color: #156884;
    color: #FFFFFF;
    text-decoration: none;
}

.yellow_button {
    display: inline-block;
    background-color: #F4A93B;
    color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Oswald', sans-serif;
    font-size: 21px;
}
.yellow_button:hover {
    background-color: #995E10;
    color: #FFFFFF;
    text-decoration: none;
}

.lang_button {
    display: inline-block;
    background-color: #2AAAE2;
    position: absolute;
    color: #FFFFFF;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    right: 0px;
}
.lang_button:hover {
    display: inline-block;
    background-color: #147098;
    position: absolute;
    color: #FFFFFF;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    right: 0px;
    -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;
    text-decoration: none;
}
.lang_center {
    position: relative;
}
.lang_center {
    margin-left: auto;
    margin-right: auto;
    width: 86%;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #031034;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  line-height: 30px;    
}
::-moz-placeholder { /* Firefox 19+ */
  color: #031034;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  line-height: 30px;   
}
:-ms-input-placeholder { /* IE 10+ */
  color: #031034;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  line-height: 30px;   
}
:-moz-placeholder { /* Firefox 18- */
  color: #031034;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  line-height: 30px;   
}
.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;
}

.contact_content {
    padding-left: 17%;
    padding-right: 17%;
    padding-top: 15%;
}
.section_shadow {
	position: relative;
}
.section_shadow_bar {
	height: 20px;
	width: 100%;
	position: absolute;
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.39) 0.05%,rgba(0,0,0,0.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.39) 0.05%,rgba(0,0,0,0.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.39) 0.05%,rgba(0,0,0,0.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,0,0,0.39) 0.05%,rgba(0,0,0,0.00) 100%);
}
.blue_text {
    color: #2AAAE2;
}
.resp_img {
    width: 100% !important;
    height: auto !important;
}
#current_link {
 color: #80BC43;    
}
@media screen and (max-width:1100px){
.buttons_box {
    padding-right: 2%;
}
.main_logo_pic {
    margin-left: 10%;
    margin-top: 14px;
}
.main_logo {
    width: 20%;
}
.menu_box {
    width: 80%;
}
    
}

@media screen and (max-width:980px){
.menu_box {
    width: 100%;
    float: none;
    text-align: center;
    margin-top: 0px;
}
.main_logo {
    width: 100%;
    float: none;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
.buttons_box {
    text-align: center;
    padding-top: 0px;
    padding-right: 5%;
    padding-bottom: 0px;
    padding-left: 5%;
}
.main_logo_pic {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
.footer_logo_box {
    padding-top: 3%;
    padding-bottom: 15%;
}
.footer_logo_img {
    max-width: 395px;
    width: 57%;
    height: auto;
}
.buttons_box_footer {
    width: 100%;
    text-align: center;
}
.footer_phones {
    width: 100%;
    text-align: center;
    padding-top: 20px;
}
.phones_text {
    float: none;
    width: 100%;
    text-align: center;
}
}

@media screen and (max-width:900px){
	.suscribe_box {
    display: none;
}
#trompo {
    right: 50%;
}
}

@media screen and (max-width:768px){

	.contact_content {
    padding-bottom: 38%;
}

#trompo {
    right: auto;
    left: 25%;
}
}


@media screen and (max-width:680px){
.tripadvisor_box {
    display: none;
}
.credit_content {
    width: 100%;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 5%;
    padding-right: 5%;
}
.header_lang_box {
    background-color: #0A1E4C;
    height: 35px;
}

}

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