#combustibles {
    background: url('/nd_img/indicadores/antp_PrecioCombustibles.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
  }
  
  #textCombustibles {
    color: rgb(253, 183, 10);
    font-size: 40px;
  }
  
  #infoCombustibles {
    color: white;
  }

  #ieps-diesel {
    background: url('/nd_img/indicadores/antp_IEPS.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
  }
  
  #textIEPS {
    color: rgb(253, 183, 10);
    font-size: 40px;
  }
  
  #infoIEPS {
    color: white;
  }

  #eeuu {
    background: url('/nd_img/indicadores/antp_EEUU.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
  }
  
  #textEEUU {
    color: rgb(253, 183, 10);
    font-size: 40px;
  }
  
  #infoEEUU {
    color: white;
  }
  #proyeccion {
    background: url('/nd_img/indicadores/antp_IEPS.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
  }
  
  .titulo_indicadores{
    text-align: center;
    font-size: 40px;
    color: rgb(46, 68, 134);
  }
  .btn_mostrar_mas_transportes{
    border: #033660 solid 2px;
    color: #033660;
    background-color: #ffffff;
  }
  @media screen and (max-width: 768px){
    .img_indicadores{
      padding:20px 0px 40px 10px!important;
    }
  }
  @media (max-width:767px) {
    #infoCombustibles {
      font-size: 16px;
      text-align: justify;
    }

    #infoIEPS {
        font-size: 16px;
        text-align: justify;
      }

      #infoEEUU {
        font-size: 16px;
        text-align: justify;
      }
  }
 
  @media (min-width:768px) {
    #infoCombustibles {
      font-size: 18px;
      text-align: center;
    }

    #infoIEPS {
        font-size: 18px;
        text-align: center;
      }

      #infoEEUU {
        font-size: 18px;
        text-align: center;
      }
  }