html {
  font-size: 15px; }

body {
  font-family: 'Roboto', sans-serif; }

.img-center {
  display: block;
  margin: 0 auto;
  width: 100%; }

*:focus {
  outline: none; }

.navbar-naturgas {
  background-color: #7FB831 !important;
  padding-top: .2rem;
  padding-bottom: .2rem; }
  .navbar-naturgas .navbar-nav .nav-item {
    border-right: 1px solid rgba(255, 255, 255, 0.5); }
    .navbar-naturgas .navbar-nav .nav-item:last-child {
      border-right: none; }
    .navbar-naturgas .navbar-nav .nav-item .nav-link {
      color: #fff;
      transition: ease all .5s;
      font-weight: 500;
      font-size: .9rem; }
      .navbar-naturgas .navbar-nav .nav-item .nav-link.active {
        background-color: #fff;
        color: #7FB831; }
  .navbar-naturgas .cajon-redes {
    max-width: 3rem;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 1rem; }
    .navbar-naturgas .cajon-redes .redes .red {
      text-align: center; }
      .navbar-naturgas .cajon-redes .redes .red i {
        font-size: 1rem;
        color: #fff; }
        .navbar-naturgas .cajon-redes .redes .red i:hover {
          color: #55FFFF; }

header {
  padding-top: 5.3rem;
  background: url("../img/bg-header.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  header h2 {
    color: #15222D;
    font-size: 3rem;
    text-align: center; }
  header h1 {
    color: #15222D;
    font-size: 1.6rem;
    text-align: center;
    padding-top: 2rem;
    margin-bottom: .5rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: center; }
  header p {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: .7rem; }
  header .c1, header .c2, header .c3 {
    border: 1px solid #fff; }
  header .c1 {
    height: 100px; }
  header .c2 {
    height: 200px; }
  header .c3 {
    height: 300px; }
  header .punto-1 {
    background: url("../img/vida-diaria/1.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: ease all .5s; }
    header .punto-1:hover {
      background: linear-gradient(0deg, rgba(86, 254, 255, 0.3), rgba(86, 254, 255, 0.3)), url("../img/vida-diaria/1.jpg");
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
  header .punto-2 {
    background: url("../img/vida-diaria/2.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    header .punto-2:hover {
      background: linear-gradient(0deg, rgba(86, 254, 255, 0.3), rgba(86, 254, 255, 0.3)), url("../img/vida-diaria/2.jpg");
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
  header .punto-3 {
    background: url("../img/vida-diaria/3.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    header .punto-3:hover {
      background: linear-gradient(0deg, rgba(86, 254, 255, 0.3), rgba(86, 254, 255, 0.3)), url("../img/vida-diaria/3.jpg");
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
  header .punto-4 {
    background: url("../img/vida-diaria/4.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    header .punto-4:hover {
      background: linear-gradient(0deg, rgba(86, 254, 255, 0.3), rgba(86, 254, 255, 0.3)), url("../img/vida-diaria/4.jpg");
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
  header .punto-5 {
    background: url("../img/vida-diaria/5.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    header .punto-5:hover {
      background: linear-gradient(0deg, rgba(86, 254, 255, 0.3), rgba(86, 254, 255, 0.3)), url("../img/vida-diaria/5.jpg");
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
  header .punto-6 {
    background: url("../img/vida-diaria/6.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    header .punto-6:hover {
      background: linear-gradient(0deg, rgba(86, 254, 255, 0.3), rgba(86, 254, 255, 0.3)), url("../img/vida-diaria/6.jpg");
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
  header .punto-7 {
    background: url("../img/vida-diaria/7.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    header .punto-7:hover {
      background: linear-gradient(0deg, rgba(86, 254, 255, 0.3), rgba(86, 254, 255, 0.3)), url("../img/vida-diaria/7.jpg");
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }

/*
header {
     background-color: $azul-oscuro;
     .intro {
          background: url('../img/bg-header.jpg') center bottom no-repeat $azul-oscuro;
          background-size: cover;
          height: 600px;
          position: relative;
     }
     a {
          .numero {
               position: absolute;
               background-color: #fff;
               border: 2px solid $azul-oscuro;
               color: $azul-oscuro;
               font-size: 1.5rem;
               font-weight: 700;
               width: 37px;
               height: 37px;
               border-radius: 50%;
               box-shadow: 0 0 0 rgba(127, 233, 27, 0.4);
               animation: pulses 3s infinite, pulses-back 3s infinite;
               transition: ease all .5s;
               &:hover {
                    background: $azul-claro;
                    color: #fff;
               }
          }
     }
     .uno, .dos, .tres, .cuatro, .cinco, .seis, .siete {
          position: absolute;
     }
     .uno {
          bottom: 10%;
          left: 8%;
     }
     .dos {
          bottom: 25%;
          left: 20%;
     }
     .tres {
          bottom: 40%;
          left: 30%;
     }
     .cuatro {
          bottom: 16%;
          left: 37%;
     }
     .cinco {
          bottom: 42%;
          left: 54%;
     }
     .seis {
          bottom: 34%;
          left: 70%;
     }
     .siete {
          bottom: 22%;
          left: 80%;
     }
}
*/
#tabs-header {
  display: none; }

@keyframes pulses {
  0% {
    box-shadow: 0 0 0 0 rgba(85, 255, 255, 0.8); }
  70% {
    box-shadow: 0 0 0 25px rgba(2, 199, 252, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(2, 199, 252, 0); } }
.container-vs {
  background: url("../img/esquina-1.png") top left no-repeat, url("../img/esquina-2.png") top right no-repeat, url("../img/esquina-3.png") bottom left no-repeat, url("../img/esquina-4.png") bottom right no-repeat, #01091B; }
  .container-vs h2 {
    color: #fff;
    font-size: 3rem;
    text-align: center; }
  .container-vs h3 {
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    padding-top: 2rem; }
  .container-vs .linea-top-vs {
    background: url("../img/linea-top-vs.png") center center no-repeat;
    background-size: cover;
    min-height: 80px; }
  .container-vs .linea-bottom-vs {
    background: url("../img/linea-bottom-vs.png") center center no-repeat;
    background-size: cover;
    min-height: 50px; }
  .container-vs .btn-contrincante {
    width: 80px;
    height: 80px;
    background: #DB2800;
    border: 10px solid #3A3A3A;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    transition: ease all .5s;
    animation: pulses 3s infinite, pulses-back 3s infinite; }
    .container-vs .btn-contrincante:hover {
      width: 90px;
      height: 90px;
      background: #55FFFF;
      cursor: pointer; }

.modal-vs .modal-content, .modal-vs .modal-header {
  background: transparent; }
.modal-vs .modal-content {
  border: 0; }
.modal-vs .modal-header {
  border-bottom: 0; }
  .modal-vs .modal-header .close {
    font-size: 4rem;
    line-height: 4rem;
    background-color: #55ffff;
    opacity: 1;
    border-radius: 50%;
    padding: 0 1rem;
    transition: ease all .5s; }
    .modal-vs .modal-header .close:hover {
      transform: rotate(180deg);
      opacity: 1; }

.carousel-vs .carousel-control-next, .carousel-vs .carousel-control-prev {
  width: 50px; }
.carousel-vs .carousel-control-next-icon {
  background-image: url("../img/flecha-der.png");
  width: 30px;
  height: 46px; }
.carousel-vs .carousel-control-prev-icon {
  background-image: url("../img/flecha-izq.png");
  width: 30px;
  height: 46px; }

.container-mapas {
  background-color: #040781; }
  .container-mapas h2 {
    color: #fff;
    font-size: 3rem;
    text-align: center; }
  .container-mapas h3 {
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    padding-top: 2rem; }
  .container-mapas p {
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    padding-top: 2rem; }

.nav-tabs-regiones {
  padding-bottom: 2rem;
  border-bottom: 0; }
  .nav-tabs-regiones .nav-link {
    font-size: .9rem;
    font-weight: 500;
    padding: .2rem .05rem;
    margin-right: .5rem;
    color: #fff;
    transition: ease all .5s; }
    .nav-tabs-regiones .nav-link.active {
      color: #040781;
      background-color: #55FFFF;
      border-color: #55FFFF;
      border-radius: 0; }
    .nav-tabs-regiones .nav-link:hover {
      color: #040781;
      background-color: #55FFFF;
      border-color: #55FFFF;
      border-radius: 0; }

.nav-temas-regiones .nav-link.active {
  background-color: #223545; }

.otros-contaminantes {
  max-width: 70%;
  transition: ease .5s all; }
  .otros-contaminantes:hover {
    cursor: pointer;
    max-width: 80%; }

.container-verdades {
  background: #000059; }
  .container-verdades .verdad {
    transition: ease all .5s; }
    .container-verdades .verdad:hover {
      cursor: pointer;
      max-width: 95%; }
  .container-verdades .usuarios-gas {
    background-color: #12147F;
    padding: 2rem; }
  .container-verdades .conversion-gnv {
    background-color: #000059;
    padding: 2rem 2rem 1rem 2rem; }
  .container-verdades .inflamabilidad {
    background-color: #373AF7;
    padding: 2rem; }
  .container-verdades .carro-subir {
    background-color: #12147F;
    padding: 2rem; }
  .container-verdades .reduce-emisiones {
    background-color: #000059;
    padding: 2rem; }
  .container-verdades .genera-energia {
    background-color: #12147F;
    padding: 2rem; }
  .container-verdades .energia-electrica {
    background-color: #373AF7;
    padding: 5rem 2rem 5rem 2rem; }

footer {
  background: #000059; }
  footer .redes .red {
    text-align: center;
    padding-top: 1.5rem; }
    footer .redes .red i {
      font-size: 2rem;
      color: #55FFFF; }
      footer .redes .red i:hover {
        color: #373AF7; }

.page-holograma {
  min-height: 100vh;
  background: url("../../img/bg-header.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .page-holograma h2 {
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-align: center;
    color: #397c43;
    margin: .5rem 0; }
  .page-holograma .contenido {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 1rem;
    border-radius: 10px;
    font-size: .8rem; }
    .page-holograma .contenido ol {
      padding-left: 15px; }

.header-al-natural {
  background-color: #F7F7F7; }

.container-videos-serie .num-video {
  border: 3px solid #7FB831;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 900;
  color: #7FB831; }
.container-videos-serie .nombre-video {
  color: #7FB831;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 500; }

/**************************************/
/********** MEDIA QUERIES *************/
/**************************************/
@media (max-width: 543px) {
  .navbar-naturgas .cajon-redes {
    max-width: 99%;
    border-left: 0;
    padding-left: 0;
    margin-top: 1rem;
    padding-top: .5rem;
    border-top: 1px solid #fff; }

  header h3 {
    font-size: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem; }
  header .c1 {
    height: 50px; }
  header .c2 {
    height: 100px; }
  header .c3 {
    height: 150px; }

  .nav-tabs-regiones .nav-link {
    font-size: 1rem;
    width: 47%; }

  .otros-contaminantes {
    max-width: 100%; }

  .datos-energia-electrica {
    padding-top: 3rem; }

  .container-mapas h2 {
    font-size: 2rem; }
  .container-mapas h3 {
    font-size: 1rem; }

  .container-vs h2 {
    font-size: 2rem; }
  .container-vs h3 {
    font-size: 1rem; } }

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