@font-face {
  font-family: 'StoneSoul';
  src: url('../fonts/StoneSoul-Regular.eot');
  src: local('☺'), url('../fonts/StoneSoul-Regular.woff') format('woff'), url('../fonts/StoneSoul-Regular.ttf') format('truetype'), url('../fonts/StoneSoul-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/************************************
  @media (max-width: 1599px) {
  }
  @media (max-width: 1199px) {
  }
  @media (max-width: 959px) {
  }
  @media (max-width: 639px) {
  }
  @media (max-width: 479px) {
  }

 ************************************
  @media (min-width: 480px) {
  }
  @media (min-width: 640px) {
  }
  @media (min-width: 960px) {
  }
  @media (min-width: 1200px) {
  }
  @media (min-width: 1600px) {
  }
************************************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  color: #333;
  background: white;
  left: 0 !important;
  margin-left: 0 !important;
}
noscript {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 1000;
}
#cookies-msg {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-size: 12px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
}
#cookies-msg.shown {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
@media (max-width: 640px) {
  #cookies-msg {
    text-align: center;
  }
}
#cookies-msg > div {
  background: white;
  padding: 15px 0;
  box-shadow: 0 -14px 25px rgba(0, 0, 0, 0.16);
}
#cookies-msg > div > div {
  box-sizing: content-box;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  /* Tablet landscape and bigger */
}
@media (min-width: 640px) {
  #cookies-msg > div > div {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 960px) {
  #cookies-msg > div > div {
    padding-left: 40px;
    padding-right: 40px;
  }
}
#cookies-msg.floating {
  left: 15px;
  right: 15px;
}
#cookies-msg.floating > div {
  width: 800px;
  max-width: 100%;
  margin: 15px auto;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
}
#cookies-msg.floating > div > div {
  padding-left: 20px;
  padding-right: 20px;
}
#cookies-msg #cookies-msg-close {
  display: none;
}
#cookies-msg .cookies-msg-actions a {
  display: block;
}
#cookies-msg a.uk-button {
  background: #8db27f;
}
#cookies-msg a.uk-button:hover {
  background: #5a7f4c;
}
#cookies-msg a:not(.uk-button) {
  color: #8db27f;
}
#cookies-msg a:not(.uk-button):hover {
  color: #5a7f4c;
}
.uk-container {
  max-width: 1360px;
}
.ci-header-overlay {
  position: absolute;
  z-index: 980;
  left: 0;
  right: 0;
}
.ci-topbar {
  padding-top: 40px;
  padding-bottom: 5px;
  font-size: 14px;
}
.ci-topbar ul.uk-subnav > li > a {
  text-transform: none;
}
.ci-contrast .ci-topbar ul.uk-subnav > li > a {
  color: #ffffff;
}
.ci-navbar {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.uk-light .ci-navbar {
  border-color: rgba(255, 255, 255, 0.6);
}
.ci-white .ci-navbar {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.ci-navbar a.uk-logo {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.uk-light .ci-navbar a.uk-logo {
  border-color: rgba(255, 255, 255, 0.6);
}
.ci-white .ci-navbar a.uk-logo {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1199px) {
}
.ci-navbar a.uk-logo > img * #dark *,
.ci-navbar a.uk-logo svg * #dark * {
  fill: #257d12;
}
.ci-navbar a.uk-logo > img * #light *,
.ci-navbar a.uk-logo svg * #light * {
  fill: #8db27f;
}
.uk-light .ci-navbar a.uk-logo > img *,
.uk-light .ci-navbar a.uk-logo svg * {
  fill: white;
  stroke: none;
}
.ci-white .ci-navbar a.uk-logo > img *,
.ci-white .ci-navbar a.uk-logo svg * {
  fill: #8db27f;
}
.ci-navbar .uk-navbar-right > .uk-navbar-nav {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.uk-light .ci-navbar .uk-navbar-right > .uk-navbar-nav {
  border-color: rgba(255, 255, 255, 0.6);
}
.ci-white .ci-navbar .uk-navbar-right > .uk-navbar-nav {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.ci-navbar .uk-navbar-right > .uk-navbar-nav > li:nth-last-child(n+2) > a {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.uk-light .ci-navbar .uk-navbar-right > .uk-navbar-nav > li:nth-last-child(n+2) > a {
  border-color: rgba(255, 255, 255, 0.6);
}
.ci-white .ci-navbar .uk-navbar-right > .uk-navbar-nav > li:nth-last-child(n+2) > a {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.ci-navbar .uk-navbar-right > .uk-navbar-nav > li > a {
  font-family: 'Karla', sans-serif;
}
.uk-light .ci-navbar .uk-navbar-right > .uk-navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.9);
}
.ci-white .ci-navbar .uk-navbar-right > .uk-navbar-nav > li > a {
  color: #666 !important;
}
.ci-navbar .uk-navbar-right .uk-navbar-item {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.uk-light .ci-navbar .uk-navbar-right .uk-navbar-item {
  border-color: rgba(255, 255, 255, 0.6);
}
.ci-white .ci-navbar .uk-navbar-right .uk-navbar-item {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.ci-white .ci-navbar .uk-navbar-right .uk-navbar-item a {
  color: #999;
}
.ci-navbar-container img.ci-white {
  display: block;
}
.ci-white .ci-navbar-container img.ci-white {
  display: none!important;
}
.ci-navbar-container img.ci-color {
  display: none;
}
.ci-white .ci-navbar-container img.ci-color {
  display: block!important;
}
.ci-navbar-container.uk-sticky-below {
  background: white;
  padding: 15px 0;
}
.ci-navbar-container.uk-sticky-below img.ci-white {
  display: none;
}
.ci-navbar-container.uk-sticky-below img.ci-color {
  display: block;
}
.ci-slidenav {
  padding: 0;
  color: #fff;
  width: 70px;
  color: white;
  visibility: visible !important;
  line-height: 70px;
  text-align: center;
  height: 70px;
  background: transparent;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color, border-color, box-shadow;
}
.ci-slidenav svg {
  width: 15px;
}
.ci-slidenav:hover {
  color: white;
  background-color: rgba(0, 0, 0, 0.1);
}
.ci-slidenav:active {
  color: white;
  background-color: rgba(0, 0, 0, 0.1);
}
.ci-slidenav:focus {
  color: white;
  background-color: rgba(0, 0, 0, 0.1);
}
h1 {
  margin-top: 0;
  font-size: 4.5rem;
  font-weight: 600;
  font-family: 'Playfair Display', serif;
}
@media (max-width: 1599px) {
  h1 {
    font-size: 4.3rem;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 3.5rem;
  }
}
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6 {
  font-family: 'Karla', sans-serif;
}
.ci-slider h1 {
  margin-top: 0;
  font-size: 5.5rem;
  font-weight: 600;
  font-family: 'Playfair Display', serif;
}
@media (max-width: 1599px) {
  .ci-slider h1 {
    font-size: 5rem;
  }
}
@media (max-width: 1199px) {
  .ci-slider h1 {
    font-size: 4rem;
  }
}
@media (max-width: 639px) {
  .ci-slider h1 {
    font-size: 3rem;
  }
}
h6 {
  margin-bottom: 0;
  font-family: StoneSoul;
  font-size: 6rem;
  line-height: 5rem;
}
@media (max-width: 1599px) {
  h6 {
    font-size: 5rem;
    line-height: 4rem;
  }
}
@media (max-width: 1199px) {
  h6 {
    font-size: 4rem;
    line-height: 3rem;
  }
}
h6.small {
  font-size: 4rem;
  line-height: 3rem;
}
.ci-language {
  position: relative;
  top: -5px;
}
.ci-language span {
  display: inline-block;
  background: white;
  color: #333;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100px;
  text-align: center;
}
.ci-white .ci-language span {
  background: #8db27f;
  color: white;
}
h2 {
  font-size: 3.5rem;
  line-height: 3.5rem;
  font-weight: 600;
  font-family: 'Playfair Display', serif;
}
@media (max-width: 959px) {
  h2 {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media (max-width: 639px) {
  h2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
.ci-box-decoration-default:before {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-color: rgba(255, 255, 255, 0.7);
  transform: translate(0, 0);
  background-color: transparent;
  content: '';
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 960px) {
  .uk-margin-remove-left\@m {
    margin-left: 0 !important;
  }
}
.ci-green {
  color: #257d12 !important;
}
.ci-green.light {
  color: #8db27f !important;
}
.ci-khaki {
  color: khaki !important;
}
.ci-actividades h4,
.ci-reservas h4 {
  font-family: 'Karla', sans-serif;
  margin-top: 0;
  color: #8db27f;
}
.ci-actividades img,
.ci-reservas img,
.ci-actividades svg,
.ci-reservas svg {
  height: 38px;
}
.ci-rotate-180 {
  transform: rotate(180deg);
}
.ci-section-title {
  color: #0d1724;
  font-size: 14px;
  line-height: 1.7;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  font-family: Montserrat;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  transform: translateY(-50%) translateY(-30px);
}
footer h4 {
  font-family: 'Karla', sans-serif;
  font-size: 1rem;
  font-weight: 600;
}
a.uk-button-secondary,
button.uk-button-secondary {
  background: #8db27f !important;
  color: #ffffff !important;
}
a.uk-button-secondary.dark,
button.uk-button-secondary.dark {
  background: #257d12 !important;
}
.ci-accordion > :nth-child(n+2) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #E5E5E7;
}
.ci-accordion a.uk-accordion-title {
  color: #257d12;
  font-weight: 600;
}
.ci-accordion .ci-form-content {
  padding-top: 30px;
  padding-bottom: 30px;
}
.ci-accordion h4 {
  font-family: 'Karla', sans-serif;
}
.ci-background-muted {
  background: #e2ebdf;
}
.ci-modal-dialog {
  border-top: 5px solid #8db27f;
  width: 800px;
  padding: 40px;
}
.ci-modal-dialog h2 {
  font-size: 3rem;
  margin-top: 20px;
  color: #8db27f;
}
@media (max-width: 959px) {
  .ci-modal-dialog h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 639px) {
  .ci-modal-dialog h2 {
    font-size: 2rem;
  }
}
.ci-button-brand {
  background: #8db27f;
  width: 110px;
  height: 110px;
  border-radius: 100px;
  line-height: 100px;
  text-align: center;
}
.ci-button-brand img *,
.ci-button-brand svg * {
  fill: white !important;
}
.ci-offcanvas-bar {
  background: #8db27f;
}
.ci-offcanvas-bar .ci-button-brand {
  background: white;
}
.ci-offcanvas-bar .ci-button-brand img *,
.ci-offcanvas-bar .ci-button-brand svg * {
  fill: #8db27f !important;
}
.ci-offcanvas-bar ul li a {
  color: #ffffff !important;
}
blockquote {
  margin: 0 0 20px 0;
  font-size: 42px;
  line-height: 1.2;
  font-style: normal;
  color: #0d1724;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
}
.uk-heading-large,
.uk-heading-small,
.uk-heading-xsmall,
.uk-heading-medium {
  font-family: 'Playfair Display', serif;
}
@media (min-width: 960px) {
  .ci-text-lead {
    font-size: 1.5rem;
  }
}
h3.uk-heading-small {
  font-size: 2rem;
}
.ci-steps-num {
  width: 80px;
  height: 80px;
  position: absolute;
  line-height: 70px;
  text-align: center;
  font-size: 2.5rem;
  border-radius: 100px;
  border: 5px solid white;
  color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-weight: 600;
  background: #8db27f;
  left: 50%;
  margin-left: -40px;
  top: -40px;
  transition: all ease .4s;
}
.ci-step {
  transition: all ease .4s;
}
.ci-step h4,
.ci-step p {
  transition: all ease .4s;
}
.ci-step p {
  color: #666;
}
.ci-step:hover {
  background: #8db27f !important;
  color: white;
}
.ci-step:hover h4 {
  color: white;
}
.ci-step:hover p {
  color: white;
}
.ci-step:hover .ci-steps-num {
  transform: scale(1.2);
  background-color: white;
  color: #8db27f;
  border-color: #8db27f;
}
.uk-lightbox {
  background-color: rgba(0, 0, 0, 0.5);
}
.videoWrapper {
  position: relative;
  padding-bottom: 39%;
  padding-top: 0px;
  height: 0;
  margin-left: 15px;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
ul.ci-cities li.uk-active a {
  color: #333 !important;
  font-weight: 500 !important;
}
ul.ci-cities li.uk-active a i {
  color: #257d12;
}
.mf-map {
  margin-bottom: 30px;
  position: relative;
  border: 10px solid #eff4ec;
}
.mf-map .uk-marker {
  z-index: 1;
  background-color: orange;
}
.mf-map .uk-card {
  border-top: 3px solid #8db27f;
}
.ci-article h2 {
  font-family: 'Playfair Display', serif;
}
article h3.uk-h3 {
  font-family: 'Playfair Display', serif;
}
article .uk-text-lead {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
}
@media (max-width: 959px) {
  .ci-news-section {
    padding: 30px 0;
  }
}
#covid ul.uk-subnav-pill {
  margin-top: 30px;
}
#covid ul.uk-subnav-pill li.uk-active a {
  background-color: #8db27f;
}
/*# sourceMappingURL=main.css.map */