.elementor-4592 .elementor-element.elementor-element-dd7ac3d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:50px;--padding-left:16px;--padding-right:16px;}.elementor-4592 .elementor-element.elementor-element-49234ee > .elementor-widget-container{padding:5px 0px 5px 24px;border-style:solid;border-width:0px 0px 0px 5px;border-color:var( --e-global-color-secondary );}.elementor-4592 .elementor-element.elementor-element-49234ee .elementor-heading-title{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );color:var( --e-global-color-primary );}@media(min-width:768px){.elementor-4592 .elementor-element.elementor-element-dd7ac3d{--content-width:1034px;}}@media(max-width:1366px){.elementor-4592 .elementor-element.elementor-element-49234ee .elementor-heading-title{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}}@media(max-width:1024px){.elementor-4592 .elementor-element.elementor-element-49234ee .elementor-heading-title{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}}@media(max-width:767px){.elementor-4592 .elementor-element.elementor-element-49234ee > .elementor-widget-container{padding:0px 0px 0px 10px;}.elementor-4592 .elementor-element.elementor-element-49234ee .elementor-heading-title{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}}/* Start custom CSS for text-editor, class: .elementor-element-e0acdaa */table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #747474;
}
th, td {
    padding: 10px;
    text-align: center;
}
th:nth-child(1) { background-color: #488FD7; width: 30%; }
th:nth-child(2) { background-color: #004183; width: 23.33%; }
th:nth-child(3) { background-color: #FF8C00; width: 23.33%; }
th:nth-child(4) { background-color: #002C58; width: 23.33%; }
th { color: white; }
tbody tr:nth-child(odd) { background-color: white; }
tbody tr:nth-child(even) { background-color: white; }
tbody tr:last-child td:first-child { 
    background-color: #488FD7; 
    color: white; 
    
}

th, td {
    padding: 10px;
    text-align: center;
    border: 1px solid #747474; /* Mantiene los bordes internos */
}





/*


--- Colors


*/

.donut {
    margin: 0 auto;
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: conic-gradient(#ccc 0% 100%); /* Valor inicial, luego JS actualiza */
  display: flex;
  align-items: center;
  justify-content: center;
}

.donut::before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: white;
  border-radius: 50%;
  z-index: 1;
}

.donut-text {
  position: relative;
  z-index: 2;
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
}/* End custom CSS */