html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: "Nunito", sans-serif;
}

/* Header */
.header_oceba {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /*background-color: #fff;*/
  background-image: linear-gradient(to right, #df2176, #00a6ba) !important;
  padding: 0.5em 0em;
  margin-bottom: 0.98rem !important;
}
.header_oceba a img {
  width: auto;
  max-height: 36px;
}
.header_oceba ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #136aaa;
  text-align: center;
}
.header_oceba ul li {
  padding: 0.5em 0;
}
.header_oceba ul li .dropdown-content a {
  color: #0c0c0c;
}
.header_oceba ul.closed {
  display: none;
}
.header_oceba > .responsive_menu_button {
  text-align: center;
  margin-bottom: 0.25em;
}

/* FIN Header */
/* Navbar */
.navbar_oceba {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  max-height: 40px;
  border-bottom: 1px solid #808080;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(164,164,164,0.2); 
  -moz-box-shadow: 0px 10px 10px 0px rgba(164,164,164,0.2); 
  box-shadow: 0px 10px 10px 0px rgba(164,164,164,0.2);
  z-index: 10;
}
.navbar_oceba ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
  color: #136aaa;
  text-align: center;
}
.navbar_oceba ul li {
  padding: 0.5em 0;
}
.navbar_oceba ul.closed {
  display: none;
}

.navbar_oceba.open {
  max-height: 999px;
}

/* FIN Navbar */
/* Menu del Navbar */

/* Links Institucional - Transparencia - Consulta exp - Contacto */

.header-link {
  font-family: 'Encode Sans';
  font-weight: 600;
  color: #ffffff;
  font-size: 15px;
  text-decoration: none;
}

.header-item:hover {
  background-color: #1f3464;
  color: #ffffff;
}

.header-link:hover {
  color: #ffffff;
}

.header-item.active {
  background-color: #1f3464;
  color: #ffffff;
}

/* Links del menu (Normativa - Concesiones - Tarifas - Usuarios - Beneficios */
.menu-item .menu-link {
  color: #606060;
  font-family: 'Encode Sans';
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
}

.menu-item:hover {
  background-color: #00a6ba;
}

.menu-item:hover .menu-link {
  color: #ffffff !important;
}

.menu-item.active {
  background-color: #00a6ba;
}

.menu-item.active .menu-link {
  color: #ffffff !important;
}

/* Dropdowns de los menus (Normativa - Concesiones - Tarifas - Usuarios - Beneficios */

.dropdown {
  position: relative;
  display: flex;
  justify-content: center;
}

.dropdown-content {
  margin-top: 2em;
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 95%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 20;

}
.dropdown-content a {
  font-family: 'Encode Sans';
  font-weight: 400;
  font-size: 15px;
  color: #136aaa;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
  background-color: #e4f5ff;
}

.show {
  display: block;
}

/* FIN del Menu del Navbar */
/* Footer */
footer {
  background-color: #fff;
  margin: auto 0 0 0;
  padding: 0;
}

.footer-title {
  font-family: 'Encode Sans';
  color: #1f3464;
  background-color: #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em 0;
}
.footer-title p {
  text-align: center;
  margin: 0;
}

.footer-logos {
  background: linear-gradient(159deg, rgba(165, 64, 131, 1) 9%, rgba(0, 167, 188, 1) 91%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer_logo_oceba {
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  max-height: 100px;
}

.footer_logo_gba {
  margin-top: 2em;
}

.footer_logo_gba,
.footer_logo_gba > source,
.footer_logo_gba > img {
  margin-left: auto;
  margin-right: auto;
  max-width: 254px;
  /*max-height: 650px;*/
}

/* FIN Footer */
@media (min-width: 768px) {
  .dropdown-content {
    min-width: 50%;
  }

  .footer-logos {
    flex-direction: row;
  }

  .footer_logo_oceba {
    margin-top: 2.5em;
    max-height: 32px;
  }

  .footer_logo_gba {
    margin-top: 0;
    max-height: 120px;
    width: 300px;
  }
}
@media (min-width: 992px) {
  .header_oceba {
    align-items: flex-start;
    justify-content: flex-start;
  }
  .header_oceba a img.logo_oceba {
    max-height: 32px;
    margin-left: 2em;
  }
  .header_oceba > .responsive_menu_button {
    align-self: center;
  }
}
@media (min-width: 1200px) {
  .header_oceba {
    flex-direction: row;
    padding: 0;
  }
  .header_oceba a img.logo_oceba {
    max-height: 32px;
    margin-top: 0.7em;
    margin-left: 2em;
  }
  .header_oceba ul {
    flex-direction: row;
    justify-content: flex-end;
    margin-right: 2em;
  }
  .header_oceba ul li {
    padding: 1em 2em;
    min-height: fit-content;
    margin: 0;
  }
  .header_oceba ul.closed {
    display: flex;
  }

  .menu-link {
    min-width: 85px;
  }

  .responsive_menu_button {
    display: none;
  }

  .navbar_oceba ul {
    flex-direction: row;
    justify-content: space-around;
    min-width: 70%;
    margin-left: auto;
    margin-right: auto;
    max-height: 60px;
  }
  .navbar_oceba ul li {
    padding: 1em 2em;
    min-height: fit-content;
  }
  .navbar_oceba ul.closed {
    display: flex;
  }

  .dropdown-content {
    min-width: 150%;
    text-align: left;
  }
}
@media (min-width: 1400px) {
  .header_oceba a img.logo_oceba {
    max-height: 32px;
    margin-left: 10em;
  }
  .header_oceba ul {
    margin-right: 10em;
  }
}

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