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



/* Parche para gsap (a veces aparece scroll horizontal) */
html {
	overflow-x: hidden;
}

body {
}



b, strong {
    font-weight: 700!important;
}

.texto-destacado {
	font-weight: 700;
	color:var(--e-global-color-primary);
}

.no-subrayado {
	text-decoration:none!important;
}

	.no-subrayado span, .no-subrayado p {
		text-decoration:none!important;
	}


.elementor-post__read-more {
	/*
	display:inline-block;
	
	padding:12px 25px 12px 25px;
	border:1px solid var(--e-global-color-primary);
	border-radius:12px;
	
	text-transform:uppercase;
	*/
}

.elementor-lightbox .dialog-lightbox-close-button svg {
    height: 2em!important;
    width: 2em!important;
	margin:7px 5px 0px 0px;
}






#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
    font-size: 14px;
    margin-top: 0;
    max-width: 100%;
    text-justify: inter-word;
}

.cmplz-document p {
    color: #000000;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size)!important;
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
}

.cmplz-document footer p {
	color:#fff;
}

#cmplz-document h2, .editor-styles-wrapper .cmplz-unlinked-mode h2, #cmplz-document h3, .editor-styles-wrapper .cmplz-unlinked-mode h3 {
	font-weight:400;
    font-size: 25px;
    margin-top: 15px;
    text-transform: initial;
    padding-bottom: 10px;
    margin-bottom: 10px;
}



