html {
    scroll-behavior: smooth;
}

body {
    background-color: #FDFAF1;
    font-family: 'DM Sans', sans-serif;
    color: #0d3758;
    font-size: 1rem;
    font-weight: 400;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
}

body::before {
    content: '';
    border-image: linear-gradient(90deg, #0f69b4 50%, #eb3c46 0) 1;
    border-width: 2px;
    display: block;
    width: 100%;
    position: fixed;
    border-style: solid;
    top: 0;
    z-index: 2;
}

a {
    text-decoration: none;
}

* {
    transition: .2s all;
}

.gradiente::before {
    content: '';
    position: absolute;
    z-index: -2;
    bottom: 0;
    top: 0;
    width: 100%;
    background: rgb(164,212,252);
    background: -moz-linear-gradient(180deg, rgba(164,212,252,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(164,212,252,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(180deg, rgba(164,212,252,1) 0%, rgba(255,255,255,0) 100%);
}

/***********************************/
/*               Nav               */
/***********************************/
.barrasDeNavegacionBarraPrincipal {
    padding: 4px 20px;
    max-width: 1440px;
    background: transparent !important;
    margin: auto;
    transition: ease .2s;
    top: 4px;
}

body.header-not-at-top .barrasDeNavegacionBarraPrincipal {
    background-color: #FFF !important;
    padding: 0px 15px;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.2);
}

.navbar-brand {
    margin: 0;
    padding: 0;
}

.navbar-brand img {
    height: 45px;
    margin-top: 0;
    transition: ease .4s;
}

.navbar-light .navbar-nav .nav-link {
    color: #0d3758;
    font-size: 18px;
    border-radius: 4px;
    padding: 10px 16px;
    line-height: normal;
    font-weight: 500;
    transition: ease-out .1s;
}

.navbar-light .navbar-nav .nav-link:hover {
    background: rgba(73, 141, 196, 0.8);
    color: #FFF;
}

.navbar-nav .nav-item {
    text-align: center;
    max-width: 230px;
    align-self: center;
}

.fondo-bg {
    position: relative;
    top: 80px;
}

.bg {
    position: absolute;
    object-fit: none;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    object-position: bottom;
    z-index: -1;
    top: -79px;
    opacity: .9;
}

/****************************************/
/*                 Intro                */
/****************************************/
.intro {
    margin: 40px auto 0;
    max-width: 1230px;
    color: #183a68;
    font-size: .95rem;
    font-weight: 500;
    padding-bottom: 100px;
    text-align: center;

    .cita .logo {
        max-width: 320px;
        transition: ease .4s;
        margin-bottom: 40px;
    }

    .cita {
        margin: 0 auto 32px;
        text-align: center;
        font-family: 'Roboto Slab', sans-serif;
        background-color: #FFF;
        border-radius: 10px;
        padding: 40px;
    }

    .cita ul {
        list-style: none;
        margin: 25px 0 0 21px;
        padding: 0;
        text-align: left;
        line-height: normal;
    }

    .cita li {
        margin: 0 0 12px 20px;
    }

    p {
        margin: 0 auto 15px;
        transition: ease .4s;
        max-width: 790px;
        font-weight: 400;
    }

    i {
        margin-bottom: 0;
        font-size: 21px;
        color: #1971B6;
        margin-right: 9px;
        margin-left: -39px;
        width: 30px;
    }
}

/*******************************************************/
/*                     Carrusel                        */
/*******************************************************/
.laminas-bg {
    background-color: #183a68;
    margin: auto;
    padding: 32px 0;
    text-align: center;

    h2 {
        color: #FFF;
        text-align: center;
        margin: 10px auto 40px;
        font-size: 2.3rem;
        font-weight: 400;
    }

    .btn-VerMinutas {
        display: flex;
        margin: 32px auto;
        padding: 15px 30px;
        border: none;
        font-size: 20px;
        font-weight: 500;
        background-color: #5fdaea;
    }

    .btn-VerMinutas a {
        color: #183a68;
        text-decoration: none;
    }

    .btn-VerMinutas:hover {
        background-color: #fff;
        text-decoration: none;
    }

    .list-group-item {
        text-align: left;
    }

    .list-group-item.active {
        color: #fff;
        background-color: #1971b6;
        border-color: #1971b6;
        text-align: left;
    }

    .list-group-item-action {
        color: #183a68;
    }

    .list-group-item-action:hover, .list-group-item-action:focus {
        color: #1971b6;
    }

    .list-group-item-action.active:hover, .list-group-item-action.active:focus {
        color: #FFF;
    }

    .list-group-item:first-child {
        border-top-left-radius: 0;
    }

    .list-group-item:last-child {
        border-bottom-left-radius: 0;
    }

}

#carouselLaminasPreguntas, .carousel-inner, .carousel-item {
    height: 100% !important;
}

.laminas {
    max-width: 1440px;

    img {
        height: 100%;
        object-fit: contain;
        background-color: #d4dcef;
    }

    .list-group {
        margin-left: 0;
        position: fixed;
        top: 120px;
        width: 300px;
        z-index: 1;
    }

    .modal-content {
        text-align: left;
    }

    #carouselLaminasPreguntas {
        margin-right: -15px;
   }

   .carousel-item .caption {
        position: absolute;
        bottom: 40px;
        left: 40px;
        font-weight: 500;
        color: #FFF;
        z-index: 1;
   }

   .sombra {
        background: linear-gradient(0deg, rgba(0,0,0,0.6516807406556373) 0%, rgba(0,0,0,0) 35%);
        width: 100%;
        bottom: 0;
        top: 0;
        position: absolute;
   }
}

.carousel-indicators {
    justify-content: flex-end;
    position: absolute;
    margin: 20px 20px;
}

@media (max-width:992px) {
    .laminas  .list-group {
        margin-left: 0;
        position: relative;
        top: 0;
        width: auto;
    }

    .laminas #carouselLaminasPreguntas {
        margin-right: 0;
   }
}

@media (max-width:768px) {
    .carousel-indicators {
        display: none;
    }

    .laminas .carousel-item .caption {
        bottom: 20px;
        right: 0;
    }
}


/***********************************/
/*             Videos              */
/***********************************/
.videos {
    display: flex;
}

.btn-VerPresentacion, .btn-VerVideo {
    padding: 15px 30px;
    border: none;
    font-size: 20px;
    font-weight: 500;
    margin-top: 15px;
}

.btn-VerPresentacion a, .btn-VerVideo a {
    color: #FFF;
}

.btn-VerPresentacion a:hover, .btn-VerVideo a:hover {
    text-decoration: none;
}

.presentacion-minutas {
    margin-top: 45px;
}

.btn-VerPresentacion {
    background-color: #033b7d;
}

.btn-VerPresentacion:hover {
    background-color: #0d3758;
}

.btn-VerVideo {
    background-color: #0183ac;
}

.btn-VerVideo:hover {
    background-color: #00517a;
}

@media (max-width:768px) {
    .videos {
        flex-direction: column;
    }
}

/***********************************/
/*            Formulario           */
/***********************************/
.caja-formulario, .cronograma .card {
    box-shadow: 0px 0px 30px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 30px 10px rgba(0,0,0,0.1);
}

.formulario {
    margin-top: 110px;
    text-align: center;
    display: none;
}

.formulario p {
    max-width: 900px;
    color: #3d4960;
    margin: 0 auto 15px;
    font-size: 1.25rem;
}

.formulario h2 {
    margin: 0 auto 50px;
    max-width: 530px;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
}

.formulario .form-group {
    margin-bottom: 25px;
    padding: 0 30px;
}

  .formulario .titulo
, .nodo .titulo {
    color: #FFF;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 400;
    font-size: 22px;
    padding: 15px 30px;
    margin: 60px 0 30px 0;
    text-align: left;
}

  .formulario .azul
, .nodo .titulo.azul {
    background-color: #0082ab;
}

  .formulario .rojo
, .nodo .titulo.rojo {
    background-color: #ef254d;
}

.formulario .datos {
    background-color: #FFF;
    padding-bottom: 30px;
    max-width: 900px;
    margin: auto;
}

.formulario label {
    text-align: left;
    display: flex;
    font-size: 1.05em;
}

  .formulario input
, .formulario select
, .formulario textarea {
    background-color: #edeef0;
    border: none;
    border-radius: 4px;
    padding: 0 10px;
    font-size: 18px;
    color: #0d3758;
}

  .formulario input::placeholder
, .formulario select
, .formulario textarea {
    color: #0d3758;
}

.formulario input.form-control:focus::placeholder {
    text-shadow: none;
}

.formulario .form-check-input {
    left: 0;
    margin: 0;
}

.formulario .form-check {
    display: flex;
    align-items: center;
}

.datos-organizacion small {
    text-align: left;
    font-size: .9em;
}

.g-recaptcha {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

#inscripcion_aceptar.btn-primary, #consulta_aceptar.btn-primary {
    background: #5892c1;
    width: 300px;
    font-weight: 500;
    font-size: 22px;
    padding: 12px 0;
    border: none;
    box-shadow: 0px 6px 0px 0px #1d5583;
    margin: 30px auto 6px;
}

#inscripcion_aceptar.btn-primary:hover, #consulta_aceptar.btn-primary:hover {
    background-color: #58aa62;
    box-shadow: 0px 6px 0px 0px #336a3a;
}

#consulta_aceptar.btn-primary {
    display: flex;
    justify-content: center;
}

/***********************************/
/*               Pie               */
/***********************************/
.pie {
    background-color: #183a68;
    padding: 60px 0 50px;
    margin-top: 120px;
}

.pie .container {
    max-width: 1440px;
    padding: 0 40px;
}

.pie .logo-pie {
    max-width: 220px;
}

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

.pie li {
    margin-bottom: 10px;
}

.pie ul a {
    color: #FFF;
    font-size: 1.12em;
}

.pie ul a:hover {
    text-decoration: none;
    color: #8ec3f0;
}

.pie .logos {
    display: flex;
    justify-content: space-around;
}

.pie .logos img {
    height: 80px;
}

/***********************************/
/*            Cronograma           */
/***********************************/
.cronograma {
    margin-top: 90px;
    max-width: 1220px;
    transition: ease .4s;
}

.cronograma h2 {
    margin: 0 auto 40px;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
  }

.cronograma .hitos {
    text-align: center;
    justify-content: space-around;
}

.cronograma .card {
    width: 200px;
    height: 100%;
    border: none;
    border-radius: 0;
}

.cronograma .card-img-top {
    position: absolute;
    object-fit: none;
    height: 135px;
}

.cronograma .card .fecha {
    font-family: 'Roboto Slab', sans-sefif;
    font-size: 20px;
    color: #FFF;
    height: 95px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    line-height: normal;
    position: relative;
    z-index: 1;
    margin: 0 0 20px 0;
}

.cronograma .card .fecha span {
    font-size: 40px;
}

.cronograma .card .texto {
    font-size: 17px;
    line-height: 24px;
    padding-top: 17px;
    padding-bottom: 10px;
}

/***********************************/
/*            Interior             */
/***********************************/
.nodo header {
    margin-top: 184px;
    font-family: 'Roboto Slab', sans-serif;
    margin-bottom: 32px;
    color: #415677;
}

.nodo header h2 {
    font-size: 40px;
    font-weight: 500;
    margin: 0;
}

.nodo .cuerpo {
    max-width: 900px;
    margin: 40px auto 0;
    background-color: #FFF;
    padding: 50px;
    font-size: 18px;
    border-radius: 3px;
}

.nodo .cuerpo .titulo {
    margin-top: 0;
}

.nodo .cuerpo .datos-organizacion {
    margin-bottom: 60px;
}

/*            Grilla (Sitios de Interés)             */
.grilla .card {
    border: none;
}

.grilla .card-title {
    font-size: 18px;
    text-align: center;
    margin: 0;
  }

.grilla .card-title a {
    color: #0d3758;
}

.grilla .card .card-body {
    padding: 1.25rem 0;
}

/*            Forms (Inscripción)             */
.nodo label {
    font-size: .95em;
    margin: 0 0 7px 0;
}

.nodo input, .nodo select, .nodo textarea {
    background: #edeef0;
    border-radius: 4px;
    color: #0d3758;
    font-size: 18px;
    border: none;
}

.nodo .form-group {
    margin-bottom: 26px;
}

.nodo .g-recaptcha {
    margin-top: 0;
}

.nodo #inscripcion_aceptar {
    text-align: center;
    display: flex;
    justify-content: center;
}

/***********************************/
/*       Responsivo Portada        */
/***********************************/

@media (max-width: 992px) {
    .barrasDeNavegacionBarraPrincipal {
        padding: 20px;
        background: #FFF !important;
    }

    .barrasDeNavegacionBarraPrincipal.scrolled {
        padding: 5px 15px 10px 15px;
    }

    .intro .cita {
        font-size: 1.2rem;
        margin: 0 auto;
        padding: 0;
    }

    .navbar-nav {
        text-align: center;
        padding-top: 28px;
    }

    .navbar-nav .nav-item {
        max-width: 100%;
    }

    .navbar-brand img {
        margin-top: 4px;
    }

    .pie {
        text-align: center;
    }

    .pie .logo-pie {
        margin-bottom: 32px;
    }

    .pie ul {
        margin-bottom: 60px;
    }

    .intro i {
        margin-top: 30px;
    }

    .intro p {
        padding: 0 15px;
        font-size: 1rem;
    }

    .intro .logo {
        max-width: 270px;
        margin-top: 40px;
    }
}

@media (max-width: 800px) {
    .barrasDeNavegacionBarraPrincipal {
        padding: 25px 20px;
    }

    .intro .cita {
        margin: 50px auto 0;
    }

    .intro {
        margin: 50px auto 0;
        max-width: 100%;
    }

    .intro .bg {
        top: 0;
    }

    .que-bg {
        padding: 0 30px;
    }

    .obj-bg {
        top: -118px;
        padding: 60px 30px 30px 30px;
    }

    .container.video video {
        margin: 50px auto 0;
    }

    .objetivos h2, .formulario h2 {
        font-size: 24px;
    }

    .formulario {
        margin-top: 32px;
    }

    .formulario h2 {
        margin: 0 auto 40px;
    }

    .intro {
        margin: 0 auto;
    }

    .intro .cita .logo {
        max-width: 210px;
    }

    .que-bg {
        margin: 70px 0;
    }

    .cronograma {
        margin-top: 50px;
    }

    .nodo .cuerpo {
        padding: 32px;
    }

    .nodo header h2 {
        font-size: 35px;
    }

    .nodo header {
        margin-top: 184px;
    }
}

@media (max-width: 500px) {
    .intro .logo {
        max-width: 300px;
    }

    .intro p {
        font-size: 1.15rem;
    }

    .navbar-brand img {
        height: 36px;
    }
}

@media (max-width: 1140px) {
    .cronograma .card {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    .cronograma .card-img-top {
        position: absolute;
        object-fit: cover;
        height: 70px;
        width: 100%;
    }

    .cronograma .card .fecha span {
        font-size: 24px;
        margin: 0 9px;
    }

    .cronograma .card .fecha {
        font-size: 19px;
        height: auto;
        line-height: 30px;
        justify-content: left;
        flex-direction: unset;
        margin: 0;
    }

    .cronograma .card .texto {
        font-size: 17px;
        padding-top: 40px;
        padding-bottom: 0px;
        text-align: left;
    }
}

.panelesColapsables a[aria-expanded=false]:before {
    content: "\F107"
}

  .panelesColapsables a[aria-expanded=false]:before
, .panelesColapsables a[aria-expanded=true]:before {
    position: absolute;
    right: 23px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    opacity: .8
}

.panelesColapsables a[aria-expanded=true]:before {
    content: "\F106";
}

.panelesColapsables .card-header {
    border: none;
    background-color: #f7efee;
    padding: 0;
}

.panelesColapsables .card {
    border: none;
    margin-bottom: 20px;
    background-color: #f7efee;
}

.panelesColapsables .card-body {
    padding-top: .5rem;
}

.panelesColapsables .card-body h5 {
    margin-top: 38px;
    font-size: 19px;
    margin-bottom: 12px;
}

.panelesColapsables .accordion h2 {
    font-size: 20px;
    font-family: 'Roboto Slab',sans-serif;
}

.panelesColapsables .accordion h2 a {
    color: #0d3758;
    padding: 18px 22px;
    display: block;
}

.panelesColapsables .accordion h2 a:hover {
    text-decoration: none;
    color: #43639b;
}

.panelesColapsables .perma {
    background-color: #475062;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    margin-top: 15px;
}

.panelesColapsables .perma:hover {
    background-color: #0d3758;
}

/***********************************/
/*              Video              */
/***********************************/
.container.video video {
    height: auto;
    margin: 70px auto 0;
    border-radius: 14px;
    -webkit-box-shadow: 0px 20px 20px 4px rgba(0,0,0,0.2);
    box-shadow: 0px 20px 20px 4px rgba(0,0,0,0.2);
    width: 100%;
}



/***********************************/
/*            Interior             */
/***********************************/
nav[aria-label="breadcrumb"] {
    width: 100%;
    margin: -25px 0 32px 0;
    padding: 0;
    border-radius: 2px;
    font-size: 16px;
    height: 26px;
    overflow: hidden;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    margin: 0;
    background-color: transparent;
    border-radius: 0;
}

nav[aria-label="breadcrumb"] a {
    color: #0c1d4d;
}

nav[aria-label="breadcrumb"] a:hover {
    text-decoration: none;
    color: #0f69b4;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: ">";
}

.interior {
    margin-top: 184px;
    background-color: #FFF;
    padding: 55px 35px;
}

.interior header {
    margin-top: 0;
    font-family: 'Roboto Slab', sans-serif;
    color: #415677;
}

.interior header h2 {
    font-size: 26px;
    font-weight: 500;
    margin: 0 0 40px 0;
    text-align: left;
}

.inteior ul li, .nodo ul li, .inteior ol li, .nodo ol li {
    margin-bottom: 5px;
}

aside {
    transition: .4s ease;
    margin-right: 15px;
    background-color: #fff;
    position: relative;
    border: 1px solid #dde4ec;
    border-top: 2px solid #2b6ea5;
    padding: 16px 20px 8px;
    border-radius: 0;
    margin-bottom: 0;
}

aside, aside a {
    text-align: left;
    color: #002147;
}

aside:hover {
    transition: .3s;
    border: 1px solid #7eb0dc;
    border-top: 2px solid #3e7ba5;
}

aside h3 {
    font-weight: 400;
    margin-right: -20px;
    margin-left: -20px;
    line-height: normal;
    padding: 0 20px 16px;
    border-bottom: 1px solid #c8cfd8;
    font-size: 19px;
    margin-bottom: 20px;
}

aside h3 a {
    color: #022146;
}

aside h3 a:hover {
    color: #0f69b4;
    text-decoration: none;
}

aside ul {
    list-style: none;
    padding: 0 0 0 15px;
    line-height: normal !important;
}

aside ul {
    padding-left:15px;
}

aside ul li {
    margin-bottom: 1rem;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

aside ul li a:before {
    content: "";
    position: absolute;
    border-right: 1px solid #4e576b;
    border-bottom: 1px solid #4e576b;
    width: 7px;
    height: 7px;
    top: 10px;
    left: -17px;
    transform: translateY(-50%) rotate(-45deg);
    transition: .3s ease;
}

aside ul li a:hover:before {
    left: -14px;
    transition: .1s ease;
}

aside ul .active a:before, aside ul li a:hover:before {
    border-color: #136bd5;
}

aside ul ul li a:before {
    content: none;
}

aside ul li.active:before {
    transform: translateY(-70%) rotate(45deg);
}

aside .active a, aside ul ul .active a {
    color: #0f69b4;
    font-weight: 500;
}

aside .active ul a {
    color: #576873;
}

.small.retornar {
    margin: 16px -26px -17px;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    line-height: normal;
    font-size: 15px;
    border-left: 1px solid transparent;
    transition: .5s;
}

@media (max-width:992px) {
    aside {
        margin-bottom: 50px;
    }

    .interior {
        padding: 40px 20px 0;
        margin-top: 125px;
    }
}

aside a:hover, aside ul ul li a:hover {
    color: #0f69b4;
    text-decoration: none;
}

.small.retornar a {
    display: block;
    padding: 13px 0 13px 26px;
    transition: .2s;
}

.small.retornar a:hover {
    color: #0f69b4;
    transition: .2s;
}

.small.retornar:hover {
    border-left: 4px solid #0f69b4;
    transition: .2s;
}

.small.retornar a:before {
    content: "\F060";
    font-family: 'Font Awesome 5 Free';
    color: #0f69b4;
    vertical-align: initial;
    font-size: 13px;
    margin-right: 3px;
}

aside ul ul {
    padding-top: 15px;
    margin-bottom: 26px;
    list-style: disc;
    font-size: .7rem;
    color: #576873 !important;
}

aside ul ul li a {
    color: #576873;
    font-weight: 400 !important;
}

aside ul ul li {
    font-size: .93rem;
}

aside ul ul li:before {
    display: none;
}

/***********************************/
/*           Audiencias            */
/***********************************/
.listadoConImagenesRelacionadas > .d-flex {
    background-color: #edeef0;
    padding: 17px;
    display: flex;
    margin-bottom: 20px;
}

.listadoConImagenesRelacionadas .flex-grow-1 {
    font-size: 17px;
    color: #0d3758;
}

.listadoConImagenesRelacionadas .flex-grow-1 a h3 {
    font-size: 20px;
    color: #0082ab;
    font-family: 'Roboto Slab', sans-serif;
    margin-bottom: 21px;
}

.listadoConImagenesRelacionadas .flex-grow-1 a .fecha {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'DM Sans', sans-serif;
    letter-spacing: .4px;
    color: #777e95;
    margin-top: 11px;
}

.listadoConImagenesRelacionadas > .d-flex img {
    width: 170px;
    margin-right: 21px;
}

.listadoConImagenesRelacionadas .flex-grow-1 a {
    text-decoration: none;
}

.listadoConImagenesRelacionadas .flex-grow-1 a:hover, .listadoConImagenesRelacionadas > .d-flex img:hover {
    opacity: .8;
}

@media (max-width:800px) {
    .listadoConImagenesRelacionadas > .d-flex img {
        width: 100%;
    }

    .listadoConImagenesRelacionadas > .d-flex {
        flex-direction: column;
    }

    .listadoConImagenesRelacionadas .flex-grow-1 {
        margin-left: 0;
        margin-top: 21px;
    }
}

/***********************************/
.audiencia nav[aria-label="breadcrumb"] {
    padding: 0;
    margin-bottom: 23px;
}

.audiencia header h2 {
    font-size: 32px;
    margin: auto;
    max-width: 900px;
}

.audiencia a {
    color: #0082ab;
    text-decoration: none;
}

.audiencia a:hover {
    color: #0d3758;
}

.audiencia .fecha {
    font-size: 14px;
    color: #626983;
    text-transform: uppercase;
    letter-spacing: .4px;
    margin-top: 30px;
    font-weight: 500;
}

.audiencia h3 {
    font-size: 18px;
    margin: 0 0 10px 0;
    font-weight: 500;
}

.audiencia .presentancion h3 {
    margin: 0;
}

.audiencia .resumen {
    margin-bottom: 40px;
}

.audiencia .resumen p {
    color: #3f5478;
    font-family: 'Roboto Slab', sans-serif;
    margin-top: 15px;
    font-size: 17px;
}

  .audiencia .asistentes
, .audiencia .presentancion
, .audiencia .documentos {
    background-color: #edeef0;
    padding: 24px;
    margin-top: 20px;
}

  .audiencia .asistentes ul
, .audiencia .presentancion ul
, .audiencia .documentos  ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

  .audiencia .asistentes li
, .audiencia .presentancion li
, .audiencia .documentos li {
    margin: 0;
    font-size: 16px;
}

.audiencia .documento h2 {
    font-size: 17px;
    margin: 15px 0 0 0;
}

.audiencia .documento p {
    font-size: 15px;
    color: #777e95;
    margin: 0;
}

.audiencia .presentancion {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-descargar {
    background-color: #0082ab;
    padding: 10px 20px;
    border-radius: 3px;
}

.btn-descargar:hover {
    background-color: #0d3758;
}

.audiencia .presentancion a {
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
}

.audiencia header h2 {
    font-size: 26px;
    margin: 0 auto 32px;
    max-width: 900px;
}

.nodo_1b1f8688ff726 { // Encuesta
    legend, label {
        font-weight: bold;
    }
    .form-check label {
        font-weight: normal;
    }
}

.articulo {
    font-size: 16px;
}

.articulo::marker {
    content: '';
}

.articulo ul {
    padding-left: 0;
}

.articulo h2 {
    font-size: 20px;
    margin-left: -30px;
}

.articulo h2 .small {
    color: #0065b3;
}

.articulo h2 a {
    text-decoration: none;
    color: #053d7f;
}

.nodo.articulo {
    .fecha {
        margin-bottom: 32px;
    }

    header h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    header ul {
        text-align: left;
        margin: 0;
        padding-left: 32px;
    }

    header ul li {
        margin-bottom: 4px;
    }

    .relacionadoPrincipal header {
        margin-top: 0;
        margin-bottom: 32px;
    }
}

.articulo ul li {
    margin-bottom: 5px;
}

/***********************************/
/*      Educación tributaria       */
/***********************************/
.fondo-b {
    background-color: #FFF;
    padding-top: 55px;
    padding-bottom: 90px;
    margin-bottom: -120px;
    position: relative;
}

.contenedor-et {
    max-width: 1110px;
    margin: auto;
}

.contenedor-et h2 {
    margin-bottom: 32px;
}

.bg-et {
    position: absolute;
    top: 0;
    object-fit: none;
    margin: auto;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

section.hijos.listado {
    & > ul {
        padding: 0;
        & > li {
            list-style-type: none;
            background-color: #edeef0;
            padding: 24px;
            margin-top: 20px;
            h3 {
                font-size: 17px;
                margin-bottom: 0;
                a {
                    color: #0082ab;
                }
            }
        }
    }
}

.panelesColapsables a.perma {
    display: none;
}

.galeriaALoAncho h3 {
    font-size: 1.4rem;
}
