/* line 39, C:/wamp64/www/mrK/css/style.sass */
.flex-center, .loader-wrapper, header .nav, .nav-mobile, section, section.intro .social ul, section.intro article, section.intro article .letters-wrapper div, section.intro article .arrows-wrapper, section.events div.events-container ul li, section.contact form, section.contact .contact-success, footer, footer ul, .main-404 section,
.main-thanks section, .main-404 section article,
.main-thanks section article {
  display: flex;
  justify-content: center;
  align-items: center; }

/* line 44, C:/wamp64/www/mrK/css/style.sass */
.link-hover, header .nav a, section.intro .social ul li a, section.intro article .arrows-wrapper a, section.sounds article p a, section.events div.events-container ul li div p.place a, footer ul li a, footer a, .main-404 section article a,
.main-thanks section article a, section.mentions-legales a {
  text-decoration: none;
  color: #83AE4A;
  transition: all 0.5s ease;
  font-weight: bold; }
  /* line 50, C:/wamp64/www/mrK/css/style.sass */
  .link-hover:hover, header .nav a:hover, section.intro .social ul li a:hover, section.intro article .arrows-wrapper a:hover, section.sounds article p a:hover, section.events div.events-container ul li div p.place a:hover, footer a:hover, .main-404 section article a:hover,
  .main-thanks section article a:hover, section.mentions-legales a:hover {
    transition: all 0.5s ease;
    color: #698A3B; }

/* line 54, C:/wamp64/www/mrK/css/style.sass */
.none {
  display: none; }

/* line 59, C:/wamp64/www/mrK/css/style.sass */
html {
  font-size: 100%;
  font-family: 'Raleway', sans-serif; }

/* line 63, C:/wamp64/www/mrK/css/style.sass */
nav,
section,
article,
header,
footer,
footer ul {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

/* line 73, C:/wamp64/www/mrK/css/style.sass */
noscript {
  z-index: 5;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  line-height: 2.25rem; }
  /* line 89, C:/wamp64/www/mrK/css/style.sass */
  noscript p {
    width: 75%; }

/* line 92, C:/wamp64/www/mrK/css/style.sass */
.loader-wrapper {
  z-index: 9999;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  background: #fff; }

/* line 105, C:/wamp64/www/mrK/css/style.sass */
.screen-orientation-error {
  position: fixed;
  z-index: 9999999999;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #fff;
  justify-content: center;
  align-items: center; }

/* line 122, C:/wamp64/www/mrK/css/style.sass */
.leaf-container img {
  position: fixed;
  z-index: 9999;
  transition: all 1s ease;
  display: block; }

/* line 128, C:/wamp64/www/mrK/css/style.sass */
.leaf-container .top {
  top: -50px; }

/* line 131, C:/wamp64/www/mrK/css/style.sass */
.leaf-container .right {
  right: -50px; }

/* line 134, C:/wamp64/www/mrK/css/style.sass */
.leaf-container .left {
  left: -50px; }

/* line 137, C:/wamp64/www/mrK/css/style.sass */
.leaf-container .bottom {
  bottom: -50px; }

/* line 140, C:/wamp64/www/mrK/css/style.sass */
.leaf-container img:nth-child(1) {
  z-index: 99999; }

/* line 143, C:/wamp64/www/mrK/css/style.sass */
.leaf-container img:nth-child(2) {
  animation-delay: .5s; }

/* line 146, C:/wamp64/www/mrK/css/style.sass */
.leaf-container img:nth-child(3) {
  top: 30vh;
  animation-delay: .2s; }

/* line 150, C:/wamp64/www/mrK/css/style.sass */
.leaf-container img:nth-child(4) {
  right: -150px;
  animation-delay: .01s; }

/* line 154, C:/wamp64/www/mrK/css/style.sass */
.leaf-container img:nth-child(5) {
  bottom: -100px;
  right: -100px; }

/* line 158, C:/wamp64/www/mrK/css/style.sass */
.leaf-container img:nth-child(6) {
  bottom: -100px;
  animation-delay: .4s; }

/* line 162, C:/wamp64/www/mrK/css/style.sass */
.leaf-container img:nth-child(7) {
  bottom: -700px;
  width: 200px;
  left: 20px; }

/* line 167, C:/wamp64/www/mrK/css/style.sass */
.leaf-container img:nth-child(8) {
  animation: leaf 5s ease infinite;
  left: 33px;
  bottom: -300px;
  width: 150px; }

/* line 173, C:/wamp64/www/mrK/css/style.sass */
.leaf-container img:nth-child(9) {
  width: 140px;
  animation: leaf 5s ease infinite;
  animation-delay: 2s;
  bottom: 40vh;
  right: -300px; }

/* line 180, C:/wamp64/www/mrK/css/style.sass */
.pictureframe {
  top: 100px;
  position: absolute;
  width: 100px;
  margin-top: 50px;
  -webkit-animation: fly 15s infinite linear; }
  /* line 188, C:/wamp64/www/mrK/css/style.sass */
  .pictureframe .shadow {
    position: absolute;
    width: 0px;
    height: 0px;
    top: 140px;
    left: 0px;
    border-width: 10px;
    border-left-width: 50px;
    border-top-width: 0px;
    border-right-width: 40px;
    border-color: transparent;
    border-bottom-color: rgba(210, 210, 210, 0.6);
    border-style: solid;
    -webkit-filter: blur(5px); }
    /* line 203, C:/wamp64/www/mrK/css/style.sass */
    .pictureframe .shadow:after {
      content: " ";
      position: absolute;
      width: 0px;
      height: 0px;
      top: 10px;
      left: -50px;
      border-width: 10px;
      border-left-width: 50px;
      border-bottom-width: 0px;
      border-right-width: 40px;
      border-color: transparent;
      border-top-color: rgba(210, 210, 210, 0.6);
      border-style: solid; }
  /* line 218, C:/wamp64/www/mrK/css/style.sass */
  .pictureframe .bird {
    position: absolute;
    -webkit-animation: bob 0.7s infinite cubic-bezier(0.7, 0.7, 0.1, 0.4); }
    /* line 222, C:/wamp64/www/mrK/css/style.sass */
    .pictureframe .bird div {
      position: absolute; }
    /* line 225, C:/wamp64/www/mrK/css/style.sass */
    .pictureframe .bird .body1,
    .pictureframe .bird .body2,
    .pictureframe .bird .wing-l,
    .pictureframe .bird .wing-r {
      width: 0px;
      height: 0px;
      border-color: transparent;
      border-style: solid; }
    /* line 234, C:/wamp64/www/mrK/css/style.sass */
    .pictureframe .bird .body1 {
      border-width: 15px;
      border-left-width: 25px;
      border-top-width: 15px;
      border-right-width: 55px;
      border-top-color: #333; }
    /* line 242, C:/wamp64/www/mrK/css/style.sass */
    .pictureframe .bird .body2 {
      left: 50px;
      bottom: 0px;
      border-width: 10px;
      border-left-width: 5px;
      border-top-width: 0px;
      border-right-width: 15px;
      border-bottom-color: #777; }
    /* line 252, C:/wamp64/www/mrK/css/style.sass */
    .pictureframe .bird .wing-l {
      left: 22px;
      bottom: 0px;
      border-width: 60px;
      border-left-width: 20px;
      border-top-width: 0px;
      border-right-width: 6px;
      border-bottom-color: #444;
      -webkit-animation: flap-l 0.7s infinite; }
    /* line 263, C:/wamp64/www/mrK/css/style.sass */
    .pictureframe .bird .wing-r {
      left: 22px;
      top: 0px;
      border-width: 60px;
      border-left-width: 20px;
      border-bottom-width: 0px;
      border-right-width: 6px;
      border-top-color: #777;
      -webkit-animation: flap-r 0.7s infinite; }

/* line 275, C:/wamp64/www/mrK/css/style.sass */
h1,
h2,
nav a,
.submit,
.letters-wrapper span {
  font-family: 'Caveat Brush', cursive; }

/* line 282, C:/wamp64/www/mrK/css/style.sass */
h1 {
  font-size: 3rem;
  letter-spacing: .2rem; }

/* line 286, C:/wamp64/www/mrK/css/style.sass */
h2 {
  font-size: 2rem;
  letter-spacing: .1rem; }

/* line 290, C:/wamp64/www/mrK/css/style.sass */
.letters-wrapper span {
  font-size: 3rem; }

/* line 293, C:/wamp64/www/mrK/css/style.sass */
nav a {
  font-size: 1.5rem; }

/* line 296, C:/wamp64/www/mrK/css/style.sass */
p {
  line-height: 1.25rem;
  letter-spacing: .001rem; }

/* line 300, C:/wamp64/www/mrK/css/style.sass */
strong {
  line-height: 1.25rem;
  letter-spacing: .001rem;
  font-weight: 700;
  color: #698A3B; }

/* line 306, C:/wamp64/www/mrK/css/style.sass */
.fa {
  font-size: 1.25rem; }

/* line 311, C:/wamp64/www/mrK/css/style.sass */
header {
  z-index: 999;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25); }
  /* line 322, C:/wamp64/www/mrK/css/style.sass */
  header .nav {
    height: 45px; }
    /* line 326, C:/wamp64/www/mrK/css/style.sass */
    header .nav a {
      margin: 0 15px; }

/* line 330, C:/wamp64/www/mrK/css/style.sass */
.nav-trigger-wrapper {
  position: fixed;
  top: 20px;
  right: 20px;
  display: none;
  z-index: 9999999; }
  /* line 337, C:/wamp64/www/mrK/css/style.sass */
  .nav-trigger-wrapper .trigger {
    position: relative;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center; }
    /* line 345, C:/wamp64/www/mrK/css/style.sass */
    .nav-trigger-wrapper .trigger div {
      position: absolute;
      width: 50px;
      height: 5px;
      transition: all 0.5s ease; }
    /* line 351, C:/wamp64/www/mrK/css/style.sass */
    .nav-trigger-wrapper .trigger div:nth-child(1) {
      top: 0;
      background: #698A3B; }
    /* line 355, C:/wamp64/www/mrK/css/style.sass */
    .nav-trigger-wrapper .trigger div:nth-child(2) {
      top: 10px;
      right: auto;
      background: #698A3B; }
    /* line 360, C:/wamp64/www/mrK/css/style.sass */
    .nav-trigger-wrapper .trigger div:nth-child(3) {
      top: 20px;
      background: #698A3B; }
  /* line 364, C:/wamp64/www/mrK/css/style.sass */
  .nav-trigger-wrapper .trigger-01 {
    transform: rotate(45deg);
    top: 10px !important;
    background: #fff !important; }
  /* line 369, C:/wamp64/www/mrK/css/style.sass */
  .nav-trigger-wrapper .trigger-02 {
    opacity: 0;
    right: 150px;
    background: #fff !important; }
  /* line 374, C:/wamp64/www/mrK/css/style.sass */
  .nav-trigger-wrapper .trigger-03 {
    transform: rotate(-45deg);
    top: 10px !important;
    background: #fff !important; }

/* line 379, C:/wamp64/www/mrK/css/style.sass */
.nav-mobile {
  opacity: 0;
  z-index: 999999;
  position: fixed;
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
  background: #83AE4A;
  flex-direction: column;
  top: 0;
  left: 200vw;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all 1s ease; }
  /* line 396, C:/wamp64/www/mrK/css/style.sass */
  .nav-mobile a {
    margin: 15px 0;
    text-decoration: none;
    color: #fff; }

/* line 401, C:/wamp64/www/mrK/css/style.sass */
.nav-mobile-active {
  opacity: 1;
  left: 0;
  transition: all 1s ease; }

/* line 408, C:/wamp64/www/mrK/css/style.sass */
section {
  position: relative;
  flex-direction: column;
  height: auto;
  min-height: 100vh; }

/* line 415, C:/wamp64/www/mrK/css/style.sass */
section.intro {
  padding-bottom: 50px;
  overflow: hidden; }
  /* line 419, C:/wamp64/www/mrK/css/style.sass */
  section.intro .social {
    position: absolute;
    top: 20%;
    right: 25px; }
    /* line 424, C:/wamp64/www/mrK/css/style.sass */
    section.intro .social ul {
      flex-direction: column;
      margin: 0;
      list-style: none;
      padding: 0; }
      /* line 431, C:/wamp64/www/mrK/css/style.sass */
      section.intro .social ul li {
        list-style-type: none;
        margin: 10px 0; }
        /* line 438, C:/wamp64/www/mrK/css/style.sass */
        section.intro .social ul li a i {
          font-size: 1.75rem; }
  /* line 441, C:/wamp64/www/mrK/css/style.sass */
  section.intro article {
    padding-bottom: 0;
    flex-direction: column; }
    /* line 446, C:/wamp64/www/mrK/css/style.sass */
    section.intro article img {
      max-width: 300px;
      height: auto; }
    /* line 450, C:/wamp64/www/mrK/css/style.sass */
    section.intro article .letters-wrapper {
      overflow: hidden;
      animation: blink 1s linear infinite; }
      /* line 454, C:/wamp64/www/mrK/css/style.sass */
      section.intro article .letters-wrapper div {
        span: last-child;
          span-padding-right: 15px; }
        /* line 457, C:/wamp64/www/mrK/css/style.sass */
        section.intro article .letters-wrapper div span {
          opacity: 0;
          animation: typing .01s linear forwards; }
        /* line 464, C:/wamp64/www/mrK/css/style.sass */
        section.intro article .letters-wrapper div .star {
          visibility: hidden; }
    /* line 467, C:/wamp64/www/mrK/css/style.sass */
    section.intro article .arrows-wrapper {
      position: absolute;
      bottom: 80px; }
      /* line 472, C:/wamp64/www/mrK/css/style.sass */
      section.intro article .arrows-wrapper a {
        animation-iteration-count: infinite; }
        /* line 476, C:/wamp64/www/mrK/css/style.sass */
        section.intro article .arrows-wrapper a i {
          font-size: 1.75rem; }

/* line 482, C:/wamp64/www/mrK/css/style.sass */
.letter-1 {
  animation-delay: 0.05s !important; }

/* line 482, C:/wamp64/www/mrK/css/style.sass */
.letter-2 {
  animation-delay: 0.1s !important; }

/* line 482, C:/wamp64/www/mrK/css/style.sass */
.letter-3 {
  animation-delay: 0.15s !important; }

/* line 482, C:/wamp64/www/mrK/css/style.sass */
.letter-4 {
  animation-delay: 0.2s !important; }

/* line 482, C:/wamp64/www/mrK/css/style.sass */
.letter-5 {
  animation-delay: 0.25s !important; }

/* line 482, C:/wamp64/www/mrK/css/style.sass */
.letter-6 {
  animation-delay: 0.3s !important; }

/* line 482, C:/wamp64/www/mrK/css/style.sass */
.letter-7 {
  animation-delay: 0.35s !important; }

/* line 482, C:/wamp64/www/mrK/css/style.sass */
.letter-8 {
  animation-delay: 0.4s !important; }

/* line 482, C:/wamp64/www/mrK/css/style.sass */
.letter-9 {
  animation-delay: 0.45s !important; }

/* line 482, C:/wamp64/www/mrK/css/style.sass */
.letter-10 {
  animation-delay: 0.5s !important; }

/* line 482, C:/wamp64/www/mrK/css/style.sass */
.letter-11 {
  animation-delay: 0.55s !important; }

/* line 482, C:/wamp64/www/mrK/css/style.sass */
.letter-12 {
  animation-delay: 0.6s !important; }

/* line 482, C:/wamp64/www/mrK/css/style.sass */
.letter-13 {
  animation-delay: 0.65s !important; }

/* line 482, C:/wamp64/www/mrK/css/style.sass */
.letter-14 {
  animation-delay: 0.7s !important; }

/* line 482, C:/wamp64/www/mrK/css/style.sass */
.letter-15 {
  animation-delay: 0.75s !important; }

/* line 482, C:/wamp64/www/mrK/css/style.sass */
.letter-16 {
  animation-delay: 0.8s !important; }

/* line 482, C:/wamp64/www/mrK/css/style.sass */
.letter-17 {
  animation-delay: 0.85s !important; }

/* line 482, C:/wamp64/www/mrK/css/style.sass */
.letter-18 {
  animation-delay: 0.9s !important; }

/* line 482, C:/wamp64/www/mrK/css/style.sass */
.letter-19 {
  animation-delay: 0.95s !important; }

/* line 482, C:/wamp64/www/mrK/css/style.sass */
.letter-20 {
  animation-delay: 1s !important; }

/* line 482, C:/wamp64/www/mrK/css/style.sass */
.letter-21 {
  animation-delay: 1.05s !important; }

/* line 482, C:/wamp64/www/mrK/css/style.sass */
.letter-22 {
  animation-delay: 1.1s !important; }

/* line 482, C:/wamp64/www/mrK/css/style.sass */
.letter-23 {
  animation-delay: 1.15s !important; }

/* line 482, C:/wamp64/www/mrK/css/style.sass */
.letter-24 {
  animation-delay: 1.2s !important; }

/* line 482, C:/wamp64/www/mrK/css/style.sass */
.letter-25 {
  animation-delay: 1.25s !important; }

/* line 482, C:/wamp64/www/mrK/css/style.sass */
.letter-26 {
  animation-delay: 1.3s !important; }

/* line 482, C:/wamp64/www/mrK/css/style.sass */
.letter-27 {
  animation-delay: 1.35s !important; }

/* line 482, C:/wamp64/www/mrK/css/style.sass */
.letter-28 {
  animation-delay: 1.4s !important; }

/* line 482, C:/wamp64/www/mrK/css/style.sass */
.letter-29 {
  animation-delay: 1.45s !important; }

/* line 482, C:/wamp64/www/mrK/css/style.sass */
.letter-30 {
  animation-delay: 1.5s !important; }

/* line 482, C:/wamp64/www/mrK/css/style.sass */
.letter-31 {
  animation-delay: 1.55s !important; }

/* line 482, C:/wamp64/www/mrK/css/style.sass */
.letter-32 {
  animation-delay: 1.6s !important; }

/* line 482, C:/wamp64/www/mrK/css/style.sass */
.letter-33 {
  animation-delay: 1.65s !important; }

/* line 482, C:/wamp64/www/mrK/css/style.sass */
.letter-34 {
  animation-delay: 1.7s !important; }

/* line 482, C:/wamp64/www/mrK/css/style.sass */
.letter-35 {
  animation-delay: 1.75s !important; }

/* line 482, C:/wamp64/www/mrK/css/style.sass */
.letter-36 {
  animation-delay: 1.8s !important; }

/* line 482, C:/wamp64/www/mrK/css/style.sass */
.letter-37 {
  animation-delay: 1.85s !important; }

/* line 482, C:/wamp64/www/mrK/css/style.sass */
.letter-38 {
  animation-delay: 1.9s !important; }

/* line 482, C:/wamp64/www/mrK/css/style.sass */
.letter-39 {
  animation-delay: 1.95s !important; }

/* line 485, C:/wamp64/www/mrK/css/style.sass */
section.about {
  padding-bottom: 0;
  background: #f5f5f5; }
  /* line 489, C:/wamp64/www/mrK/css/style.sass */
  section.about p {
    width: 80%;
    margin: 15px auto; }

/* line 493, C:/wamp64/www/mrK/css/style.sass */
.about-background {
  box-sizing: border-box;
  overflow: hidden;
  width: 100vw;
  height: 300px;
  position: relative;
  background: url("../img/about-background-02.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; }

/* line 505, C:/wamp64/www/mrK/css/style.sass */
.events-background {
  box-sizing: border-box;
  overflow: hidden;
  width: 100vw;
  height: 300px;
  position: relative;
  background: url("../img/about-background-01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; }

/* line 523, C:/wamp64/www/mrK/css/style.sass */
section.sounds article p {
  text-align: center;
  width: 80%;
  margin: 15px auto 25px auto; }

/* line 537, C:/wamp64/www/mrK/css/style.sass */
section.events {
  padding-bottom: 0;
  background: #f5f5f5; }
  /* line 541, C:/wamp64/www/mrK/css/style.sass */
  section.events p {
    text-align: center;
    margin: 15px auto 25px auto; }
  /* line 551, C:/wamp64/www/mrK/css/style.sass */
  section.events div.events-container ul li {
    flex-direction: column; }
    /* line 555, C:/wamp64/www/mrK/css/style.sass */
    section.events div.events-container ul li h2 {
      font-weight: bold;
      text-align: left;
      margin-left: 10%;
      margin-bottom: 0;
      width: 100%; }
    /* line 562, C:/wamp64/www/mrK/css/style.sass */
    section.events div.events-container ul li div {
      width: 100%;
      display: flex; }
      /* line 566, C:/wamp64/www/mrK/css/style.sass */
      section.events div.events-container ul li div p {
        margin-bottom: 0; }
      /* line 569, C:/wamp64/www/mrK/css/style.sass */
      section.events div.events-container ul li div p.date {
        text-align: left;
        margin-left: 10%; }
      /* line 576, C:/wamp64/www/mrK/css/style.sass */
      section.events div.events-container ul li div p.place {
        text-align: right;
        margin-right: 10%; }

/* line 586, C:/wamp64/www/mrK/css/style.sass */
section.contact form {
  justify-content: space-evenly;
  font-size: .85rem;
  width: 100%;
  height: auto;
  flex-wrap: wrap; }
  /* line 594, C:/wamp64/www/mrK/css/style.sass */
  section.contact form span:nth-child(1),
  section.contact form span:nth-child(2) {
    width: 35%; }
  /* line 598, C:/wamp64/www/mrK/css/style.sass */
  section.contact form span {
    width: 80%;
    position: relative; }
    /* line 602, C:/wamp64/www/mrK/css/style.sass */
    section.contact form span i {
      position: absolute;
      width: 30px;
      height: 30px;
      top: 0;
      right: 0;
      bottom: 0;
      display: flex !important;
      align-items: center;
      justify-content: center;
      margin: auto;
      color: #fff;
      background: #83AE4A;
      box-sizing: border-box; }
      /* line 617, C:/wamp64/www/mrK/css/style.sass */
      section.contact form span i:before {
        z-index: 2; }
      /* line 620, C:/wamp64/www/mrK/css/style.sass */
      section.contact form span i:after {
        z-index: 1;
        content: '';
        position: absolute;
        top: 0;
        right: 15px;
        bottom: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 30px 15px 0 15px;
        border-color: #83AE4A transparent transparent transparent; }
    /* line 633, C:/wamp64/www/mrK/css/style.sass */
    section.contact form span input {
      box-sizing: border-box;
      border-top: none;
      border-left: none;
      border-right: none;
      border-bottom: solid 1px #83AE4A;
      width: 100%;
      height: 30px;
      padding: 5px;
      margin: 15px auto;
      background: transparent; }
      /* line 645, C:/wamp64/www/mrK/css/style.sass */
      section.contact form span input:focus {
        outline: none; }
    /* line 648, C:/wamp64/www/mrK/css/style.sass */
    section.contact form span input:nth-child(2) {
      margin-top: 10px; }
    /* line 651, C:/wamp64/www/mrK/css/style.sass */
    section.contact form span textarea {
      box-sizing: border-box;
      border: solid 1px #83AE4A;
      width: 100%;
      height: 200px;
      padding: 5px;
      margin: 15px auto;
      resize: none;
      background: transparent; }
      /* line 661, C:/wamp64/www/mrK/css/style.sass */
      section.contact form span textarea:focus {
        outline: none; }
    /* line 664, C:/wamp64/www/mrK/css/style.sass */
    section.contact form span .input-title-name,
    section.contact form span .input-title-phone,
    section.contact form span .input-title-mail {
      width: 100%;
      height: 1px;
      font-weight: 700;
      opacity: 0;
      position: absolute;
      top: 15px;
      bottom: 0;
      left: 10px;
      color: #698A3B;
      z-index: -1;
      transition: all 0.5s ease; }
    /* line 679, C:/wamp64/www/mrK/css/style.sass */
    section.contact form span .input-title-active {
      transition: all 0.5s ease;
      opacity: 1;
      top: 4px;
      z-index: 9; }
  /* line 685, C:/wamp64/www/mrK/css/style.sass */
  section.contact form .submit {
    position: relative;
    overflow: hidden;
    height: 50px;
    width: 80%;
    border-radius: 0;
    margin: 5px auto;
    background: transparent;
    color: #83AE4A;
    font-size: 1.5rem;
    transition: all 0.5s ease;
    border: solid 0.5px #83AE4A; }
    /* line 698, C:/wamp64/www/mrK/css/style.sass */
    section.contact form .submit:focus {
      outline: none; }
    /* line 702, C:/wamp64/www/mrK/css/style.sass */
    section.contact form .submit:hover {
      color: #fff;
      transition: all 0.5s ease; }
    /* line 706, C:/wamp64/www/mrK/css/style.sass */
    section.contact form .submit:after {
      z-index: -1;
      content: '';
      transition: all 0.5s ease;
      width: 980px;
      height: 250px;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 100%;
      margin: auto;
      border-radius: 50%;
      background: #83AE4A; }
    /* line 720, C:/wamp64/www/mrK/css/style.sass */
    section.contact form .submit:hover:after {
      transition: all 0.5s ease;
      right: -20px; }
    /* line 724, C:/wamp64/www/mrK/css/style.sass */
    section.contact form .submit:before {
      z-index: -2;
      content: '';
      transition: all 1s ease;
      width: 980px;
      height: 250px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 100%;
      margin: auto;
      border-radius: 50%;
      background: #698A3B; }
    /* line 738, C:/wamp64/www/mrK/css/style.sass */
    section.contact form .submit:hover:before {
      transition: all 1s ease;
      left: -20px; }

/* line 742, C:/wamp64/www/mrK/css/style.sass */
section.contact .contact-success {
  position: fixed;
  z-index: 99999999;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100vw;
  height: 100vh;
  background: #698A3B; }
  /* line 755, C:/wamp64/www/mrK/css/style.sass */
  section.contact .contact-success p {
    color: #fff; }
    /* line 758, C:/wamp64/www/mrK/css/style.sass */
    section.contact .contact-success p span {
      margin-left: 5px; }
  /* line 761, C:/wamp64/www/mrK/css/style.sass */
  section.contact .contact-success .contact-trigger-wrapper {
    position: fixed;
    top: 20px;
    left: 10px;
    z-index: 999999999;
    transition: all 0.5s ease; }
    /* line 768, C:/wamp64/www/mrK/css/style.sass */
    section.contact .contact-success .contact-trigger-wrapper .contact-trigger {
      position: relative;
      height: 50px;
      width: 50px;
      display: flex;
      justify-content: center;
      align-items: center; }
      /* line 776, C:/wamp64/www/mrK/css/style.sass */
      section.contact .contact-success .contact-trigger-wrapper .contact-trigger div {
        position: absolute;
        width: 50px;
        height: 5px; }
      /* line 781, C:/wamp64/www/mrK/css/style.sass */
      section.contact .contact-success .contact-trigger-wrapper .contact-trigger div:nth-child(1) {
        transform: rotate(45deg);
        top: 10px;
        background: #fff; }
      /* line 786, C:/wamp64/www/mrK/css/style.sass */
      section.contact .contact-success .contact-trigger-wrapper .contact-trigger div:nth-child(2) {
        transform: rotate(-45deg);
        top: 10px;
        background: #fff; }

/* line 793, C:/wamp64/www/mrK/css/style.sass */
footer {
  height: 40px;
  -webkit-box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.25);
  z-index: 998;
  width: 100%;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0; }
  /* line 807, C:/wamp64/www/mrK/css/style.sass */
  footer ul {
    margin: 0;
    list-style: none;
    margin-right: 15px; }
    /* line 813, C:/wamp64/www/mrK/css/style.sass */
    footer ul li {
      list-style-type: none; }
      /* line 816, C:/wamp64/www/mrK/css/style.sass */
      footer ul li a {
        margin: 0 10px; }
  /* line 820, C:/wamp64/www/mrK/css/style.sass */
  footer a {
    margin-left: 15px; }

/* line 833, C:/wamp64/www/mrK/css/style.sass */
.main-404 section article,
.main-thanks section article {
  flex-direction: column; }
  /* line 837, C:/wamp64/www/mrK/css/style.sass */
  .main-404 section article img,
  .main-thanks section article img {
    max-width: 225px; }
  /* line 840, C:/wamp64/www/mrK/css/style.sass */
  .main-404 section article h1,
  .main-thanks section article h1 {
    text-align: center;
    font-size: 2rem; }

/* line 849, C:/wamp64/www/mrK/css/style.sass */
section.mentions-legales {
  height: auto;
  padding: 100px 25px; }
  /* line 853, C:/wamp64/www/mrK/css/style.sass */
  section.mentions-legales h1 {
    text-align: center; }
  /* line 856, C:/wamp64/www/mrK/css/style.sass */
  section.mentions-legales h2 {
    font-family: 'Raleway', sans-serif; }

@media only screen and (min-width: 1600px) {
  /* line 866, C:/wamp64/www/mrK/css/style.sass */
  html body .screen-orientation-error {
    display: none; }
  /* line 890, C:/wamp64/www/mrK/css/style.sass */
  html body main section.contact div.toad-container form textarea {
    height: 400px; } }

@media only screen and (max-width: 1600px) {
  /* line 895, C:/wamp64/www/mrK/css/style.sass */
  html body .screen-orientation-error {
    display: none; }
  /* line 919, C:/wamp64/www/mrK/css/style.sass */
  html body main section.contact div.toad-container form textarea {
    height: 200px; } }

@media only screen and (max-width: 1368px) {
  /* line 925, C:/wamp64/www/mrK/css/style.sass */
  html body .screen-orientation-error {
    display: none; } }

@media only screen and (max-width: 1024px) {
  /* line 945, C:/wamp64/www/mrK/css/style.sass */
  html body .screen-orientation-error {
    display: none; } }

@media only screen and (max-width: 768px) {
  /* line 950, C:/wamp64/www/mrK/css/style.sass */
  html body .screen-orientation-error {
    display: none; }
  /* line 959, C:/wamp64/www/mrK/css/style.sass */
  html body .social {
    display: none; }
  /* line 965, C:/wamp64/www/mrK/css/style.sass */
  html body header .nav {
    display: none; }
  /* line 968, C:/wamp64/www/mrK/css/style.sass */
  html body header .nav-mobile,
  html body header .nav-trigger-wrapper {
    display: flex; }
    /* line 972, C:/wamp64/www/mrK/css/style.sass */
    html body header .nav-mobile a,
    html body header .nav-trigger-wrapper a {
      font-size: 3rem; }
  /* line 978, C:/wamp64/www/mrK/css/style.sass */
  html body .leaf-container img {
    position: fixed;
    z-index: 9999;
    transition: all 1s ease; }
  /* line 983, C:/wamp64/www/mrK/css/style.sass */
  html body .leaf-container .top {
    top: -50px; }
  /* line 986, C:/wamp64/www/mrK/css/style.sass */
  html body .leaf-container .right {
    right: -50px; }
  /* line 989, C:/wamp64/www/mrK/css/style.sass */
  html body .leaf-container .left {
    left: -50px; }
  /* line 992, C:/wamp64/www/mrK/css/style.sass */
  html body .leaf-container .bottom {
    bottom: -50px; }
  /* line 995, C:/wamp64/www/mrK/css/style.sass */
  html body .leaf-container img:nth-child(1) {
    z-index: 99999; }
  /* line 998, C:/wamp64/www/mrK/css/style.sass */
  html body .leaf-container img:nth-child(2) {
    animation-delay: .5s; }
  /* line 1001, C:/wamp64/www/mrK/css/style.sass */
  html body .leaf-container img:nth-child(3) {
    top: 50vh;
    left: -100px;
    animation-delay: .2s; }
  /* line 1006, C:/wamp64/www/mrK/css/style.sass */
  html body .leaf-container img:nth-child(4) {
    right: 100px;
    animation-delay: .01s; }
  /* line 1010, C:/wamp64/www/mrK/css/style.sass */
  html body .leaf-container img:nth-child(5) {
    bottom: -100px;
    right: -100px; }
  /* line 1014, C:/wamp64/www/mrK/css/style.sass */
  html body .leaf-container img:nth-child(6) {
    bottom: -100px;
    animation-delay: .4s; }
  /* line 1018, C:/wamp64/www/mrK/css/style.sass */
  html body .leaf-container img:nth-child(7) {
    bottom: -700px;
    width: 200px;
    left: 20px; }
  /* line 1023, C:/wamp64/www/mrK/css/style.sass */
  html body .leaf-container img:nth-child(8) {
    animation: leaf 5s ease infinite;
    left: 33px;
    bottom: -300px;
    width: 150px; }
  /* line 1029, C:/wamp64/www/mrK/css/style.sass */
  html body .leaf-container img:nth-child(9) {
    width: 140px;
    animation: leaf 5s ease infinite;
    animation-delay: 2s;
    bottom: 40vh;
    right: -300px; } }

@media only screen and (max-width: 768px) and (orientation: landscape) {
  /* line 1038, C:/wamp64/www/mrK/css/style.sass */
  html body .screen-orientation-error {
    display: flex; } }

@media only screen and (max-width: 568px) {
  /* line 1043, C:/wamp64/www/mrK/css/style.sass */
  html body .screen-orientation-error {
    display: none; }
  /* line 1046, C:/wamp64/www/mrK/css/style.sass */
  html {
    font-size: 90%; }
    /* line 1061, C:/wamp64/www/mrK/css/style.sass */
    html body .leaf-container img {
      position: fixed;
      z-index: 9999;
      transition: all 1s ease;
      display: block; }
    /* line 1067, C:/wamp64/www/mrK/css/style.sass */
    html body .leaf-container .top {
      top: -50px; }
    /* line 1070, C:/wamp64/www/mrK/css/style.sass */
    html body .leaf-container .right {
      right: -50px; }
    /* line 1073, C:/wamp64/www/mrK/css/style.sass */
    html body .leaf-container .left {
      left: -50px; }
    /* line 1076, C:/wamp64/www/mrK/css/style.sass */
    html body .leaf-container .bottom {
      bottom: -50px; }
    /* line 1079, C:/wamp64/www/mrK/css/style.sass */
    html body .leaf-container img:nth-child(1) {
      left: -20px;
      width: 90px;
      z-index: 99999; }
    /* line 1084, C:/wamp64/www/mrK/css/style.sass */
    html body .leaf-container img:nth-child(2) {
      left: -20px;
      width: 100px;
      animation-delay: .5s; }
    /* line 1089, C:/wamp64/www/mrK/css/style.sass */
    html body .leaf-container img:nth-child(3) {
      width: 150px;
      top: 50vh;
      left: -100px;
      animation-delay: .2s; }
    /* line 1095, C:/wamp64/www/mrK/css/style.sass */
    html body .leaf-container img:nth-child(4) {
      width: 150px;
      right: 100px;
      animation-delay: .01s; }
    /* line 1100, C:/wamp64/www/mrK/css/style.sass */
    html body .leaf-container img:nth-child(5) {
      display: none;
      bottom: -100px;
      right: -100px; }
    /* line 1105, C:/wamp64/www/mrK/css/style.sass */
    html body .leaf-container img:nth-child(6) {
      right: -70px;
      width: 100px;
      bottom: -100px;
      animation-delay: .4s; }
    /* line 1111, C:/wamp64/www/mrK/css/style.sass */
    html body .leaf-container img:nth-child(7) {
      display: none;
      bottom: -700px;
      width: 200px;
      left: 20px; }
    /* line 1117, C:/wamp64/www/mrK/css/style.sass */
    html body .leaf-container img:nth-child(8) {
      display: none;
      animation: leaf 5s ease infinite;
      left: 33px;
      bottom: -300px;
      width: 150px; }
    /* line 1124, C:/wamp64/www/mrK/css/style.sass */
    html body .leaf-container img:nth-child(9) {
      width: 105px;
      animation: leaf 5s ease infinite;
      animation-delay: 2s;
      bottom: 40vh;
      right: -300px; }
    /* line 1137, C:/wamp64/www/mrK/css/style.sass */
    html body main section.intro {
      padding-top: 0; }
      /* line 1140, C:/wamp64/www/mrK/css/style.sass */
      html body main section.intro article {
        padding-bottom: 75px; }
        /* line 1143, C:/wamp64/www/mrK/css/style.sass */
        html body main section.intro article h1 {
          font-size: 2rem; }
        /* line 1146, C:/wamp64/www/mrK/css/style.sass */
        html body main section.intro article img {
          max-width: 225px; }
        /* line 1152, C:/wamp64/www/mrK/css/style.sass */
        html body main section.intro article .letters-wrapper span {
          font-size: 2rem; }
        /* line 1155, C:/wamp64/www/mrK/css/style.sass */
        html body main section.intro article .arrows-wrapper {
          bottom: 130px; }
    /* line 1158, C:/wamp64/www/mrK/css/style.sass */
    html body main section.about {
      padding-top: 25px;
      padding-bottom: 25px;
      height: auto; }
      /* line 1163, C:/wamp64/www/mrK/css/style.sass */
      html body main section.about h1 {
        font-size: 2rem; }
      /* line 1166, C:/wamp64/www/mrK/css/style.sass */
      html body main section.about p {
        width: 85%; }
    /* line 1169, C:/wamp64/www/mrK/css/style.sass */
    html body main .about-background {
      display: none; }
    /* line 1172, C:/wamp64/www/mrK/css/style.sass */
    html body main section.events {
      padding-top: 25px;
      padding-bottom: 25px;
      height: auto; }
      /* line 1177, C:/wamp64/www/mrK/css/style.sass */
      html body main section.events h1 {
        font-size: 2rem; }
      /* line 1180, C:/wamp64/www/mrK/css/style.sass */
      html body main section.events p {
        width: 85%; }
    /* line 1183, C:/wamp64/www/mrK/css/style.sass */
    html body main .events-background {
      display: none; }
    /* line 1186, C:/wamp64/www/mrK/css/style.sass */
    html body main section.contact {
      padding-top: 25px;
      padding-bottom: 25px; }
      /* line 1190, C:/wamp64/www/mrK/css/style.sass */
      html body main section.contact h1 {
        font-size: 2rem; }
      /* line 1199, C:/wamp64/www/mrK/css/style.sass */
      html body main section.contact div.toad-container form span {
        width: 80%; }
      /* line 1202, C:/wamp64/www/mrK/css/style.sass */
      html body main section.contact div.toad-container form textarea {
        height: 130px; }
      /* line 1205, C:/wamp64/www/mrK/css/style.sass */
      html body main section.contact div.toad-container form .submit {
        height: 35px; }
    /* line 1208, C:/wamp64/www/mrK/css/style.sass */
    html body footer {
      background: #83AE4A; }
      /* line 1217, C:/wamp64/www/mrK/css/style.sass */
      html body footer ul li a {
        color: #fff; }
        /* line 1220, C:/wamp64/www/mrK/css/style.sass */
        html body footer ul li a:hover {
          color: #fff; }
      /* line 1223, C:/wamp64/www/mrK/css/style.sass */
      html body footer a {
        color: #fff; }
        /* line 1226, C:/wamp64/www/mrK/css/style.sass */
        html body footer a:hover {
          color: #fff; } }

@-webkit-keyframes flap-r {
  0%, 10% {
    border-top-width: 60px; }
  40%, 60% {
    border-top-width: 10px; }
  100% {
    border-top-width: 60px; } }

@-webkit-keyframes flap-l {
  0% {
    border-bottom-width: 0px; }
  40%, 60% {
    border-bottom-width: 40px; }
  100% {
    border-bottom-width: 0px; } }

@-webkit-keyframes fly {
  0% {
    left: -10vw;
    top: 100px;
    -webkit-transform: scale3d(0.5, 0.5, 1); }
  100% {
    left: 110vw;
    top: 100px;
    -webkit-transform: scale3d(0.5, 0.5, 1); } }

@-webkit-keyframes bob {
  0% { }
  top: 25px;
  50% { }
  top: 0px;
  100% { }
  top: 25px; }

@keyframes flap-r {
  0%, 10% {
    border-top-width: 60px; }
  40%, 60% {
    border-top-width: 10px; }
  100% {
    border-top-width: 60px; } }

@keyframes flap-l {
  0% {
    border-bottom-width: 0px; }
  40%, 60% {
    border-bottom-width: 40px; }
  100% {
    border-bottom-width: 0px; } }

@keyframes fly {
  0% {
    left: -10vw;
    top: 100px;
    -webkit-transform: scale3d(0.5, 0.5, 1); }
  100% {
    left: 110vw;
    top: 100px;
    -webkit-transform: scale3d(0.5, 0.5, 1); } }

@keyframes bob {
  0% { }
  top: 25px;
  50% { }
  top: 0px;
  100% { }
  top: 25px; }

@keyframes typing {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes leaf {
  10% {
    transform: rotate3d(0, 0, 1, 1deg); }
  20% {
    transform: rotate3d(0, 0, 1, -1deg); }
  30% {
    transform: rotate3d(0, 0, 1, 1deg); }
  40% {
    transform: rotate3d(0, 0, 1, -1deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }

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