@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?q1z22s');
  src:  url('../fonts/icomoon.eot?q1z22s#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?q1z22s') format('truetype'),
    url('../fonts/icomoon.woff?q1z22s') format('woff'),
    url('../fonts/icomoon.svg?q1z22s#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-linkedin-in-brands:before {
    content: "\e900";
  }
  .icon-youtube-brands:before {
    content: "\e901";
  }
  .icon-instagram-brands:before {
    content: "\e902";
  }
  .icon-twitter-brands:before {
    content: "\e903";
  }
  .icon-facebook-f-brands:before {
    content: "\e904";
  }


.home .intereses-item {
    margin-bottom: 20px;
}

h2.section-title {
    border-bottom: none;
    margin-bottom: 1rem;
    font-size: 2.5rem;
}

h2.section-title a {
    color: inherit;
}

.section-inner {
    padding-left: 3rem;
}

#carrusel-2 div.item {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.home #myCarousel {
    border: 1px solid #ccc;
}


.home #myCarousel .carousel-indicators {
    display: block;
    bottom: -35px;
}
.home #myCarousel .carousel-indicators li {
    border-color: #6f7071;
}
.home #myCarousel .carousel-indicators li.active {
    background-color: #6f7071;
}

.home #myCarousel .carousel-caption {
    background-color: #fff;
    position: relative;
    /* padding: 30px; */
    height: 160px;
    border: 2px solid #ccc;
    border-top: 3px solid #ccc;
}

.home #myCarousel .carousel-caption .info > a {
    display: block;
    -webkit-transition: all 0.2s ease;
       -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
            transition: all 0.2s ease;
}

.home #myCarousel .carousel-caption .info > a:hover {
    opacity: 0.8;
}

.home #myCarousel .carousel-caption h2 {
    color: #475156;
    text-shadow: none;
    font-weight: 400;
    line-height: 34px;
    font-size: 24px;
    margin: 0 0 10px 0;
    min-height: auto;
    border-bottom: 0;
    padding: 0;
    text-align: left;

    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}


.home #myCarousel .carousel-caption p {
    margin: 0;
    color: #475156;
    opacity: 0.6;
    text-shadow: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.home #myCarousel .item .info {
    float: none;
    width: 100%;
    position: absolute;
    top: 50%;
    padding: 0 30px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}


.home #myCarousel .carousel-control {
    background-color: #0f69b4;
    /* background-color: #004986; */
    height: auto;
    top: 50%;
    bottom: auto;
    display: block;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 1;
    -webkit-transition: all 0.2s ease;
       -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
            transition: all 0.2s ease;
}

.home #myCarousel .carousel-control:hover {
    background-color: #1274c6 !important;
}

.home #myCarousel .carousel-control.left {
    display: block;
    background-image: url(../imgs/left-chevron.svg) !important;
    background-position: 40% center;
    background-repeat: no-repeat;
    background-size: 60%;
    height: 46px;
    width: 46px;
    border-radius: 50%;
    left: -23px;
}

.home #myCarousel .carousel-control.right {
    display: block;
    background-color: #0f69b4;
    background-image: url(../imgs/right-chevron.svg) !important;
    background-position: 60% center;
    background-repeat: no-repeat;
    background-size: 60%;
    height: 46px;
    width: 46px;
    border-radius: 50%;
    right: -23px;
}

/*.slick-vertical img{*/
    /*max-width: 80%;*/
/*}*/
.slick-vertical .up {
    display: block;
    background-image: url(../imgs/up-chevron.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    background-color: #0f69b4;
    margin-left: 5rem;
}
.slick-vertical .down {
    display: block;
    background-image: url(../imgs/down-chevron.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    background-color: #0f69b4;
    margin-left: 5rem;
}

.seccion-banners a {
    display: block;
}

.redes-sociales {
    margin-top: 20px;
}

.redes-sociales nav ul {
    padding: 0;
    margin: 0;
    text-align: right;
}

.redes-sociales nav ul li {
    list-style: none;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 5px;
}


.redes-sociales nav ul li a {
    display: block;
    color: #fff;
    font-size: 22px;
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 0.2s ease;
       -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
            transition: all 0.2s ease;
}

.redes-sociales nav ul li a:hover {
    transform: translateY(-5px);
}

.redes-sociales nav ul li a span {
    vertical-align: middle;
}

footer .links-institucionales {
    padding-left: 15px;
}

footer .franjas {
    left: 15px;
}

.servicios-item {
    margin-bottom: 20px;
}

header .search-form {
    right: 15px;
}

.acordeon-tarificacion {
    margin-top: 45px;
}

.acordeon-tarificacion .panel-heading {
    padding: 0;
}

.acordeon-tarificacion .panel {
    /* border: 0; */
    box-shadow: none;
    border-color: #e7f0f7;
}

.acordeon-tarificacion .panel-titulo {
    color: #46547b;
    border: 0;
    padding: 0;
    margin: 0;
    position: relative;
    float: none;
    background-color: #e7f0f7;
    display: block;
    cursor: pointer;
    padding: 10px 37px 10px 15px;
    -webkit-transition: all 0.2s ease;
       -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
            transition: all 0.2s ease;
}

.acordeon-tarificacion .panel-titulo a {
    background-color: #e7f0f7;
    display: block;
    padding: 10px 37px 10px 15px;
    -webkit-transition: all 0.2s ease;
       -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
            transition: all 0.2s ease;
}

.acordeon-tarificacion .panel-titulo a:hover {
    background-color: rgba(0,98,169, 0.1);
}

.acordeon-tarificacion .panel-heading + .panel-collapse > .panel-body {
    border: 0;
    padding: 15px 30px;
}

.acordeon-tarificacion .panel + .panel {
    margin-top: 10px;
}

.acordeon-tarificacion .panel-titulo:after {
    line-height: 40px;
    content: "+";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #c8d6e3;
    height: 100%;
    width: 37px;
    vertical-align: middle;
    text-align: center;
    font-size: 26px;
    cursor: pointer;
}

.acordeon-tarificacion .panel-titulo[aria-expanded="true"]:after {
    content: "-";
}

.menu-footer li {
    margin-bottom: 5px;
}

.open-chat-button[data-v-d1bc044c] {
    right: 15px !important;
}

.icos-sociales a.icono-facebook {
    background-color: #3b5998;
    color: #fff;
    margin-top: 5px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: none;
    text-indent: unset;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
}

.icos-sociales a.icono-facebook span {
    vertical-align: middle;
}

.icos-sociales a.icono-linkedin {
    background-color: #0e76a8;
    color: #fff;
    margin-top: 5px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: none;
    text-indent: unset;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
}

.icos-sociales a.icono-linkedin span {
    vertical-align: middle;
}

.reportes .filtro p {
    font-size: 1.250em;
    width: 100%;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 0;
    font-weight: bold;
    font-family: 'gobCL', sans-serif;
}

.reportes .form-filtro input.form-control {
    height: unset;
    border: 1px solid #ccc;
}

.reportes .input-group-addon {
    cursor: pointer;
}

.reportes .form-filtro .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border: 1px solid transparent;
    border-color: #4cae4c;
    font-family: unset;
}
.reportes .form-filtro .btn-success:hover {
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439;
}

.reportes .form-filtro .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border: 1px solid transparent;
    border-color: #2e6da4;
    font-family: unset;
}
.reportes .form-filtro .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.datepicker-dropdown {
    z-index: 9999999 !important;
}

.s-energia {
    padding: 60px 0;
}

.s-energia .energia-principal {
    text-align: center;
}

.s-energia h2 {
    text-align: center;
    border-bottom: 0;
}

.grafico-e1 {
    border: 10px solid #a5d71c;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    margin: 30px auto;
    position: relative;
}

.grafico-e1 span {
    color: #a5d71c;
    font-weight: 400;
    font-size: 46px;
    display: block;
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    transform: translateY(-50%);
}

.s-energia .leyenda {
    margin: 0;
    padding: 0;
    text-align: left;
}

.s-energia .leyenda li {
    font-family: 'gobCL', sans-serif;
    list-style: none;
    font-size: 16px;
}

.s-energia .leyenda2 {
    text-align: center;
}

.s-energia .leyenda2 li {
    display: inline-block;
}

.s-energia .leyenda2 li + li {
    margin-left: 15px;
}

.s-energia .leyenda li + li {
    margin-top: 10px;
}

.s-energia .leyenda li:before {
    content: "";
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 15px;
    width: 15px;
    margin-right: 5px;
}

.s-energia .leyenda li.hidrico:before {
    background-image: url('../imgs/reportes/hidrico.png');
}
.s-energia .leyenda li.termico:before {
    background-image: url('../imgs/reportes/termico.png');
}
.s-energia .leyenda li.ernc:before {
    background-image: url('../imgs/reportes/ernc.png');
}

.s-energia .caja-grafico-e2 {
    font-size: 0;
}

.s-energia .caja-grafico-e2 p {
    color: #1469b2;
    font-size: 26px;
    text-align: center;
    margin: 0;
}

.s-energia .caja-grafico-e2 .grafico2 {
    height: 250px;
    width: 100%;
}

.s-energia .caja-grafico-e2 > div:first-child {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
}

.s-energia .caja-grafico-e2 > div:last-child {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
}

.highcharts-credits {
    display: none !important;
}

.s-energia .s-grafico2 .texto {
    margin-top: 20px;
}

.s-energia .s-grafico2 .texto p,
.s-energia .s-grafico1 .texto p {
    font-size: 14px;
    margin: 0;
}

.s-energia .texto-inferior {
    margin-top: 30px;
}

.s-energia .texto-inferior p {
    margin: 0;
    font-size: 14px;
}

.s-grafico-lineal {
    margin-top: 30px;
}

.s-grafico-lineal table {
        width: 100%;
}

.s-grafico-lineal table th,
.s-grafico-lineal table td {
    padding: 10px 0;
}

.s-grafico-lineal table thead tr {
    border-bottom: 1px solid #ccc;
}

.s-grafico-lineal table thead th {
    text-align: center;
}

.s-grafico-lineal table tbody td {
    text-align: center;
}

.s-grafico-lineal table tbody td:first-child {
    text-align: left;
}

.s-grafico-lineal table tbody .simbolo:before {
    content: "";
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 12px;
    width: 12px;
    margin-right: 5px;
}

.s-grafico-lineal table tbody .simbolo.inferior:before {
    background-image: url('../imgs/reportes/-2.png');
}

.s-grafico-lineal table tbody .simbolo.superior:before {
    background-image: url('../imgs/reportes/+2.png');
}

.s-grafico-lineal table tbody .simbolo.igual:before {
    background-image: url('../imgs/reportes/=2.png');
}

.s-grafico-lineal table tbody .barra:before {
    content: "";
    display: inline-block;
    height: 14px;
    width: 14px;
    background-color: #7cb5ec;
    margin-right: 5px;
    border-radius: 50%;
}

.s-grafico-lineal .fuente {
    margin-top: 15px;
    font-size: 14px;
}

.grafico3 {
    height: 300px;
    width: 100%;
}

.grafico4 {
    height: 300px;
    width: 100%;
}

.grafico5 {
    height: 300px;
    width: 100%;
}

.grafico6 {
    height: 300px;
    width: 100%;
}

.grafico7 {
    height: 300px;
    width: 100%;
}

.s-grafico6 .caja1 > span {
    display: block;
    text-align: center;
}

.s-grafico6 .cajas {
    font-size: 0;
}

.s-grafico6 .cajas {
    font-size: 0;
}

.s-grafico6 .caja1,
.s-grafico6 .caja2 {
    display: inline-block;
    vertical-align: middle;
}

.s-grafico6 .caja1 {
    width: 80%;
}

.s-grafico6 .caja2 {
    width: 20%;
}

.s-grafico6 .caja2 .dato1 {
    margin-bottom: 30px;
    position: relative;
}

.s-grafico6 .caja2 .dato2 {
    position: relative;
}

.s-grafico6 .caja2 span {
    display: block;
    text-align: left;
    font-size: 12px;
}


.s-grafico6 .caja1 .numero {
    font-size: 72px;
    font-weight: bold;
    color: #259b99;
}

.s-grafico6 .caja1.wti .numero {
    color: #7c6972;
}

.s-grafico6 .caja1 .texto {
    font-size: 12px;
}

.s-grafico6 .fuente {
    margin-top: 15px;
}

.s-grafico6 .fuente p {
    font-size: 12px;
}

.s-grafico6 .caja1 .texto:before {
    content: "";
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../imgs/reportes/brent.png');
    height: 14px;
    width: 16px;
    margin-right: 5px;
    vertical-align: baseline;
}

.s-grafico6 .caja1.wti .texto:before {
    background-image: url('../imgs/reportes/wti.png');
}

.s-grafico6 .caja2 .simbolo:before {
    content: "";
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 13px;
    width: 14px;
    margin-right: 5px;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.s-grafico6 .caja2 .simbolo.inferior:before {
    background-image: url('../imgs/reportes/-2.png');
}

.s-grafico6 .caja2 .simbolo.superior:before {
    background-image: url('../imgs/reportes/+2.png');
}

.s-grafico6 .caja2 .simbolo.igual:before {
    background-image: url('../imgs/reportes/=2.png');
}

.s-grafico6 .cajas.cajas-henry {
    text-align: center;
}

.s-grafico6 .fuente-henry p {
    /* text-align: center; */
}

.s-grafico6 .cajas-henry .caja1 .numero {

}

.s-grafico6 .cajas-henry .caja1 .texto:before {
    background-image: url('../imgs/reportes/henry.png');
}

.s-grafico6 .cajas.cajas-gas-envasado {
    text-align: center;
}

.s-grafico6 .cajas.cajas-gas-envasado .caja1 {
    /* width: 40%; */
}

.s-grafico6 .cajas.cajas-gas-envasado .caja2 {
    /* width: 15%; */
}

.s-grafico6 .fuente-gas p {
    margin-bottom: 0;
    /* text-align: center; */
}

.s-grafico6 .cajas-gas-envasado .caja1 .texto:before {
    background-image: url('../imgs/reportes/glp-envasado.png');
    width: 16px;
    height: 18px;
}

.s-grafico6 .cajas-gas-envasado .caja1 .numero {
    color: #12416a;
}

.s-grafico6 .cajas-gas-red .caja1 .texto:before {
    background-image: url('../imgs/reportes/gas-red.png');
    width: 9;
    height: 18px;
}

.s-grafico6 .cajas-gas-red .caja1 .numero {
    color: #7c99cc;
}

.s-grafico-lineal table.tabla-gas thead th:first-child {
    width: 20%;
    text-align: left;
}

.s-grafico-lineal table.tabla-gas thead th {
    font-size: 14px;
}

.s-grafico-lineal table.tabla-gas tbody td {
    font-size: 14px;
}

.s-energia .tabla-combustible {
    margin-bottom: 30px;
}

.seccion-combustibles {
    margin-top: 60px;
}

.s-energia .mapa {
    font-size: 0;
    height: 600px;
}

.s-energia .mapa .imagen {
    height: 100%;
    width: 20%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../imgs/reportes/MapaChile.png');
    display: inline-block;
    vertical-align: middle;
}

.s-energia .mapa .caja {
    height: 100%;
    display: inline-block;
    width: 80%;
    vertical-align: middle;
    position: relative;
}

.s-energia .mapa .caja ul {
    margin: 0;
    padding: 0;
}

.s-energia .mapa .caja ul li {
    display: inline-block;
    list-style: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.s-energia .mapa .caja ul li + li {
    margin-left: 10px;
}

.s-energia .mapa .caja li .precio {
    display: block;
    position: absolute;
    bottom: -30px;
    left: 0;
    height: 20px;
}

.s-energia .mapa .caja li.tipo_97 {
    background-image: url('../imgs/reportes/Bencina97_50x56.png');
    width: 50px;
    height: 56px;
}

.s-energia .mapa .caja li.tipo_97 .precio {
    color: #97db40;
    font-size: 18px;
    font-weight: bold;
}

.s-energia .mapa .caja ul li.tipo_95 {
    background-image: url('../imgs/reportes/Bencina95_46x51.png');
    width: 46px;
    height: 51px;
}

.s-energia .mapa .caja li.tipo_95 .precio {
    color: #1469b2;
    font-size: 16px;
    font-weight: bold;
}

.s-energia .mapa .caja ul li.tipo_93 {
    background-image: url('../imgs/reportes/Bencina93_44x50.png');
    width: 44px;
    height: 50px;
}

.s-energia .mapa .caja li.tipo_93 .precio {
    color: #e83c47;
    font-size: 14px;
    font-weight: bold;
}

.s-energia .mapa .caja ul li.tipo_k {
    background-image: url('../imgs/reportes/Kerosene_38x43.png');
    width: 38px;
    height: 43px;
}

.s-energia .mapa .caja li.tipo_k .precio {
    color: #941b80;
    font-size: 14px;
    font-weight: bold;
}

.s-energia .mapa .caja ul li.tipo_d {
    background-image: url('../imgs/reportes/Diesel_34x38.png');
    width: 34px;
    height: 38px;
}

.s-energia .mapa .caja li.tipo_d .precio {
    color: #e7458e;
    font-size: 14px;
    font-weight: bold;
}

.s-energia .mapa .caja p {
    font-size: 12px;
}

.s-energia .mapa .caja .caja-rm {
    position: absolute;
    left: 0;
    top: 23%;
}

.s-energia .mapa .caja .caja-re {
    position: absolute;
    left: 0;
    bottom: 31%;
}

.aplicaciones .app-col {
    /* min-height: 186px; */
}

.aplicaciones .app-col2 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.aplicaciones .imagen {
    background-color: #eee;
    height: 100%;
    position: relative;
    display: block;
    min-height: 186px;
}

.aplicaciones .imagen img {
    display: block;
    max-width: 120px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.aplicaciones .app-wrap {
    margin-bottom: 30px;
}

.aplicaciones .app-borde {
    border: 1px solid #dedede;
}

.aplicaciones h2 {
    border: 0;
    font-size: 26px;
    margin-bottom: 15px;
}

.aplicaciones h3 {
    margin: 0 0 15px 0;
    font-weight: 400;
    /* color: #000; */
    font-size: 26px;
}

.aplicaciones h3 a {
    color: rgb(71,81,86);
    -webkit-transition: all 0.2 ease;
       -moz-transition: all 0.2 ease;
        -ms-transition: all 0.2 ease;
            transition: all 0.2 ease;
}

.aplicaciones h3 a:hover {
    color: #000;
}

.aplicaciones p {
    color: #0062a9;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}

.aplicaciones .app-link {
    display: inline-block;
    margin-top: 10px;
    font-size: 18px;
    -webkit-transition: all 0.2 ease;
       -moz-transition: all 0.2 ease;
        -ms-transition: all 0.2 ease;
            transition: all 0.2 ease;
}

.aplicaciones .app-link:hover {
    color: #000;
}

.aplicaciones .app-texto {
    display: inline-block;
    color: rgb(71,81,86);
    font-weight: 400;
    margin-top: 5px;
    font-size: 16px;
    -webkit-transition: all 0.2 ease;
       -moz-transition: all 0.2 ease;
        -ms-transition: all 0.2 ease;
            transition: all 0.2 ease;
}

.aplicaciones .app-texto:hover {
    color: #000;
}

.aplicaciones .app-texto.android:before {
    background-image: url('../imgs/playstore.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 20px;
    margin-right: 8px;
    vertical-align: middle;
    width: 20px;
}

.aplicaciones .app-texto.ios:before {
    background-image: url('../imgs/link.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 15px;
    margin-right: 8px;
    vertical-align: middle;
    width: 15px;
}

.single-prensa-img {
    margin-bottom: 15px;
}

.single-prensa-img img {
    float: none;
    display: block;
}

.single-prensa-fecha {
    margin-bottom: 30px;
}


@media only screen and (max-width: 1200px) {
    .home .carousel#myCarousel .item .info {
        float: none;
        width: 100%;
        position: absolute;
        top: 50%;
    }
}

@media only screen and (max-width: 992px) {
    .home .carousel#myCarousel .item .info {
        float: none;
        width: 100%;
        position: absolute;
        top: 50%;
    }

    .seccion-banners {
        margin-top: 30px;
    }

    .section-inner {
        padding-left: 0;
    }

}

@media only screen and (max-width: 768px) {

    .home .carousel#myCarousel .item {
        height: auto;
    }

    .home .carousel#myCarousel .item img {
        max-width: 100%;
        position: static;
        bottom: auto;
    }

    footer .links-externos {
        padding-left: 15px;
        padding-right: 15px;
    }

    footer .container {
        padding: 0 30px;
    }

    footer .franjas {
        left: 0;
    }


}

@media only screen and (max-width: 576px) {

    .home #myCarousel .carousel-indicators {
        display: none;
    }
    .aplicaciones .app-col {
        width: 100%;
    }

    .aplicaciones .app-col2 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .aplicaciones .imagen {
        min-height: auto;
        padding: 15px 0;
    }

    .aplicaciones .imagen img {
        max-width: 80px;
    }

    .aplicaciones .app-col .app-col-wrap {
        padding: 0 15px;
    }

    .aplicaciones h2 {
        font-size: 22px;
    }

    .aplicaciones h3 {
        font-size: 20px;
    }

    .aplicaciones p {
        line-height: 22px;
        font-size: 16px;
    }

    .aplicaciones .app-link {
        font-size: 16px;
    }

    .aplicaciones .imagen img {
        position: static;
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
                transform: none;
    }

    .aplicaciones .app-texto.android:before,
    .aplicaciones .app-texto.ios:before {
        height: 15px;
        width: 15px;
    }

    .aplicaciones .app-texto {
        font-size: 14px;
        line-height: 18px;
    }

    .home .carousel#myCarousel {
        margin-bottom: 60px;
    }

    .home #myCarousel .carousel-caption h2 {
        font-size: 18px;
        line-height: 24px;
    }

    .home #myCarousel .carousel-caption p {
        display: block;
        line-height: 22px;
    }

    .home #myCarousel .carousel-control.left {
        height: 36px;
        width: 36px;
        right: auto;
        left: 50%;
        bottom: auto;
        -webkit-transform: translate(-45px, 0);
           -moz-transform: translate(-45px, 0);
            -ms-transform: translate(-45px, 0);
                transform: translate(-45px, 0);
        top: 105%;
    }

    .home #myCarousel .carousel-control.right {
        height: 36px;
        width: 36px;
        left: auto;
        right: 50%;
        bottom: auto;
        -webkit-transform: translate(45px, 0);
           -moz-transform: translate(45px, 0);
            -ms-transform: translate(45px, 0);
                transform: translate(45px, 0);
        top: 105%;
    }

    .home #myCarousel .carousel-caption {
        /* height: 200px; */
        height: 170px;
    }

    .home .row {
        float: none;
        width: auto;
        margin-right: -15px;
        margin-left: -15px;
    }

    .home .seccion-contenido .container {
        /* margin: 0; */
    }

    .container {
        padding: 0 15px;
    }

    .seccion-banners .banner-item {
        width: 100%;
    }

    .servicios-item {
        margin-bottom: 15px;
    }

    footer .franjas {
        left: 0;
    }

    footer .container {
        padding: 0;
    }

    footer .links-institucionales {
        padding-left: 30px;
        padding-right: 30px;
    }

    footer .links-externos {
        padding-left: 30px;
        padding-right: 30px;
    }

    .redes-sociales {
        margin-bottom: 105px;
    }

    .redes-sociales nav ul {
        text-align: center;
    }

    .row {
        float: none;
    }

    header .search-form {
        clear: both;
        position: relative;
        width: 100%;
        right: auto;
        margin: 0 0 15px 0;
        top: auto;
    }

    .navbar-brand img {
        padding-bottom: 30px;
    }

    .subsections-links-item {
        margin-bottom: 15px;
    }

    .subsections-links-item span {
        font-size: 12px;
    }

    .row.tabla {
        width: auto;
        margin-left: -15px;
        margin-right: -15px;
        padding-bottom: 15px;
    }

    .tabla .no-padding-lr {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .seccion-normativas .tabla .normativa-texto {
        margin: 0 0 15px 0;
    }

    .prensa .carousel-control span {
        display: none;
    }

    .pull-left.visible-xs {
        float: none !important;
    }

    .home #myCarousel .item .info {
        padding: 0 15px;
    }
    .search .wrap-content ul {
        padding-left: 20px;
    }

    .s-energia h4 {
        float: none;
    }

    .s-grafico-lineal table.tabla-gas thead th {
        font-size: 12px;
    }

    .s-grafico-lineal table.tabla-gas tbody td {
        font-size: 12px;
    }

    .s-grafico-lineal table tbody .simbolo:before {
        height: 10px;
        width: 10px;
        margin-right: 3px;
    }

}
