.redes a, .atencion > .fa, .sharer a {
  display: flex;
  justify-content: center;
  align-items: center; }

.tooltip-inner {
    max-width: 410px;
    /* If max-width does not work, try using width instead */
    width: 410px; 
}

.titulos, header .menu-principal > ul li a, header .menu-secundario > ul li a, .children, .children a, .sharer a, .listado img, .nota-seccion, .nota-seccion .mas, .galeria a {
  transition: all 0.3s ease; }

.bg-color-1 {
  background-color: #0062a6 !important; }

.bg-color-2 {
  background-color: #00904e !important; }

.bg-color-3 {
  background-color: #82c2d6 !important; }

.text-color-1 {
  color: #0062a6 !important; }

.text-color-2 {
  color: #00904e !important; }

.hbold {
  font-family: "Opensans-Cond-Bold"; }

.hlight {
  font-family: "Opensans-Cond-Light"; }

@font-face {
  font-family: "Regular";
  src: url(fonts/Barlow-Regular.ttf); }
@font-face {
  font-family: "Light";
  src: url(fonts/Barlow-Light.ttf); }
@font-face {
  font-family: "Italic";
  src: url(fonts/Barlow-Italic.ttf); }
@font-face {
  font-family: "Semibold";
  src: url(fonts/Barlow-SemiBold.ttf); }
@font-face {
  font-family: "Bold";
  src: url(fonts/Barlow-Bold.ttf); }
@font-face {
  font-family: "Opensans-Cond-Bold";
  src: url(fonts/BarlowSemiCondensed-Bold.ttf); }
@font-face {
  font-family: "Opensans-Cond-SemiBold";
  src: url(fonts/BarlowSemiCondensed-SemiBold.ttf); }
@font-face {
  font-family: "Opensans-Cond-Light";
  src: url(fonts/BarlowSemiCondensed-Light.ttf); }
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

a:hover, a:focus, a:active {
  text-decoration: none; }
a:focus, a:active {
  outline: none;
  outline-offset: 0; }

ul {
  list-style: none;
  margin-bottom: 0; }

body {
  font-family: "Light";
  font-size: 14px; }

.mtop {
  margin-top: 80px;
  padding-top: 70px !important; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99; }

.relative {
  position: relative; }

.titulos {
  font-family: "Opensans-Cond-Bold"; }

.titulos2 {
  font-family: "Opensans-Cond-Bold"; }

.btn-menu {
  display: none;
  padding: 5px;
  background: #00904e;
  color: #fff; }
  .btn-menu .fa {
    display: inline-block;
    padding: 5px;
    font-size: 22px; }
  .btn-menu:hover, .btn-menu:focus {
    color: #ffffff; }

.boton {
  background: #00904e;
  color: #fff;
  padding: 7px 12px;
  border: 0;
  border-radius: 4px; }

header {
  box-shadow: 1px 1px 17px 5px #8d8d8d;
  background: white;
  background-size: 100% 200px;
  /*height: 190px;*/
  position: relative;
  z-index: 99; }
  header .usuarios a {
    padding: 0 5px; }
    header .usuarios a:last-child {
      border-left: 1px solid #fff; }
  header .menu-principal, header .menu-secundario {
    position: relative;
    top: -8px; }
    header .menu-principal > ul, header .menu-secundario > ul {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      header .menu-principal > ul li, header .menu-secundario > ul li {
        position: relative; }
        header .menu-principal > ul li a, header .menu-secundario > ul li a {
          display: block;
          font-family: "Regular";
          font-size: 13.5px;
          text-transform: uppercase;
          color: #111;
          padding: 10px 20px;
          z-index: 1; }
          header .menu-principal > ul li a:hover, header .menu-secundario > ul li a:hover, header .menu-principal > ul li a:focus, header .menu-secundario > ul li a:focus, header .menu-principal > ul li a:active, header .menu-secundario > ul li a:active {
            color: #00904e; }
        header .menu-principal > ul li:hover .children, header .menu-secundario > ul li:hover .children {
          display: block; }
  header .menu-secundario > ul {
    justify-content: space-around; }
    header .menu-secundario > ul li a {
      text-transform: capitalize;
      color: #333; }

.redes a {
  display: inline-flex;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #0062a6;
  background: #fff; }

.children {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 15px;
  border-top: 5px solid #0062a6;
  min-width: 200px;
  background: #fff;
  z-index: 3;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
  .children a {
    padding: 10px;
    margin: 0 !important; }
    .children a:after {
      display: none; }

.slider {
  position: relative;
  margin-top: 110px; }
  .slider .ms-caption .caption {
    color: #fff;
    padding: 10px;
    max-width: 800px;
    font-family: "Opensans-Cond-Bold";
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.4); }
  .slider .ms-skin-black-2 .ms-nav-next, .slider .ms-skin-black-2 .ms-nav-prev {
    background-color: #82c2d6; }

section {
  padding: 60px 0; }

.ofic-virtual {
  position: relative;
  display: block; }
  .ofic-virtual figure {
    overflow: hidden;
    margin: 0; }
    .ofic-virtual figure img {
      transition: all .6s ease; }
  .ofic-virtual div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    .ofic-virtual div h2 {
      font-family: "Opensans-Cond-Bold";
      background: rgba(2, 148, 76, 0.68);
      padding: 20px 30px;
      max-width: 400px;
      font-size: 35px;
      text-align: center;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
      transition: all .6s ease; }
  .ofic-virtual:hover img {
    transform: scale(1.2); }
  .ofic-virtual:hover h2 {
    background: rgba(2, 148, 76, 0.8); }

.box-home {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 46%;
  position: relative;
  padding: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.4);
  transition: all .3s ease; }
  .box-home .titulos {
    color: #fff;
    font-size: 36px;
    position: relative;
    z-index: 3; }
  .box-home .overlay {
    z-index: 2;
    opacity: .6;
    transition: all .3s ease; }
  .box-home:hover .overlay {
    opacity: .4; }

.cobertura {
  background-image: url(../img/cobertura.jpg); }
  .cobertura .overlay {
    background: #01924b; }

.nota-agua {
  background-image: url(../img/cuidaelagua.jpg); }
  .nota-agua .overlay {
    background: #0062a6; }

.noticias-home a, .productos a {
  margin: 0 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden; }
  .noticias-home a .titulos, .productos a .titulos {
    font-family: "Opensans-Cond-SemiBold";
    border-bottom: 3px solid #ddd; }
.noticias-home .slick-prev, .noticias-home .slick-next, .productos .slick-prev, .productos .slick-next {
  padding: 10px;
  z-index: 999; }
  .noticias-home .slick-prev:before, .noticias-home .slick-next:before, .productos .slick-prev:before, .productos .slick-next:before {
    color: #fff;
    opacity: 1; }
.noticias-home .slick-dots, .productos .slick-dots {
  bottom: -45px; }
  .noticias-home .slick-dots li, .productos .slick-dots li {
    margin: 0 2px; }
    .noticias-home .slick-dots li button:before, .productos .slick-dots li button:before {
      font-size: 10px; }
    .noticias-home .slick-dots li.slick-active button:before, .productos .slick-dots li.slick-active button:before {
      color: #00904e; }

.atencion {
  border: 1px solid #0062a6;
  border-radius: 8px;
  position: relative;
  padding: 40px; }
  .atencion > .fa {
    position: absolute;
    background-color: #F8F9FA;
    color: #0062a6;
    top: -20px;
    left: -20px;
    width: 60px;
    height: 60px;
    font-size: 36px;
    border: 1px solid #F8F9FA;
    border-radius: 50%; }
  .atencion .fa-arrow-right {
    font-size: 20px; }

footer {
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
  background: #0062a6; }
  footer .menu-footer ul {
    margin: 5px 0; }
    footer .menu-footer ul li a {
      display: block;
      padding: 5px 0;
      font-size: 14px;
      color: #fff;
      transition: all 0.3s ease; }
      footer .menu-footer ul li a:hover, footer .menu-footer ul li a:focus, footer .menu-footer ul li a:active {
        background: #0062a6; }
  footer .menu-footer .children {
    display: none;
    position: static;
    background: transparent;
    box-shadow: none;
    transition: none; }
    footer .menu-footer .children li a {
      padding-left: 10px; }
  footer .redes a {
    width: 40px;
    height: 40px;
    font-size: 22px; }
  footer .copyright {
    background: #005397;
    color: #fff;
    padding: 10px 0;
    font-size: 13px;
    font-family: "Light"; }

.modal .titulo {
  color: #0062a6; }

.nota {
  padding-top: 200px;
  background: #fff; }
  .nota .seccion-nota {
    color: #888;
    padding-bottom: 3px;
    border-bottom: 1px solid #ccc; }
  .nota .titulo-nota {
    color: #00904e;
    font-family: "Bold"; }
  .nota .bajada {
    font-family: "Italic";
    color: #333;
    font-size: 18px;
    line-height: 25px;
    margin: 20px 0 25px; }
  .nota .img {
    max-width: 750px;
    margin: 20px 0; }
  .nota .texto {
    line-height: 25px;
    font-size: 16px;
    margin-top: 30px;
    border-top: 1px dotted #000;
    padding-top: 20px;
    font-family: "Regular";
    letter-spacing: 1px; }

.sharer {
  padding: 10px 0; }
  .sharer span {
    margin-right: 10px;
    margin-bottom: 10px;
    color: #333;
    font-family: "Italic";
    display: block; }
  .sharer a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    color: #fff;
    margin-right: 5px; }
    .sharer a.facebook {
      background: #3b5998;
      border-color: #1d3b7a; }
    .sharer a.twitter {
      background: #55acee;
      border-color: #378ed0; }
    .sharer a:hover, .sharer a:focus, .sharer a:active {
      background: #000000;
      border-color: #444; }

.sidebar {
  background: #f0f0f0;
  padding-top: 200px; }
  .sidebar .box-home {
    height: 200px; }
  .sidebar .titulos {
    font-size: 28px !important; }

.listado {
  padding-top: 200px; }
  .listado .titulo-seccion {
    font-family: "Opensans-Cond-Bold";
    color: #0062a6;
    border-bottom: 2px solid #0062a6;
    padding-bottom: 4px; }
  .listado .box:hover img {
    opacity: .8; }
  .listado .box:hover .titulos2 {
    color: #00904e !important; }
  .listado .galerias .box {
    position: relative;
    background: #0062a6;
    overflow: hidden; }
    .listado .galerias .box img {
      transition: all 0.3s ease;
      opacity: .9; }
    .listado .galerias .box h5 {
      position: absolute;
      left: 0;
      bottom: 0;
      padding: 20px;
      font-family: "Opensans-Cond-SemiBold";
      color: #fff;
      transition: all 0.3s ease; }
    .listado .galerias .box:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      height: 10px;
      width: 100%;
      background: #00904e;
      transform: translate3d(0, -10px, 0);
      transition: all 0.3s ease; }
    .listado .galerias .box:hover img {
      opacity: .7; }
    .listado .galerias .box:hover h5 {
      bottom: 15px; }
    .listado .galerias .box:hover:after {
      transform: translate3d(0, 0px, 0); }

.nota-seccion {
  display: block;
  overflow: hidden;
  position: relative;
  height: 100%; }
  .nota-seccion .bajada {
    font-size: 15px; }
  .nota-seccion .mas {
    color: #ccc; }
  .nota-seccion:hover {
    opacity: .9; }
    .nota-seccion:hover .mas {
      color: #333; }

.pagination li a {
  color: #0062a6;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 1px; }
.pagination li.active a, .pagination li:hover a {
  background: #f0f0f0;
  color: #0062a6; }

.galeria {
  margin-bottom: 20px; }
  .galeria a {
    display: block;
    border: 1px solid #fff; }
    .galeria a:hover, .galeria a:focus, .galeria a:active {
      opacity: .65; }
  .galeria .titulos {
    background: #0062a6;
    color: #fff;
    margin-top: 0;
    padding: 10px; }

.contacto {
  margin-top: 160px; }
  .contacto .form-control {
    border-radius: 3px;
    border-color: #ccc; }
  .contacto .box-home {
    height: 180px; }
  .contacto .atencion {
    padding: 25px 35px; }
    .contacto .atencion > .fa {
      background: #fff;
      width: 50px;
      height: 50px;
      font-size: 30px;
      top: -20px;
      left: -20px;
      border: 0; }

.map-block {
  padding: 5px;
  width: 220px; }
  .map-block h6 {
    color: #00904e;
    font-family: "Bold"; }
  .map-block ul li {
    padding: 5px; }
    .map-block ul li .fa {
      margin-right: 7px;
      color: #0062a6; }

.list-localidades {
  height: 480px;
  overflow-y: scroll;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }
  .list-localidades .loc-block {
    border-bottom: 1px solid #ddd; }
    .list-localidades .loc-block .fa {
      color: #0062a6;
      padding-right: 4px; }
    .list-localidades .loc-block:hover {
      background: #f3f3f3; }

.factura {
  position: relative;
  background: #0062a6;
  display: block;
  overflow: hidden; }
  .factura img {
    opacity: .85;
    transition: all .8s ease; }
  .factura .titulos {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    color: #0062a6;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
    transition: all .6s ease; }
  .factura:after {
    content: '';
    position: absolute;
    height: 10px;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #82c2d6;
    transform: translate3d(0, 10px, 0);
    transition: all .6s ease; }
  .factura:hover img {
    opacity: .5;
    transform: scale(1.2); }
  .factura:hover .titulos {
    bottom: 20px;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4); }
  .factura:hover:after {
    transform: translate3d(0, 0, 0); }

.block {
  height: 100%;
  padding: 25px;
  color: #fff;
  overflow: hidden;
  transition: all .6s ease; }
  .block h3 {
    position: relative; }
    .block h3:after {
      content: '';
      position: absolute;
      height: 3px;
      background: #fff;
      width: 0;
      left: 0;
      bottom: -10px;
      transition: all .6s ease; }
  .block h5 {
    opacity: 0;
    transform: translate3d(0, 25px, 0);
    padding-top: 10px;
    transition: all .6s ease; }
  .block:hover {
    color: #fff;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.4) inset; }
    .block:hover h3:after {
      width: 100%; }
    .block:hover h5 {
      opacity: 1;
      transform: translate3d(0, 0, 0); }

.tramites {
  background-image: url(../img/tramites.png);
  background-repeat: no-repeat;
  background-position: 60px 130px; }
  .tramites:hover {
    background-position: 20px 100px; }

.pagos h3, .descargas h3 {
  transform: scale(1.3);
  transform-origin: 0 0;
  transition: all .6s ease; }
.pagos:hover h3, .descargas:hover h3 {
  transform: scale(1); }

.login .boton {
  border-radius: 0;
  padding: 15px 30px;
  font-size: 15px;
  font-family: "Regular";
  color: #fff;
  display: inline-block;
  flex-grow: 1;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.3s ease; }
  .login .boton:last-child {
    background: #0062a6; }
  .login .boton .fa {
    font-size: 18px;
    padding-right: 5px; }
  .login .boton:hover {
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.4) inset; }

@media only screen and (max-width: 992px) {
  .btn-menu {
    display: block;
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 50px;
    z-index: 1; }

  header {
    /*height: 160px; */}
    header .logo {
      width: 180px; }
    header .menu-principal, header .menu-secundario {
      display: none;
      position: absolute;
      right: 0;
      top: 95px;
      width: 100%;
      background: #fff;
      z-index: 4;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
      header .menu-principal > ul, header .menu-secundario > ul {
        display: block;
        min-width: 275px; }
        header .menu-principal > ul li a, header .menu-secundario > ul li a {
          margin: 0;
          padding: 10px 20px;
          text-align: right;
          border-bottom: 1px solid #ddd;
          color: #000; }
        header .menu-principal > ul li:hover .children, header .menu-secundario > ul li:hover .children {
          display: none; }

  .children {
    transition: none;
    position: static;
    border-top: 0; }
    .children li a {
      padding: 10px; }
      .children li a:hover, .children li a:focus, .children li a:active {
        color: #00904e !important; }

  .ofic-virtual div h2 {
    padding: 30px;
    font-size: 30px;
    max-width: 300px; }

  .sidebar .ofic-virtual div h2 {
    padding: 10px 5px;
    font-size: 25px;
    max-width: 300px; }

  .coberturamtop {
    padding-top: 30px !important; }

  .mtop {
    margin-top: 100px; } }
@media only screen and (max-width: 768px) {
  .slider .ms-caption .caption {
    font-size: 30px !important; }

  .box-home .titulos {
    font-size: 30px;
    padding: 30px 10px; } }
@media only screen and (max-width: 575px) {
  .btn-menu {
    padding: 4px; }

  header .redes {
    position: absolute;
    top: 55px;
    right: 50px; }
  header .logo {
    width: 140px; }

  .slider {
    margin-top: 120px; }
    .slider .ms-caption .caption {
      font-size: 24px !important; }

  .ofic-virtual div h2 {
    padding: 20px;
    font-size: 24px;
    max-width: 280px; }

  .box-home .titulos {
    font-size: 26px;
    padding: 20px 10px; } }
@media only screen and (max-width: 355px) {
  .numero-atencion {
    display: none !important; } }
.stylebtnaguas{
      border: 1px solid #009853;
    text-align: center;
}
.stylebtnaguas a{
    font-size: 17px;
    font-weight: 900;
    color: #495057;
}
.stylebtnmercadpago{
        border: 1px solid #0062a6;
    text-align: center;
}
.stylebtnmercadpago a {
    font-size: 17px;
    font-weight: 900;
    color: #495057;
}

/*************************************************/

.help {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
  padding: 10px
}

.help .help-circle {
  position: relative;
  background: hsl(209,71%,38%);
  height: 70px;
  width: 70px;
  border: 2px solid hsl(211,74%,30%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,.4);
  transition: all .1s ease-in
}

.help .help-circle i {
  color: white;
  font-size: 25px;
}

.help .help-circle:hover {
  background: white;
  border-color: hsl(209,71%,38%);
}

.help .help-circle:hover i {
  color: hsl(209,71%,38%);
}


.help .help-circle .help-tooltip {
  visibility: hidden;
  height: 40px;
  width: auto;
  position: absolute;
  top: calc(50% - 20px);
  left: -200%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
  background: rgb(2, 148, 76);
  color: white;
  font-weight: 800;
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,.4);
}


.help .help-circle:hover .help-tooltip {
  visibility: visible;
}

.help .help-circle .help-tooltip::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 100%; 
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent rgb(2, 148, 76);
}
.invalid-feedback {
    display: block!important;
}

/*
  Estilo para el modal de pagos
*/


.window {
  background-color: white;
  /*width: 500px;*/
  /*border-radius: 15px;*/
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}

button.closeHome {
  background-color: #f66a6a;
  position: absolute;
  right: 0px;
  z-index: 900;
  width: 8%;
  color: white;
  border-bottom-left-radius: 5px;
  opacity: 1;
}

.content {
  display: flex;
}
.modal-body {
   padding: 0px; 
}
.modal-header {
   border-top-left-radius: 0rem; 
   border-top-right-radius: 0rem; 
}
.left-section {
  background-color: #A3F2EA;
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
#content-data{
  background: #E3EEF8;
}
.left-section img {
  width: 107px;
  cursor: pointer;
}

.right-section {
  padding: 30px;
  flex-grow: 1;
  text-align: center;
}

.right-section h2 {
  color: #2b3b64;
  margin-bottom: 20px;
  font-weight: 700;
}

.input-group {
  display: flex;
  align-items: center;
  box-shadow: 4px 4px 6px 3px #8d8888;
  background-color: #f2f2f2;
  padding: 10px;
  border-radius: 25px;
  margin-bottom: 20px;
}

.input-group input {
  border: none;
  background: none;
  flex-grow: 1;
  padding: 5px;
  outline: none;
}

.input-group img {
  width: 54px;
  margin-right: 10px;
}

.confirm-button {
  background-color: #4CAF50;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-weight: bold;
}

.logo-modal {
  margin-top: 20px;
  color: #5a9ec9;
  text-align: end;
  opacity: 0.4;
  font-weight: bold;
}
.logo-modal img {
  width: 150px;
}

.button-modal {
  display: inline-flex;
  align-items: center;
  background-color: #b0b0b0;
  color: white;
  padding: 10px 20px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  border: none;
  outline: none;
  margin-bottom: 20px;
}
.button-modal img {
  width: 20px;
  margin-right: 8px;
}
.message {
  font-size: 22px;
  color: #333;
  font-weight: 900;
  margin-bottom: 20px;
  padding: 7px;
}


.button-modal:hover {
  background-color: #909090;
}
#loading {
  position: fixed;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  max-width: 200px;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}