html {
    overflow-x: hidden;
}

body {
    font-family: 'Inter', serif;
    color: #5d6d9f;
    background-color: #eff5fa;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    transition: .2s all;
}

.container-fluid {
    max-width: 1920px;
}

h1 {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -.4px;
}

h3 {
    font-size: 1.4rem;
    color: #5d6d9f;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
    .carousel-control-prev, .carousel-control-next {
        display: none;
    }
}

ol, ul, dl {
    padding-left: 1.6rem;
}

a {
    color: #1262c5;
    text-decoration: none;
}

a:hover, .card-header h2 a:hover {
    color: #1262c5;
    text-decoration: none;
}

@media (max-width: 768px) {
    .interior {
        padding: 15px 1px;
        margin-top: 1rem;
    }
}

@media (max-width: 768px) {
    .interior p {
        font-size: 1rem !important;
        line-height: 1.5rem !important;
        margin-bottom: 1rem !important;
    }
}

.iconos a {
    text-decoration: none;
    color: #000;
}

.iconos a:hover {
    text-decoration: none;
    color: #5d6d9f;
}

.card-header h2 a {
    color: #000;
    text-decoration: none;
}

nav.barrasDeNavegacionBarraPrincipal {
    background-color: #4e5876 !important;
    padding-top: 14px;
    padding-bottom: 14px;
}

@media (max-width: 991px) {
    nav.barrasDeNavegacionBarraPrincipal {
        padding-left: 14px;
        padding-right: 14px;
    }
}

#barrasDeNavegacionBarraPrincipal, #barraenglishNavigationBarsMainBar {
    .navbar-nav .nav-link {
        color: #FFF;
        text-align: center;
        margin: 0 6px;
        font-size: 15px;
        font-weight: 600;
    }

    .navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
        color: #fff0a0;
    }

    .idioma .nav-link {
        font-size: 12px;
        font-weight: 800;
    }

    li {
        margin-bottom: 0;
    }
}

.navbar-toggler {
    background-color: transparent;
    border: none;
    padding: 0;
}

.navbar-toggler-icon {
    filter: invert(100%) contrast(200%);
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-brand {
    padding: 0;

    img {
        height: 45px;
    }
}

.nav-item.idioma .nav-link {
    border-radius: 4px;
    padding: 7px 8px;
    background-color: #66739a;
}

.nav-item.idioma {
    margin: 3px 0 0 10px;
}

.nav-item.idioma .nav-link:hover {
    background-color: #8e877f;
    color: #FFF !important;
}

@media (max-width: 991px) {
    .navbar-brand img {
        height: 42px;
    }
}

.bg-img {
    width: 100%;
    position: relative;
    display: block;
    margin: 0 0 4rem 0;
    overflow: hidden;
    height: 500px;
    min-height: 280px;
    min-width: 300px;
}

.bg-img img {
    object-fit: cover;
    height: 118vh;
    width: 100%;
}

.overlay a {
    color: #bbffb5;
}

.overlay, .titulo.relacionado-principal h1 {
    width: 70%;
    position: absolute;
    color: #FFF;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    font-weight: 400;
}

@media (max-width: 768px) {
    .bg-img {
        height: 280px !important;
        margin-bottom: 2rem;
    }
}

@media (max-width: 768px) {
    .overlay {
        font-size: 1rem;
        width: 90%;
    }
}

.item img {
    margin-bottom: 1rem;
    min-height: 160px;
}

.item {
    margin: 1.5rem 0;
    font-size: 1.3rem;
}

.container.footer {
    max-width: 1920px;
    font-size: 0.85rem;
}

.redes i {
    font-size: 1rem;
    margin-right: 0.8rem;
}

.footer .redes a {
    color: #5d6d9f;
}

.footer a:hover {
    color: #5d6d9f;
}

@media (max-width: 991px) {
    .container.footer {
        padding: 0 30px;
    }
}

@media (max-width: 768px) {
    .container.footer {
        font-size: 0.8rem;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .redes {
        margin-top: 1rem;
    }
}

.fondo-pie {
    padding: 30px 0;
    font-weight: 600;
    border-top: 1px solid #dae6ef;
}

.footer, .footer a {
    color: #4e6b76;
    text-decoration: none;
    font-weight: 400;
}

.footer {
    .titulo {
        color: #5d6d9f;
        letter-spacing: .04rem;
        margin-bottom: 20px;
        font-weight: 600;
        
        a {
            color: #5d6d9f;
            font-weight: 600;
        }
    }

    ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    li {
        padding: 0 0 3px 0;
        margin: 0;
    }

    .logo {
        filter: brightness(0) saturate(100%) invert(38%) sepia(20%) saturate(1221%) hue-rotate(151deg) brightness(94%) contrast(90%);
        height: 45px;
    }
}

.titulo a:hover, .footer .redes a:hover {
    color: #4e6b76;
}

.titulo.relacionado-principal {
    width: 100vw;
    height: 335px;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
    position: relative;
}

.titulo.relacionado-principal-no {
    h1 {
        margin: 40px 0 20px;
    }
}

/*Portada*/

.infografia {
    margin: 0 auto 60px;
    padding: 50px 0 30px;
    border-radius: 10px
}

.infografia .fas {
    font-size: 30px;
    margin-bottom: 15px;
    background: hsla(0, 0%, 100%, .1607843137254902);
    border-radius: 25%;
    padding: 20px;
    height: 70px;
    width: 70px;
}

.borde {
    border: 2px dashed #a2a5b4;
    padding: 15px 30px 20px;
    position: relative;
    max-width: 1100px;
    min-width: 800px;
    margin: auto;
    border-radius: 13px
}

.capif {
    text-align: center;
    background-color: #a2a5b4;
    border-radius: 6px;
    max-width: 331px;
    font-size: 30px;
    padding: 11px 8px;
    font-weight: 600;
    color: #fff;
    border-bottom: 6px solid #86899a;
    margin: -48px auto 30px;
}

.capif h1 {
    letter-spacing: 1px;
    font-size: 1.4rem;
    padding: 0;
    margin: 0;
    font-weight: 500
}

.infografia h2 a {
    margin: auto;
    display: flex;
    justify-content: center;
    text-align: center;
    border-radius: 6px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 20px;
    align-items: center;
    min-height: 180px;
}

.acceso a, .educacion a, .proteccion a {
    flex-direction: column;
}

.acceso a {
    background-color: #0b9ce5;
    border-bottom: 6px solid #0d7eb6;
}

.educacion a {
    background-color: #1f338f;
    border-bottom: 6px solid #122474;
}

.proteccion a {
    background-color: #ff5947;
    border-bottom: 6px solid #e34332;
}

.acceso a:hover, .educacion a:hover, .proteccion a:hover {
    transition: .4s ease;
    transform: translateY(-8px);
}

.acceso a:hover {
    background-color: #2daceb;
}

.educacion a:hover {
    background-color: #253b9f;
}

.proteccion a:hover {
    background-color: #ff7262;
}

/*Calendario*/
.calendario {
    border: 1px solid #ced4e7;
    box-shadow: 5px 5px 25px -14px rgba(0, 0, 0, 0.63);
    margin: 0 auto 90px;
    border-radius: 8px;
    background-color: #FFF;

    .titulo-logo {
        padding: 20px 20px 20px 25px;
        display: flex;
        justify-content: space-between;

        img {
            min-width: 180px;
            width: 100px;
        }

        .titulo {
            h2 {
                color: #173277;
                font-size: 22px;
                font-weight: 700;
                margin: 0;
            }
    
            p {
                color: #0f69b4;
                margin: 0;
            }
        }
    }

    table {
        width: 100%;
        background-color: #f1f2f6;
        border-radius: 0 0 8px 8px;
    
        td, tr {
            border: none;
            padding: 5px 6px;
            line-height: normal;
        }

        td {
            padding: 9px 20px;
        }

        tr:nth-child(even) {
            background: #FFF;
        }

        .dia {
            text-transform: lowercase;
            color: #0b9ce5;
            text-align: center;
            font-weight: 500;
            font-size: 14px;
            border-right: 1px dotted #4e5876;
            line-height: 23px;

            span {
                display: block;
                font-size: 28px;
                font-weight: 700;
            }
        }

        .actividad span {
            color: #ffa500;
            font-weight: 600;
        }

        a {
            color: #0b9ce5;
        }

        a:hover {
            text-decoration: underline;
        }
    }
}

@media (max-width: 768px) {
    .titulo-logo {
        flex-direction: column-reverse;
        text-align: center;

        img {
            margin: 12px auto 24px;
        }
    }
}

@media (max-width: 992px) {
    .infografia h2 a {
        text-align: left;
        min-height: auto;
        padding: 10px;
        flex-flow: row;
        justify-content: left;
    }

    .infografia .fas {
        margin-bottom: 0;
        margin-right: 10px;
    }

    .acceso a:hover, .educacion a:hover, .proteccion a:hover {
        transition: .4s ease;
        transform: translateY(0);
    }
}
/*************/

.interior {
    margin: 40px 0 50px;
    flex-direction: row-reverse;
    justify-content: space-between;

    p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 16px;
        color: #5d6d9f;
    }
    
    p img {
        margin-bottom: 0.5rem;
    }

    h1 {
        margin-bottom: 30px;
    }
}

.articulo {
    margin: 40px 0 50px;
}

@media (max-width: 768px) {
    .titulo.relacionado-principal {
        height: 160px !important;
    }
}

@media (max-width: 768px) {
    .titulo.relacionado-principal-no h1 {
        margin: 1.5rem 0 1rem;
    }
}

header img {
    width: 100%;
}
  
@media (max-width: 768px) {
    .titulo.relacionado-principal h1 {
        width: 90%;
        margin: 0;
    }

    .footer .titulo {
        margin-top: 40px;
    }
}

.accordion > .card:first-of-type {
    border-radius: 0;
}

.card {
    border-right: none;
    border-color: #d8d7d7;
    border-left: none;
}

.card-header {
    padding: 1.5rem 0;
    background: none;
}

.card-header h2 {
    margin-top: 0 !important;
}

.card-body {
    background-color: #f8f5f6;
    padding: 1.5rem 2rem;
    line-height: 1.7rem;
}

@media (max-width: 768px) {
    .card-body {
        padding: .8rem 1.1rem;
        line-height: 1.4rem;
        font-size: .9rem;
    }
}

.card-body .btn {
    border-radius: 3px;
    background-color: #def3dd;
    border: 1px solid #a7d6a7;
    color: #00a500;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: 700;
    padding: 0.6rem 0.8rem;
}

.card-body:hover .btn {
    background-color: #7ac15c;
    color: #FFF;
    border: 1px solid #7ac15c;
}

@media (max-width: 768px) {
    .card-header {
        padding: 1rem 0;
    }
}

@media (max-width: 768px) {
    .panelesColapsables h2, .panelesColapsables h3, .proyectos .card-title h2 {
        font-size: 1rem !important;
        line-height: 1.5rem;
    }
}

@media (max-width: 768px) {
    .panelesColapsables {
        margin: 1.5rem auto;
    }
}

.iconos {
    font-size: 1.3rem;
    align-items: baseline;
    display: flex;
}

.iconos img {
    padding-bottom: 1rem;
    width: 150px;
}

.iconos .text-center {
    margin: 3rem 0;
}

@media (max-width: 766px) {
    .iconos .text-center {
        margin: 2rem 0;
    }
}

@media (max-width: 766px) {
    .iconos img{
        width: 100px;
    }
}

@media (max-width: 766px) {
    .iconos {
        font-size: 1.2rem;
    }
}

a[aria-expanded=false]:before {
    position: absolute;
    right: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    opacity: .8;
}

a[aria-expanded=true]:before {
    position: absolute;
    right: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f106";
    opacity: .8;
}

table.table {
    text-align: left;
    border: 1px solid #ccc6c8;
    background: #FFF;
}

table td, table tr {
    border: 1px solid #ccc6c8;
    padding: 5px 6px;
    line-height: normal;
}

.table th, .table td {
    border: 1px solid #ccc6c8;
    padding: 0.6rem;
    font-size: .9rem;
    vertical-align: middle;
}

table tbody td {
    font-size: .96rem;
}

@media (max-width: 768px) {
    .table tbody td {
        font-size: .9rem;
    }
}

table p {
    padding: 0;
    margin: 0;
}

table tr:nth-child(even) {
    background: #edffea;
}

.panelesColapsables .accordion-item {
    margin-bottom: 16px;
}

li p, li, ol {
    margin-bottom: .3rem;
}

.contacto {
    color: #5d6d9f;
    width: 60%;
    margin: 3rem auto;
}

@media (max-width: 992px) {
    .contacto {
        width: 90%;
    }
}

.form-control {
    border-radius: 4px;
    box-shadow: none;
    background: #f0f2f5;
    margin-top: 8px;
    border-bottom: 1px solid #d0dde2;
    border-left: 1px solid #d0dde2;
    border-right: 2px solid #d0dde2;
    border-top: 2px solid #d0dde2;
    height: 2.6rem;
}

.g-recaptcha {
    margin-top: 10px;
}

.form-group {
    margin-bottom: 28px;
}

.form-group button {
    background-color: #948c74;
    border-radius: 3px;
    border: none;
    text-transform: uppercase;
    font-size: 0.9rem;
    padding: .8rem 2rem;
    font-weight: 600;
    margin: 20px 0 -28px 0;
}

.form-group button:hover {
    background-color: #5d6d9f;
}

@media (max-width: 992px) {
    .form-group button {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

.rc-anchor {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.proyectos {
    margin: 3rem auto;
}

@media (max-width: 768px) {
    .proyectos {
        margin-top: 1rem;
    }
}

@media (max-width: 768px) {
    .proyectos .card-body {
        padding: 1.5rem 1.5rem 0.5rem 1.5rem !important;
    }
}

.proyectos .card-subtitle {
    color: #15a14a;
}

.proyectos .principal {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.8rem;
    font-weight: 600;
}

@media (max-width: 768px) {
    .proyectos .principal, .proyectos .card-subtitle h3 {
        font-size: 0.75rem !important;
    }
}

.proyectos .card-title h2 {
    font-size: 1.3rem;
    color: #000;
    font-size: 1.3rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #51d798;
}

.proyectos .card-subtitle h3 {
    font-size: 0.85rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 2.5rem;
}

.proyectos h4 {
    font-size: 1rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.proyectos .card-body {
    background-color: #e4fee2;
    padding: 2rem 2.5rem;
}

.proyectos .card {
    border-top: 4px solid #52a24c;
    border-bottom: none;
    border-radius: 0;
}

.proyectos .card-title h2 a {
    color: #000;
    text-decoration: none;
}

.proyectos .card-title h2 a:hover {
    color: #15a14a;
}

aside {
    padding: 20px 27px 9px;
    max-width: 340px;
    border-top: 2px solid #948c74;
    border-left: 1px solid #e0e4e5;
    border-right: 1px solid #e0e4e5;
    border-bottom: 1px solid #e0e4e5;
    background-color: #FFF;

    ul {
        padding: 0;
        list-style: none;
        font-size: 16px;
    }

    ul ul {
        padding-left: 10px;
        font-size: 14px;
        line-height: 18px;
        margin: 5px 0 15px 10px;
        list-style: disc;
    }

    li {
        padding: 0 0 10px 0;
        margin: 0;
    }

    li a {
        padding: 1px 0;
        display: block;
        background: transparent;
    }

    li span.small {
        font-size: 80%;
        padding-left: 15px;
        margin-top: -5px;
        display: block;
    }

    li li a {
        padding: 4px 10px;
        margin-left: -10px;
        font-weight: normal;
    }

    li li a:hover {
        color: #948c74;
    }

    li a:hover {
        color: #948c74;
    }

    .active {
        color: #948c74;
    }

    .active>a {
        color: #948c74;
        font-weight: 600;
    }

    li li.active>a {
        color: #948c74;
    }

    img {
        width: 30%;
    }

    a {
        text-decoration: none;
        color: #5d6d9f;
    }

    h2 {
        font-size: 1.2rem;
        margin: -20px -27px 13px;
        border-bottom: 1px solid #e0e4e5;
        padding: 15px 20px;
        font-weight: 600;
    }

    h2 a {
      color: #948c74;    
    }

    h2 a:hover {
        color: #5d6d9f;    
      }
}

aside:hover {
    border-top: 2px solid #5d6d9f;
    border-left: 1px solid #acc4d0;
    border-right: 1px solid #acc4d0;
    border-bottom: 1px solid #acc4d0;
}

@media (max-width: 991px) {
    aside {
        margin-top: 15px;
    }
}

header {
    margin: 26px 0;

    h1 {
        color: #948c74;
    }
}

article {
    header h2 {
        margin-bottom: 20px;
        color: #3a4e8d;
    }
}

.articulo .fecha {
    font-size: 1rem !important;
    margin-bottom: 1rem;
    color: #555;
}

.articulo header p {
    margin: 2rem auto 1rem;
    font-size: 1rem;
    line-height: 1.7rem;
}

.articulo p {
    line-height: 1.7rem;
}

@media (max-width: 576px) {
    .articulo header p, .articulo .fecha {
        margin: 0.8rem 0;
    }
}

@media (max-width: 576px) {
    .articulo p {
        margin: 0.8rem 0;
        line-height: 1.4rem !important;
    }
}

@media (max-width: 576px) {
    .articulo {
        font-size: 90%
    }
}

/*************   BREADCRUMB  *************/
nav[aria-label="breadcrumb"] {
    background-color: #fafafa;
    margin: 0 auto;
    width: 100%;
    border-bottom: 1px solid #e0e4e5;
    padding: 5px 0;
}

.breadcrumb {
    font-size: 0.9rem;
    overflow: hidden;
    color: #506c74;
    font-weight: 500;
    line-height: 2.5rem;
    width: 100%;
    margin: auto;
    max-width: 1920px;
    padding: 0 15px;

    .breadcrumb-item {
        margin: 0;
    }
    
    a {
        text-decoration: none;
        color: #506c74;
    }
    
    a:hover {
        color: #948c74;
    }
}

.breadcrumb-item + .breadcrumb-item::before {
    content: '\f054';
    color: #506c74;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
}

@media (max-width: 576px) {
    .breadcrumb {
        font-size: 0.65rem;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

@media (max-width: 991px) {
    .breadcrumb {
        padding-left: 17px;
    }
}

/*************   CARRUSEL  *************/
.main-content {
    background-color: #4e5876;
}

.carousel {
    margin: auto;
    max-width: 100%;
    padding: 12px 0;
}

.fa-chevron-left:before {
    left: -30px;
}

.fa-chevron-right:before {
    right: -30px;
}

.fa-chevron-left:before, .fa-chevron-right:before {
    font-size: 1.5rem;
    width: 60px;
    height: 100%;
    display: flex;
    justify-content: center;
}

a:hover .fa-chevron-left:before, a:hover .fa-chevron-right:before {
    color: #f9d7b3;
}

.carousel-control-prev, .carousel-control-next {
    opacity: 1;
    height: 84%;
    width: 7%;
}

.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
    opacity: 1;
}

.carousel-caption h3 {
    font-size: 1.1rem;
    color: #FFF;
    line-height: normal;
    margin: auto;
    overflow: hidden;
    height: 70px;
    align-content: center;
}

.carousel-caption h3 a {
    color: #FFF;
}

.carousel-caption h3 a:hover {
    color: #dfc8ab;
    text-decoration: none;
}

.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding: 20px;
    color: #fff;
    text-align: center;
    background-color: transparent;
    display: flex;
}

.main-content .fondo-pie {
    margin-top: 5rem;
}

.main-content h4 {
    margin: 3rem 0 0 0;
    border: 1px solid #42456a;
    color: #c3c7f5;
    font-size: 1rem;
    text-align: center;
    padding: 2rem 7rem;
    line-height: 1.5rem;
    display: none;
}

#demo {
    max-width: 1000px;
    margin-bottom: 40px;
}

.sombra {
    background: linear-gradient(0deg, rgba(0, 6, 33, 0.62) 40%, rgba(251,250,245,0) 100%);
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
}

.carousel-inner img {
    border-radius: 4px;
}

.carousel-inner img {
    transition: 0.4s;
    object-fit: cover;
    width: 100%;
}

@media (max-width: 768px) {
    .main-content h4 {
        margin: 2rem 0 0 0;
        border: 1px solid #42456a;
        color: #c3c7f5;
        font-size: 0.9rem;
        text-align: center;
        padding: 1rem;
        line-height: 1.4rem;
    }
}

.carousel-indicators {
    display: none;
}

@media (max-width: 992px) {
    .carousel-caption h3 {
        font-size: 1rem;
        text-align: center;
        line-height: 1.5rem;
        margin: auto;
    }

    .sombra {
        display: none;
    }
    
    .carousel-caption {
        position: relative;
        padding: 0;
    }

    .carousel-inner img {
        transition: 0.4s;
        height: 100%;
    }

    .carousel-indicators {
        margin-bottom: 0px;
    }

    #demo {
        margin-bottom: 0px;
    }
}

@media (max-width: 576px) {
    .carousel-caption h3 {
        font-size: 0.8rem;
        line-height: 1.2rem;
    }

    .carousel {
        padding-top: 1.5rem;
    }
}

.footer .redes {
    display: none;
}

.hijos li h2 {
    font-weight: 400;
    margin: 0 0 0 30px;
    padding: 0;
    line-height: normal;
    font-size: 16px;
}

.hijos h2 a {
    color: #5d6d9f;
    font-weight: 600;
}

.hijos li {
    margin-bottom: 25px;
    font-size: 15px;
}

.hijos li li {
    margin-top: 15px;
    margin-bottom: 0;
}

.hijos ul {
    margin-bottom: 20px;
}

.hijos li.articulo {
    padding: 15px;
}

section.listadoConIconos>ul ul .articulo a,
section.listadoConIconos>ul ul .nodo a {
    color: #8f7f5a;
}

section.listadoConIconos>ul ul .articulo:hover,
section.listadoConIconos>ul ul .nodo:hover {
    color: #8f7f5a;
    border: none;
}

section.listadoConIconos>ul ul .articulo,
section.listadoConIconos>ul ul .nodo {
    padding: 0 0 0 11px;
    margin: 5px 0;
    border: none;
    box-shadow: none;
}

section.listadoConIconos>ul li p {
    margin: 10px 25px;
}

section.listadoConIconos>ul ul li p {
    margin: 10px 0;
}

section.listadoConIconos>ul>li {
    margin-bottom: 16px;
    padding: 13px 20px;
    border-radius: 3px;
}

section.listadoConIconos .nodo {
    padding: 13px 20px !important;
}

.hijos li.articulo,
section.listadoConIconos>ul>li {
    background-color: #FFF;
    border-radius: 4px;
    border: 1px solid #dce0ee;
    box-shadow: 4px 4px 9px -6px rgba(46, 89, 114, 0.34);
}

.hijos li.articulo:hover,
section.listadoConIconos>ul>li:hover {
    border: 1px solid #acc4d0;
    cursor: pointer;
}

section.listadoConIconos>ul>li::before {
    content: '\F111';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    font-size: 7px;
    color: #99a8d7;
    font-size: 17px;
    margin-left: 0;
    margin-top: -2px;
}

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

section.listadoConIconos>ul ul,
section.listadoConIconos p {
    margin-top: 10px;
    margin-bottom: 0;
}

section.listadoConIconos>ul>li.articulo:before {
    content: '\F249';
}

section.listadoConIconos>ul>li.nodo:before {
    content: '\F07B';
}

section.listadoConIconos>ul>li.documento:before {
    content: '\F56D';
}

section.listadoConIconos>ul>li.enlace:before {
    content: '\F0C1';
}

section.listadoConIconos>ul>li.evento:before {
    content: '\F073';
}

section.listadoConIconos>ul>li.imagen:before {
    content: '\F03E';
}

section.listadoConIconos>ul>li.audio:before {
    content: '\F001';
}

section.listadoConIconos>ul>li.video:before {
    content: '\F03D';
}

section.listadoConIconos>ul>li.tarjeta:before {
    content: '\F2BB';
}

section.listadoConIconos>ul>li.obra:before {
    content: '\F7D9';
}
