/* 
Theme Name: Mecides
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
*/


.footer-logo-mecides {width: fit-content; max-width: 190px !important;}
.header-video {max-height: 600px;}
.icono-desplaza {display: inline-block;animation: moverLado 1.5s ease-in-out infinite alternate;}
@keyframes moverLado {
  from {transform: translateX(0);  }
  to { transform: translateX(20px);}
}
.etiquetas-blog span span {border: 1px solid #eef0f3; background:#eef0f3;padding: 5px 14px;margin-right: 6px;}
.categorias-blog span a {background:#08376bad;padding: 5px 14px;margin-right: 6px;white-space: nowrap;display: inline-block;margin-bottom:5px;}
.relacionados .categorias-blog span {background:#08376bad; color:#fff;padding: 9px 14px;margin-right: 6px;white-space: nowrap;display: inline-block;margin-bottom:5px;}


/* filtro categorias*/
.filtro-categorias h5{display:none;}
.filtro-categorias ul{display:flex;}
.filtro-categorias li{list-style:none;}
.filtro-categorias li a{padding: 8px 14px;border: 1px solid #08376b;margin-right:15px;text-align: center;width: 140px!important;display:inline-block;}
.filtro-categorias li a:hover{background:#08376b;color:#fff!important;}