/*----------------------------------------------------------*\
                           Default
\*----------------------------------------------------------*/
html{
  margin-top: 0 !important
  }

body {
  font-family: 'Montserrat';
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1px;
  margin: 0;
  overflow-x: hidden !important
  }

* {
  margin: 0;
  padding: 0;
  }

sup{
  font-size: 0.7em;
  }

p{
  font-size: 1rem;
  letter-spacing: 0;
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  }

p strong{
  font-weight: 600;
  }

header{
  position: fixed;
  top: 0;
  z-index: 996;
  width: 100%;
  animation: fadeIn 4.0s ease forwards;
  }

.container {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  }

/*----------------------------------------------------------*\
                        Visual Composer
\*----------------------------------------------------------*/

.vc_section.vc_section-has-fill{
  padding-top: 0
  }

.vc_row-has-fill>.vc_column_container>.vc_column-inner {
  padding-top: 0
  }

.wpb_content_element {
  margin-bottom: 0 !important;
  }

.ult_modal-body {
  padding: 0 !important
  }

.vc_row.vc_row-no-padding[data-vc-full-width] {
   position: relative;
   left: 50%;
   right: 50%;
   margin-left: -50vw;
   margin-right: -50vw;
   width: 100%;
   width: 100vw;
}

  /*----------------------------------------------------------*\
                             Top Bar
  \*----------------------------------------------------------*/

.fh-top-bar{
  /*background: rgba(0,0,0,0.3);
  background: -moz-linear-gradient(top, rgba(2,2,2,0.5) 0%, rgba(158,158,158,0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(2,2,2,0.5)), color-stop(100%, rgba(158,158,158,0)));
  background: -webkit-linear-gradient(top, rgba(2,2,2,0.5) 0%, rgba(158,158,158,0) 100%);
  background: -o-linear-gradient(top, rgba(2,2,2,0.5) 0%, rgba(158,158,158,0) 100%);
  background: -ms-linear-gradient(top, rgba(2,2,2,0.5) 0%, rgba(158,158,158,0) 100%);
  background: linear-gradient(to bottom, rgba(2,2,2,0.5) 0%, rgba(158,158,158,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#9e9e9e', GradientType=0 );*/
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.06346288515406162) 16%, rgba(0,0,0,0.7021183473389356) 100%);
  animation: fadeIn 4.0s ease forwards;
  /*height: 56px;*/
  height: 75px
  }

.fh-top-bar a.fh-top-bar-phone-desktop {
  color: #fff;
  text-decoration: none;
  font-family: 'GothamMedium';
  /*font-family: 'Montserrat';*/
  font-size: 0.9rem;
  /*font-size: 0.9rem;*/
  /*letter-spacing: -1px;*/
  letter-spacing: -1px;
  /*margin-right: 7px;*/
  margin-right: 20px;
  /*margin-top: -3px;*/
  margin-top: -1px;
  line-height: 26px;
  float: left;
  }

.fh-top-bar a.fh-top-bar-phone-desktop:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: #ffffff transparent transparent transparent;
  top: 10px;
  right: 9px;
  position: absolute;
  }

  .fh-top-bar-phone-mobile {
  	display: inline-block;
  }

.fh-top-bar svg {
  width: 1em;
  }

.fh-top-bar svg path{
  fill: #fff !important;
  }

.fh-top-bar .top-bar-icons {
  display: flex;
  text-align: right;
  margin-top: 15px;
  padding-right: 55px;
  }

.fh-top-bar .top-bar-icons .wpb_raw_code,
.fh-top-bar .top-bar-icons .wpb_text_column {
  display: inline-block;
  }

.fh-top-bar .top-bar-icons > .wpb_wrapper{
  padding-right: 25px;
  }

.fh-top-bar .top-bar-icons .wpb_raw_code svg{
  display: inline-flex;
  margin: 0 2px;
  }

.fh-top-bar .top-bar-icons .wpb_raw_code svg:last-child{
  margin-right: 0;
  }

.fh-top-bar a.lang_sel_sel{
  padding-right: 10px;
  }

.fh-top-bar  #lang_sel{
  top: 0;
  height: auto;
  /*margin-right: 25px;*/
  }

.fh-top-bar #lang_sel a.lang_sel_sel{
  /*background-position: 27px 4px;*/
  border: none;
  color: #fff;
  font-size: 0.9rem;
  font-family: 'GothamMedium', sans-serif;
  font-weight: 500;
  letter-spacing: -1px;
  background: none
  }

.fh-top-bar #lang_sel a.lang_sel_sel:after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: #ffffff transparent transparent transparent;
  top: 10px;
  right: 0;
  position: absolute;
}

.fh-top-bar #lang_sel a.lang_sel_sel:hover,
.fh-top-bar  #lang_sel a + ul li a:hover{
  background-color: rgba(255,255,255,0.2);
  }

.fh-top-bar  #lang_sel a + ul li a{
  background-color: rgba(0,0,0,0.3) !important;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: rgba(255,255,255,0.4);
  color: #fff;
  font-size: 0.8em;
  font-family: 'GothamMedium', sans-serif;
  font-weight: 500;
  letter-spacing: -1px;
  }

.fh-top-bar  #lang_sel a + ul li a:hover{
  background-color: rgba(0,0,0,0.7) !important;
  }

.fh-top-bar  #lang_sel a + ul li:last-child a{
  border-bottom: 1px solid rgba(255,255,255,0.4);
  }

.fh-top-bar #lang_sel ul ul{
  width: auto !important;
  top: 24px;
  border-top: 0;
  }

.fh-top-bar #lang_sel ul ul a {
  padding: 5px 9px;
  }

.fh-top-bar #lang_sel li {
  width: auto;
  float: none;
  }

.fh-top-bar #lang_sel{
  	position: absolute !important;
  }

.fh-top-bar #lang_sel li {
    width: auto;
  }

.fh-top-bar #lang_sel a:hover,
.fh-top-bar #lang_sel a.lang_sel_sel:hover {
	color: #fff;
	}

.fh-top-bar #lang_sel a.lang_sel_sel,
#lang_sel a.lang_sel_sel:visited{
    background-color: transparent !important;
  }

/*.fh-top-bar svg.call-us-for-free{
  height: 30px;
  width: auto;
  margin-top: -5px !important;
  margin-left: 0 !important;
  margin-right: 7px !important;
  float: left
  }*/

.fh-top-bar svg polygon,
.fh-top-bar svg path,
.fh-top-bar svg rect{
  fill: #ffffff !important;
  }

.fh-top-bar .main-logo{
  text-align: center
  }

.fh-top-bar .main-logo img{
  max-width: 115px !important;
  margin-top: 5px;
  }

.fh-top-bar .main-logo svg{
  margin-top: 7px;
  width: 7em;
  }

.fh-top-bar-phone {
  position: relative;
  float: left;
  }

.fh-top-bar-phone .fh-top-bar-phone-popup {
  display: none;
  border: 1px solid #7fbc03;
  float: left;
  position: absolute;
  right: 0;
  top: 25px;
  background-color: #fff;
  padding: 0;
  min-width: 200px;
  transition: all 300ms linear;
  opacity: 0
  }



  @keyframes fh-ca {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 100;
    }
  }

.fh-top-bar-phone .fh-top-bar-phone-popup ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
  }

.fh-top-bar-phone .fh-top-bar-phone-popup ul li{
  font-size: 0.7rem;
  padding: 0.3rem;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0;
  }

.fh-top-bar-phone .fh-top-bar-phone-popup ul li a{
  color: #7fbc03;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.2em;
  }

.fh-top-bar-phone .fh-top-bar-phone-popup ul li:nth-child(even){
  background-color: #f2f2f2;
  }

.fh-top-bar-phone .fh-top-bar-phone-popup ul li.fh-top-bar-phone-popup-calling-icons{
  background-color: #7fbc03;
  padding-top: 10px;
  }

.fh-top-bar-phone .fh-top-bar-phone-popup ul li.fh-top-bar-phone-popup-calling-icons a{
  display: inline-block;
  margin-right: 0.5em;
  margin-left: 0.5em;
  }

.fh-top-bar-phone .fh-top-bar-phone-popup ul li.fh-top-bar-phone-popup-calling-icons a svg{
  font-size: 1.4rem !important;
  }

.fh-top-bar-phone .fh-top-bar-phone-popup ul li h4{
  font-weight: 400 !important;
  text-transform: uppercase;
  line-height: 14px
  }

.fh-top-bar-phone .fh-top-bar-phone-popup ul li h4 span{
  /*font-size: 0.8em;
  display: block;
  font-weight: 400;*/
  font-size: 1em;
display: block;
font-weight: 700;
color: #3a4d15;
  }

.fh-top-bar-phone .fh-top-bar-phone-popup ul li:first-child{
  background-color: #7fbc03;
  color: #fff;
  }

.header-phone:after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: #ffffff transparent transparent transparent;
  top: 12px;
  right: 3px;
  position: absolute;
  }

.fh-top-bar-calling-icons{
  float: left;
  margin-left: 10px;
  margin-top: -2px
  }

.fh-top-bar-calling-icons a{
  margin: 0 1px
  }

.fh-top-bar-calling-icons svg{
  font-size: 0.9rem
  }

.fh-top-bar-container a.clubdeamigos{
  float: left;
  margin-right: 20px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.7rem;
  letter-spacing: 0;
  display: flex;
  align-content: center;
  vertical-align: bottom;
  margin-top: -3px;
  }

.fh-top-bar-container a.clubdeamigos i{
  display: none
  }

.fh-top-bar-container span.fh-isotype{
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  margin-top: 5px;
  }

.fh-top-bar-container span.fh-isotype svg{
  font-size: 0.4em;
  margin-right: 6px;
  }

 /*----------------------------------------------------------*\
                             Generic
  \*----------------------------------------------------------*/
.fh-button a{
  background-color: #7fbc03;
  padding-left: 1.2em;
  padding-right: 1.2em;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: .8rem;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  position: relative;
  transition: all 300ms linear;
  }

.fh-button a:hover{
  background-color: #707070;
  }

.fh-button.download-file a i {
  margin-left: 4px;
  }

.fh-button-gallery-icon a{
  transition: all 300ms linear;
  left: 15px;
  bottom: 15px;
  position: absolute;
  }

.fh-button-gallery-icon a span{
  display: none
  }

.fh-button-gallery-icon.to-right a{
  left: auto;
  right: 15px
  }

.fh-button-gallery-icon a:after{
  background-color: #7fbc03;
  content: "\e903";
  color: #fff;
  font-family: 'FFHH-Actions'!important;
  font-size: 1.2rem;
  font-weight: 400 !important;
  background-color: #7fbc03;
  height: 100%;
  display: inline-block;
  padding: 8px 11px;
  transition: all 300ms linear;
  }

.fh-button-gallery-icon a:hover::after{
  background-color: #707070;
  }

.fh-hotel-emblem{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: left;
  }

.fh-hotel-emblem:before {
  content: '';
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 107px;
  position: absolute;
  z-index: 4000!important;
  width: 107px;
  height: 184px;
  margin-left: -53px;
  transform: scale(.75);
  object-fit: contain;
  }

/*----------------------------------------------------------*\
                       FH Header
\*----------------------------------------------------------*/

.fh-home-header-image:nth-of-type(n+4),
.fh-hotel-header-image:nth-of-type(n+4) {
   display: none !important;
}

.fh-home-header-image.promo ~ .fh-home-header-claim,
.fh-hotel-header-image.promo ~ .fh-header-ti{
   display: none !important;
}




/*----------------------------------------------------------*\
                       FH Footer
\*----------------------------------------------------------*/

.fh-footer{
  overflow: visible !important;
  border-top: 1px solid #a7b4b8;
  padding-top: 30px
  }

.fh-footer svg{
  height: 35px;
  width: auto;
  }

.fh-footer .social-follow-title{
  font-weight: 600;
  color: #373935;
  margin-bottom: 25px;
  }

.fh-footer .rrss-container{
  text-align: center;
  margin: 0 auto;
  display:block;
  }

.fh-footer .rrss-container a{
  margin: 0 30px;
  display: inline-block;
  cursor: pointer;
  transition: all 300ms linear;
  }

.fh-footer .rrss-container a svg{
  fill: #767d7a
  }

.fh-footer .rrss-container a:hover{
  opacity: 0.7;
  }

.fh-footer .footer-hashtags{
  margin-top: 20px;
  margin-bottom: 20px
  }

.fh-footer .footer-hashtags p{
  color: #7fbc03;
  font-weight: 600;
  font-size: 1.3rem
  }

.fh-footer .footer-lying-woman{
  position: relative;
  }

.fh-footer .footer-lying-woman .wpb_single_image .vc_figure,
.fh-footer .footer-lying-woman .vc_single_image-wrapper,
.fh-footer .footer-lying-woman .wpb_single_image img{
  width: 100%;
  height: auto;
  }

.fh-footer .ffhh-footer-column .vc_column-inner{
  /*padding-left: 0;
  padding-right: 0*/
  }

.fh-footer .ffhh-footer-column .vc_column-inner h2{
  font-size: .85rem;
  font-weight: 700;
  line-height: 1.1rem;
  letter-spacing: 0;
  color: #3e4343;
  text-align: left;
  text-transform: uppercase;
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for WebKit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  }

.fh-footer .ffhh-footer-column .vc_column-inner ul{
  list-style-type: none;
  margin: 0;
  padding: 0
  }

.fh-footer .ffhh-footer-column .wpb_wrapper p{
  font-size: 0.85rem;
  line-height: 1.6rem;
  letter-spacing: 0;
  color: #3e4343;
  }

.fh-footer .ffhh-footer-column .vc_column-inner p strong{
  line-height: 17px !important;
  display: block;
  font-weight: 700;
  margin-bottom: -15px
  }

.fh-footer .ffhh-footer-column .wpb_wrapper li{
  text-align: left;
  margin: 0.5rem 0
  }

.fh-footer .ffhh-footer-column .wpb_wrapper li a{
  color: #3e4343 !important;
  text-decoration: none !important;
  font-size: .85rem;
  display: flex;
  line-height: 20px !important;
  letter-spacing: 0;
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for WebKit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  }

.fh-footer .ffhh-footer-column .wpb_wrapper a:hover{
  color: #7fbc03
  }

.fh-footer .ffhh-footer-contact h2{
  margin-bottom: 0.5rem !important
}

.fh-footer .fg-footer-logo{
  position:absolute;
  bottom: 101px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 206px;
  height: auto;
  }

.fh-footer .footer-claim img{
  margin-top: -185px;
  position: relative;
  z-index: 20000;
  max-width: 435px
  }

.fh-footer .ffhh-bottom-footer-menu ul {
  position:absolute;
  bottom: 75px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  }

.fh-footer .ffhh-bottom-footer-menu ul li{
  display: inline;
  }

.fh-footer .ffhh-bottom-footer-menu ul li a{
  color: #573716;
  letter-spacing: 0;
  font-size: 0.75em;
  text-decoration: none;
  }

.fh-footer .ffhh-bottom-footer-menu ul li:after{
  content: '';
  background-color: rgba(255,255,255,.5);
  border-radius: 10px;
  padding: 2px;
  width: 5px;
  height: 5px;
  display: inline-flex;
  vertical-align: middle;
  margin-left: 7px;
  }

.fh-footer .ffhh-bottom-footer-menu ul li:last-child:after{
  content: none;
  }

.fh-footer .five-columns{
  margin-top: 50px;
  margin-bottom: 50px
  }

.fh-footer .no-link a{
  pointer-events: none
  }

.fh-footer .footer-see-map{
    color: #7fbc03;
    text-decoration: none;
    font-weight: 500;
}



/*Disable booking*/
/*#full_wrapper_booking .wrapper_booking_button .submit_button,
.bottom-booking-button a,
.fh-top-bar-booking-button a{
display: none !important;
}*/
