body.modal-open {
  overflow-x: hidden;
  overflow-y: hidden;
}
body.modal-open .wrapper {
  overflow-y: hidden;
}

.modal {
  background: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 1999;
  padding: 30px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal.galeria .btnclosemodal {
  opacity: 0.5;
  right: 10px;
  top: 10px;
}
.modal.galeria .btnclosemodal:hover {
  opacity: 1;
}
.modal.galeria .modal-dialog {
  max-width: 1900px;
  border-radius: 0;
  background: none;
  box-shadow: none;
  width: 95%;
  top: 20px;
}
.modal.promo img {
  display: block;
  height: auto;
  width: 100%;
}
.modal .modal-dialog {
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  background: #fff;
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  width: 90%;
  top: 40px;
}
@media (min-width: 992px) {
  .modal .modal-dialog {
    max-width: 940px;
  }
}
.modal .btnclosemodal {
  border-radius: 50px;
  background: #333;
  position: absolute;
  padding: 5px;
  right: -25px;
  z-index: 50;
  width: 40px;
  top: -25px;
}
.modal .btnclosemodal img {
  display: block;
  width: 100%;
}

@font-face {
  font-family: "Mermaid";
  src: url("../assets/font/Mermaid-Swash-Caps.eot");
  src: url("../assets/font/Mermaid-Swash-Caps.eot?#iefix") format("embedded-opentype"), url("../assets/font/Mermaid-Swash-Caps.woff2") format("woff2"), url("../assets/font/Mermaid-Swash-Caps.woff") format("woff"), url("../assets/font/Mermaid-Swash-Caps.ttf") format("truetype"), url("../assets/font/Mermaid-Swash-Caps.svg#Mermaid Swash Caps") format("svg");
  font-display: swap;
}
#logoSVG {
  enable-background: new 0 0 128.9 131;
}

body {
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  color: #444;
  font-size: 14px;
  padding: 0;
  margin: 0;
}

footer {
  line-height: 1.6em;
}
footer img {
  vertical-align: baseline;
  display: inline-block;
}
footer img.direccIco {
  width: 10px;
}
footer img.telIcon, footer img.mailIcon, footer img.wathsicon {
  width: 14px;
}
footer #mailFooterBtn img {
  width: 285px;
}

.googleFrameNoCode {
  visibility: hidden;
  display: none;
}

h1.verde {
  font-family: "Mermaid", sans-serif;
  color: #0a4e8e;
  text-align: center;
  font-size: 33px;
}

h2.verde {
  font-family: "Mermaid", sans-serif;
  color: #0a4e8e;
  text-align: center;
  font-size: 33px;
  margin: 0;
}

main {
  display: block;
}

#suscriptionForm {
  min-height: 100px;
}
#suscriptionForm input {
  outline: none;
}
#suscriptionForm input[type=text] {
  width: calc(100% - 20px);
  background: #c4c7c6;
  line-height: 30px;
  font-size: 14px;
  padding: 0 10px;
  color: #000;
  border: none;
  height: 30px;
}
#suscriptionForm input[type=submit] {
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
  background-color: #849b2b;
  display: inline-block;
  line-height: 30px;
  font-weight: 700;
  font-size: 12px;
  cursor: pointer;
  color: #fff;
  border: none;
  width: 100px;
  height: 30px;
}
#suscriptionForm input[type=submit]:hover {
  background-color: #60711d;
}
#suscriptionForm input[type=submit]:disabled {
  cursor: not-allowed;
  background-color: black;
}
#suscriptionForm .fieldrow {
  display: flex;
}
#suscriptionForm .inputWrp {
  padding-right: 2%;
  flex-basis: 68%;
}
#suscriptionForm .okMsg {
  padding-bottom: 5px;
  font-weight: bold;
  color: #eef992;
  font-size: 14px;
}
#suscriptionForm .sendBtn {
  display: none;
}
#suscriptionForm .sendBtn.visible {
  display: block;
}
#suscriptionForm .warnMsg {
  padding-bottom: 5px;
  font-weight: bold;
  color: #eef992;
  font-size: 14px;
}

.loader {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
}

.loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #FFF;
  animation: prixClipFix 2s linear infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
.noMostrar {
  display: none;
}

.whatsappBtn {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  background-color: #25d366;
  transition: 0.3s ease-out;
  border-radius: 40px;
  position: fixed;
  padding: 10px;
  z-index: 100;
  bottom: 25px;
  height: 40px;
  width: 40px;
  right: 20px;
}
@media (min-width: 768px) {
  .whatsappBtn {
    bottom: 70px;
  }
}
.whatsappBtn:hover {
  background-color: #128c7e;
}
.whatsappBtn svg {
  width: 100%;
}

@media (min-width: 768px) {
  h1.verde {
    font-size: 35px;
  }
  h2.verde {
    font-size: 35px;
  }
}
img {
  display: block;
}

.alinCentrado {
  text-align: center;
}

.contOculto {
  font-size: 0;
  padding: 0;
  margin: 0;
  height: 0;
}

.logoPath {
  fill: #0a4e8e;
}

.mostrarMenu {
  overflow: hidden;
}

body {
  padding-top: 110px;
}

header {
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  position: fixed;
  z-index: 1000;
  width: 100%;
  left: 0;
  top: 0;
}
header .logo {
  background-color: #fff;
  position: relative;
  padding: 10px 3%;
  z-index: 200;
  width: 55px;
}
header .logo img,
header .logo svg {
  max-width: 45px;
  height: 45px;
}
header.slimHdr .logo {
  width: 100%;
}

#menuBtnAction {
  position: absolute;
  background: none;
  outline: none;
  border: none;
  height: 30px;
  width: 30px;
  right: 20px;
  top: 20px;
  z-index: 1000;
}
#menuBtnAction::before {
  transition: 0.5s ease-in-out;
  background-color: #aac836;
  position: absolute;
  display: block;
  content: "";
  height: 5px;
  width: 100%;
  z-index: 1;
  top: 3px;
  left: 0;
}
#menuBtnAction::after {
  transition: 0.5s ease-in-out;
  background-color: #aac836;
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 5px;
  bottom: 2px;
  z-index: 1;
  left: 0;
}
#menuBtnAction span {
  opacity: 1;
  transition: 0.3s ease-in-out;
  background-color: #aac836;
  position: absolute;
  display: block;
  width: 100%;
  height: 5px;
  top: 13px;
  left: 0;
}
.mostrarMenu #menuBtnAction::before {
  top: 13px;
  transform: rotate(135deg);
}
.mostrarMenu #menuBtnAction::after {
  transform: rotate(-135deg);
  bottom: 12px;
}
.mostrarMenu #menuBtnAction span {
  opacity: 0.2;
  height: 30px;
  top: 0;
}

.slimHdr .btmHdr {
  top: 17px;
}

.btmHdr {
  width: 100%;
}
.btmHdr #contactoBtn {
  background-color: #0a4e8e;
}
.btmHdr #reservarBtn {
  background-color: #849b2b;
}
.btmHdr .secNav {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}
.btmHdr .secNav a {
  text-decoration: none;
  text-align: center;
  line-height: 45px;
  font-weight: 300;
  font-size: 13px;
  display: block;
  color: #fff;
}
.btmHdr .secNav li {
  flex-basis: 70%;
}
.btmHdr .secNav li:last-child {
  flex-basis: 30%;
}

.lenNav {
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  width: 20%;
}
.lenNav a {
  font-weight: 700;
  text-decoration: none;
  color: #60756c;
  line-height: 30px;
  font-size: 20px;
  display: block;
  margin: 0 auto;
  width: 30px;
}

.menu {
  padding-top: 170px;
}
.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu ul li {
  padding: 3px 0;
}
.menu a {
  font-weight: 600;
  text-decoration: none;
  color: #0a4e8e;
  line-height: 30px;
  padding: 2px 15px;
  font-size: 20px;
  display: block;
}

.socialeslink {
  border-top: solid 3px #aac836;
  padding-top: 30px;
  margin: 30px auto;
  width: 80%;
}

.socialNav {
  vertical-align: middle;
  display: inline-block;
  width: 77%;
}
.socialNav ul {
  justify-content: center;
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}
.socialNav ul li {
  padding: 0 5px;
}
.socialNav ul a {
  display: block;
  height: 42px;
  width: 40px;
}
.socialNav ul .facebookBtn .faceBtn {
  fill: #0a4e8e;
}
.socialNav ul .twitterBtn .twitterBtnFill {
  fill: #0a4e8e;
}
.socialNav ul .tripAdvBtn .trpAdvBtn {
  fill: #0a4e8e;
}
.socialNav ul .instaBtn .imgInstaBtn {
  fill: #0a4e8e;
}

.wrprMenuMovil {
  background-color: rgba(255, 255, 255, 0.95);
  transition: left 0.3s ease-in-out;
  overflow-y: auto;
  position: fixed;
  height: 100%;
  width: 100%;
  left: -105%;
  top: 0;
}
.mostrarMenu .wrprMenuMovil {
  left: 0;
}

.habNav {
  justify-content: center;
  list-style: none;
  flex-wrap: wrap;
  padding: 30px 0 0;
  display: flex;
  margin: 0;
}
.habNav li {
  padding: 10px;
}
.habNav a {
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-size: 14px;
  color: #b5b5b5;
}
.habNav a.active {
  color: #0a4e8e;
}
.habNav a.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #0a4e8e;
  position: absolute;
  bottom: -3px;
  left: 0;
}

.hdrHabitaciones {
  padding: 30px 0 0;
}
.hdrHabitaciones img {
  margin: 0 auto;
  height: 28px;
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1) rotate(135deg);
  }
  50% {
    transform: scale(1.3) rotate(135deg);
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
footer {
  border-top: solid 5px rgba(45, 73, 56, 0.6);
  background-color: rgba(45, 73, 56, 0.6);
  font-size: 13px;
  padding: 15px;
  color: #fff;
}
footer a {
  text-decoration: none;
  display: inline-block;
  line-height: 30px;
  padding: 1px 0;
  color: #fff;
}
footer p {
  margin: 20px 0;
}
footer strong {
  text-transform: uppercase;
}
footer .contactInfoTxt, footer .moreLinksTxt {
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  padding-bottom: 10px;
  margin-bottom: 15px;
}
footer .moreLinksTxt {
  padding-bottom: 20px;
}
footer .moreLinks {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .wrpFooterCont {
  max-width: 360px;
  margin: 0 auto;
  width: 90%;
}

.lastBlock {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+25,ddddcc+76 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 25%, #ddddcc 90%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 25%, #ddddcc 90%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 25%, #ddddcc 90%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.texturaFooter {
  background: url(../assets/img/fondo-home-mov.jpg) no-repeat bottom #ddddcc;
  background-size: cover;
  padding-top: 60px;
}

.navFooter {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: bottom 0.3s ease-in-out;
  background-color: #ececec;
  position: fixed;
  bottom: -100%;
  width: 100%;
  z-index: 50;
}
.navFooter.hideNav {
  bottom: -100%;
}
.navFooter .contNavFooter {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}
.navFooter .contNavFooter img {
  margin: 0 auto;
  height: 60px;
  width: auto;
}
.navFooter .contNavFooter li {
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  height: 60px;
  width: 100%;
  padding: 0;
}
.navFooter .contNavFooter a {
  text-transform: uppercase;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  color: #FFF;
  height: 60px;
  width: 100%;
  padding: 0;
  gap: 0;
}
.navFooter .contNavFooter a span {
  display: block;
}
.navFooter .contNavFooter a .small {
  font-size: 10px;
}
.navFooter .contNavFooter .eventosLink {
  background-color: #0A4E8E;
}
.navFooter .contNavFooter .promolink {
  background: url(../assets/img/promociones-ico.png) no-repeat left center;
  background-size: 16px;
  padding-left: 20px;
}
.navFooter .contNavFooter .husacaLink {
  background: url(../assets/img/pinos-ico.png) no-repeat left center;
  background-size: 19px;
  padding-left: 24px;
}
.navFooter .verMovil {
  display: flex;
  height: 50px;
}
.navFooter .verMovil button {
  text-transform: uppercase;
  background-color: #849b2b;
  position: relative;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  height: 50px;
  width: 100%;
  padding: 0;
  border: 0;
}
.navFooter .verMovil button::after {
  transform: rotate(135deg);
  border-bottom: solid 2px #FFF;
  border-left: solid 2px #FFF;
  position: absolute;
  display: block;
  content: "";
  height: 15px;
  width: 15px;
  left: 30px;
  top: 22px;
}
.navFooter .verMovil button span {
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  animation-duration: 2.5s;
  animation-name: flash;
}
.navFooter.open .verMovil button::after {
  transform: rotate(-45deg);
  animation-name: unset;
  top: 13px;
}
.navFooter.open .verMovil button span {
  animation-name: unset;
}

#suscriptionForm {
  min-height: 140px;
}
#suscriptionForm input {
  outline: none;
}
#suscriptionForm input[type=email] {
  width: calc(100% - 20px);
  background: #c4c7c6;
  line-height: 30px;
  font-size: 14px;
  padding: 0 10px;
  color: #000;
  border: none;
  height: 30px;
}
#suscriptionForm input[type=submit] {
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
  background-color: #849b2b;
  display: inline-block;
  line-height: 30px;
  font-weight: bold;
  border-radius: 0;
  font-size: 12px;
  cursor: pointer;
  color: #fff;
  border: none;
  width: 130px;
  height: 30px;
  -webkit-appearance: button !important;
  -moz-appearance: button !important;
  appearance: button !important;
}
#suscriptionForm input[type=submit]:hover {
  background-color: #60711d;
}
#suscriptionForm input[type=submit]:disabled {
  cursor: not-allowed;
  background-color: black;
}
#suscriptionForm .fieldrow {
  display: flex;
}
#suscriptionForm .inputWrp {
  padding-right: 2%;
  flex-basis: 68%;
}
#suscriptionForm .okMsg {
  padding-bottom: 5px;
  font-weight: bold;
  color: #eef992;
  font-size: 14px;
}
#suscriptionForm .sendBtn {
  text-align: right;
  padding: 10px 0;
  display: none;
}
#suscriptionForm .sendBtn.visible {
  display: block;
}
#suscriptionForm .warnMsg {
  padding-bottom: 5px;
  font-weight: bold;
  color: #eef992;
  font-size: 14px;
}

.accordion-container {
  margin: 25px auto;
  width: 100%;
}
.accordion-container:last-child {
  margin-bottom: 0;
}

.accordion-titulo {
  color: #0a4e8e !important;
  background: #fff;
  text-decoration: none;
  position: relative;
  font-weight: 700;
  padding: 15px 20px;
  font-size: 1.17em;
  display: block;
  margin: 0;
}
.accordion-titulo span.toggle-icon {
  border-bottom: 1px solid #0a4e8e;
  border-right: 1px solid #0a4e8e;
  transition: 0.3s ease-in-out;
  transform: rotate(45deg);
  position: absolute;
  font-weight: bold;
  font-size: 38px;
  display: block;
  height: 15px;
  right: 20px;
  width: 15px;
  top: 15px;
}
.accordion-titulo.open span.toggle-icon {
  transform: rotate(-135deg);
  top: 20px;
}

.accordion-content {
  background: #f8fbf8;
  overflow: auto;
}

.accordion-content img {
  max-width: 100%;
  display: block;
  width: 100%;
}

.txtCol {
  padding: 15px;
}
.txtCol h3 {
  color: #0a4e8e;
}

.bigimg {
  display: none !important;
}

.accordion-titulo {
  padding: 15px 40px 15px 20px;
}

@media (min-width: 500px) {
  .bigimg {
    display: block !important;
  }
  .mobilimg {
    display: none !important;
  }
}
.accordion-container {
  max-width: 450px;
}

.allContent {
  padding: 20px 0;
}

.imgHdr img {
  width: 100%;
}

.imgDesk {
  display: none;
}

.navHab {
  max-width: 450px;
  overflow: auto;
  margin: 0 auto;
  width: 100%;
}

.titSection {
  padding: 30px 0 10px;
}

.titPage {
  padding: 35px 0;
}
.titPage img {
  max-width: 350px;
  margin: 0 auto;
  width: 100%;
}

.TxtContent {
  padding: 0 5%;
}
.TxtContent a {
  color: #444;
}

.wrprError {
  padding-top: 50px;
}
.wrprError .TxtError {
  text-transform: uppercase;
  text-align: center;
  color: #721c24;
  font-weight: 400;
  line-height: 1em;
  font-size: 60px;
}
.wrprError .number {
  text-align: center;
  font-weight: 700;
  line-height: 1em;
  font-size: 100px;
  color: #721c24;
}

.oopsTxt {
  text-align: center;
  padding-top: 50px;
  font-size: 20px;
}

/*# sourceMappingURL=eventos-acordeon-movil.css.map */
