/* *********** header *********** */
/* line 29, ../sass/_header.scss */
.navbar-default {
  background-color: transparent;
}

/* line 32, ../sass/_header.scss */
.header {
  border: none;
  min-height: 40px;
}
/* line 35, ../sass/_header.scss */
.header .header-el-espanol {
  height: 41px;
  border-bottom: 1px solid #eeeeee;
  background-color: #ffffff;
  text-align: center;
  position: relative;
}
/* line 41, ../sass/_header.scss */
.header .header-el-espanol ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 45, ../sass/_header.scss */
.header .header-el-espanol ul .icon-el-espanol {
  list-style: none;
  display: inline-block;
}
/* line 48, ../sass/_header.scss */
.header .header-el-espanol ul .icon-el-espanol .link-el-espanol {
  text-decoration: none;
  display: inline-block;
  color: #191A1E;
}
/* line 52, ../sass/_header.scss */
.header .header-el-espanol ul .icon-el-espanol .link-el-espanol:before {
  content: "\e900";
  font-size: 26px;
  line-height: 40px;
}
/* line 57, ../sass/_header.scss */
.header .header-el-espanol ul .icon-el-espanol .link-el-espanol span {
  display: none;
}
/* line 62, ../sass/_header.scss */
.header .header-el-espanol ul .btn-subscribe {
  position: absolute;
  list-style: none;
  right: 15px;
  top: 0;
}
/* line 67, ../sass/_header.scss */
.header .header-el-espanol ul .btn-subscribe .link-subscribe {
  text-decoration: none;
  color: #B39500;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
}
/* line 79, ../sass/_header.scss */
.header .nav-segundo {
  text-align: center;
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  height: 60px;
}
/* line 86, ../sass/_header.scss */
.header .nav-segundo .wraper-brand .colaboracion {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  color: #333;
  background-color: white;
}
/* line 96, ../sass/_header.scss */
.header .nav-segundo .wraper-brand .logo-brand {
  text-decoration: none;
  text-align: center;
  display: inline-block;
}
/* line 101, ../sass/_header.scss */
.header .nav-segundo .wraper-brand .logo-brand img {
  margin-top: 5px;
  width: auto;
  height: 34px;
}
/* line 108, ../sass/_header.scss */
.header .nav-segundo .social-header {
  position: absolute;
  padding: 0;
  margin: 0;
  right: 25px;
  top: 22px;
}
/* line 115, ../sass/_header.scss */
.header .nav-segundo .social-header .twitter-header {
  padding: 0;
  display: inline-block;
  list-style: none;
  background: transparent;
  border: 1px solid #03568b;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  margin-right: 5px;
}
/* line 17, ../sass/_header.scss */
.header .nav-segundo .social-header .twitter-header:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 119, ../sass/_header.scss */
.header .nav-segundo .social-header .twitter-header button {
  padding: 0;
  border: none;
  background: transparent;
  vertical-align: middle;
  line-height: 30px;
  outline: none;
}
/* line 122, ../sass/_header.scss */
.header .nav-segundo .social-header .twitter-header button span {
  display: none;
}
/* line 126, ../sass/_header.scss */
.header .nav-segundo .social-header .twitter-header button:before {
  content: "\F00C";
  font-size: 17px;
  font-family: "IconosElEspanol";
  color: #03568b;
}
/* line 135, ../sass/_header.scss */
.header .nav-segundo .social-header .facebook-header {
  padding: 0;
  display: inline-block;
  list-style: none;
  background: transparent;
  border: 1px solid #03568b;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}
/* line 17, ../sass/_header.scss */
.header .nav-segundo .social-header .facebook-header:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 137, ../sass/_header.scss */
.header .nav-segundo .social-header .facebook-header button {
  padding: 0;
  border: none;
  background: transparent;
  vertical-align: middle;
  line-height: 30px;
  outline: none;
}
/* line 139, ../sass/_header.scss */
.header .nav-segundo .social-header .facebook-header button span {
  display: none;
}
/* line 142, ../sass/_header.scss */
.header .nav-segundo .social-header .facebook-header button:before {
  content: "\F00B";
  font-size: 17px;
  font-family: "IconosElEspanol";
  color: #03568b;
}

@media only screen and (min-width: 768px) {
  /* line 157, ../sass/_header.scss */
  .header .header-el-espanol ul .icon-el-espanol {
    cursor: pointer;
  }
  /* line 160, ../sass/_header.scss */
  .header .header-el-espanol ul .btn-subscribe {
    cursor: pointer;
    top: 4px;
  }
  /* line 164, ../sass/_header.scss */
  .header .header-el-espanol ul .btn-subscribe .link-subscribe {
    display: block;
    border: 1px solid #B39500;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    width: 97px;
    height: 33px;
    background-color: #fff;
    line-height: 31px;
  }
  /* line 180, ../sass/_header.scss */
  .header .nav-segundo {
    height: 54px;
  }
  /* line 183, ../sass/_header.scss */
  .header .nav-segundo .wraper-brand {
    height: 250px;
  }
  /* line 186, ../sass/_header.scss */
  .header .nav-segundo .wraper-brand .colaboracion {
    position: absolute;
    font-size: 12px;
    line-height: 60px;
    left: 10px;
    background-color: transparent;
  }
  /* line 194, ../sass/_header.scss */
  .header .nav-segundo .wraper-brand .logo-brand {
    display: inline-block;
  }
  /* line 197, ../sass/_header.scss */
  .header .nav-segundo .wraper-brand .logo-brand img {
    height: 44px;
    margin-top: 4px;
    width: auto;
  }
  /* line 204, ../sass/_header.scss */
  .header .nav-segundo .social-header {
    top: 8px;
  }
  /* line 207, ../sass/_header.scss */
  .header .nav-segundo .social-header .twitter-header {
    width: 36px;
    height: 36px;
  }
  /* line 210, ../sass/_header.scss */
  .header .nav-segundo .social-header .twitter-header button {
    line-height: 36px;
  }
  /* line 212, ../sass/_header.scss */
  .header .nav-segundo .social-header .twitter-header button:before {
    font-size: 20px;
  }
  /* line 217, ../sass/_header.scss */
  .header .nav-segundo .social-header .facebook-header {
    width: 36px;
    height: 36px;
  }
  /* line 221, ../sass/_header.scss */
  .header .nav-segundo .social-header .facebook-header button {
    line-height: 36px;
  }
  /* line 223, ../sass/_header.scss */
  .header .nav-segundo .social-header .facebook-header button:before {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 238, ../sass/_header.scss */
  .header .header-el-espanol ul .btn-subscribe .link-subscribe:hover {
    background-color: #B39500;
    color: #fff;
  }
}
/* *********** custom scroll with jquery fullpage plugin *********** */
/* line 4, ../sass/_custom-scroll.scss */
#fp-nav.right {
  right: 5px;
}

/* line 8, ../sass/_custom-scroll.scss */
#fp-nav.right ul li a span,
.fp-slidesNav ul li a span {
  background: white;
}

@media (max-width: 1023px) {
  /* line 14, ../sass/_custom-scroll.scss */
  html,
  body {
    overflow: visible !important;
    height: auto !important;
  }

  /* line 19, ../sass/_custom-scroll.scss */
  #fp-nav {
    display: none;
  }

  /* line 22, ../sass/_custom-scroll.scss */
  #fullpage {
    position: static !important;
    top: 0 !important;
    height: auto !important;
    touch-action: auto !important;
  }

  /* line 28, ../sass/_custom-scroll.scss */
  .fp-table,
  .fp-tableCell {
    display: block;
    height: auto !important;
  }

  /* line 36, ../sass/_custom-scroll.scss */
  .fp-section {
    position: static;
  }
}
/* *********** video background *********** */
/* line 3, ../sass/_video-bg.scss */
.container-video {
  height: auto !important;
  position: relative;
}
/* line 6, ../sass/_video-bg.scss */
.container-video .fp-tableCell {
  height: auto !important;
}

/* line 11, ../sass/_video-bg.scss */
.layer__video-bg {
  background: transparent;
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 150px);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  /* line 11, ../sass/_video-bg.scss */
  .layer__video-bg {
    height: 100%;
    display: block;
  }
}

/* line 26, ../sass/_video-bg.scss */
.video-bg {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
/* line 33, ../sass/_video-bg.scss */
.video-bg iframe,
.video-bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* *********** footer *********** */
/* line 4, ../sass/_custom-footer.scss */
.footer span {
  display: inline-block;
  margin-bottom: 0;
}
/* line 9, ../sass/_custom-footer.scss */
.footer .txt-cliente-footer {
  margin-bottom: 30px;
}
/* line 13, ../sass/_custom-footer.scss */
.footer .creditos-footer,
.footer .text-uppercase {
  font-size: 14px;
}

@media screen and (max-width: 540px) {
  /* line 22, ../sass/_custom-footer.scss */
  .footer span {
    display: block;
    margin-bottom: 0;
  }
  /* line 26, ../sass/_custom-footer.scss */
  .footer .txt-cliente-footer {
    margin-bottom: 30px;
  }
  /* line 30, ../sass/_custom-footer.scss */
  .footer .creditos-footer,
  .footer .text-uppercase {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  /* line 38, ../sass/_custom-footer.scss */
  .footer {
    background-image: url("../img/footer-fondo.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
}
/* ---------- animaciones ---------- */
@-webkit-keyframes oscilar {
  0%,
	20%,
	40%,
	100% {
    top: 80%;
  }
  10%,
	30% {
    top: 79%;
  }
}
@-moz-keyframes oscilar {
  0%,
	20%,
	40%,
	100% {
    top: 80%;
  }
  10%,
	30% {
    top: 79%;
  }
}
@-o-keyframes oscilar {
  0%,
	20%,
	40%,
	100% {
    top: 80%;
  }
  10%,
	30% {
    top: 79%;
  }
}
@keyframes oscilar {
  0%,
	20%,
	40%,
	100% {
    top: 80%;
  }
  10%,
	30% {
    top: 79%;
  }
}
/* line 1, ../sass/_components/_fp-header.scss */
.fp__header {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  font-family: "Kalam", sans-serif;
  font-size: 30px;
  font-weight: 100;
  margin: 0;
  width: 100%;
  text-shadow: 0px 1px 10px #646464;
}
@media screen and (min-width: 480px) {
  /* line 1, ../sass/_components/_fp-header.scss */
  .fp__header {
    font-size: 48px;
  }
}
@media screen and (min-width: 640px) {
  /* line 1, ../sass/_components/_fp-header.scss */
  .fp__header {
    font-size: 58px;
  }
}
@media screen and (min-width: 768px) {
  /* line 1, ../sass/_components/_fp-header.scss */
  .fp__header {
    font-size: 70px;
    padding: 10px 70px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1024px) {
  /* line 1, ../sass/_components/_fp-header.scss */
  .fp__header {
    top: 45%;
    width: 95%;
  }
}
@media screen and (min-width: 1310px) {
  /* line 1, ../sass/_components/_fp-header.scss */
  .fp__header {
    font-size: 90px;
    padding: 0;
  }
}

/* line 1, ../sass/_components/_title-section.scss */
.title,
.title-section {
  font-family: "Kalam", sans-serif;
}

/* line 6, ../sass/_components/_title-section.scss */
.title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 10px;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  /* line 6, ../sass/_components/_title-section.scss */
  .title {
    font-size: 40px;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  /* line 6, ../sass/_components/_title-section.scss */
  .title {
    font-size: 45px;
  }
}
/* line 22, ../sass/_components/_title-section.scss */
.title-section {
  position: absolute;
  top: 0px;
  color: #fff;
  font-size: 40px;
  font-weight: 100;
  margin-left: 10px;
  margin-top: 10px;
  width: 100%;
}
/* line 32, ../sass/_components/_title-section.scss */
.title-section--right {
  left: inherit;
  text-align: right;
  right: 10px;
}
@media screen and (min-width: 1024px) {
  /* line 22, ../sass/_components/_title-section.scss */
  .title-section {
    font-size: 80px;
    top: 120px;
    width: 70%;
    margin-left: 30px;
  }
}
@media screen and (min-width: 800px) {
  /* line 22, ../sass/_components/_title-section.scss */
  .title-section {
    font-size: 54px;
    width: 100%;
  }
}

/* line 1, ../sass/_components/_kicker.scss */
.kicker {
  border-left: 8px solid #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  left: 10px;
  line-height: 24px;
  padding-left: 20px;
  position: absolute;
  text-shadow: 0px 1px 10px #646464;
  top: 90px;
  width: 96%;
}
/* line 14, ../sass/_components/_kicker.scss */
.kicker--right {
  border-left: 0;
  border-right: 8px solid #fff;
  left: inherit;
  padding-left: 0;
  padding-right: 20px;
  right: 10px;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  /* line 1, ../sass/_components/_kicker.scss */
  .kicker {
    font-size: 20px;
    line-height: 36px;
    padding-right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 72%;
  }
  /* line 32, ../sass/_components/_kicker.scss */
  .kicker--feature {
    font-size: 26px;
    top: 40%;
    width: 60%;
  }
}
@media screen and (min-width: 1500px) {
  /* line 1, ../sass/_components/_kicker.scss */
  .kicker {
    font-size: 24px;
    left: 0;
  }
  /* line 43, ../sass/_components/_kicker.scss */
  .kicker--right {
    right: 0;
    left: inherit;
  }
  /* line 48, ../sass/_components/_kicker.scss */
  .kicker--feature {
    font-size: 28px;
  }
}

/* line 11, ../sass/style.scss */
::root {
  font-size: 100%;
}

/* line 15, ../sass/style.scss */
html {
  font-size: 16px;
}

/* line 24, ../sass/style.scss */
.main {
  margin-top: 20px;
}

/* line 28, ../sass/style.scss */
h3 {
  color: #fff;
  font-family: "Roboto", sans-serif;
}

/* line 33, ../sass/style.scss */
p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1em;
}

/* line 39, ../sass/style.scss */
body {
  overflow-x: hidden;
}

/* ---------- contenido ---------- */
/* line 45, ../sass/style.scss */
.btn-continuar {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  position: absolute;
  top: 80%;
  z-index: 100;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: oscilar 3s 2s infinite ease-in-out;
  -moz-animation: oscilar 3s 2s infinite ease-in-out;
  -o-animation: oscilar 3s 2s infinite ease-in-out;
  animation: oscilar 3s 2s infinite ease-in-out;
}
/* line 61, ../sass/style.scss */
.btn-continuar .img-continuar {
  width: 75px;
  height: 35px;
}

/* ---------- parallax ---------- */
/* line 70, ../sass/style.scss */
.contenedor-parallax {
  position: relative;
  height: 100%;
  padding: 21.875rem;
}

/* line 76, ../sass/style.scss */
.contenedor-parallax1 {
  background: url(../img/andoni-goicoechea-goiko-grill-02.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

/* ----------  MEDIAQUERY ---------- */
@media screen and (max-width: 540px) {
  /* line 86, ../sass/style.scss */
  .scrollup {
    bottom: 15px;
    right: 15px;
  }
}
@media screen and (max-width: 1023px) {
  /* line 93, ../sass/style.scss */
  html {
    font-size: 14px;
  }

  /* line 97, ../sass/style.scss */
  .btn-continuar {
    display: none;
  }

  /* line 101, ../sass/style.scss */
  .contenedor-parallax1 {
    background-attachment: scroll;
    background-size: 100%;
  }
}
/* line 107, ../sass/style.scss */
.container {
  width: 100%;
  padding: 0;
}

/* line 112, ../sass/style.scss */
.image-section {
  position: relative;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}
/* line 119, ../sass/style.scss */
.image-section img {
  max-width: 420px;
  width: 100%;
}

/* line 125, ../sass/style.scss */
.caption {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 5px 10px;
}

/* line 136, ../sass/style.scss */
.fp {
  background-color: #333;
  color: #fff;
  position: relative;
}
/* line 141, ../sass/style.scss */
.fp::before {
  content: "";
  background: -moz-linear-gradient(top, rgba(48, 45, 63, 0) 6%, black 100%);
  background: -webkit-linear-gradient(top, rgba(48, 45, 63, 0) 6%, black 100%);
  background: linear-gradient(to bottom, rgba(48, 45, 63, 0) 6%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  bottom: -1px;
  height: 100%;
  position: absolute;
  width: 100%;
}
/* line 153, ../sass/style.scss */
.fp .container {
  padding: 0 10px;
  position: relative;
  height: 530px;
  width: 100%;
}

/* line 162, ../sass/style.scss */
.fp--01,
.fp--07 {
  background-image: url("../img/fondo.jpg");
  background-size: cover;
}
/* line 167, ../sass/style.scss */
.fp--01 .fp__container,
.fp--07 .fp__container {
  margin: 0 auto;
}
/* line 170, ../sass/style.scss */
.fp--01 .fp__container h3,
.fp--07 .fp__container h3 {
  font-size: 1.4em;
}
/* line 175, ../sass/style.scss */
.fp--01 .fp__images,
.fp--07 .fp__images {
  display: none;
}
/* line 179, ../sass/style.scss */
.fp--01 .image-responsive,
.fp--07 .image-responsive {
  width: 100%;
  margin-bottom: 10px;
}
/* line 184, ../sass/style.scss */
.fp--01 .title,
.fp--07 .title {
  color: white;
}

/* line 189, ../sass/style.scss */
.fp--07 {
  background-image: url("../img/carrot-back.jpg");
}

/* line 193, ../sass/style.scss */
.fp--01,
.fp--04,
.fp--07 {
  padding: 40px 0;
}
/* line 198, ../sass/style.scss */
.fp--01 .container,
.fp--04 .container,
.fp--07 .container {
  height: auto;
}

/* line 204, ../sass/style.scss */
.fp--02 {
  background-image: url("../img/vegetables.jpg");
  background-size: cover;
}

/* line 210, ../sass/style.scss */
.fp--03 {
  background-image: url("../img/fruit.jpg");
  background-size: cover;
}

/* line 216, ../sass/style.scss */
.fp--04 {
  background-image: url("../img/tomato.jpg");
  background-size: cover;
}
/* line 220, ../sass/style.scss */
.fp--04 p {
  position: relative;
}
/* line 223, ../sass/style.scss */
.fp--04 p:before {
  content: "";
  background: #333;
  width: 100%;
}

/* line 232, ../sass/style.scss */
.fp--05 {
  background-image: url("../img/cereal.jpg");
  background-size: cover;
}
/* line 236, ../sass/style.scss */
.fp--05 .container {
  height: 580px;
}

/* line 242, ../sass/style.scss */
.fp--06 {
  background-image: url("../img/salmon.jpg");
  background-size: cover;
}

/* line 248, ../sass/style.scss */
.container-video {
  position: relative;
}

/* line 252, ../sass/style.scss */
.main {
  padding-top: 60px;
  background-color: black;
}

@media screen and (min-width: 480px) {
  /* line 260, ../sass/style.scss */
  .image-section {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 0;
  }

  /* line 267, ../sass/style.scss */
  .fp--05 .container {
    height: 500px;
  }
}
@media screen and (min-width: 768px) {
  /* line 275, ../sass/style.scss */
  .main {
    padding-top: 0;
  }

  /* line 279, ../sass/style.scss */
  .fp {
    padding-top: 20px;
  }
  /* line 282, ../sass/style.scss */
  .fp::before {
    height: 100%;
  }
  /* line 286, ../sass/style.scss */
  .fp .container {
    height: 50vh;
  }

  /* line 292, ../sass/style.scss */
  .fp--01 .fp__images {
    display: inline-block;
    text-align: center;
  }
  /* line 297, ../sass/style.scss */
  .fp--01 .image-responsive {
    width: calc((100% - 100px) / 3);
    margin: 0 10px;
    margin-bottom: 0;
  }

  /* line 304, ../sass/style.scss */
  .fp--2 {
    font-size: 18px;
  }

  /* line 309, ../sass/style.scss */
  .fp--04 .container {
    height: auto;
  }

  /* line 315, ../sass/style.scss */
  .fp--05 .container {
    height: 50vh;
  }

  /* line 320, ../sass/style.scss */
  .image-section {
    margin-bottom: 0;
    margin-top: 5px;
  }
  /* line 324, ../sass/style.scss */
  .image-section--right {
    right: -10px;
    margin-left: 10px;
    margin-bottom: 0;
    margin-top: 5px;
  }

  /* line 336, ../sass/style.scss */
  .fp--01 .container,
  .fp--04 .container,
  .fp--07 .container {
    height: auto;
  }
  /* line 340, ../sass/style.scss */
  .fp--01 .fp__container,
  .fp--04 .fp__container,
  .fp--07 .fp__container {
    padding: 100px 20px 0;
  }
  /* line 343, ../sass/style.scss */
  .fp--01 .fp__container h3,
  .fp--04 .fp__container h3,
  .fp--07 .fp__container h3 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  /* line 352, ../sass/style.scss */
  p {
    font-size: 1.1em;
  }

  /* line 356, ../sass/style.scss */
  .image-section {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  /* line 362, ../sass/style.scss */
  .fp {
    height: 100vh;
    padding-top: 0;
  }
  /* line 366, ../sass/style.scss */
  .fp::before {
    height: 100%;
  }
  /* line 370, ../sass/style.scss */
  .fp .container {
    height: 100vh;
    margin: 0 auto;
    max-width: 1495px;
  }

  /* line 377, ../sass/style.scss */
  .image-section--right {
    right: 0;
  }

  /* line 381, ../sass/style.scss */
  .fp .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1020px;
  }

  /* line 390, ../sass/style.scss */
  .fp--01 {
    padding-top: 0;
  }
  /* line 393, ../sass/style.scss */
  .fp--01 .fp__container {
    max-width: 100%;
  }
  /* line 396, ../sass/style.scss */
  .fp--01 .fp__container h2 {
    font-size: 40px;
  }
  /* line 401, ../sass/style.scss */
  .fp--01 .fp__images {
    max-width: 1030px;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 407, ../sass/style.scss */
  .fp--01 .image-responsive {
    max-width: 343px;
  }

  /* line 414, ../sass/style.scss */
  .fp--02 .kicker {
    font-size: 19px;
    top: 52%;
  }

  /* line 421, ../sass/style.scss */
  .image-section--right {
    margin-left: 10px;
  }

  /* line 425, ../sass/style.scss */
  .fp__text {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1500px) {
  /* line 433, ../sass/style.scss */
  .fp .content {
    width: 100%;
  }

  /* line 437, ../sass/style.scss */
  .image-responsive {
    max-width: 343px;
    margin-right: 52px;
  }
  /* line 441, ../sass/style.scss */
  .image-responsive:last-child {
    margin-right: 0;
  }
}
/* line 448, ../sass/style.scss */
.footer .scrollup {
  position: fixed;
  display: block;
  bottom: 20px;
  border: 0;
  outline: 0;
}
@media screen and (min-width: 1024px) {
  /* line 448, ../sass/style.scss */
  .footer .scrollup {
    position: absolute;
    bottom: 40%;
  }
}
