.elementor-kit-6{--e-global-color-primary:#19191A;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-5069b4a:#FF0000;--e-global-color-177c0cb:#1824A8;--e-global-color-b55e00a:#AB0303;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#2D52EF;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.lista-categorias h5{
    display: none;
}

.lista-categorias ul{
    margin: 15px 0;
    display: flex;
    list-style-type: none;
}

.lista-categorias a{
    background: red;
    padding: 5px 10px;
    color:white;
    border:red solid 1px;
    border-radius: 5px;
}

.lista-categorias a:hover{
    color:red;
    background: white
}
.lista-categorias .current-cat a{
    color:red;
    background: white;
    pointer-events: none;
}

.custom-post .elementor-post__card{
    height: 100%
}
.custom-post .elementor-post__text{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.custom-post .elementor-post__excerpt{
    flex:1;
}

.custom-post .elementor-post__read-more{
    background-color: var(--e-global-color-5069b4a);
    align-self: start;
    padding: 1rem 2rem;
    border-radius: 5px
}/* End custom CSS */