/* *********** 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(0, 0, 0, 0.5);
  height: 60px;
}
/* line 85, ../sass/_header.scss */
.header .nav-segundo .wraper-brand .colaboracion {
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  color: #fff;
  background-color: #000000;
}
/* line 95, ../sass/_header.scss */
.header .nav-segundo .wraper-brand .logo-brand {
  text-decoration: none;
  text-align: center;
  display: inline-block;
}
/* line 99, ../sass/_header.scss */
.header .nav-segundo .wraper-brand .logo-brand img {
  margin-top: 5px;
  width: auto;
  height: 40px;
}
/* line 106, ../sass/_header.scss */
.header .nav-segundo .social-header {
  position: absolute;
  padding: 0;
  margin: 0;
  right: 15px;
  top: 22px;
}
/* line 112, ../sass/_header.scss */
.header .nav-segundo .social-header .twitter-header {
  padding: 0;
  display: inline-block;
  list-style: none;
  background: transparent;
  border: 1px solid #fff;
  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 115, ../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 117, ../sass/_header.scss */
.header .nav-segundo .social-header .twitter-header button span {
  display: none;
}
/* line 120, ../sass/_header.scss */
.header .nav-segundo .social-header .twitter-header button:before {
  content: "\F00C";
  font-size: 17px;
  font-family: "IconosElEspanol";
  color: #fff;
}
/* line 128, ../sass/_header.scss */
.header .nav-segundo .social-header .facebook-header {
  padding: 0;
  display: inline-block;
  list-style: none;
  background: transparent;
  border: 1px solid #fff;
  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 130, ../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 132, ../sass/_header.scss */
.header .nav-segundo .social-header .facebook-header button span {
  display: none;
}
/* line 135, ../sass/_header.scss */
.header .nav-segundo .social-header .facebook-header button:before {
  content: "\F00B";
  font-size: 17px;
  font-family: "IconosElEspanol";
  color: #fff;
}

@media only screen and (min-width: 768px) {
  /* line 150, ../sass/_header.scss */
  .header .header-el-espanol ul .icon-el-espanol {
    cursor: pointer;
  }
  /* line 153, ../sass/_header.scss */
  .header .header-el-espanol ul .btn-subscribe {
    cursor: pointer;
    top: 4px;
  }
  /* line 156, ../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 174, ../sass/_header.scss */
  .header .nav-segundo .wraper-brand .colaboracion {
    position: absolute;
    font-size: 12px;
    line-height: 60px;
    left: 10px;
    background-color: transparent;
  }
  /* line 181, ../sass/_header.scss */
  .header .nav-segundo .wraper-brand .logo-brand {
    display: inline-block;
  }
  /* line 183, ../sass/_header.scss */
  .header .nav-segundo .wraper-brand .logo-brand img {
    margin-top: 4px;
    width: auto;
    height: 50px;
  }
  /* line 190, ../sass/_header.scss */
  .header .nav-segundo .social-header {
    top: 12px;
  }
  /* line 192, ../sass/_header.scss */
  .header .nav-segundo .social-header .twitter-header {
    width: 36px;
    height: 36px;
  }
  /* line 195, ../sass/_header.scss */
  .header .nav-segundo .social-header .twitter-header button {
    line-height: 36px;
  }
  /* line 197, ../sass/_header.scss */
  .header .nav-segundo .social-header .twitter-header button:before {
    font-size: 20px;
  }
  /* line 202, ../sass/_header.scss */
  .header .nav-segundo .social-header .facebook-header {
    width: 36px;
    height: 36px;
  }
  /* line 205, ../sass/_header.scss */
  .header .nav-segundo .social-header .facebook-header button {
    line-height: 36px;
  }
  /* line 207, ../sass/_header.scss */
  .header .nav-segundo .social-header .facebook-header button:before {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 222, ../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;
}
/* line 5, ../sass/_video-bg.scss */
.container-video .fp-tableCell {
  height: auto !important;
}

/* line 10, ../sass/_video-bg.scss */
.video-bg {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
/* line 17, ../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 21, ../sass/_custom-footer.scss */
  .footer span {
    display: block;
    margin-bottom: 0;
  }
  /* line 25, ../sass/_custom-footer.scss */
  .footer .txt-cliente-footer {
    margin-bottom: 30px;
  }
  /* line 28, ../sass/_custom-footer.scss */
  .footer .creditos-footer,
  .footer .text-uppercase {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  /* line 36, ../sass/_custom-footer.scss */
  .footer {
    background-image: url("../img/lopesan-cierre.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 63, ../sass/style.scss */
::root {
  font-size: 100%;
}

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

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

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

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

/* ---------- contenido ---------- */
/* line 94, ../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 110, ../sass/style.scss */
.btn-continuar .img-continuar {
  width: 75px;
  height: 35px;
}

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

/* line 125, ../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 135, ../sass/style.scss */
  .scrollup {
    bottom: 15px;
    right: 15px;
  }
}
@media screen and (max-width: 1023px) {
  /* line 142, ../sass/style.scss */
  html {
    font-size: 14px;
  }

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

  /* line 148, ../sass/style.scss */
  .contenedor-parallax1 {
    background-attachment: scroll;
    background-size: 100%;
  }
}
/* line 154, ../sass/style.scss */
.fp {
  color: #fff;
}
/* line 156, ../sass/style.scss */
.fp .container {
  width: 100%;
}

/* line 161, ../sass/style.scss */
.fp--01 {
  background-color: #000;
  padding-top: 40px;
}
/* line 164, ../sass/style.scss */
.fp--01 .fp__container {
  margin: 0 auto;
}
/* line 168, ../sass/style.scss */
.fp--01 .fp__images {
  margin: 0 auto;
  font-size: 0;
  max-width: 160px;
}
/* line 174, ../sass/style.scss */
.fp--01 .image-responsive {
  width: 100%;
  margin-bottom: 10px;
}

/* line 180, ../sass/style.scss */
.fp--02,
.fp--03 {
  background-color: #A65C29;
}

/* line 185, ../sass/style.scss */
.fp--03 {
  background-image: url("../img/canarias-section-02.png");
  background-position: -300px 50%;
  background-repeat: no-repeat;
}

/* line 191, ../sass/style.scss */
.fp--04,
.fp--05 {
  background-color: #578E9F;
}

/* line 196, ../sass/style.scss */
.fp--05 {
  background-image: url("../img/canarias-section-01.png");
  background-position: 200% 60%;
  background-repeat: no-repeat;
}

/* line 202, ../sass/style.scss */
.fp--06,
.fp--07 {
  background-color: #9E832F;
}

/* line 207, ../sass/style.scss */
.fp--07 {
  background-image: url("../img/canarias-section-03.png");
  background-position: -300px 50%;
  background-repeat: no-repeat;
}

/* line 213, ../sass/style.scss */
.fp--08,
.fp--09 {
  background-color: #5F5539;
}

/* line 218, ../sass/style.scss */
.fp--09 {
  background-image: url("../img/canarias-section-06.png");
  background-position: 200% 60%;
  background-repeat: no-repeat;
}

/* line 224, ../sass/style.scss */
.fp--10,
.fp--11 {
  background-color: #3D826D;
}

/* line 229, ../sass/style.scss */
.fp--11 {
  background-image: url("../img/canarias-section-05.png");
  background-position: -300px 50%;
  background-repeat: no-repeat;
}

/* line 235, ../sass/style.scss */
.fp--12,
.fp--13 {
  background-color: #792705;
}

/* line 240, ../sass/style.scss */
.fp--13 {
  background-image: url("../img/canarias-section-04.png");
  background-position: 200% 60%;
  background-repeat: no-repeat;
}

/* line 246, ../sass/style.scss */
.fp--14,
.fp--15 {
  background-color: #6CA6B0;
}

/* line 251, ../sass/style.scss */
.fp--15 {
  background-image: url("../img/canarias-meloneras-seccion.png");
  background-position: -300px 50%;
  background-repeat: no-repeat;
}

/* line 257, ../sass/style.scss */
.container {
  width: 100%;
  padding: 0;
}

/* line 262, ../sass/style.scss */
.kicker {
  position: absolute;
  left: 10px;
  border-left: 8px solid #fff;
  max-width: 290px;
  font-size: 19px;
  font-family: "Roboto", sans-serif;
  line-height: 20px;
  font-weight: 700;
  top: 0;
  padding-left: 20px;
  text-shadow: 0px 1px 10px #646464;
  display: none;
}
/* line 276, ../sass/style.scss */
.kicker--right {
  right: 10px;
  left: inherit;
  border-left: 0;
  border-right: 8px solid #fff;
  padding-left: 0;
  text-align: right;
  padding-right: 20px;
}

/* line 287, ../sass/style.scss */
.title-section {
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: 58px;
  font-family: "Kalam", sans-serif;
  font-weight: 100;
  opacity: .8;
}
/* line 295, ../sass/style.scss */
.title-section--right {
  left: inherit;
}

/* line 300, ../sass/style.scss */
.title {
  font-family: "Kalam", sans-serif;
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 10px;
  opacity: .8;
  line-height: 1;
}

/* line 309, ../sass/style.scss */
.image-section {
  float: left;
  position: relative;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}
/* line 315, ../sass/style.scss */
.image-section img {
  max-width: 480px;
  width: 100%;
}
/* line 319, ../sass/style.scss */
.image-section--right {
  float: right;
  right: 0;
}

/* line 325, ../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 337, ../sass/style.scss */
.fp--02 {
  background-image: url("../img/lopesan-section-playas.jpg");
  background-size: cover;
  position: relative;
}
/* line 341, ../sass/style.scss */
.fp--02::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -1px;
  background: -moz-linear-gradient(top, transparent 49%, #a65c29 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 49%, #a65c29 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 49%, #a65c29 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a65c29', GradientType=0);
}
/* line 356, ../sass/style.scss */
.fp--02 .container {
  height: 300px;
}

/* line 361, ../sass/style.scss */
.fp__list {
  max-width: 937px;
  margin: 0 auto;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}
/* line 368, ../sass/style.scss */
.fp__list .list__icon {
  width: 60px;
  height: 60px;
  display: inline-block;
  border-radius: 80px;
  padding: 8px;
  margin-right: 5px;
}
/* line 375, ../sass/style.scss */
.fp__list .list__icon::before {
  content: "";
  width: 60px;
  height: 37px;
  display: block;
  background-repeat: no-repeat;
  background-size: 62%;
}
/* line 383, ../sass/style.scss */
.fp__list .list__icon--section01 {
  border: 2px solid #A65C29;
}
/* line 385, ../sass/style.scss */
.fp__list .list__icon--section01::before {
  background-image: url("../img/iconos-secciones-playas.png");
}
/* line 396, ../sass/style.scss */
.fp__list .list__icon--section02 {
  border: 2px solid #578E9F;
}
/* line 398, ../sass/style.scss */
.fp__list .list__icon--section02::before {
  background-image: url("../img/iconos-secciones-naturaleza.png");
}
/* line 409, ../sass/style.scss */
.fp__list .list__icon--section03 {
  border: 2px solid #9E832F;
}
/* line 411, ../sass/style.scss */
.fp__list .list__icon--section03::before {
  background-image: url("../img/iconos-secciones-gastronomia.png");
}
/* line 422, ../sass/style.scss */
.fp__list .list__icon--section04 {
  border: 2px solid #5F5539;
}
/* line 424, ../sass/style.scss */
.fp__list .list__icon--section04::before {
  background-image: url("../img/iconos-secciones-raices.png");
}
/* line 435, ../sass/style.scss */
.fp__list .list__icon--section05 {
  border: 2px solid #3D826D;
}
/* line 437, ../sass/style.scss */
.fp__list .list__icon--section05::before {
  background-image: url("../img/iconos-secciones-deportes.png");
}
/* line 449, ../sass/style.scss */
.fp__list .list__icon--section06 {
  border: 2px solid #792705;
}
/* line 451, ../sass/style.scss */
.fp__list .list__icon--section06::before {
  background-image: url("../img/iconos-secciones-canarias-magica.png");
}
/* line 462, ../sass/style.scss */
.fp__list .list__icon--section07 {
  border: 2px solid #6CA6B0;
}
/* line 464, ../sass/style.scss */
.fp__list .list__icon--section07::before {
  background-image: url("../img/iconos-secciones-meloneras.png");
}

/* line 479, ../sass/style.scss */
.fp .container {
  position: relative;
  padding: 0 10px;
}

/* line 487, ../sass/style.scss */
.fp--01 .fp__container h3 {
  font-size: 1.4em;
}

/* line 497, ../sass/style.scss */
.fp--03 .fp__text,
.fp--07 .fp__text,
.fp--11 .fp__text,
.fp--15 .fp__text {
  margin-left: 0;
  margin-bottom: 10px;
}
/* line 500, ../sass/style.scss */
.fp--03 .fp__text--image,
.fp--07 .fp__text--image,
.fp--11 .fp__text--image,
.fp--15 .fp__text--image {
  margin-bottom: 20px;
}

/* line 509, ../sass/style.scss */
.fp--05 .fp__text,
.fp--09 .fp__text,
.fp--13 .fp__text {
  margin-top: 0;
  margin-bottom: 20px;
}
/* line 513, ../sass/style.scss */
.fp--05 .image-section,
.fp--09 .image-section,
.fp--13 .image-section {
  margin: 0;
  margin-bottom: 20px;
}

/* line 519, ../sass/style.scss */
.fp--04 {
  background-image: url("../img/lopesan-section-naturaleza.jpg");
  background-size: cover;
  position: relative;
}
/* line 523, ../sass/style.scss */
.fp--04::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -1px;
  background: -moz-linear-gradient(top, transparent 49%, #578e9f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 49%, #578e9f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 49%, #578e9f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#578e9f', GradientType=0);
}
/* line 537, ../sass/style.scss */
.fp--04 .container {
  position: relative;
  height: 300px;
}

/* line 546, ../sass/style.scss */
.fp--05 p,
.fp--09 p,
.fp--13 p {
  float: right;
}

/* line 551, ../sass/style.scss */
.fp--06 {
  background-image: url("../img/lopesan-section-gastronomia.jpg");
  background-size: cover;
  position: relative;
}
/* line 555, ../sass/style.scss */
.fp--06::before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -1px;
  height: 100%;
  background: -moz-linear-gradient(top, transparent 49%, #9e832f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 49%, #9e832f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 49%, #9e832f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#9e832f', GradientType=0);
}
/* line 569, ../sass/style.scss */
.fp--06 .container {
  position: relative;
  height: 300px;
}

/* line 575, ../sass/style.scss */
.fp--08 {
  background-image: url("../img/lopesan-section-raices-culturales.jpg");
  background-size: cover;
  position: relative;
}
/* line 579, ../sass/style.scss */
.fp--08::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -1px;
  background: -moz-linear-gradient(top, transparent 49%, #5f5539 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 49%, #5f5539 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 49%, #5f5539 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#5f5539', GradientType=0);
}
/* line 593, ../sass/style.scss */
.fp--08 .container {
  position: relative;
  height: 300px;
}

/* line 599, ../sass/style.scss */
.fp--10 {
  background-image: url("../img/lopesan-section-deportes.jpg");
  background-size: cover;
  position: relative;
}
/* line 603, ../sass/style.scss */
.fp--10::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -1px;
  background: -moz-linear-gradient(top, transparent 49%, #3d826d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 49%, #3d826d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 49%, #3d826d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#3d826d', GradientType=0);
}
/* line 617, ../sass/style.scss */
.fp--10 .container {
  position: relative;
  height: 300px;
}

/* line 623, ../sass/style.scss */
.fp--12 {
  background-image: url("../img/lopesan-section-canarias-magica.jpg");
  background-size: cover;
  position: relative;
}
/* line 627, ../sass/style.scss */
.fp--12::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -1px;
  background: -moz-linear-gradient(top, transparent 49%, #792705 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 49%, #792705 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 49%, #792705 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#792705', GradientType=0);
}
/* line 641, ../sass/style.scss */
.fp--12 .container {
  position: relative;
  height: 300px;
}

/* line 647, ../sass/style.scss */
.fp--14 {
  background-image: url("../img/lopesan-section-meloneras.jpg");
  background-size: cover;
  position: relative;
}
/* line 651, ../sass/style.scss */
.fp--14::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -1px;
  background: -moz-linear-gradient(top, transparent 49%, #6ca6b0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 49%, #6ca6b0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 49%, #6ca6b0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#6CA6B0', GradientType=0);
}
/* line 665, ../sass/style.scss */
.fp--14 .container {
  position: relative;
  height: 300px;
}

/* line 672, ../sass/style.scss */
.fp__header {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  font-family: "Kalam", sans-serif;
  font-size: 38px;
  font-weight: 100;
  margin: 0;
  width: 100%;
  text-shadow: 0px 1px 10px #646464;
}

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

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

@media screen and (max-width: 510px) {
  /* line 696, ../sass/style.scss */
  .fp__list {
    max-width: 300px;
  }
}
@media screen and (min-width: 480px) {
  /* line 702, ../sass/style.scss */
  .image-section {
    max-width: 50%;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 0;
  }

  /* line 712, ../sass/style.scss */
  .fp--03 .fp__text,
  .fp--07 .fp__text,
  .fp--11 .fp__text,
  .fp--15 .fp__text {
    margin-bottom: 30px;
  }

  /* line 716, ../sass/style.scss */
  .fp--05,
  .fp--09,
  .fp--13 {
    padding-bottom: 20px;
  }
  /* line 720, ../sass/style.scss */
  .fp--05 .fp__text,
  .fp--09 .fp__text,
  .fp--13 .fp__text {
    width: 100%;
    margin-left: 0;
  }
  /* line 724, ../sass/style.scss */
  .fp--05 .fp__text--image,
  .fp--09 .fp__text--image,
  .fp--13 .fp__text--image {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    float: none;
  }
  /* line 731, ../sass/style.scss */
  .fp--05 .image-section,
  .fp--09 .image-section,
  .fp--13 .image-section {
    margin-right: 10px;
    margin-bottom: 0;
  }

  /* line 736, ../sass/style.scss */
  .fp__header {
    font-size: 48px;
  }

  /* line 739, ../sass/style.scss */
  .kicker {
    display: inline-block;
  }
}
@media screen and (min-width: 640px) {
  /* line 745, ../sass/style.scss */
  .fp__header {
    font-size: 58px;
  }
}
@media screen and (min-width: 700px) {
  /* line 751, ../sass/style.scss */
  .fp--03,
  .fp--07,
  .fp--11,
  .fp--15 {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  /* line 761, ../sass/style.scss */
  .main {
    padding-top: 0;
  }

  /* line 764, ../sass/style.scss */
  .fp__list {
    margin-top: 0;
  }

  /* line 767, ../sass/style.scss */
  .fp--05,
  .fp--09,
  .fp--13 {
    background-size: 57%;
  }
  /* line 771, ../sass/style.scss */
  .fp--05 .fp__text,
  .fp--09 .fp__text,
  .fp--13 .fp__text {
    float: none;
    margin-left: 15%;
    width: 72%;
    margin-top: 20px;
    clear: none;
    margin-bottom: 20px;
  }
  /* line 778, ../sass/style.scss */
  .fp--05 .fp__text--image,
  .fp--09 .fp__text--image,
  .fp--13 .fp__text--image {
    width: 72%;
    margin-top: 0;
  }
  /* line 783, ../sass/style.scss */
  .fp--05 .image-section,
  .fp--09 .image-section,
  .fp--13 .image-section {
    margin-right: 10px;
    left: -10px;
    margin-top: 5px;
  }

  /* line 789, ../sass/style.scss */
  .fp {
    padding-top: 20px;
  }

  /* line 793, ../sass/style.scss */
  .fp--01 .fp__container {
    padding-top: 40px;
  }
  /* line 795, ../sass/style.scss */
  .fp--01 .fp__container h3 {
    font-size: 34px;
  }
  /* line 799, ../sass/style.scss */
  .fp--01 .fp__images {
    margin-left: -10px;
    margin-right: -10px;
    max-width: inherit;
  }
  /* line 804, ../sass/style.scss */
  .fp--01 .image-responsive {
    width: calc((100% - 60px) / 3);
    margin: 0 10px;
    margin-bottom: 20px;
  }

  /* line 811, ../sass/style.scss */
  .title {
    font-size: 45px;
    margin-bottom: 0;
    left: 15%;
    position: relative;
    max-width: 590px;
  }

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

  /* line 826, ../sass/style.scss */
  .image-section {
    margin-bottom: 0;
    margin-top: 5px;
  }

  /* line 831, ../sass/style.scss */
  .fp--03,
  .fp--07,
  .fp--11,
  .fp--15 {
    background-size: 55%;
  }
  /* line 836, ../sass/style.scss */
  .fp--03 .fp__text,
  .fp--07 .fp__text,
  .fp--11 .fp__text,
  .fp--15 .fp__text {
    float: none;
    margin-left: 0;
    margin-left: 15%;
    width: 70%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /* line 843, ../sass/style.scss */
  .fp--03 .fp__text--image,
  .fp--07 .fp__text--image,
  .fp--11 .fp__text--image,
  .fp--15 .fp__text--image {
    margin-top: 0;
  }

  /* line 848, ../sass/style.scss */
  .title-section {
    font-size: 70px;
    margin-left: 10px;
  }
  /* line 851, ../sass/style.scss */
  .title-section--right {
    right: 20px;
    left: inherit;
  }

  /* line 863, ../sass/style.scss */
  .fp--02::before,
  .fp--04::before,
  .fp--06::before,
  .fp--08::before,
  .fp--10::before,
  .fp--12::before,
  .fp--14::before {
    height: 100%;
  }
  /* line 866, ../sass/style.scss */
  .fp--02 .container,
  .fp--04 .container,
  .fp--06 .container,
  .fp--08 .container,
  .fp--10 .container,
  .fp--12 .container,
  .fp--14 .container {
    height: 40vh;
  }

  /* line 870, ../sass/style.scss */
  .fp__list {
    max-width: 100%;
  }
  /* line 872, ../sass/style.scss */
  .fp__list .list__icon {
    width: 80px;
    height: 80px;
    padding: 11px;
  }
  /* line 876, ../sass/style.scss */
  .fp__list .list__icon::before {
    width: 60px;
    height: 52px;
    background-size: 88%;
  }

  /* line 887, ../sass/style.scss */
  .fp__header {
    font-size: 88px;
    padding: 0px 70px;
  }

  /* line 893, ../sass/style.scss */
  .fp--05 .image-section,
  .fp--13 .image-section {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 900px) {
  /* line 900, ../sass/style.scss */
  .fp--03,
  .fp--07,
  .fp--11,
  .fp--15 {
    background-size: 45%;
  }

  /* line 906, ../sass/style.scss */
  .fp--05,
  .fp--09,
  .fp--13 {
    background-position: 170% 60%;
    background-size: 45%;
  }
}
@media screen and (max-width: 1023px) {
  /* line 915, ../sass/style.scss */
  .fp--03,
  .fp--05,
  .fp--07,
  .fp--09,
  .fp--11,
  .fp--13,
  .fp--15 {
    background-image: none;
  }
}
@media screen and (min-width: 1024px) {
  /* line 927, ../sass/style.scss */
  p {
    font-size: 1.1em;
  }

  /* line 930, ../sass/style.scss */
  .fp__list {
    margin-top: 30px;
    margin-bottom: 0;
  }
  /* line 933, ../sass/style.scss */
  .fp__list .list__icon {
    width: 100px;
    height: 100px;
    padding: 20px;
    margin-right: 10px;
  }
  /* line 938, ../sass/style.scss */
  .fp__list .list__icon::before {
    width: 70px;
    height: 49px;
    background-size: 70%;
  }

  /* line 954, ../sass/style.scss */
  .fp--03 .fp__text,
  .fp--07 .fp__text,
  .fp--11 .fp__text,
  .fp--15 .fp__text {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  /* line 960, ../sass/style.scss */
  .fp--05,
  .fp--09,
  .fp--13 {
    background-size: 45%;
  }
  /* line 964, ../sass/style.scss */
  .fp--05 .fp__text,
  .fp--09 .fp__text,
  .fp--13 .fp__text {
    margin-top: 20px;
  }
  /* line 967, ../sass/style.scss */
  .fp--05 .image-section,
  .fp--09 .image-section,
  .fp--13 .image-section {
    margin-right: 10px;
    left: -10px;
  }

  /* line 972, ../sass/style.scss */
  .image-section {
    margin-top: 0;
    max-width: 43%;
  }

  /* line 976, ../sass/style.scss */
  .fp {
    height: 100vh;
    padding-top: 0;
  }

  /* line 980, ../sass/style.scss */
  .fp .container {
    margin: 0 auto;
    height: 100vh;
    max-width: 1495px;
  }

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

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

  /* line 998, ../sass/style.scss */
  .fp--01 {
    padding-top: 0;
  }
  /* line 1000, ../sass/style.scss */
  .fp--01 .fp__container {
    max-width: 750px;
  }
  /* line 1002, ../sass/style.scss */
  .fp--01 .fp__container h3 {
    font-size: 44px;
  }
  /* line 1007, ../sass/style.scss */
  .fp--01 .fp__images {
    max-width: 1030px;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 1013, ../sass/style.scss */
  .fp--01 .image-responsive {
    max-width: 343px;
  }

  /* line 1024, ../sass/style.scss */
  .fp--02::before,
  .fp--04::before,
  .fp--06::before,
  .fp--08::before,
  .fp--10::before,
  .fp--12::before,
  .fp--14::before {
    height: 100%;
  }
  /* line 1027, ../sass/style.scss */
  .fp--02 .container,
  .fp--04 .container,
  .fp--06 .container,
  .fp--08 .container,
  .fp--10 .container,
  .fp--12 .container,
  .fp--14 .container {
    height: 100vh;
  }

  /* line 1031, ../sass/style.scss */
  .title-section {
    font-size: 140px;
    bottom: 100px;
  }

  /* line 1035, ../sass/style.scss */
  .kicker {
    max-width: 640px;
    font-size: 38px;
    line-height: 40px;
    top: 40%;
    transform: translateY(-50%);
    padding-right: 30px;
  }

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

  /* line 1046, ../sass/style.scss */
  .title {
    font-size: 60px;
    margin-bottom: 0;
    max-width: 830px;
    margin-top: 0;
  }

  /* line 1052, ../sass/style.scss */
  .fp--05,
  .fp--09,
  .fp--13 {
    background-position: 140% 60%;
  }

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

  /* line 1062, ../sass/style.scss */
  .fp--07 .image-section {
    padding-bottom: 10px;
  }

  /* line 1066, ../sass/style.scss */
  .fp__header {
    top: 45%;
  }
}
@media screen and (min-width: 1130px) {
  /* line 1072, ../sass/style.scss */
  .fp--03,
  .fp--07,
  .fp--11,
  .fp--15 {
    background-position: -210px 50%;
    background-size: 40%;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1083, ../sass/style.scss */
  .fp--05,
  .fp--09,
  .fp--13 {
    background-position: 120% 60%;
    background-size: 35%;
  }

  /* line 1089, ../sass/style.scss */
  .fp--03,
  .fp--07,
  .fp--11,
  .fp--15 {
    background-position: -200px 50%;
    background-size: 35%;
  }
}
@media screen and (min-width: 1310px) {
  /* line 1100, ../sass/style.scss */
  .fp__header {
    font-size: 120px;
    padding: 0;
    width: 90%;
  }

  /* line 1106, ../sass/style.scss */
  .fp--03,
  .fp--07,
  .fp--11,
  .fp--15 {
    background-size: 30%;
    background-position: -110px 50%;
  }

  /* line 1113, ../sass/style.scss */
  .fp--05,
  .fp--09,
  .fp--13 {
    background-position: 127% 50%;
    background-size: 35%;
  }
}
@media screen and (min-width: 1500px) {
  /* line 1122, ../sass/style.scss */
  .fp__header {
    font-size: 140px;
    padding: 0;
    width: 90%;
  }

  /* line 1128, ../sass/style.scss */
  .fp .content {
    width: 100%;
  }

  /* line 1131, ../sass/style.scss */
  .image-responsive {
    max-width: 343px;
    margin-right: 52px;
  }
  /* line 1136, ../sass/style.scss */
  .image-responsive:last-child {
    margin-right: 0;
  }

  /* line 1145, ../sass/style.scss */
  .fp--03 .content,
  .fp--07 .content,
  .fp--11 .content,
  .fp--15 .content {
    max-width: 1024px;
  }

  /* line 1150, ../sass/style.scss */
  .kicker {
    left: 0;
  }
  /* line 1152, ../sass/style.scss */
  .kicker--right {
    right: 0;
    left: inherit;
  }
}
/* line 1160, ../sass/style.scss */
.footer .scrollup {
  position: absolute;
  display: block;
  bottom: 40%;
  border: 0;
  outline: 0;
}
