.prompt-thin {
  font-family: "Prompt", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.prompt-extralight {
  font-family: "Prompt", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.prompt-light {
  font-family: "Prompt", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.prompt-regular {
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.prompt-medium {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.prompt-semibold {
  font-family: "Prompt", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.prompt-bold {
  font-family: "Prompt", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.prompt-extrabold {
  font-family: "Prompt", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.prompt-black {
  font-family: "Prompt", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.container {
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}

.cont-850 {
  max-width: 880px;
}

.cont-950 {
  max-width: 980px;
}

.cont-1090 {
  max-width: 1185px;
}

.cont-1100 {
  max-width: 1130px;
}

.cont-1170 {
  max-width: 1200px;
}

.cont-1300 {
  max-width: 1345px;
}

.cont-1900 {
  max-width: 1920px;
}

.cont-1400 {
  max-width: 1400px;
}

.admin-bar .c-header {
  top: 32px;
  transition: 0.6s all;
}

.solomovil {
  display: none;
}

/* normalize */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: "markpro";
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
html ::-webkit-scrollbar {
  width: 6px;
}
html ::-webkit-scrollbar-track {
  background: #888;
}
html ::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 5px;
}
html ::-webkit-scrollbar-thumb:hover {
  background: #222;
}

/**
   * Remove default margin.
   */
body {
  margin: 0;
  background: #FCF9F5;
}

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
picture,
section,
summary {
  display: block;
}

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none;
}

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold;
}

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic;
}

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000;
}

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0;
  height: auto;
  max-width: 100%;
}

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px;
}

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  box-sizing: content-box;
  height: 0;
}

#cargando {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 8, 0.5019607843);
  z-index: 99999;
  display: none;
}

#cargando svg {
  position: absolute;
  display: flex;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto;
}

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible;
}

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none;
}

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal;
}

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type=checkbox]:not(#rememberme) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
}
input[type=checkbox]:not(#rememberme):before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  transition: all 0.5s;
  background: url("../images/icon-checkbox.svg") no-repeat center;
  background-size: cover;
  margin-right: 7px;
  top: 2px;
}
input[type=checkbox]:not(#rememberme):checked:before {
  background: url("../images/icon-checked.svg") no-repeat center;
  background-size: cover;
}

input[type=checkbox].filtrar {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
}
input[type=checkbox].filtrar:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  transition: all 0.5s;
  background: url("../images/icon-checkbox2.svg") no-repeat center;
  margin-right: 7px;
  background-size: cover;
  top: 0;
}
input[type=checkbox].filtrar:checked:before {
  background: url("../images/icon-checked2.svg") no-repeat center;
  background-size: cover;
}

input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
}
input[type=radio]:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
  transition: all 0.5s;
  background: url("../images/icon-radio.svg") no-repeat center;
  background-size: cover;
  top: 2px;
}
input[type=radio]:checked:before {
  background: url("../images/icon-radioselect.svg") no-repeat center;
  background-size: cover;
}

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * Define consistent border, margin, and padding.
   */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto;
}

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold;
}

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body,
html {
  overflow-x: hidden;
  margin: 0;
}

* {
  box-sizing: border-box;
}

a,
button,
div,
h1,
h2,
h3,
h4,
h5,
h6,
input,
label,
li,
p,
select,
span,
td,
textarea {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

li,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a,
button,
input[type=submit] {
  display: inline-block;
  text-decoration: none;
  transition: all 0.5s;
}
a:hover,
button:hover,
input[type=submit]:hover {
  text-decoration: none;
}

a,
article,
div,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
section,
span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

figure {
  margin: 0;
  display: block;
}

a,
input {
  text-decoration: none;
  outline: 0;
}
a:focus, a:hover,
input:focus,
input:hover {
  text-decoration: none;
  outline: 0;
}

input,
select,
textarea {
  border-radius: 0;
}

body {
  background-color: white;
}
body.home {
  background-color: white;
}

header.c-header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1254901961);
}

@media only screen and (max-width: 992px) {
  header.c-header {
    padding-left: 0;
    padding-right: 0;
  }
}
header.c-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
header.c-header .container.onlyMobile {
  display: none;
}
@media only screen and (max-width: 992px) {
  header.c-header .container.desktop {
    display: none;
  }
  header.c-header .container.onlyMobile {
    display: flex;
    position: relative;
  }
}
header.c-header .container .izda {
  padding: 10px 0;
}
header.c-header .container .izda a {
  width: 70px;
  height: 70px;
}
@media only screen and (max-width: 992px) {
  header.c-header .container .izda a {
    width: 50px;
    height: 50px;
  }
}
header.c-header .container .izda a img {
  object-fit: contain;
}
header.c-header .container .dcha.menu svg {
  width: 30px;
  height: 30px;
}
header.c-header .container .dcha.menu .cerrar {
  display: none;
}
header.c-header .container .dcha .idioma {
  width: max-content;
}
header.c-header .container .dcha .idioma .wpml-ls-legacy-dropdown {
  width: auto;
}
header.c-header .container .dcha .idioma .wpml-ls-legacy-dropdown-click {
  width: auto;
}
header.c-header .container .dcha .idioma a {
  background-color: transparent;
  border: none;
  width: max-content;
  transition: none;
}
header.c-header .container .dcha .idioma a span {
  color: #000;
  font-family: "markpro";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #7d7d7d;
  color: #000;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Prompt", sans-serif;
}
header.c-header .container .dcha .idioma a::after {
  color: #000;
  top: calc(50% - 0.3em);
}
header.c-header .container .dcha .idioma .wpml-ls-sub-menu li {
  background-color: white;
}
header.c-header .container .dcha .idioma .wpml-ls-sub-menu a span {
  color: #434343;
}
header.c-header .container .center #menu nav ul {
  display: flex;
  gap: 30px;
}
header.c-header .container .center #menu nav ul li {
  position: relative;
  padding: 5px 0;
  width: max-content;
}
header.c-header .container .center #menu nav ul li.menu-item-has-children::after{
  content: "▼";
  cursor: pointer;
}
header.c-header .container .center #menu nav ul li.menu-item-has-children:hover .sub-menu{
  display: flex;
}
header.c-header .container .center #menu nav ul li .sub-menu {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 0px;
  box-shadow: 0 0 5px #00000050;
  background-color: white;
  width: max-content;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  display: none;
}
header.c-header .container .center #menu nav ul li .sub-menu li {
  padding: 5px 10px;
}
header.c-header .container .center #menu nav ul li .sub-menu li a {
  width: 100%;
}
header.c-header .container .center #menu nav ul li a {
  font-family: "Prompt", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  letter-spacing: 1px;
  transition: 0.6s all;
  text-transform: uppercase;
}
header.c-header .container .desplegable {
  position: absolute;
  height: 100vh;
  left: -100%;
  top: 72px;
  background-color: #fff;
  width: 100%;
  transition: all 0.6s;
}
header.c-header .container .desplegable .center #menu nav ul li {
    position: relative;
    padding: 5px 0;
}
header.c-header .container .desplegable .center #menu nav ul li.menu-item-has-children>a::after{
  content: "▼";
  cursor: pointer;
  padding-left: 5px;
}
header.c-header .container .desplegable .center #menu nav ul li.menu-item-has-children::after{
  content: "";
}
header.c-header .container .desplegable .center #menu nav ul li.menu-item-has-children:hover .sub-menu{
  display: flex;
}
header.c-header .container .desplegable .center #menu nav ul li .sub-menu {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0px;
  box-shadow: unset;
  background-color: white;
  width: max-content;
  left: 0;
  top: 0;
  transform: translateX(0%);
  gap: 20px;
  margin-top: 30px;
  display: none;
}
header.c-header .container .desplegable .center #menu nav ul li .sub-menu li {
  padding: 5px 10px;
}
header.c-header .container .desplegable .center {
  padding-top: 30px;
}
header.c-header .container .desplegable .center #menu nav {
  padding: 0 20px;
}
header.c-header .container .desplegable .center #menu nav .top-nav {
  display: flex;
  flex-direction: column;
}
header.c-header .container .desplegable .center .idioma {
  display: flex;
  justify-content: flex-start;
  margin-top: 50px;
  padding: 0 20px;
}
header.c-header .container .desplegable .center .idioma .wpml-ls-legacy-dropdown-click {
  width: max-content;
}

#bannervideo {
  margin-top: 93px;
}
#bannervideo .contenedor {
  position: relative;
  padding: 0;
}
#bannervideo .contenedor .video-container {
  position: relative;
  width: 100%;
  height: 84vh;
  overflow: hidden;
}
#bannervideo .contenedor .video-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 57.25vw;
  width: 100vw;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
#bannervideo .contenedor .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
#bannervideo .contenedor .text h1 {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  font-size: 25px;
  color: #fff;
  text-align: left;
  line-height: 1.2;
  animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
  text-shadow: 1px 0 black;
}
#bannervideo .contenedor .text p {
  font-family: "Prompt", sans-serif;
  font-size: 70px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  line-height: 1.2;
  animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
  margin: 0;
  text-shadow: 1px 0 black;
}

#texticons {
  padding-top: 191px;
  background-color: #F9F9F7;
  padding-bottom: 30px;
}
#texticons.cabecera {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 20px;
}
#texticons.first {
  padding-top: 290px;
}
#texticons .container p.over {
  font-family: "Prompt", sans-serif;
  font-weight: 600;
  font-size: 90px;
  color: rgba(230, 230, 230, 0.5019607843);
  text-align: center;
  line-height: 21px;
  margin: -14px 0;
}
#texticons .container h2 {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  color: #000;
  text-align: center;
  font-size: 40px;
  line-height: 1.325em;
  margin-bottom: 25px;
  margin-top: 20px;
}
#texticons .container p.normal {
  line-height: 31px;
  text-align: center;
  font-size: 18px;
  color: #484848;
  font-weight: 300;
  font-family: "Prompt", sans-serif;
  padding: 0 30px;
  max-width: 878px;
  margin: auto;
}
#texticons .container a.carta {
  line-height: 35px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  font-family: "Prompt", sans-serif;
  padding: 0 50px;
  display: flex;
  background-color: #1c231f;
  border-radius: 15px;
  margin: auto;
  margin-top: 40px;
  width: max-content;
  transition: 0.6s all;
}
#texticons .container .separador {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
#texticons .container .separador .carta{
  margin: initial;
  margin-top: 40px;
}
#texticons .container a.carta:hover {
  color: #fff;
  background-color: #000;
}
#texticons .container p.normal.mb {
  margin-bottom: 15px;
}
#texticons .container .icons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
}
#texticons .container .icons .icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border-right: 1px solid #e6e6e6;
}
#texticons .container .icons a:last-child .icon:last-child {
  border-right: none;
}
#texticons .container .icons a .icon svg {
  transition: transform 0.3s ease;
}
#texticons .container .icons a:hover .icon svg{
  transform: translateY(-10px);
}
#texticons .container .icons .icon svg {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 12px;
  min-height: 70px;
}
#texticons .container .icons .icon h6 {
  font-size: 18px;
  color: #333;
  margin: 0;
  text-align: center;
  font-family: "Prompt", sans-serif;
}

#threeCats {
  padding-top: 20px;
  background-color: #F9F9F7;
  padding-bottom: 70px;
}
#threeCats .container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
#threeCats .container .cat:hover .fondo img {
  transform: scale(1.2);
}
#threeCats .container .cat .fondo {
  height: 320px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}
#threeCats .container .cat .fondo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s all;
}
#threeCats .container .cat p {
  font-family: "Prompt", sans-serif;
  font-size: 15px;
  text-align: center;
  color: #484848;
}
#threeCats .container .cat h4 {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 25px;
  text-align: center;
  margin-bottom: 12px;
  margin-top: 28px;
}

#activity {
  padding-top: 110px;
  padding-bottom: 70px;
}
#activity.inverse {
  padding-top: 40px;
  padding-bottom: 40px;
}
#activity.nopadding {
  padding-top: 40px;
  padding-bottom: 40px;
}
#activity.inverse .container .left {
  order: 2;
}
#activity.inverse .container .right {
  order: 1;
}
#activity.inverse .container .left p.over {
  text-align: left;
}
#activity.inverse .container .left h2 {
  text-align: left;
}
#activity.inverse .container .right .icons .icon h6 {
  text-align: right;
  width: 100%;
}
#activity.inverse .container .right .icons .icon p {
  text-align: right;
}
#activity .container {
  display: flex;
  align-items: center;
  gap: 80px;
}
#activity .container .left {
  width: 50%;
}
#activity .container .left p.over {
  font-family: "Prompt", sans-serif;
  font-weight: 600;
  font-size: 90px;
  color: rgba(230, 230, 230, 0.5019607843);
  text-align: right;
  line-height: 21px;
  margin: -14px 0;
}
#activity .container .left h2 {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  color: #000;
  text-align: right;
  font-size: 30px;
  line-height: 1.325em;
  margin-bottom: 25px;
  margin-top: 20px;
}
#activity .container .left .fondo {
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}
#activity .container .left .fondo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s all;
}
#activity .container .right {
  width: 50%;
}
#activity .container .right .icons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
#activity .container .right .icons .icon {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#activity .container .right .icons .icon:nth-child(even) {
  margin-top: 60px;
}
#activity .container .right .icons .icon svg {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 12px;
}
#activity .container .right .icons .icon h6 {
  font-size: 25px;
  color: #000;
  margin: 0;
  text-align: left;
  font-family: "Prompt", sans-serif;
}
#activity .container .right .icons .icon p {
  font-family: "Prompt", sans-serif;
  font-size: 15px;
  text-align: left;
  color: #484848;
}

#bannervideocheck .contenedor {
  position: relative;
  padding: 0;
}
#bannervideocheck .contenedor .video-container {
  position: relative;
  width: 100%;
  height: 550px;
  overflow: hidden;
}
#bannervideocheck .contenedor .video-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 57.25vw;
  width: 100vw;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
#bannervideocheck .contenedor .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
#bannervideocheck .contenedor .text h4 {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  font-size: 60px;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
  margin-bottom: 30px;
}
#bannervideocheck .contenedor .text a {
  font-family: "Prompt", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background-color: #345E41;
  border: none;
  padding: 15px 50px;
  line-height: 1.2;
  animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
  margin: auto;
  display: flex;
  width: max-content;
  text-transform: uppercase;
}
#bannervideocheck .contenedor .text a:hover {
  background-color: #2c4e36;
}

#resenas {
  padding-top: 140px;
  padding-bottom: 100px;
}
#resenas .container .resenas {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}
#resenas .container .masresenas {
  display: flex;
  margin: auto;
  margin-top: 70px;
  color: #fff;
  text-align: center;
  background-color: #345E41;
  border: none;
  padding: 15px 50px;
  line-height: 1.2;
  width: max-content;
  font-family: "Prompt", sans-serif;
  font-size: 18px;
}
#resenas .container .resenas .resena .stars {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-bottom: 30px;
}
#resenas .container .resenas .resena .stars .star-item {
  stroke: #000;
}
#resenas .container .resenas .resena .stars .empty {
  fill: white;
}
#resenas .container .resenas .resena p {
  font-family: "Prompt", sans-serif;
  font-size: 18px;
  text-align: center;
  color: rgba(62, 62, 62, 0.9019607843);
}
#resenas .container .resenas .resena .dark {
  color: #000;
  margin-top: 20px;
}

#rooms {
  padding-top: 150px;
  background-color: #fff;
  padding-bottom: 70px;
}
#rooms .container .up {
  display: flex;
  align-items: center;
  gap: 130px;
}
#rooms .container .up .left {
  width: 50%;
}
#rooms .container .up .left p.over {
  font-family: "Prompt", sans-serif;
  font-weight: 600;
  font-size: 110px;
  color: rgba(230, 230, 230, 0.5019607843);
  text-align: right;
  line-height: 21px;
  margin: 0;
}
#rooms .container .up .left h2 {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  color: #000;
  text-align: right;
  font-size: 30px;
  line-height: 1.325em;
  margin-bottom: 25px;
  margin-top: 20px;
}
#rooms .container .up .right {
  width: 50%;
}
#rooms .container .up .right p.normal {
  line-height: 31px;
  text-align: right;
  font-size: 18px;
  color: #484848;
  font-weight: 300;
  font-family: "Prompt", sans-serif;
  margin: auto;
}
#rooms .container .down {
  margin-top: 80px;
}
#rooms .container .down .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
#rooms .container .down .grid .productTile a .imagen {
  overflow: hidden;
  height: 450px;
  width: 100%;
  margin-bottom: 20px;
}
#rooms .container .down .grid .productTile a .imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s all;
}
#rooms .container .down .grid .productTile a .titulo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#rooms .container .down .grid .productTile a .titulo h2 {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 25px;
  text-align: left;
  margin-bottom: 12px;
}
#rooms .container .down .grid .productTile a .titulo p {
  font-family: "Prompt", sans-serif;
  font-size: 14px;
  text-align: right;
  color: #3e3e3e;
  margin: 0;
}
#rooms .container .down .grid .productTile a .datos p {
  font-family: "Prompt", sans-serif;
  font-size: 18px;
  text-align: left;
  color: #3e3e3e;
}
#rooms .container .down .grid .productTile .separado {
  margin-top: 20px;
  border-top: 1px solid rgba(153, 153, 153, 0.5803921569);
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
#rooms .container .down .grid .productTile .separado .right a {
  font-family: "Prompt", sans-serif;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
}
#rooms .container .down .grid .productTile .separado .right a svg {
  margin-left: 6px;
}

#check {
  padding-top: 150px;
  padding-bottom: 70px;
}
#check .container p.over {
  font-family: "Prompt", sans-serif;
  font-weight: 600;
  font-size: 110px;
  color: rgba(230, 230, 230, 0.5019607843);
  text-align: left;
  line-height: 21px;
  margin: 0;
}
#check .container h2 {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  color: #000;
  text-align: left;
  font-size: 40px;
  line-height: 1.325em;
  margin-bottom: 25px;
  margin-top: 10px;
}
#check .container .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-top: 70px;
}
#check .container .grid .element {
  margin-bottom: 30px;
}
#check .container .grid .element .title h4 {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 20px;
  text-align: left;
  margin-bottom: 12px;
  margin-top: 0px;
  display: flex;
  align-items: flex-end;
}
#check .container .grid .element .title h4 svg {
  margin-right: 10px;
}
#check .container .grid .element .text p {
  font-family: "Prompt", sans-serif;
  font-size: 15px;
  text-align: left;
  color: #484848;
}

#parallax {
  padding-top: 20px;
  padding-bottom: 70px;
  position: relative;
}
#parallax .fondo {
  background-image: url("../images/escuchas.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: 700px;
}
#parallax .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#parallax .container h5 {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  color: #fff;
  text-align: left;
  font-size: 60px;
  line-height: 1.325em;
}

#blog {
  padding-top: 100px;
  padding-bottom: 70px;
}
#blog .container p.over {
  font-family: "Prompt", sans-serif;
  font-weight: 600;
  font-size: 110px;
  color: rgba(230, 230, 230, 0.5019607843);
  text-align: left;
  line-height: 21px;
  margin: 0;
}
#blog .container h4 {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  color: #000;
  text-align: left;
  font-size: 40px;
  line-height: 1.325em;
  margin-bottom: 25px;
  margin-top: 10px;
}
#blog .container .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-top: 70px;
}
#blog .container .grid .post .imagen {
  overflow: hidden;
  height: 300px;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
#blog .container .grid .post a {
  width: 100%;
}
#blog .container .grid .post .imagen .fecha {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #345E41;
  color: white;
  padding: 15px 20px;
  font-family: "Prompt", sans-serif;
  font-size: 18px;
}
#blog .container .grid .post .imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s all;
}
#blog .container .grid .post h3 {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 30px;
  text-align: left;
  margin-bottom: 12px;
  margin-top: 0px;
}
#blog .container .grid .post p {
  font-family: "Prompt", sans-serif;
  font-size: 15px;
  text-align: left;
  color: #484848;
}
#blog .container .grid .post .enlace {
  margin-top: 20px;
  color: #000;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 500;
}
#blog .container .grid .post .enlace svg {
  margin-left: 10px;
}
#blog .container .o-listado__pag {
  margin: 40px 0;
}
#blog .container .o-listado__pag .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
#blog .container .o-listado__pag .pagination .page-numbers {
  display: flex;
  gap: 15px;
}
#blog .container .o-listado__pag .pagination .page-numbers .page-numbers {
  font-family: "Prompt", sans-serif;
  font-size: 18px;
  color: #303030;
}
#blog .container .o-listado__pag .pagination .page-numbers .page-numbers:hover {
  color: #000;
}
#blog .container .o-listado__pag .pagination .page-numbers .prev {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 1px;
}
#blog .container .o-listado__pag .pagination .page-numbers .prev::before {
  content: url("../images/arrowl.png");
}
#blog .container .o-listado__pag .pagination .page-numbers .next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 1px;
}
#blog .container .o-listado__pag .pagination .page-numbers .next::before {
  content: url("../images/arrow.png");
}
#blog .container .o-listado__pag .pagination .page-numbers .current {
  color: #000;
}
#blog .container .o-listado__pag .pagination .page-numbers .current :hover {
  color: #000;
}

.cargando {
  width: 65px;
  height: auto;
  display: none;
  margin: auto;
}
.cargando svg {
  width: 100%;
  height: auto;
}

footer.c-pie {
  background-color: #1c231f;
  padding-top: 80px;
}
footer.c-pie .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer.c-pie .container .arriba {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  align-items: flex-start;
  margin-bottom: 30px;
}
footer.c-pie .container .arriba .thiis .title {
  font-family: "Prompt", sans-serif;
  font-size: 20px;
  text-align: left;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 500;
}
footer.c-pie .container .arriba .thiis p {
  font-family: "Prompt", sans-serif;
  font-size: 16px;
  text-align: left;
  color: #bcbcbc;
}
footer.c-pie .container .arriba .thiis .title2 {
  font-family: "Prompt", sans-serif;
  font-size: 20px;
  text-align: left;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 500;
  margin-top: 30px;
}
footer.c-pie .container .arriba .thiis .social {
  display: flex;
  gap: 20px;
  margin-top: 26px;
}
footer.c-pie .container .arriba .thiis .social img {
  filter: brightness(4);
}
footer.c-pie .container .arriba .contact .title,
footer.c-pie .container .arriba .enlaces .title {
  font-family: "Prompt", sans-serif;
  font-size: 20px;
  text-align: left;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 500;
}
footer.c-pie .container .arriba .contact p,
footer.c-pie .container .arriba .enlaces p {
  font-family: "Prompt", sans-serif;
  font-size: 16px;
  text-align: left;
  color: #bcbcbc;
  margin-bottom: 10px;
}
footer.c-pie .container .arriba .contact a.map,
footer.c-pie .container .arriba .enlaces a.map {
  font-family: "Prompt", sans-serif;
  font-size: 15px;
  text-align: left;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 500;
  margin-top: 50px;
  text-transform: uppercase;
  display: block;
}
footer.c-pie .container .arriba .contact a.map svg,
footer.c-pie .container .arriba .enlaces a.map svg {
  margin-left: 10px;
  fill: white;
}
footer.c-pie .container .arriba .contact a,
footer.c-pie .container .arriba .enlaces a {
  font-family: "Prompt", sans-serif;
  font-size: 16px;
  text-align: left;
  color: #bcbcbc;
  margin-bottom: 10px;
  display: block;
}
footer.c-pie .container .abajo {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  gap: 20px;
  width: 100%;
  padding-top: 50px;
  border-top: 1px solid #3e3e3e;
  margin-top: 50px;
}
footer.c-pie .container .abajo .privacy {
  display: flex;
  align-items: center;
  gap: 12px;
}
footer.c-pie .container .abajo .privacy a {
  font-family: "Prompt", sans-serif;
  font-size: 15px;
  color: #bcbcbc;
}
footer.c-pie .container .abajo .privacy p {
  font-family: "Prompt", sans-serif;
  font-size: 15px;
  color: #bcbcbc;
}
footer.c-pie .container .abajo .credits p {
  font-family: "Prompt", sans-serif;
  font-size: 15px;
  color: #bcbcbc;
}
footer.c-pie .container .medio p{
  font-family: "Prompt", sans-serif;
  font-size: 15px;
  color: #bcbcbc;
}
#bannerpaginas {
  padding-top: 100px;
  padding-bottom: 70px;
  position: relative;
}
#bannerpaginas .fondo {
  background-image: url("../images/escuchas.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
}
#bannerpaginas .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#bannerpaginas .container h1 {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  color: #fff;
  text-align: center;
  font-size: 50px;
  line-height: 1.325em;
}

#bannerrestaurante {
  padding-top: 100px;
  padding-bottom: 70px;
  position: relative;
}
#bannerrestaurante .fondo {
  background-image: url("../images/Restaurante.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
}
#bannerrestaurante .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#bannerrestaurante .container h1 {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  color: #fff;
  text-align: center;
  font-size: 50px;
  line-height: 1.325em;
}

#bannergalerias {
  padding-top: 100px;
  padding-bottom: 70px;
  position: relative;
}
#bannergalerias .fondo {
  background-image: url("../images/sunset.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
}

#bannergalerias.piscina .fondo {
  background-image: url("../images/Piscina.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
}

#bannergalerias .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#bannergalerias .container h1 {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  color: #fff;
  text-align: center;
  font-size: 50px;
  line-height: 1.325em;
}

#bannerblog {
  margin-top: 100px;
  padding-bottom: 0px;
  position: relative;
}
#bannerblog .fondo {
  background-image: url("../images/blog.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
}
#bannerblog .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#bannerblog .container h1 {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  color: #fff;
  text-align: center;
  font-size: 50px;
  line-height: 1.325em;
}

#bannercontacto {
  margin-top: 100px;
  padding-bottom: 0px;
  position: relative;
}
#bannercontacto .fondo {
  background-image: url("../images/contacto.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
}
#bannercontacto .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#bannercontacto .container h1 {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  color: #fff;
  text-align: center;
  font-size: 50px;
  line-height: 1.325em;
}

#bannerhabitaciones {
  margin-top: 100px;
  padding-bottom: 50px;
  position: relative;
}
#bannerhabitaciones.padding10 {
  margin-top: 70px;
  padding-bottom: 10px;
  position: relative;
}
#bannerhabitaciones .mio .swiper-wrapper .swiper-slide {
  height: 530px;
}
#bannerhabitaciones .mio .swiper-wrapper .swiper-slide a {
  width: 100%;
  height: 100%;
}
#bannerhabitaciones .mio .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#bannerhabitaciones .mio .swiper-button-prev,
#bannerhabitaciones .mio .swiper-button-next {
  color: white;
}
#bannerhabitaciones .restaurante .swiper-wrapper .swiper-slide {
  height: 530px;
}
#bannerhabitaciones .restaurante .swiper-wrapper .swiper-slide a {
  width: 100%;
  height: 100%;
}
#bannerhabitaciones .restaurante .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#bannerhabitaciones .restaurante .swiper-button-prev,
#bannerhabitaciones .restaurante .swiper-button-next {
  color: white;
}

#detalle {
  padding-top: 30px;
  padding-bottom: 50px;
}
#detalle .container {
  display: grid;
  grid-template-columns: 65% 1fr;
  gap: 50px;
}
#detalle .container .left h1 {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  color: #000;
  text-align: left;
  font-size: 50px;
  line-height: 1.325em;
  margin-bottom: 5px;
}
#detalle .container .left .data {
  font-family: "Prompt", sans-serif;
  font-size: 15px;
  text-align: left;
  color: #484848;
  margin-bottom: 20px;
}
#detalle .container .left p {
  font-family: "Prompt", sans-serif;
  font-size: 15px;
  text-align: left;
  color: #3e3e3e;
  line-height: 1.73em;
  margin-bottom: 20px;
}
#detalle .container .left p a{ 
  color: #345E41;
}
#detalle .container .left .title {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  color: #000;
  text-align: left;
  font-size: 30px;
  line-height: 1.325em;
  margin-bottom: 35px;
  margin-top: 50px;
}
#detalle .container .left .grid {
  grid-template-columns: 1fr 1fr;
  display: grid;
  gap: 50px;
  align-items: center;
}
#detalle .container .left .grid .column .title {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  color: #000;
  text-align: left;
  font-size: 16px;
  line-height: 1.325em;
  margin-bottom: 25px;
  margin-top: 0px;
  text-transform: uppercase;
}
#detalle .container .left .grid .column .icon {
  display: flex;
  align-items: center;
  font-family: "Prompt", sans-serif;
  font-size: 15px;
  text-align: left;
  color: #3e3e3e;
  margin-bottom: 28px;
}
#detalle .container .left .grid .column .icon svg {
  margin-right: 10px;
}
#detalle .container .left .rules {
  margin-top: 50px;
}
#detalle .container .left .rules .title {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  color: #000;
  text-align: left;
  font-size: 30px;
  line-height: 1.325em;
  margin-bottom: 35px;
  margin-top: 50px;
}
#detalle .container .left .rules ul {
  list-style: decimal;
  padding-left: 18px;
}
#detalle .container .left .rules ul li {
  list-style: decimal;
  font-family: "Prompt", sans-serif;
  font-size: 15px;
  text-align: left;
  color: #3e3e3e;
  margin-bottom: 28px;
}
#detalle .container .right .reservations {
  padding: 36px 40px 40px;
  background: #fafaf9;
  position: relative;
  top: -140px;
  left: 0;
  z-index: 99;
}
#detalle .container .right .calendar {
  position: relative;
  top: -140px;
  left: 0;
  z-index: 99;
}
#detalle .container .right .reservations .title {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  color: #000;
  text-align: left;
  font-size: 25px;
  line-height: 1.325em;
  margin-bottom: 35px;
}
#detalle .container .right .reservations label {
  font-family: "Prompt", sans-serif;
  font-size: 15px;
  text-align: left;
  color: #3e3e3e;
  display: block;
  margin-bottom: 35px;
}
#detalle .container .right .reservations label input {
  display: block;
  margin-top: 8px;
  font-family: "Prompt", sans-serif;
  font-size: 18px;
  text-align: left;
  color: #000;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
}
#detalle .container .right .reservations .precio {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
}
#detalle .container .right .reservations .precio span {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  color: #000;
  text-align: left;
  font-size: 25px;
  line-height: 1.325em;
}
#detalle .container .right .reservations small{
  font-family: "Prompt", sans-serif;
  font-size: 12px;
  margin-top: 5px;
  display: block;
}
#detalle .container .right .reservations small a{
  font-family: "Prompt", sans-serif;
  color: #345E41;
}
#detalle .container .right .reservations a.book {
  display: block;
  width: 100%;
  text-align: center;
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
  padding: 15px 0;
  line-height: 1.2;
  margin-top: 25px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Prompt", sans-serif;
}
#detalle .container .right .reservations a.book:hover {
  background-color: #2c4e36;
  color: white;
}

#datoscontacto {
  padding-top: 100px;
  padding-bottom: 100px;
}
#datoscontacto .container .down .grid {
  margin-top: 60px;
  display: flex;
  align-items: start;
  gap: 90px;
}
#datoscontacto .container .down .grid .left .title {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  color: #000;
  text-align: left;
  font-size: 30px;
  line-height: 1.325em;
  margin-bottom: 15px;
}
#datoscontacto .container .down .grid .left .title2 {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  color: #000;
  text-align: left;
  font-size: 30px;
  line-height: 1.325em;
  margin-bottom: 15px;
  margin-top: 30px;
}
#datoscontacto .container .down .grid .left p {
  font-family: "Prompt", sans-serif;
  font-size: 18px;
  text-align: left;
  color: #484848;
  margin-bottom: 20px;
}
#datoscontacto .container .down .grid .left a {
  font-family: "Prompt", sans-serif;
  font-size: 18px;
  text-align: left;
  color: #345E41;
  margin-bottom: 5px;
}
#datoscontacto .container .down .grid .left .tel p {
  margin-bottom: 8px;
}
#datoscontacto .container .down .grid .left .tel p a {
  color: #484848;
  font-family: "Prompt", sans-serif;
}
#datoscontacto .container .down .grid .left .tel p a:hover {
  color: #000;
}
#datoscontacto .container .down .grid .left .social {
  margin-top: 40px;
}
#datoscontacto .container .down .grid .left .social .title {
  margin-bottom: 20px;
}
#datoscontacto .container .down .grid .left .social a {
  margin: 0 5px;
}
#datoscontacto .container .down .grid .right .title {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  color: #000;
  text-align: left;
  font-size: 30px;
  line-height: 1.325em;
  margin-bottom: 15px;
}
#datoscontacto .container .down .grid .right .title2 {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  color: #000;
  text-align: left;
  font-size: 30px;
  line-height: 1.325em;
  margin-bottom: 15px;
  margin-top: 30px;
}
#datoscontacto .container .down .grid .right p {
  font-family: "Prompt", sans-serif;
  font-size: 18px;
  text-align: left;
  color: #484848;
  margin-bottom: 20px;
}
#datoscontacto .container .up {
  display: flex;
  align-items: start;
  gap: 90px;
}
#datoscontacto .container .up .left .title {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  color: #000;
  text-align: left;
  font-size: 30px;
  line-height: 1.325em;
  margin-bottom: 15px;
}
#datoscontacto .container .up .left p {
  font-family: "Prompt", sans-serif;
  font-size: 18px;
  text-align: left;
  color: #484848;
  margin-bottom: 20px;
}
#datoscontacto .container .up .left .tel p {
  margin-bottom: 8px;
}
#datoscontacto .container .up .left .tel p a {
  color: #484848;
  font-family: "Prompt", sans-serif;
}
#datoscontacto .container .up .left .tel p a:hover {
  color: #000;
}
#datoscontacto .container .up .left .social {
  margin-top: 40px;
}
#datoscontacto .container .up .left .social .title {
  margin-bottom: 20px;
}
#datoscontacto .container .up .left .social a {
  margin: 0 5px;
}
#datoscontacto .container .up .right .title {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  color: #000;
  text-align: left;
  font-size: 30px;
  line-height: 1.325em;
  margin-bottom: 15px;
}
#datoscontacto .container .up .right p {
  font-family: "Prompt", sans-serif;
  font-size: 18px;
  text-align: left;
  color: #484848;
  margin-bottom: 20px;
}
#datoscontacto .container .up .right .wpcf7 .wpcf7-form {
  display: flex;
  flex-direction: column;
}
#datoscontacto .container .up .right .wpcf7 .wpcf7-form input,
#datoscontacto .container .up .right .wpcf7 .wpcf7-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: "Prompt", sans-serif;
  font-size: 16px;
}
#datoscontacto .container .up .right .wpcf7 .wpcf7-form .divider p {
  display: flex;
  align-items: center;
  gap: 20px;
}
#datoscontacto .container .up .right .wpcf7 .wpcf7-form textarea {
  resize: vertical;
  height: 120px;
}
#datoscontacto .container .up .right .wpcf7 .wpcf7-form input[type=submit] {
  background-color: #345E41;
  color: white;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 5px;
}
#datoscontacto .container .up .right .wpcf7 .wpcf7-form input[type=submit]:hover {
  background-color: #2c4e36;
}

#parallaxActivity {
  padding-top: 100px;
  padding-bottom: 70px;
  position: relative;
}
#parallaxActivity.nopadding {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
}
#parallaxActivity .fondo {
  background-image: url("../images/sunset.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: 700px;
}

#textimage {
  margin: 50px 0;
}
#textimage .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}
#textimage .container .izda {
  min-width: 40%;
}
#textimage.bigImg .container .izda {
  min-width: 60%;
}
#textimage .container .izda img {
  position: relative;
}
#textimage .container .dcha h2 {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 40px;
  text-align: left;
  margin-bottom: 20px;
  line-height: 45px;
}
#textimage .container .dcha p {
  font-family: "Prompt", sans-serif;
  font-size: 18px;
  line-height: 31px;
  text-align: left;
  color: #3e3e3e;
  margin-bottom: 20px;
}
#textimage .container .dcha ul {
  padding-left: 20px;
}
#textimage .container .dcha ul li {
  list-style: disc;
  font-family: "Prompt", sans-serif;
  font-size: 18px;
  line-height: 31px;
  text-align: left;
  color: #3e3e3e;
  margin-bottom: 10px;
}

#imagetext {
  margin: 50px 0;
  padding-bottom: 70px;
}
#imagetext .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}
#imagetext .container .dcha {
  width: 50%;
}
#imagetext .container .dcha img {
  position: relative;
}
#imagetext .container .izda {
  width: 50%;
}
#imagetext .container .izda h2 {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 40px;
  text-align: right;
  margin-bottom: 20px;
  line-height: 45px;
}
#imagetext .container .izda p {
  font-family: "Prompt", sans-serif;
  font-size: 18px;
  line-height: 31px;
  text-align: right;
  color: #3e3e3e;
  margin-bottom: 20px;
}

#galeria {
  padding-top: 20px;
  padding-bottom: 100px;
}
#galeria .container .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 70px;
}
#galeria .container .grid a:nth-child(7n+1) {
  aspect-ratio: 1;
  grid-column: span 1;
  grid-row: span 1;
}
#galeria .container .grid a:nth-child(7n+2) {
  grid-column: span 1;
  grid-row: span 1;
  aspect-ratio: 1;
}
#galeria .container .grid a:nth-child(7n+3) {
  grid-column: span 2;
  grid-row: span 2;
}
#galeria .container .grid a:nth-child(7n+4) {
  grid-column: span 1;
  grid-row: span 2;
}
#galeria .container .grid a:nth-child(7n+6) {
  grid-column: span 2;
  grid-row: span 1;
}
#galeria .container .grid a:nth-child(7n+5), #galeria .container .grid a:nth-child(7n+7) {
  grid-column: span 1;
  grid-row: span 1;
  aspect-ratio: 1;
}
#galeria .container .grid a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#galeria .container .cargarmas {
  font-family: "Prompt", sans-serif;
  font-size: 20px;
  background-color: #345E41;
  color: white;
  text-align: center;
  padding: 10px 20px;
  border-radius: 4px;
  margin: auto;
  display: flex;
  margin-top: 30px;
  transition: 0.6s all;
}
#galeria .container .cargarmas:hover {
  background-color: #303030;
}

section#entry {
  margin-top: 120px;
  margin-bottom: 50px;
}
section#entry .divisor {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
section#entry .text .content h1 {
  font-family: "Prompt", sans-serif;
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
  color: #000;
  margin-bottom: 30px;
}
section#entry .text .content .img-cover {
  width: 100%;
  height: 300px;
  overflow: hidden;
  margin-bottom: 50px;
}
section#entry .text .content .img-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section#entry .text .content h2 {
  font-family: "Prompt", sans-serif;
  font-size: 19px;
  color: #565656;
  line-height: 35px;
  font-family: "Prompt", sans-serif;
  text-align: left;
  margin-bottom: 20px;
}
section#entry .text .content h3,
section#entry .text .content h4,
section#entry .text .content h5,
section#entry .text .content h6 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #26282C;
  font-family: "Prompt", sans-serif;
  font-size: 24px;
  text-align: left;
  margin-bottom: 20px;
}
section#entry .text .content p {
  font-family: "MarkPro";
  color: #565656;
  font-size: 18px;
  line-height: 35px;
  margin-bottom: 20px;
}
section#entry .text .content p a {
  font-family: "Prompt", sans-serif;
  color: #000;
}
section#entry .text .content figure,
section#entry .text .content .wp-block-image {
  margin-bottom: 35px;
  margin-top: 35px;
}
section#entry .text .content .wp-block-gallery .wp-block-image {
    margin-bottom: 0;
    margin-top: 0;
}
section#entry .text .content ul {
  margin-bottom: 25px;
  padding-left: 30px;
}
section#entry .text .content ul li {
  list-style: disc;
  font-family: "markpro";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #7d7d7d;
  margin-bottom: 10px;
}
section#entry .text .content ul li a {
  font-family: "Prompt", sans-serif;
  color: #000;
}
section#entry .text .content ol {
  margin-bottom: 25px;
  padding-left: 30px;
}
section#entry .text .content ol li {
  list-style: decimal;
  font-family: "markpro";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #7d7d7d;
  margin-bottom: 10px;
}
section#entry .text .content ol li a {
  font-family: "Prompt", sans-serif;
  color: #000;
}
section#entry .text .content td a {
  font-family: "Prompt", sans-serif;
  color: #000;
}

#flotantellamada {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  z-index: 99;
}
#flotantellamada img {
  padding: 1px;
}

#map {
  margin-bottom: 80px;
}
#map .container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
#map .container .left h2 {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 40px;
  text-align: left;
  margin-bottom: 10px;
  line-height: 45px;
}
#map .container .left .title {
  font-family: "Prompt", sans-serif;
  font-size: 18px;
  line-height: 31px;
  text-align: left;
  color: #000;
  margin-bottom: 20px;
}
#map .container .left .legenda .elements {
  margin-bottom: 10px;
}
#map .container .left .legenda .elements p {
  font-family: "Prompt", sans-serif;
  font-size: 16px;
  line-height: 31px;
  text-align: left;
  color: #3e3e3e;
  display: flex;
  align-items: center;
  gap: 10px;
}
#map .container .right {
  max-width: 700px;
  margin: auto;
}

.onlyformobile {
  display: none;
}

@media only screen and (max-width: 992px) {
  #activity.inverse .container .right .icons .icon h6 {
  text-align: center;
  width: 100%;
}
#activity.inverse .container .right .icons .icon p {
  text-align: center;
}
  #activity.inverse .container .left {
  order: 1;
}
#activity.inverse .container .right {
  order: 2;
}
#activity.inverse .container .left p.over {
  text-align: center;
}
#activity.inverse .container .left h2 {
  text-align: center;
}
  .onlyformobile {
    display: block;
  }
  .admin-bar .c-header {
    top: 46px;
    transition: 0.6s all;
  }
  #bannervideo {
    margin-top: 74px;
  }
  #bannervideo .contenedor {
    position: relative;
    padding: 0;
  }
  #bannervideo .contenedor .video-container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  #bannervideo .contenedor .video-container iframe {
    position: relative;
    top: 0%;
    left: 50%;
    height: 57.25vw;
    width: 100vw;
    transform: translate(-50%, 0%);
    pointer-events: none;
  }
  #bannervideo .contenedor .text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
  }
  #bannervideo .contenedor .text h1 {
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    text-align: left;
    line-height: 1.2;
    animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
  }
  #bannervideo .contenedor .text p {
    font-family: "Prompt", sans-serif;
    font-size: 23px;
    font-weight: 500;
    color: #fff;
    text-align: left;
    line-height: 1.2;
    animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
    margin: 0;
  }
  #texticons {
    padding-top: 60px;
    background-color: #F9F9F7;
    padding-bottom: 30px;
  }
  #texticons.first {
    padding-top: 130px;
  }
  #texticons .container p.over {
    font-family: "Prompt", sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: rgba(230, 230, 230, 0.5019607843);
    text-align: center;
    line-height: 21px;
    margin: -14px 0;
  }
  #texticons .container h2 {
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    color: #000;
    text-align: center;
    font-size: 22px;
    line-height: 1.325em;
    margin-bottom: 25px;
    margin-top: 20px;
  }
  #texticons .container p.normal {
    line-height: 31px;
    text-align: center;
    font-size: 16px;
    color: #484848;
    font-weight: 300;
    font-family: "Prompt", sans-serif;
    padding: 0 0px;
    max-width: 878px;
    margin: auto;
  }
  #texticons .container a.carta {
  line-height: 35px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  font-family: "Prompt", sans-serif;
  padding: 0 50px;
  display: flex;
  background-color: #1c231f;
  border-radius: 15px;
  margin: auto;
  margin-top: 40px;
  width: max-content;
  transition: 0.6s all;
}
#texticons .container .separador {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
  margin-top: 50px;
}
#texticons .container .separador .carta{
  margin: initial;
  margin-top: 0px;
}
#texticons .container a.carta:hover {
  color: #fff;
  background-color: #000;
}
  #texticons .container p.normal.mb {
    margin-bottom: 15px;
  }
  #texticons .container .icons {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  #texticons .container .icons .icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border-right: none
  }
  #texticons .container .icons .icon svg {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 12px;
    min-height: 70px;
  }
  #texticons .container .icons .icon h6 {
    font-size: 18px;
    color: #333;
    margin: 0;
    text-align: center;
    font-family: "Prompt", sans-serif;
  }
  #threeCats {
    padding-top: 20px;
    background-color: #F9F9F7;
    padding-bottom: 70px;
  }
  #threeCats .container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  #threeCats .container .cat:hover .fondo img {
    transform: scale(1.2);
  }
  #threeCats .container .cat .fondo {
    height: 320px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
  }
  #threeCats .container .cat .fondo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s all;
  }
  #threeCats .container .cat p {
    font-family: "Prompt", sans-serif;
    font-size: 15px;
    text-align: center;
    color: #484848;
  }
  #threeCats .container .cat h4 {
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 25px;
    text-align: center;
    margin-bottom: 12px;
    margin-top: 28px;
  }
  #activity {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  #activity .container {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 30px;
  }
  #activity .container .left {
    width: 100%;
  }
  #activity .container .left p.over {
    font-family: "Prompt", sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: rgba(230, 230, 230, 0.5019607843);
    text-align: center;
    line-height: 21px;
    margin: 0px 0;
  }
  #activity .container .left h2 {
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    color: #000;
    text-align: center;
    font-size: 22px;
    line-height: 1.325em;
    margin-bottom: 25px;
    margin-top: 20px;
  }
  #activity .container .left .fondo {
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
  }
  #activity .container .left .fondo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s all;
  }
  #activity .container .right {
    width: 100%;
  }
  #activity .container .right .icons {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
  }
  #activity .container .right .icons .icon {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #activity .container .right .icons .icon:nth-child(even) {
    margin-top: 0px;
  }
  #activity .container .right .icons .icon svg {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 12px;
  }
  #activity .container .right .icons .icon h6 {
    font-size: 25px;
    color: #000;
    margin: 0;
    text-align: center;
    font-family: "Prompt", sans-serif;
  }
  #activity .container .right .icons .icon p {
    font-family: "Prompt", sans-serif;
    font-size: 15px;
    text-align: center;
    color: #484848;
  }
  #bannervideocheck .contenedor {
    position: relative;
    padding: 0;
  }
  #bannervideocheck .contenedor .video-container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  #bannervideocheck .contenedor .video-container iframe {
    position: relative;
    top: 0%;
    left: 50%;
    height: 57.25vw;
    width: 100vw;
    transform: translate(-50%, 0%);
    pointer-events: none;
  }
  #bannervideocheck .contenedor .text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
  }
  #bannervideocheck .contenedor .text h4 {
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
    margin-bottom: 30px;
    text-shadow: 1px 0 black;
  }
  #bannervideocheck .contenedor .text a {
    font-family: "Prompt", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    background-color: #345E41;
    border: none;
    padding: 15px 50px;
    line-height: 1.2;
    animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
    margin: auto;
    display: flex;
    width: max-content;
    text-transform: uppercase;
  }
  #bannervideocheck .contenedor .text a:hover {
    background-color: #2c4e36;
  }
  #resenas {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #resenas .container .resenas {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  #resenas .container .resenas .resena .stars {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-bottom: 30px;
  }
  #resenas .container .resenas .resena .stars .star-item {
    stroke: #000;
  }
  #resenas .container .resenas .resena .stars .empty {
    fill: white;
  }
  #resenas .container .resenas .resena p {
    font-family: "Prompt", sans-serif;
    font-size: 16px;
    text-align: center;
    color: rgba(62, 62, 62, 0.9019607843);
  }
  #resenas .container .resenas .resena .dark {
    color: #000;
    margin-top: 20px;
  }
  #rooms {
    padding-top: 60px;
    background-color: #F9F9F7;
    padding-bottom: 70px;
  }
  #rooms .container .up {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
  #rooms .container .up .left {
    width: 100%;
  }
  #rooms .container .up .left p.over {
    font-family: "Prompt", sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: rgba(230, 230, 230, 0.5019607843);
    text-align: center;
    line-height: 21px;
    margin: 0;
  }
  #rooms .container .up .left h2 {
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    color: #000;
    text-align: center;
    font-size: 22px;
    line-height: 1.325em;
    margin-bottom: 25px;
    margin-top: 20px;
  }
  #rooms .container .up .right {
    width: 100%;
  }
  #rooms .container .up .right p.normal {
    line-height: 31px;
    text-align: center;
    font-size: 16px;
    color: #484848;
    font-weight: 300;
    font-family: "Prompt", sans-serif;
    margin: auto;
  }
  #rooms .container .down {
    margin-top: 80px;
  }
  #rooms .container .down .grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  #rooms .container .down .grid .productTile a .imagen {
    overflow: hidden;
    height: 250px;
    width: 100%;
    margin-bottom: 20px;
  }
  #rooms .container .down .grid .productTile a .imagen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s all;
  }
  #rooms .container .down .grid .productTile a .titulo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
  }
  #rooms .container .down .grid .productTile a .titulo h2 {
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 22px;
    text-align: left;
    margin-bottom: 0px;
  }
  #rooms .container .down .grid .productTile a .titulo p {
    font-family: "Prompt", sans-serif;
    font-size: 14px;
    text-align: right;
    color: #3e3e3e;
    margin: 0;
  }
  #rooms .container .down .grid .productTile a .datos p {
    font-family: "Prompt", sans-serif;
    font-size: 16px;
    text-align: left;
    color: #3e3e3e;
  }
  #rooms .container .down .grid .productTile .separado {
    margin-top: 0px;
    border-top: none;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column-reverse;
    margin-bottom: 10px;
    gap: 15px;
  }
  #rooms .container .down .grid .productTile .separado .right a {
    font-family: "Prompt", sans-serif;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
  }
  #rooms .container .down .grid .productTile .separado .right a svg {
    margin-left: 6px;
  }
  #check {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  #check .container p.over {
    font-family: "Prompt", sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: rgba(230, 230, 230, 0.5019607843);
    text-align: center;
    line-height: 21px;
    margin: 0;
  }
  #check .container h2 {
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    color: #000;
    text-align: center;
    font-size: 22px;
    line-height: 1.325em;
    margin-bottom: 25px;
    margin-top: 10px;
  }
  #check .container .grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 70px;
  }
  #check .container .grid .element {
    margin-bottom: 30px;
  }
  #check .container .grid .element .title h4 {
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 20px;
    text-align: left;
    margin-bottom: 12px;
    margin-top: 0px;
    display: flex;
    align-items: center;
  }
  #check .container .grid .element .title h4 svg {
    margin-right: 10px;
  }
  #check .container .grid .element .text p {
    font-family: "Prompt", sans-serif;
    font-size: 15px;
    text-align: left;
    color: #484848;
  }
  #parallax {
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
  }
  #parallax .fondo {
    background-image: url("../images/escuchas.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: 400px;
  }
  #parallax .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  #parallax .container h5 {
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    color: #fff;
    text-align: left;
    font-size: 30px;
    line-height: 1.325em;
  }
  #blog {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  #blog .container p.over {
    font-family: "Prompt", sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: rgba(230, 230, 230, 0.5019607843);
    text-align: center;
    line-height: 21px;
    margin: 0;
  }
  #blog .container h4 {
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    color: #000;
    text-align: center;
    font-size: 22px;
    line-height: 1.325em;
    margin-bottom: 25px;
    margin-top: 10px;
  }
  #blog .container .grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 40px;
  }
  #blog .container .grid .post .imagen {
    overflow: hidden;
    height: 250px;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
  }
  #blog .container .grid .post .imagen .fecha {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #345E41;
    color: white;
    padding: 15px 20px;
    font-family: "Prompt", sans-serif;
    font-size: 18px;
  }
  #blog .container .grid .post .imagen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s all;
  }
  #blog .container .grid .post h3 {
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 22px;
    text-align: left;
    margin-bottom: 12px;
    margin-top: 0px;
  }
  #blog .container .grid .post p {
    font-family: "Prompt", sans-serif;
    font-size: 15px;
    text-align: left;
    color: #484848;
  }
  #blog .container .grid .post .enlace {
    margin-top: 20px;
    color: #000;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 500;
  }
  #blog .container .grid .post .enlace svg {
    margin-left: 10px;
  }
  #blog .container .o-listado__pag {
    margin: 40px 0;
  }
  #blog .container .o-listado__pag .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #blog .container .o-listado__pag .pagination .page-numbers {
    display: flex;
    gap: 15px;
  }
  #blog .container .o-listado__pag .pagination .page-numbers .page-numbers {
    font-family: "Prompt", sans-serif;
    font-size: 18px;
    color: #303030;
  }
  #blog .container .o-listado__pag .pagination .page-numbers .page-numbers:hover {
    color: #000;
  }
  #blog .container .o-listado__pag .pagination .page-numbers .prev {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 1px;
  }
  #blog .container .o-listado__pag .pagination .page-numbers .prev::before {
    content: url("../images/arrowl.png");
  }
  #blog .container .o-listado__pag .pagination .page-numbers .next {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 1px;
  }
  #blog .container .o-listado__pag .pagination .page-numbers .next::before {
    content: url("../images/arrow.png");
  }
  #blog .container .o-listado__pag .pagination .page-numbers .current {
    color: #000;
  }
  #blog .container .o-listado__pag .pagination .page-numbers .current :hover {
    color: #000;
  }
  .cargando {
    width: 65px;
    height: auto;
    display: none;
    margin: auto;
  }
  .cargando svg {
    width: 100%;
    height: auto;
  }
  footer.c-pie {
    background-color: #1c231f;
    padding-top: 80px;
  }
  footer.c-pie .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer.c-pie .container .arriba {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  footer.c-pie .container .arriba .thiis .title {
    font-family: "Prompt", sans-serif;
    font-size: 20px;
    text-align: left;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 500;
  }
  footer.c-pie .container .arriba .thiis p {
    font-family: "Prompt", sans-serif;
    font-size: 16px;
    text-align: left;
    color: #bcbcbc;
  }
  footer.c-pie .container .arriba .thiis .title2 {
    font-family: "Prompt", sans-serif;
    font-size: 20px;
    text-align: left;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 500;
    margin-top: 30px;
  }
  footer.c-pie .container .arriba .thiis .social {
    display: flex;
    gap: 20px;
    margin-top: 26px;
  }
  footer.c-pie .container .arriba .thiis .social img {
    filter: brightness(4);
  }
  footer.c-pie .container .arriba .contact .title,
  footer.c-pie .container .arriba .enlaces .title {
    font-family: "Prompt", sans-serif;
    font-size: 20px;
    text-align: left;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 500;
  }
  footer.c-pie .container .arriba .contact p,
  footer.c-pie .container .arriba .enlaces p {
    font-family: "Prompt", sans-serif;
    font-size: 16px;
    text-align: left;
    color: #bcbcbc;
    margin-bottom: 10px;
  }
  footer.c-pie .container .arriba .contact a.map,
  footer.c-pie .container .arriba .enlaces a.map {
    font-family: "Prompt", sans-serif;
    font-size: 15px;
    text-align: left;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 500;
    margin-top: 50px;
    text-transform: uppercase;
    display: block;
  }
  footer.c-pie .container .arriba .contact a.map svg,
  footer.c-pie .container .arriba .enlaces a.map svg {
    margin-left: 10px;
    fill: white;
  }
  footer.c-pie .container .arriba .contact a,
  footer.c-pie .container .arriba .enlaces a {
    font-family: "Prompt", sans-serif;
    font-size: 16px;
    text-align: left;
    color: #bcbcbc;
    margin-bottom: 10px;
    display: block;
  }
  footer.c-pie .container .abajo {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 50px;
    gap: 20px;
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid #3e3e3e;
    margin-top: 20px;
  }
  footer.c-pie .container .abajo .privacy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  footer.c-pie .container .abajo .privacy a {
    font-family: "Prompt", sans-serif;
    font-size: 15px;
    color: #bcbcbc;
  }
  footer.c-pie .container .abajo .privacy p {
    font-family: "Prompt", sans-serif;
    font-size: 15px;
    color: #bcbcbc;
  }
  footer.c-pie .container .abajo .credits p {
    font-family: "Prompt", sans-serif;
    font-size: 15px;
    color: #bcbcbc;
    text-align: center;
  }
  #bannerpaginas {
    padding-top: 74px;
    padding-bottom: 70px;
    position: relative;
  }
  #bannerpaginas .fondo {
    background-image: url("../images/escuchas.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
  }
  #bannerpaginas .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  #bannerpaginas .container h1 {
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    color: #fff;
    text-align: center;
    font-size: 25px;
    line-height: 1.325em;
  }
  #bannerrestaurante {
    padding-top: 74px;
    padding-bottom: 70px;
    position: relative;
  }
  #bannerrestaurante .fondo {
    background-image: url("../images/Restaurante.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
  }
  #bannerrestaurante .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  #bannerrestaurante .container h1 {
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    color: #fff;
    text-align: center;
    font-size: 25px;
    line-height: 1.325em;
  }
  #bannergalerias {
    padding-top: 74px;
    padding-bottom: 70px;
    position: relative;
  }
  #bannergalerias .fondo {
    background-image: url("../images/sunset.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
  }
  #bannergalerias .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  #bannergalerias .container h1 {
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    color: #fff;
    text-align: center;
    font-size: 25px;
    line-height: 1.325em;
  }
  #bannerblog {
    margin-top: 74px;
    padding-bottom: 0px;
    position: relative;
  }
  #bannerblog .fondo {
    background-image: url("../images/blog.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
  }
  #bannerblog .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  #bannerblog .container h1 {
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    color: #fff;
    text-align: center;
    font-size: 25px;
    line-height: 1.325em;
  }
  #bannercontacto {
    margin-top: 74px;
    padding-bottom: 0px;
    position: relative;
  }
  #bannercontacto .fondo {
    background-image: url("../images/contacto.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
  }
  #bannercontacto .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  #bannercontacto .container h1 {
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    color: #fff;
    text-align: center;
    font-size: 25px;
    line-height: 1.325em;
  }
  #bannerhabitaciones {
    margin-top: 74px;
    padding-bottom: 50px;
    position: relative;
  }
  #bannerhabitaciones.padding10 {
  margin-top: 70px;
  padding-bottom: 10px;
  position: relative;
}
  #bannerhabitaciones .mio .swiper-wrapper .swiper-slide {
    height: 530px;
  }
  #bannerhabitaciones .mio .swiper-wrapper .swiper-slide a {
    width: 100%;
    height: 100%;
  }
  #bannerhabitaciones .mio .swiper-wrapper .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #bannerhabitaciones .mio .swiper-button-prev,
  #bannerhabitaciones .mio .swiper-button-next {
    color: white;
  }
  #bannerhabitaciones .restaurante .swiper-wrapper .swiper-slide {
    height: 290px;
  }
  #bannerhabitaciones .restaurante .swiper-wrapper .swiper-slide a {
    width: 100%;
    height: 100%;
  }
  #bannerhabitaciones .restaurante .swiper-wrapper .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #bannerhabitaciones .restaurante .swiper-button-prev,
  #bannerhabitaciones .restaurante .swiper-button-next {
    color: white;
  }
  #detalle {
    padding-top: 0px;
    padding-bottom: 50px;
  }
  #detalle .container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  #detalle .container .left h1 {
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    color: #000;
    text-align: left;
    font-size: 22px;
    line-height: 1.325em;
    margin-bottom: 5px;
  }
  #detalle .container .left .data {
    font-family: "Prompt", sans-serif;
    font-size: 15px;
    text-align: left;
    color: #484848;
    margin-bottom: 20px;
  }
  #detalle .container .left p {
    font-family: "Prompt", sans-serif;
    font-size: 15px;
    text-align: left;
    color: #3e3e3e;
    line-height: 1.73em;
    margin-bottom: 20px;
  }
  #detalle .container .left .title {
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    color: #000;
    text-align: left;
    font-size: 22px;
    line-height: 1.325em;
    margin-bottom: 35px;
    margin-top: 50px;
  }
  #detalle .container .left .grid {
    grid-template-columns: 1fr;
    display: grid;
    gap: 20px;
    align-items: center;
  }
  #detalle .container .left .grid .column .title {
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    color: #000;
    text-align: left;
    font-size: 16px;
    line-height: 1.325em;
    margin-bottom: 25px;
    margin-top: 0px;
    text-transform: uppercase;
  }
  #detalle .container .left .grid .column .icon {
    display: flex;
    align-items: center;
    font-family: "Prompt", sans-serif;
    font-size: 15px;
    text-align: left;
    color: #3e3e3e;
    margin-bottom: 28px;
  }
  #detalle .container .left .grid .column .icon svg {
    margin-right: 10px;
  }
  #detalle .container .left .rules {
    margin-top: 50px;
  }
  #detalle .container .left .rules .title {
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    color: #000;
    text-align: left;
    font-size: 30px;
    line-height: 1.325em;
    margin-bottom: 35px;
    margin-top: 50px;
  }
  #detalle .container .left .rules ul {
    list-style: decimal;
    padding-left: 18px;
  }
  #detalle .container .left .rules ul li {
    list-style: decimal;
    font-family: "Prompt", sans-serif;
    font-size: 15px;
    text-align: left;
    color: #3e3e3e;
    margin-bottom: 28px;
  }
  #detalle .container .right {
    display: none;
  }
  #detalle .container .right .reservations {
    padding: 36px 40px 40px;
    background: #fafaf9;
    position: relative;
    top: 0px;
    left: 0;
    z-index: 99;
  }
  #detalle .container .right .calendar {
    position: relative;
    top: 0px;
    left: 0;
    z-index: 99;
  }
  #detalle .container .right .reservations .title {
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    color: #000;
    text-align: left;
    font-size: 22px;
    line-height: 1.325em;
    margin-bottom: 35px;
  }
  #detalle .container .right .reservations label {
    font-family: "Prompt", sans-serif;
    font-size: 15px;
    text-align: left;
    color: #3e3e3e;
    display: block;
    margin-bottom: 35px;
  }
  #detalle .container .right .reservations label input {
    display: block;
    margin-top: 8px;
    font-family: "Prompt", sans-serif;
    font-size: 16px;
    text-align: left;
    color: #000;
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
  }
  #detalle .container .right .reservations .precio {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #detalle .container .right .reservations .precio span {
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    color: #000;
    text-align: left;
    font-size: 18px;
    line-height: 1.325em;
  }
  #detalle .container .right .reservations a.book {
    display: block;
    width: 100%;
    text-align: center;
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
    padding: 15px 0;
    line-height: 1.2;
    margin-top: 25px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Prompt", sans-serif;
  }
  #detalle .container .right .reservations a.book:hover {
    background-color: #2c4e36;
    color: white;
  }
  .onlyformobile .reservations {
    padding: 36px 40px 40px;
    background: #fafaf9;
    position: relative;
    top: 0px;
    left: 0;
    z-index: 99;
  }
  .onlyformobile .calendar {
    position: relative;
    top: 0px;
    left: 0;
    z-index: 99;
  }
  .onlyformobile .reservations .title {
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    color: #000;
    text-align: left;
    font-size: 22px;
    line-height: 1.325em;
    margin-bottom: 35px;
  }
  .onlyformobile .reservations label {
    font-family: "Prompt", sans-serif;
    font-size: 15px;
    text-align: left;
    color: #3e3e3e;
    display: block;
    margin-bottom: 35px;
  }
  .onlyformobile .reservations label input {
    display: block;
    margin-top: 8px;
    font-family: "Prompt", sans-serif;
    font-size: 16px;
    text-align: left;
    color: #000;
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
  }
  .onlyformobile .reservations .precio {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0 !important;
  }
  .onlyformobile .reservations .precio span {
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    color: #000;
    text-align: left;
    font-size: 18px;
    line-height: 1.325em;
  }
  .onlyformobile .reservations a.book {
    display: block;
    width: 100%;
    text-align: center;
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
    padding: 15px 0;
    line-height: 1.2;
    margin-top: 25px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Prompt", sans-serif;
  }
  .onlyformobile .reservations a.book:hover {
    background-color: #2c4e36;
    color: white;
  }
  #datoscontacto {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  #datoscontacto .container .down .grid {
    margin-top: 60px;
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 20px;
  }
  #datoscontacto .container .down .grid .left .title {
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    color: #000;
    text-align: left;
    font-size: 22px;
    line-height: 1.325em;
    margin-bottom: 15px;
  }
  #datoscontacto .container .down .grid .left .title2 {
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    color: #000;
    text-align: left;
    font-size: 22px;
    line-height: 1.325em;
    margin-bottom: 15px;
    margin-top: 30px;
  }
  #datoscontacto .container .down .grid .left p {
    font-family: "Prompt", sans-serif;
    font-size: 16px;
    text-align: left;
    color: #484848;
    margin-bottom: 20px;
  }
  #datoscontacto .container .down .grid .left a {
  font-family: "Prompt", sans-serif;
  font-size: 16px;
  text-align: left;
  color: #345E41;
  margin-bottom: 5px;
}
  #datoscontacto .container .down .grid .left .tel p {
    margin-bottom: 8px;
  }
  #datoscontacto .container .down .grid .left .tel p a {
    color: #484848;
    font-family: "Prompt", sans-serif;
  }
  #datoscontacto .container .down .grid .left .tel p a:hover {
    color: #000;
  }
  #datoscontacto .container .down .grid .left .social {
    margin-top: 40px;
  }
  #datoscontacto .container .down .grid .left .social .title {
    margin-bottom: 20px;
  }
  #datoscontacto .container .down .grid .left .social a {
    margin: 0 5px;
  }
  #datoscontacto .container .down .grid .right .title {
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    color: #000;
    text-align: left;
    font-size: 22px;
    line-height: 1.325em;
    margin-bottom: 15px;
  }
  #datoscontacto .container .down .grid .right .title2 {
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    color: #000;
    text-align: left;
    font-size: 22px;
    line-height: 1.325em;
    margin-bottom: 15px;
    margin-top: 30px;
  }
  #datoscontacto .container .down .grid .right p {
    font-family: "Prompt", sans-serif;
    font-size: 16px;
    text-align: left;
    color: #484848;
    margin-bottom: 20px;
  }
  #datoscontacto .container .up {
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 40px;
  }
  #datoscontacto .container .up .left .title {
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    color: #000;
    text-align: left;
    font-size: 22px;
    line-height: 1.325em;
    margin-bottom: 15px;
  }
  #datoscontacto .container .up .left p {
    font-family: "Prompt", sans-serif;
    font-size: 16px;
    text-align: left;
    color: #484848;
    margin-bottom: 20px;
  }
  #datoscontacto .container .up .left .tel p {
    margin-bottom: 8px;
  }
  #datoscontacto .container .up .left .tel p a {
    color: #484848;
    font-family: "Prompt", sans-serif;
  }
  #datoscontacto .container .up .left .tel p a:hover {
    color: #000;
  }
  #datoscontacto .container .up .left .social {
    margin-top: 40px;
  }
  #datoscontacto .container .up .left .social .title {
    margin-bottom: 20px;
  }
  #datoscontacto .container .up .left .social a {
    margin: 0 5px;
  }
  #datoscontacto .container .up .right .title {
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    color: #000;
    text-align: left;
    font-size: 22px;
    line-height: 1.325em;
    margin-bottom: 15px;
  }
  #datoscontacto .container .up .right p {
    font-family: "Prompt", sans-serif;
    font-size: 16px;
    text-align: left;
    color: #484848;
    margin-bottom: 20px;
  }
  #datoscontacto .container .up .right .wpcf7 .wpcf7-form {
    display: flex;
    flex-direction: column;
  }
  #datoscontacto .container .up .right .wpcf7 .wpcf7-form input,
  #datoscontacto .container .up .right .wpcf7 .wpcf7-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: "Prompt", sans-serif;
    font-size: 16px;
  }
  #datoscontacto .container .up .right .wpcf7 .wpcf7-form .divider p {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  #datoscontacto .container .up .right .wpcf7 .wpcf7-form textarea {
    resize: vertical;
    height: 120px;
  }
  #datoscontacto .container .up .right .wpcf7 .wpcf7-form input[type=submit] {
    background-color: #345E41;
    color: white;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 5px;
  }
  #datoscontacto .container .up .right .wpcf7 .wpcf7-form input[type=submit]:hover {
    background-color: #2c4e36;
  }
  #parallaxActivity {
    padding-top: 20px;
    padding-bottom: 30px;
    position: relative;
  }
  #parallaxActivity .fondo {
    background-image: url("../images/sunset.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: 400px;
  }
  #textimage {
    margin: 20px 0;
  }
  #textimage .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 40px;
  }
  #textimage .container .izda {
    min-width: 100%;
  }
  #textimage .container .izda img {
    position: relative;
  }
  #textimage .container .dcha h2 {
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 22px;
    text-align: left;
    margin-bottom: 20px;
    line-height: normal;
  }
  #textimage .container .dcha p {
    font-family: "Prompt", sans-serif;
    font-size: 16px;
    line-height: normal;
    text-align: left;
    color: #3e3e3e;
    margin-bottom: 20px;
  }
  #textimage .container .dcha ul {
    padding-left: 20px;
  }
  #textimage .container .dcha ul li {
    list-style: disc;
    font-family: "Prompt", sans-serif;
    font-size: 16px;
    line-height: normal;
    text-align: left;
    color: #3e3e3e;
    margin-bottom: 10px;
  }
  #imagetext {
    margin: 20px 0;
    padding-bottom: 70px;
  }
  #imagetext .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 40px;
  }
  #imagetext .container .dcha {
    width: 100%;
    order: 1;
  }
  #imagetext .container .dcha img {
    position: relative;
  }
  #imagetext .container .izda {
    width: 100%;
    order: 2;
  }
  #imagetext .container .izda h2 {
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 22px;
    text-align: left;
    margin-bottom: 20px;
    line-height: normal;
  }
  #imagetext .container .izda p {
    font-family: "Prompt", sans-serif;
    font-size: 16px;
    line-height: normal;
    text-align: left;
    color: #3e3e3e;
    margin-bottom: 20px;
  }
  #galeria {
    padding-top: 0px;
    padding-bottom: 100px;
  }
  #galeria .container .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 70px;
    justify-content: center;
  }
  #galeria .container .grid a:nth-child(7n+1) {
    aspect-ratio: 1;
    grid-column: span 1;
    grid-row: span 1;
  }
  #galeria .container .grid a:nth-child(7n+2) {
    grid-column: span 1;
    grid-row: span 1;
    aspect-ratio: 1;
  }
  #galeria .container .grid a:nth-child(7n+3) {
    grid-column: span 1;
    grid-row: span 1;
    aspect-ratio: 1;
  }
  #galeria .container .grid a:nth-child(7n+4) {
    grid-column: span 1;
    grid-row: span 1;
    aspect-ratio: 1;
  }
  #galeria .container .grid a:nth-child(7n+6) {
    grid-column: span 1;
    grid-row: span 1;
    aspect-ratio: 1;
  }
  #galeria .container .grid a:nth-child(7n+5), #galeria .container .grid a:nth-child(7n+7) {
    grid-column: span 1;
    grid-row: span 1;
    aspect-ratio: 1;
  }
  #galeria .container .grid a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #galeria .container .cargarmas {
    font-family: "Prompt", sans-serif;
    font-size: 20px;
    background-color: #345E41;
    color: white;
    text-align: center;
    padding: 10px 20px;
    border-radius: 4px;
    margin: auto;
    display: flex;
    margin-top: 30px;
    transition: 0.6s all;
  }
  #galeria .container .cargarmas:hover {
    background-color: #303030;
  }
  section#entry {
    margin-top: 100px;
    margin-bottom: 50px;
  }
  section#entry .divisor {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  section#entry .text .content h1 {
    font-family: "Prompt", sans-serif;
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    color: #000;
    margin-bottom: 30px;
  }
  section#entry .text .content .img-cover {
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin-bottom: 50px;
  }
  section#entry .text .content .img-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  section#entry .text .content h2 {
    font-family: "Prompt", sans-serif;
    font-size: 19px;
    color: #565656;
    line-height: 35px;
    font-family: "Prompt", sans-serif;
    text-align: left;
    margin-bottom: 20px;
  }
  section#entry .text .content h3,
  section#entry .text .content h4,
  section#entry .text .content h5,
  section#entry .text .content h6 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #26282C;
    font-family: "Prompt", sans-serif;
    font-size: 24px;
    text-align: left;
    margin-bottom: 20px;
  }
  section#entry .text .content p {
    font-family: "MarkPro";
    color: #565656;
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  section#entry .text .content p a {
    font-family: "Prompt", sans-serif;
    color: #000;
  }
  section#entry .text .content figure,
  section#entry .text .content .wp-block-image {
    margin-bottom: 35px;
    margin-top: 35px;
  }
  section#entry .text .content .wp-block-gallery .wp-block-image {
    margin-bottom: 0;
    margin-top: 0;
  }
  section#entry .text .content ul {
    margin-bottom: 25px;
    padding-left: 30px;
  }
  section#entry .text .content ul li {
    list-style: disc;
    font-family: "markpro";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    color: #7d7d7d;
    margin-bottom: 10px;
  }
  section#entry .text .content ul li a {
    font-family: "Prompt", sans-serif;
    color: #000;
  }
  section#entry .text .content ol {
    margin-bottom: 25px;
    padding-left: 30px;
  }
  section#entry .text .content ol li {
    list-style: decimal;
    font-family: "markpro";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    color: #7d7d7d;
    margin-bottom: 10px;
  }
  section#entry .text .content ol li a {
    font-family: "Prompt", sans-serif;
    color: #000;
  }
  section#entry .text .content td a {
    font-family: "Prompt", sans-serif;
    color: #000;
  }
  #flotantellamada {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 45px;
    height: 45px;
    z-index: 99;
  }
  #flotantellamada img {
    padding: 1px;
  }
  #map {
    margin-bottom: 30px;
  }
  #map .container {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 20px;
  }
  #map .container .left h2 {
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 22px;
    text-align: left;
    margin-bottom: 10px;
    line-height: 45px;
  }
  #map .container .left .title {
    font-family: "Prompt", sans-serif;
    font-size: 16px;
    line-height: normal;
    text-align: left;
    color: #000;
    margin-bottom: 20px;
  }
  #map .container .left .legenda .elements {
    margin-bottom: 10px;
  }
  #map .container .left .legenda .elements p {
    font-family: "Prompt", sans-serif;
    font-size: 16px;
    line-height: normal;
    text-align: left;
    color: #3e3e3e;
    display: flex;
    align-items: center;
    gap: 10px;
  }
}

/*# sourceMappingURL=style.css.map */

.cky-btn.cky-btn-customize, .cky-btn.cky-btn-reject, .cky-btn.cky-btn-preferences {
  background-color: #fff !important;
  border-color: #345E41 !important;
  color: #345E41 !important;
}

.cky-show-desc-btn {
  color: #345E41 !important;
}

.cky-btn.cky-btn-accept {
  background-color: #345E41 !important;
  border-color: #345E41 !important;
}