/* 
Theme Name: Exea
Theme URI: https://www.exea.net/
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.0
Text Domain: exea
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 */
/* Exea vars */ 
:root { 
--color-link: #2E317A;						/* Color link */
--color-link-hover: #6CE1D6; 				/* Color link hover */
}	 

a { transition: all .5s ease-out; color: var(--color-link);}
a:hover { color: var(--color-link-hover);} 


.lang-item {display: inline-block;}
.lang-item a {
	color: #2DA490;
	text-transform: uppercase;
	font-size: 18px;
	margin: 0 .3rem;
	font-weight: 400;
	padding: 7px 6px;
	border-radius: 22px;
	border: 1px solid #2E317A;
	width: 38px;
	height: 38px;
	display: inline-block;
	text-align: center;
	line-height: 23px;
}
.lang-item.current-lang a {
	color: #fff;
	border: 1px solid #fff;
}

.lang-item a:hover { 
	color: #fff;
	border: 1px solid #fff;
	background-color: #2DA490;
	border-color: #2DA490;
}
.lang-item.current-lang a:hover {
	background-color:#2E317A;
	border-color: #ffffff;
}

.verde { color: #6CE1D6;}
#menu_mobile { cursor: pointer;}

/* rgpd */

.rgpd {}
.rgpd h3 { margin: 2.4rem 0 .6rem;}
.rgpd p {}







