/* 
Theme Name: Acopol
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/* Arreglos de elementor */
.elementor-icon-wrapper {
	line-height: 0;
}


/* Bloque de texto de páginas legales */
.legal-page h2,
.legal-page h3,
.legal-page h4,
.legal-page h5,
.legal-page h6 {
	color: #082B60;
	font-weight: 600;
	margin-top: 2.5em;
	margin-bottom: 0.5em;
	line-height: 1.1em;
}
.legal-page > .elementor-widget-container > *:first-child {
	margin-top:0px;
}
.legal-page h2 {
	font-size: 1.802rem;
}
.legal-page h3 {
	font-size: 1.602rem;
}
.legal-page h4 {
	font-size: 1.424rem;
}
.legal-page h5 {
	font-size: 1.266rem;
}
.legal-page h6 {
	font-size: 1.125rem;
}
.legal-page p {
	font-size: 1rem;
	line-height: 2em;
}
.legal-page p:last-of-type {
	margin-bottom: 0;
}
.legal-page a {
	color: #082B60;
	text-decoration: underline;
	font-weight: 500;
}
.legal-page a:hover {
	color: inherit;
}
.legal-page ul.wp-block-list {
	padding-left: 2rem;
}
.legal-page ul.wp-block-list > li:not(:last-of-type) {
	margin-bottom:0.5rem;
}