@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: #fff;
  height: 60px;
  border-bottom: 1px solid #f2f2f2;
}
/* line 87, ../sass/_header.scss */
.header .nav-segundo .wraper-brand .colaboracion {
  position: absolute;
  left: 10px;
  display: block;
  background-color: transparent;
  color: #333333;
  line-height: 60px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 100, ../sass/_header.scss */
.header .nav-segundo .wraper-brand .logo-brand {
  text-decoration: none;
  text-align: center;
  display: inline-block;
}
/* line 104, ../sass/_header.scss */
.header .nav-segundo .wraper-brand .logo-brand img {
  margin-top: 15px;
  width: auto;
  height: 30px;
}
@media only screen and (min-width: 768px) {
  /* line 110, ../sass/_header.scss */
  .header .nav-segundo .wraper-brand .logo-brand img {
    margin-top: 5px;
    width: auto;
    height: 58px;
  }
}
/* line 118, ../sass/_header.scss */
.header .nav-segundo .social-header {
  position: absolute;
  padding: 0;
  margin: 0;
  right: 15px;
  top: 15px;
}
/* line 124, ../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;
  border: 1px solid #DEDEDE;
}
/* line 17, ../sass/_header.scss */
.header .nav-segundo .social-header .twitter-header:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 128, ../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 130, ../sass/_header.scss */
.header .nav-segundo .social-header .twitter-header button span {
  display: none;
}
/* line 133, ../sass/_header.scss */
.header .nav-segundo .social-header .twitter-header button:before {
  content: "\F00C";
  font-size: 17px;
  font-family: "IconosElEspanol";
  color: #333;
}
/* line 141, ../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;
  border: 1px solid #DEDEDE;
}
/* line 17, ../sass/_header.scss */
.header .nav-segundo .social-header .facebook-header:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 144, ../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 146, ../sass/_header.scss */
.header .nav-segundo .social-header .facebook-header button span {
  display: none;
}
/* line 149, ../sass/_header.scss */
.header .nav-segundo .social-header .facebook-header button:before {
  content: "\F00B";
  font-size: 17px;
  font-family: "IconosElEspanol";
  color: #333;
}

@media only screen and (min-width: 768px) {
  /* line 164, ../sass/_header.scss */
  .header .header-el-espanol ul .icon-el-espanol {
    cursor: pointer;
  }
  /* line 167, ../sass/_header.scss */
  .header .header-el-espanol ul .btn-subscribe {
    cursor: pointer;
    top: 4px;
  }
  /* line 170, ../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 188, ../sass/_header.scss */
  .header .nav-segundo .wraper-brand .logo-brand {
    display: inline-block;
  }
  /* line 190, ../sass/_header.scss */
  .header .nav-segundo .wraper-brand .logo-brand img {
    width: auto;
    height: 50px;
    margin-top: 5px;
  }
  /* line 197, ../sass/_header.scss */
  .header .nav-segundo .social-header {
    top: 12px;
  }
  /* line 199, ../sass/_header.scss */
  .header .nav-segundo .social-header .twitter-header {
    width: 36px;
    height: 36px;
  }
  /* line 202, ../sass/_header.scss */
  .header .nav-segundo .social-header .twitter-header button {
    line-height: 36px;
  }
  /* line 204, ../sass/_header.scss */
  .header .nav-segundo .social-header .twitter-header button:before {
    font-size: 20px;
  }
  /* line 209, ../sass/_header.scss */
  .header .nav-segundo .social-header .facebook-header {
    width: 36px;
    height: 36px;
  }
  /* line 212, ../sass/_header.scss */
  .header .nav-segundo .social-header .facebook-header button {
    line-height: 36px;
  }
  /* line 214, ../sass/_header.scss */
  .header .nav-segundo .social-header .facebook-header button:before {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 229, ../sass/_header.scss */
  .header .header-el-espanol ul .btn-subscribe .link-subscribe:hover {
    background-color: #B39500;
    color: #fff;
  }
}
/* line 4, ../sass/iberdrola.scss */
::root {
  font-size: 100%;
}

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

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

/* line 20, ../sass/iberdrola.scss */
h1 {
  font-size: 1.5rem;
  font-family: "Roboto Bold", sans-serif;
  font-weight: 400;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4;
}

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

/* line 38, ../sass/iberdrola.scss */
h3 {
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
  font-weight: 400;
  margin-top: 30px;
}
/* line 45, ../sass/iberdrola.scss */
h3.title:after {
  content: "";
  display: block;
  width: 100px;
  height: 6px;
  background-color: #578812;
  margin-top: 10px;
}

/* line 56, ../sass/iberdrola.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 65, ../sass/iberdrola.scss */
p {
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
}
/* line 69, ../sass/iberdrola.scss */
p em {
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
}

/* line 75, ../sass/iberdrola.scss */
.introduction-text h1 {
  font-size: 34px;
  font-weight: 900;
  line-height: 1.2;
  padding: 0 20px 20px 20px;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 75, ../sass/iberdrola.scss */
  .introduction-text h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) {
  /* line 75, ../sass/iberdrola.scss */
  .introduction-text h1 {
    font-size: 50px;
    letter-spacing: -1px;
  }
}

/* line 89, ../sass/iberdrola.scss */
.introduction-text > .row > p {
  font-size: 21px;
  color: #888;
  padding-left: 0;
  padding-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
/* line 97, ../sass/iberdrola.scss */
.introduction-text > .row > p::after {
  content: "";
  display: block;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: 30px;
  width: 100%;
  height: 1px;
}

/* line 110, ../sass/iberdrola.scss */
.introduction-text p.serial-subtitle {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 15px;
  color: #999;
}
@media screen and (min-width: 1024px) {
  /* line 110, ../sass/iberdrola.scss */
  .introduction-text p.serial-subtitle {
    font-size: 28px;
  }
}
/* line 122, ../sass/iberdrola.scss */
.introduction-text p.serial-subtitle span {
  color: #000000;
}

/* line 127, ../sass/iberdrola.scss */
p a {
  font-size: 1.2rem;
  color: #578812;
}
/* line 130, ../sass/iberdrola.scss */
p a:hover {
  text-decoration: none;
  color: #7ead3d;
}

/* line 136, ../sass/iberdrola.scss */
p.answer {
  font-size: 1.1rem;
  margin-left: 55px;
  position: relative;
  color: #888;
}
/* line 141, ../sass/iberdrola.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%;
  background-color: none;
}

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

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

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

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

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

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

/* contenido */
/* line 191, ../sass/iberdrola.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 206, ../sass/iberdrola.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 267, ../sass/iberdrola.scss */
.div-lateral {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

/* line 274, ../sass/iberdrola.scss */
.blockquote {
  border: none;
  position: relative;
  padding: 0;
  margin: 0;
}
/* line 279, ../sass/iberdrola.scss */
.blockquote p.p-blockquote {
  font-size: 1.6rem;
  font-weight: 100;
  margin-bottom: 30px;
}

/* line 286, ../sass/iberdrola.scss */
.blockquote-no {
  border: none;
  position: relative;
  padding: 0;
  margin: 0;
}
/* line 291, ../sass/iberdrola.scss */
.blockquote-no p.p-blockquote {
  font-size: 1.6rem;
  font-weight: 100;
  margin-bottom: 30px;
}

/* line 299, ../sass/iberdrola.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 311, ../sass/iberdrola.scss */
.blockquote-change {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-top: 0;
}

@media screen and (min-width: 480px) {
  /* line 318, ../sass/iberdrola.scss */
  .blockquote-change {
    font-size: 2.8rem;
  }
}
/* line 323, ../sass/iberdrola.scss */
.bloque-color {
  background-color: #eee;
  padding: 15px 30px 15px 30px;
}
/* line 326, ../sass/iberdrola.scss */
.bloque-color h5 {
  font-size: 1.3rem;
  text-align: left;
}
/* line 330, ../sass/iberdrola.scss */
.bloque-color p {
  font-size: 1rem;
}

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

/* line 347, ../sass/iberdrola.scss */
.contenedor-parallax1 .blockquote-featured-01,
.contenedor-parallax2 .blockquote-featured-01,
.contenedor-parallax3 .blockquote-featured-01,
.contenedor-parallax4 .blockquote-featured-01 {
  z-index: 1;
  top: 20%;
  position: absolute;
  width: 100%;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  /* line 347, ../sass/iberdrola.scss */
  .contenedor-parallax1 .blockquote-featured-01,
  .contenedor-parallax2 .blockquote-featured-01,
  .contenedor-parallax3 .blockquote-featured-01,
  .contenedor-parallax4 .blockquote-featured-01 {
    top: 30%;
  }
}
@media screen and (min-width: 1024px) {
  /* line 347, ../sass/iberdrola.scss */
  .contenedor-parallax1 .blockquote-featured-01,
  .contenedor-parallax2 .blockquote-featured-01,
  .contenedor-parallax3 .blockquote-featured-01,
  .contenedor-parallax4 .blockquote-featured-01 {
    top: 40%;
  }
}
/* line 362, ../sass/iberdrola.scss */
.contenedor-parallax1 .blockquote-featured-01 p,
.contenedor-parallax2 .blockquote-featured-01 p,
.contenedor-parallax3 .blockquote-featured-01 p,
.contenedor-parallax4 .blockquote-featured-01 p {
  font-size: 21px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
/* line 369, ../sass/iberdrola.scss */
.contenedor-parallax1 .blockquote-featured-01 p strong,
.contenedor-parallax2 .blockquote-featured-01 p strong,
.contenedor-parallax3 .blockquote-featured-01 p strong,
.contenedor-parallax4 .blockquote-featured-01 p strong {
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  /* line 362, ../sass/iberdrola.scss */
  .contenedor-parallax1 .blockquote-featured-01 p,
  .contenedor-parallax2 .blockquote-featured-01 p,
  .contenedor-parallax3 .blockquote-featured-01 p,
  .contenedor-parallax4 .blockquote-featured-01 p {
    font-size: 34px;
  }
  /* line 376, ../sass/iberdrola.scss */
  .contenedor-parallax1 .blockquote-featured-01 p strong,
  .contenedor-parallax2 .blockquote-featured-01 p strong,
  .contenedor-parallax3 .blockquote-featured-01 p strong,
  .contenedor-parallax4 .blockquote-featured-01 p strong {
    font-size: 44px;
  }
}
@media screen and (min-width: 1024px) {
  /* line 362, ../sass/iberdrola.scss */
  .contenedor-parallax1 .blockquote-featured-01 p,
  .contenedor-parallax2 .blockquote-featured-01 p,
  .contenedor-parallax3 .blockquote-featured-01 p,
  .contenedor-parallax4 .blockquote-featured-01 p {
    font-size: 38px;
  }
  /* line 384, ../sass/iberdrola.scss */
  .contenedor-parallax1 .blockquote-featured-01 p strong,
  .contenedor-parallax2 .blockquote-featured-01 p strong,
  .contenedor-parallax3 .blockquote-featured-01 p strong,
  .contenedor-parallax4 .blockquote-featured-01 p strong {
    font-size: 48px;
  }
}
/* line 391, ../sass/iberdrola.scss */
.contenedor-parallax1 .bg-parallax,
.contenedor-parallax2 .bg-parallax,
.contenedor-parallax3 .bg-parallax,
.contenedor-parallax4 .bg-parallax {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

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

/* line 417, ../sass/iberdrola.scss */
.contenedor-parallax2 {
  background: url(../img/foto-02.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center 100px;
}

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

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

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

/* line 450, ../sass/iberdrola.scss */
.footer span {
  display: inline-block;
  margin-bottom: 0;
}
/* line 454, ../sass/iberdrola.scss */
.footer .txt-cliente-footer {
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1.2;
}
/* line 458, ../sass/iberdrola.scss */
.footer .txt-cliente-footer span {
  font-size: 14px;
  margin-top: 2px;
}
@media screen and (min-width: 768px) {
  /* line 458, ../sass/iberdrola.scss */
  .footer .txt-cliente-footer span {
    font-size: 20px;
  }
}
/* line 467, ../sass/iberdrola.scss */
.footer .creditos ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 472, ../sass/iberdrola.scss */
.footer .creditos li {
  display: block;
  margin-bottom: 5px;
}
/* line 475, ../sass/iberdrola.scss */
.footer .creditos li.item-credito {
  display: block;
  color: #808080;
}
/* line 478, ../sass/iberdrola.scss */
.footer .creditos li.item-credito .text-uppercase {
  margin-right: 2px;
}
/* line 481, ../sass/iberdrola.scss */
.footer .creditos li.item-credito .text-author {
  font-size: 14px;
}
/* line 487, ../sass/iberdrola.scss */
.footer .creditos-footer,
.footer .text-uppercase {
  font-size: 14px;
}

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

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

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

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

  /* line 511, ../sass/iberdrola.scss */
  .contenedor-parallax1 {
    background-attachment: scroll;
    background-size: 180%;
    background-position: center;
  }

  /* line 516, ../sass/iberdrola.scss */
  .contenedor-parallax2 {
    background-attachment: scroll;
    background-size: 180%;
    background-position: center top;
  }

  /* line 521, ../sass/iberdrola.scss */
  .contenedor-parallax3 {
    background-attachment: scroll;
    background-size: 180%;
  }

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

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

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

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

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

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

  /* line 564, ../sass/iberdrola.scss */
  .footer span {
    display: block;
    margin-bottom: 0;
  }
  /* line 568, ../sass/iberdrola.scss */
  .footer .txt-cliente-footer {
    margin-bottom: 30px;
  }
  /* line 571, ../sass/iberdrola.scss */
  .footer .creditos-footer,
  .footer .text-uppercase {
    font-size: 12px;
  }

  /* line 576, ../sass/iberdrola.scss */
  .scrollup {
    bottom: 15px;
    right: 15px;
  }
}
@media screen and (max-width: 445px) {
  /* line 584, ../sass/iberdrola.scss */
  .serial-title:after {
    width: calc(100% - 30px);
  }
}
/* line 590, ../sass/iberdrola.scss */
.container .preview-images {
  position: relative;
}
/* line 593, ../sass/iberdrola.scss */
.container .preview-images p.leyenda {
  font-size: 0.8rem;
  color: #777777;
  margin: 0;
  padding: 40px 0;
}
/* line 599, ../sass/iberdrola.scss */
.container .preview-images p.leyenda::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 90px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f2f2f2;
}

/* line 613, ../sass/iberdrola.scss */
.container .preview-images img {
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  padding: 40px;
}
@media screen and (min-width: 768px) {
  /* line 613, ../sass/iberdrola.scss */
  .container .preview-images img {
    display: inline-block;
    width: 32.9%;
    padding: 40px;
  }
}
@media screen and (min-width: 1024px) {
  /* line 613, ../sass/iberdrola.scss */
  .container .preview-images img {
    width: 33.03%;
    padding: 40px;
  }
}

/* line 632, ../sass/iberdrola.scss */
figcaption {
  color: white;
  background-color: rgba(0, 0, 0, 0.67);
  display: inline;
  margin-top: -40px;
  position: absolute;
  right: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 645, ../sass/iberdrola.scss */
.container-intro {
  /*max-width: 1004px;*/
}
@media screen and (min-width: 1400px) {
  /* line 645, ../sass/iberdrola.scss */
  .container-intro {
    /*max-width: 1400px;*/
  }
}
/* line 652, ../sass/iberdrola.scss */
.container-intro .row {
  position: relative;
}

/* line 658, ../sass/iberdrola.scss */
.blockquote-featured-01,
.blockquote-featured-02,
.blockquote-featured-03,
.blockquote-featured-04 {
  border-left: 0;
  padding: 40px 20px;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  /* line 658, ../sass/iberdrola.scss */
  .blockquote-featured-01,
  .blockquote-featured-02,
  .blockquote-featured-03,
  .blockquote-featured-04 {
    padding: 80px 40px;
  }
}
/* line 674, ../sass/iberdrola.scss */
.blockquote-featured-01 p,
.blockquote-featured-02 p,
.blockquote-featured-03 p,
.blockquote-featured-04 p {
  color: #fff;
  margin-top: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 18px;
}
/* line 681, ../sass/iberdrola.scss */
.blockquote-featured-01 p strong,
.blockquote-featured-02 p strong,
.blockquote-featured-03 p strong,
.blockquote-featured-04 p strong {
  font-weight: 600;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  /* line 674, ../sass/iberdrola.scss */
  .blockquote-featured-01 p,
  .blockquote-featured-02 p,
  .blockquote-featured-03 p,
  .blockquote-featured-04 p {
    font-size: 21px;
  }
  /* line 689, ../sass/iberdrola.scss */
  .blockquote-featured-01 p strong,
  .blockquote-featured-02 p strong,
  .blockquote-featured-03 p strong,
  .blockquote-featured-04 p strong {
    font-size: 28px;
  }
}

@media screen and (min-width: 800px) {
  /* line 696, ../sass/iberdrola.scss */
  .infography-mobile {
    display: none;
  }
}

/* line 702, ../sass/iberdrola.scss */
.infography-desktop {
  display: none;
}
@media screen and (min-width: 800px) {
  /* line 702, ../sass/iberdrola.scss */
  .infography-desktop {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  /* line 710, ../sass/iberdrola.scss */
  .featured-quotes-left {
    padding-left: 0;
  }
}

/* line 716, ../sass/iberdrola.scss */
.footer-quotes {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 721, ../sass/iberdrola.scss */
.serial-title {
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 726, ../sass/iberdrola.scss */
.serial-title p {
  color: #707070;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 30px;
  line-height: 1.3;
}
@media screen and (min-width: 1024px) {
  /* line 726, ../sass/iberdrola.scss */
  .serial-title p {
    font-size: 60px;
  }
}
/* line 739, ../sass/iberdrola.scss */
.serial-title::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 5px;
  background: #DFDFDF;
  margin-top: 5px;
}
@media screen and (min-width: 1024px) {
  /* line 739, ../sass/iberdrola.scss */
  .serial-title::after {
    width: 472px;
  }
}

/* line 753, ../sass/iberdrola.scss */
p.serial-subtitle {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 40px;
}

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