/*
Theme Name: Foton Child
Theme URI: https://foton.qodeinteractive.com/
Description: A child theme of Foton Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.2
Text Domain: foton
Template: foton
*/
/* === ESTILOS PARA WIDGETS HTML PERSONALIZADOS === */
.widget-soluciones, .widget-servicios, .widget-profesionales {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.widget-soluciones h5,
.widget-servicios h5,
.widget-profesionales h5 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #57468b;         /* 🎨 Color personalizado */
  font-weight: extra bold;      /* 🔥 Negrita */
}

.widget-soluciones ul li,
.widget-servicios ul li,
.widget-profesionales ul li {
  margin-bottom: 20px;
  font-size: 1rem;
}

.widget-servicios ul li a {
  color: #0066cc;
  text-decoration: none;
}

.widget-servicios ul li a:hover {
  text-decoration: underline;
}
