/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
Text Domain: hello-elementor-child
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 */

/***************** MENU PRINCIPAL **********************/

/* Estado normal dos enlaces */
.elementor-nav-menu--main .elementor-item {
  font-family: 'Nunito', sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: #3D3D3D;
  padding: 8px 16px;
  border-radius: 100px;
  position: relative;
  transition: all 0.3s ease;
}


/* HOVER - Fondo branco + texto rosa */
.elementor-nav-menu--main .elementor-item:hover {
  color: #E05C7A;
  background-color: #FFFFFF;
}

/* ACTIVE - Igual que hover */
.elementor-nav-menu--main a.elementor-item.elementor-item-active {
  color: #E05C7A !important;
  background-color: #FFFFFF !important;
  font-weight: 500 !important;
}

/******************* BOTON DO MENÚ *************************/

/* ================================
   BOTÓN CTA MENÚ (.btn-cta-menu)
================================ */

/* Estado normal */
.btn-cta-menu .elementor-button {
  background: linear-gradient(135deg, #FF85A2, #E05C7A) !important;
  color: #FFFFFF !important;
  font-family: 'Nunito', sans-serif !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  padding: 14px 24px !important;
  border-radius: 100px !important;
  border: none !important;
  box-shadow: 0 4px 12px rgba(224, 92, 122, 0.25) !important;
  transition: all 0.3s ease !important;
}

/* Hover */
.btn-cta-menu .elementor-button:hover {
  background: linear-gradient(135deg, #E05C7A, #C94A66) !important;
  box-shadow: 0 6px 20px rgba(224, 92, 122, 0.4) !important;
  transform: translateY(-1px) !important;
}

@media only screen and (max-width:767px)	{
	.btn-cta-menu .elementor-button {
		padding: 12px 16px !important;	
	}
}
