@charset "utf-8";
/* CSS Document */
.sppb-panel-heading{ background: #edf0f6; padding: 25px!important; border-bottom: 2px solid #dddee1;}
.sppb-panel-title em{font-size: 1.8em; vertical-align: sub; color: #c0c8e3; padding-right: 4px;}

/* --- Flecha a la derecha de cada panel --- */
.sppb-panel-heading { position: relative; cursor: pointer; padding-right: 30px !important; }
.sppb-panel-heading::after { content: "\f078"; font-family: "Font Awesome 5 Free"; font-weight: 900; position: absolute; right: 20px; top: 50%; transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease; color: #adb9cb; font-size: 14px;}
.sppb-panel-heading[aria-expanded="true"]::after { content: "\f077"; color: #adb9cb; }
