:root {
    font-size: 16px;
    font-size: 1rem;
    --bg-color-principal: #A31915;
    --bg-color-principal2: #424949;
    --bg-color-alternativo: #E7453A;
    --bg-color-blancotitulo: #fff;
}

a {
    text-decoration: none;
    transition: .3s all;
}

a:hover {
    text-decoration: none;
}

.overlay--general {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: opacity 0.5s, visibility 0.5s;
  opacity: 1;
  visibility: visible;
}

body {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #34495e;
    /* background: #f5f5f5; */
    background: #E1E1E1;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

h3,
.h3 {
    font-size: 24px;
}

p {
    font-weight: 300;
    line-height: 1.428571429;
}

.p-absolute {
    position: absolute;
}

.p-relative {
    position: relative;
}

.c-all {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.h-auto {
    height: auto!important;
}

.container {
    padding: 0;
    max-width: 1400px;
}

.destacados_pp {
    height: 50%;
}

.sentencias_pp {
    height: 40%;
}

.container-fluid.top {
    padding: 0;
}

.w-auto {
    width: auto!important;
}

.header.bg-blanco {
    margin: 1rem 1rem 0 1rem;
}

.tabs_ninios_c a.nav-link {
    border-radius: 0;
    background: #EEEEEE03;
    color: #34495e;
    border: 1px solid #00000038;
}

.tabs_ninios_c a.nav-link.active {
    background: #EEEEEE;
    color: #34495e;
}

.bg-blanco {
    background: #fff;
    padding: 1rem;
}

.bg-blanco2 {
    background: #fff;
    padding: 1rem;
    margin: 0 1rem;
}

.header .menu img {
    height: auto;
    max-width: 100%;
    width: 20rem!important;
}

.enlaces_contenedor_2 {
    margin: 0 0 0 auto;
}

.enlaces_contenedor ul {
    list-style: none;
    margin-bottom: 0;
    margin-left: auto;
    border-bottom: 1.5px solid #e8e7e7;
    padding: 0;
}

.enlaces_contenedor_2 ul {
    list-style: none;
    margin-bottom: 0;
    margin-left: auto;
    padding: 0;
}

.header .enlaces_contenedor ul li {
    display: inline-block;
    padding: 1.5rem 0;
    position: relative;
}

.header .enlaces_contenedor_2 ul li {
    display: inline-block;
    /*padding: .5rem 0;*/
    padding: 1rem .2rem;
    position: relative;
    margin: 0 .2rem;
}

.header .enlaces_contenedor ul li:hover:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #000;
    height: 1.5px;
    margin-bottom: -1.5px;
    transition: .5s all;
}

.header .enlaces_contenedor ul li a {
    padding: 1.5rem 0;
    color: #a5a5a5;
    margin: 0 .3rem;
}

.header .enlaces_contenedor_2 ul li a {
    padding: .3rem;
    color: #a5a5a5;
    font-size: .8rem;
    margin: 0 .1rem;
    display: block;
    font-weight: 600;
}

.header .enlaces_contenedor_2 ul li a:hover {
    color: #808080;
}

.header .enlaces_contenedor ul li:last-child a {
    color: #6394B4;
    font-weight: 600;
}

.header .enlaces_contenedor_2 ul li:last-child a {
    color: #fff!important;
    background: #a31915;
    border-radius: .3rem;
    font-weight: 600;
    padding: .3rem 1rem;
}

.header .enlaces_contenedor ul li:first-child:after {
    content: '/';
    color: #6394B4;
    font-weight: 600;
}

.header .redes {
    padding: 1rem 1rem 0 1rem;
    display: flex;
    margin: 1rem 0 0 0;
}

.header .redes.redes_2 {
    /*background: #e5e8e8;*/
    background: #f8f9fa!important;
}

.header .redes ul {
    padding: 0;
}

.header .redes ul.redes_sociales {
    margin: 0
}

.header .redes ul.redes_sociales li {
    list-style: none;
    display: inline-block;
    margin: 0 .45rem;
}

.header .redes ul.redes_sociales li:first-child {
    margin: 0 .5rem 0 0;
}

.header .redes ul.redes_sociales li a {
    color: #a5a5a5;
    font-size: 1.6rem;
}

.header .redes ul.redes_sociales li a:hover {
    color: #808080;
}

.header .redes ul.redes_sociales li a i[class*="fa-facebook"] {
    color: #395185;
}

.header .redes ul.redes_sociales li a i.fa-twitter {
    color: #55ACEE;
}

.header .redes ul.redes_sociales li a i[class*="fa-youtube"]  {
    color: #E52D27;
}

.header .redes ul.redes_sociales li a i.fa-soundcloud {
    color: #F57E20;
}

.header .redes .buscador_exp {
    margin: 0 0 0 auto;
}

.header .form-inline {
    justify-content: flex-end;
}

.header .buscador_exp input {
    border: none;
    border-bottom: 1px solid #e2e2e2;
    border-radius: 0;
    width: 220px;
    background: transparent;
}

.header .buscador_exp input::-webkit-input-placeholder {
    color: #a5a5a5;
}

.header .buscador_exp input:-ms-input-placeholder {
    color: #a5a5a5;
}

.header .buscador_exp input::-ms-input-placeholder {
    color: #a5a5a5;
}

.header .buscador_exp input::placeholder {
    color: #a5a5a5;
}

.header .buscador_exp button {
    background: transparent;
    color: #ccc;
    border: none;
    border-radius: 0;
    padding: 0;
}

.header .buscador_exp button:focus {
    box-shadow: none!important;
}

.header .buscador_exp button:active {
    background-color: transparent;
    border-color: transparent;
    color: #ccc;
}

.header .buscador_exp .form-control:focus {
    box-shadow: none;
}

#slider_home,
.carousel-inner,
.carousel-item {
    height: 285px
}

#slider_home .carousel-caption {
    bottom: 1rem;
    padding: 0;
}

.carousel-item img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 285px;
}

.header .menu_principal {
    background: var(--bg-color-principal);
}

.header .menu_principal ul {
    /*padding: 0 1rem;*/
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.header .menu_principal ul li {
    display: inline-block;
    /*padding: .5rem 0;*/
    /*padding: 1rem .1rem;*/
    /*margin: 0 .5rem;*/
    transition: .5s all;
    /*flex-basis: 0;*/
    flex-grow: 1;
    max-width: 100%;
    -ms-grid-row-align: center;
    align-self: center;
    text-transform: uppercase;
    position: relative;
}

.header .menu_principal ul li:hover {
    background: #881410;
}

.header .menu_principal ul li a {
    color: #fff;
    /*padding: .5rem 0;*/
    padding: 1.5rem .1rem;
    display: flex;
    justify-content: center;
    /*font-size: .9rem;*/
    font-size: 1.0rem;
    text-align: center;
    font-weight: 700;
}

.header .menu_principal ul li.current-menu-item {
    background: #881410;
}

.header .menu_principal ul li>.agregado_selector {
    background: #881410 !important;
}

.header .menu_principal ul li>.agregado_selector::after {
    content: '';
    background: #fff;
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    transition: .5s all;
}

.header .menu_principal ul li.current-menu-item::after {
    content: '';
    background: #fff;
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    transition: .5s all;
}

.header .menu_principal ul li::after {
    content: '';
    background: #fff;
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: .5s all;
}

.header .menu_principal ul li:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.video_ninios_class .video-js {
    width: 100%
}

footer .footer {
    /*margin: .8rem 0 0 0;*/
}

footer p,
footer span,
footer a {
    /*color: #bdc3c7*/
    color: #fff
}

footer .widget_footer {
    margin-top: 1rem;
}

footer .widget_footer .widget-title {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1.3rem;
    color: #bdc3c7;
    letter-spacing: 2px;
    font-size: 17px;
}

footer .widget_footer .textwidget {
    color: #a09999;
}

footer .widget_footer .sede_grupo {
    margin: .5em 0;
}

footer .widget_footer .sede_grupo .lugar_sede {
    padding: 0 0 0 1rem;
    display: block;
}

footer .widget_footer .sede_grupo .sede {
    font-weight: 700;
    /*color: #bdc3c7;*/
    color: #fff;
}

footer .widget_footer a {
    /*color: #bdc3c7;*/
    color: #fff;
    display: block;
    margin-bottom: .5rem;
    font-weight: 600;
}

.footer_bottom {
    /*background: #2E2E2E;*/
    background: #1D242A;
    color: #bdc3c7;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 1rem;
}

.footer_bottom .redes_sociales {
    margin: 0;
    padding: 0;
}

.footer_bottom .redes_sociales li {
    list-style: none;
    display: inline-block;
    margin: 0 .5rem;
}

.footer_bottom .redes_sociales li a {
    color: #bdc3c7;
}

.dataTables_paginate {
    display: block;
    margin: 2rem 0!important;
}

.dataTables_paginate .paginate_button {
    padding: .5rem 1rem;
    border: 2px solid #a31915;
    margin-right: .5rem;
    border-radius: .3rem;
    color: #a31915;
    font-weight: 600;
}

.dataTables_paginate .paginate_button.current {
    border: 2px solid rgba(163, 25, 21, 0.5);
    color: rgba(163, 25, 21, 0.5);
}

/*.titulo_seccion_index {

    padding: 1rem;

    margin: 1rem 0;

    background: var(--bg-color-principal);

    color: #fff;

    font-size: 1.5rem

}*/

.titulo_seccion_index {
    padding: 0;
    margin: 1rem 0 1rem 0;
    background: transparent;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    font-family: Arvo;
    text-transform: uppercase;
}

.titulo_seccion_index h6 {
    background: var(--bg-color-principal);
    color: var(--bg-color-blancotitulo);
    padding: 7px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.titulo_seccion_index::before {
    background: var(--bg-color-principal) none repeat scroll 0 0;
    bottom: 0px;
    content: "";
    height: 2.5px;
    left: 0;
    position: absolute;
    width: 100%;
    margin: 0px;
}

.titulo_seccion_index::after {
    /*background-image: url(http://politicalwp.themeslr.com/wp-content/themes/politicalwp/images/sidebar-pattern.png);*/
    background-repeat: repeat;
    background-color: transparent;
    content: "";
    height: 20px;
    margin: 3px 0 0 15px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.titulo_seccion_index span {
    font-size: 1rem!important
}

.nuevo_title {
    padding: 0;
    margin: 1rem 0 1rem 0;
    background: transparent;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    font-family: Arvo;
    text-transform: uppercase;
}

.nuevo_title h6 {
    background: var(--bg-color-principal2);
    color: var(--bg-color-blancotitulo);
    padding: 7px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.nuevo_title::before {
    background: var(--bg-color-principal2) none repeat scroll 0 0;
    bottom: 0px;
    content: "";
    height: 2.5px;
    left: 0;
    position: absolute;
    width: 100%;
    margin: 0px;
    margin-left: 50px;
}

.nuevo_title::after {
    background-repeat: repeat;
    background-color: transparent;
    content: "";
    height: 20px;
    margin: 3px 0 0 15px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    width: 100%;
/*    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);*/
}

.nuevo_title span {
    font-size: 1rem!important
}

.seccion_ultimas_pub ul.lib {
    padding: 0;
    list-style: none;
}

.seccion_ultimas_pub ul li.lib {
    display: flex;
        flex-direction: column;
    margin-bottom: 1rem;
}

.seccion_ultimas_pub ul li.lib img {
    width: 100%;
    height: auto;
    flex: 0 0 100%;
}

.seccion_ultimas_pub ul li span {
    display: flex;
    padding: .5rem;
}

.pagina_inicio .ver_mas {
    text-align: right;
    position: relative;
}

.pagina_inicio .ver_mas::after {
    content: '';
    width: 80%;
    height: 1px;
    position: absolute;
    background: #e0e0e0;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.pagina_inicio .ver_mas a {
    color: #34495e;
    font-weight: 600
}

.pagina_inicio .ver_mas2 {
    text-align: right;
    position: relative;
}

.pagina_inicio .ver_mas2::after {
    content: '';
    width: 60%;
    height: 1px;
    position: absolute;
    background: #e0e0e0;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.pagina_inicio .ver_mas2 a {
    color: #34495e;
    font-weight: 600
}

.destados_pub .destacado_item .titulo_destacado {
    display: block;
    font-weight: 600;
    margin-bottom: .8rem;
}

.texto_biblioteca span a {
    font-weight: 600;
    text-transform: uppercase;
    color: #34495e;
    text-decoration: underline;
}

.destados_pub .sub_titulo {
    display: block;
    /*font-weight: 600;*/
    margin-bottom: .7rem;
    margin-bottom: .8rem;
}

.destados_pub p {
    font-size: .9rem;
    color: #34495e;
    /* height: 150px;*/
    display: block;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    /*margin-bottom: .8rem;*/
    /*display: -webkit-box;
    line-height: 16px;*/
    /* fallback */
    /*max-height: 64px;*/
    /* fallback */
    /*-webkit-line-clamp: 4;*/
    /* number of lines to show */
}

.destados_pub {
    overflow: hidden;
}

.destados_pub .slider_destacado {
    top: -5px;
    overflow: hidden;
}

.informacion_pub .informacion_item img,
.medios_pub .medios_item img {
    max-width: 100%;
    width: 130px!important;
}

.noticia-pincipal .sede {
    background: #000;
    padding: 2px;
    color: #fff;
}

.b-14 {
    margin-bottom: 14px;
}

.noticia-pincipal .sede .noticas_secundarias .sede {
    background: #000;
    padding: 2px;
    color: #fff;
}

.noticia-pincipal .titulo {
    margin-top: 14px;
    font-weight: 500;
}

.noticas_secundarias a,
.noticia-pincipal a {
    color: #34495e!important;
}

.noticia-pincipal .sede,
.noticas_secundarias .sede {
    padding: .3rem 1rem;
    background: #000;
    color: #fff;
    margin: 1rem 0;
    display: inline-block;
}

.noticia-pincipal .info-noticias i,
.noticas_secundarias .info-noticias i {
    padding: .3rem;
    background: #A5A5A5;
    color: #fff;
    font-size: .7rem;
    margin-right: .5rem;
}

.noticia-pincipal p,
.noticas_secundarias p {
    margin-top: 14px;
    color: #34495e
}

.noticas_secundarias .imagen_noticia_Sec {
    width: 30%;
    flex: 0 0 30%;
    height: auto;
}

.noticas_secundarias .imagen_noticia_Sec img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 105px!important;
    height: 100%;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -webkit-optimize-contrast;
}

.noticas_secundarias .contenedor_datos_noticas {
    margin-left: 1rem;
}

.buscador_causas .form-group input {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ccc;
}

.form-group input.invalid {
    color: red;
    border-bottom: 1px solid red;
}

#form_causas .form-group input.invalid {
    color: red;
    border: 1px solid red;
}

.form-group input.invalid::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: red;
}

.form-group input.invalid::-moz-placeholder {
    /* Firefox 19+ */
    color: red;
}

.form-group input.invalid:-ms-input-placeholder {
    /* IE 10+ */
    color: red;
}

.form-group input.invalid:-moz-placeholder {
    /* Firefox 18- */
    color: red;
}

.buscador_causas .form-group input:focus {
    background-color: transparent;
    border-color: none;
    outline: 0;
    box-shadow: none;
    border-bottom: 1px solid var(--bg-color-principal);
}

.buscador_causas button,
.btn_g .bton_g,
.btn-visitas,
.btn_modal_fancy {
    margin-left: auto;
    display: block;
    background: var(--bg-color-principal);
    border: transparent;
    padding: .5rem 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
    outline: none;
}

.bton_d {
    background-color: #808B96;
    border-color: #808B96;
    margin-left: auto;
    display: block;
    background: var(--bg-color-principal);
    border: transparent;
    padding: .5rem 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
    outline: none;
}

.buscador_causas button:focus,
.btn_g .bton_g:focus,
.btn_d .bton_d:focus,
.btn-visitas:focus {
    box-shadow: none;
}

.buscador_causas button:hover,
.btn_g .bton_g:hover,
.btn-visitas:hover {
    background-color: #881410!important;
    border-color: #881410!important;
}

.btn_d .bton_d:hover {
    background-color: #808B96!important;
    border-color: #808B96!important;
}

.btn_azul:hover {
    background-color: rgba(0, 0, 255, 0.8)!important;
    border-color: rgba(0, 0, 255, 0.8)!important;
}

.btn.btn_causas:hover {
    background-color: #881410;
    border-color: #881410;
}

.btn.btn_causas:focus {
    background-color: #881410!important;
    border-color: #881410!important;
}

.btn.btn_causas:active {
    background-color: #881410!important;
    border-color: #881410!important;
}

.btn.btn_causas:active:focus {
    box-shadow: none!important;
}

.buscador_causas button:active,
.btn_g .bton_g:active,
.btn-visitas:active {
    background-color: #881410!important;
    border-color: #881410!important;
}

.btn_d .bton_d:active{
    background-color: #808B96!important;
    border-color: #808B96!important;
}

.buscador_causas button:active:focus,
.btn_g .bton_g:active:focus,
.btn_d .bton_d:active:focus,
.btn-visitas:active:focus {
    box-shadow: none!important;
}

.wdc_calendar {
    width: 100%!important;
}

.wdc_calendar .calendar_flex {
    display: flex;
}

.wdc_calendar ul#cats {
    padding: 1rem!important;
    width: 30%;
    flex: 0 0 30%;
}

.wdc_calendar ul li {
    width: 100%
}

.slick-slider {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.bg-gris {
    /*background: transparent;*/
    background: #2E2E2E;
    background: #1D242A;
    color: #fff;
    border-bottom: 1px solid #cccccc1f;
    margin: 0 1rem;
}

.footer_bottom {
    padding: 2rem 0;
}

.enlaces_externos img {
    /*height: 100%;*/
    border-radius: 50%;
    width: 70px!important;
    min-width: 70px;
    height: 70px!important;
}

.submenu_institucion ul {
    display: flex;
    margin: 0 1rem;
    background: #f8f9fa;
    padding: 0;
    list-style: none;
}

.submenu_institucion ul li {
    display: flex;
    /* flex-basis: 0; */
    flex-grow: 1;
    max-width: 100%;
    text-align: center;
    justify-content: center;
    position: relative;
}

.submenu_institucion ul li::before {
    content: '';
    transition: .5s all;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.submenu_institucion ul li:hover::before {
    background: #a31915;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.no_title_remove .cs-title {
    display: none;
}

.no_title_remove .cs-fieldset {
    margin: 0
}

/*.submenu_institucion ul li a::after {

    content: '';

    width: 100%;

    height: 40%;

    background: #f9f9f900;

    position: absolute;

    right: -9px;

    top: 50%;

    transform: translateY(-50%);

    border-right: 0.1rem solid #a31915;

}*/

.submenu_institucion ul li:last-child a::after {
    background: transparent;
    border-right: none;
}

.submenu_institucion ul li:hover a {
    color: #F8F9FA;
}

.submenu_institucion ul li a {
    font-size: .7rem;
    text-align: center;
    padding: 0.68rem 0;
    color: #a5a5a5;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 2;
    position: relative;
}

.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar {
    width: 280px;
    position: relative;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    color: #000 !important;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #a31915;
    color: #fff;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #a31915;
}

#sidebar ul p {
    color: #000;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    color: #000;
}

#sidebar ul li a:hover {
    color: #E7453A;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #000;
    background: #6d7fcc;
}

a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before,
a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}

a[aria-expanded="true"]::before {
    content: '\e260';
}

ul ul a {
    font-size: 0.9em;
    padding-left: 30px;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #000;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

.i_selected {
    background: #a31915;
}

.i_selected a {
    color: #fff!important;
}

.sidebar-header h3 {
    margin-bottom: 0;
    text-align: center;
}

.institucional-cont {
    padding: 55px 20px 55px 0;
}

.btn_descargar_boletin {
    margin-left: .5rem;
    padding: .5rem;
    border-radius: .3rem;
    background: #901714;
}

.spider_categories p {
    transition: .5s all;
}

.spider_categories p:hover {
    background-color: #a31915!important;
}

.spider_categories p:focus {
    background-color: #a31915!important;
}

.sentencias_pub table {
    font-size: .9rem;
}

.pagina_institucional {
    padding: 1rem 0;
}

.pagina_institucional h4 {
    font-size: 20px;
    border-bottom: none;
}

.pagina_institucional h1 {
    font-size: 24px;
    margin: 25px 0 20px;
}

.pagina_institucional h2,
.pagina_institucional h3,
.pagina_institucional h1,
.pagina_institucional h4 {
    /*border-bottom: 1px solid #eee;
    padding-bottom: 9px;*/
    border-bottom: none;
    font-weight: 600;
    margin: 0;
    padding-bottom: 0;
    letter-spacing: 2px
}

.pagina_institucional img.size-full {
    width: 100%;
    height: auto;
}

.pagina_institucional img {
    max-width: 100%;
    height: 415px;
    width: auto;
}

.pagina_institucional .fotos_pleno img {
    max-width: 100%;
    height: 415px!important;
    width: auto!important;
}

.post_nots_pren.informacion_adic,
.informacion_adic {
    background: #E1F3FF;
    padding: 1rem;
    border-radius: .3rem;
    margin-bottom: 1rem;
}

.flec_de,
.flec_iz {
    font-size: 1.5rem;
    cursor: pointer;
}

.menu_respo {
    background: #A31915!important
}

.menu_respo #menu_responsive_p ul {
    display: block;
    flex-wrap: inherit;
}

.menu_respo #menu_responsive_p ul li {
    display: block;
}

.menu_respo #menu_responsive_p ul li:hover {
    background: transparent;
}

.menu_respo #menu_responsive_p ul li::after {
    display: none;
}

.menu_respo #menu_responsive_p ul li a {
    color: #fff;
}

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

.menu_sub_respo ul li {
    color: #a5a5a5;
    font-weight: 600;
    padding: .5rem 0;
    text-transform: uppercase;
}

.menu_sub_respo ul li a {
    color: #a5a5a5;
}

.pagina_institucional.pleno-tax .imagen_foto {
    display: flex;
    flex: 0 0 100%;
    text-align: center;
    justify-content: center;
}

.pagina_institucional.pleno-tax .imagen_foto img {}

.pagina_institucional.pleno-tax .contenido_pleno {
    margin: 1rem 0 1.8rem 0;
}

.pagina_institucional.pleno-tax .contenido_pleno .nombre_pleno {
    font-size: 1.3rem;
    font-weight: 600;
}

.pagina_institucional .curr_usuario {}

.pagina_institucional .curr_usuario a {
    background: var(--bg-color-principal);
    padding: .5rem 1.5rem .5rem 2.2rem;
    display: -webkit-inline-box;
    margin-top: .5rem;
    border-radius: .3rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    transition: .5s all;
}

.pagina_institucional .curr_usuario a:hover {
    background: #B53629;
}

.pagina_institucional .curr_usuario a::before {
    content: '\f56d';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 1rem;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.video-modal-audiencia {
    width: 100%;
    height: 500px;
}

.video-modal-prensa {
    width: 100%;
    height: 280px;
}

.archivo_pdf_memorias {
    display: flex;
    text-align: center;
}

.archivo_pdf_memorias .enlace_ {
    display: flex;
    flex: 0 0 100%;
}

.archivo_pdf_memorias .enlace_ .curr_usuario {
        flex: 0 0 70%;
    width: 70%;
}

.archivo_pdf_memorias .enlace_ .curr_usuario a {
    border: 1px solid var(--bg-color-principal);
    padding: .5rem 1.5rem .5rem 2.2rem;
    display: block;
    background: transparent;
    margin-top: 0;
    border-radius: 0 0 0 .3rem;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    position: relative;
    transition: .5s all;
}

.archivo_pdf_memorias .tamanio {
    display: flex;
    flex: 0 0 30%;
    width: 30%;
    color: #000;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    border: 1px solid var(--bg-color-principal);
    border-radius: 0 0 .3em 0;
    border-left: 1px solid #00000029;
}

.memorias-tax .titulo {
    text-align: center;
    padding: .5rem 1rem;
    font-weight: 600;
    font-size: 1rem;
    background: #a31915;
    color: #fff;
    text-transform: uppercase;
    border-radius: .3rem .3rem 0 0;
}

#imgs {
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 25%;
    transition: -webkit-transform .1s;
    transition: transform .1s;
    transition: transform .1s, -webkit-transform .1s;
    /* default */
    -webkit-transition: transform .1s;
    /* Webkit browsers (safari...) */
    -moz-transition: transform .1s;
    /* Mozilla browsers (Firefox) */
    -o-transition: transform .1s;
    /* Opera browser */
    -ms-transition: transform .1s;
    /* Microsoft browsers (IE...) */
}

#imgs>div {
    max-width: 9%;
    -webkit-perspective: 500px;
    perspective: 500px;
    z-index: 1;
}

#imgs img {
    display: block;
    max-width: 100%;
    height: auto;
}

.submenu_institucion_2 {
    position: relative;
    height: 50px;
    margin: 0 1rem;
    background: #f8f9fa;
    overflow: hidden;
}

.submenu_institucion_2 ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
    transition: -webkit-transform .1s;
    transition: transform .1s;
    transition: transform .1s, -webkit-transform .1s;
    -webkit-transition: transform .1s;
    -moz-transition: transform .1s;
    -o-transition: transform .1s;
    -ms-transition: transform .1s;
}

.submenu_institucion_2 ul li {
    display: flex;
    position: relative;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.submenu_institucion_2 ul li:hover a {
    color: #F8F9FA;
}

.submenu_institucion_2 ul li a {
    font-size: .8rem;
    text-align: center;
    padding: 1rem;
    color: #a5a5a5;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 2;
    position: relative;
}

.submenu_institucion_2 ul li::before {
    content: '';
    transition: .5s all;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 0 1rem;
}

.submenu_institucion_2 ul li:hover::before {
    background: #a31915;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.submenu_institucion_2 ul li:last-child a::after {
    background: transparent;
    border-right: none;
}

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

.sub_menu_vertical ul li.current-menu-item {
    background: var(--bg-color-principal);
    color: #fff!important;
}

.sub_menu_vertical ul li.current-menu-item a {
    color: #fff!important;
}

.sub_menu_vertical ul li a {
    font-size: 1rem;
    padding: .7rem 2.5rem;
    color: #4e4e4ee6!important;
    display: block;
    font-weight: 600;
    letter-spacing: 1px;
    /*text-transform: capitalize;*/
    position: relative;
    transition: .2s all;
    border-bottom: 1px solid #cccccc52;
}

.sub_menu_vertical ul li a::before {
    content: "\f111";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    left: .86rem;
    top: 50%;
    font-weight: 600;
    -webkit-transform: translateY(-51%);
    transform: translateY(-51%);
    font-size: .5rem;
    color: #dee2e6;
}

.sub_menu_vertical ul li a:hover {
    background: var(--bg-color-principal);
    color: #fff!important;
}

.video-js .vjs-big-play-button {
    left: 50% !important;
    top: 50% !important;
    width: 50px!important;
    height: 49px!important;
    border-radius: 50px!important;
    margin: 0 auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pleno-nota-p {}

.pleno-nota-p .items_not_p {}

.pleno-nota-p .items_not_p .contenedor_img {
    height: 300px;
    overflow: hidden;
    margin-bottom: 1rem;
}

.pleno-nota-p .items_not_p .contenedor_img .img_nota_p {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.pleno-nota-p .items_not_p .date_post_not {
    display: inline-block;
    text-transform: capitalize;
    /*margin-bottom: .9rem;*/
    font-weight: 600;
    color: #999;
}

.pleno-nota-p .items_not_p .ubicacion {
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
}

.pleno-nota-p .informacion_adic {
    display: flex;
    justify-content: space-between;
}

.pleno-nota-p .items_not_p h5 a {
    color: #222;
}

.pleno-nota-p .items_not_p p {
    color: #5d5b5b;
    text-align: justify;
}

.pleno-nota-p .boton_leer_mas {
    display: block;
    text-align: right;
}

.pleno-nota-p .informacion_adic {
    display: flex;
    justify-content: space-between;
}

.pleno-nota-p .btn_leer_mas {
    margin-left: auto;
    background: var(--bg-color-principal);
    padding: .5rem 1rem;
    border-radius: .3rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.pagina_institucional.comunicados .size-full,
.pagina_institucional.notas-de-prensa .size-full {
    width: 100%;
    height: auto;
}

.cec_notas_ul {
    overflow: hidden;
    border-radius: .3rem;
    border: 1px solid #ccc;
}

.cec_notas_ul li.titulo_ul_notas {
    padding: .5rem;
    text-align: center;
    font-weight: 600!important;
    background: #E6E6E6;
}

.cec_notas_ul li.titulo_ul_notas h5 {
    margin: 0;
}

.cec_notas_ul li {
    border-bottom: 1px solid #ccc;
}

.cec_notas_ul li:last-child {
    border-bottom: none;
}

.li_post_notas {
    flex: 0 0 30%;
}

.contenedor_img img {
    width: 100%;
    height: auto;
    margin: 0!important
}

.titulo_g {
    flex: 0 0 70%;
    padding: .8rem
}

.titulo_g span {
    display: flex;
    align-items: center;
    height: 100%;
    padding: .5rem;
}

.titulo_g span a {
    color: #34495e;
}

.calendario_mes {
    margin: .8rem;
    border-radius: .5rem;
    overflow: hidden;
}

.calendario_mes .meses {
    padding: 0;
    text-align: center;
    margin: 0;
}

.calendario_mes .meses .mes {
    flex-grow: 1;
    max-width: 100%;
    cursor: pointer;
    padding: .7rem 0;
    border-right: 1px solid #c7c3c3;
    color: #fff;
    background: #e0e0e0;
    pointer-events: none;
    font-weight: 600;
    transition: .5s all;
}

.top_pdf {
    margin: 0 .8rem;
    margin: 0 .8rem;
    padding: .6rem 1rem;
    background: #a31915;
    color: #fff;
    border-radius: .5rem .5rem 0 0;
}

.top_pdf a {
    color: #fff;
}

.informacion_reso h5 {
    flex: 0 0 100%;
}

.calendario_mes .meses .mes.active_select {
    pointer-events: auto!important;
    background: #a31915;
    border-right: 1px solid #921512;
}

.calendario_mes .meses .mes:hover {
    background: #921512;
}

.calendario_mes .meses .mes:last-child {
    border-right: transparent;
}

.list_enlaces_interes {
    -moz-column-count: 2;
    -moz-column-gap: 50px;
    -webkit-column-count: 2;
    -webkit-column-gap: 50px;
    column-count: 2;
    column-gap: 50px;
}

.list_enlaces_interes li i {
    padding: 1.8rem;
    margin-right: 1rem;
    background: #e6e6e6;
    border-radius: 50pt;
    color: #fff;
    position: relative;
    transition: .3s all;
}

.list_enlaces_interes li i::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.list_enlaces_interes li:hover i {
    background: var(--bg-color-principal);
}

.list_enlaces_interes li a {
    color: #222;
    font-size: 1.3rem;
    font-weight: 600
}

.list_enlaces_interes li .img_ico_ot_enlaces {
    width: 57px;
    height: 57px;
    border-radius: 50pt;
    margin-right: 1rem;
}

.text_ecofi_h5 {
    margin: 1.5rem 0 1rem 0!important;
    text-transform: uppercase;
    font-weight: 600;
    color: #525151;
}

.archivo_anio {
    background: var(--bg-color-principal);
    color: #fff;
    border-radius: .3em;
    overflow: hidden;
}

.archivo_anio span {
    padding: .3rem 0;
    border-bottom: 1px solid #17151526;
}

.archivo_anio .archivo {
    adding: .3rem 0;
    font-size: 1.2rem;
    background: #ab1f1a;
}

.sub_menu_vertical {
    padding: 0;
}

.sub_menu_vertical ul.menu::before {
    content: '';
    display: block;
    padding: 1rem;
    color: #b9b9b9;
    border-bottom: 1px solid #cccccc52;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

.error_class span.span_cuatro {
    font-size: 10rem;
    display: block;
    text-align: center;
    font-weight: 600;
}

.error_class span.d {
    display: block;
    text-align: center;
    padding: 0 0 1rem 0;
    font-weight: 600;
    font-size: 1.5rem;
}

.comentario_body {
    display: flex;
    flex-wrap: wrap;
}

.comentario_body .foto_comentario {
    flex: 0 0 15%;
    width: 15%;
}

.comentario_body .foto_comentario img {
    width: 100%;
    height: auto;
    border-radius: .3rem;
    padding: .5rem;
}

.comentario_body .datos_e_comentarios {
    flex: 0 0 83%;
    background: rgba(225, 225, 225, 0.5);
    border-radius: .3rem;
    margin: 0 .3rem;
    padding: 1rem;
}

.comentario_body .boton_responder {
    text-align: right;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}

.comentario_body .boton_responder a {
    color: #34495e;
}

.comentario_body .datos_e_comentarios p {
    padding: 1rem;
    margin: 0;
    text-align: justify;
    text-transform: capitalize;
}

.comment-form label {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
}

.comment-form textarea,
.comment-form input {
    width: 100%;
    border-radius: .3rem;
    border: 1px solid #c3c8cc;
    padding: .5rem
}

.comment-form input[type="submit"] {
    width: auto;
    display: flex;
    margin-left: auto;
}

.vermas_btn_banner {
    background: var(--bg-color-principal);
    padding: .5rem 1rem;
    color: #fff
}

a[aria-expanded="false"]::before,
a[aria-expanded="true"]::before {
    content: '';
}

.titulo_menu_b {
    padding: 1rem;
    color: #b9b9b9;
    border-bottom: 1px solid #cccccc52;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

table {
    table-layout: fixed;
    font-size: .9rem;
}

table.causas thead,
table.visitas thead {
    display: table-header-group;
    background: #E1F3FF!important
}

.table td,
.table th {
    border-top: none;
    border-bottom: 1px solid #ccc;
}

.mayor_espacio_25 {
    width: 20%;
}

.mayor_espacio_30 {
    width: 30%;
}

.mayor_espacio_40 {
    width: 35%;
}

.mayor_espacio_15 {
    width: 10%;
}

.mayor_espacio_20 {
    width: 15%;
}

.mas_tamanio_8 {
    width: 12%;
}

.mas_tamanio_10 {
    width: 8%;
}

.mas_tamanio_5 {
    width: 6%;
}

.contenido_d_tc_p {
    background: #fff;
    margin: 0 1rem;
}

.contenido_d_tc_p .bg_segund_op {
    background: #F5F6F7;
    padding: 0;
}

.wp-pagenavi {
    margin: 3rem 0 1rem 0;
    text-align: center;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border-color: #bfbebe;
    background: #e6e6e6;
}

.wp-pagenavi a,
.wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #90909069;
    padding: .5rem;
    margin: 0 .5rem 0 0;
    color: #909090;
    font-weight: 600;
    border-radius: .3rem;
}

.paginacion_b .pagination {
    align-items: center;
    justify-content: center;
    margin: 2rem 0;
}

.paginacion_c .pagination {
    align-items: center;
    justify-content: center;
    margin: 2rem 0;
}

.btn_causas {
    background: var(--bg-color-principal);
    color: #fff;
    border: transparent;
}

.btn_causas:hover {
    background: #b9201b;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #a31915b5;
    border-radius: 0;
}

.nav-pills .nav-link {
    border-radius: .25rem;
    color: #4e4e4ee6;
    font-weight: 600;
    border-bottom: 1px solid #cccccc4f;
    border-radius: 0;
    padding: .9rem 1rem;
    letter-spacing: 1px;
}

.titulo_tabs h1 {
    margin: 0;
    font-weight: 600;
    /* opacity: .8; */
    font-size: 1rem;
    padding: .8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    border: none;
    background: #a31915b5!important;
}

.tabs_contenedor_ff .row {
    border-right: 1px solid #eaeaea;
    margin: 0;
    /*padding: 1rem 0;*/
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
}

.tabs_contenedor_ff .row .col-3 {
    border-right: 1px solid #eaeaea;
    padding: 1rem;
}

.derecha_tabs_ff {
    padding: 0 1rem;
}

a[aria-expanded="true"] {
    color: #fff;
}

.titulo_movil_ff {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    color: #7e8a96;
}

.slide-content {
    -webkit-animation-name: render-fix;
    animation-name: render-fix;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
}

.no_hay_datos {
    border-top: 1px solid #34495e6b;
    padding: 1rem 0!important;
    border-bottom: 1px solid #34495e6b!important;
}

#button {
    display: inline-block;
    background-color: var(--bg-color-principal);
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 1rem;
    right: .5rem;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button i {
    position: relative;
    color: #fff;
    font-size: 1.2rem;
    width: 100%;
    height: 100%;
}

#button i::before {
    content: "\f106";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

.datepicker-months .datepicker-switch {
    opacity: 0;
    pointer-events: none;
}

.datepicker-months .prev {
    opacity: 0;
    pointer-events: none;
}

.datepicker-months .next {
    opacity: 0;
    pointer-events: none;
}

body.wcs_modal--opened> :not(#wcs-vue-modal),
body.wcs_modal--opened::before,
body.wcs_modal--opened::after {
    -webkit-filter: none;
    filter: none;
}

.wcs-timetable--monthly-calendar .wcs-table-td--full .wcs-day-agenda {
    padding: 1rem;
}

.wcs-timetable--monthly-calendar .wcs-class__title {
    font-size: 110%;
    margin: .25em 0 .8rem 0!important;
    font-weight: 600;
}

.filtros_calendar .item_filt {
    display: flex;
    align-items: center;
    margin-bottom: .3rem;
}

.filtros_calendar .item_filt.sp .color_bg {
    background: #FF9933;
}

.filtros_calendar .item_filt.ss .color_bg {
    background: #FFCC00;
}

.filtros_calendar .item_filt.vc .color_bg {
    background: #8E44AD;
}

.filtros_calendar .item_filt.al .color_bg {
    background: #1ABC9C;
}

.filtros_calendar .item_filt.als1 .color_bg {
    background: #E74C3C;
}

/*.filtros_calendar .item_filt.als2 .color_bg {
    background: #E74C3C;
}*/

.filtros_calendar .item_filt.aa .color_bg {
    background: #94C431;
}

.filtros_calendar .item_filt.ld .color_bg {
    background: #3498DB;
}

.filtros_calendar .item_filt.oe .color_bg {
    background: #212F3D;
}

.filtros_calendar .item_filt .color_bg {
    width: 15px;
    height: 15px;
    background: #9F9FFF;
    border-radius: 50%;
    margin-right: .5rem;
}

.filtros_calendar .item_filt span {
    font-weight: 600;
    opacity: .8;
}

.monthly-day,
.monthly-day-blank {
    overflow: hidden;
}

.wsp-container a {
    color: #34495e;
    border-bottom: 1px solid #34495e;
    background: transparent!important;
    padding: 0
}

.calendario_select_vi_report .table-condensed {
    font-size: 1.1rem;
    margin: 1rem auto;
    color: #444;
}

.calendario_select_vi_report .table-condensed th,
.calendario_select_vi_report .table-condensed td {
    width: 30px;
    height: 30px;
}

.calendario_select_vi_report .table-condensed th.active,
.calendario_select_vi_report .table-condensed td.active {
    background-image: none;
    background-color: #a31915!important;
}

.calendario_select_vi_report .table-condensed th.active:hover,
.calendario_select_vi_report .table-condensed td.active:hover {
    background-image: none;
    background-color: #a31915!important;
}

.calendario_select_vi_report .table-condensed tfoot .today {
    display: none!important
}

.slick-vertical .slick-slide {
    display: block;
    /*height: 170px;*/
    border: 1px solid transparent;
    overflow: hidden;
    /*margin-bottom: .5rem;*/
}

.notas-de-prensa img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: .5rem 0
}

.nav-tabs .nav-link.active {
    font-weight: 600;
    background: #ce5854;
    color: #fff;
    border-radius: .5rem;
    border: 2px solid #ce5854;
}

.nav-tabs .nav-link {
    color: #ce5854;
    font-weight: 600;
    border: 2px solid #ce5854;
    border-radius: .5rem;
}

.nav-tabs {
    border: none!important;
}

.nav-tabs .nav-item {
    margin-right: 1rem;
}

table tr.fila_alerta {
    background: #F8D7DA;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    font-weight: 600;
}

#message_reclamo {
    display: block;
    width: 100%;
    padding: 0 1rem;
}

#message_reclamo p {
    color: #fff;
    background: #80cc80;
    display: block;
    width: 100%;
    margin: 0;
    padding: .8rem;
}

#wp-admin-bar-new-content,
#wp-admin-bar-edit,
#wp-admin-bar-comments,
#wp-admin-bar-search,
#wp-admin-bar-wp-logo {
    display: none
}

#formulario_reclamo,
#formulario_solicitud_informacion {
    width: 100%
}

#formulario_reclamo input,
#formulario_reclamo textarea,
#formulario_reclamo select,
#formulario_consulta_reclamos input,
#formulario_consulta_reclamos select,
#formulario_solicitud_informacion input,
#formulario_solicitud_informacion select,
#formulario_solicitud_informacion textarea {
    background: #fff;
    border: 1px solid #ccc;
    padding: .8rem;
    height: auto;
    border-radius: .5rem;
}

#formulario_reclamo select,
#formulario_consulta_reclamos input,
#formulario_consulta_reclamos select,
#formulario_solicitud_informacion input,
#formulario_solicitud_informacion select {
    height: 50px
}

.acf-table {
    border: transparent;
}

.acf-table>thead>tr>th {
    border-color: transparent;
    border-width: 0 0 1px 1px;
    padding: 8px 8px 0 8px;
}

.acf-table>thead>tr>th label {
    font-size: 1rem;
    display: block;
    font-weight: bold;
    margin: 0 0 3px;
    padding: 0;
    color: #34495e;
}

.acf-table>tbody>tr>td {
    border-color: transparent;
    border-width: 1px 0 0 1px;
}

#formulario_reclamo .acf-form-submit input,
#formulario_consulta_reclamos a.btn,
#formulario_solicitud_informacion .acf-form-submit input,
#formulario_solicitud_informacion a.btn {
    background: #a31915;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 1rem;
    border: none;
}

#formulario_consulta_reclamos a.btn {
    margin: 1rem 0;
    padding: .5rem 2rem;
}

#formulario_consulta_reclamos a.focus,
#formulario_consulta_reclamos a:focus {
    box-shadow: none!important;
}

#formulario_consulta_reclamos label {
    display: block;
    font-weight: bold;
    margin: 0 0 3px;
    padding: 0;
}

#formulario_reclamo .acf-form-submit input:active,
#formulario_reclamo .acf-form-submit input:hover,
#formulario_consulta_reclamos a.btn:active,
#formulario_consulta_reclamos a.btn:hover,
#formulario_solicitud_informacion .acf-form-submit input:hover,
#formulario_solicitud_informacion a.btn:active,
#formulario_solicitud_informacion a.btn:hover {
    background: #981814;
}

#formulario_reclamo textarea:focus,
#formulario_reclamo input:focus #formulario_reclamo select:focus,
#formulario_solicitud_informacion textarea:focus,
#formulario_solicitud_informacion input:focus #formulario_solicitud_informacion select:focus {
    outline: none;
    border-color: inherit;
    box-shadow: none;
    border: 1px solid #ddd;
    outline-color: #fff!important;
}

.acf-file-uploader .file-icon img {
    height: auto!important;
}

.acf-fields.-border {
    border: none!important;
    background: #fff;
}

.listado_calendar {
    font-weight: 600;
    border-radius: .3rem;
    text-transform: uppercase;
}

.btn_azul {
    transition: .5s all;
    background: rgba(0, 0, 255, 0.67)!important;
}

.biblioteca_pub {
    position: relative;
    overflow: hidden;
}

@-webkit-keyframes render-fix {
    100% {
        -webkit-font-smoothing: subpixel-antialiased;
    }
}

@keyframes render-fix {
    100% {
        -webkit-font-smoothing: subpixel-antialiased;
    }
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media (min-width: 768px) {
    .card-columns {
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 992px) {
    .card-columns {
        -webkit-column-count: 2;
        column-count: 2;
    }
    .wcs-timetable__container.wcs-timetable--with-filters:not(.wcs-timetable--filters-center) .wcs-filters__container {
        flex-basis: 270px;
        flex-grow: 0;
    }
}

@media (min-width: 1200px) {
    .card-columns {
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media (max-width: 768px) {
    :root {
        font-size: 16px;
        font-size: .9rem;
    }
    .bg-blanco {
        margin: 0;
        padding: 0;
    }
    .paginas_causas .izquierda .bg-blanco {
        margin-right: 15px!important;
    }
    .header .redes.redes_2 {
        padding: 0;
    }
    .enlaces_contenedor_2 {
        margin: 0 auto;
        overflow-x: auto;
    }
    .header .redes ul {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .header .enlaces_contenedor_2 ul li {
        display: inline-block;
        padding: .5rem 0;
        position: relative;
        margin: 0 .2rem;
        width: 117px;
    }
    .header .enlaces_contenedor_2 ul li a {
        padding: .3rem;
        color: #a5a5a5;
        font-size: 12px;
        margin: 0 .1rem;
        display: block;
        font-weight: 600;
    }
    .header .menu img {
        width: 23rem!important;
    }
    #slider_home,
    .carousel-inner,
    .carousel-item,
    .carousel-item img {
        height: 6rem;
    }
    .container-header {
        padding: 1rem 1rem 0 1rem!important;
        overflow: hidden;
    }
    .container-header .menu {
        padding-bottom: 1rem;
    }
    .contenedor_buscador {
        background: #f8f9fa!important;
    }
    .contenedor_buscador .form-group {
        width: 90%;
        flex: 0 0 90%;
        margin: 0!important;
    }
    .contenedor_buscador .form-group input {
        color: #a5a5a5;
        font-size: .9rem;
        margin: 0 .1rem;
        display: block;
        font-weight: 600;
        width: 100%;
        text-transform: uppercase;
        border: none;
    }
    .contenedor_buscador button {
        width: 10%;
        flex: 0 0 10%;
        margin: 0!important;
    }
    .sentencias_pub table#table_sentencias_pub {
        font-size: .8rem;
    }
    .sentencias_pub table#table_sentencias_pub thead tr {
        text-transform: uppercase;
        font-size: .65rem;
        font-weight: 800!important;
    }
    .sentencias_pub table#table_sentencias_pub thead tr th {
        text-transform: uppercase;
        font-weight: 800;
    }
    .navbar-light .navbar-toggler {
        border-color: transparent;
        margin-left: auto;
    }
    .header. bg-blanco {
        margin: 0!important;
    }
    .list_enlaces_interes {
        -moz-column-count: 1;
        -moz-column-gap: 20px;
        -webkit-column-count: 1;
        -webkit-column-gap: 20px;
        column-count: 1;
        column-gap: 20px;
    }
    .header.bg-blanco {
        margin: 1rem 0 0 0!important;
    }
    table.causas {
        display: block;
    }
    table.causas tbody {
        display: block;
    }
    table.causas tbody tr {
        display: block;
        width: 100%;
        border-top: 1px solid #ccc;
    }
    table.causas tbody th,
    table.causas tbody td {
        display: block;
        padding-left: 50%;
        border-bottom: 1px solid #cccccc3d;
        position: relative;
    }
    table.causas thead {
        display: none;
    }
    table.causas tbody th:before,
    table.causas tbody td:before {
        content: attr(data-title);
        color: #34495e;
        position: absolute;
        left: 0;
        font-weight: 600
    }
    .mayor_espacio_25 {
        width: auto;
    }
    .contenido_d_tc_p {
        margin: 0
    }
    .derecha_tabs_ff {
        padding: 0;
    }
    .titulo_tabs h1 {
        font-size: 1rem;
    }
    .destacados_pp {
        height: auto;
    }
    .sentencias_pp {
        height: auto;
    }
    .destados_pub {
        overflow: hidden;
    }
    .destados_pub .slider_destacado {
        top: 3px;
        overflow: hidden;
    }
    .buscador_exp {
        margin-bottom: .5em;
    }
    .buscador_exp .bton_g {
        margin: 0 auto;
    }
    .buscador_exp .bton_d {
        margin: 0 auto;
    }
    .buscador_resol {
        flex-wrap: wrap;
    }
    .buscador_resol input {
        flex: 0 0 50%;
        margin: 0!important;
    }
    .buscador_resol button {
        width: 100%;
        margin: 1rem 0;
    }
    #contenedor-imagenes{
      content: '';
      background-color: rgba(0,0,0,.5);
      z-index: 3; 
    }
}

[data-tooltip] {
    position: relative;
    z-index: 10;
}
[data-tooltip]:before,
[data-tooltip]:after {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: 50%;
    bottom: calc(100% + 5px);
    pointer-events: none;
    transition: 0.2s;
    will-change: transform;
}
[data-tooltip]:before {
    content: attr(data-tooltip);
    padding: 10px 18px;
    min-width: 50px;
    max-width: 300px;
    width: max-content;
    width: -moz-max-content;
    border-radius: 6px;
    font-size: 14px;
    background-color: rgba(59, 72, 80, 0.9);
    background-image: linear-gradient(30deg, rgba(59, 72, 80, 0.44), rgba(59, 68, 75, 0.44), rgba(60, 82, 88, 0.44));
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
    color: #fff;
    text-align: center;
    white-space: pre-wrap;
    transform: translate(-50%, -5px) scale(0.5);
}
[data-tooltip]:after {
    content: '';
    border-style: solid;
    border-width: 5px 5px 0px 5px;
    border-color: rgba(55, 64, 70, 0.9) transparent transparent transparent;
    transition-duration: 0s;
    transform-origin: top;
    transform: translateX(-50%) scaleY(0);
}
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    opacity: 1;
}
[data-tooltip]:hover:before {
    transition-delay: 0.3s;
    transform: translate(-50%, -5px) scale(1);
}
[data-tooltip]:hover:after {
    transition-delay: 0.5s;
    transition-duration: 0.2s;
    transform: translateX(-50%) scaleY(1);
}
/* LEFT */

/* Tooltip + arrow */

[data-tooltip-location="left"]:before,
[data-tooltip-location="left"]:after {
    left: auto;
    right: calc(100% + 5px);
    bottom: 50%;
}
/* Tooltip */

[data-tooltip-location="left"]:before {
    transform: translate(-5px, 50%) scale(0.5);
}
[data-tooltip-location="left"]:hover:before {
    transform: translate(-5px, 50%) scale(1);
}
/* Arrow */

[data-tooltip-location="left"]:after {
    border-width: 5px 0px 5px 5px;
    border-color: transparent transparent transparent rgba(55, 64, 70, 0.9);
    transform-origin: left;
    transform: translateY(50%) scaleX(0);
}
[data-tooltip-location="left"]:hover:after {
    transform: translateY(50%) scaleX(1);
}
/* RIGHT */

[data-tooltip-location="right"]:before,
[data-tooltip-location="right"]:after {
    left: calc(100% + 5px);
    bottom: 50%;
}
[data-tooltip-location="right"]:before {
    transform: translate(5px, 50%) scale(0.5);
}
[data-tooltip-location="right"]:hover:before {
    transform: translate(5px, 50%) scale(1);
}
[data-tooltip-location="right"]:after {
    border-width: 5px 5px 5px 0px;
    border-color: transparent rgba(55, 64, 70, 0.9) transparent transparent;
    transform-origin: right;
    transform: translateY(50%) scaleX(0);
}
[data-tooltip-location="right"]:hover:after {
    transform: translateY(50%) scaleX(1);
}
/* BOTTOM */

[data-tooltip-location="bottom"]:before,
[data-tooltip-location="bottom"]:after {
    top: calc(100% + 5px);
    bottom: auto;
}
[data-tooltip-location="bottom"]:before {
    transform: translate(-50%, 5px) scale(0.5);
}
[data-tooltip-location="bottom"]:hover:before {
    transform: translate(-50%, 5px) scale(1);
}
[data-tooltip-location="bottom"]:after {
    border-width: 0px 5px 5px 5px;
    border-color: transparent transparent rgba(55, 64, 70, 0.9) transparent;
    transform-origin: bottom;
}

