@charset "UTF-8";
/* *********** color *********** */
/* *********** typo *********** */
::root {
  font-size: 100%;
}

html {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
}

body {
  background-color: #F0F3F3;
}

h1, h2 {
  font-family: "Roboto Condensed", sans-serif;
}

h1 {
  color: #FFF;
  font-size: 2.250rem;
  line-height: 1.1;
  font-weight: 700;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  text-align: left;
}
h1 span {
  font-size: 2.875rem;
}

h2 {
  font-size: 1.875rem;
  font-weight: 700;
  margin-top: 60px;
  line-height: 1.3;
  text-transform: uppercase;
}

h4 {
  font-size: 1.125rem;
  font-family: "Roboto Condensed", sans-serif;
  color: #004165;
  font-weight: normal;
  text-transform: uppercase;
  margin: 11px 0 0 0;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 1.375rem;
  color: #4E565B;
}
p.subtitle {
  font-family: "Roboto", sans-serif;
  color: #FFF;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  padding: 20px 0 0 0;
  margin: 0;
}
p a {
  font-size: 1.375rem;
  color: #F68924;
  font-weight: 700;
}

/* *********** header *********** */
/* nuevo color */
.header-home .bar-top .wrapper .dropdown-menu {
  margin-top: 0;
}
.header-home .bar-top .wrapper .wrapper-right .header-subscribe {
  background-color: #ccb452;
}

.icon-el-espanol {
  font-size: 1.300em;
  line-height: 1;
  margin-top: 0px;
  color: #222;
}

#header .nav-segundo {
  background-color: #004165;
}

#header .nav-segundo .logo-brand img {
  max-height: 30px;
}

#header .nav-segundo .social-header li {
  background: transparent;
  border: 1px solid #fff;
}

.social-header .twitter-header button::before {
  color: #fff;
}
.social-header .facebook-header button::before {
  color: #fff;
}

/* ********************* img-principal ****************** */
.img-principal {
  background: url(../img/pobreza-energetica.jpg) no-repeat right;
  background-size: cover;
  padding-top: 8%;
  padding-bottom: 16%;
}

/* btn-continuar */
.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;
}
.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%;
  }
}
/* *********** propio *********** */
.margin-bottom-m {
  margin-bottom: 30px;
}

.margin-top-m {
  margin-top: 30px;
}

button {
  outline: none;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-weight: 700;
}

/* *********** Contenido *********** */
.main {
  margin-top: 150px;
}

/* *********** Plan Accion tarjetas *********** */
.contenedor-plan-accion {
  background-color: #F9FAFA;
  padding-bottom: 60px;
  /* //////////////// HOVER /////////////////// */
  /* //////////////// HOVER /////////////////// */
}
.contenedor-plan-accion h2 {
  text-align: center;
  color: #004165;
}
.contenedor-plan-accion h3 {
  font-size: 3.750rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  position: relative;
  margin-top: 50px;
}
.contenedor-plan-accion h3::after {
  content: "";
  width: 45%;
  height: 10px;
  position: absolute;
  top: -20px;
  left: 0;
}
.contenedor-plan-accion .medidas-operativas {
  color: #f0b70a;
}
.contenedor-plan-accion .medidas-operativas::after {
  background-color: #f0b70a;
}
.contenedor-plan-accion .medidas-sociales {
  color: #F68924;
}
.contenedor-plan-accion .medidas-sociales::after {
  background-color: #F68924;
}
.contenedor-plan-accion .caja-plan-accion {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  height: 300px;
  z-index: 0;
}
.contenedor-plan-accion .caja-amarilla {
  border: 1px solid #f0b70a;
  background-color: #f0b70a;
}
.contenedor-plan-accion .caja-naranja {
  border: 1px solid #F68924;
  background-color: #F68924;
}
.contenedor-plan-accion .caja-texto-plan-accion {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 10px 20px;
  position: absolute;
  bottom: -240px;
  height: 300px;
}
.contenedor-plan-accion .caja-texto-plan-accion p {
  font-size: 1.125rem;
  height: 100%;
}
.contenedor-plan-accion .caja-texto-plan-accion .btn-h4, .contenedor-plan-accion .caja-texto-plan-accion .btn-p {
  cursor: pointer;
}
.contenedor-plan-accion .contenedor-btn {
  position: absolute;
  top: 12px;
  right: 20px;
}
.contenedor-plan-accion .contenedor-btn .caja-btn-mas {
  position: relative;
}
.contenedor-plan-accion .contenedor-btn .caja-btn-menos {
  display: none;
  position: relative;
}
.contenedor-plan-accion .btn-mas {
  width: 36px;
  height: 36px;
  background-color: #FFF;
  border: 2px solid #FECB00;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background-image: url(../img/mas.png);
  background-position: center;
  background-repeat: no-repeat;
}
.contenedor-plan-accion .btn-mas span {
  display: none;
}
.contenedor-plan-accion .btn-menos {
  width: 36px;
  height: 36px;
  background-color: #FFF;
  border: 2px solid #FECB00;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background-image: url(../img/menos.png);
  background-position: center;
  background-repeat: no-repeat;
}
.contenedor-plan-accion .btn-menos span {
  display: none;
}
.contenedor-plan-accion .contenedor-btn .btn-mas:hover, .contenedor-plan-accion .contenedor-btn .btn-menos:hover {
  background-color: rgba(254, 203, 0, 0.2);
}
.contenedor-plan-accion .contenedor-btn .caja-btn-mas:after, .contenedor-plan-accion .contenedor-btn .caja-btn-menos:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 36px;
  height: 36px;
  background-color: #FECB00;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.6s, opacity 0.8s;
  -moz-transition: -moz-transform 0.6s, opacity 0.8s;
  transition: transform 0.6s, opacity 0.8s;
}
.contenedor-plan-accion .contenedor-btn .caja-btn-mas:before, .contenedor-plan-accion .contenedor-btn .caja-btn-menos:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 36px;
  height: 36px;
  background-color: #FECB00;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.6s;
  -moz-transition: -moz-transform 0.4s, opacity 0.6s;
  transition: transform 0.4s, opacity 0.6s;
}
.contenedor-plan-accion .caja-plan-accion:hover .caja-btn-mas:after, .contenedor-plan-accion .caja-plan-accion:hover .caja-btn-menos:after {
  opacity: 0;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: -webkit-transform 0.6s, opacity 0.8s;
  -moz-transition: -moz-transform 0.6s, opacity 0.8s;
  transition: transform 0.6s, opacity 0.8s;
}
.contenedor-plan-accion .caja-plan-accion:hover .caja-btn-mas:before, .contenedor-plan-accion .caja-plan-accion:hover .caja-btn-menos:before {
  opacity: 0;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.6s;
  -moz-transition: -moz-transform 0.4s, opacity 0.6s;
  transition: transform 0.4s, opacity 0.6s;
}

/* //////////////// ANIMACION SCROLL /////////////////// */
/*************** ANIMACION izquierda-derecha ****************/
.container-animacion {
  overflow: hidden;
}

.elemento_animacion {
  opacity: 0;
  position: relative;
}

.elemento_animacion.slide_izq {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-500px, 0px, 0px);
  -webkit-transform: translate3d(-500px, 0px, 0px);
  -o-transform: translate(-500px, 0px);
  -ms-transform: translate(-500px, 0px);
  transform: translate3d(-500px, 0px, 0px);
}

.elemento_animacion.slide_izq.in-view-slide_izq {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/*************** ANIMACION abajo-arriba ****************/
.elemento_animacion.fade_abajo {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.elemento_animacion.fade_abajo.in-view-fade_abajo {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/* *********** background-parallax *********** */
.background-parallax {
  position: relative;
  padding-top: 4%;
  padding-bottom: 6%;
  background-color: #282E38;
  color: #F9FAFA;
}
.background-parallax .caja-blockquote {
  margin-top: 1%;
}
.background-parallax .caja-blockquote span {
  font-family: "Roboto", sans-serif;
}
.background-parallax .caja-blockquote .txt-blockquote {
  font-size: 2.500rem;
  line-height: 1.2;
  font-weight: 100;
}
.background-parallax .caja-blockquote .firma-blockquote {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: normal;
  margin-top: 3%;
  display: block;
}
.background-parallax .caja-blockquote::before {
  content: "“";
  font-family: Georgia,"Times New Roman",Times,serif;
  color: #FFF;
  font-size: 1000%;
  line-height: .3;
  font-weight: 600;
  position: relative;
  top: 4rem;
  left: 0;
  opacity: .15;
}

.background-parallax-izq {
  background: url(../img/marti-sola.png) #282E38 no-repeat;
  background-position: left 5% bottom;
  background-size: 38%;
}

.background-parallax-der {
  background: url(../img/josep-codorniu.png) #282E38 no-repeat;
  background-position: right 5% bottom;
  background-size: 38%;
}

/* *********** media queries *********** */
@media only screen and (max-width: 1250px) {
  .btn-continuar {
    display: none;
  }

  h4, .contenedor-plan-accion .caja-texto-plan-accion p {
    font-size: 0.95rem;
  }

  .background-parallax {
    background-size: 43%;
  }
  .background-parallax .caja-blockquote .txt-blockquote {
    font-size: 2rem;
  }
  .background-parallax .caja-blockquote .firma-blockquote {
    font-size: 1.2rem;
  }
  .background-parallax .caja-blockquote::before {
    font-size: 800%;
    top: 4.5rem;
  }
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 12px;
  }

  h4, .contenedor-plan-accion .caja-texto-plan-accion p {
    font-size: 1.25rem;
  }

  .background-parallax {
    min-height: 260px;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 12px;
  }

  .img-principal {
    background-position: right 20% bottom;
  }

  .contenedor-plan-accion h4 {
    font-size: 1.4rem;
  }
  .contenedor-plan-accion .caja-plan-accion {
    max-width: 390px;
    margin: 30px auto 0;
  }
  .contenedor-plan-accion .caja-plan-accion .caja-texto-plan-accion p {
    font-size: 1.4rem;
  }

  .background-parallax {
    min-height: auto;
  }
  .background-parallax .caja-blockquote .txt-blockquote {
    font-size: 2.2rem;
  }
  .background-parallax .caja-blockquote::before {
    font-size: 600%;
    top: 3rem;
  }

  .background-parallax-izq {
    background-position: left 3% bottom;
  }

  .background-parallax-der {
    background-position: right 3% bottom;
  }

  .elemento_animacion.fade_abajo {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }

  .scrollup {
    bottom: 15px;
    right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .img-principal {
    background: url(../img/pobreza-energetica.jpg);
    background-image: -webkit-linear-gradient(rgba(40, 46, 56, 0.9), rgba(40, 46, 56, 0.9)), url(../img/pobreza-energetica.jpg);
    background-image: -moz-linear-gradient(rgba(40, 46, 56, 0.9), rgba(40, 46, 56, 0.9)), url(../img/pobreza-energetica.jpg);
    background-image: -o-linear-gradient(rgba(40, 46, 56, 0.9), rgba(40, 46, 56, 0.9)), url(../img/pobreza-energetica.jpg);
    background-image: linear-gradient(rgba(40, 46, 56, 0.9), rgba(40, 46, 56, 0.9)), url(../img/pobreza-energetica.jpg);
    background-position: right 15% top;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .background-parallax {
    background-position: right bottom;
  }
  .background-parallax .caja-blockquote {
    width: 60%;
  }
}
@media only screen and (max-width: 480px) {
  html {
    font-size: 12px;
  }

  h1 {
    font-size: 1.9rem;
  }
  h1 span {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 1.6rem;
  }

  .contenedor-plan-accion h2 {
    text-align: left;
  }
  .contenedor-plan-accion .caja-texto-plan-accion h4 {
    font-size: 1.2rem;
    margin: 13px 0 0 0;
  }
  .contenedor-plan-accion .caja-texto-plan-accion p {
    font-size: 1.2rem;
  }

  .background-parallax {
    padding-top: 10%;
    background-size: 80%;
    background-position: center bottom;
  }
  .background-parallax .caja-blockquote {
    width: inherit;
    margin-bottom: 50%;
  }
  .background-parallax .caja-blockquote .txt-blockquote {
    font-size: 2rem;
  }

  .margin-bottom-m {
    margin-bottom: 15px;
  }

  .margin-top-m {
    margin-top: 15px;
  }
}

/*# sourceMappingURL=estilo-gas-natural.css.map */
