/*
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: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1756813347
Updated: 2025-09-02 11:42:27

*/

.cabecerafixed
{
	position:relative;
}

.cabecerafixed.sticky
{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:111111;
	box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.09);
	-webkit-box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.09);
	-moz-box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.09);
}

textarea
{
	resize:none;
	height:100px;
}

form label
{
	display:block;
}

select
{
	height:50px;
	border-radius:0px;
	margin-top:10px;
	padding:13px;
	color: var(--e-global-color-text);
    background-color: var(--e-global-color-801a687);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-2d6a869);
}

select:focus 
{
	border-color: var(--e-global-color-4da9a17);
}

*
{
	outline:none !important;
}

body
{
	overflow-x:hidden;
}

#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode
{
	max-width:100%;
	font-size:inherit;
}

#cmplz-document p, #cmplz-document li, #cmplz-document td, .editor-styles-wrapper .cmplz-unlinked-mode p, .editor-styles-wrapper .cmplz-unlinked-mode li, .editor-styles-wrapper .cmplz-unlinked-mode td
{
	font-size:inherit;
}