/* *********** 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;
  font-family: "icon-espanol";
}
/* line 58, ../sass/_header.scss */
.header .header-el-espanol ul .icon-el-espanol .link-el-espanol span {
  display: none;
}
/* line 63, ../sass/_header.scss */
.header .header-el-espanol ul .btn-subscribe {
  position: absolute;
  list-style: none;
  right: 15px;
  top: 0;
}
/* line 68, ../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 80, ../sass/_header.scss */
.header .nav-segundo {
  text-align: center;
  position: relative;
  background-color: rgba(0, 35, 64, 0.95);
  height: 60px;
}
/* line 87, ../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 97, ../sass/_header.scss */
.header .nav-segundo .wraper-brand .logo-brand {
  text-decoration: none;
  text-align: center;
  display: inline-block;
}
/* line 101, ../sass/_header.scss */
.header .nav-segundo .wraper-brand .logo-brand img {
  margin-top: 5px;
  width: auto;
  height: 40px;
}
/* line 108, ../sass/_header.scss */
.header .nav-segundo .social-header {
  position: absolute;
  padding: 0;
  margin: 0;
  right: 15px;
  top: 22px;
}
/* line 114, ../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 117, ../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 119, ../sass/_header.scss */
.header .nav-segundo .social-header .twitter-header button span {
  display: none;
}
/* line 122, ../sass/_header.scss */
.header .nav-segundo .social-header .twitter-header button:before {
  content: "\F00C";
  font-size: 17px;
  font-family: "IconosElEspanol";
  color: #fff;
}
/* line 130, ../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 132, ../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 134, ../sass/_header.scss */
.header .nav-segundo .social-header .facebook-header button span {
  display: none;
}
/* line 137, ../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 152, ../sass/_header.scss */
  .header .header-el-espanol ul .icon-el-espanol {
    cursor: pointer;
  }
  /* line 155, ../sass/_header.scss */
  .header .header-el-espanol ul .btn-subscribe {
    cursor: pointer;
    top: 4px;
  }
  /* line 158, ../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 176, ../sass/_header.scss */
  .header .nav-segundo .wraper-brand .colaboracion {
    position: absolute;
    font-size: 12px;
    line-height: 60px;
    left: 10px;
    background-color: transparent;
  }
  /* line 183, ../sass/_header.scss */
  .header .nav-segundo .wraper-brand .logo-brand {
    display: inline-block;
  }
  /* line 185, ../sass/_header.scss */
  .header .nav-segundo .wraper-brand .logo-brand img {
    margin-top: 0;
    width: auto;
    height: 50px;
    margin-top: 5px;
  }
  /* line 193, ../sass/_header.scss */
  .header .nav-segundo .social-header {
    top: 12px;
  }
  /* line 195, ../sass/_header.scss */
  .header .nav-segundo .social-header .twitter-header {
    width: 36px;
    height: 36px;
  }
  /* line 198, ../sass/_header.scss */
  .header .nav-segundo .social-header .twitter-header button {
    line-height: 36px;
  }
  /* line 200, ../sass/_header.scss */
  .header .nav-segundo .social-header .twitter-header button:before {
    font-size: 20px;
  }
  /* line 205, ../sass/_header.scss */
  .header .nav-segundo .social-header .facebook-header {
    width: 36px;
    height: 36px;
  }
  /* line 208, ../sass/_header.scss */
  .header .nav-segundo .social-header .facebook-header button {
    line-height: 36px;
  }
  /* line 210, ../sass/_header.scss */
  .header .nav-segundo .social-header .facebook-header button:before {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 225, ../sass/_header.scss */
  .header .header-el-espanol ul .btn-subscribe .link-subscribe:hover {
    background-color: #B39500;
    color: #fff;
  }
}
/* *********** color *********** *  $color-naranja-nivel-ahorrador: rgba(233,131,0,0.60)*/
/* *********** typo *********** */
/* line 24, ../sass/gas-natural.scss */
html, * {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}

/* line 29, ../sass/gas-natural.scss */
h1, h2 {
  font-family: "Roboto Condensed", sans-serif;
  color: #004165;
}

/* line 87, ../sass/gas-natural.scss */
.youtube-player {
  height: 162px;
}
@media screen and (min-width: 375px) {
  /* line 87, ../sass/gas-natural.scss */
  .youtube-player {
    height: 194px;
  }
}
@media screen and (min-width: 400px) {
  /* line 87, ../sass/gas-natural.scss */
  .youtube-player {
    height: 218px;
  }
}
@media screen and (min-width: 768px) {
  /* line 87, ../sass/gas-natural.scss */
  .youtube-player {
    height: 405px;
  }
}
@media screen and (min-width: 1024px) {
  /* line 87, ../sass/gas-natural.scss */
  .youtube-player {
    height: 532px;
  }
}

/* line 106, ../sass/gas-natural.scss */
h2 {
  font-size: 2.875em;
  font-weight: 700;
  line-height: 1.3em;
  margin-top: 90px;
}
/* line 112, ../sass/gas-natural.scss */
h2.subtitle {
  font-size: 19px;
  text-align: left;
  font-family: RobotoLight;
  width: 100%;
  margin-top: 0;
  color: #000;
  font-weight: 100;
  line-height: 1.5;
  max-width: 100%;
}
@media screen and (min-width: 375px) {
  /* line 112, ../sass/gas-natural.scss */
  h2.subtitle {
    max-width: 90%;
    font-size: 21px;
  }
}
@media screen and (min-width: 768px) {
  /* line 112, ../sass/gas-natural.scss */
  h2.subtitle {
    font-size: 24px;
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  /* line 112, ../sass/gas-natural.scss */
  h2.subtitle {
    margin-left: 420px;
    max-width: 680px;
  }
}

/* line 144, ../sass/gas-natural.scss */
h3 {
  line-height: 1.3em;
  font-weight: 700;
}

/* line 153, ../sass/gas-natural.scss */
.container {
  position: relative;
}

/* line 157, ../sass/gas-natural.scss */
p {
  font-family: "Roboto", sans-serif;
  font-size: 1.2em;
  line-height: 1.5em;
}
/* line 162, ../sass/gas-natural.scss */
p.caption {
  font-size: 16px;
  color: #999;
  text-align: right;
  margin-top: -20px !important;
}
/* line 168, ../sass/gas-natural.scss */
p.caption span {
  font-size: 16px;
  font-weight: bold;
}
/* line 174, ../sass/gas-natural.scss */
p img {
  max-width: 100%;
  width: 100%;
}
/* line 179, ../sass/gas-natural.scss */
p em, p a {
  font-size: 1.2rem;
}
/* line 184, ../sass/gas-natural.scss */
p.first-paragraph::first-letter {
  float: left;
  color: #014A70;
  font-size: 90px;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1;
  margin-right: 20px;
}
/* line 195, ../sass/gas-natural.scss */
p.subtitle {
  font-family: "Roboto", sans-serif;
  color: #666;
  font-size: 1.750em;
  padding: 60px 0 30px 0;
  color: #014A70;
  font-size: 1.9em;
  padding: 60px 0 30px 0;
  font-weight: bold;
  font-style: italic;
}
/* line 207, ../sass/gas-natural.scss */
p.blockquote {
  font-size: 2em;
  color: #FFF;
  font-weight: 700;
  font-style: italic;
  line-height: 1.4em;
}
/* line 215, ../sass/gas-natural.scss */
p.small {
  text-align: center;
  font-size: 1.125em;
  line-height: 1.3em;
  padding-bottom: 30px;
}
/* line 220, ../sass/gas-natural.scss */
p.small:last-child {
  margin-bottom: 170px;
}
/* line 225, ../sass/gas-natural.scss */
p .featured {
  font-size: inherit;
  color: red;
}

/* line 231, ../sass/gas-natural.scss */
img {
  max-width: 100%;
  width: 100%;
}

/* line 236, ../sass/gas-natural.scss */
li {
  color: #666;
}

/* line 240, ../sass/gas-natural.scss */
span.bold {
  font-size: 1em;
  font-weight: 700;
}

/* *********** header *********** */
/* line 247, ../sass/gas-natural.scss */
.icon-el-espanol {
  font-size: 1.300em;
  line-height: 1;
  margin-top: 0px;
  color: #222;
}

/* line 253, ../sass/gas-natural.scss */
#header .nav-segundo {
  background-color: #004165;
}

/* line 257, ../sass/gas-natural.scss */
#header .nav-segundo .logo-brand img {
  max-height: 30px;
}

/* line 260, ../sass/gas-natural.scss */
#header .nav-segundo .social-header li {
  background: transparent;
  border: 1px solid #fff;
}

/* line 265, ../sass/gas-natural.scss */
.social-header .twitter-header button::before {
  color: #fff;
}
/* line 268, ../sass/gas-natural.scss */
.social-header .facebook-header button::before {
  color: #fff;
}

/* Estilos Arturo */
/* line 275, ../sass/gas-natural.scss */
.only-desktop {
  display: none;
}
@media screen and (min-width: 1024px) {
  /* line 275, ../sass/gas-natural.scss */
  .only-desktop {
    display: inline-block;
  }
}

/* *********** propio *********** */
/* line 285, ../sass/gas-natural.scss */
.margin-top-l {
  margin-top: 60px;
}

/* line 289, ../sass/gas-natural.scss */
.margin-top-m {
  margin-top: 30px;
}

/* line 293, ../sass/gas-natural.scss */
button {
  outline: none;
}

/* *********** Contenido *********** */
/* line 298, ../sass/gas-natural.scss */
.main {
  margin-top: 100px;
}

/* *********** media queries *********** */
/* line 303, ../sass/gas-natural.scss */
.footer-img p {
  margin-top: -10px;
  font-size: 15px;
}

/* line 311, ../sass/gas-natural.scss */
.contenedor-btn {
  display: none;
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: 5%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  /* line 311, ../sass/gas-natural.scss */
  .contenedor-btn {
    display: block;
  }
}

/* line 330, ../sass/gas-natural.scss */
.btn-continuar {
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  border: 1px solid #004165;
  border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
/* line 339, ../sass/gas-natural.scss */
.btn-continuar span {
  color: #004165;
  top: 15px;
  left: 14px;
  font-size: 20px;
}
/* line 346, ../sass/gas-natural.scss */
.btn-continuar::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  z-index: 0;
  width: 50px;
  height: 50px;
  background-color: #FFF;
  border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  animation-duration: 2.5s;
  animation-name: changesizeopacity;
  animation-iteration-count: infinite;
}
@keyframes changesizeopacity {
  0% {
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: .8;
    filter: alpha(opacity=80);
  }
  80% {
    transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@media screen and (min-width: 1024px) {
  /* line 379, ../sass/gas-natural.scss */
  .btn-continuar:hover {
    opacity: .5;
    filter: alpha(opacity=50);
    transition-duration: .7s;
    text-decoration: none;
  }
  /* line 389, ../sass/gas-natural.scss */
  .btn-continuar:hover::before {
    animation: none;
  }
}

/* line 396, ../sass/gas-natural.scss */
.footer .txt-cliente-footer i {
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}

/* line 404, ../sass/gas-natural.scss */
.footer .txt-cliente-footer a {
  color: #fff;
}

/* line 411, ../sass/gas-natural.scss */
.main-section {
  background-color: #D3E9EF;
  padding: 0;
  width: 100%;
  background-image: url('../img/bg-textura.jpg');
  background-size: cover;
}
/* line 418, ../sass/gas-natural.scss */
.main-section__title {
  padding-bottom: 170px;
}
@media screen and (min-width: 768px) {
  /* line 418, ../sass/gas-natural.scss */
  .main-section__title {
    position: relative;
    width: 640px;
    height: 330px;
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  /* line 418, ../sass/gas-natural.scss */
  .main-section__title {
    width: 850px;
    height: 440px;
  }
}
@media screen and (min-width: 1440px) {
  /* line 418, ../sass/gas-natural.scss */
  .main-section__title {
    width: 1200px;
    height: 620px;
  }
}
/* line 439, ../sass/gas-natural.scss */
.main-section__title .title {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2em;
  text-align: left;
  margin-bottom: 30px;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  /* line 439, ../sass/gas-natural.scss */
  .main-section__title .title {
    position: absolute;
    max-width: 440px;
    top: 50%;
    transform: translateY(-55%);
    -o-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    -moz-transform: translateY(-55%);
    -webkit-transform: translateY(-55%);
    right: 0;
    margin: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  /* line 439, ../sass/gas-natural.scss */
  .main-section__title .title {
    font-size: 50px;
    max-width: 600px;
  }
}
@media screen and (min-width: 1440px) {
  /* line 439, ../sass/gas-natural.scss */
  .main-section__title .title {
    font-size: 65px;
    line-height: 68px;
    max-width: 770px;
  }
}
/* line 473, ../sass/gas-natural.scss */
.main-section__title .title span {
  font-size: 36px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  /* line 473, ../sass/gas-natural.scss */
  .main-section__title .title span {
    font-size: 50px;
  }
}
@media screen and (min-width: 1440px) {
  /* line 473, ../sass/gas-natural.scss */
  .main-section__title .title span {
    font-size: 65px;
  }
}
/* line 487, ../sass/gas-natural.scss */
.main-section__title .title-img {
  position: absolute;
  width: 160px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  /* line 487, ../sass/gas-natural.scss */
  .main-section__title .title-img {
    width: 250px;
    transform: none;
    top: 40px;
    left: auto;
    right: 440px;
  }
}
@media screen and (min-width: 1024px) {
  /* line 487, ../sass/gas-natural.scss */
  .main-section__title .title-img {
    width: 350px;
    right: 600px;
  }
}
@media screen and (min-width: 1440px) {
  /* line 487, ../sass/gas-natural.scss */
  .main-section__title .title-img {
    width: 500px;
    right: 770px;
  }
}
/* line 515, ../sass/gas-natural.scss */
.main-section__title .title-img img {
  width: 100%;
  max-width: 100%;
}

/* line 523, ../sass/gas-natural.scss */
.section {
  font-size: 0;
  margin-bottom: 50px;
}
/* line 527, ../sass/gas-natural.scss */
.section__title {
  font-family: "Roboto", sans-serif;
  color: #004165;
  font-size: 23px;
  margin-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  /* line 527, ../sass/gas-natural.scss */
  .section__title {
    font-size: 32px;
  }
}
/* line 542, ../sass/gas-natural.scss */
.section__title:after {
  content: "";
  display: block;
  background-color: #004165;
  width: 80px;
  height: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
/* line 554, ../sass/gas-natural.scss */
.section__subtitle {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 23px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  /* line 554, ../sass/gas-natural.scss */
  .section__subtitle {
    font-size: 32px;
  }
}
@media screen and (min-width: 1440px) {
  /* line 554, ../sass/gas-natural.scss */
  .section__subtitle {
    margin-top: 160px;
  }
}
/* line 572, ../sass/gas-natural.scss */
.section__text p {
  margin-top: 0;
  font-size: 16px;
  color: #666;
}
@media screen and (min-width: 1024px) {
  /* line 572, ../sass/gas-natural.scss */
  .section__text p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  /* line 581, ../sass/gas-natural.scss */
  .section__text p:last-of-type {
    margin-bottom: 0;
  }
}
/* line 590, ../sass/gas-natural.scss */
.section__image--bg {
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 596, ../sass/gas-natural.scss */
.section__image--01 {
  background-image: url("../img/gas-natural-voluntariado-01.jpg");
  background-position: center 90%;
}
/* line 601, ../sass/gas-natural.scss */
.section__image--02 {
  background-image: url("../img/gas-natural-voluntariado-02.jpg");
  background-position: center 30%;
}
/* line 607, ../sass/gas-natural.scss */
.section .blockquote {
  width: 100%;
  margin-bottom: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
  border: none;
  background-color: #004165;
  background-image: url("../img/bg-gas-natural-hands.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  /* line 607, ../sass/gas-natural.scss */
  .section .blockquote {
    margin-bottom: 48px;
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1024px) {
  /* line 607, ../sass/gas-natural.scss */
  .section .blockquote {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 607, ../sass/gas-natural.scss */
  .section .blockquote {
    margin-bottom: 29px;
  }
}
/* line 634, ../sass/gas-natural.scss */
.section .blockquote__text {
  position: relative;
  color: #fff;
  margin: 0 auto;
  max-width: 220px;
  font-size: 23px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  /* line 634, ../sass/gas-natural.scss */
  .section .blockquote__text {
    max-width: 308px;
    font-size: 32px;
  }
}
/* line 651, ../sass/gas-natural.scss */
.section .blockquote__text:before, .section .blockquote__text:after {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 43px;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  /* line 651, ../sass/gas-natural.scss */
  .section .blockquote__text:before, .section .blockquote__text:after {
    width: 93px;
    height: 68px;
  }
}
/* line 667, ../sass/gas-natural.scss */
.section .blockquote__text:before {
  left: -40px;
  top: -20px;
  background-image: url("../img/blockquote-before.png");
}
@media screen and (min-width: 768px) {
  /* line 667, ../sass/gas-natural.scss */
  .section .blockquote__text:before {
    left: -60px;
    top: -40px;
  }
}
/* line 678, ../sass/gas-natural.scss */
.section .blockquote__text:after {
  right: 100px;
  bottom: -20px;
  background-image: url("../img/blockquote-after.png");
}
@media screen and (min-width: 768px) {
  /* line 678, ../sass/gas-natural.scss */
  .section .blockquote__text:after {
    right: 130px;
    bottom: -40px;
  }
}
@media screen and (min-width: 1024px) {
  /* line 693, ../sass/gas-natural.scss */
  .section--media-right .section__text,
  .section--media-right .section__image, .section--media-left .section__text,
  .section--media-left .section__image {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 1024px) {
  /* line 704, ../sass/gas-natural.scss */
  .section--media-right .section__text {
    margin-right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  /* line 710, ../sass/gas-natural.scss */
  .section--media-right .section__image {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1024px) {
  /* line 715, ../sass/gas-natural.scss */
  .section--media-right .section__image--01 {
    height: 1200px;
    background-position: center;
  }
}
@media screen and (min-width: 1200px) {
  /* line 715, ../sass/gas-natural.scss */
  .section--media-right .section__image--01 {
    height: 960px;
  }
}
@media screen and (min-width: 1024px) {
  /* line 726, ../sass/gas-natural.scss */
  .section--media-right .section__image--02 {
    height: 770px;
    background-position: right;
  }
}
@media screen and (min-width: 1200px) {
  /* line 726, ../sass/gas-natural.scss */
  .section--media-right .section__image--02 {
    height: 640px;
  }
}
@media screen and (min-width: 1024px) {
  /* line 740, ../sass/gas-natural.scss */
  .section--media-left .section__text,
  .section--media-left .section__image {
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  /* line 747, ../sass/gas-natural.scss */
  .section--media-left .section__text {
    left: 50%;
    margin-left: 20px;
  }
}
@media screen and (min-width: 1024px) {
  /* line 754, ../sass/gas-natural.scss */
  .section--media-left .section__image {
    right: 50%;
    margin-right: 20px;
  }
}
/* line 760, ../sass/gas-natural.scss */
.section--media-left .section__image .image:first-of-type {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  /* line 760, ../sass/gas-natural.scss */
  .section--media-left .section__image .image:first-of-type {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1024px) {
  /* line 760, ../sass/gas-natural.scss */
  .section--media-left .section__image .image:first-of-type {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 760, ../sass/gas-natural.scss */
  .section--media-left .section__image .image:first-of-type {
    margin-bottom: 29px;
  }
}

/* line 779, ../sass/gas-natural.scss */
.container-map {
  font-size: 0;
  margin-bottom: 50px;
}

/* line 784, ../sass/gas-natural.scss */
.container-full {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 50px;
  padding: 60px 15px;
}
@media screen and (min-width: 1024px) {
  /* line 784, ../sass/gas-natural.scss */
  .container-full {
    background-attachment: fixed;
    padding: 100px 15px;
  }
}
/* line 797, ../sass/gas-natural.scss */
.container-full--awards {
  background-image: url("../img/gas-natural-premios.jpg");
}
/* line 800, ../sass/gas-natural.scss */
.container-full--awards .awards {
  font-size: 0;
}
@media screen and (min-width: 768px) {
  /* line 800, ../sass/gas-natural.scss */
  .container-full--awards .awards {
    width: 720px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  /* line 800, ../sass/gas-natural.scss */
  .container-full--awards .awards {
    width: 980px;
  }
}
/* line 812, ../sass/gas-natural.scss */
.container-full--awards .awards-main, .container-full--awards .awards-4 {
  font-size: 0;
}
@media screen and (min-width: 1024px) {
  /* line 812, ../sass/gas-natural.scss */
  .container-full--awards .awards-main, .container-full--awards .awards-4 {
    display: inline-block;
    vertical-align: top;
  }
}
@media screen and (min-width: 1024px) {
  /* line 822, ../sass/gas-natural.scss */
  .container-full--awards .awards-main {
    width: calc(50% - 30px);
    margin-right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  /* line 829, ../sass/gas-natural.scss */
  .container-full--awards .awards-4 {
    width: 50%;
  }
}
/* line 834, ../sass/gas-natural.scss */
.container-full--awards .awards-4 .awards__text {
  position: relative;
  margin-bottom: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  /* line 834, ../sass/gas-natural.scss */
  .container-full--awards .awards-4 .awards__text {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 10px);
  }
}
/* line 845, ../sass/gas-natural.scss */
.container-full--awards .awards-4 .awards__text:nth-of-type(odd) {
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  /* line 849, ../sass/gas-natural.scss */
  .container-full--awards .awards-4 .awards__text:nth-child(1), .container-full--awards .awards-4 .awards__text:nth-child(2) {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  /* line 856, ../sass/gas-natural.scss */
  .container-full--awards .awards-4 .awards__text:nth-child(3), .container-full--awards .awards-4 .awards__text:nth-child(4) {
    margin-bottom: 0;
  }
}
/* line 863, ../sass/gas-natural.scss */
.container-full--awards .awards-4 .awards__text::before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 55px;
  top: 5px;
  left: 0px;
  background-color: white;
}
/* line 876, ../sass/gas-natural.scss */
.container-full--awards .awards__title, .container-full--awards .awards__subtitle, .container-full--awards .awards__text {
  color: #fff;
  font-weight: 700;
}
/* line 883, ../sass/gas-natural.scss */
.container-full--awards .awards__title {
  position: relative;
  font-size: 23px;
  padding-left: 54px;
}
@media screen and (min-width: 768px) {
  /* line 883, ../sass/gas-natural.scss */
  .container-full--awards .awards__title {
    font-size: 32px;
    padding-left: 69px;
  }
}
/* line 895, ../sass/gas-natural.scss */
.container-full--awards .awards__title::before {
  content: "";
  display: block;
  position: absolute;
  width: 34px;
  height: 47px;
  left: 0;
  top: 6px;
  background-image: url("../img/winner-icon.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  /* line 895, ../sass/gas-natural.scss */
  .container-full--awards .awards__title::before {
    width: 49px;
    height: 68px;
  }
}
/* line 913, ../sass/gas-natural.scss */
.container-full--awards .awards__title::after {
  content: "";
  display: block;
  width: 80px;
  height: 10px;
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 924, ../sass/gas-natural.scss */
.container-full--awards .awards__subtitle {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  /* line 924, ../sass/gas-natural.scss */
  .container-full--awards .awards__subtitle {
    font-size: 21px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  /* line 924, ../sass/gas-natural.scss */
  .container-full--awards .awards__subtitle {
    margin-bottom: 0;
  }
}
/* line 939, ../sass/gas-natural.scss */
.container-full--awards .awards__text {
  margin: 0;
  font-size: 16px;
}
/* line 946, ../sass/gas-natural.scss */
.container-full--blockquote {
  background-image: url("../img/gas-natural-quote.jpg");
  overflow: hidden;
}
/* line 950, ../sass/gas-natural.scss */
.container-full--blockquote .blockquote {
  border: none;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 956, ../sass/gas-natural.scss */
.container-full--blockquote .blockquote__text {
  position: relative;
  max-width: 268px;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  /* line 956, ../sass/gas-natural.scss */
  .container-full--blockquote .blockquote__text {
    max-width: 372px;
    font-size: 32px;
  }
}
/* line 970, ../sass/gas-natural.scss */
.container-full--blockquote .blockquote__text:before, .container-full--blockquote .blockquote__text:after {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 43px;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  /* line 970, ../sass/gas-natural.scss */
  .container-full--blockquote .blockquote__text:before, .container-full--blockquote .blockquote__text:after {
    width: 93px;
    height: 68px;
  }
}
/* line 986, ../sass/gas-natural.scss */
.container-full--blockquote .blockquote__text:before {
  left: -40px;
  top: -20px;
  background-image: url("../img/blockquote-before.png");
}
@media screen and (min-width: 768px) {
  /* line 986, ../sass/gas-natural.scss */
  .container-full--blockquote .blockquote__text:before {
    left: -60px;
    top: -40px;
  }
}
/* line 997, ../sass/gas-natural.scss */
.container-full--blockquote .blockquote__text:after {
  right: -10px;
  bottom: -20px;
  background-image: url("../img/blockquote-after.png");
}
@media screen and (min-width: 333px) {
  /* line 997, ../sass/gas-natural.scss */
  .container-full--blockquote .blockquote__text:after {
    right: 110px;
  }
}
@media screen and (min-width: 337px) {
  /* line 997, ../sass/gas-natural.scss */
  .container-full--blockquote .blockquote__text:after {
    right: -40px;
  }
}
@media screen and (min-width: 768px) {
  /* line 997, ../sass/gas-natural.scss */
  .container-full--blockquote .blockquote__text:after {
    right: -60px;
    bottom: -40px;
  }
}

/* line 1020, ../sass/gas-natural.scss */
.footer {
  background-color: #004165;
  color: #fff;
}
/* line 1024, ../sass/gas-natural.scss */
.footer .txt-cliente-footer {
  font-size: 20px;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
}
/* line 1029, ../sass/gas-natural.scss */
.footer .txt-cliente-footer em {
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
}
/* line 1035, ../sass/gas-natural.scss */
.footer .txt-cliente-footer a {
  font-size: 20px;
  font-weight: 700;
}
/* line 1041, ../sass/gas-natural.scss */
.footer .creditos-footer {
  font-size: 14px;
  margin-bottom: 0;
  color: #6F9AB3;
}
/* line 1046, ../sass/gas-natural.scss */
.footer .creditos-footer span {
  display: inline-block;
  margin-bottom: 0;
}
/* line 1051, ../sass/gas-natural.scss */
.footer .creditos-footer .text-uppercase {
  font-weight: bold;
}
/* line 1056, ../sass/gas-natural.scss */
.footer .logo-espanol-gris .icon-el-espanol:before {
  color: #fff;
}
/* line 1066, ../sass/gas-natural.scss */
.footer .social .twitter a::before,
.footer .social .facebook a::before,
.footer .social .youtube a::before,
.footer .social .instagram a::before,
.footer .social .spotify a::before {
  color: #fff;
}

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