.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-c2120a0:#B11577;--e-global-color-8684d7b:#E2A638;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-image:url("https://complianceweek2025.com/wp-content/uploads/2025/10/backgorund.jpg");background-position:center center;background-size:cover;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 🔹 Elimina márgenes de los párrafos dentro del widget */
.elementor-widget-text-editor p {
  margin-bottom: 0 !important;
}

.borde-degradado {
  position: relative;
  border-radius: 20px;
  background: rgba(30, 41, 59, 0.5); /* tu color base translúcido */
  backdrop-filter: blur(10px); /* efecto glass */
  -webkit-backdrop-filter: blur(10px);
  z-index: 0;
  overflow: hidden;
}

.borde-degradado::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px; /* grosor del borde */
  border-radius: 20px;
  background: linear-gradient(90deg, #E2A638, #B11577, #57A0D4);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}

.um-field-label label {
    color: white;
}

body .um-field-checkbox-option {
  color: #fff !important;
}

body a.um-link-alt {
  color: #fff !important;
}/* End custom CSS */