@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap");
header {
  background-color: #fff;
}

#mainNavBar {
  -webkit-box-shadow: 0px 10px 21px -19px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 10px 21px -19px rgba(0, 0, 0, 0.5);
}

.carousel-grande {
  background-color: #fff;
  margin-top: 11px;
}

.carousel-grande .img-desktop img {
  width: 100%;
}

.carousel-grande .item {
  padding: 60px 0px 60px 0px;
}

.carousel-grande .owl-dots {
  margin-top: -40px !important;
}

.carousel-grande .owl-dots .owl-dot:focus, .carousel-grande .owl-dots .owl-dot:active {
  outline: none;
}

.carousel-grande .owl-dots .owl-dot.active span {
  background: #742e86;
}

.carousel-grande .owl-dots .owl-dot:hover span {
  background: #742e86;
}

.carousel-grande .owl-dots .owl-dot span {
  background: #742e86;
}

.carousel-grande img {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 60px -10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 60px -10px rgba(0, 0, 0, 0.25);
}

.carousel-grande .img-celular {
  display: none;
}

.carousel-grande .img-celular img {
  width: 100%;
}

@media (max-width: 767px) {
  .carousel-grande .img-desktop {
    display: none;
  }
  .carousel-grande .img-celular {
    display: block;
    max-width: 640px;
    max-height: 680px;
  }
}

.div-slider-header-buttons {
  position: relative;
}

.botones-slide-header {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  bottom: 0;
}

.botones-slide-header .boton {
  margin: 0rem 8px;
  width: 4px;
  height: 4px;
  background-color: #742e86;
}

.carousel-servicios {
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .carousel-servicios {
    margin-left: -15px;
    width: calc(100% + 30px);
    margin-right: 0px;
  }
}

.carousel-servicios .ico-servicio {
  background-color: #f7f7f7;
  padding: 1.75rem 1rem 0.75rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  height: 10rem;
}

.carousel-servicios .ico-servicio:hover {
  background-color: #722e87;
  -webkit-box-shadow: 2px 22px 57px -37px rgba(114, 46, 135, 0.8);
          box-shadow: 2px 22px 57px -37px rgba(114, 46, 135, 0.8);
}

.carousel-servicios .ico-servicio:hover .nombre {
  color: #fff;
}

.carousel-servicios .ico-servicio:hover .ico svg path {
  fill: #fff !important;
}

.carousel-servicios .ico-servicio .ico {
  opacity: 0.8;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.carousel-servicios .ico-servicio .ico svg {
  max-width: 5rem;
  height: 4rem;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.carousel-servicios .ico-servicio .ico svg path {
  fill: #722e87 !important;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.carousel-servicios .ico-servicio .nombre {
  opacity: 1;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  margin-top: 0.5rem;
  color: #722e87;
  font-size: 1.125rem;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

#titulo_bienvenidos {
  font-family: "Open Sans", sans-serif;
  color: #000;
  text-align: center;
  position: absolute;
  z-index: 14;
  width: 100%;
  margin-top: 1.5rem;
  text-transform: uppercase;
}

.dibujo-centro-atencion {
  fill: #116a96;
}

.titulo-seccion-regular {
  padding-bottom: 1rem;
  font-size: 1.55rem;
  color: #000;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}

.titulo-seccion-regular a.novedades {
  color: #5fc3e6;
}

.titulo-seccion-regular a.novedades:hover {
  color: #3e64ac;
}

.titulo-seccion-regular.seguinos {
  color: #fff;
  padding-top: 4rem;
  padding-bottom: 0rem;
}

.tarjetas-llamativas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .tarjetas-llamativas {
    display: block;
  }
}

.tarjetas-llamativas .tarjeta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.5rem 1.75rem 2.25rem 1.75rem;
  width: 50%;
  border-radius: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

@media (max-width: 767px) {
  .tarjetas-llamativas .tarjeta {
    width: 100%;
  }
  .tarjetas-llamativas .tarjeta:nth-of-type(1) {
    border-top-right-radius: 8px !important;
  }
  .tarjetas-llamativas .tarjeta:nth-of-type(2) {
    border-top-right-radius: 0px;
  }
}

.tarjetas-llamativas .tarjeta:nth-of-type(1) {
  border-top-right-radius: 0px;
}

.tarjetas-llamativas .tarjeta:nth-of-type(2) {
  border-top-left-radius: 0px;
}

.tarjetas-llamativas .tarjeta .dibujo {
  width: 30%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.tarjetas-llamativas .tarjeta .dibujo svg {
  max-height: 8rem;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.tarjetas-llamativas .tarjeta .dibujo svg g {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.tarjetas-llamativas .tarjeta .texto {
  width: 70%;
  font-family: "Open Sans", sans-serif;
  padding-left: 2rem;
  font-size: 1.85rem;
  line-height: 1.125;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.tarjetas-llamativas .tarjeta .texto .chico {
  font-size: 1.45rem;
}

.tarjetas-llamativas .tarjeta .texto .maschico {
  font-size: 1.125rem;
}

.tarjetas-llamativas .tarjeta .texto .grande {
  font-size: 2.25rem;
}

.tarjetas-llamativas .tarjeta.azul {
  background-color: #3e64ac;
}

.tarjetas-llamativas .tarjeta.azul .texto {
  color: #fff;
}

.tarjetas-llamativas .tarjeta.azul:hover {
  -webkit-box-shadow: 0 4px 20px -2px rgba(62, 100, 172, 0.3);
          box-shadow: 0 4px 20px -2px rgba(62, 100, 172, 0.3);
}

.tarjetas-llamativas .tarjeta.azul:hover .texto .grande {
  color: #5fc3e6;
}

.tarjetas-llamativas .tarjeta.celeste {
  background-color: #5fc3e6;
}

.tarjetas-llamativas .tarjeta.celeste .texto {
  color: #fff;
}

.tarjetas-llamativas .tarjeta.tarjeta-centro-asociado:hover {
  -webkit-box-shadow: 0 4px 20px -2px rgba(62, 100, 172, 0.3);
          box-shadow: 0 4px 20px -2px rgba(62, 100, 172, 0.3);
}

.tarjetas-llamativas .tarjeta.tarjeta-centro-asociado .logo-centro-asociado-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tarjetas-llamativas .tarjeta.tarjeta-centro-asociado .logo-centro-asociado-div .imagen {
  width: 70%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.tarjetas-llamativas .tarjeta.tarjeta-centro-asociado .logo-centro-asociado-div .imagen img {
  width: 100%;
}

.tarjetas-llamativas .tarjeta:hover .dibujo svg g {
  opacity: 1 !important;
}

.tarjetas-llamativas.inicio .tarjeta {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.tarjetas-llamativas.en-servicio .tarjeta {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.tarjetas-llamativas.en-servicio .tarjeta:nth-of-type(1) {
  border-bottom-left-radius: 8px;
}

@media (max-width: 767px) {
  .tarjetas-llamativas.en-servicio .tarjeta:nth-of-type(1) {
    border-bottom-left-radius: 0px;
  }
}

.tarjetas-llamativas.en-servicio .tarjeta:nth-of-type(2) {
  border-bottom-right-radius: 8px;
}

@media (max-width: 767px) {
  .tarjetas-llamativas.en-servicio .tarjeta:nth-of-type(2) {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
}

.tarjetas-llamativas-segunda-fila {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tarjetas-llamativas-segunda-fila .tarjeta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.5rem 1rem 1.25rem 1rem;
  border-radius: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  background-color: #e6e6e6;
  width: 50%;
}

.tarjetas-llamativas-segunda-fila .tarjeta:first-child {
  border-radius: 8px 0px 0px 8px;
}

.tarjetas-llamativas-segunda-fila .tarjeta:last-child {
  border-radius: 0px 0px 8px 0px;
}

.tarjetas-llamativas-segunda-fila .tarjeta.corpico-urbano {
  background-color: #27785C;
}

.tarjetas-llamativas-segunda-fila .tarjeta.corpico-urbano .dibujo {
  text-align: right;
  width: 100px;
  min-width: 80px;
}

.tarjetas-llamativas-segunda-fila .tarjeta.corpico-urbano .dibujo svg {
  margin-right: 18px;
}

.tarjetas-llamativas-segunda-fila .tarjeta.corpico-urbano .texto.corpico-urbano {
  padding-left: 0rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}

.tarjetas-llamativas-segunda-fila .tarjeta.corpico-urbano:hover {
  -webkit-box-shadow: 0 4px 20px -2px rgba(190, 144, 240, 0.8);
          box-shadow: 0 4px 20px -2px rgba(190, 144, 240, 0.8);
}

.tarjetas-llamativas-segunda-fila .tarjeta .dibujo {
  width: 50%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: center;
}

.tarjetas-llamativas-segunda-fila .tarjeta .dibujo svg {
  max-height: 4.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.tarjetas-llamativas-segunda-fila .tarjeta .dibujo svg g {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

@media (max-width: 767px) {
  .tarjetas-llamativas-segunda-fila .tarjeta .dibujo {
    margin: 0 auto;
  }
}

.tarjetas-llamativas-segunda-fila .tarjeta:hover {
  -webkit-box-shadow: 0 4px 20px -2px rgba(230, 230, 230, 0.5);
          box-shadow: 0 4px 20px -2px rgba(230, 230, 230, 0.5);
}

.tarjetas-llamativas-segunda-fila .tarjeta:hover .texto {
  color: #000;
}

.tarjetas-llamativas-segunda-fila .tarjeta .texto {
  width: 50%;
  font-family: "Open Sans", sans-serif;
  padding-left: 2rem;
  font-size: 1.85rem;
  line-height: 1.125;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

@media (max-width: 767px) {
  .tarjetas-llamativas-segunda-fila .tarjeta .texto {
    display: none;
  }
}

.tarjetas-llamativas-segunda-fila .tarjeta.inicio {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.tarjeta-larga {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 1rem 1.25rem 1rem;
  border-radius: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  background-color: #e6e6e6;
}

.tarjeta-larga .dibujo {
  width: 50%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.tarjeta-larga .dibujo svg {
  max-height: 4.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.tarjeta-larga .dibujo svg g {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

@media (max-width: 767px) {
  .tarjeta-larga .dibujo {
    margin: 0 auto;
  }
}

.tarjeta-larga:hover {
  -webkit-box-shadow: 0 4px 20px -2px rgba(230, 230, 230, 0.5);
          box-shadow: 0 4px 20px -2px rgba(230, 230, 230, 0.5);
}

.tarjeta-larga:hover .texto {
  color: #000;
}

.tarjeta-larga .texto {
  width: 50%;
  font-family: "Open Sans", sans-serif;
  padding-left: 2rem;
  font-size: 1.85rem;
  line-height: 1.125;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

@media (max-width: 767px) {
  .tarjeta-larga .texto {
    display: none;
  }
}

.tarjeta-larga.inicio {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.contenedor-mas-corpico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contenedor-mas-corpico .mas-corpico {
  width: 33.3333333%;
}

@media (max-width: 767px) {
  .contenedor-mas-corpico .mas-corpico {
    width: 100%;
  }
}

.contenedor-mas-corpico .mas-corpico .boton {
  border: 0.5px solid #c0c0c0;
  height: 16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.5rem 0.5rem 1rem 2.25rem;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

@media (max-width: 767px) {
  .contenedor-mas-corpico .mas-corpico .boton {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 10rem;
    padding: 2.5rem 0.75rem 1rem 1.5rem;
  }
}

.contenedor-mas-corpico .mas-corpico .boton .icono img {
  height: 8rem;
}

@media (max-width: 991px) {
  .contenedor-mas-corpico .mas-corpico .boton .icono img {
    height: 6rem;
  }
}

@media (max-width: 767px) {
  .contenedor-mas-corpico .mas-corpico .boton .icono {
    width: 30%;
    text-align: center;
  }
}

.contenedor-mas-corpico .mas-corpico .boton .texto {
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
  font-size: 1.5rem;
}

@media (max-width: 991px) {
  .contenedor-mas-corpico .mas-corpico .boton .texto {
    height: 4.25rem;
  }
}

@media (max-width: 767px) {
  .contenedor-mas-corpico .mas-corpico .boton .texto {
    width: 60%;
    font-size: 1.25rem;
  }
}

@media (max-width: 399px) {
  .contenedor-mas-corpico .mas-corpico .boton .texto {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .contenedor-mas-corpico .mas-corpico:nth-of-type(2) .boton, .contenedor-mas-corpico .mas-corpico:nth-of-type(5) .boton, .contenedor-mas-corpico .mas-corpico:nth-of-type(8) .boton, .contenedor-mas-corpico .mas-corpico:nth-of-type(11) .boton {
    border-left: none;
    border-right: none;
  }
}

@media (min-width: 768px) {
  .contenedor-mas-corpico .mas-corpico:nth-of-type(4) .boton, .contenedor-mas-corpico .mas-corpico:nth-of-type(5) .boton, .contenedor-mas-corpico .mas-corpico:nth-of-type(6) .boton {
    border-top: none;
    border-bottom: none;
  }
}

@media (max-width: 767px) {
  .contenedor-mas-corpico .mas-corpico:nth-of-type(2n) .boton {
    border-top: none;
    border-bottom: none;
  }
}

.contenedor-mas-corpico .mas-corpico:hover .boton {
  -webkit-box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.3) !important;
          box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.3) !important;
  border-color: #fff;
}

@media (max-width: 991px) {
  .contenedor-mas-corpico.en-servicio .mas-corpico:nth-of-type(4) .boton {
    border-bottom: 0.5px solid #c0c0c0;
  }
}

@media (min-width: 768px) {
  .contenedor-mas-corpico.en-servicio .mas-corpico .boton .icono img {
    height: 5.75rem;
  }
  .contenedor-mas-corpico.en-servicio .mas-corpico:nth-of-type(4) .boton {
    border-bottom: 0.5px solid #c0c0c0;
  }
  .contenedor-mas-corpico.en-servicio .mas-corpico:nth-of-type(5) .boton {
    border-bottom: 0.5px solid #c0c0c0;
    border-right: 0.5px solid #c0c0c0;
  }
}

@media (min-width: 992px) {
  .contenedor-mas-corpico.en-servicio {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .contenedor-mas-corpico.en-servicio .mas-corpico .boton {
    border-bottom: 0.5px solid #c0c0c0;
    border-top: 0.5px solid #c0c0c0;
  }
  .contenedor-mas-corpico.en-servicio .mas-corpico:nth-of-type(2n) .boton {
    border-left: none;
    border-right: none;
  }
  .contenedor-mas-corpico.en-servicio .mas-corpico:nth-of-type(4) .boton {
    border-right: 0.5px solid #c0c0c0;
  }
  .contenedor-mas-corpico.en-servicio .mas-corpico:nth-of-type(2n+1) .boton {
    border-left: 0.5px solid #c0c0c0;
    border-right: 0.5px solid #c0c0c0;
  }
}

@media (min-width: 768px) {
  .contenedor-mas-corpico.en-servicio .mas-corpico:nth-of-type(2) .boton {
    border-right: 0.5px solid #c0c0c0;
  }
  .contenedor-mas-corpico.en-servicio .mas-corpico:nth-of-type(3) .boton {
    border-left: none;
  }
  .contenedor-mas-corpico.en-servicio .mas-corpico:nth-of-type(4) .boton {
    border-bottom: 0.5px solid #c0c0c0;
  }
  .contenedor-mas-corpico.en-servicio .mas-corpico:nth-of-type(5) .boton {
    border-bottom: 0.5px solid #c0c0c0;
    border-right: 0.5px solid #c0c0c0;
  }
}

.contenedor-mas-corpico.en-servicio .mas-corpico .boton .icono.reclamo-electrico img {
  height: 5rem !important;
}

.item-consejo {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.item-consejo .texto-consejo {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.item-consejo .texto-consejo .texto {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  border-bottom: 1px solid #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  color: #fff;
  padding-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .item-consejo .texto-consejo .texto {
    font-size: 2rem;
  }
}

.item-consejo .texto-consejo .texto div {
  max-width: 12.5rem;
}

ul.linksFooter {
  font-size: 0.88rem;
}

.tituloLinksFooter {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

.textoDescripcionFooter {
  font-size: 0.8rem;
}

#owl-carousel-novedades-home .article.thumb-article .article-img {
  height: 297.52px;
}

.article .article-title {
  width: 90% !important;
  text-transform: none !important;
}

.article-title a {
  font-family: "Open Sans", sans-serif !important;
  font-size: 1.25rem !important;
  line-height: 1.125 !important;
  -webkit-transition: all 0.1s ease !important;
  transition: all 0.1s ease !important;
  font-weight: 400 !important;
}

#cortes_pgroamados_link_cel {
  color: #e22b14 !important;
}

@media (min-width: 768px) {
  #cortes_pgroamados_link_cel {
    display: none;
  }
}

.seccion-delegados-div .all-section-title {
  font-size: 2em;
  color: #000000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2.5rem;
}

.seccion-delegados-div .district-title {
  font-size: 1.5em;
  color: #000000;
  font-weight: bold;
  margin-bottom: 1.25rem;
}

.seccion-delegados-div .districts-delegates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3rem;
}

.seccion-delegados-div .districts-delegates .district {
  width: 50%;
}

.seccion-delegados-div .districts-delegates .district .delegates-list .delegates-grouping .title-grouping {
  font-size: 1rem;
  font-weight: bold;
}

.seccion-delegados-div .districts-delegates .district .delegates-list .delegates-grouping .list-div-delegates-grouping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 12px;
}

.seccion-delegados-div .districts-delegates .district .delegates-list .delegates-grouping .list-div-delegates-grouping .delegate {
  font-size: .8rem;
  margin-right: 12px;
}

.seccion-delegados-div .new-seccion-delegados {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .seccion-delegados-div .new-seccion-delegados {
    display: block;
  }
}

.seccion-delegados-div .new-seccion-delegados .mapa {
  width: calc(50% - 1rem);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-image: url(/static/img/corpico_mapa_delegados.jpg);
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .seccion-delegados-div .new-seccion-delegados .mapa {
    width: 100%;
  }
}

.seccion-delegados-div .new-seccion-delegados .mapa svg {
  width: 100%;
}

.seccion-delegados-div .new-seccion-delegados .mapa svg text {
  pointer-events: none;
}

.seccion-delegados-div .new-seccion-delegados .mapa svg .seccion-mapa-delegados {
  cursor: pointer;
  opacity: .75;
  mix-blend-mode: multiply;
  transition: opacity .2s ease;
  -webkit-transition: opacity .2s ease;
}

.seccion-delegados-div .new-seccion-delegados .mapa svg .seccion-mapa-delegados:hover {
  opacity: .9;
}

.seccion-delegados-div .new-seccion-delegados .mapa svg .seccion-mapa-delegados.active {
  opacity: .9;
}

.seccion-delegados-div .new-seccion-delegados .div-all-sections-delegates {
  width: 50%;
}

@media (max-width: 767px) {
  .seccion-delegados-div .new-seccion-delegados .div-all-sections-delegates {
    width: 100%;
  }
}

.seccion-delegados-div .new-seccion-delegados .div-all-sections-delegates .section-delegates {
  display: none;
  padding-left: 1rem;
}

@media (max-width: 767px) {
  .seccion-delegados-div .new-seccion-delegados .div-all-sections-delegates .section-delegates {
    padding-left: 0rem;
  }
}

.seccion-delegados-div .new-seccion-delegados .div-all-sections-delegates .section-delegates .section-title {
  font-size: 1.25rem;
  color: #000000;
  font-weight: bold;
  margin-bottom: 8px;
}

.seccion-delegados-div .new-seccion-delegados .div-all-sections-delegates .section-delegates:nth-of-type(1) {
  display: block;
}

.seccion-delegados-div .new-seccion-delegados .div-all-sections-delegates .section-delegates .delegates-list .delegates-grouping .title-grouping {
  font-size: 1rem;
  font-weight: bold;
}

.seccion-delegados-div .new-seccion-delegados .div-all-sections-delegates .section-delegates .delegates-list .delegates-grouping .list-div-delegates-grouping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 12px;
}

.seccion-delegados-div .new-seccion-delegados .div-all-sections-delegates .section-delegates .delegates-list .delegates-grouping .list-div-delegates-grouping .delegate {
  font-size: .8rem;
  margin-right: 12px;
}

.div-button-firemans {
  padding-top: 2rem;
  margin-top: 2rem;
}

.div-button-firemans .button-firemans {
  background-position: center left;
  background-repeat: no-repeat;
  border-radius: 8px;
  background-size: 50%;
}

.div-button-firemans .button-firemans:hover {
  -webkit-box-shadow: 0 4px 20px -2px rgba(230, 230, 230, 0.5);
          box-shadow: 0 4px 20px -2px rgba(230, 230, 230, 0.5);
}

@media (max-width: 767px) {
  .div-button-firemans .button-firemans {
    background-size: cover;
  }
}

.div-button-firemans .button-firemans .gradient {
  padding: 1.25rem 0rem;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(47.5%, white), to(white));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, white 47.5%, white 100%);
  border-radius: 8px;
}

@media (max-width: 767px) {
  .div-button-firemans .button-firemans .gradient {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(27.5%, white), to(white));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, white 27.5%, white 100%);
  }
}

.div-button-firemans .button-firemans .text-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .div-button-firemans .button-firemans .text-logo {
    padding: 0rem .5rem;
  }
}

.div-button-firemans .button-firemans .text-logo .text {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 1.25rem;
  color: #e30713;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}

.div-button-firemans .button-firemans .text-logo .logo {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-left: 27.5px;
}

@media (max-width: 767px) {
  .div-button-firemans .button-firemans .text-logo .logo {
    margin-left: 12.5px;
  }
}

.div-button-firemans .button-firemans .text-logo .logo img {
  width: 90px;
}

.top-header-alert {
  background-color: #e22b14;
}

.top-header-alert .container {
  padding-top: .35rem;
  padding-bottom: .15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-header-alert .item {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: .875rem;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: .25rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.top-header-alert .item::after {
  content: '  -  ';
}

.top-header-alert .item:last-of-type::after {
  content: '';
}

@media (max-width: 767px) {
  .top-header-alert .item {
    display: none;
  }
  .top-header-alert .item:nth-of-type(1) {
    display: block;
  }
}

.top-header-alert .ico-corte-programado-alerta-top {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #fff;
  margin-right: 1rem;
}

.top-header-alert .ico-corte-programado-alerta-top svg {
  width: 16.5px;
  height: 17px;
}

.section-reclamo-electrico {
  padding: 2rem 0rem 4rem 0rem;
}

.lista-promos {
  padding: 2rem 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lista-promos .promo {
  width: 33.33333%;
}

@media (max-width: 991px) {
  .lista-promos .promo {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .lista-promos .promo {
    width: 100%;
  }
}

.lista-promos .promo .container-promo {
  padding: 12px;
  position: relative;
}

.lista-promos .promo .container-promo img {
  width: 100%;
}

.lista-promos .promo .container-promo a {
  position: absolute;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.lista-promos .promo .container-promo a:hover {
  background-color: rgba(33, 37, 41, 0.472);
}

.container-list-packs {
  width: 95%;
  margin: 0 auto;
  margin-top: 20px;
}

.lista-packs-tv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lista-packs-tv .pack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 50px;
}

.lista-packs-tv .pack .info {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.lista-packs-tv .pack .info .title .description {
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 17px;
  line-height: 20.97px;
  letter-spacing: -0.34px;
  color: #5B2670;
  color: #5b2670;
}

.lista-packs-tv .pack .info .title .name {
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 28px;
  line-height: 46.87px;
  letter-spacing: -0.78px;
  color: #18B0E6;
  color: #18b0e6;
  margin-right: 4px;
}

.lista-packs-tv .pack .info .signal {
  background-color: #E6E6E6;
  margin-top: 4px;
}

.lista-packs-tv .pack .info .signal .number {
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 25px;
  line-height: 38.09px;
  letter-spacing: -0.62px;
  color: #E67818;
  color: #e67818;
}

.lista-packs-tv .pack .info .signal .description {
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 20px;
  line-height: 33px;
  letter-spacing: -0.54px;
  color: #5B2670;
}

.lista-packs-tv .pack .info .signal .type {
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 27px;
  line-height: 33px;
  letter-spacing: -0.54px;
  color: #1DAEE5;
  color: #1daee5;
}

.lista-packs-tv .pack .price {
  background: -ms-linear-gradient(90deg, #80358a 43.56%, #8c3b84 52.76%, #e67818 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80358A', endColorstr='#E67818' ,GradientType=0)";
  background: -webkit-gradient(linear, left bottom, left top, color-stop(43.56%, #80358a), color-stop(52.76%, #8c3b84), to(#e67818));
  background: linear-gradient(0deg, #80358a 43.56%, #8c3b84 52.76%, #e67818 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E67818',endColorstr='#80358A' , GradientType=0);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 12px;
  padding-left: 8px;
  height: 80px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.lista-packs-tv .pack .price .number {
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 43px;
  line-height: 52.17px;
  letter-spacing: -1.72px;
  color: #FFFFFF;
  color: white;
}

.lista-packs-tv .pack .price .number::before {
  content: '$';
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 17px;
  line-height: 21.33px;
  letter-spacing: -1.02px;
  color: #F3F2F3;
  color: #f3f2f3;
}

.lista-packs-tv .pack .price .text {
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 11px;
  line-height: 14.01px;
  letter-spacing: -0.22px;
  color: #F3F2F3;
  color: #f3f2f3;
}

.div-boton-medios-pago {
  border: 0.5px solid #c0c0c0;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.div-boton-medios-pago:hover {
  -webkit-box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.3) !important;
          box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.3) !important;
  border-color: #fff;
}

.cuadroHorariosAtencion {
  font-size: 1.8rem;
  overflow: hidden;
}

@media (max-width: 767px) {
  .cuadroHorariosAtencion {
    font-size: 1.25rem;
  }
}

.cuadroHorariosAtencion span {
  font-size: 1rem;
}

.tabla-licitaciones td,
.tabla-licitaciones th {
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 767px) {
  .tabla-licitaciones td,
  .tabla-licitaciones th {
    font-size: .9rem;
  }
  .tabla-licitaciones td:nth-of-type(1),
  .tabla-licitaciones th:nth-of-type(1) {
    display: none;
  }
}

.tabla-licitaciones .td-boton-solicitar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabla-licitaciones .solicitar-licitacion {
  background-color: #4665A6;
  color: #FFF;
  padding: 8px 16px;
}

.video-tutoriales-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.video-tutoriales-container .video-tutorial {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 33.3333333%;
  padding: .75rem;
}

@media (max-width: 991px) {
  .video-tutoriales-container .video-tutorial {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .video-tutoriales-container .video-tutorial {
    width: 100%;
    padding: 0px;
  }
}

.video-tutoriales-container .video-tutorial .titulo-video {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  margin-bottom: 15px;
}

.banner-tv-digital-full {
  margin-top: calc(-5% - 35px);
}

.banner-tv-digital-full img {
  width: 100%;
}

.beneficios-tv-digital {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 24px);
  margin-left: -12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.beneficios-tv-digital .beneficio {
  width: calc(50% - 40px - 24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ebebec;
  padding: 14px 20px 16px 20px;
  border-radius: 23px;
  margin: 0px 12px 20px 12px;
}

@media (max-width: 767px) {
  .beneficios-tv-digital .beneficio {
    width: calc(100% - 40px - 24px);
  }
}

.beneficios-tv-digital .beneficio .ico {
  color: #20afe6;
  margin-right: 18px;
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.beneficios-tv-digital .beneficio .ico svg {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

.beneficios-tv-digital .beneficio .descripcion {
  color: #000;
  font-weight: lighter;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 1.0755rem;
  max-width: 265px;
}

.beneficios-tv-digital .beneficio:hover {
  background-color: #20afe6;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.beneficios-tv-digital .beneficio:hover .ico {
  color: #fff;
}

.beneficios-tv-digital .beneficio:hover .descripcion {
  color: #fff;
}

#preguntasFrecuentes {
  padding-bottom: 80px;
}

#preguntasFrecuentes .card {
  background-color: #ebebec;
  margin-bottom: 10px;
  padding: 0px 50px;
  border-radius: 11px;
  border: none;
}

#preguntasFrecuentes .card .titulo {
  font-weight: lighter;
  font-size: 1.25rem;
  padding: 18px 0px;
  background-image: url("../img/mas.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 24px;
}

#preguntasFrecuentes .card .titulo div {
  padding-right: 40px;
}

#preguntasFrecuentes .card .respuestaPreguntaFrecuente {
  padding-top: 24px;
  font-size: 1rem;
  padding-bottom: 18px;
}

#preguntasFrecuentes .card .respuestaPreguntaFrecuente img {
  width: 100%;
}

.plan-tv-digital {
  background-color: #ebebec;
  margin-top: 20px;
}

.plan-tv-digital .svg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 0px;
}

.plan-tv-digital .svg svg {
  width: 100%;
  max-width: 450px;
  overflow: visible;
  height: intrinsic;
}

.plan-tv-digital-aclaracion {
  color: #868685;
  font-size: .9rem;
  margin: 14px 0px;
}

#botonTvco {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#ademas-tv-digital {
  margin-bottom: 100px;
}

#ademas-tv-digital .separador {
  background: -ms-linear-gradient(0deg, #81368b 43.56%, #8e3c86 52.76%, #e87919 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#81368B', endColorstr='#E87919' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, right top, color-stop(43.56%, #81368b), color-stop(52.76%, #8e3c86), to(#e87919));
  background: linear-gradient(90deg, #81368b 43.56%, #8e3c86 52.76%, #e87919 100%);
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#81368B',endColorstr='#E87919' , GradientType=1);
  width: 97.5%;
  height: 8.5px;
  margin: auto;
}

#ademas-tv-digital .contenido .titular {
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 32.1px;
  letter-spacing: -0.6px;
  color: #8C8C8C;
  color: #8c8c8c;
  text-align: center;
  margin: auto;
  max-width: 600px;
  margin-top: 60px;
  margin-bottom: 40px;
}

#ademas-tv-digital .contenido .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 40px;
}

#ademas-tv-digital .contenido .items .item {
  width: calc(30%);
}

@media (max-width: 767px) {
  #ademas-tv-digital .contenido .items .item {
    width: calc(100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#ademas-tv-digital .contenido .items .item .logo {
  text-align: center;
  margin-bottom: 20px;
}

#ademas-tv-digital .contenido .items .item .logo img {
  width: 55px;
}

@media (max-width: 767px) {
  #ademas-tv-digital .contenido .items .item .logo {
    margin-right: 20px;
  }
}

#ademas-tv-digital .contenido .items .item .texto {
  width: 100%;
}

#ademas-tv-digital .contenido .items .item .texto p {
  font-family: Ubuntu Light;
  font-weight: lighter;
  font-size: 1.05rem;
  line-height: 31.57px;
  letter-spacing: -0.58px;
  color: #8C8C8C;
  color: #8c8c8c;
}

.titulo-mapa-cobertura {
  font-family: Ubuntu;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 32.62px;
  letter-spacing: -0.7px;
  color: #20AFE6;
  color: #20afe6;
  margin-left: 20px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .titulo-mapa-cobertura {
    margin-top: 30px;
  }
}

.dropdown-menu {
  z-index: 999999999999999999;
  top: 73px !important;
}

.lineas-de-comunicacion {
  text-align: center;
}

.lineas-de-comunicacion .banner-whatsapp {
  background-color: #007e3d;
  padding: 42px 20px 28px 20px;
  margin-bottom: 22px;
}

.lineas-de-comunicacion .banner-whatsapp img {
  width: 100%;
  max-width: 450px;
}

.lineas-de-comunicacion .lineas-whastapp {
  font-family: 'Ubuntu', sans-serif;
  font-weight: bolder;
  font-size: 1.5rem;
}

.lineas-de-comunicacion .comunicacion-24-hs {
  margin-top: 20px;
}

.lineas-de-comunicacion .comunicacion-24-hs img {
  max-width: 112.5px;
}

.lineas-de-comunicacion .comunicacion-lunes-viernes img {
  max-width: 350px;
}

.lineas-de-comunicacion .contacto-whastapp {
  margin: 30px 0px;
}

.lineas-de-comunicacion .contacto-whastapp .titulo {
  font-weight: bolder;
}

.lineas-de-comunicacion .contacto-whastapp .numero-whastapp a {
  color: #1bd741;
  display: block;
  font-size: 1.25rem;
  font-weight: bolder;
  line-height: 1.1;
}

#transporteUrbano {
  padding-top: 100px;
  padding-bottom: 200px;
}

#transporteUrbano .link-descarga-transporte {
  text-align: center;
}

@media (max-width: 991px) {
  #transporteUrbano .link-descarga-transporte {
    margin-top: 80px;
  }
}

#transporteUrbano .link-descarga-transporte svg {
  width: 100%;
}

#transporteUrbano .ico-svg {
  margin-left: 10px;
  margin-bottom: 18px;
}

#transporteUrbano .ico-svg svg {
  max-width: 120px;
  min-width: 80px;
}

.div-contenedor-autoridades {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.div-contenedor-autoridades .autoridad {
  width: 220px;
  margin-bottom: 60px;
}

.div-contenedor-autoridades .autoridad .tituloCargoConcejo {
  margin-bottom: 18px !important;
  min-height: auto !important;
  font-size: 20px !important;
}

.div-contenedor-autoridades .autoridad .icono-foto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.div-contenedor-autoridades .autoridad .icono-foto .foto img {
  border-radius: 50%;
  width: 140px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}

.div-contenedor-autoridades .autoridad .icono-foto .icono {
  width: 140px;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*# sourceMappingURL=stylev2.css.map */