/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

/* p.elementor-icon-box-description */

/* This spnippet modifies the style behavour of the services boxes sections
 * due the lack of customitation in the CMS. otsen82@gmail.com 011025 */

body {
  position: relative;
  background: none; /* opcional: para que no se mezcle con el anterior */
}

body::before {
	content: "";
 	position: fixed;
 	inset: 0; /* equivale a top:0; left:0; right:0; bottom:0; */
 	background: url(https://proyectosdfc.com.mx/wp-content/uploads/2025/10/fondo-esferas-grandes-1920x1200-1.png) 0% 0% / contain repeat;
	background-position: center;
	opacity: 0.07; /* 👈 only applies to the bg-img. otsen82@gmail.com Neto */
	z-index: -1;
	pointer-events: none;
}


#service-box:hover p.elementor-icon-box-description {
	color: #4D5D6D !important;
}

#service-box:hover span.elementor-icon svg {
	fill: #102136 !important;
}