@charset "UTF-8";
/* *********** 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;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #f2f2f2;
}
/* line 43, ../sass/_header.scss */
.header .header-el-espanol ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 47, ../sass/_header.scss */
.header .header-el-espanol ul .icon-el-espanol {
  list-style: none;
  display: inline-block;
}
/* line 50, ../sass/_header.scss */
.header .header-el-espanol ul .icon-el-espanol .link-el-espanol {
  text-decoration: none;
  display: inline-block;
  color: #191A1E;
}
/* line 54, ../sass/_header.scss */
.header .header-el-espanol ul .icon-el-espanol .link-el-espanol:before {
  content: "\e900";
  font-size: 26px;
  line-height: 40px;
}
/* line 59, ../sass/_header.scss */
.header .header-el-espanol ul .icon-el-espanol .link-el-espanol span {
  display: none;
}
/* line 64, ../sass/_header.scss */
.header .header-el-espanol ul .btn-subscribe {
  position: absolute;
  list-style: none;
  right: 15px;
  top: 0;
}
/* line 69, ../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 81, ../sass/_header.scss */
.header .nav-segundo {
  text-align: center;
  position: relative;
  background-color: #fff;
  height: 60px;
  border-bottom: 1px solid #f2f2f2;
  -webkit-box-shadow: 0 4px 4px 0 rgba(25, 26, 30, 0.05);
  -moz-box-shadow: 0 4px 4px 0 rgba(25, 26, 30, 0.05);
  box-shadow: 0 4px 4px 0 rgba(25, 26, 30, 0.05);
}
/* line 91, ../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 101, ../sass/_header.scss */
.header .nav-segundo .wraper-brand .logo-brand {
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding: 7px 0;
}
/* line 107, ../sass/_header.scss */
.header .nav-segundo .wraper-brand .logo-brand img {
  width: auto;
  height: 24px;
}
/* line 113, ../sass/_header.scss */
.header .nav-segundo .social-header {
  position: absolute;
  padding: 0;
  margin: 0;
  right: 15px;
  top: 22px;
}
/* line 119, ../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 122, ../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 124, ../sass/_header.scss */
.header .nav-segundo .social-header .twitter-header button span {
  display: none;
}
/* line 127, ../sass/_header.scss */
.header .nav-segundo .social-header .twitter-header button:before {
  content: "\F00C";
  font-size: 17px;
  font-family: "IconosElEspanol";
  color: #fff;
}
/* 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 #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 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: #fff;
}

@media screen and (min-width: 768px) {
  /* line 170, ../sass/_header.scss */
  .header .header-el-espanol {
    -webkit-box-shadow: 0 2px 14px 0 rgba(25, 26, 30, 0.05);
    -moz-box-shadow: 0 2px 14px 0 rgba(25, 26, 30, 0.05);
    box-shadow: 0 2px 14px 0 rgba(25, 26, 30, 0.05);
  }
  /* line 176, ../sass/_header.scss */
  .header .header-el-espanol ul .icon-el-espanol {
    cursor: pointer;
  }
  /* line 179, ../sass/_header.scss */
  .header .header-el-espanol ul .btn-subscribe {
    cursor: pointer;
    top: 4px;
  }
  /* line 182, ../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 200, ../sass/_header.scss */
  .header .nav-segundo .wraper-brand .colaboracion {
    position: absolute;
    font-size: 12px;
    line-height: 60px;
    left: 10px;
    background-color: transparent;
  }
  /* line 207, ../sass/_header.scss */
  .header .nav-segundo .wraper-brand .logo-brand {
    display: inline-block;
    padding: 12px 0;
  }
  /* line 211, ../sass/_header.scss */
  .header .nav-segundo .wraper-brand .logo-brand img {
    height: 30px;
  }
  /* line 216, ../sass/_header.scss */
  .header .nav-segundo .social-header {
    top: 12px;
  }
  /* line 218, ../sass/_header.scss */
  .header .nav-segundo .social-header .twitter-header {
    width: 36px;
    height: 36px;
  }
  /* line 221, ../sass/_header.scss */
  .header .nav-segundo .social-header .twitter-header button {
    line-height: 36px;
  }
  /* line 223, ../sass/_header.scss */
  .header .nav-segundo .social-header .twitter-header button:before {
    font-size: 20px;
  }
  /* line 228, ../sass/_header.scss */
  .header .nav-segundo .social-header .facebook-header {
    width: 36px;
    height: 36px;
  }
  /* line 231, ../sass/_header.scss */
  .header .nav-segundo .social-header .facebook-header button {
    line-height: 36px;
  }
  /* line 233, ../sass/_header.scss */
  .header .nav-segundo .social-header .facebook-header button:before {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 248, ../sass/_header.scss */
  .header .header-el-espanol ul .btn-subscribe .link-subscribe:hover {
    background-color: #B39500;
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  /* line 261, ../sass/_header.scss */
  .header .nav-segundo .wraper-brand .colaboracion {
    color: #333;
  }
}
/* line 266, ../sass/_header.scss */
.header .nav-segundo .social-header .twitter-header,
.header .nav-segundo .social-header .facebook-header {
  border-color: #333;
}
/* line 270, ../sass/_header.scss */
.header .nav-segundo .social-header .twitter-header button::before,
.header .nav-segundo .social-header .facebook-header button::before {
  color: #333;
}

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

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

@font-face {
  font-family: "RobotoLight";
  font-style: normal;
  font-weight: 400;
  src: url("../recursos/fonts/Roboto/Roboto-Bold-webfont.woff");
}
/* line 24, ../sass/santander.scss */
body {
  line-height: 1.2rem;
  font-family: "Roboto", sans-serif;
}

/* line 28, ../sass/santander.scss */
h1 {
  font-size: 2.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}

/* line 37, ../sass/santander.scss */
h2 {
  font-size: 1.2rem;
  line-height: 1.4;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-top: 30px;
}

/* line 44, ../sass/santander.scss */
h3 {
  font-size: 1.4rem;
  font-family: "RobotoBold", sans-serif;
  line-height: 1.4;
  margin-top: 30px;
  text-transform: uppercase;
}

/* line 52, ../sass/santander.scss */
h5 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 1.2rem;
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

/* line 60, ../sass/santander.scss */
p {
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
}

/* line 65, ../sass/santander.scss */
.intro-header {
  position: relative;
}

/* line 71, ../sass/santander.scss */
.serial-title {
  padding: 0px;
}
/* line 73, ../sass/santander.scss */
.serial-title p {
  color: #707070;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 1.375rem;
}
/* line 80, ../sass/santander.scss */
.serial-title:after {
  content: "";
  position: absolute;
  width: 472px;
  height: 5px;
  background: #DFDFDF;
}

/* line 88, ../sass/santander.scss */
p.serial-subtitle {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 40px;
}

/* line 94, ../sass/santander.scss */
p.answer {
  font-size: 1.1rem;
  margin-left: 55px;
  position: relative;
  color: #888;
}
/* line 99, ../sass/santander.scss */
p.answer::before {
  content: "R";
  position: absolute;
  top: 0px;
  left: -55px;
  font-family: Georgia,"Times New Roman",Times,serif;
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  background-color: #eeeeee;
  height: 40px;
  width: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
/* line 121, ../sass/santander.scss */
p.answer + p.answer::before {
  content: none;
}

/* line 126, ../sass/santander.scss */
.margin-top-m {
  margin-top: 30px;
}

/* line 129, ../sass/santander.scss */
.margin-top-l {
  margin-top: 60px;
}

/* line 132, ../sass/santander.scss */
.main {
  margin-top: 100px;
}

/* line 135, ../sass/santander.scss */
.margin-bottom-s {
  margin-bottom: 15px;
}

/* line 138, ../sass/santander.scss */
.margin-bottom-m {
  margin-bottom: 30px;
}

/* line 141, ../sass/santander.scss */
.margin-bottom-l {
  margin-bottom: 60px;
}

/* contenido */
/* line 146, ../sass/santander.scss */
.btn-continuar {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  position: absolute;
  bottom: 6%;
  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 162, ../sass/santander.scss */
.btn-continuar .img-continuar {
  width: 75px;
  height: 35px;
}

@-webkit-keyframes oscilar {
  0%, 20%, 40%, 100% {
    bottom: 6%;
  }
  10%, 30% {
    bottom: 5%;
  }
}
@-moz-keyframes oscilar {
  0%, 20%, 40%, 100% {
    bottom: 6%;
  }
  10%, 30% {
    bottom: 5%;
  }
}
@-o-keyframes oscilar {
  0%, 20%, 40%, 100% {
    bottom: 6%;
  }
  10%, 30% {
    bottom: 5%;
  }
}
@keyframes oscilar {
  0%, 20%, 40%, 100% {
    bottom: 6%;
  }
  10%, 30% {
    bottom: 5%;
  }
}
/* contenido  */
/* line 185, ../sass/santander.scss */
.div-lateral {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
/* line 190, ../sass/santander.scss */
.div-lateral::before {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  left: 15px;
  height: 5px;
  top: 0;
  background: #eee;
}
/* line 199, ../sass/santander.scss */
.div-lateral::after {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  left: 15px;
  height: 5px;
  bottom: 0;
  background: #eee;
}

/* line 209, ../sass/santander.scss */
.blockquote {
  border: none;
  position: relative;
  padding: 0;
  margin: 0;
}
/* line 214, ../sass/santander.scss */
.blockquote p.p-blockquote {
  font-size: 1.5rem;
  font-weight: 100;
  margin-bottom: 30px;
  font-family: "RobotoBold", sans-serif;
  font-weight: 600;
}

/* line 222, ../sass/santander.scss */
.blockquote::before {
  content: "“";
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 1000%;
  font-weight: 600;
  position: absolute;
  top: 60%;
  left: 0;
  z-index: -10;
  opacity: .1;
}

/* line 233, ../sass/santander.scss */
.bloque-color {
  background-color: #eee;
  padding: 15px 30px 15px 30px;
}
/* line 236, ../sass/santander.scss */
.bloque-color h5 {
  font-size: 1.3rem;
  text-align: left;
}
/* line 240, ../sass/santander.scss */
.bloque-color p {
  font-size: 1rem;
}

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

/* line 252, ../sass/santander.scss */
.contenedor-parallax1 {
  background: url(../img/emprendimiento-01.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

/* line 259, ../sass/santander.scss */
.contenedor-parallax2 {
  background: url(../img/generica-01.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

/* line 266, ../sass/santander.scss */
.contenedor-parallax3 {
  background: url(../img/investigacion.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

/* line 273, ../sass/santander.scss */
.div-cierre {
  border-top: 5px solid #eee;
  border-bottom: 5px solid #eee;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 60px;
}
/* line 280, ../sass/santander.scss */
.div-cierre h5 {
  text-transform: uppercase;
}

/* line 286, ../sass/santander.scss */
.footer span {
  display: inline-block;
  margin-bottom: 0;
}
/* line 291, ../sass/santander.scss */
.footer .txt-cliente-footer {
  line-height: 120%;
  margin-bottom: 30px;
}
/* line 296, ../sass/santander.scss */
.footer .creditos-footer,
.footer .text-uppercase {
  font-size: 14px;
}

/* ----------  MEDIAQUERY ---------- */
@media screen and (max-width: 1023px) {
  /* line 304, ../sass/santander.scss */
  html {
    font-size: 14px;
  }

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

  /* line 310, ../sass/santander.scss */
  .margin-top-l {
    margin-top: 30px;
  }

  /* line 314, ../sass/santander.scss */
  .serial-title:after {
    width: 415px;
  }

  /* line 318, ../sass/santander.scss */
  .contenedor-parallax {
    background-attachment: scroll;
    background-size: 100%;
  }
}
@media screen and (max-width: 540px) {
  /* line 325, ../sass/santander.scss */
  h1 {
    font-size: 1.7rem;
  }

  /* line 328, ../sass/santander.scss */
  h2 {
    margin-top: 30px;
  }

  /* line 331, ../sass/santander.scss */
  h3 {
    font-size: 1.3rem;
    font-weight: 700;
  }

  /* line 336, ../sass/santander.scss */
  .contenedor-parallax {
    padding: 10rem;
  }

  /* line 339, ../sass/santander.scss */
  .div-lateral {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  /* line 342, ../sass/santander.scss */
  .div-lateral p:last-child {
    margin-bottom: 5px;
    margin-top: 5px;
  }

  /* line 348, ../sass/santander.scss */
  p.answer {
    margin-left: 35px;
  }
  /* line 350, ../sass/santander.scss */
  p.answer::before {
    left: -40px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
  }

  /* line 359, ../sass/santander.scss */
  .footer span {
    display: block;
    margin-bottom: 0;
  }
  /* line 363, ../sass/santander.scss */
  .footer .txt-cliente-footer {
    margin-bottom: 30px;
  }
  /* line 366, ../sass/santander.scss */
  .footer .creditos-footer, .footer .text-uppercase {
    font-size: 12px;
  }

  /* line 370, ../sass/santander.scss */
  .scrollup {
    bottom: 15px;
    right: 15px;
  }
}
@media screen and (max-width: 445px) {
  /* line 378, ../sass/santander.scss */
  .serial-title:after {
    width: calc(100% - 30px);
  }
}
@media screen and (min-width: 1440px) {
  /* line 385, ../sass/santander.scss */
  .intro-header {
    position: static;
  }
}
/* line 390, ../sass/santander.scss */
.container-intro h2 {
  color: #fff;
  font-size: 50px;
  text-align: center;
  font-family: "RobotoBold", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  margin-top: 50px;
  margin-left: 20px;
  margin-right: 20px;
}

@media screen and (min-width: 768px) {
  /* line 416, ../sass/santander.scss */
  .container-intro h2 {
    font-size: 3rem;
    max-width: 950px;
    margin-top: 150px;
    margin-top: 140px;
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {
  /* line 438, ../sass/santander.scss */
  .container-intro h2 {
    font-size: 3rem;
    max-width: 950px;
    margin-top: 150px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 450, ../sass/santander.scss */
  .container-intro h2 {
    font-size: 3.5rem;
    max-width: 830px;
    margin-top: 150px;
  }
}
@media screen and (min-width: 1440px) {
  /* line 477, ../sass/santander.scss */
  .container-intro h2 {
    font-size: 4.01rem;
    max-width: 950px;
    margin-top: 200px;
  }
}
/* line 488, ../sass/santander.scss */
.pie-foto {
  color: #fff;
  top: -30px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 1rem;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  position: relative;
  background-color: rgba(0, 0, 0, 0.49);
  left: 7px;
}

/* line 502, ../sass/santander.scss */
.pie-foto-tres {
  text-align: center;
  top: -40px;
  position: relative;
  color: #999;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
/* line 514, ../sass/santander.scss */
.pie-foto-tres span {
  font-family: "RobotoBold", sans-serif;
  font-style: normal;
  font-size: 1rem;
}

/* line 524, ../sass/santander.scss */
.intro-header__title {
  z-index: 1;
  position: absolute;
  width: 100%;
  max-width: 320px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 19px;
  line-height: 24px;
}
/* line 542, ../sass/santander.scss */
.intro-header__title strong {
  font-size: inherit;
}

/* line 548, ../sass/santander.scss */
.intro-header__img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
/* line 559, ../sass/santander.scss */
.intro-header__img img {
  width: 100%;
}

/* line 565, ../sass/santander.scss */
h3.title-underline::after {
  content: "";
  display: block;
  width: 80px;
  height: 6px;
  background-color: #ea222d;
  margin-top: 10px;
}

/* line 575, ../sass/santander.scss */
.link--santander {
  color: #ea222d;
  font-size: inherit;
  cursor: pointer;
}
/* line 580, ../sass/santander.scss */
.link--santander:hover {
  color: #ea222d;
  opacity: 0.8;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  /* line 588, ../sass/santander.scss */
  .intro-header__title {
    max-width: 768px;
    font-size: 40px;
    line-height: 45px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1024px) {
  /* line 597, ../sass/santander.scss */
  .intro-header__title {
    max-width: 1004px;
    font-size: 52px;
    line-height: 60px;
  }
}

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