body {
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    color: #151236;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #1a1a1a;
    font-kerning: normal;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.logo {
    width: 180px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1220px;
    }
}

.fondo-gris-portada {
    background-color: #efefef;
    padding-bottom: 4.5rem;
    margin-top: -9px;
}

/******* container-fluid *******/
.container-fluid {
    max-width: 1240px;
}
/*******************************/


/*********** Fuentes ***********/
h1, h2, h3, h4, nav {
    font-family: 'Assistant', sans-serif;
}

aside nav, .breadcrumbs {
    font-family: 'Roboto', sans-serif;
}

aside {
    font-family: 'Open Sans', sans-serif;
}

.pie {
    font-family: 'Roboto', sans-serif;
}
/******************************/


button {
    -webkit-font-smoothing: inherit;
}

.logo-mh img {
    width: 145px;
}

a {
    color: #076ec0;
    text-decoration: none;
}

a:hover {
    -o-transition: color .2s ease-out;
    -ms-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
    color: #0d7cb5;
    text-decoration: none;
}

.articulo ol, .articulo ul {
    padding-left: 2rem;
    margin-bottom: 1.5rem;
}

.articulo ol li, .articulo ul li {
    margin-bottom: .8rem;
}

h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #46357b;
}

.text {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 300;
}

.text {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 400;
}

.text {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 700;
}

.navbar-nav a {
    color: #b6aae8 !important;
}

.navbar-nav a:hover {
    color: #fff !important;
}

.navbar-dark {
    padding: .6rem .8rem;
    background-color: #46357b !important;
    font-weight: 600;
}

.navbar-nav li {
    margin-right: 1rem;
}

.nav-fondo {
    background-color: #46357b !important;
}

.navbar-dark .navbar-nav .nav-link {
    font-size: 1.1rem;
    color: rgb(255, 255, 255);
}

.navbar-toggler {
    border: none;
    font-size: 20px;
    padding: 0;
}

.navbar .navbar-toggle .navbar-toggler-icon {
    color: #FFF !important;
}

.bg {
    background-color: #46357b;
}

.sticky-top {
    transition: all 0.25s ease-in;
    border-bottom: 1px solid #5e538c;
}

/****** Regla para sitcky ******/

.stuck .sticky-top {
    background-color: #433876 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.botones-nav .btn-outline-light {
    border-color: #887faf;
    border-radius: 20px;
}

.btn-outline-light:hover {
    border-color: #FFF;
}

.chica span {
    font-size: 10px;
    padding: 0 2px 4px 2px;
    vertical-align: middle;
}

.buscar span {
    color: #FFF;
    font-size: 17px;
}

.participacion {
    text-align: center;
    background: url("../img/fondo-3yucK4d.jpg") no-repeat center center;
    background-color: #46357b;
    min-height: 370px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.participacion h1 {
    font-weight: 300;
    padding-top: 4.7rem;
    font-size: 2.5rem;
    font-family: 'Roboto Slab', serif;
    color: #FFF;
}


/****** Media Noticia ******/

.noticia {
    background-color: #FFF;
    top: -170px;
    max-width: 920px;
    position: relative;
    padding: 0;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 15px -9px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 0px 15px -9px rgba(0,0,0,0.12);
    box-shadow: 0px 0px 15px -9px rgba(0,0,0,0.12);
}

.noticia * {
    padding: 0;
    width: 100%;
}

.noticia .texto {
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 1rem 2.5rem;
}

.noticia .fecha {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: .1rem;
    font-size: .74rem;
    margin-bottom: 0;
    font-weight: 900;
    color: #6f5fb7;
}

.noticia .titulo {
    font-size: 1.3rem;
    line-height: normal;
    font-family: 'Assistant', sans-serif;
    margin: .5rem 0 1.5rem 0;
    color: #251f5d;
    font-weight: 600;
}

.noticia .ver-mas {
    padding-bottom: 1rem;
}

.ver-mas i {
    display: inline;
    border: 1px solid #cfd0d6;
    padding: 8px 9px;
    border-radius: 30px;
    margin-right: 4px;
}

.ver-mas a:hover {
    text-decoration: none;
}

.ver-mas a:hover i {
    background-color: #076ec0;
    color: #FFF;
    border-color: #076ec0;
    transition: .3s ease-in-out;
}


/****** Mecanismos ******/

h2.titulo-mecanismos {
    font-family: 'Roboto Slab', sans-serif;
    text-align: center;
    margin-top: -80px;
    margin-bottom: 30px;
    font-size: 2rem;
    color: #46357b;
    font-weight: 400;
}

.mecanismos {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.mecanismo {
    background-color: #fff;
    margin: 10px;
    padding: 1rem;
    border-radius: 3px;
    height: 170px;
    flex-grow: 1;
    flex-basis: 110px;
    max-width: 100%;
    align-content: space-around;
    display: grid;
}

.mecanismo .titulo {
    font-size: 1.3rem;
    margin: 0;
    font-family: 'Assistant', sans-serif;
    font-weight: 600;
    line-height: normal;
}

.mecanismo .ver-mas i {
    font-size: 0.9rem;
    padding: 6px 7px;
}

.mecanismo .ver-mas {
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
}

.mecanismo a {
    color: #433876;
}

.mecanismo .ver-mas a:hover i {
    color: #FFF;
    background-color: #433876;
    border-color: #433876;
}

.mecanismo_740fe07736ac5 {
    border-top: 4px solid #806be2;
}

.mecanismo_740fe07736ac5:hover {
    background-color: #806be2;

}

.mecanismo_1861028736ac5 {
    border-top: 4px solid #f6b533;
}

.mecanismo_1861028736ac5:hover {
    background-color: #f6b533;

}

.mecanismo_6dfda89736ac5 {
    border-top: 4px solid #3c9de0;
}

.mecanismo_6dfda89736ac5:hover {
    background-color: #3c9de0;

}

.mecanismo:hover > .titulo a, .mecanismo:hover > .ver-mas a {
    color: #FFF;
    text-decoration: none;
}


/****** Pie ******/

.pie {
    background-color: #FFF;
    padding-top: 2.5rem;
    color: #485862;
    border-top: 10px solid #efefef;
}

.pie a {
    color: #485862;
}

.pie a:hover {
    color: #433876;
}

.pie-items a:hover i {
    color: #433876;
}

.pie-items {
    justify-content: space-between;
    margin: 0;
}

.pie h3 {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: .1rem;
    font-size: .73rem;
    color: #433876;
    font-weight: 700;
    margin-bottom: .7rem;
}

.pie ul {
    list-style: none;
    padding: 0;
    font-size: .85rem;
}

.pie li {
    padding-bottom: .5rem;
}

.pie i {
    width: 20px;
    text-align: center;
    margin-right: 5px;
    color: #aab1b6;
    font-size: 1rem;
}

@media only screen and (max-width: 991px) {
    .pie-contenido {
        display: flex;
        flex-direction: column;
        margin: 0;
        width: 140px;
    }
}

@media only screen and (max-width: 991px) {
    .llamanos {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .logo-mh {
        margin-bottom: 2rem;
        border-bottom: 1px solid #d9d9d9;
        padding-bottom: 1rem;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .pie-contenido.informacion {
        display: flex;
        width: 50%;
    }
}

.copy {
    padding: 0 15px 15px;
    font-size: .9rem;
}

.copy p {
    margin: 0;
    padding: 0;
    line-height: normal;
}


/****** Interior ******/

nav[aria-label=breadcrumb] {
    border-bottom: 1px solid #d9d9d9;
}

.breadcrumb {
    margin: .3rem auto;
    background-color: #ffffff;
    border-radius: 0;
    padding: .75rem 1rem;
    max-width: 1220px;
}

.breadcrumb a {
    color: #46357b;
}

.breadcrumb a:hover {
    color: #1c6ec0;
}

nav hr {
    margin: 0;
}

hr {
    border-color: #d9d9d9;
}

.interior {
    padding-top: 3rem;
    margin-bottom: 6.25rem;
}

h2 {
    font-size: 1.7rem;
    color: #251f5d;
}

.articulo p {
    font-size: 1rem;
    line-height: 1.8rem;
    margin-bottom: 1.5rem;
}

.articulo h2 {
    font-size: 2rem;
    font-weight: 100;
    color: #46357b;
}

.fecha {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: .1rem;
    font-weight: 900;
    color: #46357b;
    margin-bottom: 1.8rem;
    font-size: .7rem;
    margin-top: 1rem;
}

.articulo .thumbnail {
    margin: 2rem 0;
}

aside {
    font-size: .95rem;
    margin-top: .56rem;
}

aside h2 {
    margin-bottom: 1rem;
    font-weight: 600;
    color: #46357b;
    font-size: 1.2rem;
}

aside h2 a, aside .active {
    color: #46357b;
}

aside .active {
    font-weight: 500;
}

aside ul {
    list-style: none;
    padding: 0;
}

aside li {
    margin: 0;
    padding: 1em 0;
    border-top: 1px solid #d9d9d9;
}

aside li a {
    border-radius: 3px;
    display: block;
    color: #46357b;
}

aside a {
    color: #6d7981;
}

aside a:hover {
    color: #46357b;
}

aside li a:hover {
    text-decoration: none;
    color: #0d7cb5;
}

aside ul ul li {
    border: none;
    padding-left: 2rem;
}

aside ul ul li a {
    color: #7c6ab5;
}

.listadoConImagenesRelacionadas .media img {
    display: none;
}

.listadoConImagenesRelacionadas .fecha {
    margin: 0;
    font-size: .8rem;
}

.listadoConImagenesRelacionadas h3 {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2rem;
}

.listadoConImagenesRelacionadas p {
    color: #495054;
}

.listadoConImagenesRelacionadas p {
    font-size: .9rem;
    line-height: 1.5rem;
}

.nodo .media-body a:hover * {
    color: #0d7cb5;
}

.nodo .media-body a:hover {
    text-decoration: none;
}

.nodo p {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1.8rem;
}

.nodo h2 {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.nodo.articulo  h2 {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

/************* Listado con Iconos *************/

.listadoConIconos .enlace a::before {
    content: '\f063';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 8px;
}
/************* Listado con Iconos *************/

.listadoConIconos h3 {
    font-weight: 400;
}

.listadoConIconos ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.listadoConIconos .enlace h3 {
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
}

.listadoConIconos .enlace a {
    border: 1px solid #b3cfef;
    border-radius: 3px;
    padding: 8px 13px;
    display: inline-block;
    background-color: #FFF;
    margin-top: 8px;
}

.listadoConIconos .enlace a:hover {
    background-color: #e8eeff;
}

textarea#contacto_mensaje {
    height: 200px;
}

#consulta_covid_comentario {
    height: 150px;
}

.consulta-publica {
    background: #46357b;
}

.consulta-publica .thumbnail {
    text-align: center;
}

.mecanismo.mecanismo_2af8be2736ac5 {
    border-top: 4px solid #66AF34;
}

.mecanismo_2af8be2736ac5:hover {
    background-color: #66AF34;
}

.i-66304bdafade5 a {
    background-color: #66AF34;
    padding: 6px 10px;
    line-height: normal;
    color: #FFF;
    font-weight: bold;
    transition: .2s all;
    position: relative;
    font-size: 17px;
    border-bottom: 3px solid #529624;
}

.i-66304bdafade5 a:hover {
    color: #FFF;
    background-color: #529624;
}

.i-66304bdafade5 ul {
    display: none;
}
