a.fancybox:focus-visible {
    outline: 3px solid #000000;
    outline-offset: 3px;
    opacity: 1;
    text-decoration: none !important;
    display: block;
}

.navbar-default .navbar-nav>li>a:focus {
    color: #1D1D1B !important;
    background-color: rgba(255, 255, 255, 1)
}

a:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: 2px;
}

body .container-fluid.column3-9 .main_column .container_generico a:link {
    position: relative;
    color: #1D1D1B;
    font-weight: 400;
    line-height: 1.4;
    font-size: 16px;
    text-decoration: underline dotted #1D1D1B;
    text-underline-offset: 0.20em;
    text-decoration-thickness: 1.5px !important;
}

body .container-fluid.column3-9 .main_column .container_generico a:link:after {
    content: " ";
    display: none;
    position: absolute;
    width: 100%;
    border-bottom: 2px dotted #1D1D1B;
    left: 0;
    bottom: -2px;
}

body.estrategia-por-la-igualdad ol.lista_num li::marker {
    color: #000000;
}

body .container-fluid.column3-9 .main_column .container_generico a:link:after {
    content: " ";
    display: none;
    position: absolute;
    width: 100%;
    border-bottom: 2px dotted #000000;
    left: 0;
    bottom: -2px;
}

form label {
    margin-top: 8px;
}

.header {
    background-color: #FFDB00;
    height: 95px;
    padding: 8px 0;
}

.header .logo-principal {
    margin-top: 18px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

@media (min-width:375px) {
    .header .logo-principal {
        margin-top: 8px;
    }
}

@media (min-width:576px) {
    .header .logo-principal {
        align-items: center;
        margin-top: 0;
    }
}

.header .container-fluid {
    height: 100%;
}

@media (min-width:576px) {
    .header {
        height: 114px;
        padding: 16px 0;
    }
}

@media (min-width:768px) {
    .header {
        height: 114px;
        padding: 20px 0;
    }
}

@media (min-width:992px) {
    .header {
        height: 130px;
        padding: 20px 0;
    }
}

@media (min-width:1044px) {
    .header {
        height: 130px;
        padding: 23px 0;
    }
}

.header-brand {
    min-width: 100%;
}

@media (min-width:768px) {
    .header-brand {
        min-width: 100%;
    }
}

@media (min-width:992px) {
    .header-brand {
        min-width: 300px;
    }
}

@media (min-width:1024px) {
    .header-brand {
        min-width: 300px;
    }
}

.header-brand img {
    height: 42px;
}

@media (min-width:330px) {
    .header-brand img {
        height: 62px;
    }
}

@media (min-width:576px) {
    .header-brand img {
        height: 70px;
    }
}

@media (min-width:768px) {
    .header-brand img {
        height: 70px;
    }
}

@media (min-width:992px) {
    .header-brand img {
        height: 54px;
    }
}

@media (min-width:1044px) {
    .header-brand img {
        height: 60px;
    }
}

@media (min-width:1200px) {
    .header-brand img {
        height: 70px;
    }
}

.header-brand__flex--desktop {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
}

header nav div.container-fluid {
    padding: 0 15px 0 20px;
}

@media (min-width:576px) {
    header nav div.container-fluid {
        padding: 0 15px 0 20px;
    }
}

@media (min-width:768px) {
    header nav div.container-fluid {
        padding: 0 15px 0 30px;
    }
}

@media (min-width:992px) {
    header nav div.container-fluid {
        padding: 0 15px;
    }
}

.navbar {
    min-height: auto;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

nav.navbar {
    background-color: #FFDB00;
    margin: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.navbar-default .navbar-nav>li {
    margin: 0 14px 0 0;
}

.navbar-default .navbar-nav>li:last-child {
    margin-right: 0;
}

@media (min-width:576px) {
    .navbar-default .navbar-nav>li {
        margin: 0 14px 0 0;
    }
}

@media (min-width:992px) {
    .navbar-default .navbar-nav>li {
        margin: 0 4px 0 0;
    }
}

@media (min-width:1024px) {
    .navbar-default .navbar-nav>li {
        margin: 0 6px 0 0;
    }
}

@media (min-width:1140px) {
    .navbar-default .navbar-nav>li {
        margin: 0 14px 0 0;
    }
}

.navbar-default .navbar-nav>li>a {
    color: #1D1D1B;
    font-size: 0.875em;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    line-height: 1.5;
    padding: 12px;
    margin: 0 0 0 0;
    display: inline-block;
}

@media (min-width:576px) {

    .navbar-default .navbar-nav>li>a {
        padding: 12px;
        margin: 0 0 0 0;
    }
}

@media (min-width:992px) {

    .navbar-default .navbar-nav>li>a {
        padding: 0;
        margin: 0 0 0 0;
    }
}

@media (min-width:1024px) {

    .navbar-default .navbar-nav>li>a {
        padding: 0;
        margin: 0 0 0 0;
    }
}

@media (min-width:1200px) {

    .navbar-default .navbar-nav>li>a {
        font-size: 1em;
        padding: 0;
        margin: 0 0 0 0;
    }
}

.navbar-default .navbar-nav>li>a:hover {
    color: #1D1D1B;
    background-color: transparent;
    position: relative;
    opacity: 0.7;
}

.navbar-default .navbar-nav>li>a:focus {
    color: #1D1D1B;
    background-color: transparent;
    position: relative;
    opacity: 1;
}

.navbar-default .navbar-nav>li>a::after {
    content: "";
    width: 0;
    height: 0;
    background-color: #1D1D1B;
    position: absolute;
    bottom: -4px;
    right: 0;
    left: 0;
    margin: 0 auto;
    transition: all 0.3s ease;
}

@media (min-width:992px) {
    .navbar-default .navbar-nav>li>a::after {
        height: 0.1875rem;
    }
}

.navbar-default .navbar-nav>li>a:hover::after {
    content: "";
    width: 100%;
    height: 0;
    background-color: #1D1D1B;
    opacity: 0.7;
    position: absolute;
    bottom: -4px;
    right: 0;
    left: 0;
    margin: 0 auto;
    transition: all 0.3s ease;
}

@media (min-width:992px) {
    .navbar-default .navbar-nav>li>a:hover::after {
        height: 0.1875rem;
    }
}

.navbar-default .navbar-nav>li:last-child>a {
    padding: 12px;
    margin: 0;
}

@media (min-width:992px) {

    .navbar-default .navbar-nav>li:last-child>a {
        padding: 0;
    }
}

@media (min-width:992px) {

    .navbar-default .navbar-nav>li:last-child>a {
        padding: 0;
    }
}

div#menu-pral_brand {
    padding: 0;
    position: absolute;
    z-index: 999;
    top: 95px;
    left: 14px;
    background-color: #ffffff;
    width: 260px;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.15);
}

@media (min-width:576px) {
    div#menu-pral_brand {
        background-color: #ffffff;
        position: absolute;
        z-index: 999;
        top: 106px;
        left: 14px;
        width: 260px;
        box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.15);
    }
}

@media (min-width:768px) {
    div#menu-pral_brand {
        background-color: #ffffff;
        position: absolute;
        z-index: 999;
        top: 102px;
        left: 14px;
        width: 260px;
        box-shadow: none;
    }
}

@media (min-width:992px) {
    div#menu-pral_brand {
        background-color: #FFDB00;
        position: inherit;
        z-index: 999;
        bottom: -6px;
        top: inherit;
        left: auto;
        width: calc(100% - 352px);
    }
}

@media (min-width:1024px) {
    div#menu-pral_brand {
        background-color: #FFDB00;
        position: inherit;
        z-index: 999;
        bottom: -6px;
        left: auto;
        width: auto;
    }
}

@media (min-width:1200px) {
    div#menu-pral_brand {
        background-color: #FFDB00;
        position: inherit;
        z-index: 999;
        bottom: -6px;
        left: auto;
        width: 100%;
    }
}

.item-buscador {
    display: none;
    justify-content: flex-end;
}

.item-buscador a:focus,
.item-buscador a:focus-visible {
    outline: 3px solid #000000;
    outline-offset: 3px;
    opacity: 1;
}

.item-buscador a {
    color: #1D1D1B;
    font-size: 0.815em !important;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    position: relative;
}

@media (min-width:992px) {
    .item-buscador a {
        font-size: 0.875em !important;
    }
}

@media (min-width:992px) {
    .item-buscador {
        position: absolute;
        right: 12px;
        top: 0;
        display: flex;
        justify-content: flex-end;
        z-index: 999;
    }
}

.icon-search__top:after {
    content: "";
    background: transparent url(../img/search.svg) center no-repeat;
    background-size: cover;
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    top: 0;
    right: 0;
    left: 52px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 1px;
}

span.text-bar {
    font-size: 1em;
    font-weight: 400;
    color: #1D1D1B !important;
    margin-top: 10px;
    display: block;
    text-align: center;
    font-family: "Open Sans", sans-serif;
}

@media (min-width:992px) {
    span.text-bar {
        margin-top: 12px;
        display: none;
    }
}

.flag {
    height: 8px;
    width: 100%;
    background-color: #fabd00;
    display: flex;
    justify-content: space-between;
    padding-bottom: 0;
}

@media (min-width:992px) {
    .flag {
        padding-bottom: 0em;
    }
}

.flag span.flag-left {
    height: 8px;
    width: 25%;
    background-color: #AD1519;
}

.flag span.flag-center {
    background-color: #fabd00;
    height: 8px;
    width: 50%;
}

.flag span.flag-right {
    height: 8px;
    width: 25%;
    background-color: #AD1519;
}

.item-buscador a:link {
    color: #1D1D1B;
    font-size: 0.815em;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    padding-right: 28px;
}

nav.navbar .navbar-header .navbar-toggle {
    float: right;
    margin: 16px 0;
    position: initial;
    border: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width:576px) {
    nav.navbar .navbar-header .navbar-toggle {
        margin: 12px 4px 12px 0;
    }
}

@media (min-width:992px) {
    nav.navbar .navbar-header .navbar-toggle {
        display: none;
    }
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #1D1D1B;
}

.content-buscador {
    background-color: #ffffff;
    padding: 20px 20px;
    overflow: hidden;
}

@media (min-width:768px) {
    .content-buscador {
        background-color: #ffffff;
        padding: 20px 30px;
        overflow: hidden;
    }
}

@media (min-width:992px) {
    .content-buscador {
        display: none;
    }
}

.content-buscador label {
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    clip: rect(0, 0, 0, 0);
    border: 0;
    position: absolute;
}

.content-buscador .navbar-form {
    padding: 0;
    margin: 0;
    position: relative;
}

.content-buscador input {
    border: solid 1px #595959;
    background-color: #ffffff;
}

.content-buscador input.btn-search {
    background: transparent url(../img/search.svg) center no-repeat;
    background-size: 16px;
    border: none;
    left: calc(100% - 50px);
    position: absolute;
    text-indent: -9999px;
    width: 49px;
    height: 48px;
}

.logo-principal {
    position: relative;
    width: calc(100% - 80px);
}

@media (min-width:992px) {
    .logo-principal {
        width: auto;
    }
}

.logo-principal a:focus,
.logo-principal a:focus-visible {
    outline: 3px auto #000000;
    outline-offset: 3px;
    opacity: 1;
}

section {
    width: 100%;
    background-color: #fff;
    box-shadow: none;
    margin: 0 0 30px;
    padding: 30px 0;
    float: left;
    margin-bottom: 0;
}

#menu-pie {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 1.5% 0;
    background: none;
    background-color: #ECECE2;
    background-position: unset;
}

.prefooter {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 30px 0;
    background: #ecece2;
}

.footer {
    background-color: #ecece2;
    padding: 0;
    color: #1D1D1B;
    height: auto;
    position: relative;
}

#menu-basico {
    text-align: left;
    border-top: transparent;
    border-bottom: 0 solid #8fb7d6;
    border-top: 0 solid #8fb7d6;
}

#menu-pie ul.main-ul>li>a {
    font-family: "Open Sans", sans-serif;
    color: #1D1D1B;
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 0 10px 0;
    padding: 0 0 0 8px;
    display: block;
}

#menu-pie ul.main-ul>li>a:hover {
    color: #1D1D1B;
    opacity: 0.7;
}

#menu-pie ul.main-ul>li ul li a {
    padding: 3px 2px 3px 8px;
    border-top: 1px dotted transparent;
    border-bottom: 1px dotted transparent;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    display: block;
    line-height: 14px;
    color: #1D1D1B;
    margin: 4px 0;
}

#menu-pie ul.main-ul>li ul li a:hover {
    background-color: transparent;
    border-top: 1px dotted #f0f0f0;
    border-bottom: 1px dotted #f0f0f0;
    text-decoration: underline;
    color: #fff;
    position: relative;
    color: #1D1D1B;
    opacity: 0.7;
}

.prefooter ul li a {
    color: #1D1D1B !important;
    font-family: "Open Sans", sans-serif;
    font-weight: 400 !important;
    font-size: 14px !important;
    text-decoration: underline !important;
}

@media (min-width:576px) {
    .prefooter ul li a {
        color: #1D1D1B;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 14px;
        text-decoration: underline;
    }
}

.prefooter ul li a:hover {
    text-decoration: none !important;
    color: #1D1D1B;
    opacity: 0.7;
}

.footer_owner {
    padding: 0 12px !important;
}

.footer_owner img {
    height: 75px;
    width: auto;
}

.footer_owner p {
    margin-left: 0;
}

.owner {
    margin: 16px 0 2px 25px;
    font-size: 14px !important;
    font-size: 14px !important;
    font-family: "Open Sans", sans-serif;
    display: block;
    line-height: 1.5;
    color: #1D1D1B !important;
    font-weight: 700;
    letter-spacing: 0;
    text-align: left;
}

.owner__direction {
    margin: 0px 0 25px;
    font-size: 14px !important;
    font-size: 14px !important;
    font-family: "Open Sans", sans-serif;
    display: block;
    line-height: 1.5;
    color: #1D1D1B;
    font-weight: 400;
    letter-spacing: 0;
    text-align: left;
}

footer.prefooter:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

#menu-basico ul {
    padding: 0 0;
}

#menu-basico li {
    display: inline-block;
    padding: 0 14px 0 0;
    font-family: "Open Sans", sans-serif;
}

.prefooter__flex {
    display: flex;
    padding: 0 14px;
    flex-direction: column;
    justify-content: space-between;
    align-items: left;
}

@media (min-width:992px) {
    .prefooter__flex {
        display: flex;
        padding: 0 14px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

.footer__rrss {
    padding-top: 30px;
}

@media (min-width:992px) {
    .footer__rrss {
        padding-top: 0px;
    }
}

.footer__rrss [class*=" brand-"]:before {
    font-family: icofont-brands !important;
}

.footer__rrss .brand-linkedin-square:before {
    content:"\e90d"
  }

.footer__rrss .icon-info:before {
    content: "\ea50";
}

.footer__rrss .brand-telegram:before {
    content: "\e91e";
}

.footer__rrss .brand-flickr:before {
    content: "\e91c";
}

.footer__rrss .brand-instagram-square:before {
    content: "\e90a";
}

.footer__rrss .brand-twitter:before {
    content: "\e914";
}

.footer__rrss .brand-youtube-square:before {
    content: "\e91a";
}

.footer__rrss .icon-info:before {
    content: "\ea50";
}

.footer__rrss span {
    position: absolute;
    top: -100px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    font-size: x-small;
}

.footer__rrss a:link {
    font-size: 24px;
    color: #1D1D1B;
    margin: 0 8px 0 0;
}

a:focus,
a:focus-visible {
    outline: 3px solid #000000;
    outline-offset: 3px;
    opacity: 1;
    text-decoration: none !important;
}

.header *:focus {
    outline: 3px solid #000000;
    outline-offset: 2px;
    opacity: 1;
}

.footer *:focus {
    outline: 3px solid #000000;
    outline-offset: 2px;
    opacity: 1;
}

nav#menuIzquierdo *:focus {
    outline: 3px auto #000000 !important;
    outline-offset: 3px;
    opacity: 1;
}

input[type=text]:focus {
    box-shadow: none;
    border-color: #154481;
    outline: 2px auto #000000;
}

.container_busqueda a:focus-visible {
    outline: 3px solid #000000;
    outline-offset: 3px;
    opacity: 1;
    text-decoration: none !important;
    display: inline-block;
}

.breadcrumb *:focus {
    outline: 3px solid #000000;
    outline-offset: 2px;
    opacity: 1;
    text-decoration: none !important;
    display: inline-block;
}

body.informacion-para-el-ciudadano .revista .container_busqueda a:focus-visible {
    outline: 3px solid #000000;
    outline-offset: 3px;
    opacity: 1;
    text-decoration: none !important;
    display: block;
}

.listado_reducido a:focus-visible {
    outline: 0 solid #000000;
    outline-offset: 0;
    opacity: 1;
    text-decoration: none !important;
    border: solid 3px #000000;
    padding: 12px;
}

.detalle_noticia a:focus-visible {
    outline: 3px solid #000000;
    outline-offset: 3px;
    opacity: 1;
    text-decoration: none !important;
}

@media (forced-colors:active) {
    .icon-search__top:after {
        content: "";
        background: transparent url(../img/search--white.svg) center no-repeat !important;
        background-size: cover !important;
        position: absolute;
        display: block;
        width: 18px !important;
        height: 18px !important;
        top: 0;
        right: 0;
        left: 52px;
    }
}