/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
.table-gesionet table {
  font-family: "Baloo 2", Sans-serif;
}
.table-gesionet .tableContainer colgroup:first-child {
  width: 45%;
}
.table-gesionet .tableContainer thead th p {
  font-size: 1.2em !important;
  line-height: 1em;
  margin-bottom: 0; /* prueba 1.2 / 1.3 / 1.4 */
}
.table-gesionet .tableContainer {
  max-width: 100%;
  margin: 70px auto 40px;
  overflow-x: auto;
}
.table-gesionet .tableContainer table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border: 2px solid #8bd8f5;
  color: #333;
}
.table-gesionet .tableContainer th,
.table-gesionet .tableContainer td {
  border: 1px solid #8bd8f5;
  padding: 12px 10px;
  vertical-align: middle;
  text-align: center;
  font-size: inherit;
  line-height: 1.35;
  box-sizing: border-box;
}
.table-gesionet .tableContainer thead th {
  background: #38bced;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: inherit;
}
.table-gesionet .tableContainer thead th:first-child {
  background: transparent;
  border-top: none;
  border-left: none;
}
.table-gesionet .tableContainer tbody th {
  width: 38%;
  text-align: left;
  font-weight: 700;
  background: #fff;
}
.table-gesionet .tableContainer tbody td {
  width: 12.4%;
  background: #f7f7f7;
  color: #222;
  font-weight: 400;
  word-break: normal;
}
.table-gesionet .tableContainer tbody tr:nth-child(even) td,
.table-gesionet .tableContainer tbody tr:nth-child(even) th {
  background: #f1f1f1;
}
.table-gesionet .tableContainer tbody th span {
  display: block;
  margin-top: 4px;
  font-weight: 400;
  color: #777;
  font-size: 0.9em;
}
.table-gesionet .tableContainer .tamano {
  height: 72px;
}
.table-gesionet .tableContainer .border-none {
  border: none !important;
  background: transparent !important;
}
.table-gesionet .tableContainer .border-top {
  border-top: 1px solid #ddd;
  padding-top: 6px;
}
.table-gesionet .tableContainer .border-bottom {
  border-bottom: 1px solid #ddd;
  padding-bottom: 6px;
}
.table-gesionet .tableContainer td span.border-bottom,
.table-gesionet .tableContainer td span.border-top {
  display: block;
  min-height: 22px;
}
.table-gesionet .tableContainer .check {
  color: #168a36 !important;
  font-weight: 700;
  font-size: 1.2em;
}
.table-gesionet .tableContainer .cross {
  color: #c0392b !important;
  font-weight: 700;
  font-size: 1.2em;
}
@media (max-width: 768px) {
  .table-gesionet .tableContainer {
    margin: 35px auto;
  }
  .table-gesionet .tableContainer table {
    min-width: 900px;
  }
  .table-gesionet .tableContainer th,
  .table-gesionet .tableContainer td {
    padding: 9px 7px;
  }
}

@media (max-width: 1024px) {
  .gesionet-cuadros-funcionalidades h4 {
    text-align: center !important;
  }
  .gesionet-cuadros-funcionalidades .ekit-heading__description {
    text-align: center !important;
  }
}/*# sourceMappingURL=style.css.map */