/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
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: astra-child
Template: astra
*/

/* Oculta el icono original */
.ppremium-msection-close i::before,
.premium-msection-close-icon,
.premium-msection-close svg {
  display: none !important;
}

/* Añade el texto personalizado */
.premium-msection-close::after {
  content: "Menú"; /* 🔹 Cambia aquí el texto que quieras mostrar */
  display: inline-block;
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  line-height: var(--e-global-typography-primary-line-height);
  color: currentColor; /* mantiene el color del icono o del botón */
  transition: color 0.3s ease;
}

/* Opcional: efecto hover coherente con tu menú */
.premium-msection-close:hover::after {
  	border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: var(--e-global-color-primary);
}

/*home altura*/
.home .ast-container {
	overflow: hidden;
}
.home {
	height: 100dvh !important;
	overflow-y: hidden;
}
.home .home-hero,
.home video,
.home .premium-video-box-video-container,
.home .ast-container {
	height: calc(100dvh - 67px) !important;
}
@media screen and (max-width: 767px) {
	.home .home-hero,
	.home video,
	.home .premium-video-box-video-container,
	.home .ast-container {
		height: calc(100dvh - 60px) !important;
	}	
}
/* Aplica solo al formulario con clase form-maravella */
.form-maravella input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid var( --e-global-color-primary ) !important;
  background: #FFF; 
  border-radius: 4px; 
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  transition: all .2s ease;
  
}
@media screen and (max-width: 767px) {
	.form-maravella input[type="checkbox"] {
		padding: 0 9px !important;
  		margin-right: 0.5rem !important
	}
}
/* Hover */
.form-maravella input[type="checkbox"]:hover {
  border-color: #4A4A4A;
}

/* Cuando está marcado */
.form-maravella input[type="checkbox"]:checked {
  background: #8B7355; /* fondo marcado */
  border-color: #8B7355;
}

/* El check (✓) */
.form-maravella input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  width: 6px;
  height: 12px;
  border: solid #ffffff; /* color del check */
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* mensaje tras el form */
.elementor-65 .elementor-element.elementor-element-79516f8 .elementor-message.elementor-message-danger,
.elementor-65 .elementor-element.elementor-element-79516f8 .elementor-message.elementor-message-success {
    text-align: center!important;
    margin-top: 30px!important;
} 
.elementor-65 .elementor-element.elementor-element-79516f8 .elementor-message.elementor-message-danger::before,
.elementor-65 .elementor-element.elementor-element-79516f8 .elementor-message.elementor-message-success::before,
.elementor-message.elementor-help-inline::before,
.elementor-65 .elementor-element.elementor-element-79516f8::before{
	display: none;
} 
.elementor-message.elementor-help-inline,
.elementor-65 .elementor-element.elementor-element-79516f8 {
	display: block;
	 text-align: center!important;
	width: 100%;
	position: relative;
	top: -1rem;
    left: -1.5rem;
}

@media screen and (max-width: 767px) {
	.elementor-message.elementor-help-inline,
	.elementor-65 .elementor-element.elementor-element-79516f8 {
		left: -1rem;
	}
}
