@import "https://fonts.googleapis.com/icon?family=Material+Icons";
@import "https://fonts.googleapis.com/icon?family=Material+Icons";
@import "https://fonts.googleapis.com/icon?family=Material+Icons";
@import "https://fonts.googleapis.com/icon?family=Material+Icons";
@import "https://fonts.googleapis.com/icon?family=Material+Icons";
.border-medium-grey {
  border-color: #CECECE; }

.bg--primary {
  background: #217AFE; }

.bg-light-grey {
  background: #FAFAFA; }

.bg-medium-grey {
  background: #CECECE; }

.text-grey {
  color: #8c8c8c; }

.fs-13 {
  font-size: 1.3rem; }

.layout-fixed {
  table-layout: fixed; }

.cursor-pointer {
  cursor: pointer; }

.spacing {
  padding: 5rem 0; }
  .spacing--half {
    padding: 5rem 0; }
    .spacing--half-top {
      padding-top: 5rem; }
  .spacing--bottom {
    padding-bottom: 10rem; }
  .spacing--top {
    padding-top: 10rem; }

.mt-50 {
  margin-top: 5rem; }

.mb-50 {
  margin-bottom: 5rem !important; }

.p-50 {
  padding: 5rem !important; }

.pb-50 {
  padding-bottom: 5rem !important; }

@media (min-width: 786px) {
  .spacing {
    padding: 10rem 0; }

  .p-md-50 {
    padding: 5rem !important; } }
.max-content {
  height: max-content; }

html {
  position: relative;
  min-height: 100%; }
  html body {
    overflow-x: hidden; }
    html body .slider {
      overflow: hidden;
      max-width: 1920px;
      margin: 0 auto; }
      html body .slider__slide {
        height: 100vh; }
        html body .slider__slide-img {
          position: absolute;
          top: 0;
          right: 0; }
        html body .slider__slide-subtitle {
          text-transform: uppercase;
          color: white;
          font-weight: 700;
          font-family: europa, sans-serif; }
        html body .slider__slide-title {
          text-transform: uppercase;
          color: white;
          font-size: 2.6rem;
          font-weight: 700;
          font-family: europa, sans-serif; }
      html body .slider .carousel-indicators {
        bottom: 5rem; }
    html body #slider__slide--1 {
      background-position: center;
      background-repeat: no-repeat;
      background-image: linear-gradient(to top, rgba(7, 49, 112, 0), rgba(7, 49, 112, 0.5)), url("../img/slide_1.jpg"); }
    html body .temperature {
      background: #FAFAFA;
      border-bottom: 1px solid #CECECE; }
      html body .temperature__item {
        padding: 5rem 0; }
        html body .temperature__item--air {
          border-top: 1px solid #CECECE;
          border-bottom: 1px solid #CECECE; }
        html body .temperature__item-icon {
          width: 4.5rem;
          height: 4.5rem;
          background: white;
          display: flex;
          justify-content: center;
          border-radius: 50%;
          border: 1px solid #CECECE;
          margin-right: 3rem; }
        html body .temperature__item-title {
          text-transform: uppercase;
          color: #8c8c8c; }
        html body .temperature__item-value {
          font-size: 2.6rem; }
          html body .temperature__item-value--hour {
            font-size: 1.6rem; }
    html body .home-atractions__item {
      height: 50rem;
      padding: 5rem 2.9rem;
      text-decoration: none;
      text-align: center;
      -moz-transition: 0.35s ease;
      -o-transition: 0.35s ease;
      -webkit-transition: 0.35s ease;
      transition: 0.35s ease; }
      html body .home-atractions__item:hover {
        background: #217AFE; }
        html body .home-atractions__item:hover .home-atractions__item-title, html body .home-atractions__item:hover .home-atractions__item-subtitle {
          color: white; }
      html body .home-atractions__item-title {
        font-family: europa, sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 1.9rem;
        color: black; }
      html body .home-atractions__item-subtitle {
        color: #8c8c8c; }
      html body .home-atractions__item-icon {
        display: block;
        margin: 0 auto; }
    html body .thermal-water {
      background-position: center;
      background-repeat: no-repeat;
      background-image: linear-gradient(to bottom, rgba(16, 100, 183, 0), rgba(16, 100, 183, 0.8)), url("../img/thermal_water_bg.jpg");
      height: 600px;
      display: flex;
      align-items: center;
      max-width: 1920px;
      margin: 0 auto; }
    html body .instagram__pictures {
      max-width: 1920px;
      margin: 0 auto;
      overflow: hidden; }
      html body .instagram__pictures-text {
        bottom: 15px;
        left: 15px;
        font-size: 2rem;
        font-family: europa, sans-serif;
        font-weight: 700;
        color: white;
        word-break: break-word; }
    html body .instagram__picture {
      width: 100%; }
    html body .family .panel {
      padding: 5rem; }
    html body .family__title {
      font-weight: 700;
      font-size: 1.9rem; }
    html body .family__questions {
      font-size: 1.9rem; }
    html body .map__text {
      font-size: 2rem;
      color: #8c8c8c; }
    html body .map__img {
      max-width: 100%; }
    html body .atractions-filters__title {
      font-size: 2.2rem; }
    html body .atractions-filters .chips {
      -moz-transition: 0.35s ease;
      -o-transition: 0.35s ease;
      -webkit-transition: 0.35s ease;
      transition: 0.35s ease; }
      html body .atractions-filters .chips:hover {
        background: #FAFAFA; }
      html body .atractions-filters .chips.active {
        background: #217AFE;
        color: white; }
        html body .atractions-filters .chips.active:hover {
          background: #015feb; }
    html body .atractions__header {
      padding: 1.5rem 3rem; }
      html body .atractions__header h2 {
        font-family: europa, sans-serif;
        font-size: 3.7rem;
        font-weight: 700;
        color: white; }
      html body .atractions__header--primary {
        background: #217AFE; }
      html body .atractions__header--yellow {
        background: #FDD903; }
      html body .atractions__header--orange {
        background: #FF4801; }
      html body .atractions__header--green {
        background: #45B549; }
      html body .atractions__header--red {
        background: #C30104; }
    html body .subpage-contact__item-value {
      font-size: 1.8rem;
      font-family: europa, sans-serif;
      color: #8c8c8c; }
    html body .subpage-contact__item-title {
      min-width: 140px; }
    html body .subpage-contact__form label {
      text-transform: uppercase; }
    html body .subpage-contact__form .form-control {
      font-size: 1.3rem;
      padding: 2rem; }
    html body .subpage-contact__form textarea {
      min-height: 200px; }
    html body .subpage-contact__contacts .accordion__heading.collapsed .contacts__open {
      transform: rotate(0); }
    html body .subpage-contact__contacts .contacts__open {
      font-size: 3rem;
      transform: rotate(45deg);
      -moz-transition: 0.35s ease;
      -o-transition: 0.35s ease;
      -webkit-transition: 0.35s ease;
      transition: 0.35s ease; }
    html body .subpage-pricing__item {
      display: block;
      position: relative;
      overflow: hidden; }
      html body .subpage-pricing__item img {
        -moz-transition: 0.35s ease;
        -o-transition: 0.35s ease;
        -webkit-transition: 0.35s ease;
        transition: 0.35s ease; }
      html body .subpage-pricing__item:hover img {
        transform: scale(1.1); }
      html body .subpage-pricing__item-text {
        position: absolute;
        bottom: 3rem;
        text-align: center;
        width: 100%;
        z-index: 1; }
      html body .subpage-pricing__item .h2 {
        font-size: 2.5rem; }
      html body .subpage-pricing__item-subtitle {
        font-size: 1.3rem; }
      html body .subpage-pricing__item::after {
        content: '';
        width: 100%;
        height: 100%;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
        /* IE6-9 */
        position: absolute;
        z-index: 0;
        bottom: 0; }
    html body .subpage-blog__img {
      max-height: 450px;
      overflow: hidden; }
    html body .subpage-error .h1 {
      font-size: 16rem;
      color: #217AFE; }
    html body .subpage-error__text {
      font-size: 1.8rem; }
    html body .subpage-faq .accordion__item:nth-of-type(odd) .questions__question-avatar {
      background: #A381AD; }
    html body .subpage-faq .accordion__item:nth-of-type(even) .questions__question-avatar {
      background: #FF8080; }
    html body .subpage-faq .accordion__heading {
      position: relative;
      z-index: 1;
      cursor: pointer; }
      html body .subpage-faq .accordion__heading.collapsed .questions__open {
        transform: rotate(0); }
    html body .subpage-faq .accordion .questions__answer {
      display: flex;
      padding-top: 4.5rem;
      margin-top: -3rem;
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    html body .subpage-faq .accordion .questions__open {
      width: 45px;
      min-width: 45px;
      height: 45px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 3rem;
      color: #8c8c8c;
      transform: rotate(45deg);
      -moz-transition: 0.35s ease;
      -o-transition: 0.35s ease;
      -webkit-transition: 0.35s ease;
      transition: 0.35s ease; }
    html body .subpage-faq__category {
      background: #EFEFEF;
      font-size: 1.5rem;
      font-weight: 700;
      color: #555555;
      padding: 1rem 1.5rem;
      border-radius: 5rem;
      opacity: 0.5;
      cursor: pointer; }
      html body .subpage-faq__category.active {
        opacity: 1; }
        html body .subpage-faq__category.active .subpage-faq__category-icon {
          background: #45B549; }
      html body .subpage-faq__category-icon {
        background: white;
        width: 1.6rem;
        height: 1.6rem;
        border-radius: 50%;
        padding: 0.3rem; }
    html body .subpage-sauna__one-icon {
      min-width: 3.5rem;
      margin-right: 5rem; }
    html body .nav-pricing-tab {
      position: absolute;
      bottom: 0; }
      html body .nav-pricing-tab .nav-item {
        font-size: 1.2rem;
        font-family: europa, sans-serif;
        text-decoration: none;
        color: #8c8c8c;
        background: #F2F2F2;
        border-radius: 0; }
        html body .nav-pricing-tab .nav-item.active {
          border: 0;
          color: black; }
        html body .nav-pricing-tab .nav-item:nth-of-type(1) {
          border-top-left-radius: 1.5rem; }
        html body .nav-pricing-tab .nav-item:last-child {
          border-top-right-radius: 1.5rem; }
    html body .subpage-pricing__AB .tab-content .table, html body .subpage-pricing__C .tab-content .table, html body .subpage-pricing__sauna .tab-content .table, html body .subpage-pricing__carnet .tab-content .table {
      border: 0; }
      html body .subpage-pricing__AB .tab-content .table td, html body .subpage-pricing__AB .tab-content .table th, html body .subpage-pricing__C .tab-content .table td, html body .subpage-pricing__C .tab-content .table th, html body .subpage-pricing__sauna .tab-content .table td, html body .subpage-pricing__sauna .tab-content .table th, html body .subpage-pricing__carnet .tab-content .table td, html body .subpage-pricing__carnet .tab-content .table th {
        padding: 0 3rem;
        vertical-align: middle;
        text-align: center;
        font-size: 2rem;
        font-family: europa, sans-serif;
        font-weight: 700;
        height: 100px; }
      html body .subpage-pricing__AB .tab-content .table thead tr th, html body .subpage-pricing__C .tab-content .table thead tr th, html body .subpage-pricing__sauna .tab-content .table thead tr th, html body .subpage-pricing__carnet .tab-content .table thead tr th {
        border: 0; }
        html body .subpage-pricing__AB .tab-content .table thead tr th:first-child, html body .subpage-pricing__C .tab-content .table thead tr th:first-child, html body .subpage-pricing__sauna .tab-content .table thead tr th:first-child, html body .subpage-pricing__carnet .tab-content .table thead tr th:first-child {
          border-top-left-radius: 1.5rem; }
        html body .subpage-pricing__AB .tab-content .table thead tr th:last-child, html body .subpage-pricing__C .tab-content .table thead tr th:last-child, html body .subpage-pricing__sauna .tab-content .table thead tr th:last-child, html body .subpage-pricing__carnet .tab-content .table thead tr th:last-child {
          border-top-right-radius: 1.5rem; }
      html body .subpage-pricing__AB .tab-content .table .th-hour, html body .subpage-pricing__C .tab-content .table .th-hour, html body .subpage-pricing__sauna .tab-content .table .th-hour, html body .subpage-pricing__carnet .tab-content .table .th-hour {
        font-size: 1.6rem;
        text-transform: uppercase; }
      html body .subpage-pricing__AB .tab-content .table .td-free, html body .subpage-pricing__C .tab-content .table .td-free, html body .subpage-pricing__sauna .tab-content .table .td-free, html body .subpage-pricing__carnet .tab-content .table .td-free {
        background: #f2f7ff; }
      html body .subpage-pricing__AB .tab-content .table .td-no-border, html body .subpage-pricing__C .tab-content .table .td-no-border, html body .subpage-pricing__sauna .tab-content .table .td-no-border, html body .subpage-pricing__carnet .tab-content .table .td-no-border {
        border: 0; }
      html body .subpage-pricing__AB .tab-content .table.table-one thead th, html body .subpage-pricing__C .tab-content .table.table-one thead th, html body .subpage-pricing__sauna .tab-content .table.table-one thead th, html body .subpage-pricing__carnet .tab-content .table.table-one thead th {
        color: white; }
      html body .subpage-pricing__AB .tab-content .table.table-one thead th:nth-of-type(1), html body .subpage-pricing__C .tab-content .table.table-one thead th:nth-of-type(1), html body .subpage-pricing__sauna .tab-content .table.table-one thead th:nth-of-type(1), html body .subpage-pricing__carnet .tab-content .table.table-one thead th:nth-of-type(1) {
        background: #071F45; }
      html body .subpage-pricing__AB .tab-content .table.table-one thead th:nth-of-type(2), html body .subpage-pricing__C .tab-content .table.table-one thead th:nth-of-type(2), html body .subpage-pricing__sauna .tab-content .table.table-one thead th:nth-of-type(2), html body .subpage-pricing__carnet .tab-content .table.table-one thead th:nth-of-type(2) {
        background: #217AFE; }
      html body .subpage-pricing__AB .tab-content .table.table-one thead th:nth-of-type(3), html body .subpage-pricing__C .tab-content .table.table-one thead th:nth-of-type(3), html body .subpage-pricing__sauna .tab-content .table.table-one thead th:nth-of-type(3), html body .subpage-pricing__carnet .tab-content .table.table-one thead th:nth-of-type(3) {
        background: #0C5ED8; }
      html body .subpage-pricing__AB .tab-content .table.table-one thead th:nth-of-type(4), html body .subpage-pricing__C .tab-content .table.table-one thead th:nth-of-type(4), html body .subpage-pricing__sauna .tab-content .table.table-one thead th:nth-of-type(4), html body .subpage-pricing__carnet .tab-content .table.table-one thead th:nth-of-type(4) {
        background: #0F4698;
        border-top-right-radius: 1.5rem; }
      html body .subpage-pricing__AB .tab-content .table.table-one thead th:last-child, html body .subpage-pricing__C .tab-content .table.table-one thead th:last-child, html body .subpage-pricing__sauna .tab-content .table.table-one thead th:last-child, html body .subpage-pricing__carnet .tab-content .table.table-one thead th:last-child {
        background: #0E3571;
        border-top-left-radius: 1.5rem; }
      html body .subpage-pricing__AB .tab-content .table.table-one .td-limit, html body .subpage-pricing__C .tab-content .table.table-one .td-limit, html body .subpage-pricing__sauna .tab-content .table.table-one .td-limit, html body .subpage-pricing__carnet .tab-content .table.table-one .td-limit {
        background: #071F45;
        color: white;
        border-bottom-right-radius: 1.5rem;
        border-bottom-left-radius: 1.5rem; }
      html body .subpage-pricing__AB .tab-content .table.table-one .td-info, html body .subpage-pricing__C .tab-content .table.table-one .td-info, html body .subpage-pricing__sauna .tab-content .table.table-one .td-info, html body .subpage-pricing__carnet .tab-content .table.table-one .td-info {
        font-size: 1.3rem;
        font-weight: 400; }
      html body .subpage-pricing__AB .tab-content .table.table-one .td-type, html body .subpage-pricing__C .tab-content .table.table-one .td-type, html body .subpage-pricing__sauna .tab-content .table.table-one .td-type, html body .subpage-pricing__carnet .tab-content .table.table-one .td-type {
        background: #F4F4F4; }
      html body .subpage-pricing__AB .tab-content .table.table-two th, html body .subpage-pricing__C .tab-content .table.table-two th, html body .subpage-pricing__sauna .tab-content .table.table-two th, html body .subpage-pricing__carnet .tab-content .table.table-two th {
        color: white; }
      html body .subpage-pricing__AB .tab-content .table.table-two .th-hour, html body .subpage-pricing__C .tab-content .table.table-two .th-hour, html body .subpage-pricing__sauna .tab-content .table.table-two .th-hour, html body .subpage-pricing__carnet .tab-content .table.table-two .th-hour {
        background: #0E3571;
        border-top-right-radius: 1.5rem;
        border-top-left-radius: 1.5rem; }
      html body .subpage-pricing__AB .tab-content .table.table-three thead .th-hour, html body .subpage-pricing__C .tab-content .table.table-three thead .th-hour, html body .subpage-pricing__sauna .tab-content .table.table-three thead .th-hour, html body .subpage-pricing__carnet .tab-content .table.table-three thead .th-hour {
        background: #F5F5F5;
        border-right: 1px solid  #dee2e6;
        border-top: 1px solid  #dee2e6;
        border-top-right-radius: 0; }
    html body .subpage-pricing__sauna .tab-content .table td, html body .subpage-pricing__sauna .tab-content .table th {
      height: 130px; }
    html body .subpage-pricing__sauna .tab-content .table.layout-fixed thead th:last-child {
      background: #217AFE;
      border-top-left-radius: 0; }
    html body .subpage-pricing__carnet .tab-content .table.table-one thead th:nth-of-type(4) {
      border-top-right-radius: 0; }
    html body .subpage-pricing__carnet .tab-content .table.table-one thead th:last-child {
      border-top-left-radius: 0; }
    html body .collapse:not(.show) {
      display: none !important; }
@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
    html body .fade-animation {
      animation-name: fade;
      animation-duration: 2s; }
    html body .scroll-animation {
      position: static; }

.border-medium-grey {
  border-color: #CECECE; }

.bg--primary {
  background: #217AFE; }

.bg-light-grey {
  background: #FAFAFA; }

.bg-medium-grey {
  background: #CECECE; }

.text-grey {
  color: #8c8c8c; }

.fs-13 {
  font-size: 1.3rem; }

.layout-fixed {
  table-layout: fixed; }

.cursor-pointer {
  cursor: pointer; }

.spacing {
  padding: 5rem 0; }
  .spacing--half {
    padding: 5rem 0; }
    .spacing--half-top {
      padding-top: 5rem; }
  .spacing--bottom {
    padding-bottom: 10rem; }
  .spacing--top {
    padding-top: 10rem; }

.mt-50 {
  margin-top: 5rem; }

.mb-50 {
  margin-bottom: 5rem !important; }

.p-50 {
  padding: 5rem !important; }

.pb-50 {
  padding-bottom: 5rem !important; }

@media (min-width: 786px) {
  .spacing {
    padding: 10rem 0; }

  .p-md-50 {
    padding: 5rem !important; } }
.max-content {
  height: max-content; }

.header {
  z-index: 1; }
  .header--white {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto; }
    .header--white .header__register {
      color: white; }
    .header--white .header__options {
      background: white; }
    .header--white .header__nav-link {
      color: white; }
  .header__register {
    font-size: 1.6rem;
    color: #8c8c8c; }
  .header__options {
    background: #F4F4F4;
    border-radius: 3rem;
    display: inline-flex;
    align-items: center; }
    .header__options-item {
      padding: 0.2rem 2rem; }
  .header__letters {
    font-size: 2.2rem;
    font-family: europa, sans-serif;
    font-weight: 700;
    color: #8c8c8c;
    font-weight: 700;
    text-decoration: none;
    border-right: 1px solid #CECECE;
    border-left: 1px solid #CECECE; }
  .header__nav-link {
    font-family: europa, sans-serif;
    font-size: 1.9rem;
    font-weight: 700;
    color: black;
    text-decoration: none;
    margin-left: 3rem; }
    .header__nav-link--social img {
      width: 34px; }
  .header .dropdown-item {
    font-size: 1.5rem;
    padding: 1rem 2rem !important; }
  .header-bg {
    height: 170px;
    background-position: center !important;
    max-width: 1920px;
    margin: 0 auto; }
    .header-bg--contact {
      background: url("../img/header_contact.jpg"); }
    .header-bg--pricing {
      background: url("../img/header_pricing.jpg"); }
    .header-bg--atractions {
      background: url("../img/header_atractions.jpg"); }
    .header-bg--gastronomy {
      background: url("../img/header_gastronomy.jpg"); }
    .header-bg--accommodation {
      background: url("../img/header_accommodation.jpg"); }
    .header-bg--faq {
      background: url("../img/header_faq.jpg"); }
    .header-bg--sauna {
      background: url("../img/header_sauna.jpg"); }
    .header-bg--pricing-ab {
      background: url("../img/header_pricing_ab.jpg"); }
    .header-bg--pricing-c {
      background: url("../img/header_pricing_c.jpg"); }
    .header-bg--pricing-sauna {
      background: url("../img/header_pricing_sauna.jpg"); }
    .header-bg--pricing-carnets {
      background: url("../img/header_pricing_carnets.jpg"); }

.panel {
  background: white;
  border-radius: 3rem;
  box-shadow: 0 3px 10px #00000029; }

.blog__item {
  background: white;
  border-radius: 3rem;
  box-shadow: 0 3px 10px #00000029; }
  .blog__item-img {
    height: 220px;
    overflow: hidden; }
    .blog__item-img:hover img {
      transform: scale(1.1); }
    .blog__item-img img {
      height: 100%;
      -moz-transition: 0.35s ease;
      -o-transition: 0.35s ease;
      -webkit-transition: 0.35s ease;
      transition: 0.35s ease; }
  .blog__item-date {
    color: #8c8c8c; }
  .blog__item-introtext {
    height: 55px;
    overflow: hidden; }
  .blog__item-readmore {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none; }

.carousel-indicators {
  position: static !important;
  margin: 0 !important;
  margin-top: 5rem !important; }
.carousel__control {
  -moz-transition: 0.35s ease;
  -o-transition: 0.35s ease;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
  background: #CECECE;
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  display: inline-block;
  cursor: pointer; }
  .carousel__control:not(:first-of-type) {
    margin-left: 0.5rem; }
  .carousel__control.active {
    width: 3rem; }

.questions__more {
  font-size: 1.8rem; }
.questions__wrapper {
  left: 0;
  -moz-transition: 0.35s ease;
  -o-transition: 0.35s ease;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease; }
  .questions__wrapper .col-12:nth-of-type(odd) .questions__question-avatar {
    background: #A381AD; }
  .questions__wrapper .col-12:nth-of-type(even) .questions__question-avatar {
    background: #FF8080; }
.questions__question {
  background: white;
  border-radius: 5rem;
  box-shadow: 0 3px 10px #00000029; }
  .questions__question-avatar {
    min-width: 45px;
    width: 45px;
    height: 45px;
    background: white;
    padding: 1rem;
    border-radius: 50%; }
.questions__answer {
  background: #217AFE;
  border-radius: 5rem;
  box-shadow: 0 3px 10px #00000029;
  color: white; }
  .questions__answer-avatar {
    min-width: 45px;
    width: 45px;
    height: 45px;
    background: white;
    padding: 1rem;
    border-radius: 50%; }

.footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
  color: white; }
.footer__link {
  color: white;
  text-decoration: none; }

@media (max-width: 1199px) {
  body::after {
    content: '';
    position: fixed;
    z-index: 99;
    background-color: #217AFE;
    height: 100vh;
    width: 100vw;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0; }

  a {
    text-decoration: none; }

  .nav-top {
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 101;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: #217AFE;
    position: fixed;
    top: 0; }
    .nav-top .hamburger {
      margin: 0 auto;
      color: white;
      cursor: pointer; }

  .nav-drill {
    margin-top: 50px;
    transform: translateX(100%); }

  .nav-is-toggled .nav-drill {
    transform: translateX(0); }
  .nav-is-toggled::after {
    opacity: 1;
    visibility: visible; }

  .nav-drill {
    display: flex;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    width: 250px;
    height: 100vh;
    background-color: #015feb;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    transition: 0.45s; }
  .nav-items {
    flex: 0 0 100%;
    list-style: none;
    padding: 1rem; }
  .nav-link {
    display: block;
    padding: 0.875em 1em;
    background-color: transparent;
    color: white;
    font-size: 2rem;
    line-height: 1.5em;
    font-weight: 300;
    text-decoration: none; }
  .nav-expand-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(100%);
    transition: 0.3s;
    visibility: hidden;
    background-color: #014bb8 !important; }
    .nav-expand-content .nav-back-link {
      display: flex;
      align-items: center;
      background-color: #015feb !important;
      color: white; }
      .nav-expand-content .nav-back-link::before {
        content: "chevron_left";
        margin-right: 0.5em;
        font-family: "Material Icons"; }
  .nav-expand-link {
    display: flex;
    justify-content: space-between; }
    .nav-expand-link::after {
      content: "chevron_right";
      flex: 0 1 auto;
      font-family: "Material Icons"; }
  .nav-expand.active > .nav-expand-content {
    transform: translateX(0);
    visibility: visible; } }
.breadcrumbs .breadcrumb {
  background-color: transparent;
  margin: 0;
  padding: 0; }
  .breadcrumbs .breadcrumb__separator {
    margin: 0 0.5rem; }
  .breadcrumbs .breadcrumb__item a {
    text-decoration: none; }

.subpage-intro__info-icon {
  width: 45px;
  height: 45px; }

.subpage-desc__route-dot {
  width: 15px;
  height: 15px; }
  .subpage-desc__route-dot--green {
    background: #45B549; }
  .subpage-desc__route-dot--yellow {
    background: #FDD903; }
  .subpage-desc__route-dot--red {
    background: #C30104; }

.gallery__item {
  max-height: 191px;
  overflow: hidden; }
.gallery__modal .close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 3rem;
  color: white;
  opacity: 1;
  text-shadow: 0 0 8px black; }
.gallery__modal .modal-dialog {
  max-width: 1110px; }

.pools__item a, .atractions__item a {
  display: block;
  overflow: hidden;
  max-height: 213px;
  overflow: hidden; }
  .pools__item a:hover .pools__item-img, .atractions__item a:hover .pools__item-img {
    transform: scale(1.1); }
.pools__item-img, .atractions__item-img {
  -moz-transition: 0.35s ease;
  -o-transition: 0.35s ease;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease; }
.pools__item-icon, .atractions__item-icon {
  width: 45px;
  height: 45px;
  top: 1.5rem;
  left: 3rem;
  z-index: 1; }

.cta {
  position: relative; }
  .cta::after {
    content: '';
    position: absolute;
    display: block;
    height: 109px;
    background: #217AFE;
    width: 100%;
    bottom: 0;
    z-index: -1; }

.references__wrapper:nth-of-type(odd) .references__item-avatar {
  background: #FF8080; }
.references__wrapper:nth-of-type(even) .references__item-avatar {
  background: #A381AD; }
.references__item {
  background: white;
  border-radius: 3rem;
  box-shadow: 0 3px 10px #00000029;
  padding: 2rem; }
  .references__item-avatar {
    min-width: 45px;
    width: 45px;
    height: 45px;
    padding: 1rem;
    border-radius: 50%; }

.info-section__icon {
  border: 2px solid #CECECE;
  color: #CECECE;
  font-size: 2rem;
  font-weight: 700;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center; }

.info-widget {
  background: white;
  border-radius: 3rem;
  box-shadow: 0 3px 10px #00000029;
  padding: 2rem; }
  .info-widget__icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
    background: #217AFE;
    padding: 1rem; }

.sauna-widget__img {
  background: url("../img/sauna_widget.png");
  background-size: cover; }

.water-widget__img {
  background: url("../img/water_widget.png");
  background-size: cover; }

.border-medium-grey {
  border-color: #CECECE; }

.bg--primary {
  background: #217AFE; }

.bg-light-grey {
  background: #FAFAFA; }

.bg-medium-grey {
  background: #CECECE; }

.text-grey {
  color: #8c8c8c; }

.fs-13 {
  font-size: 1.3rem; }

.layout-fixed {
  table-layout: fixed; }

.cursor-pointer {
  cursor: pointer; }

.spacing {
  padding: 5rem 0; }
  .spacing--half {
    padding: 5rem 0; }
    .spacing--half-top {
      padding-top: 5rem; }
  .spacing--bottom {
    padding-bottom: 10rem; }
  .spacing--top {
    padding-top: 10rem; }

.mt-50 {
  margin-top: 5rem; }

.mb-50 {
  margin-bottom: 5rem !important; }

.p-50 {
  padding: 5rem !important; }

.pb-50 {
  padding-bottom: 5rem !important; }

@media (min-width: 786px) {
  .spacing {
    padding: 10rem 0; }

  .p-md-50 {
    padding: 5rem !important; } }
.max-content {
  height: max-content; }

.border-medium-grey {
  border-color: #CECECE; }

.bg--primary {
  background: #217AFE; }

.bg-light-grey {
  background: #FAFAFA; }

.bg-medium-grey {
  background: #CECECE; }

.text-grey {
  color: #8c8c8c; }

.fs-13 {
  font-size: 1.3rem; }

.layout-fixed {
  table-layout: fixed; }

.cursor-pointer {
  cursor: pointer; }

.spacing {
  padding: 5rem 0; }
  .spacing--half {
    padding: 5rem 0; }
    .spacing--half-top {
      padding-top: 5rem; }
  .spacing--bottom {
    padding-bottom: 10rem; }
  .spacing--top {
    padding-top: 10rem; }

.mt-50 {
  margin-top: 5rem; }

.mb-50 {
  margin-bottom: 5rem !important; }

.p-50 {
  padding: 5rem !important; }

.pb-50 {
  padding-bottom: 5rem !important; }

@media (min-width: 786px) {
  .spacing {
    padding: 10rem 0; }

  .p-md-50 {
    padding: 5rem !important; } }
.max-content {
  height: max-content; }

html {
  font-size: 62.5%; }
  html body {
    font-size: 1.3rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1rem; }
    html body a {
      text-decoration: underline; }
    html body p {
      margin: 0; }
    html body .h1 {
      font-size: 5.6rem;
      font-family: europa, sans-serif;
      font-weight: 700; }
    html body .h2 {
      font-size: 3.5rem;
      font-family: europa, sans-serif;
      font-weight: 700; }
    html body .h3 {
      font-size: 3rem;
      font-family: europa, sans-serif;
      font-weight: 700; }
    html body .h4 {
      font-size: 2.6rem;
      font-family: europa, sans-serif;
      font-weight: 700; }
    html body .h5 {
      font-size: 2rem; }
    html body .after::after {
      content: '';
      height: 0.5rem;
      width: 3rem;
      display: block;
      background: black;
      margin-top: 1.5rem; }
    html body .after.text-center::after {
      margin-left: auto;
      margin-right: auto; }
    html body .btn {
      font-size: 1.5rem;
      border-radius: 3rem;
      padding: 1.5rem 4rem;
      letter-spacing: 0.1rem;
      text-decoration: none; }
      html body .btn--primary {
        background: #217AFE;
        color: white; }
        html body .btn--primary:hover {
          background: #015feb;
          color: white; }
      html body .btn--white {
        background: white;
        color: black;
        font-weight: 700; }
        html body .btn--white:hover {
          background: #e6e6e6; }
      html body .btn--border {
        border: 1px solid #CECECE;
        background: white;
        color: black;
        font-weight: 700; }
    html body .subheader__subtitle {
      color: #8c8c8c;
      font-weight: 700;
      font-family: europa, sans-serif;
      text-transform: uppercase; }
    html body .subheader--white .subheader__subtitle {
      color: white; }
    html body .subheader--white .subheader__title {
      color: white; }
    html body .h3--subheader {
      font-size: 2rem;
      color: #8c8c8c; }
    html body .small-paragraph__header {
      font-size: 2rem; }
    html body .small-paragraph__text {
      color: #8c8c8c; }
    html body .subpage-intro__chips .chips {
      max-height: 66px;
      margin-top: 1.5rem; }
    html body .chips {
      background: white;
      border-radius: 5rem;
      box-shadow: 0 3px 10px #00000029;
      padding: 1rem 3rem;
      display: flex;
      justify-content: center;
      height: 100%;
      align-items: center; }
      html body .chips__icon {
        margin-right: 2rem; }
      html body .chips__subtitle {
        color: #8c8c8c; }
      html body .chips__value {
        font-size: 1.8rem; }
      html body .chips--no-bg {
        padding: 0;
        background: transparent;
        box-shadow: none;
        justify-content: flex-start; }

.border-medium-grey {
  border-color: #CECECE; }

.bg--primary {
  background: #217AFE; }

.bg-light-grey {
  background: #FAFAFA; }

.bg-medium-grey {
  background: #CECECE; }

.text-grey {
  color: #8c8c8c; }

.fs-13 {
  font-size: 1.3rem; }

.layout-fixed {
  table-layout: fixed; }

.cursor-pointer {
  cursor: pointer; }

.spacing {
  padding: 5rem 0; }
  .spacing--half {
    padding: 5rem 0; }
    .spacing--half-top {
      padding-top: 5rem; }
  .spacing--bottom {
    padding-bottom: 10rem; }
  .spacing--top {
    padding-top: 10rem; }

.mt-50 {
  margin-top: 5rem; }

.mb-50 {
  margin-bottom: 5rem !important; }

.p-50 {
  padding: 5rem !important; }

.pb-50 {
  padding-bottom: 5rem !important; }

@media (min-width: 786px) {
  .spacing {
    padding: 10rem 0; }

  .p-md-50 {
    padding: 5rem !important; } }
.max-content {
  height: max-content; }

@media (min-width: 1200px) {
  html body {
    margin-bottom: 371px; }
    html body.homepage {
      margin-bottom: 335px; }
    html body .footer {
      position: absolute;
      width: 100%;
      bottom: 0; }
    html body .temperature__item--air {
      border-right: 1px solid #CECECE;
      border-left: 1px solid #CECECE;
      border-top: 0 !important;
      border-bottom: 0 !important; }
    html body .header-bg {
      height: 320px; }
    html body .scroll-animation {
      position: relative; }
  @keyframes zoom {
    0% {
      transform: scale(1); }
    100% {
      transform: scale(1.1); } }
    html body .zoom-animation {
      animation-name: zoom;
      animation-duration: 20s;
      animation-fill-mode: forwards; } }
@media (min-width: 992px) {
  html body .subpage-intro__img {
    border-right: 1px solid #CECECE; }
  html body .pools__item .subheader__title, html body .atractions__item .subheader__title {
    min-height: 62px; }
  html body .subpage-contact__form-wrapper {
    border-left: 1px solid #CECECE;
    margin-left: 1.5rem;
    padding-left: 3rem; } }
@media (min-width: 768px) {
  html body .slider__slide {
    height: 700px; }
  html body .thermal-water {
    background-size: inherit; }
  html body .subpage-intro__chips {
    position: absolute;
    bottom: 3rem;
    left: 4.5rem; }
  html body .subpage-sauna .subpage-intro__chips {
    left: 2.5rem; }
  html body .atractions__header h2 {
    font-size: 4.7rem; }
  html body .subpage-pricing__item-text {
    position: absolute;
    bottom: 5rem;
    text-align: center;
    width: 100%;
    z-index: 1; }
  html body .subpage-pricing__item .h2 {
    font-size: 3.5rem; }
  html body .subpage-pricing__item-subtitle {
    font-size: 1.8rem; }
  html body .subpage-pricing__carnet .tab-content .table {
    table-layout: fixed; } }
@media (min-width: 576px) {
  html body .nav-pricing-tab .nav-item {
    font-size: 2rem; } }

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