.elementor-11600 .elementor-element.elementor-element-d1a2ef3{--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;}.elementor-11600 .elementor-element.elementor-element-8f2529c{--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;}.elementor-11600 .elementor-element.elementor-element-ad7c271{--spacer-size:50px;}.elementor-widget-heading .elementor-heading-title{font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-11600 .elementor-element.elementor-element-4be0506{text-align:center;}.elementor-11600 .elementor-element.elementor-element-4be0506 .elementor-heading-title{color:#957C3D;}.elementor-widget-text-editor{font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-11600 .elementor-element.elementor-element-c2c3904{text-align:center;font-size:35px;font-weight:400;color:#002349;}.elementor-11600 .elementor-element.elementor-element-c52c0b0 > .elementor-widget-container{padding:21px 0px 0px 0px;}.elementor-11600 .elementor-element.elementor-element-c52c0b0{text-align:center;font-size:17px;font-weight:400;color:#000000;}.elementor-11600 .elementor-element.elementor-element-585c773{--spacer-size:16px;}.elementor-11600 .elementor-element.elementor-element-af4d9da{font-size:16px;font-weight:400;line-height:22px;color:#000000;}.elementor-11600 .elementor-element.elementor-element-18aab9e{--spacer-size:50px;}/* Start custom CSS for html, class: .elementor-element-1cb7be2 */.tabla-empresa{
  width: 100%;
  max-width: 850px;
  margin: 40px auto;
  font-family: Arial, sans-serif;
}

.tabla-empresa table{
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0,0,0,0.08);
}

.tabla-empresa td{
  padding: 16px 18px;
  border-bottom: 1px solid #ececec;
  font-size: 15px;
  line-height: 1.5;
}

.tabla-empresa tr:last-child td{
  border-bottom: none;
}

.tabla-empresa td:first-child{
  width: 35%;
  font-weight: 600;
  background: #f7f7f7;
  color: #222;
}

/* Responsive */
@media(max-width:768px){

  .tabla-empresa table,
  .tabla-empresa tbody,
  .tabla-empresa tr,
  .tabla-empresa td{
    display:block;
    width:100%;
  }

  .tabla-empresa tr{
    margin-bottom:12px;
    border-bottom:1px solid #e5e5e5;
  }

  .tabla-empresa td:first-child{
    border-bottom:none;
  }
}/* End custom CSS */