/* The styles are applying to the last menu item and giving it the button styles, you can change the background color value to the one you want instead of "var(--dark)". */
  
/* -- The root styles must go in the element of the structure with the name "Menu". --*/  
  
.header-7__menu {
    /* Selecting only the children of "bricks-nav-menu". */
    .bricks-nav-menu > .menu-item {
        /* The styles will apply only to the child of the last element with the class "menu-item".  */
        &:last-child a {
            background-color: var(--secondary);
            color: var(--primary);
            padding: var(--space-xs) var(--space-m);
            border-radius: var(--radius-xl);
 		        transition: all .3s ease;

            /* Button hover style */
            &:hover {
                background-color: var(--dark-90);
                color: var(--light);
            }
        }
    }
}



.x-header_sticky-inactive .header-7 .header-7__container, .header-7 .header-7__container{
  
	background: rgba(255, 255, 255, 1);
  transition: all .3s ease-in;
}



.x-header_sticky-active .header-7 .header-7__container{
	transition: all .3s ease-in;
	
	/* 	Glass */
	background: rgba(255, 255, 255, 0.9);
/* border-radius: 16px; */
/* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
/* 	border: 1px solid rgba(255, 255, 255, 0.3); */
	
}

Tagline

Una ubicación pensada para tu comodidad y bienestar

Nuestro centro se encuentra estratégicamente ubicado a pocos minutos de Capital Federal y con acceso directo desde Panamericana. Un espacio pensado para tu comodidad, cerca de tu vida cotidiana y lejos del estrés de la ciudad.

Tagline

Medicina regenerativa

La terapia celular es una rama de la medicina regenerativa que utiliza células del propio organismo para reparar tejidos dañados, reducir la inflamación y restablecer funciones alteradas.