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

/* =========
01. GLOBALES
========= */

* {
    outline: none !important;
    outline-style: none !important;
}

p:last-child {
    margin: 0 !important;
}

/* ==========
02. ELEMENTOR
========== */

a, .elementor-icon-list-item a span {
    transition: all 0.25s ease !important;
	-moz-transition: all 0.25s ease !important;
	-webkit-transition: all 0.25s ease !important;
}

.jet-mega-menu-item__label {
	transition: color 500ms ease !important;
}

.elementor-slideshow__header>svg, .dialog-lightbox-close-button svg {
	fill: #666666 !important;
}

.elementor-slideshow__header>svg:hover, .dialog-lightbox-close-button svg:hover {
	fill: #191919 !important;
	transition: all 0.25s ease !important;
	-moz-transition: all 0.25s ease !important;
	-webkit-transition: all 0.25s ease !important;
}

.elementor-slideshow__title {
	color: #191919 !important;
}

/*
.elementor-slideshow__title {
	text-transform: uppercase !important;
}
*/

/* ============
03. FORMULARIOS
============ */

.wp-block-columns {
	gap: 0.75rem !important;
	margin: 0 !important;
}

.jet-form-builder a {
	color: #666 !important;
	text-decoration: underline !important;
}

.jet-form-builder a:hover {
	color: #191919 !important;
}

.jet-form-builder__field-wrap.checkradio-wrap span {
	gap: 0 !important;
}

.field-type-checkbox-field .jet-form-builder__field-label.for-checkbox>span::before {
	display: inline-block !important;
	line-height: 1.5rem !important;
}

.jet-form-builder-row.field-has-error .error-message {
	color: red !important;
	margin: 0.5rem 0 0 0 !important;
}

/* =====
04. BLOG
===== */

.articulo h2 {
	margin: 2rem 0.5rem 0.5rem 0.5rem;
}

.articulo ul {
	display: block;
	margin: 0 0 1rem 0;
}