/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A lightweight and minimalist WordPress theme for Elementor page builder.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.8.1.1695196302
Updated: 2023-09-20 07:51:42
*/
@import url('css/buttons.css');
@import url('css/clients.css');
@import url('css/containers.css');
@import url('css/forms.css');
@import url('css/gallery.css');
@import url('css/icons.css');
@import url('css/sliders.css');

body {
    overflow-x: hidden
}
details summary h3 {
	color: inherit !important;
}

.faqs a:not(.documento) {
    text-decoration: underline;
	
}
.faqs a.documento {
    border: 1px solid var(--e-global-color-537ec5d);
    padding: 6px 10px;
    border-radius: 6px;
	transition: 0.3s ease-in-out;
}
.faqs a.documento:hover {
   background-color: var(--e-global-color-c7265eb);
}