/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* =========================
   BLOQUES SIDEBAR TOTENART
   ========================= */

.tot-sidebar-block ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tot-sidebar-block li {
    margin: 0 0 14px;
    padding: 0;
}

.tot-sidebar-block li:last-child {
    margin-bottom: 0;
}

.tot-sidebar-block a {
    display: inline-block;
    font-family: var(--e-global-typography-tot-button-font-family), Sans-serif;
    font-size: var(--e-global-typography-tot-button-font-size);
    font-weight: var(--e-global-typography-tot-button-font-weight);
    text-transform: var(--e-global-typography-tot-button-text-transform);
    line-height: var(--e-global-typography-tot-button-line-height);
    color: inherit;
    text-decoration: none;
    transition: opacity .2s ease;
}

.tot-sidebar-block a:hover {
    opacity: .6;
}

/* =========================
   CATEGORÍAS
   ========================= */

.tot-categorias a {
    width: 100%;
}

/* =========================
   COMENTARIOS RECIENTES
   ========================= */

.tot-comentarios li {
    margin-bottom: 12px;
}

.tot-comentarios a {
    text-transform: none;
}

.tot-comentarios .tot-comment-author {
    font-weight: 400;
    text-transform: none;
}

.tot-comentarios .tot-comment-separator {
    font-weight: 400;
    text-transform: none;
}

.tot-comentarios .tot-comment-post {
    font-weight: var(--e-global-typography-tot-button-font-weight);
    text-transform: var(--e-global-typography-tot-button-text-transform);
}

/* =========================
   POLÍTICA DE COOKIES
   ========================= */

#cmplz-document {
	max-width: 1440px !important; 
}


.difadi-categorias-populares {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.difadi-categorias-populares .elementor-icon-list-item {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.difadi-categorias-populares .elementor-icon-list-item a {
    display: flex;
    align-items: center;
    color: inherit;
    text-decoration: none;
}

.difadi-categorias-populares .elementor-icon-list-text {
    font-family: var(--e-global-typography-tot-body-small-font-family), Sans-serif;
    font-size: var(--e-global-typography-tot-body-small-font-size);
    font-weight: var(--e-global-typography-tot-body-small-font-weight);
    line-height: var(--e-global-typography-tot-body-small-line-height);
    white-space: nowrap;
}

.difadi-categorias-populares .elementor-icon-list-text:hover {
    color: #9e9e9e;
}

.difadi-categorias-populares .elementor-icon-list-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 24px;
}

.difadi-categorias-populares .elementor-icon-list-icon svg {
    width: 4px;
    height: 4px;
    fill: currentColor;
}
/* =========================
   LISTADO CATEGORÍAS
   ========================= */

@media (max-width: 1250px) {
  .post-cat ul li {
		margin: 0 !important; 
	}
	.post-cat ul span {
		padding: 3px !important; 
	}
}