/*! 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; }

/* ------header------ */
.header {
  position: sticky;
  top: -115px;
  z-index: 100; }
  .header .header__logo {
    position: relative;
    background: #D8D8D0;
    color: #2D2D2B;
    display: flex;
    flex-direction: column;
    align-self: center;
    padding: 15px; }
    .header .header__logo a {
      color: #2D2D2B;
      text-decoration: none;
      text-align: center; }
      .header .header__logo a h1 {
        font-family: 'Rokkitt', serif;
        text-transform: uppercase;
        color: #2D2D2B;
        font-size: 28px;
        font-weight: 200;
        margin-bottom: 8px;
        letter-spacing: .5px; }
      .header .header__logo a h2 {
        font-family: 'Oswald', sans-serif;
        font-weight: 300;
        color: #2D2D2B;
        font-size: 12px;
        letter-spacing: 4px;
        margin-bottom: 10px; }

/* ------nav------ */
.menu {
  background-color: #D8D8D0;
  border-top: 1px solid white;
  padding: 2px; }
  .menu .menu__navigation {
    align-items: center; }
    .menu .menu__navigation .menu__item a {
      font-family: 'Oswald', sans-serif;
      font-weight: 300;
      color: #2D2D2B;
      font-size: 12px;
      letter-spacing: 3px;
      padding: 15px 25px;
      position: relative;
      text-transform: uppercase;
      border: none; }
    .menu .menu__navigation .menu__item a:hover {
      background: #D8D8D0;
      transition: 200ms ease-in-out;
      color: white; }
    .menu .menu__navigation .menu__item .menu__subitem {
      list-style-type: none;
      display: flex;
      flex-direction: column;
      position: absolute;
      transition: opacity 200ms ease-in-out;
      padding-top: 15px;
      margin-top: 15px;
      background-color: #D8D8D0;
      opacity: .9; }
      .menu .menu__navigation .menu__item .menu__subitem a {
        font-size: 11px;
        text-align: center; }

.dropdown-menu {
  color: #2D2D2B;
  text-align: center;
  background-color: #D8D8D0;
  border: 0;
  transition: opacity 200ms ease-in-out;
  padding-top: 5px;
  margin-top: 5px;
  margin-bottom: 0;
  padding-bottom: 0px;
  background-color: #D8D8D0;
  opacity: .9; }

.navbar-toggler {
  border: 0;
  transition: box-shadow 0.15s ease-in-out; }

.navbar-toggler:focus {
  box-shadow: none; }

.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none; }

.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: none; }

.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: white;
  border: none;
  background-color: none;
  border-color: none; }

.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: white;
  border: none;
  background-color: none;
  border-color: none; }

@media only screen and (min-width: 1024px) {
  .menu {
    align-items: center;
    padding: 2px; }
    .menu .menu__navigation {
      flex-direction: row;
      justify-content: center; }
      .menu .menu__navigation .menu__item a:hover + .menu__submenu, .menu .menu__navigation .menu__item .menu__submenu:hover {
        display: inline;
        position: absolute;
        top: 137px; } }

/* ------background------ */
.background {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center; }

.source {
  position: fixed;
  top: -30px;
  z-index: -100; }

.booknow {
  text-decoration: none;
  border: 2px solid white;
  padding: 10px 20px;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: white;
  font-size: 16px;
  letter-spacing: 4px;
  text-transform: uppercase; }

.booknow:hover {
  font-size: 18px;
  letter-spacing: 6px;
  color: white;
  transition: .2s ease;
  cursor: pointer; }

.offcanvas {
  background-color: #D8D8D0; }
  .offcanvas h5 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #2D2D2B;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    padding: 40px 20px 0px 20px;
    text-transform: uppercase; }

.offcanvas-body ul {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #2D2D2B;
  font-size: 14px;
  letter-spacing: 0px;
  list-style-type: none;
  padding: 10px; }
  .offcanvas-body ul li {
    color: #2D2D2B;
    text-decoration: none;
    padding: 5px; }
  .offcanvas-body ul div {
    padding: 40px 5px; }

.imgcovid {
  display: flex;
  justify-content: center;
  bottom: 20px; }
  .imgcovid img {
    height: 90px; }

.alertcovid {
  background: #669579;
  opacity: .8;
  border: none;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
  font-size: 16px;
  border-radius: 0; }

.alertcovid-text {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: white;
  font-size: 16px;
  letter-spacing: 0px;
  opacity: .9;
  color: white;
  padding-right: 10px; }

.btn-covid {
  background-color: transparent;
  border: none; }

@media only screen and (min-width: 1200px) {
  .source {
    top: -20px; } }

@media only screen and (min-width: 1440px) {
  .background {
    height: 80vh; }
  .source {
    top: 15px; } }

/* ------footer------ */
.footer {
  background: #D8D8D0;
  font-family: 'Oswald', sans-serif; }
  .footer .footer__socialmedia {
    text-align: center;
    padding: 10px;
    font-size: 14px; }
  .footer .footer__socialmedia--principal p {
    font-family: 'Rokkitt', serif;
    text-transform: uppercase;
    color: #2D2D2B;
    font-size: 16px;
    font-weight: 200;
    margin-bottom: 8px;
    letter-spacing: .5px;
    padding: 10px; }
  .footer .footer__socialmedia--secondary {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    padding-top: 15px; }
    .footer .footer__socialmedia--secondary a {
      text-align: start;
      color: #2D2D2B;
      padding-right: 10px;
      opacity: .8;
      font-size: 14px;
      margin: 0px;
      text-decoration: none; }
  .footer .footer_logo {
    height: 40px;
    padding: 5px; }
  .footer .footer__img {
    opacity: .8;
    height: 20px;
    margin: 0; }
  .footer .footer__flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 40px 15px 0px 15px; }
    .footer .footer__flex .footer__flex-item {
      padding: 30px; }
      .footer .footer__flex .footer__flex-item h5 {
        font-family: 'Oswald', sans-serif;
        font-weight: 300;
        color: #2D2D2B;
        font-size: 13px;
        letter-spacing: 2px;
        text-transform: uppercase;
        padding-bottom: 5px; }
      .footer .footer__flex .footer__flex-item ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        max-width: 300px; }
        .footer .footer__flex .footer__flex-item ul li {
          color: #2D2D2B;
          opacity: .8;
          text-decoration: none;
          font-size: 14px; }
      .footer .footer__flex .footer__flex-item .footer__flex-form {
        border: 1px solid white;
        display: flex;
        flex-direction: row;
        background-color: white;
        margin: 15px 0px;
        flex-wrap: nowrap;
        max-width: 300px;
        position: relative;
        align-items: center; }
        .footer .footer__flex .footer__flex-item .footer__flex-form .footer__flex-email {
          font-family: 'Oswald', sans-serif;
          font-weight: 300;
          color: #2D2D2B;
          font-size: 12px;
          letter-spacing: 0px;
          background-color: white;
          border: none;
          border-radius: 0;
          padding: 10px; }
        .footer .footer__flex .footer__flex-item .footer__flex-form .footer__flex-email:focus {
          color: #2D2D2B;
          border-color: #D8D8D0;
          outline: 0;
          box-shadow: 0 0 0 0.25rem #D8D8D0; }
        .footer .footer__flex .footer__flex-item .footer__flex-form .footer__flex-button {
          background-color: #D8D8D0;
          font-family: 'Oswald', sans-serif;
          font-weight: 300;
          color: white;
          font-size: 12px;
          letter-spacing: 3px;
          padding: 10px 15px;
          text-transform: uppercase;
          border-radius: 0;
          border: none;
          margin: 0;
          right: 0;
          position: absolute; }
        .footer .footer__flex .footer__flex-item .footer__flex-form .footer__flex-button:hover {
          color: #D8D8D0;
          background-color: white; }

.backtotop {
  position: fixed;
  right: 20px;
  bottom: 20px; }
  .backtotop a img {
    width: 50px;
    transition: all 0.4s; }
  .backtotop a img:hover {
    width: 60px; }

@media only screen and (min-width: 768px) {
  .footer .footer__flex {
    flex-wrap: wrap;
    justify-content: start;
    align-items: flex-start; } }

@media only screen and (min-width: 1024px) {
  .footer .footer__flex {
    justify-content: space-around;
    flex-wrap: nowrap; } }

/* ------nosotros------ */
.nosotros {
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.overlapse {
  width: 100%;
  max-width: 900px;
  display: flex;
  margin: 75px 0px;
  padding: 30px;
  gap: 100px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: -10;
  background-color: #9B9A8E; }

.left {
  width: 100%;
  height: 600px;
  margin: -150px; }

.overlapse-image-one {
  background: url(../img/galeria_23.jpg) no-repeat center/cover; }

.overlapse-image-two {
  background: url(../img/galeria_13.jpg) no-repeat center/cover;
  z-index: -1; }

.overlapse-image-three {
  background: url(../img/galeria_24.jpg) no-repeat center/cover; }

.overlapse-text {
  width: 80%;
  margin-top: -100px;
  min-height: 400px;
  background-color: white;
  display: flex;
  align-items: center;
  list-style-type: none;
  text-align: center;
  padding: 20px; }

@media only screen and (min-width: 1024px) {
  .overlapse-row {
    flex-direction: row; }
  .overlapse-rowreverse {
    flex-direction: row-reverse; }
  .left {
    width: 60%; }
  .text-right {
    width: 50%;
    margin: 0;
    margin-left: -100px; }
  .text-left {
    width: 50%;
    margin: 0;
    margin-right: -100px; }
  .overlapse {
    margin: 100px 0px; } }

/* ------habitaciones------ */
.item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative; }
  .item div img {
    background-color: #EDE9DE; }
  .item .item-text {
    font-family: 'Lora', serif;
    font-weight: 200;
    color: white;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 10px 0px;
    width: 90px;
    text-align: center;
    top: 50%;
    margin: auto; }

.icon {
  height: 50px; }

.carousel-bg {
  background-color: #9B9A8E;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0; }

.carousel-size {
  max-width: 1024px;
  padding: 60px 0px 30px 0px; }

.image-description {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 20px; }
  .image-description h4 {
    padding: 5px 0px 10px 40px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #2D2D2B;
    font-size: 18px;
    letter-spacing: 2px;
    border-bottom: 2px solid #D8D8D0; }
  .image-description .hab-description {
    list-style-type: disc;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #2D2D2B;
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 180%;
    opacity: .9; }

.reservar {
  background-color: #9B9A8E;
  display: block;
  padding: 10px;
  text-align: center; }
  .reservar a {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: white;
    font-size: 16px;
    letter-spacing: 2px;
    display: block;
    text-decoration: none;
    padding: 5px;
    text-transform: uppercase; }

.reservar:hover {
  background-color: #D8D8D0;
  cursor: pointer; }

.habitaciones {
  background-color: white; }

.rooms {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  gap: 20px; }

.card {
  background-color: white; }

#hab-container {
  padding: 40px; }

h4 {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #2D2D2B;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 40px 40px 0px 40px; }

@media only screen and (min-width: 768px) {
  #habitaciones {
    width: 100vw;
    height: 100vh; }
  #hab-container {
    flex-direction: row;
    padding: 40px;
    gap: 20px; }
  .rooms {
    flex-direction: row;
    justify-content: space-evenly; } }

/* ------restaurant------ */
#restaurant {
  background: white; }

.section_presentation {
  border-bottom: 1.5px dotted #D8D8D0;
  padding: 0 0 10px;
  margin: 0px 75px;
  display: flex;
  justify-content: center; }
  .section_presentation img {
    height: 180px;
    padding-top: 20px; }

.section_text {
  list-style-type: none;
  text-align: center;
  padding: 30px;
  font-family: 'Lora', serif;
  font-weight: 200;
  color: #2D2D2B;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 200%;
  transition: .5s ease;
  opacity: .8; }

.container_gallery {
  position: relative;
  column-count: 1;
  padding: 25px;
  width: auto;
  margin: auto;
  max-width: 1080px; }

.image {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  overflow: hidden; }

.img {
  position: relative;
  width: 100%;
  transition: 0.25s ease-in-out; }

.image:hover img {
  transform: scale(1.03);
  opacity: .9; }

.accordion-button {
  color: #2D2D2B; }

.accordion-button:not(.collapsed) {
  color: white;
  background-color: #D8D8D0;
  box-shadow: inset 0 -1px 0 #9B9A8E; }

.accordion-button:focus {
  border-color: #D8D8D0;
  box-shadow: none; }

.accordion-button:not(.collapsed)::after {
  background-image: none; }

.accordion-body {
  padding: 0rem 1.25rem; }

.accordion-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #2D2D2B;
  font-size: 13px;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-left: 30px; }

.accordion-title:hover {
  cursor: pointer; }

.menu-detail {
  border-bottom: 1.5px dotted #D8D8D0;
  display: flex;
  flex-direction: column;
  padding-left: 20px; }
  .menu-detail h5 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #2D2D2B;
    font-size: 13px;
    letter-spacing: 4px;
    padding-top: 20px;
    text-transform: uppercase; }
  .menu-detail p {
    font-family: 'Lora', serif;
    font-weight: 200;
    color: #2D2D2B;
    font-size: 14px;
    letter-spacing: 1px; }

.menu-optional {
  text-align: center; }
  .menu-optional div {
    background-color: #D8D8D0;
    opacity: .5;
    z-index: -1; }
  .menu-optional p {
    font-family: 'Lora', serif;
    font-weight: 200;
    color: #2D2D2B;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 20px; }

@media only screen and (min-width: 768px) {
  .container_gallery {
    column-count: 2; }
  .container-accordion {
    width: auto;
    margin: auto;
    max-width: 1080px; } }

@media only screen and (min-width: 1024px) {
  .body-grid {
    position: relative;
    column-count: 2;
    padding: 10px 25px 0px 25px;
    width: auto;
    margin: auto;
    max-width: 1080px; }
  .menu-detail {
    padding-left: 0px; } }

/* ------galeria------ */
.gallery-gap {
  padding-top: 15px; }

.gallery-colums {
  column-count: 1; }

@media only screen and (min-width: 768px) {
  .gallery-colums {
    column-count: 2; } }

@media only screen and (min-width: 861px) {
  .gallery-colums {
    column-count: 3; } }

/* ------ubicacion------ */
.section_list {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #2D2D2B;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 0px;
  text-transform: uppercase;
  text-align: center;
  opacity: .8;
  list-style-type: none; }

.section_container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0; }

.map {
  width: 100%;
  height: 0;
  padding-top: 20px;
  padding-bottom: 56.25%;
  position: relative; }

.map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0 10px 50px 10px; }

@media only screen and (min-width: 480px) {
  .section_text {
    padding-left: 75px;
    padding-right: 75px; }
  .map iframe {
    padding: 0 50px 50px 50px; } }

@media only screen and (min-width: 768px) {
  .section_text {
    padding-left: 100px;
    padding-right: 100px; } }

@media only screen and (min-width: 1024px) {
  .section_grid {
    display: grid;
    grid-template-columns: 1fr 1fr; }
  .map {
    columns: 2;
    padding-top: 50px;
    margin-bottom: 50px; } }

/* ------reservas------ */
.reservas {
  background-color: white; }
  .reservas p {
    font-family: 'Lora', serif;
    font-weight: 200;
    color: #2D2D2B;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 2;
    padding: 0 20px;
    text-align: justify; }

.formpd {
  padding: 0px 12px 50px 12px; }

.formbg {
  background-color: #9B9A8E;
  max-width: 1080px;
  padding: 30px;
  width: auto;
  margin: auto; }

.form-floating {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #2D2D2B;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase; }

.form-control {
  font-weight: 200;
  color: #2D2D2B;
  background-color: white;
  border: 1px solid #D8D8D0;
  border-radius: 0; }

.form-control:focus {
  color: #2D2D2B;
  border-color: #D8D8D0;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #D8D8D0; }

.btn-primary--form {
  background-color: white;
  display: block;
  margin: auto;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #2D2D2B;
  font-size: 14px;
  letter-spacing: 4px;
  padding: 15px 20px;
  text-transform: uppercase; }

.col-12 {
  margin-top: 10px; }

.btn:hover {
  color: white; }

.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: #D8D8D0; }

.btn {
  line-height: 1;
  cursor: pointer;
  font-size: 1rem;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.btn-primary {
  color: #2D2D2B;
  background-color: #D8D8D0;
  border-color: #EDE9DE; }

.btn-primary:hover {
  color: white;
  background-color: #D8D8D0;
  border-color: #EDE9DE; }

.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: white;
  background-color: #D8D8D0;
  border-color: #EDE9DE;
  box-shadow: 0 0 0 0.25rem #2D2D2B; }

.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: white;
  background-color: #D8D8D0;
  border-color: #EDE9DE; }

.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem #D8D8D0; }

.btn-primary:disabled, .btn-primary.disabled {
  color: white;
  background-color: #D8D8D0;
  border-color: #EDE9DE; }

.conditions {
  background-color: #D8D8D0;
  display: block;
  justify-content: center; }

.mediosdepago {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px; }
  .mediosdepago img {
    margin: 10px 0px; }

.text {
  font-family: 'Lora', serif;
  font-weight: 200;
  color: #2D2D2B;
  font-size: 14px;
  letter-spacing: 0px;
  list-style-type: none;
  padding-top: 20px;
  line-height: 200%;
  transition: .5s ease;
  opacity: .8; }

.accordion-gap {
  padding-bottom: 20px; }

@media only screen and (min-width: 768px) {
  .reservas {
    flex-direction: row; }
  .body-grid--2 {
    position: relative;
    padding: 0px 25px;
    width: auto;
    margin: auto;
    max-width: 1080px; }
  .mediosdepago {
    flex-direction: row; }
    .mediosdepago img {
      padding: 0 20px; } }
