@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Fjalla+One|Raleway:400,500,700|Roboto:400,500");
@font-face {
  font-family: FontAwesome;
  src: url(/fonts/FontAwesome.otf);
}
@-webkit-keyframes sunturn {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes sunturn {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes sunturn {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sunturn {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes menu-out {
  0% {
    transform: translateX(300px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
@-moz-keyframes menu-out {
  0% {
    transform: translateX(300px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
@-o-keyframes menu-out {
  0% {
    transform: translateX(300px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes menu-out {
  0% {
    transform: translateX(300px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
@-webkit-keyframes menu-in {
  0% {
    transform: translateX(0px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(300px);
  }
}
@-moz-keyframes menu-in {
  0% {
    transform: translateX(0px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(300px);
  }
}
@-o-keyframes menu-in {
  0% {
    transform: translateX(0px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(300px);
  }
}
@keyframes menu-in {
  0% {
    transform: translateX(0px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(300px);
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes pop-out {
  0% {
    transform: scale(1);
  }
  80% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1.05);
  }
}
@-moz-keyframes pop-out {
  0% {
    transform: scale(1);
  }
  80% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1.05);
  }
}
@-o-keyframes pop-out {
  0% {
    transform: scale(1);
  }
  80% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1.05);
  }
}
@keyframes pop-out {
  0% {
    transform: scale(1);
  }
  80% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1.05);
  }
}
@-webkit-keyframes pop-in {
  0% {
    transform: scale(1.05);
  }
  20% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes pop-in {
  0% {
    transform: scale(1.05);
  }
  20% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes pop-in {
  0% {
    transform: scale(1.05);
  }
  20% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pop-in {
  0% {
    transform: scale(1.05);
  }
  20% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes robot-out {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  80% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes robot-out {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  80% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes robot-out {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  80% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
@keyframes robot-out {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  80% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes move-arrow-in {
  from {
    right: -30px;
  }
  to {
    right: 0px;
  }
}
@-moz-keyframes move-arrow-in {
  from {
    right: -30px;
  }
  to {
    right: 0px;
  }
}
@-o-keyframes move-arrow-in {
  from {
    right: -30px;
  }
  to {
    right: 0px;
  }
}
@keyframes move-arrow-in {
  from {
    right: -30px;
  }
  to {
    right: 0px;
  }
}
.container {
  width: 1190px;
  margin: 0 auto;
  position: relative;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
}
.flex-container.align-items-top {
  align-items: flex-start;
}
.flex-container.full .one {
  padding: 0 100px;
}
.flex-container .one {
  flex: 1;
}
.flex-container .two {
  flex: 2;
}
.flex-container .three {
  flex: 3;
}
.flex-container .four {
  flex: 4;
}
.flex-container .five {
  flex: 5;
}
.flex-container .one.justify-center, .flex-container .two.justify-center, .flex-container .three.justify-center, .flex-container .four.justify-center, .flex-container .five.justify-center {
  justify-content: center;
}
.flex-container .one.white, .flex-container .two.white, .flex-container .three.white, .flex-container .four.white, .flex-container .five.white {
  background: white;
}

@media all and (max-width: 1190px) {
  .container {
    width: 100%;
  }
}
@media all and (max-width: 960px) {
  .flex-container .one, .flex-container .two, .flex-container .three, .flex-container .four, .flex-container .five {
    flex: 100%;
  }
  .flex-container.full .one {
    padding: 0;
  }
}
body {
  margin: 0;
  color: #191919;
  background: #f6f6f6;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
}
body.footer-no-margin footer {
  margin-top: 0;
}

nav {
  height: 100px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
nav.inverse svg {
  fill: #191919;
}
nav.inverse ul li {
  color: #191919;
}
nav svg {
  height: 60px;
  width: auto;
  margin-top: 25px;
  margin-right: 20px;
  float: left;
  fill: #f6f6f6;
}
nav svg .logo-sun {
  -webkit-transform-origin: 14.7% 50%;
  -moz-transform-origin: 14.7% 50%;
  -o-transform-origin: 14.7% 50%;
  transform-origin: 14.7% 50%;
  -webkit-animation: sunturn 2s ease;
  -moz-animation: sunturn 2s ease;
  -o-animation: sunturn 2s ease;
  animation: sunturn 2s ease;
}
nav svg:hover {
  fill: #ffd503;
  cursor: pointer;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
nav svg:hover .logo-sun {
  -webkit-transform-origin: 14.7% 50%;
  -moz-transform-origin: 14.7% 50%;
  -o-transform-origin: 14.7% 50%;
  transform-origin: 14.7% 50%;
  -webkit-animation: sunturn 2s linear infinite;
  -moz-animation: sunturn 2s linear infinite;
  -o-animation: sunturn 2s linear infinite;
  animation: sunturn 2s linear infinite;
}
nav ul {
  padding: 0;
  margin: 0;
  height: 100%;
  list-style: none;
}
nav ul li {
  height: 100px;
  line-height: 100px;
  float: left;
  color: #f6f6f6;
  padding: 0 15px;
  letter-spacing: 1.5px;
  font-family: "Fjalla One", sans-serif;
  font-size: 1.3em;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
nav ul li:hover, nav ul li.active {
  color: #ffd503;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
nav .listbutton {
  height: 75px;
  width: 35px;
  position: relative;
  float: right;
  display: none;
  text-align: right;
  line-height: 75px;
  font-size: 30px;
}
nav .listbutton::after {
  content: "";
  color: #f6f6f6;
  font-family: "FontAwesome";
}

main {
  overflow: hidden;
}

section.tilted {
  background: #003f80;
  color: #f6f6f6;
  margin: 100px 0;
  margin-left: -2%;
  width: 104%;
}
section.tilted.left {
  margin-bottom: 0;
  transform: rotate(10deg);
}
section.tilted.left .one, section.tilted.left .two, section.tilted.left .three, section.tilted.left .four, section.tilted.left .five {
  transform: rotate(-10deg);
}
section.tilted.right {
  margin-top: 0;
  transform: rotate(-10deg);
}
section.tilted.right .one, section.tilted.right .two, section.tilted.right .three, section.tilted.right .four, section.tilted.right .five {
  transform: rotate(10deg);
}
section.sideways {
  background: #00264d;
  color: #f6f6f6;
  margin: 100px 0;
  position: relative;
}
section.sideways button {
  color: #00264d;
}
section.sideways button:hover {
  color: #ffd503;
}
section.sideways.light {
  background: #0058b3;
}
section.sideways.light.right::before {
  background: linear-gradient(178deg, transparent 49%, #0058b3 50%) no-repeat top/100% 100px, linear-gradient(-5deg, transparent 49%, transparent 50%) no-repeat bottom/100% 100px, transparent;
}
section.sideways.light.right::after {
  background: linear-gradient(178deg, #0058b3 49%, transparent 50%) no-repeat top/100% 100px, linear-gradient(-5deg, transparent 49%, transparent 50%) no-repeat bottom/100% 100px, transparent;
}
section.sideways.light.left::before {
  background: linear-gradient(178deg, transparent 49%, #0058b3 50%) no-repeat top/100% 100px, linear-gradient(-5deg, transparent 49%, transparent 50%) no-repeat bottom/100% 100px, transparent;
}
section.sideways.light.left::after {
  background: linear-gradient(178deg, #0058b3 49%, transparent 50%) no-repeat top/100% 100px, linear-gradient(-5deg, transparent 49%, transparent 50%) no-repeat bottom/100% 100px, transparent;
}
section.sideways.normal {
  background: #003f80;
}
section.sideways.normal.right::before {
  background: linear-gradient(178deg, transparent 49%, #003f80 50%) no-repeat top/100% 100px, linear-gradient(-5deg, transparent 49%, transparent 50%) no-repeat bottom/100% 100px, transparent;
}
section.sideways.normal.right::after {
  background: linear-gradient(178deg, #003f80 49%, transparent 50%) no-repeat top/100% 100px, linear-gradient(-5deg, transparent 49%, transparent 50%) no-repeat bottom/100% 100px, transparent;
}
section.sideways.normal.left::before {
  background: linear-gradient(178deg, transparent 49%, #003f80 50%) no-repeat top/100% 100px, linear-gradient(-5deg, transparent 49%, transparent 50%) no-repeat bottom/100% 100px, transparent;
}
section.sideways.normal.left::after {
  background: linear-gradient(178deg, #003f80 49%, transparent 50%) no-repeat top/100% 100px, linear-gradient(-5deg, transparent 49%, transparent 50%) no-repeat bottom/100% 100px, transparent;
}
section.sideways.right::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  top: -99px;
  background: linear-gradient(178deg, transparent 49%, #00264d 50%) no-repeat top/100% 100px, linear-gradient(-5deg, transparent 49%, transparent 50%) no-repeat bottom/100% 100px, transparent;
}
section.sideways.right::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  top: auto;
  bottom: -99px;
  background: linear-gradient(178deg, #00264d 49%, transparent 50%) no-repeat top/100% 100px, linear-gradient(-5deg, transparent 49%, transparent 50%) no-repeat bottom/100% 100px, transparent;
}
section.sideways.left::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  top: -99px;
  background: linear-gradient(178deg, transparent 49%, #00264d 50%) no-repeat top/100% 100px, linear-gradient(-5deg, transparent 49%, transparent 50%) no-repeat bottom/100% 100px, transparent;
}
section.sideways.left::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  top: auto;
  bottom: -99px;
  background: linear-gradient(178deg, #00264d 49%, transparent 50%) no-repeat top/100% 100px, linear-gradient(-5deg, transparent 49%, transparent 50%) no-repeat bottom/100% 100px, transparent;
}
section.sider {
  margin-top: 100px;
  background: #003f80;
  color: #f6f6f6;
  position: relative;
}
section.sider.no-margin {
  margin-top: 0;
}
section.sider.white {
  background: #f6f6f6;
  color: #191919;
}
section.sider.white a {
  color: #191919;
  font-weight: 900;
}
section.sider.white a:hover {
  color: #ffd503;
}
section.sider.white .top-right::after {
  background: #f6f6f6;
}
section.sider.white .top-right::before {
  border-bottom-color: #f6f6f6;
}
section.sider.light {
  background: #0058b3;
}
section.sider.light .top-right::after {
  background: #0058b3;
}
section.sider.light .top-right::before {
  border-bottom-color: #0058b3;
}
section.sider.dark {
  background: #00264d;
}
section.sider.dark button {
  color: #00264d;
}
section.sider.dark .top-right::after {
  background: #00264d;
}
section.sider.dark .top-right::before {
  border-bottom-color: #00264d;
}
section.sider .top-right {
  background: none;
  position: absolute;
  top: -100px;
  left: 0;
  height: 100px;
  width: 100%;
}
section.sider .top-right::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: calc(100% - 1200px);
  left: auto;
  right: 0;
  height: 100px;
  background: #003f80;
}
section.sider .top-right::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  border-top: 0px solid transparent;
  border-left: 1200px solid transparent;
  border-bottom: 100px solid #003f80;
}
section.blue {
  background: #003f80;
}
section.dblue {
  background: #00264d;
}
section.dblue button {
  color: #00264d;
}
section.blue, section.dblue {
  color: #f6f6f6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Fjalla One", sans-serif;
  letter-spacing: 1.5px;
  margin: 0.83em 0 0.33em;
}
h1.center, h2.center, h3.center, h4.center, h5.center, h6.center {
  text-align: center;
}
h1.right, h2.right, h3.right, h4.right, h5.right, h6.right {
  text-align: right;
}
h1.left, h2.left, h3.left, h4.left, h5.left, h6.left {
  text-align: left;
}

h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: "Raleway", sans-serif;
}

a {
  color: #ffd503;
  text-decoration: none;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
a:focus {
  outline: none;
}
a:hover {
  text-decoration: underline;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

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

button {
  border: 2px solid #ffd503;
  background: #ffd503;
  color: #003f80;
  padding: 10px 30px;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 18px;
  -webkit-animation: pop-in 0.5s;
  -moz-animation: pop-in 0.5s;
  -o-animation: pop-in 0.5s;
  animation: pop-in 0.5s;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
button:focus {
  outline: none;
}
button:hover {
  background: none;
  color: #ffd503;
  text-decoration: none;
  cursor: pointer;
  transform: scale(1.05);
  -webkit-animation: pop-out 0.5s;
  -moz-animation: pop-out 0.5s;
  -o-animation: pop-out 0.5s;
  animation: pop-out 0.5s;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

form {
  padding-bottom: 35px;
  display: block;
  width: 100%;
  margin: 0 auto;
}
form.white input, form.white textarea {
  border-color: #f6f6f6;
  color: #f6f6f6;
}
form.white ::placeholder {
  color: #f6f6f6;
}
form .input-group {
  position: relative;
  margin-top: 30px;
}
form .input-group.right {
  text-align: right;
}
form .input-group:first-child {
  margin-top: 0;
}
form input, form textarea {
  width: 100%;
  height: 40px;
  border: 2px solid #003f80;
  background: none;
  padding: 5px 15px;
  box-sizing: border-box;
  color: #003f80;
  -webkit-appearance: none;
  font-family: "Raleway", sans-serif;
  font-size: 0.95em;
  box-shadow: 8px -8px #f6f6f6;
}
form input:focus, form textarea:focus {
  outline: none;
}
form input[type=submit], form textarea[type=submit] {
  border: 2px solid #ffd503;
  background: #ffd503;
  color: #003f80;
  width: auto;
  height: auto;
  padding: 10px 30px;
  font-size: 1em;
  font-weight: bold;
  box-shadow: none;
  -webkit-animation: pop-in 0.5s;
  -moz-animation: pop-in 0.5s;
  -o-animation: pop-in 0.5s;
  animation: pop-in 0.5s;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
form input[type=submit]:hover, form textarea[type=submit]:hover {
  background: none;
  color: #ffd503;
  cursor: pointer;
  transform: scale(1.05);
  -webkit-animation: pop-out 0.5s;
  -moz-animation: pop-out 0.5s;
  -o-animation: pop-out 0.5s;
  animation: pop-out 0.5s;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
form textarea {
  height: 300px;
  max-width: 100%;
  min-width: 100%;
  padding: 8px 15px;
}
form ::placeholder {
  color: #003f80;
}

.tabs {
  border-bottom: 1px solid #f6f6f6;
}
.tabs ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  font-weight: 900;
  font-family: Montserrat;
}
.tabs ul li {
  flex: 1;
  height: 50px;
  line-height: 50px;
  color: #003f80;
  background: white;
  text-align: center;
  user-select: none;
  font-family: "Fjalla One", sans-serif;
}
.tabs ul li.active {
  color: #ffd503;
  background: #003f80;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.tabs ul li.active:hover {
  color: #ffd503;
}
.tabs ul li:hover {
  cursor: pointer;
  color: #ffd503;
  background: #0058b3;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

footer {
  position: relative;
  background: #003f80;
  color: #f6f6f6;
  padding: 55px 0 150px;
  margin-top: 100px;
  border-bottom: 4px solid #00264d;
}
footer::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 300px;
  height: 150px;
  z-index: 0;
  opacity: 0.65;
  background-image: url("/images/icons/sun-dblue.svg");
  background-size: cover;
}
footer .topsvg {
  background: none;
  position: absolute;
  top: -100px;
  left: 0;
  height: 100px;
  width: 100%;
  z-index: 0;
  pointer-events: none;
}
footer .topsvg::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: calc(100% - 1200px);
  left: auto;
  right: 0;
  height: 100px;
  background: #003f80;
}
footer .topsvg::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  border-top: 0px solid transparent;
  border-left: 1200px solid transparent;
  border-bottom: 100px solid #003f80;
}
footer .container {
  display: flex;
  z-index: 10;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .container section {
  flex: 1;
}
footer .container section h1 {
  position: relative;
  margin: 0.83em 0 2em;
  font-weight: 100;
}
footer .container section h1::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  top: auto;
  bottom: -15px;
  background: #f6f6f6;
  height: 3px;
  width: 60%;
}
footer .container section i {
  height: 55px;
  width: 55px;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
footer .container section i:hover {
  color: #f6f6f6;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
footer .container section i::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  line-height: 55px;
  font-size: 2em;
  font-style: normal;
  font-family: FontAwesome;
}
footer .container section i.facebook::before {
  content: "";
}
footer .container section i.instagram::before {
  content: "";
}
footer .container section i.tripadvisor::before {
  content: "";
}
footer .container section ul li {
  padding: 7px 0;
  font-size: 1.2em;
}
footer .container .copy {
  bottom: -90px;
  left: 0;
  position: absolute;
  font-family: "Raleway", sans-serif;
  font-size: 0.9em;
}

@media all and (max-width: 1200px) {
  footer {
    overflow: hidden;
  }
}
@media all and (max-width: 1024px) {
  nav {
    height: 75px;
    box-sizing: border-box;
    overflow: none;
    user-select: none;
  }
  nav svg {
    height: 50px;
    margin-top: 20px;
    margin-left: 10px;
  }
  nav ul {
    display: none;
    width: 300px;
    height: 100vh;
    right: 0;
    top: 0;
    padding-top: 75px;
    position: fixed;
    background: #f6f6f6;
    -webkit-animation: menu-in 0.4s;
    -moz-animation: menu-in 0.4s;
    -o-animation: menu-in 0.4s;
    animation: menu-in 0.4s;
  }
  nav ul li {
    float: none;
    width: 100%;
    color: #003f80;
    text-align: center;
    padding: 0;
    height: 65px;
    line-height: 65px;
  }
  nav ul.active {
    display: block;
  }
  nav.active {
    position: fixed;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
  }
  nav.active svg {
    display: none;
  }
  nav.active .listbutton {
    z-index: 10000;
  }
  nav.active .listbutton::after {
    color: #003f80;
    content: "";
  }
  nav svg {
    margin-right: 0px;
  }
  nav .listbutton {
    margin-right: 10px;
    display: block;
  }

  section.sider.activities-page .top-right {
    display: none;
  }

  form {
    width: 100%;
  }
  form .input-group.sixty {
    width: 100%;
  }

  footer .container {
    width: 90%;
  }
  footer .container lang {
    margin-top: 35px;
    width: 100%;
  }
  footer .container lang:first-child {
    margin-top: 0;
  }
  footer .container section {
    flex: 100%;
    margin-top: 35px;
  }
  footer .container section:first-child {
    margin-top: 0;
  }
}
.home, .banner {
  height: 600px;
  max-height: 1200px;
  width: 100%;
  position: relative;
}
.home img, .banner img {
  height: 120%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}
.home button, .banner button {
  position: absolute;
  left: 0;
  bottom: 200px;
  z-index: 10;
}
.home h1, .banner h1 {
  position: absolute;
  bottom: 250px;
  color: #ffd503;
  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.75));
  font-size: 3.6em;
  z-index: 10;
}
.home h1::before, .banner h1::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 95%;
  height: 30%;
  top: auto;
  bottom: 0;
  left: -30px;
  border-top: 5px solid #0058b3;
  background: #003f80;
  z-index: -1;
}
.home::before, .banner::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to top, transparent, rgba(0, 63, 128, 0.65));
  opacity: 1;
  z-index: 0;
}
.home::after, .banner::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 120%;
  background: black;
  opacity: 0.285;
  z-index: 0;
}
.home .to-bottom, .banner .to-bottom {
  height: 60px;
  width: 60px;
  position: absolute;
  z-index: 600;
  left: 50%;
  bottom: -75px;
  background: #003f80;
  border-radius: 50%;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.4);
  transform: translateX(-50%);
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.home .to-bottom::before, .banner .to-bottom::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  content: "";
  color: #f6f6f6;
  width: 100%;
  height: 100%;
  line-height: 60px;
  text-align: center;
  font-size: 50px;
  font-family: FontAwesome;
}
.home .to-bottom:hover, .banner .to-bottom:hover {
  cursor: pointer;
  transform: translateX(-50%) scale(1.1);
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.banner h1 {
  bottom: 300px;
}

.robot {
  position: fixed;
  bottom: 15px;
  right: 15px;
  user-select: none;
}
.robot .button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ffd503;
  z-index: 1000;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
}
.robot .button::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  content: "";
  color: #00264d;
  width: 100%;
  line-height: 60px;
  text-align: center;
  font-size: 2em;
  font-family: "FontAwesome";
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.robot:hover {
  cursor: pointer;
}
.robot.active .button::after {
  content: "";
  font-size: 1.8em;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.robot.active .box {
  -webkit-animation: robot-out 0.5s;
  -moz-animation: robot-out 0.5s;
  -o-animation: robot-out 0.5s;
  animation: robot-out 0.5s;
  display: block;
}
.robot .box {
  width: 240px;
  height: 320px;
  position: absolute;
  top: -300px;
  left: -220px;
  overflow: hidden;
  background: #f6f6f6;
  display: none;
  z-index: -1;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
}
.robot .box .title {
  height: 35px;
  line-height: 35px;
  background: #003f80;
  color: #f6f6f6;
  font-weight: 900;
  font-size: 0.9em;
  text-align: center;
}
.robot .box .messages {
  height: 245px;
  padding: 5px 3px 15px;
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
  box-sizing: border-box;
  font-size: 0.85em;
}
.robot .box .messages .message {
  width: 90%;
  padding: 1px 3px;
  margin: 10px 0 10px auto;
  text-align: right;
  color: #003f80;
}
.robot .box .messages .message.bot {
  margin: 3px auto 2px 0;
  text-align: left;
  color: #999999;
}
.robot .box .writing {
  position: absolute;
  bottom: 45px;
  left: 0;
  width: 100%;
  font-size: 0.8em;
  font-style: italic;
}
.robot .box form {
  width: 100%;
  padding: 0;
}
.robot .box form textarea {
  border: none;
  border-top: 2px solid #003f80;
  height: 40px;
  max-height: 40px;
  max-width: 100%;
  padding: 5px 8px;
  box-sizing: border-box;
  resize: none;
  font-size: 14px;
}

.three-things, .facilities, .packages {
  padding: 25px 15px;
  justify-content: space-evenly;
  box-sizing: border-box;
}
.three-things .package, .facilities .package, .packages .package {
  flex: 0 0 33%;
  padding: 25px 25px;
  margin: 25px 0;
  box-sizing: border-box;
  text-align: center;
}
.three-things .package.white, .facilities .package.white, .packages .package.white {
  padding: 35px 10px;
  margin: 25px 0;
  flex: 0 0 calc(33% - 30px);
  box-shadow: 0 -0.1rem 2rem 0 rgba(0, 0, 0, 0.1);
  background: white;
}
.three-things .package.white .image::after, .three-things .package.white .image::before, .facilities .package.white .image::after, .facilities .package.white .image::before, .packages .package.white .image::after, .packages .package.white .image::before {
  background: white;
}
.three-things .package.img, .facilities .package.img, .packages .package.img {
  padding: 0;
}
.three-things .package.img .link a, .facilities .package.img .link a, .packages .package.img .link a {
  font-weight: bold;
  color: #003f80;
}
.three-things .package.img .inner, .facilities .package.img .inner, .packages .package.img .inner {
  padding: 35px 10px 0;
}
.three-things .package ul, .facilities .package ul, .packages .package ul {
  margin: 10px 0 35px;
  padding: 0 25px;
  box-sizing: border-box;
  font-size: 1.2em;
}
.three-things .one, .facilities .one, .packages .one {
  padding: 5px 25px;
}
.three-things h1, .facilities h1, .packages h1 {
  text-align: center;
  font-size: 1.8em;
  margin: 0.43em 0 0.43em;
}
.three-things h2, .facilities h2, .packages h2 {
  text-align: center;
  width: 90%;
  max-width: 400px;
  margin: 20px auto 35px;
  font-size: 1.3em;
}
.three-things .image, .facilities .image, .packages .image {
  position: relative;
  overflow: hidden;
}
.three-things .image::after, .facilities .image::after, .packages .image::after {
  content: "";
  position: absolute;
  bottom: -65px;
  right: -80px;
  transform: rotate(-25deg);
  width: 70%;
  height: 115px;
  background: #f6f6f6;
}
.three-things .image::before, .facilities .image::before, .packages .image::before {
  content: "";
  position: absolute;
  bottom: -65px;
  left: -35px;
  transform: rotate(10deg);
  width: 70%;
  height: 95px;
  background: #f6f6f6;
}
.three-things .image img, .facilities .image img, .packages .image img {
  min-width: 100%;
  height: 200px;
  object-fit: cover;
}
.three-things .icon, .facilities .icon, .packages .icon {
  height: 100px;
}
.three-things .icon svg, .facilities .icon svg, .packages .icon svg {
  fill: #f6f6f6;
  width: auto;
  height: 80px;
  display: block;
  margin: 10px auto;
}
.three-things button, .facilities button, .packages button {
  margin: 0 auto;
  display: block;
}

.three-things {
  max-width: 1500px;
  margin: 0 auto;
  padding: 65px 15px;
}

.facilities {
  padding: 25px 10px;
}
.facilities .one {
  padding: 5px 10px;
}

.packages {
  justify-content: space-between;
}

.selector {
  display: flex;
  flex-wrap: wrap;
}
.selector .option {
  flex: 1;
}

.price-package {
  padding: 35px;
  background: white;
  box-shadow: 0 -0.1rem 2rem 0 rgba(0, 0, 0, 0.1);
}

.instructors {
  display: flexC;
  flex-wrap: wrap;
}
.instructors .instructor {
  flex: 0 0 33%;
  padding: 25px 25px;
  margin: 25px 0;
  box-sizing: border-box;
}
.instructors .instructor .image {
  position: relative;
  overflow: hidden;
}
.instructors .instructor .image::after {
  content: "";
  position: absolute;
  bottom: -65px;
  right: -80px;
  transform: rotate(-25deg);
  width: 70%;
  height: 115px;
  background: #00264d;
}
.instructors .instructor .image::before {
  content: "";
  position: absolute;
  bottom: -65px;
  left: -35px;
  transform: rotate(10deg);
  width: 70%;
  height: 95px;
  background: #00264d;
}
.instructors .instructor .image img {
  min-width: 100%;
  height: 200px;
  object-fit: cover;
}

.social i {
  height: 55px;
  width: 55px;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.social i:hover {
  color: #ffd503;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.social i::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  line-height: 55px;
  font-size: 2em;
  font-style: normal;
  font-family: FontAwesome;
}
.social i.facebook::before {
  content: "";
}
.social i.instagram::before {
  content: "";
}
.social i.tripadvisor::before {
  content: "";
}

.document {
  padding: 50px 0 100px;
}

.text {
  padding: 100px 0;
  line-height: 1.8;
  word-spacing: 0.01em;
  box-sizing: border-box;
}
.text button {
  display: block;
  margin-top: 25px;
}
.text.top {
  padding: 35px 0 110px;
}
.text.half {
  padding: 50px 0;
}
.text.cta {
  padding-bottom: 0;
}

.document, .text, .activity {
  font-size: 1.2em;
}
.document h1, .text h1, .activity h1 {
  font-size: 2em;
}

.information-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.information-items .item {
  background: white;
  width: 28%;
  padding: 75px 13px;
  box-shadow: 0 -0.1rem 2rem 0 rgba(0, 0, 0, 0.1);
}
.information-items .item button {
  display: block;
  margin: 10px auto 0;
}
.information-items .item svg {
  height: 90px;
  width: auto;
  margin: 0 auto;
  padding: 0 0 50px;
  display: block;
  fill: #003f80;
}
.information-items .item h1 {
  margin: 0;
}
.information-items .item h2 {
  text-align: center;
  font-weight: normal;
  padding: 25px 0;
  width: 90%;
  margin: 0 auto;
}

.activity-chooser {
  position: absolute;
  left: 0;
  top: -3vh;
  width: 20%;
  height: 140%;
  background: white;
  user-select: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.activity-chooser .option {
  height: 160px;
  width: 100%;
  border-top: 4px solid #f6f6f6;
  position: relative;
}
.activity-chooser .option:hover, .activity-chooser .option.active {
  cursor: pointer;
}
.activity-chooser .option:hover::before, .activity-chooser .option.active::before {
  background: #00264d;
  opacity: 0.9;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.activity-chooser .option.active::after {
  opacity: 1;
  -webkit-animation: move-arrow-in 0.3s;
  -moz-animation: move-arrow-in 0.3s;
  -o-animation: move-arrow-in 0.3s;
  animation: move-arrow-in 0.3s;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.activity-chooser .option::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  opacity: 0;
  width: 0;
  height: 0;
  left: auto;
  right: 0;
  top: 55px;
  border-right: 25px solid #f6f6f6;
  border-bottom: 25px solid transparent;
  border-top: 25px solid transparent;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.activity-chooser .option::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003f80;
  opacity: 0.3;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.activity-chooser .option img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.activity-chooser .option h1 {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  margin: 0;
  text-align: center;
  color: #f6f6f6;
  transform: translateY(-50%);
}

.activities {
  width: 80%;
  margin-left: 20%;
  position: relative;
}
.activities .activity {
  min-height: 1115px;
  height: auto;
  max-width: 1190px;
  padding: 5px 100px;
  margin: 0 auto;
  display: none;
  box-sizing: border-box;
  position: relative;
}
.activities .activity .tabs {
  margin-top: 35px;
}
.activities .activity .tab {
  display: none;
}
.activities .activity .tab.active {
  display: block;
}
.activities .activity .galary {
  margin-top: 125px;
}
.activities .activity .back {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: 35px;
  position: relative;
  font-size: 25px;
  font-weight: 900;
  display: none;
}
.activities .activity .back::before {
  content: "";
  position: absolute;
  font-family: "FontAwesome";
  font-size: 45px;
  line-height: 50px;
  left: 0;
  top: 0;
  height: 50px;
}
.activities .activity.active {
  display: block;
}

.prices .text {
  padding: 40px;
}
.prices .text.top {
  padding: 60px 0;
  display: none;
}
.prices .text.cta {
  padding: 40px 40px 100px;
}
.prices table {
  width: 100%;
}
.prices table th {
  text-align: left;
  font-size: 1.2em;
}
.prices table td {
  padding: 10px 0;
  font-size: 1.2em;
}
.prices table button {
  margin: 0;
}

.galary {
  width: 100%;
  margin-top: 50px;
}
.galary h1 {
  font-size: 3em;
}
.galary .row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}
.galary .column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
  box-sizing: border-box;
}
.galary .column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
  height: auto;
}

.contact form {
  width: 85%;
  margin: 0 auto;
}

@media all and (max-width: 2100px) {
  .activity-chooser {
    width: 30%;
    top: -3vh;
  }

  .activities {
    width: 70%;
    margin-left: 30%;
  }
  .activities .activity {
    min-height: 1100px;
    padding: 5px 65px;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .price-package {
    padding: 35px 20px;
  }

  .prices .text {
    padding: 40px 20px;
  }
  .prices table, .prices thead, .prices tbody, .prices th, .prices td, .prices tr {
    display: block;
  }
  .prices thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .prices tr {
    border-top: 2px solid #00264d;
    border-bottom: 2px solid #00264d;
  }
  .prices td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }

  .activity-chooser {
    top: 0;
  }
}
@media screen and (max-width: 800px) {
  .galary .column {
    flex: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .galary .column {
    flex: 100%;
    max-width: 100%;
  }
}
.contact .contact-map {
  width: 100%;
  height: 450px;
}

.promotion {
  height: 450px;
  width: 100%;
}
.promotion img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media all and (max-width: 1024px) {
  .home, .banner {
    height: 425px;
  }
  .home h1, .banner h1 {
    font-size: 3.2em;
    bottom: 125px;
    left: 5%;
    width: 90%;
  }
  .home h1::before, .banner h1::before {
    width: 75%;
  }

  .banner {
    height: 350px;
  }
  .banner.big {
    height: 425px;
  }
  .banner.big h1 {
    bottom: 150px;
  }
  .banner h1 {
    bottom: 150px;
  }

  .robot .button {
    width: 50px;
    height: 50px;
  }
  .robot .button::after {
    line-height: 50px;
    font-size: 1.6em;
  }
  .robot.active button::after {
    font-size: 1.5em;
  }

  .information-items .item {
    width: 90%;
    margin: 15px auto;
    padding: 45px 13px;
    box-sizing: border-box;
  }

  .three-things .one {
    margin: 25px 0;
  }

  .document h1, .text h1, .activity h1 {
    font-size: 1.7em;
  }

  .text {
    width: 90%;
    margin: 0 auto;
    padding: 65px 0;
  }
  .text.top.location, .text.top.info {
    padding-bottom: 0px;
  }
}
@media all and (max-width: 760px) {
  .home h1, .banner h1 {
    font-size: 2.7em;
  }

  .activity-chooser {
    width: 100%;
    height: 1150px;
    position: relative;
    margin-top: 0px;
    top: 0;
  }

  .activities {
    width: 100%;
    margin: 0;
  }
  .activities .activity {
    height: auto;
    max-height: initial;
    width: 100%;
    display: none;
    padding: 5px 15px;
    margin: 0;
    overflow: auto;
  }
  .activities .activity .back {
    display: block;
  }
  .activities .activity.active {
    display: block;
    -webkit-animation: fade-in 0.5s;
    -moz-animation: fade-in 0.5s;
    -o-animation: fade-in 0.5s;
    animation: fade-in 0.5s;
  }

  .contact form {
    width: 100%;
  }

  .three-things, .facilities, .packages {
    padding: 15px 5px;
  }
  .three-things .package, .facilities .package, .packages .package {
    flex: 100%;
  }
  .three-things .package.white, .facilities .package.white, .packages .package.white {
    flex: 100%;
  }
}

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