/*
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.5.1768392492
Updated: 2026-01-14 13:08:12

*/

span.color {
	color: #e189bb;
	background-color: #00000001;
}

/* HEADER */

.menu-nav a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	height: 4px;
	border-radius: 8px;
	background-color: #c24c22 !important;
	opacity: 0 !important;
	transition: 0.3s all ease !important;
	transition-delay: 0s !important;
}

.menu-nav a:hover:after {
	background-color: #e189bb !important;
	width: 100%;
	opacity: 1 !important;
}

.menu-nav a:hover {
	color: #e189bb !important;
}

/* FOOTER */

.separador {
	width: 100%;
	height: 4px;
	border-radius: 8px;
	background-color: #c24c22;
}

/* CONTACTO */

.form-contacto .elementor-field-type-acceptance .elementor-field-option {
	display: flex;
	align-items: center;
	gap: 8px;
}

.form-contacto .elementor-field-type-acceptance a {
	color: #41332C;
	font-weight: 800;
	transition: 0.3s color ease;
}

.form-contacto .elementor-field-type-acceptance a:hover {
	color: #e189bb;
}

.form-contacto .elementor-field-type-submit {
	margin-top: 8px;
	width: fit-content !important;
}

/* LEGALES */

.legales h3 {
	font-family: "Pacifico", sans-serif;
	font-size: 3rem;
	font-weight: 400;
	color: #41332C;
}

.legales h4 {
	font-family: "Pacifico", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	color: #41332C;
}

.legales p,
.legales li {
	font-family: "Nunito", sans-serif;
	font-size: 1.1rem;
	font-weight: 600;
	color: #41332C;
}

.legales a {
	font-weight: 800;
	color: #41332C;
	transition: 0.3s color ease;
}

.legales a:hover {
	color: #e189bb;
}


/* ACCESIBILIDAD */

.elementor-item-active {
	background-color: #00000001;
}

/* RESPONSIVE */

@media (max-width: 1024px) {
	.legales h3 {
		font-size: 2.25rem;
	}
	
	.legales h4 {
		font-size: 1.25rem;
	}
}

@media (max-width: 767px) {
	.legales h3 {
		font-size: 2rem;
	}
}


/*COOKIEBOT*/
.CybotCookiebotDialogBodyButton {
	    background-color: #C24C22 !important;
	color: #fff !important;
	border-color: #C24C22 !important;
}
.CybotCookiebotDialogBodyButton:hover {
	background-color: #1C1C1C !important;
		border-color: #1C1C1C !important;
}
#CybotCookiebotDialog input:checked+.CybotCookiebotDialogBodyLevelButtonSlider {
	background-color: #C24C22 !important;
}
.CybotCookiebotDialogBodyLevelButtonDescription:hover {
	color: #C24C22 !important;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
    border-color: #C24C22 !important;
    color: #C24C22 !important;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
	    color: #C24C22 !important;
}
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
	    background-color: #C24C22 !important;
    border-color: #C24C22 !important;
}
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change:hover {
	background-color: #1C1C1C !important;
    border-color: #1C1C1C !important;
	
}
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
	border-color: #C24C22 !important;
	color: #1C1C1C !important;
}
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw:hover {
	color: black !important;
}
#CookiebotWidget .CookiebotWidget-consent-details button {
	color: #C24C22 !important;
}
.Cookiebotwidget-consent-icon svg {
	fill: #C24C22 !important;
}
/*END Cookiebot*/
