/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*
* Hide only visually, but have it available for screen readers: h5bp.com/v
*/
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
* Extends the .visuallyhidden class to allow the element to be focusable
* when navigated to via the keyboard: h5bp.com/p
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: 'icons';
  src:  url('../fonts/icons/icons.eot?848gsq');
  src:  url('../fonts/icons/icons.eot?848gsq#iefix') format('embedded-opentype'),
    url('../fonts/icons/icons.ttf?848gsq') format('truetype'),
    url('../fonts/icons/icons.woff?848gsq') format('woff'),
    url('../fonts/icons/icons.svg?848gsq#icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-fb:before {
  content: "\e900";
}
.icon-ig:before {
  content: "\e901";
}
.icon-tk:before {
  content: "\e902";
}
.icon-x:before {
  content: "\e903";
}
.icon-close:before {
  content: "\e904";
}
.icon-close-outline:before {
  content: "\e905";
}

video.fullscreen {
  position: absolute;
  z-index: 0;
  object-fit: cover;
  width:100%;
  height:100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

video.fullscreen::-webkit-media-controls {
     display:none !important;
  }

.owl-dots {
    /*display: inline-block !important;*/
    display: none !important;
    background: #214478;
    padding: 5px 15px 0 15px;
    border-radius: 50px;
}

.owl-dots button{
  outline: none;

}

.owl-carousel{
  text-align: center;
}


.owl-dots button.active span{
  background: #000;
}

.owl-dots button span{
    background: none repeat scroll 0 0 #FFF;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 1;
    width: 12px;
}

a:hover{
  text-decoration: none;
}


.modal-slider{
  display: block;
  visibility: hidden;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}

.modal-slider.show-modal{
  visibility: visible;
}

.modal-slider .owl-carousel{
  width: 50%;
  height: auto;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    
}

.modal-slider .owl-carousel .owl-dots{
  display: none !important;
}

.modal-slider .owl-carousel .img{
  width: 100%;
  height: auto;
}

.modal-slider .owl-carousel .owl-nav{
  width: 100%;
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.modal-slider .owl-carousel .owl-nav span{
  color: #FFF;
  font-size: 110px;
}

.modal-slider .owl-carousel .owl-nav .owl-next{
  position: absolute;
  right: 15px;
  left: auto;
  outline: none;
}

.modal-slider .owl-carousel .owl-nav .owl-prev{
  position: absolute;
  left: 15px;
  outline: none;
}

/*
.arrows-slider a{
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
}

.arrows-slider .next{
  right: 10%;
  left: auto;
}

.arrows-slider .prev{
  left: 10%;
}

.arrows-slider a img{
  width: 100%;
  height: auto;
}
*/


body{
  font-family: 'Montserrat';
  color: #000;
}


body.open-menu{
  overflow: hidden;
}

body {
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
}


.wrapper{
  display: block;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 25px;
}

.tel-icon{
  display: block;
  width: 65px;
  height: 65px;
  border-radius: 50px;
  background: #0f930f url('../images/icons/tel.png') center center no-repeat;
  background-size: 50%;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
}

.btn{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #FFF;
  background: #001f3d;
  padding: 10px 25px;
  transition: 0.4s all;
}

.btn:hover{
  background: #FFF;
  color: #000;
}

.btn.black{
  background: #000;
}

.btn.black:hover{
  background: #FFF;
  color: #000;
}


.habs-menu{
  background: rgba(0, 0, 0, 0.9);
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
}

.habs-menu .nav{
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  width: 100%;
}

.habs-menu .nav li{
  display: block;
  
}

.habs-menu .nav li a{
  display: block;
  padding: 25px 0;
  color: #FFF;
  font-size: 48px;
  font-weight: 700;
}

.habs-menu .nav li a:hover{
  background: #214478;
  color: #FFF;
}

.habs-menu .close-btn{
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 2px solid #FFF;
  border-radius: 50px;
  font-size: 22px;
  color: #FFF;
  text-align: center;
  line-height: 52px;
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
}


/* === MASTHEAD === */

.masthead{
  padding: 40px 80px;
  background: url('../images/header.png') center center;
  background-size: cover;
  height: 100dvh;
  text-align: center;
  position: relative;
}

.masthead::after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.45);
}


.masthead .nav{
  position: relative;
  z-index: 9;

}

.masthead .wrapper{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}


.masthead .social-icons{
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(-50%, -50%);
  z-index: 999;
}

.masthead .social-icons ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.masthead .social-icons ul li{
  display: block;
  margin: 10px 0;
}

.masthead .social-icons ul li a{
  display: inline-block;
  width: 45px;
  height: 45px;
  font-size: 18px;
  border-radius: 50px;
  line-height: 48px;
  text-align: center;
  transition: 0.3s all;
}

.masthead .social-icons ul li.fb a{
  background: url('../images/logos/fb-logo.png') center center;
  background-size: cover;
}

.masthead .social-icons ul li.x a{
  background: url('../images/logos/x-logo.png') center center;
  background-size: cover;
}

.masthead .social-icons ul li.ig a{
  background: url('../images/logos/ig-logo.png') center center;
  background-size: cover;
}

.masthead .social-icons ul li.tk a{
  background: url('../images/logos/tk-logo.png') center center;
  background-size: cover;
}

.masthead .social-icons ul li a:hover{
  color: #000;
  background: #FFF;

}


.masthead .nav .logo figure{
  width: 220px;
  height: auto;
  margin: 0;
}

.masthead .nav .logo figure img{
  width: 100%;
  height: auto;

}

.masthead .nav .main-nav{
  position: absolute;
  top: 46px;
  right: 0;
}

.masthead .nav .main-nav ul{
  list-style: none;
  margin: 0;
  padding: 0;

}

.masthead .nav .main-nav ul li{
  display: inline-block;
  margin: 0 15px;
}

.masthead .nav .main-nav ul li a{
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 4px;
}

.masthead .nav .main-nav ul li a:hover{
  border-bottom: 2px solid #FFF;
}


.masthead .wrapper .content h5{
  color: #FFF;
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 300;
  margin: 0;
}

.masthead .wrapper .content h1{
  color: #FFF;
  text-transform: uppercase;
  font-size: 65px;
  font-weight: 700;
  margin: 8px 0;
}

.masthead .wrapper .content .line{
  display: block;
  width: 100%;
  height: 2px;
  background: #FFF;
  position: relative;
  top: 45px;
}

.masthead .wrapper .content p{
  font-size: 20px;
  color: #FFF;
}

.masthead .btn{
  display: block;
  width: fit-content;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 45px;
  z-index: 999;
}


/* === HABITACIONES ==== */

.habitaciones{
  background: #000;
  padding: 60px 0 70px 0;
  text-align: center;
}

.habitaciones p{
  color: #FFF;
  font-size: 16px;
}

.habitaciones h4{
  color: #FFF;
  font-size: 34px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;

}

.habitaciones .line{
  display: block;
  width: 100%;
  height: 1px;
  background: #FFF;
  margin: 60px 0 30px 0;
}

.habitaciones .wrapper .habs .img{
  width: 100%;
  height: auto;
  margin: 0;
}

.habitaciones .wrapper .habs .img img{
  width: 100%;
  height: auto;
}

.habitaciones .wrapper .habs .hab h6{
  color: #FFF;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
}

.habitaciones .wrapper .habs .hab{
  text-align: left;
  position: relative;
}


.habitaciones .wrapper .habs .hab .txt{
  padding-top: 15px;
  padding-left: 20px;
  padding-bottom: 15px;
  background: #214478;
}


.habitaciones .wrapper .habs .hab .txt p{
  margin: 0;
  font-size: 14px;
}

.habitaciones .wrapper .habs .hab .txt p span{
  font-weight: 700;
}

.habitaciones .wrapper .habs .hab .btn{
  font-size: 14px;
  position: absolute;
  bottom: 15px;
  right: 30px;
  background: #FFF;
  color: #214478;
}

.habitaciones .wrapper .habs .hab .btn:hover{
  background: #001f3d;
  color: #FFF;
}


.servicios{
  overflow: hidden;
}

.servicios .item{
  display: block;
  width: 100%;
  text-align: center;
  height: 400px;
  position: relative;
}

.servicios .item::after{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}

.servicios .content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

.servicios .servicios-box{
  background: #214478;
}

.servicios .servicios-box::after{
  content: '';
  display: none;
}

.servicios .servicios-box h4{
  font-size: 52px;
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}

.servicios .servicios-box h6{
  font-size: 28px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
}

.servicios .item h5{
  font-size: 44px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}

.servicios .item .line{
  display: block;
  margin: 10px auto 0 auto;
  width: 100px;
  height: 3px;
  background: #FFF;
}

.servicios .bebidas{
  background: url('../images/bebidas.jpg') center center;
  background-size: cover;
}

.servicios .alimentos{
  background: url('../images/alimentos.jpg') center center;
  background-size: cover;
}

.servicios .perfumeria{
  background: url('../images/perfumeria.jpg') center center;
  background-size: cover;
}


/* ==== SOMOS ==== */

.somos{
  padding: 70px 0;
  background: #000;
}

.somos .wrapper h4{
  font-size: 62px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 58px;
  margin-top: 35px;
}

.somos .wrapper h4 span{
  font-weight: 700;
  display: block;
}

.somos .wrapper p{
  color: #FFF;
  font-size: 16px;
  padding-right: 80px;
  margin-top: 20px;
}

.somos .wrapper figure{
  margin: 0;
  width: 100%;
  height: auto;
}

.somos .wrapper img{
  width: 100%;
  height: auto;
}

/* ==== UBICACIONES ==== */

.ubicaciones{
  padding: 60px 0;
  background: url('../images/bg-footer.jpg') center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.ubicaciones::after{
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(21, 54, 94, 0.6);
  border-top: 0px solid #34567f;
}

.ubicaciones .map{
  width: 100%;
  height: 300px;
  z-index: 999;
  position: relative;
}

.ubicaciones .content{
  width: 100%;
  z-index: 999;
  position: relative;
  text-align: right;
  height: 225px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ubicaciones .content h3{
  font-size: 62px;
  color: #FFF;
  text-transform: uppercase;
  line-height: 60px;
  margin-bottom: 15px;
}

.ubicaciones .content h3 span{
  display: block;
  font-weight: 700;
}


.ubicaciones .content p{
  font-size: 16px;
  color: #FFF;
  text-align: right;
  margin: 0;
}

.ubicaciones .content p span{
  display: block;
}

.ubicaciones .content p span.alt{
  font-weight: 700;
  display: block;
}

.ubicaciones .content .items{
  width: 100%;
  margin-top: 20px;
  position: relative;
}

.ubicaciones .content .items .direccion{
  display: inline-block;
  width: 450px;
  position: absolute;
  top: 0;
  right: -77px;

}

.ubicaciones .content .items .direccion .brdr{
  border-right: 1px solid #FFF;
  padding-right: 40px;

}


/* ==== FOOTER ==== */

.footer{
  background: #15365e;
  text-align: center;
  padding: 15px 0;
}

.footer .wrapper{
  position: relative;
}


.footer .logo{
  width: 140px;
  height: auto;
  margin: 0;
}

.footer .logo img{
  width: 100%;
  height: auto;
}

.footer .nav{
  display:inline-block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.footer .nav ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer .nav ul li{
  display: inline-block;
  margin: 0 16px;
}

.footer .nav ul li a{
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer .social-nav{
  position: absolute;
  top: 23px;
  right: 0;
}

.footer .social-nav ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer .social-nav ul li{
  display: inline-block;
}

.footer .social-nav ul li a{
  display: inline-block;
  width: 35px;
  height: 35px;
  font-size: 18px;
  border-radius: 50px;
  line-height: 48px;
  text-align: center;
  transition: 0.3s all;
}

.footer .social-nav ul li.fb a{
  background: url('../images/logos/fb-logo.png') center center;
  background-size: cover;
}

.footer .social-nav ul li.x a{
  background: url('../images/logos/x-logo.png') center center;
  background-size: cover;
}

.footer .social-nav ul li.ig a{
  background: url('../images/logos/ig-logo.png') center center;
  background-size: cover;
}

.footer .social-nav ul li.tk a{
  background: url('../images/logos/tk-logo.png') center center;
  background-size: cover;
}

/* ===== HABITACIONES ======== */

.masthead.alt{
  height: 480px;
  border-bottom: none;
  text-align: left;
}

.masthead.alt::after{
  content: '';
  background: #214478;
  background: linear-gradient(0deg,rgba(33, 68, 120, 1) 0%, rgba(0, 0, 0, 0.5) 40%);
}

.masthead.alt.suitedance{
  background: url('../images/hab-suite.jpg') center center;
  background-size: cover;
}

.masthead.alt.sencilla{
  background: url('../images/hab-sencilla.jpg') center center;
  background-size: cover;
}
.masthead.alt.lujo{
  background: url('../images/hab-lujo.jpg') center center;
  background-size: cover;
}
.masthead.alt.jacuzzi{
  background: url('../images/hab-jacuzzi.jpg') center 700px;
  background-size: cover;
}

.masthead.alt.servicios-menu{
  background: url('../images/servicios-menu.jpg') center center no-repeat;
  background-size: cover;
}

.masthead.alt .wrapper .content h1{
  margin: 0;
}

.masthead.alt .wrapper .content{
  position: relative;
  top: 135px;
}

.masthead.alt .wrapper .content .line{
  display: block;
  width: 60%;
  position: absolute;
  right: 0;
  top: auto;
  bottom: 15px;
}

.masthead.alt.sencilla .wrapper .content .line{
  width: 32%;
}

.masthead.alt.jacuzzi .wrapper .content .line{
  width: 72%;
}

.masthead.alt.servicios-menu .wrapper .content .line{
  width: 53%;
}


.habitaciones.sect{
  padding-top: 80px;
}

.habitaciones.sect h4{
  font-weight: 300;
}

.habitaciones.sect h4 span{
  font-weight: 700;
  display: block;
}

.habitaciones.sect .line{
  margin: 45px 0 30px 0;
}


.habitaciones.sect .habs{
  display: block;
  /*max-width: 850px;*/
  max-width: 1250px;
  margin: 0 auto;
}

.info-hab{
  padding: 40px 0;
  background: #000;
}


.info-hab .wrapper .img{
  width: 100%;
  height: auto;
  margin: 0;
}

.info-hab .wrapper .img img{
  width: 100%;
  height: auto;
}

.hab-slider{
  margin-top: 30px;
}

.hab-slider .owl-dots{
  margin-top: 20px;
}

.hab-slider .item img{
  position: relative;
  top: 3px;
}


.info-hab .wrapper .info h4{
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
}

.info-hab .wrapper .info p{
  font-size: 16px;
  color: #FFF;
  line-height: 28px;
}

.info-hab .wrapper .info .bar{
  display: block;
  background: #214478;
  text-align: center;
  padding: 10px 0 10px 10px;
  margin: 25px 0;
}

.info-hab .wrapper .info .bar p{
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}


.info-hab .wrapper .info .cards-bar span{
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  padding-right: 10px;
}

.info-hab .wrapper .info .cards-bar figure{
  display: inline-block;
  margin: 0;
  width: 75px;
  height: auto;
}

.info-hab .wrapper .info .cards-bar figure img{
  width: 100%;
  height: auto;
}


.info-hab .wrapper .info h5{
  font-size: 18ox;
  text-transform: uppercase;
  font-weight: 700;
  color: #FFF;
  margin-top: 20px;
}

.info-hab .wrapper .info ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.info-hab .wrapper .info ul li{
  color: #FFF;
  font-size: 16px;
  margin: 6px 0;
}

.info-hab .wrapper .info ul li .icon-amen{
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  position: relative;
  top: 7px;
}

.info-hab .wrapper .info ul li .icon-amen img{
  width: 90%;
  height: 90%;
  position: absolute;
  left: 1px;
  right: 0;
  top: 2px;
  bottom: 0;
}

.txt-limpieza{
  text-align: center;
  background: #000;
  padding: 0 15px 25px 15px;
}

.txt-limpieza .wrapper{
  
}

.txt-limpieza p{
  display: block;
  background: #214478;
  padding: 10px 0;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.gallery-hab{
  background: #000;
}

.gallery-hab .img{
  width: 100%;
  height: auto;
  margin: 0;
  cursor: pointer;
}

.gallery-hab .img img{
  width: 100%;
  height: auto;
}

/* GALLERY INDEX */

.gallery-bar .img{
  width: 100%;
  height: auto;
  margin: 0;
}


.gallery-bar .img img{
  width: 100%;
  height: auto;
}

.gallery-bar .owl-carousel .owl-dots{
  display: none !important;
}

/*  SERVICIOS */

.menu-slides{
  background: #000;
  padding: 65px 0;
}

.menu-slides .menu-slider .item{
  display: block;
  margin: 0 auto;
  width: 70%;
  height: auto;
  border: 3px solid #FFF;
}

.menu-slides .menu-slider .item figure{
  margin: 0;
}

.menu-slides .menu-slider .item img{
  width: 100%;
  height: auto;
}

.menu-slides .owl-dots{
  margin-top: 50px;
}

.menu-slides .owl-nav span{
  font-size: 120px;
  color: #FFF;
  outline: none;
}

.menu-slides .owl-nav .owl-next{
  position: absolute;
  top: 35%;
  right: 100px;
  outline: none;
}

.menu-slides .owl-nav .owl-prev{
  position: absolute;
  top: 35%;
  left: 100px;
  outline: none;
}


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

  .masthead.alt.jacuzzi{
    background: url('../images/jacuzzi-mob.jpg') center center;
    background-size: cover;
  }

  .modal-slider .owl-carousel{
    width: 90%;
  }

  .modal-slider .owl-carousel .owl-nav span{
    font-size: 85px;
  }

  .modal-slider .owl-carousel .owl-nav{
    top: 25%;
  }

  .masthead .social-icons{
    bottom: 0;
    top: auto;
    transform: none;
    left: 0;
  }

    .ubicaciones{
    
      background: url('../images/bg-footer-mob.jpg') center center;
    background-size: cover;
    }
  .masthead .social-icons ul li a{
    width: 35px;
    height: 35px;
  }

  .masthead .social-icons ul li{
    display: inline-block;
    margin: 15px 3px;
  }

  .gallery-bar{
    display: none;
  }

  .masthead{
    padding: 20px 20px;
    text-align: center;
    height: 100dvh;
  }

  .tel-icon{
    width: 50px;
    height: 50px;
  }

  .masthead .nav{
    display: block;
    width: 100%;
  }

  .masthead .nav .main-nav{
    margin: 0 auto;
    left: 0;
    top: 85px;
  }

  .masthead .nav .logo figure{
    display: inline-block;
    width: 150px;
  }

  .masthead .nav .main-nav ul li a{
    font-size: 14px;
  }

  .masthead .nav .main-nav ul li{
    margin: 5px 10px;
  }

  .masthead .wrapper .content{
    padding: 0 20px;
  }  

  .masthead .wrapper .content h5{
    font-size: 24px;
    margin-bottom: 7px;
  }

  .masthead .wrapper .content h1{
    display: inline-block;
    font-size: 34px;
    margin: 0;
  }

  .masthead .wrapper .content .line{
    display: none;

  }

  .masthead .wrapper .content p{
    font-size: 16px;
    margin-top: 5px;
  }

  .habitaciones{
    padding: 60px 0 40px 0;
  }

  .habitaciones h4{
    font-size: 28px;
  }

  .habitaciones p{
    font-size: 14px;
    padding: 0 15px;
  }

  .habitaciones .wrapper .habs .hab{
    margin-bottom: 30px;
  }

  .habitaciones .wrapper .habs .hab .txt p{
    padding: 0;
  }

  .servicios{
    overflow: hidden;
  }

  .servicios .item{
    height: 350px;
  }

  .somos{
    text-align: center;
    padding: 20px 0 50px 0;
  }

  .somos .wrapper h4{
    font-size: 50px;
    line-height: 52px;
  }

  .somos .wrapper p{
    font-size: 14px;
    padding: 0 15px;
  }

  .somos .wrapper figure{
    margin: 25px 0 0 0;
  }

  .ubicaciones .content{
    position: relative;
    height: auto;
    text-align: left;
    
  }

  .ubicaciones .content h3{
    font-size: 46px;
    line-height: 46px;
    margin-top: 20px;
  }

  .ubicaciones .content .items .direccion{
    position: relative;
    right: 0;
    width: 100%;
  }

  .ubicaciones .content .items .direccion .brdr{
    border: none;
  }

  .ubicaciones .content p{
    text-align: left;
    margin-bottom: 15px;
    font-size: 14px;
  }

  .footer{
    text-align: center;
    padding: 25px 0 40px 0;
  }

  .footer .logo{
    display: block;
    margin: 0 auto;

  }

  .footer .nav{
    position: relative;
  }

  .footer .nav ul li{
    margin: 0 10px;
  }

  .footer .social-nav{
    position: relative;
    margin-top: 25px;
  }

  .openImg{
    background-size: 90% !important;
  }

  .masthead.alt{
    text-align: center;
    height: 100dvh;
  }

  .masthead.alt .wrapper .content{
    top: 70px;
  }

  .masthead.alt .wrapper .content .line{
    position: relative;
    bottom: auto;
    margin: 8px auto;
  }

  .info-hab .wrapper .info{
    text-align: center;
    margin-top: 30px;
  }

  .gallery-hab .img{
    width: 93%;
    margin: 10px auto;
  }

  .info-hab .wrapper .info h4{
    font-size: 30px;
  }

  .info-hab .wrapper .info .bar p{
    margin: 5px 0;
  }

  .info-hab .wrapper .info .bar p br{
    display: none;
  }

  .info-hab .wrapper .img{
    top: 0;
  }

  .menu-slides .menu-slider .item{
    width: 100%;
  }

  .menu-slides .owl-nav span{
    font-size: 65px;
  }

  .menu-slides .owl-nav{
    display: none;
  }

}


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

  .masthead{
    height: 100dvh;
  }

  .masthead .nav .main-nav{
    margin: 0 auto;
    left: 0;
    top: 100px;
  }

  .habitaciones .wrapper .habs .hab .btn{
    font-size: 13px;
    padding: 7px 12px;
  }

  .hab-slider{
    margin-top: 0;
  }
}

@media screen and (min-width: 1024px){
    .masthead .nav .logo figure img {
    margin-top: -30px;
    }
    
    .masthead .nav .main-nav {
    position: absolute;
    top: 12px;
    right: 0;
    }
}