.elementor-13072 .elementor-element.elementor-element-6193498{--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-13072 .elementor-element.elementor-element-5ecb1b4{--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-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-13072 .elementor-element.elementor-element-681e837{--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;--border-radius:10px 10px 10px 10px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-13072 .elementor-element.elementor-element-85f77d4{text-align:center;}.elementor-13072 .elementor-element.elementor-element-85f77d4 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-weight:600;color:#2E5691;}.elementor-13072 .elementor-element.elementor-element-dd75f5a{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13072 .elementor-element.elementor-element-dd75f5a.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;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-13072 .elementor-element.elementor-element-a83df10{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-13072 .elementor-element.elementor-element-a83df10.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-13072 .elementor-element.elementor-element-85ee250{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-13072 .elementor-element.elementor-element-85ee250.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-13072 .elementor-element.elementor-element-5cede9a{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-13072 .elementor-element.elementor-element-5cede9a.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-13072 .elementor-element.elementor-element-d43993a{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-13072 .elementor-element.elementor-element-d43993a.e-con{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-6c779e8 *//* Estilo básico para la tabla en pantallas grandes */
#tabla-equipo {
  width: 100%;
  overflow-x: auto;
  display: block;
  -webkit-overflow-scrolling: touch;
}

#tabla-equipo table {
  width: 100%;
  border-collapse: collapse;
}

#tabla-equipo th, #tabla td {
  padding: 8px;
  text-align: left;
  border: 1px solid #ddd;
}

/* Diseño tipo "tarjeta" en pantallas pequeñas */
@media only screen and (max-width: 10px) {
  #tabla-equipo table, #tabla-equipo thead, #tabla-equipo tbody, #tabla-equipo th, #tabla-equipo td, #tabla-equipo tr {
    display: block;
    width: 100%;
  }

  #tabla-equipo tr {
    margin-bottom: 10px;
  }

  #tabla-equipo th, #tabla-equipo td {
    text-align: right;
    padding-left: 50%;
    position: relative;
  }

  #tabla-equipo th::before, #tabla-equipo td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    font-weight: bold;
    text-align: left;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-dd75f5a *//* Diseño tipo "tarjeta" en pantallas pequeñas */
@media only screen and (max-width: 10px) {
  #tabla-equipo table, #tabla-equipo thead, #tabla-equipo tbody, #tabla-equipo th, #tabla-equipo td, #tabla-equipo tr {
    display: block;
    width: 100%;
  }

  #tabla-equipo tr {
    margin-bottom: 10px;
  }

  #tabla-equipo th, #tabla-equipo td {
    text-align: right;
    padding-left: 50%;
    position: relative;
  }

  #tabla-equipo th::before, #tabla-equipo td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    font-weight: bold;
    text-align: left;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-a83df10 *//* Diseño tipo "tarjeta" en pantallas pequeñas */
@media only screen and (max-width: 10px) {
  #tabla-equipo table, #tabla-equipo thead, #tabla-equipo tbody, #tabla-equipo th, #tabla-equipo td, #tabla-equipo tr {
    display: block;
    width: 100%;
  }

  #tabla-equipo tr {
    margin-bottom: 10px;
  }

  #tabla-equipo th, #tabla-equipo td {
    text-align: right;
    padding-left: 50%;
    position: relative;
  }

  #tabla-equipo th::before, #tabla-equipo td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    font-weight: bold;
    text-align: left;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-85ee250 *//* Diseño tipo "tarjeta" en pantallas pequeñas */
@media only screen and (max-width: 10px) {
  #tabla-equipo table, #tabla-equipo thead, #tabla-equipo tbody, #tabla-equipo th, #tabla-equipo td, #tabla-equipo tr {
    display: block;
    width: 100%;
  }

  #tabla-equipo tr {
    margin-bottom: 10px;
  }

  #tabla-equipo th, #tabla-equipo td {
    text-align: right;
    padding-left: 50%;
    position: relative;
  }

  #tabla-equipo th::before, #tabla-equipo td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    font-weight: bold;
    text-align: left;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-5cede9a *//* Diseño tipo "tarjeta" en pantallas pequeñas */
@media only screen and (max-width: 10px) {
  #tabla-equipo table, #tabla-equipo thead, #tabla-equipo tbody, #tabla-equipo th, #tabla-equipo td, #tabla-equipo tr {
    display: block;
    width: 100%;
  }

  #tabla-equipo tr {
    margin-bottom: 10px;
  }

  #tabla-equipo th, #tabla-equipo td {
    text-align: right;
    padding-left: 50%;
    position: relative;
  }

  #tabla-equipo th::before, #tabla-equipo td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    font-weight: bold;
    text-align: left;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-d43993a *//* Diseño tipo "tarjeta" en pantallas pequeñas */
@media only screen and (max-width: 10px) {
  #tabla-equipo table, #tabla-equipo thead, #tabla-equipo tbody, #tabla-equipo th, #tabla-equipo td, #tabla-equipo tr {
    display: block;
    width: 100%;
  }

  #tabla-equipo tr {
    margin-bottom: 10px;
  }

  #tabla-equipo th, #tabla-equipo td {
    text-align: right;
    padding-left: 50%;
    position: relative;
  }

  #tabla-equipo th::before, #tabla-equipo td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    font-weight: bold;
    text-align: left;
  }
}/* End custom CSS */