/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
VARIABLES
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
BODY
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/* line 80, ../sass-goyeneche/sass/landing.scss */
* {
  -moz-box-sizing: border-box;
  -box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -border: 0;
  margin: 0;
  padding: 0;
}

/* line 90, ../sass-goyeneche/sass/landing.scss */
html {
  width: 100%;
  height: 100%;
  min-height: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004) !important;
}

/* line 100, ../sass-goyeneche/sass/landing.scss */
body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  font-size: 1.6rem;
  letter-spacing: 0.1px;
  letter-spacing: 0.3px;
}

/* line 109, ../sass-goyeneche/sass/landing.scss */
select::-ms-expand {
  display: none;
}

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
LANDING CONTENT
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/* line 119, ../sass-goyeneche/sass/landing.scss */
.landing-content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
}
/* line 124, ../sass-goyeneche/sass/landing.scss */
.landing-content .landing-left {
  flex-grow: 1;
  height: 100%;
  background-color: #233142;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}
/* line 133, ../sass-goyeneche/sass/landing.scss */
.landing-content .landing-right {
  max-width: 650px;
  height: 100%;
  padding: 90px;
  color: #233142;
  overflow: hidden;
  overflow: scroll;
}
/* line 141, ../sass-goyeneche/sass/landing.scss */
.landing-content .landing-right .right-header {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 90px;
}
/* line 147, ../sass-goyeneche/sass/landing.scss */
.landing-content .landing-right .right-header a {
  text-decoration: none;
}
/* line 150, ../sass-goyeneche/sass/landing.scss */
.landing-content .landing-right .right-header a img:last-child {
  margin-left: -70px;
}
/* line 155, ../sass-goyeneche/sass/landing.scss */
.landing-content .landing-right .right-header .main-btn {
  font-family: 'Poppins', sans-serif;
  height: 30px;
  font-weight: 600;
  letter-spacing: 0.25px;
  font-size: 1.4rem;
  padding: 5px 20px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: #00aa9d;
  display: inline-block;
  outline: none;
  border: none;
  cursor: pointer;
}
/* line 171, ../sass-goyeneche/sass/landing.scss */
.landing-content .landing-right .right-header .main-btn:hover {
  background-color: #00776e;
  color: #fff;
}
/* line 178, ../sass-goyeneche/sass/landing.scss */
.landing-content .landing-right .landing-title {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  margin-bottom: 40px;
}
/* line 184, ../sass-goyeneche/sass/landing.scss */
.landing-content .landing-right .landing-text {
  font-family: sans-serif;
  font-size: 1.6rem;
  line-height: 2.2rem;
  opacity: 0.75;
  margin-bottom: 16px;
}
/* line 192, ../sass-goyeneche/sass/landing.scss */
.landing-content .landing-right .landing-text-small {
  font-size: 1.3rem;
  font-style: italic;
}
/* line 197, ../sass-goyeneche/sass/landing.scss */
.landing-content .landing-right .more-info-btn {
  margin-top: 32px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-family: sans-serif;
  color: #0075f6;
  cursor: pointer;
}
/* line 206, ../sass-goyeneche/sass/landing.scss */
.landing-content .landing-right .more-info-content {
  display: none;
}
