/*--------------------------------------------------------------
Basic
--------------------------------------------------------------*/
body, html {
    height:100%;
}

body, input, select, textarea {
    color: #333;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
}

em, i {
    font-style: italic;
}

a{
    color: #333;
    transition: 0.3s;
}

a:hover{
    color: #c00;
    transition: 0.3s;
    text-decoration: none;
}

p {
    margin: 0 0 2em 0;
    word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
    color: #3d4449;
    font-family: "Roboto Slab", serif;
    line-height: 1.3;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
}

h1 {
    margin: 0 0 0.5em 0;
    line-height: 1.1;
}

h2 {
    font-weight: 700;
}

blockquote {
    border-left: solid 3px rgba(210, 215, 217, 0.75);
    font-style: italic;
    margin: 0 0 2em 0;
    padding: 0.5em 0 0.5em 2em;
}

code {
    background: rgba(230, 235, 237, 0.25);
    border-radius: 0.375em;
    border: solid 1px rgba(210, 215, 217, 0.75);
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0.25em;
    padding: 0.25em 0.65em;
}

pre {
    -webkit-overflow-scrolling: touch;
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0 2em 0;
}

pre code {
    display: block;
    line-height: 1.75;
    padding: 1em 1.5em;
    overflow-x: auto;
}

svg{
    width: 100%;
}

.hr-set{
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 15px;
    margin-bottom: 15px;
}

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

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

/* Accesibilidad */
#tools{
    cursor: pointer;
    color: #5D6267;
    margin: 0;
}

#tools li{
    margin-left: 5px;
}

/*--------------------------------------------------------------
Preloader
--------------------------------------------------------------*/
.page-loader {
    position: fixed;
    background: #838181;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 9998;
}

.preloader {
    position: absolute;
    border-left: 4px solid #ffffff;
    border-top: 4px solid rgba(255, 255, 255, 0.2);
    border-right: 4px solid rgba(255, 255, 255, 0.2);
    border-bottom: 4px solid rgba(255, 255, 255, 0.2);
    height: 46px;
    width: 46px;
    left: 50%;
    top: 50%;
    margin: -23px 0 0 -23px;
    text-indent: -9999em;
    font-size: 10px;
    z-index: 9999;
    -webkit-animation: load 0.8s infinite linear;
    -moz-animation: load 0.8s infinite linear;
    ms-animation: load 0.8s infinite linear;
    o-animation: load 0.8s infinite linear;
    animation: load 0.8s infinite linear;
}

.preloader,
.preloader:after {
    border-radius: 50%;
    width: 46px;
    height: 46px;
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
Custom CSS
--------------------------------------------------------------*/

body.modal-open {
    overflow: hidden;
}

.marquesina,
.marquesina h1,
.marquesina h2,
.marquesina a {
    color: #FFF !important;
}

.marquesina a:hover {
    color: #ef5350 !important;
}

.marquesina .jarallax {
    min-height: 630px !important;
}

.seccion-top {
    padding-top: 4.7rem;
}

.bg-acerca {
    background-image: url("../img/bg-acerca.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 150px;
}

.modal {
    z-index: 999999999;
}

.md-pills .nav-link.active {
    background-color: #ef5350;
}

.oculta {
    display: none;
}

.list-group-item {
    padding: 0.50rem !important;
    line-height: 1.3;
}

.list-group .active {
    background-color: #E0E0E0 !important;
    border-color: #E0E0E0 !important;
    color: inherit !important;
}

.nav-link:hover {
    color: #C00;
}

input[type="text"] {
    background-color: #FFF !important;
    border: 1px solid #CCC !important;
}

input[type="text"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
textarea:focus,
.custom-select:focus {
    border: 1px solid #f44336 !important;
    box-shadow: none !important;
}

#fichaBusquedaLibre {
    border: 2px solid #CCC !important;
}

#fichaBusquedaLibre:focus {
    border: 2px solid #f44336 !important;
}

#modalLogin input[type="text"],
#modalLogin input[type="password"] {
    border: none !important;
    border-bottom: 1px solid #ced4da !important;
}

.marquesina input[type="text"],
.marquesina .custom-select {
    background-color: rgba(0, 0, 0, .3) !important;
    border: 2px solid  rgba(256, 256, 256, .8) !important;
    color: #FFF !important;
}

.marquesina .custom-select svg {
    display: none;
}

.marquesina input[type="text"]:focus,
.marquesina input[type="search"]:focus,
.marquesina input[type="password"]:focus,
.marquesina input[type="date"]:focus,
.marquesina textarea:focus,
.marquesina .custom-select:focus {
    background-color: #FFF !important;
    border: 2px solid #f44336 !important;
    box-shadow: 0 0 10px #000 !important;
    color: #333 !important;
}

.marquesina .btn-flat:hover {
    background: rgba(256, 256, 256, 0.1) !important;
    color: #FFF !important;
}

.marquesina .usuario h5 {
    color: white;
}

.marquesina-b {
    background-color: #fffbfb;
    border: 1px solid #ef5350;
}

.marquesina-b h1 {
    color: #333;
}

.dossier .card {
    background-color: #fff;
    border: 1px solid #313454;
}

.dossier .card:hover {
    background-color: #fffbfb;
    border: 1px solid #ef5350;
}

.parlamentarios {
    background-color: #313454;
    color: #FFF;
}

.parlamentarios a {
    border: 1px solid #FFF;
    border-radius: 5px;
    transition: 0.3s;
}

.parlamentarios a:hover {
    background-color: #fffbfb;
    border: 1px solid #ef5350;
}

.parlamentarios a img {
    opacity: .6;
    transition: 0.5s;
}

.parlamentarios a:hover img {
    opacity: 1;
    transition: 0.5s;
}

.monolite {
    background: #bdc3c7;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2c3e50, #bdc3c7);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2c3e50, #bdc3c7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.nav-pills .nav-link {
    border-radius: 0.25rem 0.25rem 0 0;
    margin: 0 .1rem;
}

.nav-pills .nav-link:hover {
     background: #EEE;
     color: initial;
     text-decoration: none;
 }

.nav-pills .nav-link.active:hover {
    color: white;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #ef5350 !important;
}


.tab-content {
    border-top: 1px solid #ef5350;
}

.lista-medios {;
    column-count: 2;
    column-gap: 2rem;
    list-style: none;
}

.oculta-xl {
    display: none;
}

.menu-herramientas ul li {
    margin-bottom: 1rem;
}

.menu-herramientas .fad {
    width: 1rem;
}

.menu-herramientas i {
    display: inline-block;
    width: 2rem;
    text-align: left;
}

.medios-seleccionados {
    background-color: white;
    left: 28px;
    position: absolute;
    top: 6px;
}

.separador-rojo {
    background-color: #ef5350;
    height: 5px;
    width: 2rem;
}

.restricciones {
    background-color: #fffbfb;
    border: 1px solid #ef5350;
}

.switch label input[type="checkbox"]:checked+.lever {
    background-color: #CCC;
}

.switch label input[type="checkbox"]:checked+.lever:after {
    background-color: #ef5350;
}

.custom-select {
    background: #fff url(../img/flechas-select.svg) no-repeat right .75rem center/8px 10px !important;
}

.item-lista {
    border: 1px solid #FFF;
    border-left: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
    margin: 0 -1rem;
    position: relative;
    transition: 0.3s;
    z-index: 1;
}

.item-lista-guardadas {
    border: 1px solid #FFF;
    border-left: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
    position: relative;
    transition: 0.3s;
    z-index: 1;
}

.item-lista:first-child {
    margin: -1px -1rem 0 -1rem
}

.item-lista:hover,
.item-lista-guardadas:hover {
    background-color: #fffbfb;
    border: 1px solid #ef5350;
    box-shadow: 0 0 5px rgba(239,83,80, 0.5);
    z-index: 2;
}

.item-lista .custom-switch {
    border-left: 1px solid #dee2e6;
    padding-left: 3rem;
    position: absolute;
    right: 0.5rem;
    top: 0.3rem;
}

.item-lista h4 {
    margin-right: 4rem;
}

.info-prensa .item-lista {
    border: 1px solid #FFF;
    border-bottom: 1px solid #dee2e6;
    margin: 0;
}

.info-prensa .item-lista:first-child {
    margin: 0;
}

.info-prensa .item-lista:hover {
    border: 1px solid #ef5350;
}

.info-prensa .input-group {
    width: 25% !important;
}

.info-prensa .iluminado {
    background-color: #ef5350;
    color: #FFF;
}

.nav-bottom {
    margin-left: -1rem;
    padding: 1rem 0 0.5rem 1rem;
}

.filtros .list-group-item {
    border: none;
    padding: .3rem 0 !important;
}

.filtros .list-group-item:hover span {
    color: #C00 !important;
}

.filtros .badge {
    color: inherit !important;
    background: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.filtros .card {
    border-bottom: none !important;
}

.filtros .card-header,
.filtros .card-body {
    padding: 0 !important;
}

.filtros .fad {
    float: right;
    margin-top: 3px;
}

.page-item {
    margin: 0 .2rem;
}

.btn, .card {
    box-shadow: none;
    border-radius: .3rem;
    margin: 0;
}

#collapseBuscador .btn-flat:hover {
    background: rgba(256, 256, 256, .4);
}

.btn-flat:hover {
    background: #EEE;
    color: #000;
    text-decoration: none;
}

.pagination .page-item.active .page-link {
    box-shadow: none;
    border-radius: .3rem !important;
}

.cantidad {
    position: absolute;
    top: 9px;
}

.paginador {
    position: absolute;
    top: 6px;
}

audio {
    width: 100%;
}

.img-portada {
    border: 1px solid #FFF;
}

.img-portada:hover {
    border: 1px solid #ef5350;
}

.wp-block-image img,
.wp-block-video video,
.img-editor img {
    height: auto !important;
    width: 100% !important;
}

.img-editor img {
    border: none !important;
}

.img-editor a {
    border: 1px solid transparent !important;
}

.img-editor a:hover {
    border: 1px solid #C00 !important;
}

.indice {
    margin-top: .6rem;
}

.pag-activa {
    background-color: #fffbfb !important;
    border: 1px solid #ef5350 !important;
}

#paginas div {
    border-top: 1px solid #EEE;
}

#paginas div:first-child {
    border-top: none;
}

#paginas div h5 {
    padding-top: .5rem;
}

#paginas div:first-child h5 {
    padding-top: 0;
}

#paginas .btn-flat {
    border: 1px solid transparent;
}

#paginas .btn-flat:hover {
    background: #EEE;
    border: 1px solid #EEE;
    color: #000;
    text-decoration: none;
}

.pag-activa:hover {
    background-color: #fffbfb !important;
    border: 1px solid #ef5350 !important;
}

#modalInfoMedios .modal-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fa-chevron-down {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transition: transform .8s;
    -webkit-transition: -webkit-transform .8s;
    -moz-transition: -moz-transform .8s;
}

.rota {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transition: transform .8s;
    -webkit-transition: -webkit-transform .8s;
    -moz-transition: -moz-transform .8s;
}

.navegacion-top {
    background-color: white;
    box-shadow: 0 0 10px #CCC;
    position: fixed; /* Make it stick/fixed */
    top: 66px; /* Stay on top */
    width: 1140px; /* Full width */
    transition: .3s; /* Transition effect when sliding down (and up) */
    min-height: 5rem;
    z-index: 2;
    padding: 1rem 0;
}

.btn-ed-anterior {
    margin-top: 3px;
}

.tabla-calendar img {
    height: 143px;
    width: 109px !important;
}

.dia-cal {
    border: 1px solid #555;
    border-radius: 100rem;
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
}

.fecha-hoy {
    padding-top: 25px;
}

.item-grid {
    width: 31.3%;
}

.item-grid h3 {
    font-size: 1.2rem;
}

.info-prensa .item-grid {
    width: auto;
}

.text-truncate {
    max-width: 720px;
}

.seguimientos .item-grid {
    text-align: center;
}

.seguimientos .item-lista h3 {
    margin-right: 0;
}

.side-nav-herramientas {
    background-color: #FFF;
    margin-top: 3.7rem;
}

.side-nav-herramientas a {
    color: #333 !important;
}

.side-nav-herramientas .collapsible-body a {
    background-color: #EEE !important;
}

.side-nav .collapsible .fal {
    margin-right: 13px;
    font-size: .8rem;
}

.sin-imagen {
    column-count: 2;
    column-gap: 2rem;
}

.busqueda-ponderada {
    column-count: 3;
    column-gap: 2rem;
}

.side-nav .button-collapse {
    height: 50px !important;
    position: absolute;
    right: .5rem;
    top: .5rem;
    z-index: 9999;
}

.btn-zindex {
    z-index: 3 !important;
}

.img-parla img,
.img-parla .contiene_img_senador {
    border: 2px solid white;
    transition: 0.3s;
}

.img-parla img:hover,
.img-parla .contiene_img_senador:hover {
    border: 2px solid #C00;
}

.btn.elija {
    border: 1px solid #CCC !important;
    color: inherit !important;
}

.btn.elija:hover {
    box-shadow: none !important;
}

.show>.btn-outline-primary.dropdown-toggle {
    border-color: #C00 !important;
    box-shadow: none !important;
}

.buscador-principal .dropdown-menu.show {
    box-shadow: 0 0 10px #CCC;
    width: 95.3% !important;
}

.paginador-k {
    max-height: 300px;
    overflow: scroll;
}

.recupera-clave {
    margin: 10rem auto;
    text-align: center;
    width: 30%;
}

.ayuda .card {
    border: 1px solid #dee2e6;
    margin: 0;
    position: relative;
    transition: 0.3s;
    z-index: 1;
}

.ayuda .card:hover {
    background-color: #fffbfb;
    border: 1px solid #ef5350;
    box-shadow: 0 0 5px rgba(239,83,80, 0.5);
    z-index: 2;
}

.fichas a {
    border: 10px solid #CED4DA;
    display: block;
    height: 360px;
    position: relative;
    width: 100%;
}

.fichas a:hover {
    border: 10px solid #FFE5E5;
}

.fichas a:hover h3 {
    color: #C00;
}

.img-ficha {
    background-size: cover;
    height: 270px;
    width: 100%;
}

.fichas h3 {
    font-size: 130%;
    line-height: 25px;
}

.num-ficha {
    background-color: white;
    border: 5px solid #CED4DA;
    color: #C00;
    font-size: 20px;
    font-weight: bold;
    height: 50px;
    line-height: 20px;
    left: -5px;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: -5px;
    min-width: 50px;
    transition: 0.3s;
}

.fichas a:hover .num-ficha {
    border: 5px solid #FFE5E5;
    transition: 0.3s;
}

.cabecera-ficha {
    background: rgb(206,212,218);
    background: linear-gradient(180deg, rgba(206,212,218,1) 0%, rgba(255,255,255,1) 100%);
    padding: .8rem;
    position: relative;
}

.cabecera-ficha .img-ficha {
    background-size: cover;
    border: 8px solid white;
    min-height: 350px;
    width: 25%;
}

.cabecera-ficha .tit-ficha {
    padding: 1rem;
    width: 75%;
}

.cabecera-ficha .tit-ficha h3 {
    line-height: 23px;
    margin-bottom: 10px;
}

.cabecera-ficha p {
    color: white;
    font-family: "Roboto Slab", serif;
    line-height: 20px;
}

.cabecera-ficha .btn-flat:hover {
    background: #f44336 !important;
    color: #FFF !important;
}

.cabecera-ficha .border-bottom {
    border-bottom: 1px solid white !important;
}

.cabecera-ficha .border-top {
    border-top: 1px solid white !important;
}

.cabecera-ficha .btn-volver {
    display: inline-block;
    position: absolute;
    bottom: .8rem;
    right: 1rem;
}

.cabecera-ficha .btns-hl {
    position: absolute;
    bottom: .8rem;
    left: 1rem;
}

.tit-anio a::before {
  display: block;
  content: " ";
  height: 75px;
  visibility: hidden;
}

.ficha-hoy {
    background-color: #CED4DA;
    display: flex;
    padding: 10px;
    position: relative;
}

.ficha-hoy .img-ficha {
    background-color: white;
    height: 250px;
    width: 200px;
}

.ficha-hoy h3 {
    background-color: white;
    padding: 10px;
    width: 200px;
    font-size: 130%;
    line-height: 25px;
}

.ficha-hoy .ficha-rot {
    background-color: white;
    margin-left: 10px;
    width: 100%;
}

.num-fichas-int {
    font-family: "Roboto Condensed", sans-serif !important; ;
    color: #333 !important;
}

.ficha-info {
    background-color: white;
}

/* Marcas Temáticas */
.metadatos {
    border: 1px #CED4DA solid;
    border-radius: 6px;
    margin-top: 2rem;
    padding: 1.5rem 1.5rem 1rem 1.5rem;
}

.metadatos h5 {
    background-color: white;
    margin-top: -45px;
    padding: 5px;
    width: fit-content;
}


/* MEDIA QUERYS */
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199px) {

    .oculta-lg {
        display: none !important;
    }

    .btn-ed-anterior {
        margin-top: 0;
    }

    .tabla-calendar img {
        height: 109px;
        width: 83px !important;
    }

    .text-truncate {
        max-width: 600px;
    }

    .busqueda-ponderada {
        column-count: 2;
    }

    .navegacion-top {
        top: 63px;
        width: 960px;
    }

    .buscador-principal .dropdown-menu.show {
        width: 94.6% !important;
    }

    .recupera-clave {
        width: 40%;
    }

    .cabecera-ficha .img-ficha {
        width: 35%;
    }

    .img-ficha {
        height: 245px;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991px) {

    .seccion-top {
        padding-top: 4.2rem;
    }

    .oculta-md {
        display: none !important;
    }

    .cantidad {
        position: relative;
    }

    .paginador {
        position: relative;
    }

    .tabla-calendar img {
        height: 77px;
        width: 59px !important;
    }

    .text-truncate {
        max-width: 410px;
    }

    .side-nav-herramientas {
        margin-top: 3rem;
    }

    .sin-imagen {
        column-count: 1;
    }

    .info-prensa .input-group {
        width: 50% !important;
    }

    .navegacion-top {
        top: 50px;
        width: 720px;
    }

    .buscador-principal .dropdown-menu.show {
        width: 92.8% !important;
    }

    .recupera-clave {
        width: 50%;
    }

    .cabecera-ficha .img-ficha {
        width: 50%;
    }

    .fichas a {
        height: auto;
    }

    .img-ficha {
        height: 370px;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767px) {

    h1 {
        font-size: 2em;
        line-height: 1.1;
    }

    h2 {
        font-size: 1.5em;
    }

    .oculta-sm {
        display: none !important;
    }

    .owl-carousel img {
        width: 50% !important;
        margin: 0 auto;
    }

    .kiosco-mapa img {
        width: 20%;
        margin: 0 auto;
    }

    .parlamentarios img {
        width: 30%;
        margin: 0 auto;
    }

    .tabla-calendar img {
        height: 56px;
        width: 43px !important;
    }

    .busqueda-ponderada {
        column-count: 1;
    }

    .navegacion-top {
        top: 50px;
        width: 540px;
    }

    .buscador-principal .dropdown-menu.show {
        width: 94.2% !important;
    }

    .recupera-clave {
        width: 90%;
    }

    .cabecera-ficha .img-ficha {
        min-height: 190px;
        width: 60%;
    }

    .cabecera-ficha .btn-volver {
        bottom: -1rem;
    }

    .ficha-hoy .img-ficha {
        height: 200px;
        min-width: 180px;
    }

    .ficha-hoy {
        display: block;
    }

    .ficha-hoy h3 {
        border-left: 10px solid #CED4DA;
        border-top: 0;
    }

    .ficha-info {
        display: flex;
    }

    .ficha-info h3 {
        width: 100%;
    }

    .ficha-hoy .ficha-rot {
        margin: 10px 0 0 0;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {

    .marquesina,
    .marquesina .view,
    .marquesina .jarallax {
        height: 800px;
    }

    .oculta-xs {
        display: none !important;
    }

    .owl-nav {
        display: none;
    }

    .text-truncate {
        max-width: 285px;
    }

    .navegacion-top {
        top: 50px;
        width: 100%;
    }

    .buscador-principal .dropdown-menu.show {
        width: auto !important;
    }

    .rsbtn_text > span,
    .rsbtn_right {
        display: none !important;
    }

    .rsbtn_play .rsbtn_left.rsimg {
        padding: 0px 25px 0 0 !important;
    }
}

/*--------------------------------------------------------------
Breadcrums
--------------------------------------------------------------*/
.breadcrumb {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
    background-color: transparent;
}

.breadcrumb a{
    color: #c00;
}

/* backTop */
.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(232, 98, 86, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
    transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
    z-index: 1;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
    transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-top--fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}

.cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px;
    }
}

/* WYSIWYG Editor */
.mdb-wysiwyg-container{display:block;border:1px solid #ededed;-webkit-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0}b,strong{font-weight:700!important}.mdb-wysiwyg-toolbar{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding-left:8px;padding-right:8px;border-top:1px solid #fff;border-bottom:1px solid #d9dad9;-webkit-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;background:#f4f4f4;background:-webkit-gradient(linear,left top,left bottom,from(#f4f4f4),to(#efeeee));background:-webkit-linear-gradient(#f4f4f4,#efeeee);background:-o-linear-gradient(#f4f4f4,#efeeee);background:linear-gradient(#f4f4f4,#efeeee)}.mdb-wysiwyg-toolbar-options{list-style:none;margin:5px 0;padding-left:0}.mdb-wysiwyg-toolbar-options li{display:inline-block;padding-left:0}.mdb-wysiwyg-toolbar-options button{color:#555;background:0 0;border:none;-webkit-border-radius:3px;border-radius:3px;cursor:pointer}.mdb-wysiwyg-toolbar-options button:focus{outline:0}.mdb-wysiwyg-toolbar-options button.active{border:1px solid #ccc;-webkit-box-shadow:inset 0 0 13px #00000025;box-shadow:inset 0 0 13px #00000025}.mdb-wysiwyg-toolbar-options-list{visibility:hidden;position:absolute;background:#fff;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2);box-shadow:0 2px 4px rgba(0,0,0,.2);border:1px solid rgba(0,0,0,.2);list-style:none;font-size:.8rem;padding-left:0;z-index:99;opacity:0;-webkit-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.mdb-wysiwyg-toolbar-options-list.visible{visibility:visible;opacity:1}.mdb-wysiwyg-toolbar-options-list li{display:block}.mdb-wysiwyg-toolbar-options-list a{display:block;padding:4px 10px;color:#000}.mdb-wysiwyg-toolbar-options-list a:hover{background:#eee}.mdb-wysiwyg-toolbar-group{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.mdb-wysiwyg-toolbar-dropdown{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.mdb-wysiwyg-toolbar-dropdown-toggle{font-size:.875rem;color:#555;border:0;background:0 0;cursor:pointer}.mdb-wysiwyg-toolbar-dropdown-toggle:focus{outline:0}.mdb-wysiwyg-toolbar-dropdown-toggle::after{content:"";display:inline-block;border-style:solid;border-width:3px;border-color:#888 transparent transparent;right:0;margin-left:5px}.mdb-wysiwyg-toolbar-color-palette{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:3px;padding:3px}.mdb-wysiwyg-toolbar-color-palette li{padding:0}.mdb-wysiwyg-toolbar-color-palette button{display:block;width:14px;height:14px;border:1px solid rgba(0,0,0,.15);-webkit-border-radius:0;border-radius:0}.mdb-wysiwyg-textarea{display:block;padding:15px;width:100%;min-height:450px;border:0;resize:none;background:#fff}.mdb-wysiwyg-textarea.show-raw{white-space:pre-line}.mdb-wysiwyg-textarea:focus{outline:0}

/* Graficos estadísticas */

.axis {
    font: 10px sans-serif;
}
.axis path,
.axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}

.contiene_img_senador {
    width: 154px;
    height: 154px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    margin: 0 0 1rem 0;
}

.highlight{
    background:#00FF00;
    padding:1px;
    border:#00CC00 dotted 1px;
}

.tit-informes a::before {
  display: block;
  content: " ";
  height: 55px;
  visibility: hidden;
}

