/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 6, ../sass/scss/base/_reset.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 16, ../sass/scss/base/_reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 19, ../sass/scss/base/_reset.scss */
body {
  line-height: 1;
}

/* line 22, ../sass/scss/base/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 25, ../sass/scss/base/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 29, ../sass/scss/base/_reset.scss */
blockquote:before, blockquote:after {
  content: '';
  content: none;
}

/* line 34, ../sass/scss/base/_reset.scss */
q:before, q:after {
  content: '';
  content: none;
}

/* line 38, ../sass/scss/base/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 1, ../sass/scss/base/_element-defaults.scss */
* {
  box-sizing: border-box;
}

/* line 5, ../sass/scss/base/_element-defaults.scss */
html {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 10, ../sass/scss/base/_element-defaults.scss */
body {
  margin: 0;
  padding: 48px 0 0;
  font-family: "Lato", sans-serif;
  color: #828282;
}
@media (min-width: 1028px) {
  /* line 10, ../sass/scss/base/_element-defaults.scss */
  body {
    padding: 92px 0 0 0;
  }
}

/* line 21, ../sass/scss/base/_element-defaults.scss */
a {
  text-decoration: none;
  font-weight: 400;
  color: #030000;
}

/* line 27, ../sass/scss/base/_element-defaults.scss */
p {
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 30px;
}

/* line 33, ../sass/scss/base/_element-defaults.scss */
strong {
  font-weight: bold;
}

/* line 37, ../sass/scss/base/_element-defaults.scss */
.list-titlings {
  font-size: 40px;
  text-align: center;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-weight: 100;
}

/* line 46, ../sass/scss/base/_element-defaults.scss */
.btn {
  border: 1px solid;
  padding: 0px 20px !important;
  display: inline-block;
  line-height: 35px !important;
  text-transform: uppercase;
  font-size: 14px !important;
}

/* line 55, ../sass/scss/base/_element-defaults.scss */
.btn-highlight {
  color: #826340 !important;
}

/* line 59, ../sass/scss/base/_element-defaults.scss */
.btn-big {
  border-width: 2px;
  font-size: 29px !important;
  text-transform: none;
  line-height: 48px !important;
  padding: 0 48px !important;
}

/* line 67, ../sass/scss/base/_element-defaults.scss */
.arrow {
  padding-right: 80px !important;
  position: relative;
}
/* line 71, ../sass/scss/base/_element-defaults.scss */
.arrow:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(-45deg);
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -4px;
}
/* line 85, ../sass/scss/base/_element-defaults.scss */
.arrow:after {
  content: "";
  height: 2px;
  width: 38px;
  display: block;
  background: #FFF;
  position: absolute;
  right: 30px;
  top: 50%;
}

/* line 97, ../sass/scss/base/_element-defaults.scss */
.play {
  display: block;
  border: 2px solid #FFF;
  width: 62px;
  margin: 0 auto;
  height: 62px;
  border-radius: 50%;
  position: relative;
}
/* line 106, ../sass/scss/base/_element-defaults.scss */
.play:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 18px;
  border-color: transparent transparent transparent #FFF;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -12px 0 0 -6px;
}

/* line 121, ../sass/scss/base/_element-defaults.scss */
.down-arrow {
  position: absolute;
  bottom: 20px;
  transform: rotate(45deg);
}
/* line 126, ../sass/scss/base/_element-defaults.scss */
.down-arrow:before {
  content: "";
  display: block;
  width: 26px;
  height: 3px;
  position: absolute;
  background: #FFF;
  border-radius: 15px;
  right: -3px;
}
/* line 137, ../sass/scss/base/_element-defaults.scss */
.down-arrow:after {
  content: "";
  display: block;
  height: 26px;
  width: 3px;
  position: absolute;
  background: #FFF;
  border-radius: 15px;
  bottom: -3px;
}

/* line 149, ../sass/scss/base/_element-defaults.scss */
.section-title {
  color: #826340;
  font-size: 33px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: bold;
  padding: 40px 0 10px;
}

/* line 159, ../sass/scss/base/_element-defaults.scss */
.decor-top {
  position: relative;
}
/* line 162, ../sass/scss/base/_element-defaults.scss */
.decor-top:before {
  content: "";
  display: block;
  width: 108px;
  height: 2px;
  background: #826340;
  position: absolute;
  top: 0;
}

/* line 173, ../sass/scss/base/_element-defaults.scss */
.decor-bottom {
  position: relative;
  padding-bottom: 28px !important;
}
/* line 177, ../sass/scss/base/_element-defaults.scss */
.decor-bottom:before {
  content: "";
  display: block;
  width: 108px;
  height: 2px;
  background: #826340;
  position: absolute;
  bottom: 0;
}

/* line 1, ../sass/scss/layout/_header.scss */
.main-header {
  position: relative;
  z-index: 100;
}

/* line 1, ../sass/scss/layout/_columns.scss */
.main-container {
  position: relative;
  min-height: calc(100vh - 250px);
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
@media (min-width: 1028px) {
  /* line 1, ../sass/scss/layout/_columns.scss */
  .main-container {
    min-height: 720px;
  }
}

/* line 13, ../sass/scss/layout/_columns.scss */
.wrapper {
  max-width: 1418px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}
@media (min-width: 1028px) {
  /* line 13, ../sass/scss/layout/_columns.scss */
  .wrapper {
    padding: 0 20px;
  }
}

/* line 24, ../sass/scss/layout/_columns.scss */
.half-colum {
  width: 100%;
}
@media (min-width: 680px) {
  /* line 24, ../sass/scss/layout/_columns.scss */
  .half-colum {
    width: 50%;
  }
}

/* line 32, ../sass/scss/layout/_columns.scss */
.full-width {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* line 8, ../sass/scss/module/_main-nav.scss */
header {
  position: fixed;
  width: 100%;
  height: 48px;
  background: #FFF;
  top: 0;
  z-index: 5;
}
@media (min-width: 1028px) {
  /* line 8, ../sass/scss/module/_main-nav.scss */
  header {
    height: 92px;
  }
}

/* line 21, ../sass/scss/module/_main-nav.scss */
.main-nav {
  position: fixed;
  top: 0;
  width: calc(100% - 48px);
  z-index: 5;
  left: calc(-100% + 48px);
  height: 100vh;
  background: #FFF;
  transition: all 0.5s ease;
}
@media (min-width: 1028px) {
  /* line 21, ../sass/scss/module/_main-nav.scss */
  .main-nav {
    width: calc(100%);
    left: auto;
    margin: 0 auto;
    height: auto;
  }
}
/* line 38, ../sass/scss/module/_main-nav.scss */
.main-nav.is-active {
  left: 0;
}
/* line 42, ../sass/scss/module/_main-nav.scss */
.main-nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* line 48, ../sass/scss/module/_main-nav.scss */
.main-nav li {
  width: 100%;
}
@media (min-width: 1028px) {
  /* line 48, ../sass/scss/module/_main-nav.scss */
  .main-nav li {
    width: auto;
    margin: 0 15px;
    display: flex;
    align-items: center;
  }
}
/* line 58, ../sass/scss/module/_main-nav.scss */
.main-nav li a {
  line-height: 48px;
  text-decoration: none;
  font-weight: 100;
  color: #828282;
  padding: 0 20px;
  font-size: 18px;
}
@media (min-width: 1028px) {
  /* line 58, ../sass/scss/module/_main-nav.scss */
  .main-nav li a {
    line-height: 68px;
    padding: 0;
  }
}
/* line 73, ../sass/scss/module/_main-nav.scss */
.main-nav .logo {
  position: absolute;
  max-width: 71px;
  height: 60px;
  width: 116px;
  display: block;
  right: -132px;
  top: 4px;
}
@media (min-width: 1028px) {
  /* line 73, ../sass/scss/module/_main-nav.scss */
  .main-nav .logo {
    right: -119px;
    top: 0px;
    position: static;
    background: transparent;
    max-width: 100%;
  }
}
/* line 90, ../sass/scss/module/_main-nav.scss */
.main-nav .logo svg {
  width: 100%;
  fill: #826340;
}

/* line 97, ../sass/scss/module/_main-nav.scss */
.nav-wrapper {
  position: relative;
  max-width: 1418px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1028px) {
  /* line 97, ../sass/scss/module/_main-nav.scss */
  .nav-wrapper {
    height: 92px;
  }
}

/* -----------------------------------------------------------------------------
  HAMBURGER ICONS COMPONENT
  
  ----------------------------------------------------------------------------- */
/**
 * Toggle Switch Globals
 *
 * All switches should take on the class `c-hamburger` as well as their
 * variant that will give them unique properties. This class is an overview
 * class that acts as a reset for all versions of the icon.
 */
/* line 123, ../sass/scss/module/_main-nav.scss */
.c-hamburger {
  display: block;
  position: absolute;
  overflow: hidden;
  right: -48px;
  top: 0;
  margin: 0;
  padding: 0;
  width: 48px;
  height: 48px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media (min-width: 1028px) {
  /* line 123, ../sass/scss/module/_main-nav.scss */
  .c-hamburger {
    width: 81px;
    height: 81px;
  }
}

/* line 152, ../sass/scss/module/_main-nav.scss */
.c-hamburger:focus {
  outline: none;
}

/* line 156, ../sass/scss/module/_main-nav.scss */
.c-hamburger span {
  display: block;
  position: absolute;
  top: 20px;
  left: 8px;
  right: 8px;
  height: 4px;
  background: white;
}
@media (min-width: 1028px) {
  /* line 156, ../sass/scss/module/_main-nav.scss */
  .c-hamburger span {
    left: 20px;
    right: 20px;
    top: 36px;
  }
}

/* line 174, ../sass/scss/module/_main-nav.scss */
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  content: "";
}

/* line 185, ../sass/scss/module/_main-nav.scss */
.c-hamburger span::before {
  top: -12px;
}

/* line 189, ../sass/scss/module/_main-nav.scss */
.c-hamburger span::after {
  bottom: -12px;
}

/**
 * Hamburger to left-arrow (htla). Hamburger menu transforms to a left-pointing
 * arrow. Usually indicates an off canvas menu sliding in from left that
 * will be close on re-click of the icon.
 */
/* line 199, ../sass/scss/module/_main-nav.scss */
.c-hamburger--htla {
  background-color: #826340;
}
@media (min-width: 1028px) {
  /* line 199, ../sass/scss/module/_main-nav.scss */
  .c-hamburger--htla {
    display: none;
  }
}

/* line 207, ../sass/scss/module/_main-nav.scss */
.c-hamburger--htla span {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

/* line 212, ../sass/scss/module/_main-nav.scss */
.c-hamburger--htla span::before {
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: -webkit-transform 0.3s, width 0.3s, top 0.3s;
  transition: transform 0.3s, width 0.3s, top 0.3s;
}

/* line 220, ../sass/scss/module/_main-nav.scss */
.c-hamburger--htla span::after {
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.3s, width 0.3s, bottom 0.3s;
  transition: transform 0.3s, width 0.3s, bottom 0.3s;
}

/* active state, i.e. menu open */
/* line 229, ../sass/scss/module/_main-nav.scss */
.c-hamburger--htla.is-active {
  background-color: #826340;
}

/* line 233, ../sass/scss/module/_main-nav.scss */
.c-hamburger--htla.is-active span {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 239, ../sass/scss/module/_main-nav.scss */
.c-hamburger--htla.is-active span::before,
.c-hamburger--htla.is-active span::after {
  width: 50%;
}

/* line 244, ../sass/scss/module/_main-nav.scss */
.c-hamburger--htla.is-active span::before {
  top: 0;
  -webkit-transform: translateX(18px) translateY(2px) rotate(45deg);
  -ms-transform: translateX(18px) translateY(2px) rotate(45deg);
  transform: translateX(18px) translateY(2px) rotate(45deg);
}
@media (min-width: 1028px) {
  /* line 244, ../sass/scss/module/_main-nav.scss */
  .c-hamburger--htla.is-active span::before {
    -webkit-transform: translateX(22px) translateY(2px) rotate(45deg);
    -ms-transform: translateX(22px) translateY(2px) rotate(45deg);
    transform: translateX(22px) translateY(2px) rotate(45deg);
  }
}

/* line 258, ../sass/scss/module/_main-nav.scss */
.c-hamburger--htla.is-active span::after {
  bottom: 0;
  -webkit-transform: translateX(18px) translateY(-2px) rotate(-45deg);
  -ms-transform: translateX(18px) translateY(-2px) rotate(-45deg);
  transform: translateX(18px) translateY(-2px) rotate(-45deg);
}
@media (min-width: 1028px) {
  /* line 258, ../sass/scss/module/_main-nav.scss */
  .c-hamburger--htla.is-active span::after {
    -webkit-transform: translateX(22px) translateY(-2px) rotate(-45deg);
    -ms-transform: translateX(22px) translateY(-2px) rotate(-45deg);
    transform: translateX(22px) translateY(-2px) rotate(-45deg);
  }
}

/* line 1, ../sass/scss/module/_big-picture.scss */
.big-picture {
  min-width: 100%;
  min-height: calc( 100vh + 266px );
  padding: 20px 0;
  background: url("../img/home.jpg");
  display: flex;
  background-size: cover;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  color: white;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
}
@media (min-width: 680px) {
  /* line 1, ../sass/scss/module/_big-picture.scss */
  .big-picture {
    min-height: calc( 100vh - 92px );
  }
}
/* line 21, ../sass/scss/module/_big-picture.scss */
.big-picture .text {
  text-shadow: 0px 0px 5px #000000b3;
}
/* line 25, ../sass/scss/module/_big-picture.scss */
.big-picture h2 {
  font-size: 77px;
  font-weight: 200;
  margin: 0 0 88px;
}
/* line 31, ../sass/scss/module/_big-picture.scss */
.big-picture p {
  font-size: 25px;
  line-height: 32px;
  padding-bottom: 26px;
}
/* line 37, ../sass/scss/module/_big-picture.scss */
.big-picture strong {
  font-weight: 900;
}
/* line 41, ../sass/scss/module/_big-picture.scss */
.big-picture a {
  color: #FFF;
}
@media only screen and (max-width: 600px) {
  /* line 46, ../sass/scss/module/_big-picture.scss */
  .big-picture strong {
    font-weight: 900;
  }
  /* line 50, ../sass/scss/module/_big-picture.scss */
  .big-picture h3 {
    font-size: 12px;
  }
  /* line 54, ../sass/scss/module/_big-picture.scss */
  .big-picture h2 {
    font-size: 28px;
  }
}
/* line 59, ../sass/scss/module/_big-picture.scss */
.big-picture .play {
  margin-top: 96px;
}

/* line 1, ../sass/scss/module/_info.scss */
.info {
  padding: 192px 0 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 7, ../sass/scss/module/_info.scss */
.info .section-title {
  margin-left: 0;
}
@media (min-width: 680px) {
  /* line 7, ../sass/scss/module/_info.scss */
  .info .section-title {
    margin-left: 78px;
  }
}

/* line 18, ../sass/scss/module/_info.scss */
.info-box p {
  padding: 50px 0;
}
@media (min-width: 680px) {
  /* line 18, ../sass/scss/module/_info.scss */
  .info-box p {
    padding: 50px 78px;
  }
}
/* line 26, ../sass/scss/module/_info.scss */
.info-box img {
  max-width: 100%;
}

/* line 1, ../sass/scss/module/_cards.scss */
.cards {
  margin-top: 40px;
}
/* line 4, ../sass/scss/module/_cards.scss */
.cards ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
/* line 9, ../sass/scss/module/_cards.scss */
.cards ul li {
  width: 100%;
  min-height: 456px;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  position: relative;
  cursor: pointer;
}
/* line 23, ../sass/scss/module/_cards.scss */
.cards ul li:hover .card-container, .cards ul li:focus .card-container {
  max-height: 500px;
  margin-top: 0;
}
/* line 28, ../sass/scss/module/_cards.scss */
.cards ul li:hover:before, .cards ul li:focus:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+61,000000+100&0.15+61,0.5+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 61%, rgba(0, 0, 0, 0.7) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 61%, rgba(0, 0, 0, 0.7) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 61%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26000000', endColorstr='#80000000',GradientType=0 );
  /* IE6-9 */
}
@media (min-width: 680px) {
  /* line 9, ../sass/scss/module/_cards.scss */
  .cards ul li {
    width: 33.33%;
  }
}
/* line 41, ../sass/scss/module/_cards.scss */
.cards ul li:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 0.5s ease;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+61,000000+100&0.15+61,0.5+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.15) 61%, rgba(0, 0, 0, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15) 61%, rgba(0, 0, 0, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 61%, rgba(0, 0, 0, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26000000', endColorstr='#80000000',GradientType=0 );
  /* IE6-9 */
}
/* line 55, ../sass/scss/module/_cards.scss */
.cards ul li:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 24px 0 24px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  bottom: 40px;
}

/* line 70, ../sass/scss/module/_cards.scss */
.card-container {
  position: relative;
  transition: all 0.5s ease;
  max-height: 46px;
  margin-top: 279px;
  overflow: hidden;
}
/* line 77, ../sass/scss/module/_cards.scss */
.card-container h3 {
  font-size: 16px;
  line-height: 20px;
}
/* line 82, ../sass/scss/module/_cards.scss */
.card-container p {
  padding: 22px 38px 10px;
  font-size: 13px;
  line-height: 20px;
}

/* line 89, ../sass/scss/module/_cards.scss */
.card-1 {
  background: url("../img/plan1.jpg");
}

/* line 93, ../sass/scss/module/_cards.scss */
.card-2 {
  background: url("../img/plan2.jpg");
}

/* line 97, ../sass/scss/module/_cards.scss */
.card-3 {
  background: url("../img/plan3.jpg");
}

/* line 101, ../sass/scss/module/_cards.scss */
.card-4 {
  background: url("../img/plan4.jpg");
}

/* line 105, ../sass/scss/module/_cards.scss */
.card-5 {
  background: url("../img/plan5.jpg");
}

/* line 109, ../sass/scss/module/_cards.scss */
.card-6 {
  background: url("../img/plan6.jpg");
}

/* line 1, ../sass/scss/module/_footer.scss */
footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 96px 20px;
}
@media (min-width: 680px) {
  /* line 1, ../sass/scss/module/_footer.scss */
  footer {
    padding: 96px 0;
  }
}
/* line 13, ../sass/scss/module/_footer.scss */
footer .icon-logo {
  margin: 0;
  width: 100%;
}
@media (min-width: 680px) {
  /* line 13, ../sass/scss/module/_footer.scss */
  footer .icon-logo {
    width: 190px;
    margin-top: 0;
  }
}

/* line 25, ../sass/scss/module/_footer.scss */
.address {
  padding: 0 20px;
  min-height: 108px;
  word-break: break-word;
}
/* line 30, ../sass/scss/module/_footer.scss */
.address p {
  font-size: 16px;
  line-height: 22px;
}

/* line 36, ../sass/scss/module/_footer.scss */
.social {
  width: 100%;
  padding: 20px;
}
@media (min-width: 680px) {
  /* line 36, ../sass/scss/module/_footer.scss */
  .social {
    width: auto;
    padding: 0;
  }
}
/* line 46, ../sass/scss/module/_footer.scss */
.social ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* line 51, ../sass/scss/module/_footer.scss */
.social ul li {
  background-size: contain;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

/* line 60, ../sass/scss/module/_footer.scss */
.fb {
  background: url("../img/fb.svg");
}

/* line 64, ../sass/scss/module/_footer.scss */
.ig {
  background: url("../img/ig.svg");
}

@media (min-width: 680px) {
  /* line 1, ../sass/scss/page/_concepto.scss */
  .concepto-b {
    padding-top: 370px;
  }
}
/* line 7, ../sass/scss/page/_concepto.scss */
.concepto-b p {
  padding-top: 20px;
}

/* line 1, ../sass/scss/page/_steps.scss */
.steps {
  text-align: center;
  padding-top: 60px;
}

/* line 6, ../sass/scss/page/_steps.scss */
.steps-img {
  padding-top: 30px;
}
/* line 9, ../sass/scss/page/_steps.scss */
.steps-img img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* line 16, ../sass/scss/page/_steps.scss */
.steps-nav {
  background: #d7d7d7;
  margin-bottom: 34px;
}
/* line 20, ../sass/scss/page/_steps.scss */
.steps-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* line 25, ../sass/scss/page/_steps.scss */
.steps-nav ul li {
  padding: 36px 70px;
  font-size: 22px;
  line-height: 25px;
  cursor: pointer;
}
/* line 31, ../sass/scss/page/_steps.scss */
.steps-nav ul li span {
  font-weight: bold;
}
/* line 35, ../sass/scss/page/_steps.scss */
.steps-nav ul li.active {
  font-weight: bold;
  background: #ebebeb;
}

/* line 43, ../sass/scss/page/_steps.scss */
figure.zoom {
  background-position: 50% 50%;
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: zoom-in;
}
/* line 50, ../sass/scss/page/_steps.scss */
figure.zoom img:hover {
  opacity: 0;
}
/* line 54, ../sass/scss/page/_steps.scss */
figure.zoom img {
  transition: opacity .5s;
  display: block;
  width: 100%;
}

/* line 63, ../sass/scss/page/_steps.scss */
.disclaimer-f {
  padding: 100px 20px;
}
/* line 66, ../sass/scss/page/_steps.scss */
.disclaimer-f h4 {
  font-size: 37px;
  font-weight: 800;
  color: #826340;
  position: relative;
}
/* line 72, ../sass/scss/page/_steps.scss */
.disclaimer-f h4:before {
  content: '';
  display: block;
  position: absolute;
  width: 244px;
  height: 2px;
  left: 50%;
  margin-left: -122px;
  background: #826340;
  bottom: -46px;
}

/* line 1, ../sass/scss/page/_plan.scss */
.master-plan {
  text-align: center;
  margin-top: 90px;
  margin-bottom: 100px;
}

/* line 1, ../sass/scss/page/_video.scss */
.video {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 100px 0;
}

/* line 10, ../sass/scss/page/_video.scss */
.video-title {
  min-width: 300px;
}

/* line 14, ../sass/scss/page/_video.scss */
.video-container {
  position: relative;
  align-items: center;
}
@media (min-width: 680px) {
  /* line 14, ../sass/scss/page/_video.scss */
  .video-container {
    width: calc(100% - 360px);
  }
}
/* line 22, ../sass/scss/page/_video.scss */
.video-container img {
  max-width: 100%;
}
/* line 26, ../sass/scss/page/_video.scss */
.video-container span {
  margin-left: 110px;
}
/* line 30, ../sass/scss/page/_video.scss */
.video-container .play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -31px 0 0 -31px;
}

/* line 1, ../sass/scss/page/_gallery.scss */
.gallery-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 100px;
  margin-bottom: 100px;
}

/* line 9, ../sass/scss/page/_gallery.scss */
.gallery-title-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #fef7e9;
  padding: 20px;
}
@media (min-width: 680px) {
  /* line 9, ../sass/scss/page/_gallery.scss */
  .gallery-title-container {
    width: 35%;
    padding: 0;
  }
}
/* line 23, ../sass/scss/page/_gallery.scss */
.gallery-title-container .section-title {
  font-size: 50px;
  padding: 0 20px;
  font-weight: normal;
  display: inline-block;
  color: #828282;
  text-transform: initial;
  letter-spacing: 0px;
}

/* line 34, ../sass/scss/page/_gallery.scss */
.gallery-module {
  width: 100%;
  padding: 0;
}
@media (min-width: 680px) {
  /* line 34, ../sass/scss/page/_gallery.scss */
  .gallery-module {
    width: 65%;
    padding: 60px 0;
  }
}
/* line 43, ../sass/scss/page/_gallery.scss */
.gallery-module img {
  width: 100%;
}

/* line 48, ../sass/scss/page/_gallery.scss */
.icon-logo {
  width: 190px;
  height: 62px;
  margin-left: -26px;
  margin-top: 20px;
}
@media (min-width: 680px) {
  /* line 48, ../sass/scss/page/_gallery.scss */
  .icon-logo {
    margin-top: 150px;
  }
}
/* line 58, ../sass/scss/page/_gallery.scss */
.icon-logo svg {
  fill: #826340;
}

/* line 63, ../sass/scss/page/_gallery.scss */
.center-container {
  max-width: 380px;
}

/* line 1, ../sass/scss/page/_contacto.scss */
.contact {
  background: url("../img/contacto.png");
  background-size: cover;
  min-height: 780px;
  color: #FFF;
  display: flex;
  padding: 20px;
  position: relative;
}
@media (min-width: 680px) {
  /* line 1, ../sass/scss/page/_contacto.scss */
  .contact {
    padding: 0;
  }
}

/* line 16, ../sass/scss/page/_contacto.scss */
.contact-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1418px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}
/* line 24, ../sass/scss/page/_contacto.scss */
.contact-container .half-colum {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

/* line 32, ../sass/scss/page/_contacto.scss */
.conctact-text {
  max-width: 436px;
}
/* line 35, ../sass/scss/page/_contacto.scss */
.conctact-text h2 {
  font-size: 48px;
  font-weight: bold;
}
@media (min-width: 680px) {
  /* line 35, ../sass/scss/page/_contacto.scss */
  .conctact-text h2 {
    font-size: 60px;
  }
}
/* line 45, ../sass/scss/page/_contacto.scss */
.conctact-text p {
  margin-top: 20px;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
}

/* line 53, ../sass/scss/page/_contacto.scss */
.contact-form {
  background: #ffffffba;
  color: #000;
  padding: 30px;
  border-radius: 20px;
  min-width: 228px;
  max-width: 378px;
  width: 100%;
}

/* line 63, ../sass/scss/page/_contacto.scss */
.field {
  margin-bottom: 8px;
}
@media (min-width: 680px) {
  /* line 63, ../sass/scss/page/_contacto.scss */
  .field {
    margin-bottom: 30px;
  }
}
/* line 70, ../sass/scss/page/_contacto.scss */
.field:last-of-type {
  margin-bottom: 0;
}
/* line 74, ../sass/scss/page/_contacto.scss */
.field label {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}
@media (min-width: 680px) {
  /* line 74, ../sass/scss/page/_contacto.scss */
  .field label {
    line-height: 32px;
  }
}
/* line 86, ../sass/scss/page/_contacto.scss */
.field input {
  width: 100%;
  border: none;
  line-height: 30px;
  border-radius: 10px;
  padding: 0 20px;
}
@media (min-width: 680px) {
  /* line 86, ../sass/scss/page/_contacto.scss */
  .field input {
    line-height: 42px;
  }
}
/* line 98, ../sass/scss/page/_contacto.scss */
.field button {
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  color: #FFF;
  border: none;
  line-height: 46px;
  border-radius: 25px;
  background: #826340;
}

/* line 111, ../sass/scss/page/_contacto.scss */
.success-pop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000000bd;
  display: none;
}
/* line 124, ../sass/scss/page/_contacto.scss */
.success-pop.active {
  display: flex;
}

/* line 129, ../sass/scss/page/_contacto.scss */
.success-extra {
  display: none;
  flex-wrap: wrap;
  position: absolute;
  background: #FFF;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  align-items: center;
  justify-content: center;
}
/* line 140, ../sass/scss/page/_contacto.scss */
.success-extra.active {
  display: flex;
}

/* line 145, ../sass/scss/page/_contacto.scss */
.success-msg {
  width: 100%;
  max-width: 780px;
  min-width: 280px;
  margin: 0 20px;
  background: #FFF;
  color: #000;
  text-align: center;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 20px;
  position: relative;
}
/* line 161, ../sass/scss/page/_contacto.scss */
.success-msg .greet {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  padding-top: 50px;
  color: #826340;
}
@media (min-width: 680px) {
  /* line 161, ../sass/scss/page/_contacto.scss */
  .success-msg .greet {
    font-size: 34px;
  }
}
/* line 173, ../sass/scss/page/_contacto.scss */
.success-msg .message {
  color: #828282;
  text-align: center;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
}
@media (min-width: 680px) {
  /* line 173, ../sass/scss/page/_contacto.scss */
  .success-msg .message {
    font-size: 24px;
    line-height: 32px;
  }
}
/* line 186, ../sass/scss/page/_contacto.scss */
.success-msg .icon-logo {
  margin-top: 37px;
  margin-left: 0;
  width: 110px;
}

/* line 194, ../sass/scss/page/_contacto.scss */
.close-pop {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 201, ../sass/scss/page/_contacto.scss */
.close-pop:before {
  content: "";
  width: 2px;
  height: 30px;
  background: #828282;
  display: block;
  transform: rotate(45deg);
  position: absolute;
  right: 23px;
  top: 10px;
}
/* line 213, ../sass/scss/page/_contacto.scss */
.close-pop:after {
  content: "";
  width: 2px;
  height: 30px;
  background: #828282;
  display: block;
  transform: rotate(-45deg);
  position: absolute;
  right: 23px;
  top: 10px;
}

/* line 226, ../sass/scss/page/_contacto.scss */
.download-form {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}

/* line 232, ../sass/scss/page/_contacto.scss */
#formb {
  padding: 20px;
  text-align: left;
}
/* line 237, ../sass/scss/page/_contacto.scss */
#formb .field input {
  border: 1px solid;
}

/* line 245, ../sass/scss/page/_contacto.scss */
.download-form .icon-logo {
  margin: 0 auto;
}
/* line 248, ../sass/scss/page/_contacto.scss */
.download-form .half-colum {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
