/* 
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 */

/*Menú*/
.elementor-nav-menu .sub-menu {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.11);
  padding: 14px 0 !important;
}

.elementor-element .swiper .elementor-swiper-button-next{
	right: -5px;
}
.elementor-element .swiper .elementor-swiper-button-prev{
	left: -5px;
}
.e-n-accordion .e-con.e-child{
	padding-bottom: 0;
	margin-top: 20px;
}
.elementor-field-option label {
    font-size: 15px;
    position: relative;
    top: -1px;
}
.mr-2{
	margin-right: 0.5rem;
}

.text-featured {color:var( --e-global-color-primary )}
.link_arise{
	font-size: 12px !important;
}
.h2{
	font-size: 32px !important;
    font-weight: 500 !important;
}
.h3{
	font-size: 30px !important;
    font-weight: 500 !important;
}
.h3 a{
	font-size: 22px !important;
    font-weight: 500 !important;
}
.h4{
	font-family: "Clash Display", Sans-serif !important;
    font-size: 20px !important;
    font-weight: 400 !important;
}
.h5{

}
.h6{
	font-size: 22px !important;
    font-weight: 500 !important;
}
@media (min-width: 767px){
	.h2{
		font-size: 40px !important;
	}
	.h3{
		font-size: 33px !important;
	}
	.h3 a{
		font-size: 22px !important;
	    font-weight: 500 !important;
	}
	.h4{
	    font-size: 24px !important;
	}
	.h5{
		
	}
	.h6{
		font-size: 22px !important;
	}
}
/* Ocultar párrafos vacíos con &nbsp; */
.single-post p:empty {
    display: none !important;
    margin-bottom: 0 !important;
}

/* Ocultar párrafos que solo contienen espacios en blanco */
.single-post p:blank {
    display: none !important;
    margin-bottom: 0 !important;
}

/* Alternativa más específica si lo anterior no funciona */
.single-post > p:not(:has(*)):not(:has(img)):not(:has(a)) {
    display: none !important;
    margin-bottom: 0 !important;
}
.elementor-element a{
    font-weight: 500;
    color: var(--n-accordion-title-active-color);
}
footer .elementor-element a{
    font-weight: 300;
    transition: all 0.4s;
}
footer .elementor-element a:hover{
    color:  var( --e-global-color-primary );
}
.elementor-widget-table-of-contents h4{
	margin: 0 !important;
}
[type=button], [type=submit], button{
	border: none;
}
textarea {
    margin: 15px 0;
}
p.logged-in-as, p.logged-in-as a {
    font-size: 14px;
}
ul.lista-check-novatos{
	list-style: none;
	padding-left: 0;
}
ul.lista-check-novatos li {
    padding: 0 0 22px 30px;
    position: relative;
}
ul.lista-check-novatos li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free","Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0px;
    top: 2px;
    width: 1.35em;
    height: 1.35em;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: var( --e-global-color-primary );
    font-size: 0.95em;
}
.listado-lecciones h4 {
    font-weight: 400;
    font-size: 23px;
    margin-top: 23px;
}
.listado-lecciones p, .listado-lecciones ul{
	padding-left: 30px;
}
.listado-lecciones ul{
	margin-bottom: 20px;
}
.listado-lecciones h4 strong{
	font-weight: 500;
	color: var( --e-global-color-primary );
}
.listado-lecciones h2{
	font-size: 32px;
}
article.class-_article_blog {
    border-radius: 13px;
    box-shadow: 0 0 15px #ddd;
}
article.class-_article_blog img{
    border-radius: 13px 13px 0 0;
}
h2.title-comments{
	font-size:33px;
	margin-top:40px;
}