/* accesibilidad-custom.css para mapascon */

#destacados {
  max-width: 900px;
  margin: 2em auto 2em auto;
  background: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 4px 16px #e0e0e0;
  padding: 2em 2.5em 2em 2.5em;
  border-radius: 8px;
}
#section {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}
ul, ol {
  margin-left: 2em;
  margin-bottom: 1em;
}
li {
  margin-bottom: 0.5em;
  font-size: 1em;
}
p {
  font-size: 1em;
  margin-bottom: 1em;
  margin-top: 0.5em;
  color: #222;
}
a, .accesibilidad-link a {
  color: #1a397b;
  text-decoration: underline;
  font-weight: normal !important;
  font-style: normal !important;
  list-style: none !important;
  background: none !important;
  display: inline !important;
}
a:visited, .accesibilidad-link a:visited {
  color: #1a397b;
  font-weight: normal !important;
  font-style: normal !important;
  list-style: none !important;
  background: none !important;
  display: inline !important;
}
a:active, .accesibilidad-link a:active {
  color: #0d2040;
  font-weight: normal !important;
  font-style: normal !important;
  list-style: none !important;
  background: none !important;
  display: inline !important;
}
a:hover, .accesibilidad-link a:hover {
  color: #0d2040;
  font-weight: normal !important;
  font-style: normal !important;
  list-style: none !important;
  background: none !important;
  display: inline !important;
}
.accesibilidad-link {
  list-style: none !important;
  font-weight: normal !important;
  font-style: normal !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  display: inline !important;
  background: none !important;
}
#footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1em 0 0.5em 0;
  background: none;
  border: none;
  width: 100%;
  box-sizing: border-box;
}
#footer .accesibilidad-link {
  margin-bottom: 0.3em;
  text-align: center;
  font-size: 0.95em;
}
#footer .footer-right {
  text-align: center;
  font-size: 0.95em;
  color: #444;
}
#footer a, .cabecera .tituloPrincipal a, a {
  font-weight: normal !important;
}
#footer a {
  color: #2141f3 !important;
  text-decoration: underline !important;
}
#footer a:hover {
  color: #99a9bf !important;
}
.cabecera .tituloPrincipal a {
  color: #fff !important;
  text-decoration: none !important;
  background: none !important;
  padding: 0 !important;
}
.cabecera .tituloPrincipal a:hover {
  color: #99a9bf !important;
  text-decoration: underline !important;
}
h1 {
  color: #323F50 !important;
  border-bottom: 6px solid #ddd;
  font-weight: normal;
  font-size: 2em !important;
  margin-bottom: 0.5em;
  margin-top: 1.6em;
  padding: 0 3em 0.2em 0;
  text-align: left !important;
}
#section h1 {
  background: none !important;
  color: #323F50 !important;
  border-bottom: 6px solid #ddd;
  font-weight: normal;
  font-size: 2em !important;
  margin-bottom: 0.5em;
  margin-top: 1.6em;
  padding: 0 3em 0.2em 0;
  text-align: left !important;
}
#section .contenido {
  background: none !important;
}
@media (max-width: 900px) {
  #destacados {
    padding: 1em 1em 1em 1em;
    max-width: 98vw;
  }
}
@media (max-width: 600px) {
  html, body {
    font-size: 0.98em !important;
  }
  #destacados, #footer {
    max-width: 100vw;
    padding: 1em 0.5em;
  }
  .cabecera, .tituloPrincipal, .escudo {
    display: block;
    text-align: center;
    width: 100%;
  }
  .cabecera .tituloPrincipal a {
    font-size: 1.1em !important;
  }
  h1, h2, h3, h4, h5, h6, p, ul, ol, li, a, .footer-right, .accesibilidad-link {
    font-size: 1em !important;
  }
  img {
    max-width: 90vw;
    height: auto;
  }
  ul[style], ul[style] > li {
    flex-direction: column !important;
    align-items: flex-start !important;
    padding-left: 0 !important;
  }
  ul[style] > li > span {
    min-width: 0 !important;
    margin-bottom: 0.2em;
  }
}
/* Quitar la imagen de bullet solo para el enlace de Quejas y sugerencias en listas */
ul li a[href*="ciudadanos/procAdministrativos.do"] {
  background: none !important;
  padding-left: 0 !important;
}
ul li a[href*="ciudadanos/procAdministrativos.do"]::before {
  content: none !important;
  display: none !important;
}
