@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;
  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: #2367B1;
  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: 34px;
}
@media only screen and (min-width: 1024px) {
  /* line 99, ../sass/_header.scss */
  .header .nav-segundo .wraper-brand .logo-brand img {
    height: 40px;
  }
}
/* line 110, ../sass/_header.scss */
.header .nav-segundo .social-header {
  position: absolute;
  padding: 0;
  margin: 0;
  right: 15px;
  top: 22px;
}
/* line 116, ../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 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 121, ../sass/_header.scss */
.header .nav-segundo .social-header .twitter-header button span {
  display: none;
}
/* line 124, ../sass/_header.scss */
.header .nav-segundo .social-header .twitter-header button:before {
  content: "\F00C";
  font-size: 17px;
  font-family: "IconosElEspanol";
  color: #fff;
}
/* line 132, ../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 134, ../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 136, ../sass/_header.scss */
.header .nav-segundo .social-header .facebook-header button span {
  display: none;
}
/* line 139, ../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 154, ../sass/_header.scss */
  .header .header-el-espanol ul .icon-el-espanol {
    cursor: pointer;
  }
  /* line 157, ../sass/_header.scss */
  .header .header-el-espanol ul .btn-subscribe {
    cursor: pointer;
    top: 4px;
  }
  /* line 160, ../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 178, ../sass/_header.scss */
  .header .nav-segundo .wraper-brand .colaboracion {
    position: absolute;
    font-size: 12px;
    line-height: 60px;
    left: 10px;
    background-color: transparent;
  }
  /* line 185, ../sass/_header.scss */
  .header .nav-segundo .wraper-brand .logo-brand {
    display: inline-block;
  }
  /* line 187, ../sass/_header.scss */
  .header .nav-segundo .wraper-brand .logo-brand img {
    width: auto;
    height: 45px;
    margin-top: 8px;
  }
  /* line 194, ../sass/_header.scss */
  .header .nav-segundo .social-header {
    top: 12px;
  }
  /* line 196, ../sass/_header.scss */
  .header .nav-segundo .social-header .twitter-header {
    width: 36px;
    height: 36px;
  }
  /* line 199, ../sass/_header.scss */
  .header .nav-segundo .social-header .twitter-header button {
    line-height: 36px;
  }
  /* line 201, ../sass/_header.scss */
  .header .nav-segundo .social-header .twitter-header button:before {
    font-size: 20px;
  }
  /* line 206, ../sass/_header.scss */
  .header .nav-segundo .social-header .facebook-header {
    width: 36px;
    height: 36px;
  }
  /* line 209, ../sass/_header.scss */
  .header .nav-segundo .social-header .facebook-header button {
    line-height: 36px;
  }
  /* line 211, ../sass/_header.scss */
  .header .nav-segundo .social-header .facebook-header button:before {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 226, ../sass/_header.scss */
  .header .header-el-espanol ul .btn-subscribe .link-subscribe:hover {
    background-color: #B39500;
    color: #fff;
  }
}
/* line 5, ../sass/roche.scss */
::root {
  font-size: 100%;
}

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

/* line 14, ../sass/roche.scss */
body {
  line-height: 1.2rem;
  font-family: "Roboto", sans-serif;
}

/* line 19, ../sass/roche.scss */
h2 {
  font-weight: 400;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
  font-size: 1.8rem;
  font-family: "RobotoBold", sans-serif;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 768px) {
  /* line 19, ../sass/roche.scss */
  h2 {
    font-size: 1.95rem;
  }
}

/* line 36, ../sass/roche.scss */
h3 {
  font-size: 1.4rem;
  line-height: 1.4;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  /* line 36, ../sass/roche.scss */
  h3 {
    font-size: 1.6rem;
  }
}
/* line 47, ../sass/roche.scss */
h3.title {
  font-size: 1.6rem;
  font-family: "RobotoBold", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
}
/* line 54, ../sass/roche.scss */
h3.title:after {
  content: "";
  display: block;
  width: 80px;
  height: 6px;
  background-color: #2367B1;
  margin-top: 10px;
}

/* line 65, ../sass/roche.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 73, ../sass/roche.scss */
p, em {
  font-family: "Roboto", sans-serif;
  font-size: 1.3rem;
  line-height: 1.6;
}
/* line 78, ../sass/roche.scss */
p strong, em strong {
  font-size: 1.3rem;
  font-family: "RobotoBold", sans-serif;
  font-weight: normal;
}

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

/* line 101, ../sass/roche.scss */
p a {
  font-size: 1.2rem;
  color: #08a9e0;
}

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

/* line 111, ../sass/roche.scss */
p.answer {
  font-size: 1.1rem;
  margin-left: 55px;
  position: relative;
  color: #888;
}
/* line 116, ../sass/roche.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 137, ../sass/roche.scss */
.margin-top-l {
  margin-top: 60px;
}

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

/* line 144, ../sass/roche.scss */
.margin-bottom-l {
  margin-bottom: 40px;
}

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

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

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

/* contenido */
/* line 158, ../sass/roche.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 174, ../sass/roche.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 197, ../sass/roche.scss */
.div-lateral {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
/* line 202, ../sass/roche.scss */
.div-lateral::before {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  left: 15px;
  height: 5px;
  top: 0;
  background: #eee;
}
/* line 211, ../sass/roche.scss */
.div-lateral::after {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  left: 15px;
  height: 5px;
  bottom: 0;
  background: #eee;
}

/* line 221, ../sass/roche.scss */
.blockquote {
  border: none;
  position: relative;
  padding: 0;
  margin: 0;
}
/* line 226, ../sass/roche.scss */
.blockquote p.p-blockquote {
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  font-size: 26px;
  margin-bottom: 30px;
  font-weight: 100;
}

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

/* line 245, ../sass/roche.scss */
.bloque-color {
  background-color: #eee;
  padding: 15px 30px 15px 30px;
}
/* line 248, ../sass/roche.scss */
.bloque-color h5 {
  font-size: 1.3rem;
  text-align: left;
}
/* line 252, ../sass/roche.scss */
.bloque-color p {
  font-size: 1rem;
}

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

/* line 262, ../sass/roche.scss */
.contenedor-parallax1 {
  background: url(../img/parallax-roche-03.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

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

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

/* line 283, ../sass/roche.scss */
.contenedor-parallax4 {
  background: url(../img/parallax-roche-04.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

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

/* line 301, ../sass/roche.scss */
.footer span {
  display: inline-block;
  margin-bottom: 0;
}
/* line 305, ../sass/roche.scss */
.footer .txt-cliente-footer {
  margin-bottom: 30px;
}
/* line 308, ../sass/roche.scss */
.footer .creditos-footer, .footer .text-uppercase {
  font-size: 14px;
}

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

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

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

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

  /* line 331, ../sass/roche.scss */
  .contenedor-parallax1 {
    background-attachment: scroll;
    background-size: 100%;
  }

  /* line 336, ../sass/roche.scss */
  .contenedor-parallax2 {
    background-attachment: scroll;
    background-size: 100%;
  }

  /* line 341, ../sass/roche.scss */
  .contenedor-parallax3 {
    background-attachment: scroll;
    background-size: 100%;
  }

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

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

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

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

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

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

  /* line 388, ../sass/roche.scss */
  .footer span {
    display: block;
    margin-bottom: 0;
  }
  /* line 392, ../sass/roche.scss */
  .footer .txt-cliente-footer {
    margin-bottom: 30px;
  }
  /* line 395, ../sass/roche.scss */
  .footer .creditos-footer, .footer .text-uppercase {
    font-size: 12px;
  }

  /* line 399, ../sass/roche.scss */
  .scrollup {
    bottom: 15px;
    right: 15px;
  }
}
@media screen and (max-width: 445px) {
  /* line 407, ../sass/roche.scss */
  .serial-title:after {
    width: calc(100% - 30px);
  }
}
/* line 413, ../sass/roche.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 28px;
  border-left: 5px solid #eee;
  line-height: 1.1;
  font-family: "Roboto", sans-serif;
  position: relative;
  font-weight: 100;
}

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

/* line 436, ../sass/roche.scss */
p img {
  max-width: 100%;
}

/* line 440, ../sass/roche.scss */
.aperture {
  display: flex;
  flex-wrap: wrap;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  line-height: 0;
}
@media only screen and (min-width: 1440px) {
  /* line 440, ../sass/roche.scss */
  .aperture {
    margin-top: 160px;
  }
}
/* line 456, ../sass/roche.scss */
.aperture__video, .aperture__title {
  flex-basis: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 456, ../sass/roche.scss */
  .aperture__video, .aperture__title {
    flex-basis: 50%;
    transition: ease .4s all;
    min-height: 400px;
  }
}
/* line 468, ../sass/roche.scss */
.aperture__video {
  background-color: #eee;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  min-height: 240px;
}
@media only screen and (min-width: 768px) {
  /* line 468, ../sass/roche.scss */
  .aperture__video {
    min-height: 400px;
  }
}
/* line 483, ../sass/roche.scss */
.aperture__video__play {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  transition: ease all .3s;
}
/* line 494, ../sass/roche.scss */
.aperture__video a {
  position: absolute;
  width: 100%;
  display: inline-block;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.35);
  transition: ease all .3s;
  min-height: 240px;
}
@media only screen and (min-width: 768px) {
  /* line 494, ../sass/roche.scss */
  .aperture__video a {
    min-height: 400px;
  }
}
/* line 507, ../sass/roche.scss */
.aperture__video a:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 511, ../sass/roche.scss */
.aperture__video a:hover .aperture__video__play {
  transform: scale(1.2);
}
/* line 517, ../sass/roche.scss */
.aperture__video--javier-puente {
  background-image: url("../img/bg-video-javier-puente.jpg");
}
/* line 522, ../sass/roche.scss */
.aperture__video--eva-ciruelos {
  background-image: url("../img/bg-video-eva-ciruelos.jpg");
}
/* line 526, ../sass/roche.scss */
.aperture__video--ruth-vera {
  background-image: url("../img/bg-video-ruth-vera.jpg");
}
/* line 531, ../sass/roche.scss */
.aperture__video:hover {
  transition: all ease .5s;
  cursor: pointer;
}
/* line 537, ../sass/roche.scss */
.aperture__title {
  background-color: #2367B1;
}
/* line 540, ../sass/roche.scss */
.aperture__title h1 {
  color: #fff;
  text-align: left;
  line-height: 1;
  font-size: 2.2rem;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "RobotoBold", sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 768px) {
  /* line 540, ../sass/roche.scss */
  .aperture__title h1 {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 80px;
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 540, ../sass/roche.scss */
  .aperture__title h1 {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 70px;
    font-size: 3rem;
  }
}
/* line 566, ../sass/roche.scss */
.aperture__title h1:after {
  content: "";
  display: block;
  height: 6px;
  background-color: #fff;
  width: 100px;
  margin-top: 20px;
}

/* line 580, ../sass/roche.scss */
.col-md-10 {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

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