/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/


/* CARD HOME SPORT */
/* Stato base */
/* Stato base */
/* Stato base */
.Cards_home_sport .card_home_sport {
  border-radius: 1em !important;
  padding: 1rem !important;
  border: 0.1em solid #dccfe6 !important; /* colore base */
  box-shadow: 0 1em 4em 0 #d8d5e8 !important;
  transition: border-color .3s ease, box-shadow .3s ease;
}

.Cards_home_sport .card_home_sport .w-iconbox-h {
  border-radius: inherit;
  transition: box-shadow .3s ease;
}

/* Hover: bordo diventa #971b30 + “spessore” interno (no cambio altezza) */
.Cards_home_sport .card_home_sport:hover {
  border-color: #971b30 !important;
  box-shadow: 0 0.5em 1.25em 0 rgba(216, 213, 232, 0.45) !important; /* ombra più piccola/soft */
}

.Cards_home_sport .card_home_sport:hover .w-iconbox-h {
  box-shadow: inset 0 0 0 0.05em #971b30; /* aumento percepito del bordo, verso l’interno */
}


/*ASFOCATURA della nav bar e delle cta da mobile bottom*/

#page-header {
  background-color: white;
}

#page-header.sticky {
background-color: #fff0;
 backdrop-filter: blur(15px);
}


/*img Staff ginnastica artistica*/

.Staff_ginnastica .blk_staff .img_staff{
max-width:50px;
}




