@charset "UTF-8";
/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css2? familia,Heebo&display-swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500&display=swap");
*, *:before, *:after {
  box-sizing: border-box;
}
:root {
  --primary-color: #456CAF;
}
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers (opinionated).
   */
body {
  margin: 0;
}

img {
  max-width: 100%;
}

/**
   * Add the correct display in IE 9-.
   */
article,
aside,
footer,
header,
nav,
section {
  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
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   * 1. Add the correct display in IE.
   */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
   * Add the correct margin in IE 8.
   */
figure {
  margin: 1em 40px;
}

/**
   * 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
     ========================================================================== */
/**
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
   * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   */
b,
strong {
  font-weight: inherit;
}

/**
   * 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 style in Android 4.3-.
   */
dfn {
  font-style: italic;
}

/**
   * Add the correct background and color in IE 9-.
   */
mark {
  background-color: #ff0;
  color: #000;
}

/**
   * 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
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   */
audio,
video {
  display: inline-block;
}

/**
   * Add the correct display in iOS 4-7.
   */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
   * Remove the border on images inside links in IE 10-.
   */
img {
  border-style: none;
}

/**
   * Hide the overflow in IE.
   */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers (opinionated).
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

/**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
   * 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 */
}

/**
   * 1. Add the correct display in IE 9-.
   * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
   * Remove the default vertical scrollbar in IE.
   */
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 and cancel buttons in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
   * 1. Add the correct display in Edge, IE, and Firefox.
   */
details,
menu {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Scripting
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   */
canvas {
  display: inline-block;
}

/**
   * Add the correct display in IE.
   */
template {
  display: none;
}

/* Hidden
     ========================================================================== */
/**
   * Add the correct display in IE 10-.
   */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

figure {
  width: 36rem;
  margin: 0em;
  padding: 0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
}

span {
  color: inherit;
}

p,
li,
a {
  font-family: var(--main-font);
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  max-width: 117rem;
  margin-left: auto;
  margin-right: auto;
}

.main-header {
  position: relative;
  width: 100%;
  z-index: 100;
  background-color: var(--primary-color);
  padding-bottom: 6rem;
  padding-top: 1rem;
}

.social-fixed {
  position: fixed;
  right: 2%;
  bottom: 15%;
  z-index: 25;
}
.social-fixed__icon {
  display: block;
  margin-top: 2rem;
}
.social-fixed__icon:first-child {
  margin-top: 0;
}

@media screen and (max-width: 800px) {
  .main-header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
  }
}

.main-header .logo-responsivo {
  display: none;
  width: 8rem;
  margin-left: 2rem;
}

@media screen and (max-width: 800px) {
  .main-header .logo-responsivo {
    display: block;
  }
}

@media screen and (max-width: 580px) {
  .main-header .logo-responsivo {
    display: block;
  }
}

.main-header .logo-responsivo img {
  max-width: 100%;
}

.main-header .main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FCE749;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  box-shadow: 0px 0px 4px 1px #555;
  bottom: 0rem;
}

@media screen and (max-width: 800px) {
  .main-header .main-nav {
    display: none;
    justify-content: flex-end;
    align-items: center;
  }
}

.main-header .main-nav .main-menu {
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin: 7px 0;
}

.main-header .main-nav .main-menu__items {
  position: relative;
  padding: 1rem;
  margin-right: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Heebo', sans-serif;
  color: #333;
  font-weight: 600;
  font-size:1.2rem;
  /* width: 10rem; */
}
.main-menu__items>a{
  text-align: center;
}

.main-header .main-nav .main-menu__items--active {
  background-color: #b97727;
}

.main-header .main-nav .main-menu__items--active a {
  display: flex;
  color: white;
  justify-content: center;
}

.main-header .main-nav .main-menu__items--active a figure {
  margin-right: 5px;
}

/* icono del header */
.toggle-menu {
  height: 80px;
  width: 10%;
  grid-row: 1/2;
  grid-column: 2/3;
  justify-self: end;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

@media screen and (max-width: 580px) {
  .toggle-menu {
    display: flex;
    margin-right: 1rem;
  }
}

@media screen and (max-width: 800px) {
  .toggle-menu {
    display: flex;
  }
}

.toggle-menu__icon {
  height: 80px;
  width: 50%;
  position: relative;
  display: flex;
  justify-content: center;
}

.first-bar, .second-bar, .third-bar {
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #ffffff;
  border-radius: 5px;
  transition: transform 0.2s;
}

.first-bar {
  top: 30px;
}

.second-bar {
  top: 40px;
}

.third-bar {
  top: 50px;
}

.show .first-bar {
  transform: rotate(-45deg);
  top: 4rem;
}

.show .second-bar {
  width: 0;
}

.show .third-bar {
  transform: rotate(45deg);
  top: 4rem;
}

.main-menu2 {
  position: absolute;
  display: none;
  background-color: #4d3d11bb;
  width: 80%;
  height: 200vh;
  transform: translateX(-100%);
  transition: transform .3s;
  left: 0;
  top: 100%;
  margin: 0;
}

@media screen and (max-width: 580px) {
  .main-menu2 {
    display: block;
  }
}

@media screen and (max-width: 800px) {
  .main-menu2 {
    display: block;
    z-index: 1000;
  }
}

.main-menu2 li {
  padding: 1.5rem;
}

.main-menu2 li a {
  color: white;
  font-family: 'Roboto', sans-serif;
}

.main-menu2 .redes-sociales {
  display: flex;
  margin-top: 2rem;
  align-items: center;
  justify-content: center;
}

.main-menu2 .redes-sociales a {
  color: white;
  font-family: 'Roboto', sans-serif;
  margin-left: 1rem;
}

.main-nav ul li {
  position: relative;
}

.main-nav__show {
  transform: translateX(0);
}

.main-slider {
  position: relative;
  width: 100%;
  height: 365px;
}

.main-slider__logo {
  position: absolute;
  margin-left: 14rem;
  top: -5rem;
  z-index: 20;
}

.main-slider__logo a {
  display: inline-block;
}

@media screen and (max-width: 800px) {
  .main-slider__logo a img {
    width: 70%;
  }
}

@media screen and (max-width: 800px) {
  .main-slider__logo {
    display: none;
  }
}

@media screen and (max-width: 580px) {
  .main-slider__logo {
    display: none;
  }
}

.main-slider .main-flechas {
  display: flex;
  position: absolute;
  display: block;
  display: flex;
  justify-content: space-between;
  align-items: center;
  bottom: 0;
  top: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
  height: 10%;
}
.main-slider .main-flechas figure{
  width: auto;
}

.main-slider__left {
  cursor: pointer;
}

@media screen and (max-width: 580px) {
  .main-slider__left img {
    width: 80%;
  }
}

@media screen and (max-width: 800px) {
  .main-slider__left img {
    width: 60%;
  }
}

.main-slider__derecho {
  cursor: pointer;
}

@media screen and (max-width: 580px) {
  .main-slider__derecho {
    margin-left: 80rem;
  }
}

@media screen and (max-width: 800px) {
  .main-slider__derecho img {
    width: 50%;
  }
}

.main-slider .slider-main {
  width: 100%;
}

.main-slider .slider-main__items {
  width: 100%;
}

.main-slider .slider-main__items img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 800px) {
  .main-slider .slider-main__items img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (max-width: 580px) {
  .main-slider .slider-main__items img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.main-slider--active {
  height: 400px;
}

.main-slider--active .slider-main__items img {
  height: 400px;
}

.slider-nosotros .slick-prev:before, .slider-nosotros .slick-next:before {
  color: #fff !important;
  font-size: 23px !important;
  font-family: FontAwesome;
  line-height: .7 !important;
  position: relative !important;
  left: 2px !important;
}

.slider-nosotros .slick-next:before {
  content: "🢂" !important;
  right: 0 !important;
  background: none;
}

.slider-nosotros .slick-prev:before {
  content: "🢀" !important;
  left: 0 !important;
}

.slider-nosotros .slick-next {
  right: 40px !important;
}

@media screen and (max-width: 800px) {
  .slider-nosotros .slick-next {
    right: 70px !important;
  }
}

@media screen and (max-width: 580px) {
  .slider-nosotros .slick-next {
    right: 40px !important;
  }
}

.slider-nosotros .slick-prev {
  left: 40px !important;
  z-index: 2 !important;
}

@media screen and (max-width: 800px) {
  .slider-nosotros .slick-prev {
    left: 70px !important;
  }
}

@media screen and (max-width: 580px) {
  .slider-nosotros .slick-prev {
    left: 40px !important;
  }
}

.slider-nosotros .slick-prev, .slider-nosotros .slick-next {
  width: 40px !important;
  height: 40px !important;
  top: 17rem;
  border-radius: 50% !important;
  background: rgba(160, 160, 160, 0.65) !important;
}

@media screen and (max-width: 800px) {
  .slider-nosotros .slick-prev, .slider-nosotros .slick-next {
    top: 26rem;
  }
}

@media screen and (max-width: 580px) {
  .slider-nosotros .slick-prev, .slider-nosotros .slick-next {
    top: 16rem;
  }
}

.slider-nosotros .slick-prev:hover, .slider-nosotros .slick-next:hover {
  background: rgba(0, 0, 0, 0.65) !important;
}

.slider-shabitaciones .slick-prev:before, .slider-shabitaciones .slick-next:before {
  color: #fff !important;
  font-size: 23px !important;
  font-family: FontAwesome;
  line-height: .7 !important;
  position: relative !important;
  left: 2px !important;
}

.slider-shabitaciones .slick-next:before {
  content: "🢂" !important;
  right: 0 !important;
  background: none;
}

.slider-shabitaciones .slick-prev:before {
  content: "🢀" !important;
  left: 0 !important;
}

.slider-shabitaciones .slick-next {
  right: 60px !important;
}

@media screen and (max-width: 800px) {
  .slider-shabitaciones .slick-next {
    right: 80px !important;
  }
}

@media screen and (max-width: 580px) {
  .slider-shabitaciones .slick-next {
    right: 40px !important;
  }
}

.slider-shabitaciones .slick-prev {
  left: 60px !important;
  z-index: 2 !important;
}

@media screen and (max-width: 800px) {
  .slider-shabitaciones .slick-prev {
    left: 80px !important;
  }
}

@media screen and (max-width: 580px) {
  .slider-shabitaciones .slick-prev {
    left: 80px !important;
  }
}

.slider-shabitaciones .slick-prev, .slider-shabitaciones .slick-next {
  width: 40px !important;
  height: 40px !important;
  top: 21rem;
  border-radius: 50% !important;
  background: rgba(160, 160, 160, 0.65) !important;
}

@media screen and (max-width: 800px) {
  .slider-shabitaciones .slick-prev, .slider-shabitaciones .slick-next {
    top: 15rem;
  }
}

@media screen and (max-width: 580px) {
  .slider-shabitaciones .slick-prev, .slider-shabitaciones .slick-next {
    top: 16rem;
  }
}

.slider-shabitaciones .slick-prev:hover, .slider-shabitaciones .slick-next:hover {
  background: rgba(0, 0, 0, 0.65) !important;
}

.main-reserva {
  background-image: url(../img/FONDORESERVAR.png);
  background-size: 600px 600px;
  display: flex;
  justify-content: center;
  padding: 2.6rem;
  position: relative;
  width: 100%;
  top: -10rem;
  left: 0;
  right: 0;
}

@media screen and (min-width: 1800px) {
  .main-reserva {
    top: -11rem;
  }
}

@media screen and (max-width: 800px) {
  .main-reserva {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 580px) {
  .main-reserva {
    top: 0;
  }
}

.main-reserva .main-form {
  width: 100%;
}

.main-reserva .main-form__inputs {
  display: flex;
  justify-content: space-around;
  width: 100%;
  flex-wrap: wrap;
}

.main-reserva .main-form__inputs .input-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-content: space-between;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 580px) {
  .main-reserva .main-form__inputs .input-text {
    width: 100%;
  }
}

.main-reserva .main-form__inputs .input-text label {
  color: white;
  font-family: 'Heebo', sans-serif;
  font-size: 1.1rem;
  margin-bottom: 0.9rem;
  font-weight: bold;
}

.main-reserva .main-form__inputs .input-text input, .main-reserva .main-form__inputs .input-text select {
  color: #777474;
  font-size: 18px;
  font-family: Montserrat, sans-serif;
  -webkit-appearance: none;
  width: 25rem;
  padding: 1rem;
}

.main-reserva .main-form__inputs .input-text input option, .main-reserva .main-form__inputs .input-text select option {
  background-color: #a05f1d;
  color: white;
  padding: 2rem;
  cursor: pointer;
}

@media screen and (max-width: 580px) {
  .main-reserva .main-form__inputs .input-text input, .main-reserva .main-form__inputs .input-text select {
    width: 100%;
  }
}

.main-reserva .main-form__inputs .input-text input[type="submit"], .main-reserva .main-form__inputs .input-text select[type="submit"] {
  background-color: #a05f1d;
  color: white;
  justify-self: flex-end;
  cursor: pointer;
  width: 13rem;
  padding-left: 4rem;
  border: none;
}

.main-reserva .main-form__inputs .input-text input[type="submit"]:hover, .main-reserva .main-form__inputs .input-text select[type="submit"]:hover {
  background: #bf7618;
  color: white;
  font-family: Montserrat, sans-serif;
  transition: .5s all ease;
}

@media screen and (max-width: 580px) {
  .main-reserva .main-form__inputs .input-text input[type="submit"], .main-reserva .main-form__inputs .input-text select[type="submit"] {
    margin: auto;
  }
}

.main-reserva .main-form__inputs .conimg {
  position: relative;
}

.main-reserva .main-form__inputs .conimg input {
  color: #a05f1d;
}

.main-reserva .main-form__inputs .conimg .icon-label {
  background-color: #a05f1d;
  position: absolute;
  height: 4rem;
  cursor: pointer;
  width: 4rem;
  margin: 0.5rem;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-reserva .main-form__inputs--active {
  justify-content: center;
}

@media screen and (max-width: 580px) {
  .main-reserva .main-form__inputs--active {
    width: 100%;
  }
}

@media screen and (max-width: 580px) {
  .main-reserva .main-form__inputs--active .input-text {
    width: 100%;
  }
}

.main-reserva .main-form__inputs--active .input-text .edad {
  width: 12rem;
}

@media screen and (max-width: 580px) {
  .main-reserva .main-form__inputs--active .input-text .edad {
    width: 100%;
  }
}

.main-reserva .main-form__inputs--active .input-text:first-child input {
  width: 19rem;
}

@media screen and (max-width: 580px) {
  .main-reserva .main-form__inputs--active .input-text:first-child input {
    width: 100%;
  }
}

.main-reserva .main-form__inputs--active .input-text:last-child {
  position: relative;
}

.main-reserva .main-form__inputs--active .input-text:last-child input {
  font-size: 1.5rem;
}

.main-reserva .main-form__inputs--active .input-text:last-child figure {
  position: absolute;
  left: 1rem;
}

@media screen and (max-width: 580px) {
  .main-reserva .main-form__inputs--active .input-text:last-child figure {
    left: 9rem;
  }
}

.welcone-container {
  width: 100%;
  background-image: url(../img/img-1.png);
  width: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 53rem;
}

@media screen and (max-width: 580px) {
  .welcone-container {
    height: 96rem;
  }
}

.welcone-container .main-welcone {
  padding: 1rem;
  display: flex;
}

@media screen and (max-width: 580px) {
  .welcone-container .main-welcone {
    flex-wrap: wrap;
  }
}

.welcone-container .main-welcone__content {
  width: 40%;
  margin-right: 2.1rem;
}

@media screen and (max-width: 580px) {
  .welcone-container .main-welcone__content {
    width: 100%;
    margin-right: auto;
  }
}

.welcone-container .main-welcone__content img {
  border: 1rem solid white;
  box-shadow: 5px 4px 5px 0px #949194;
  transition: all .3s ease-in-out;
}

.welcone-container .main-welcone__content img:hover {
  transform: scale(1.1);
}

.welcone-container .main-welcone__content:last-child {
  margin-left: 1rem;
  width: 60%;
}

@media screen and (max-width: 580px) {
  .welcone-container .main-welcone__content:last-child {
    width: 100%;
  }
}

.welcone-container .main-welcone__content:last-child h1 {
  font-size: 1.5rem;
  margin: 0;
  color: var(--primary-color);
  font-family: 'Heebo', sans-serif;
  margin-top: 1rem;
}

@media screen and (max-width: 580px) {
  .welcone-container .main-welcone__content:last-child h1 {
    text-align: center;
  }
}

.welcone-container .main-welcone__content:last-child h2 {
  font-size: 3rem;
  margin: 0;
  font-family: 'Heebo', sans-serif;
  color: var(--primary-color);
}

@media screen and (max-width: 580px) {
  .welcone-container .main-welcone__content:last-child h2 {
    width: 100%;
    text-align: center;
  }
}

.welcone-container .main-welcone__content:last-child p {
  margin-bottom: 3rem;
  color: #727272;
  font-family: 'Heebo', sans-serif;
  text-align: justify;
}

@media screen and (max-width: 580px) {
  .welcone-container .main-welcone__content:last-child p {
    text-align: center;
  }
}

.welcone-container .main-welcone__content:last-child a {
  background-color: var(--primary-color);
  color: white;
  padding: 1.5rem;
  margin-top: 1rem;
  font-family: 'Heebo', sans-serif;
  font-size: 1.1rem;
}

.welcone-container .main-welcone__content:last-child a:hover {
  background: #bf7618;
  color: white;
  font-family: Montserrat, sans-serif;
  transition: .5s all ease;
}

@media screen and (max-width: 580px) {
  .welcone-container .main-welcone__content:last-child a {
    display: block;
    text-align: center;
    margin: auto;
  }
}

.menu ul li {
  position: relative;
  padding: 1rem;
  text-transform: uppercase;
}

.submenu {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  top: 4rem;
  padding: 0;
  width: 170px;
  position: absolute;
  left: 0px;
  background: #F7C528;
  z-index: 99;
  transform: translate(0, 20px);
  transition: all 0.2s ease-out;
}

.submenu li{
  border-bottom: 1px solid #fff;
}
.submenu2 {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  top: 1rem;
  padding: 0;
  width: 250px;
  position: absolute;
  left: 0px;
  background: #F7C528;
  z-index: 99;
  transform: translate(0, 20px);
  transition: all 0.2s ease-out;
}
.thremenu{
  top: 0;
  left: 100%;
}
.menu2 li:hover > ul {
  visibility: visible;
  opacity: 1;
  position: relative;
  transform: translate(0, 0);
}
.menu li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.submenu li {
  padding: 1.4rem;
}

.prueba {
  position: relative;
}

.main-habitaciones h1 {
  color: #f7a50c;
  text-align: center;
  font-size: 1.6rem;
  margin: 0;
  margin-top: 2.9rem;
  font-family: 'Heebo', sans-serif;
  text-transform: uppercase;
}

.main-habitaciones h2 {
  color: var(--primary-color);
  margin: 0;
  text-align: center;
  font-size: 2.5rem;
  font-family: 'Roboto', sans-serif;
}

.main-habitaciones p {
  text-align: center;
  color: #727272;
  font-family: 'Heebo', sans-serif;
}

.main-habitaciones .main-imghabitaciones {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.main-habitaciones .main-imghabitaciones__items {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}

@media screen and (max-width: 800px) {
  .main-habitaciones .main-imghabitaciones__items {
    margin: 1rem;
  }
}

.main-habitaciones .main-imghabitaciones__items figure img {
  border: 1rem solid white;
  box-shadow: 5px 4px 5px 0px #949194;
  transition: all .3s ease-in-out;
}

.main-habitaciones .main-imghabitaciones__items figure img:hover {
  transform: scale(1.1);
}

.main-habitaciones .main-imghabitaciones__items h2 {
  color: #a05f1d;
  margin-top: 2rem;
  text-align: start;
  font-size: 2.5rem;
}

@media screen and (max-width: 800px) {
  .main-habitaciones .main-imghabitaciones__items h2 {
    text-align: center;
  }
}

.main-habitaciones .main-imghabitaciones__items p {
  font-family: 'Roboto', sans-serif;
  text-align: start;
  margin-top: 0;
  font-size: 1.5rem;
}

@media screen and (max-width: 800px) {
  .main-habitaciones .main-imghabitaciones__items p {
    text-align: center;
  }
  .submenu {
      visibility: hidden;
      opacity: 0;
      margin: 0;
      top: 4rem;
      padding: 0;
      width: 170px;
      position: absolute;
      left: 0px;
      background: #000;
      z-index: 99;
      transform: translate(0, 20px);
      transition: all 0.2s ease-out;
    }
}

.main-habitaciones .main-imghabitaciones__items .leermashabitaciones {
  display: flex;
  justify-content: flex-end;
}

.main-habitaciones .main-imghabitaciones__items .leermashabitaciones a {
  background-color: #b97727;
  color: white;
  display: block;
  padding: 1rem;
  font-size: 1.5rem;
  width: 30%;
  font-family: 'Heebo', sans-serif;
}

.main-habitaciones .main-imghabitaciones__items .leermashabitaciones a:hover {
  background: #9e601d;
  color: white;
  font-family: Montserrat, sans-serif;
  transition: .5s all ease;
}

@media screen and (max-width: 800px) {
  .main-habitaciones .main-imghabitaciones__items .leermashabitaciones a {
    margin: auto;
    text-align: center;
  }
}

@media screen and (max-width: 580px) {
  .main-habitaciones .main-imghabitaciones__items .leermashabitaciones a {
    width: 50%;
  }
}

.main-habitaciones .main-imghabitaciones__button {
  margin: auto;
  margin-top: 3rem;
  background-color: #b97727;
  color: white;
  display: block;
  padding: 1rem;
  font-size: 1.5rem;
  width: 18%;
  font-family: 'Heebo', sans-serif;
  text-align: center;
  margin-bottom: 9rem;
}

.main-habitaciones .main-imghabitaciones__button:hover {
  background: #9e601d;
  color: white;
  font-family: Montserrat, sans-serif;
  transition: .5s all ease;
}

@media screen and (max-width: 800px) {
  .main-habitaciones .main-imghabitaciones__button {
    width: 30%;
  }
}

@media screen and (max-width: 580px) {
  .main-habitaciones .main-imghabitaciones__button {
    width: 70%;
  }
}

.main-ambientes h1 {
  color: #f7a50c;
  text-align: center;
  font-size: 1.6rem;
  margin: 0;
  margin-top: 2.9rem;
  font-family: 'Heebo', sans-serif;
}

.main-ambientes h2 {
  color: var(--primary-color);
  margin: 0;
  text-align: center;
  font-size: 2.5rem;
  font-family: 'Roboto', sans-serif;
}

.main-ambientes p {
  text-align: center;
  color: #727272;
  font-family: 'Heebo', sans-serif;
}

.main-ambientes .main-gallery {
  width: 100%;
}

.main-ambientes .main-gallery__items,
.main-ambientes .main-gallery__items2 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.main-ambientes .main-gallery__items figure {
  width: 25rem;
  display: flex;
  height: 20rem;
  justify-content: center;
  margin-top: 2rem;
}

.main-ambientes .main-gallery__items2 figure {
  width: 35rem;
  display: flex;
  height: 25rem;
  justify-content: center;
  margin-top: 2rem;
}

@media screen and (min-width: 1800px) {
  .main-ambientes .main-gallery__items figure,
  .main-ambientes .main-gallery__items2 figure {
    width: 35rem;
  }
}

.main-ambientes .main-gallery__items figure img,
.main-ambientes .main-gallery__items2 figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border: 1rem solid #eee;
  /*box-shadow: 5px 4px 5px 0px #949194;*/
}

@media screen and (min-width: 1800px) {
  .main-ambientes .main-gallery__items figure img,
  .main-ambientes .main-gallery__items2 figure img {
    width: 30rem;
  }
}

.slick-dots li button::before {
  font-family: 'slick';
  font-size: 2rem;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  color: #a86d26;
  opacity: none;
}

.slick-dots li.slick-active button::before {
  color: #f8b131;
  opacity: none;
}

.main-footer {
  background-color: var(--primary-color);
  margin-top: 0rem;
  padding-top: 2rem;
}

.main-footer__items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-around;
}

.main-footer__items .footer-reserva {
  display: flex;
  flex-wrap: wrap;
  color: white;
  justify-content: center;
  font-family: 'Heebo', sans-serif;
}

@media screen and (max-width: 800px) {
  .main-footer__items .footer-reserva {
    width: 100%;
    align-items: center;
  }
}

.main-footer__items .nav-footer {
  margin: 0;
  margin-left: 6rem;
  flex-grow: 2;
}

@media screen and (max-width: 800px) {
  .main-footer__items .nav-footer {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 2rem;
  }
}

.main-footer__items .nav-footer .main-nav {
  margin: 0;
  padding: 0;
}

.main-footer__items .nav-footer .main-nav li {
  font-family: 'Heebo', sans-serif;
  color: white;
  list-style: disc;
  line-height: 30px;
  font-size: 1.3rem;
}

.main-footer__items .logo-footer {
  flex-grow: 3;
  margin-left: 3rem;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 2rem;
}
.main-footer__items .logo-footer img {
  max-width:100%;
}

@media screen and (max-width: 800px) {
  .main-footer__items .logo-footer {
    width: 100%;
    margin: auto;
    margin-top: 2rem;
    display: flex;
    justify-content: center;
  }
}

.main-footer__items .redes-sociales p {
  color: white;
  font-family: 'Heebo', sans-serif;
  font-size: 1.3rem;
}

.main-footer__items .redes-sociales__icons {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 800px) {
  .main-footer__items .redes-sociales__icons {
    justify-content: center;
  }
}

.main-footer__items .redes-sociales__icons figure {
  margin-right: 1rem;
  width: 40px;
}

.main-footer .main-footer2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.main-footer .main-footer2 p {
  color: white;
  font-family: 'Heebo', sans-serif;
  font-size: 1.2rem;
}

@media screen and (max-width: 800px) {
  .main-footer .main-footer2 p {
    width: 100%;
    text-align: center;
  }
}

.main-footer .main-footer2__items {
  display: flex;
  align-items: center;
}
.main-footer .main-footer2__items figure{
  width: auto;
}

@media screen and (max-width: 800px) {
  .main-footer .main-footer2__items {
    width: 100%;
    justify-content: center;
  }
}

.main-footer .main-footer2__items a {
  color: white;
  font-family: 'Heebo', sans-serif;
  margin-right: 1rem;
  font-size: 1.1rem;
}

.slider-main__items {
  position: relative;
}

.slider-main__items img {
  -o-object-fit: cover;
     object-fit: cover;
}

.slider-main__items--text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.712);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.slider-main__items--text p, .slider-main__items--text h1 {
  color: white;
  font-family: 'Heebo', sans-serif;
}

.slider-main__items--text h1 {
  font-family: 'Playfair Display', serif;
  margin: 0;
  margin-top: 1rem;
  font-family: 'Playfair Display', serif;
  margin: 0;
  margin-top: 1rem;
  margin-bottom: 22px;
  font-style: normal;
  font-weight: 700;
  font-size: 83px;
  line-height: 1.17;
  font-family: 'Playfair Display', serif;
  letter-spacing: 0.02em;
  margin-top: 0;
  font-size: 4rem;
  text-align: center;
}

.slider-main__items--text .text-edit-contacto {
  font-size: 7rem !important;
}

@media screen and (max-width: 800px) {
  .slider-main__items--text .text-edit-contacto {
    font-size: 5rem !important;
  }
}

@media screen and (max-width: 580px) {
  .slider-main__items--text .text-edit-contacto {
    font-size: 4rem !important;
  }
}

.slider-main__items--text p {
  text-align: center;
}

.slider-main__items--text p:first-child {
  margin: 0;
  margin-bottom: 6px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.57;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.08em;
  font-size: 1.3rem;
}

.main-ubi {
  background: #f7f7f7;
}

.main-ubi__item {
  display: flex;
  align-items: center;
  padding: 1rem;
  text-transform: uppercase;
}

.main-ubi__item p {
  margin: 1rem;
  color: #777777;
  font-family: 'Heebo', sans-serif;
  font-size: 1.3rem;
}

.main-ubi__item p:last-child {
  color:var(--primary-color);
  border-left: 1px solid #777777;
  margin-left: 0;
  padding-left: 1rem;
}

.main-nosotros {
  display: flex;
  margin-top: 3rem;
}

@media screen and (max-width: 800px) {
  .main-nosotros {
    flex-wrap: wrap;
  }
}

.main-nosotros__content section h1 {
  line-height: 1.22;
  font-family: 'Playfair Display', serif;
  letter-spacing: 0.02em;
  font-size: 2.5rem;
  color: var(--primary-color)
}

@media screen and (max-width: 800px) {
  .main-nosotros__content section h1 {
    text-align: center;
  }
}

@media screen and (max-width: 580px) {
  .main-nosotros__content section h1 {
    text-align: center;
  }
}

.main-nosotros__content section p {
  font-family: 'Heebo', sans-serif;
  color: #777777;
  font-size: 1.5rem;
  text-align: justify;
}

@media screen and (max-width: 800px) {
  .main-nosotros__content section p {
    text-align: center;
  }
}

@media screen and (max-width: 580px) {
  .main-nosotros__content section p {
    text-align: center;
    margin: auto;
  }
}

.main-nosotros__content section ul li {
  font-family: 'Heebo', sans-serif;
  color: #777777;
  font-size: 1.7rem;
  list-style: disc;
}

@media screen and (max-width: 800px) {
  .main-nosotros__content section ul li {
    text-align: center;
  }
}

@media screen and (max-width: 580px) {
  .main-nosotros__content section ul li {
    text-align: center;
  }
}

.main-nosotros__content:first-child {
  width: 60%;
}

@media screen and (max-width: 800px) {
  .main-nosotros__content:first-child {
    width: 100%;
  }
}

@media screen and (max-width: 580px) {
  .main-nosotros__content:first-child {
    width: 100%;
  }
}

.main-nosotros__content:last-child {
  width: 40%;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 800px) {
  .main-nosotros__content:last-child {
    width: 100%;
  }
}

@media screen and (max-width: 580px) {
  .main-nosotros__content:last-child {
    width: 100%;
  }
}

.main-nosotros__content:last-child figure {
  margin: 1rem;
  flex-grow: 2;
}

.main-nosotros__content:last-child figure img {
  width: 90%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
  border: 0.7rem solid #d3d2d2;
}

.main-shabitaciones {
  margin-top: 3rem;
  position: relative;
}

.main-shabitaciones--active {
  background: #f7f7f7;
}

.main-shabitaciones__item {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 800px) {
  .main-shabitaciones__item {
    flex-wrap: wrap;
    margin-top: 2rem;
  }
}

@media screen and (max-width: 580px) {
  .main-shabitaciones__item {
    flex-wrap: wrap;
    margin-top: 2rem;
  }
}

.main-shabitaciones__item .slider-shabitaciones {
  position: relative;
}

.main-shabitaciones__item figure {
  width: 50%;
}

@media screen and (max-width: 800px) {
  .main-shabitaciones__item figure {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: auto;
    width: 100%;
    margin-top: 2rem;
  }
}

@media screen and (max-width: 580px) {
  .main-shabitaciones__item figure {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: auto;
    margin-top: 2rem;
  }
}

.main-shabitaciones__item figure img {
  width: 85%;
  height: 30rem;
  margin: 5rem;
  -o-object-fit: cover;
     object-fit: cover;
  border: 5px solid #adadad;
}

@media screen and (max-width: 800px) {
  .main-shabitaciones__item figure img {
    margin: auto;
  }
}

@media screen and (max-width: 580px) {
  .main-shabitaciones__item figure img {
    margin: auto;
  }
}

.main-shabitaciones__item section {
  margin-left: 2rem;
  margin-right: 2rem;
  width: 50%;
  align-self: flex-start;
  margin-top: 4rem;
}

@media screen and (max-width: 800px) {
  .main-shabitaciones__item section {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 580px) {
  .main-shabitaciones__item section {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
}

.main-shabitaciones__item section h1 {
  font-family: 'Playfair Display', serif;
  color: #b97727;
}

@media screen and (max-width: 800px) {
  .main-shabitaciones__item section h1 {
    text-align: center;
  }
}

@media screen and (max-width: 580px) {
  .main-shabitaciones__item section h1 {
    text-align: center;
  }
}

.main-shabitaciones__item section p {
  font-family: 'Heebo', sans-serif;
  color: #777777;
  font-size: 1.5rem;
  text-align: justify;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.50;
  color: #333;
}

@media screen and (max-width: 800px) {
  .main-shabitaciones__item section p {
    text-align: center;
  }
}

@media screen and (max-width: 580px) {
  .main-shabitaciones__item section p {
    text-align: center;
  }
}

.main-shabitaciones__item section .precio {
  font-family: 'Playfair Display', serif;
  color: #000000;
  font-size: 1.8rem;
}

@media screen and (max-width: 800px) {
  .main-shabitaciones__item section .precio {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 580px) {
  .main-shabitaciones__item section .precio {
    display: block;
    text-align: center;
  }
}

.main-shabitaciones__item section .precio:hover {
  color: #005D8E;
}

.main-shabitaciones__item section .reserva {
  border: 2px solid #b97727;
  margin-left: 10px;
  padding: 10px 40px;
  background: transparent;
  font-family: 'Heebo', sans-serif;
  color: #b97727;
  font-size: 1.4rem;
}

@media screen and (max-width: 800px) {
  .main-shabitaciones__item section .reserva {
    display: block;
    width: 20%;
    margin: auto;
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 580px) {
  .main-shabitaciones__item section .reserva {
    display: block;
    width: 20%;
    margin: auto;
    display: flex;
    justify-content: center;
  }
}

.main-shabitaciones__item section .reserva:hover {
  background: #b97727;
  color: white;
  /*font-family: Montserrat, sans-serif;*/
  transition: .5s all ease;
}

.main-promociones {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}

.main-contacto {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 3rem;
}

.main-contacto__items h1, .main-contacto__items h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 27px;
  line-height: 1.42;
  /*font-family: 'Playfair Display', serif;*/
  font-family: Roboto, sans-serif;
  letter-spacing: 0.02em;
  text-align: inherit;
  color: #000000;
  margin: 0 0 20px;
  text-transform: uppercase;
}

@media screen and (max-width: 800px) {
  .main-contacto__items h1, .main-contacto__items h2 {
    text-align: center;
  }
}

@media screen and (max-width: 580px) {
  .main-contacto__items h1, .main-contacto__items h2 {
    text-align: center;
  }
}

.main-contacto__items p {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.72;
  color: #333;
}

@media screen and (max-width: 800px) {
  .main-contacto__items p {
    text-align: center;
  }
}

@media screen and (max-width: 580px) {
  .main-contacto__items p {
    text-align: center;
  }
}

.main-contacto__items:first-child {
  width: 38%;
}

@media screen and (max-width: 800px) {
  .main-contacto__items:first-child {
    width: 90%;
    margin: auto;
  }
}

@media screen and (max-width: 580px) {
  .main-contacto__items:first-child {
    width: 90%;
    margin: auto;
  }
}

.main-contacto__items:last-child {
  width: 57%;
}

@media screen and (max-width: 800px) {
  .main-contacto__items:last-child {
    width: 90%;
    margin: auto;
  }
}

@media screen and (max-width: 580px) {
  .main-contacto__items:last-child {
    width: 90%;
    margin: auto;
  }
}

.main-contacto__items form {
  position: relative;
  width: 100%;
}

.main-contacto__items form .cont-rspta {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.61);
}

.main-contacto__items form .cont-rspta span i {
  color: green;
  font-size: 5rem;
}

.main-contacto__items form .cont-rspta h2 {
  margin-top: 1.3rem;
  font-family: Roboto, sans-serif;
  color: white;
}

.main-contacto__items form .cont-rspta p {
  color: white;
}

.main-contacto__items form .cont-rspta a {
  background-color: green;
  font-family: Roboto, sans-serif;
  color: white;
  padding: 1.8rem;
}

.main-contacto__items form .cont-rspta a:hover {
  background: #9e601d;
  color: white;
  transition: .5s all ease;
}

.main-contacto__items form .main-form__items--active {
  display: flex;
}

@media screen and (max-width: 800px) {
  .main-contacto__items form .main-form__items--active {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 580px) {
  .main-contacto__items form .main-form__items--active {
    flex-wrap: wrap;
  }
}

.main-contacto__items form .main-form__items--active .main-form__items--reserva {
  width: 50%;
}

@media screen and (max-width: 800px) {
  .main-contacto__items form .main-form__items--active .main-form__items--reserva {
    width: 100%;
  }
}

@media screen and (max-width: 580px) {
  .main-contacto__items form .main-form__items--active .main-form__items--reserva {
    width: 100%;
  }
}

.main-contacto__items form .main-form__items--active .main-form__items--reserva:first-child {
  margin-right: 2rem;
}

.main-contacto__items form .main-form__items--active {
  display: flex;
}

@media screen and (max-width: 800px) {
  .main-contacto__items form .main-form__items--active {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 580px) {
  .main-contacto__items form .main-form__items--active {
    flex-wrap: wrap;
  }
}

.main-contacto__items form .main-form__items--active .main-form__items--reserva:first-child {
  width: 50%;
  margin-right: 2rem;
}

@media screen and (max-width: 800px) {
  .main-contacto__items form .main-form__items--active .main-form__items--reserva:first-child {
    width: 100%;
  }
}

@media screen and (max-width: 580px) {
  .main-contacto__items form .main-form__items--active .main-form__items--reserva:first-child {
    width: 100%;
  }
}

.main-contacto__items form .main-form__items--active .main-form__items--reserva:nth-child(2) {
  width: 25%;
  margin-right: 2rem;
}

@media screen and (max-width: 800px) {
  .main-contacto__items form .main-form__items--active .main-form__items--reserva:nth-child(2) {
    width: 100%;
  }
}

@media screen and (max-width: 580px) {
  .main-contacto__items form .main-form__items--active .main-form__items--reserva:nth-child(2) {
    width: 100%;
  }
}

.main-contacto__items form .main-form__items--active .main-form__items--reserva:last-child {
  width: 25%;
}

@media screen and (max-width: 800px) {
  .main-contacto__items form .main-form__items--active .main-form__items--reserva:last-child {
    width: 100%;
  }
}

@media screen and (max-width: 580px) {
  .main-contacto__items form .main-form__items--active .main-form__items--reserva:last-child {
    width: 100%;
  }
}

.main-contacto__items form label {
  letter-spacing: 0.08em;
  color: #000;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.57;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.08em;
  margin: 0 0 11px;
  margin-left: 0px;
  margin-left: 1px;
}

.main-contacto__items form input, .main-contacto__items form textarea, .main-contacto__items form select, .main-contacto__items form option {
  resize: none;
  width: 100%;
  padding: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: none;
  border: 1px solid #f7f7f7;
  background-color: #FCE749;
  line-height: 1.2143;
  transition: .3s;
  font-weight: lighter;
  font-style: normal;
  font-size: 13px;
  border-width: 1px;
  padding: 1.195em 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #333;
  border-radius: 0;
  margin: 0 0 23px;
  width: 100%;
  outline: 0 !important;
}

.main-contacto__items form input[type="submit"], .main-contacto__items form textarea[type="submit"], .main-contacto__items form select[type="submit"], .main-contacto__items form option[type="submit"] {
  font-style: normal;
  font-weight: 400;
  line-height: 1.57;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.08em;
  font-size: 12px;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  width: auto;
  padding: 14px 38px;
  margin-top: 13px;
  transition: .3s all ease;
  background: #fff;
  text-transform: uppercase;
  cursor: pointer;
}

.main-contacto__items form input[type="submit"]:hover, .main-contacto__items form textarea[type="submit"]:hover, .main-contacto__items form select[type="submit"]:hover, .main-contacto__items form option[type="submit"]:hover {
  background: var(--primary-color);
  color: white;
  font-family: Montserrat, sans-serif;
  transition: .5s all ease;
}

.text-edit-contacto {
  font-size: 8rem !important;
}
.main-imghabitaciones__button--active{
    margin: auto;
    margin-top: 3rem;
    background-color: var(--primary-color);
    color: white;
    display: block;
    padding: 1rem;
    font-size: 1.5rem;
    width: 16%;
    font-family: 'Heebo', sans-serif;
    text-align: center;
    margin-bottom: 2rem;
}

 @media screen and (max-width: 800px) {
    .main-imghabitaciones__button--active{
   
    width: 30%;
    
}
  }
  
   @media screen and (max-width: 580px) {
    .main-imghabitaciones__button--active{
   
    width: 40%;
    
}
  }

.main-slider--active .slider-main__items img {
    height: 400px;
    object-fit: cover !important;
}


/* SECCION DE PRODUCTOS */
.main-productos{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.main-productos .main-produtos__items{
  width: 25rem;
  margin: 1.5rem;
  border: 1px solid #eee;
}
.main-productos .main-produtos__items-active{
  width: 40rem;
}
.main-productos .main-produtos__items figure{
  margin: auto;
}
.main-productos .main-produtos__items figure img{
  max-width: 100%;
}
.main-productos .main-produtos__items p,h1,h2{
  margin-left: 5px;
}
.main-productos .main-produtos__items p{
  font-weight: 500;
  letter-spacing: .3px;
  font-family: sans-serif;
  color: #666;
  font-size: 1.3rem;
  margin: 0;
}

/*================================*/

.main-productos .main-produtos__items2{
  width: 75%;
  margin: 1.5rem;
  border: 1px solid #eee;
}
.main-productos .main-produtos__items-active{
  width: 40rem;
}
.main-productos .main-produtos__items2 figure{
  margin: auto;
}
.main-productos .main-produtos__items2 figure{
    width:100%;
}
.main-productos .main-produtos__items2 figure img{
  max-width: 100%;
}
.main-productos .main-produtos__items2 p,h1,h2{
  margin-left: 5px;
}
.main-productos .main-produtos__items2 p{
  font-weight: 500;
  letter-spacing: .3px;
  font-family: sans-serif;
  color: #666;
  font-size: 1.3rem;
  margin: 0;
}

/*================================*/

.main-productos .main-produtos__items h1{
  margin: 0;
  font-size: 2.1rem;
  font-family: 'Montserrat',sans-serif;
  color: #222;
}
.main-productos .main-produtos__items h2{
  font-family: 'Montserrat',sans-serif;
  color: #d21717;
}
.main-productos .main-produtos__items p, h1, h2{
  margin-left: 10px !important;
}
.main-productos .section-modify{
  width: 100%;
  text-align: center;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8f8f8;
  margin: 0 ;
  color: #666;
  font-weight: 500;
  letter-spacing: .3px;
  font-family: sans-serif;
  color: #666;
  font-size: 1.3rem;
}
.main-productos .section-modify:hover{
  color: #db0007;
}

/* carecteristica */
.caracte{
  background-color: #ef0000;
  
}
.main-caracte{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 3rem;
  padding-bottom: 3rem;
  
}
.main-caracte__items{
  width: 21%;
  margin: 2rem;
  padding: 2rem;
  background-color: #db0007;
  border-radius: 20px;
}

@media screen and (max-width: 800px) {
  .main-caracte__items{
    width: 100%;
   
  }
}
@media screen and (max-width: 580px) {
  .main-caracte__items{
    width: 100%;
   
  }
}
.main-caracte__items .main-caracter__icon{
  display: flex;
  justify-content: center;
}
.main-caracte__items .main-caracter__icon i{
  color: white;
  font-size: 5rem;
  text-align: center; 
}
.main-caracte__items p{
  text-align: center;
  color: #ffffff;
  font-size: 21px;
  font-family: Lexend Deca, sans-serif;
}
.main-caracte__items p:last-child{
  color: rgba(255,255,255,0.7);
  font-size: 1.5rem;
}

.main-info{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .main-info{
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 580px) {
  .main-info{
    flex-wrap: wrap;
    justify-content: center;
  }
}
.main-info .main-info__items{
  width: 25%;
}
@media screen and (max-width: 800px) {
  .main-info .main-info__items{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 580px) {
  .main-info .main-info__items{
    width: 100%;
  }
}
.main-info .main-info__items:nth-child(3){
  margin-top: 57.44px;
}
.main-info .main-info__items p{
  margin: 0;
}
.main-info .main-info__items h1{
  margin-left: 0 !important;
  font-family: Lexend Deca, sans-serif;
}
.main-info .main-info__items .main-categorias{
 margin: 0;
 padding: 0;
}
.main-info .main-info__items .main-categorias li{
 margin: 1rem 0 1rem 0;
 font-family: Lexend Deca, sans-serif;
}
.main-info .main-info__items input[type="text"]{
  width: 100%;

  border: 1px solid #db0007;
  font-size: 1.5rem;
  padding: 1rem 2rem 1rem 2rem;
}
.main-info .main-info__items input[type="submit"]{
  background-color:#db0007;
  border: none;
  border-radius: 5px;
  padding: 1rem;
  color: white;
  margin-top: 1rem;
}
.main-info .main-info__items .libro-recamaciones{
  
  color: #000000;
  background-color: rgba(0,0,0,0);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 6px 6px 6px 6px;
  padding: 0.7rem;
  font-family: Lexend Deca, sans-serif;
  
}
.main-info .main-info__items:last-child p{
  font-size: 1rem;
  margin-top: 1rem;
  font-family: Lexend Deca, sans-serif;
  
}
.main-info .main-info__items:last-child a{
  color: #db0007;

}
.main-detalle{
  padding-top: 3rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.main-detalle .main-detalle__items h1{
  font-family: Lexend Deca, sans-serif;
  margin-left: 0 !important;
  color: var(--primary-color);
}
.main-detalle .main-detalle__precio{
  color: #db0007;
  font-family: Lexend Deca, sans-serif;
  font-weight: bold;
  margin: 0;
  
}
@media screen and (max-width: 800px) {
  .main-detalle .main-detalle__precio{
    text-align: center;
  }
}
@media screen and (max-width: 580px) {
  .main-detalle .main-detalle__precio{
    text-align: center;
  }
}
.main-detalle .main-detalle__items .main-detalle__ii{
  font-size: 13px;
    color: #878787;
    font-family: Lexend Deca, sans-serif;
    
}
.main-detalle .main-detalle__items p{
  font-size: 13px;
    color: #666;
    font-family: Lexend Deca, sans-serif;
}
.main-detalle .main-detalle__items .precio-regular span{
  text-decoration: line-through;
}
.main-detalle .main-detalle__items .nueva span{
  color: #db0007;
  font-weight: bold;
}
.main-caracteristicas,
.main-caracteristicas2{
  padding: 0;
  color: #666;
  font-family: Lexend Deca, sans-serif;
}
.main-caracteristicas2{
  padding: 0 0 0 1.5rem;
}
.main-caracteristicas li{
  margin: 0.5rem 0 0.5rem 0;
  font-size: 1.5rem;
}
.main-caracteristicas2 li{
  margin: 0.5rem 0 0.5rem 0;
  font-size: 1.5rem;
  list-style-type: circle !important;
}
.ComprarWhatsapp{
  background-color: var(--primary-color);
  padding: 1.5rem;
  color: white;
  font-family: Lexend Deca, sans-serif;
  font-size: 1.5rem;
  display: block;
  width: 23rem;
  margin-top: 2rem;
  text-align: center;
}
.facebook i{
  color: rgb(31, 31, 212);
  font-size: 2rem;

}
.Descargarpdf{
  background-color: #373737;
  padding: 1rem;
  color: white;
  font-family: Lexend Deca, sans-serif;
  font-size: 1.5rem;
  display: block;
  width: 19rem;
  margin-top: 2rem;
  text-align: center;
}
.Descargarpdf:hover{
  background-color: var(--primary-color);
  
}
.main-detalle__items figure img{
  max-width: 90%;
}

.borderframe {
  border: 8px #F5F5F5 solid;
  padding: 1px;
  background: #FFF;
}

@media screen and (max-width: 800px) {
  .main-detalle p,span{
    text-align: center;
    display: block;
  }
  .main-caracteristicas{
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ComprarWhatsapp,.Descargarpdf{
    margin: auto;
  }
}
@media screen and (max-width: 580px) {
  .main-detalle .main-detalle__precio{
    text-align: center;
  }
  .main-caracteristicas{
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ComprarWhatsapp,.Descargarpdf{
    margin: auto;
  }
}

.main-header .logo-responsivom  {
  display: none;
}
/* .main-header .logo-responsivom {
display: none;
} */
@media screen and (max-width: 800px) {
  .main-header .logo-responsivom {
    display: block;
    width: 20rem;
  }
  .logo-escritorio,
  .main-header .main-nav{
    display: none;
  }
}

@media screen and (max-width: 580px) {
.main-header .logo-responsivom {
  display: block;
  width: 20rem;
}
}
.main-header .logo-responsivo  {
  display: block;
  width: 60rem;
/* margin-left: 5rem; */
display: flex;
align-items: center;

}
.main-header .logo-responsivo img {
max-width: 100%;
}
.redes-sociales{
  width: 20rem;
}
.main-produtos__items figure{
width: auto;
}
@media screen and (min-width: 1800px) {
  .main-ubi {
    background: #f7f7f7;
    margin-top: 15rem;
  }
  .welcone-container {
    margin-top: 20rem;
  }
  .main-slider .main-flechas {
    
    margin-top: 25rem;
  }
}

.main-detalle
.main-detalle__items
.txtServicio,
.main-agentes_text p,
.main-agentes_text ul{
  font-size: 16px !important;
  color: #666;
  font-family: Lexend Deca, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}
.main-agentes_text ul li{
  list-style-type: disc !important;
}
.main-agentes{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3%;
  padding-top: 15px;
  margin-bottom: 30px;
  align-items: flex-start;
}
.main-agentes_title{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
}
.main-agentes_titleImage{
  width: 45%;
  margin-bottom: 20px;
  transform: scale(1);
  box-shadow: 0px 0px 2px 1px #000000;
  padding-bottom: 0px !important;
  padding: 5px;
  transition: all .3s ease-in-out;
}
.main-agentes_titleImage:hover{
  transform: scale(1.05);
}
.main-agentes_titleImage img{
  max-width: 100% !important;
  width: 100%;
}
.main-agentes_text>h2{
  font-size: 3rem;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: 'Heebo', sans-serif;
  color: var(--primary-color);
}
.btnWhatsapp{
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.artBancos_text{
  display: flex;
  align-items: center;
}
.artBancos_text>h2{
  margin: 0;
  margin-right: 10px;
  font-size: 40px;
  font-weight: bold;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-content: center;
}
.artBancos_text>p{
  margin: 0;
  font-size: 20px !important;
  color: #666;
  font-family: Lexend Deca, sans-serif;
  font-weight: 400;
  line-height: 1;
}

.texto200{
  margin: 0 !important;
  font-size: 15px !important;
  color: #666 !important;
  font-family: Lexend Deca, sans-serif !important;
  font-weight: 100 !important;
  line-height: 1.5 !important;
}

.bancoTitle{
  color: var(--primary-color);
  font-size: 25px;
  margin-bottom: 0;
}
.galeriaBancos{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}
.galeriaBancos>figure{
  width: calc(88% / 6);
  padding: 10px;
  margin: 1%;
  border: 1px solid #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social li a img
 {
	width: 20px;
	height: 20px
}

.social {
	position: fixed;
	left: 0;
	bottom: 25%;
	z-index: 2000;
}

.social ul {
	list-style: none;
  padding: 0;
  margin: 0;
}

.social ul li a {
	display: inline-block;
	color: #fff;
	background: #000;
	padding: 10px 15px;
	text-decoration: none;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.social ul li .icon-facebook {
	background: #3b5998;
}
.social ul li .icon-instagram {
	background: #672f2f;
}
.social ul li .icon-youtube {
	background: rgb(255, 0, 0);
}
.social ul li .icon-telegram {
	background: #039be5;
}
.social ul li .icon-whatsapp {
	background: #25D366;
}
.social ul li a:hover {
	background: #d1d2cb;
	padding: 10px 30px;
}

.pagosTramites{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: flex-start;
  row-gap: 35px;
}
.pagosTramites_item{
  width: 47%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1%;
  padding: 15px;
  align-items: flex-start;
  box-shadow: 0px 0px 4px 0px #222;
}
.pagosTramite_text>h2{
  font-size: 2.5rem;
  font-weight: 400;
}
.pagosTramite_text>ul{
  margin: 0;
}
.main-tramitesImage{
  width: auto;
}
.encomiendasItem{
  width: 50%;
}
.imageEncomienda{
  width: 100%;
}
.imageEn_02{
  display: flex;
  justify-content: center;
  margin: 50px 0 20px;
}
.logo-escritorio{
  width: auto;
}

.headerTop{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.headerRedes{
  display: flex;
  justify-content: center;
}
.headerRedes figure a img{
  width: 32px;
}
.headerRedes figure{
  width: auto;
  margin-left: 15px;
}
.headerRedes figure a{
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
}
.headerRedes figure a>span{
  margin-left: 5px;
  display: inline-block;
}
.contacto_itemsInfo{
  background: #eee;
  margin-top: 2rem;
  padding: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 10px; 
}
.contacto_itemsInfo h2{
  font-size: 23px;
  margin-bottom: 10px;
}
.contacto_itemsInfo p{
  margin-top: 0;
}
.contacto_itemsInfo p img{
  width: 20px;
}

@media screen and (max-width: 1100px) {
  .main-header .main-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .main-slider {
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .main-detalle .main-detalle__items h1{
    text-align: center;
  }
  .galeriaBancos > figure {
    width: calc(88% / 4);
  }
  .pagosTramites_item {
    width: 60%;
  }
  .encomiendasItem{
    width: 100%;
    padding: 10px 15px;
  }
  .imageEncomienda{
    display: flex;
    justify-content: center;
  }
  .main-header .main-nav{
    position: relative;
    width: 100%;
    bottom: 0;
  }
  .main-header{
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 800px) {

  .logo-escritorio,
  .main-header .main-nav{
    display: none;
  }
  .headerTop{
    justify-content: center;
  }
  .main-header {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .main-agentes {
    grid-template-columns: 100%;
  }
  .main-agentes_text{
    order: -1;
  }
  .main-header .main-nav{
    display: none;
  }
  .main-agentes_text > h2{
    text-align: center;
  }
  .artBancos_text {
    flex-wrap: wrap;
    padding: 0 10px;
    text-align: center;
    justify-content: center;
  }
  .pagosTramites_item {
    width: 80%;
  }
}
@media screen and (max-width: 575px) {
  .main-agentes_titleImage{
    width: 80%;
  }
  .main-detalle .main-detalle__items h1 {
    text-align: center;
    font-size: 2.5rem;
  }
  .main-caracteristicas2 {
    padding: 0px 0 0 4rem;
  }
  .galeriaBancos > figure {
    width: calc(88% / 3);
  }
  .pagosTramites_item {
    width: 95%;
    grid-template-columns: 100%;
  }
  .main-tramitesImage {
    margin: auto;
  }
  .headerRedes figure a img {
    width: 24px;
  }
  .headerRedes figure a{
    font-size: 16px;
  }
}