/*
Theme Name: Nicex (Child Theme)
Theme URI: http://madsparrow.us/
Author: Mad Sparrow
Author URI: https://themeforest.net/user/madsparrow
Description: Nicex – brings your site to life with immersive featured images and subtle animations. With a focus on portfolio sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our theme works great in many languages, for any abilities, and on any device.
Tags: one-column, two-columns, right-sidebar, custom-menu, post-formats, sticky-post, translation-ready, page transition
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nicex
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Template: nicex
*/

/* Add your own modification from here
-------------------------------------------------------------- */
/* GENERALES */

.hidden-wmc, .wmc-hidden {
	display:none;
}

.navbar-nav-button.active li a {
	font-size: 32px;
}

/* FOOTER */

.ms-footer a {
	color: var(--color-primary);
}

	/* FORMULARIO NL */
		.mc4wp-alert.mc4wp-success p {
			font-size: 3vh;
			font-weight: 800;
			line-height: 1.7rem;
			color: #21FF26;
		}
		.ms-mc4wp--wrap .ms-mc4wp--action .ms-mc4wp--ac input[type=submit] {
			color:black;
		}
		.ms-mc4wp--wrap .ms-mc4wp--action .ms-mc4wp--ac input[type=submit]:hover {
			background-color:black;
			color:#21FF26;
			border: 1px solid #21FF26;
		}

	/* RECAPTCHA */
	.grecaptcha-badge { visibility: hidden !important; }


/* TARIFAS */

.elementor-widget-ms-pricing-table .elementor-widget-container .ms-pt--content ul li.active {
	align-items: start;
	text-align: left;
}

.elementor-widget-ms-pricing-table .elementor-widget-container .ms-pt--content ul li.active i.icon-check {
	padding-top: 6px;
}

.elementor-widget-ms-pricing-table .elementor-widget-container .ms-pt--footer .ms-btn__text .text--main {
	color: black;
}

.elementor-widget-ms-pricing-table .elementor-widget-container .ms-pt--footer .ms-btn__text .text--ghost {
	color: #21FF26;
}

/* PÄGINA SOCIO FUNDADOR */
.page-id-2230 .main-header.js-main-header.auto-hide-header {
	/*display:none;*/
}
.flag {
    display: block;
    position: fixed;
    bottom: 1rem;
    z-index: 99999;
    right: 1rem;
}
.flag a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	border: 2px solid #21FF26;
	color: #21FF26;
	background-color: black;
	border-radius: 100%;
	aspect-ratio: 1/1;

}
.flag a:hover {
	color: black;
	background: #21FF26;
	border-color: #21FF26;
}