/*
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.4.1760964642
Updated: 2025-10-20 12:50:42

*/

/*Footer*/
@media(max-width: 768px) {
	.footer_listado_de_iconos a span {text-align: center;}
}
/*END footer*/

/* BOTONES */
.btn-fill-top .elementor-button {
  position: relative; /* necesario para que ::before se posicione relativo a la botón */
  overflow: hidden;   /* oculta la parte de la “gota” que sobresale */
  z-index: 1;
  transition: color 2.4s ease; /* transición del color del texto */
}

.btn-fill-top .elementor-button::before {
  content: "";
  position: absolute;
  top: -5%;             /* empieza un poco arriba de la botón para efecto fluido */
  left: 50%;            /* centrado horizontalmente */
  width: 40px;          /* tamaño inicial de la “gota” */
  height: 40px;         /* tamaño inicial de la “gota” */
  background: #1C1C1C; /* color de la animación */
  border-radius: 50%;   /* forma circular */
  transform: translateX(-50%) scale(0); /* centrado y escala inicial 0 */
  transition: transform 1.5s cubic-bezier(.22,1.15,.36,1.05); /* transición fluida tipo “líquido” */
  z-index: -1;          /* detrás del texto */
}

.btn-fill-top .elementor-button:hover::before {
  transform: translateX(-50%) scale(10); /* escala final, “gota” se expande */
}
/* FIN BOTONES */

/*HEADER*/
.header_parte_scroll {
    transition: padding 0.3s ease !important;
}
.header_parte_scroll.elementor-sticky--active {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.header_parte_scroll.elementor-sticky--active img {
	width: 180px !important;
}
/*END Header*/

/*COOKIEBOT*/
.CybotCookiebotDialogBodyButton {
	    font-family: var(--e-global-typography-accent-font-family), Sans-serif !important;
    font-weight: var(--e-global-typography-accent-font-weight) !important;
	    background-color: var(--e-global-color-6f39684) !important;
	color: #fff !important;
	border-color: var(--e-global-color-6f39684) !important;
}
.CybotCookiebotDialogBodyButton:hover {
	background-color: #1C1C1C !important;
		border-color: #1C1C1C !important;
}
#CybotCookiebotDialog input:checked+.CybotCookiebotDialogBodyLevelButtonSlider {
	background-color: var(--e-global-color-6f39684) !important;
}
.CybotCookiebotDialogBodyLevelButtonDescription:hover {
	color: var(--e-global-color-6f39684) !important;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
    border-color: var(--e-global-color-6f39684) !important;
    color: var(--e-global-color-6f39684) !important;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
	    color: var(--e-global-color-6f39684) !important;
}
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
	    background-color: #A01A20 !important;
    border-color: #A01A20 !important;
}
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change:hover {
	background-color: #1C1C1C !important;
    border-color: #1C1C1C !important;
	
}
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
	border-color: #A01A20 !important;
	color: #1C1C1C !important;
}
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw:hover {
	color: black !important;
}
#CookiebotWidget .CookiebotWidget-consent-details button {
	color: #A01A20 !important;
}
.Cookiebotwidget-consent-icon svg {
	fill: #A01A20 !important;
}
/*END Cookiebot*/
