.downloads-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 4em;
}

.downloads-bar__logo img {
    max-height: 60px;
    width: auto;
}

.downloads-bar__actions {
    display: flex;
    gap: 12px;
    size: 25%;
}

.btn-download {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background-color: #305692;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    transition: background-color 0.25s ease;
}

.features-table-wrapper {
    width: 100%;
    overflow-x: auto;
}

.features-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}

.features-table thead{
    font-size: 16px;
    color: #ffffff;
    background-color: #305692e7;
    padding: 5px;
}

.features-table th{
    padding: 5px;
}

.features-table td{
    padding: 10px;
}

/*Joss*/
.prod {
    max-width: 303px !important;
}
.prod, .sgamid {
    border: 1px dashed #C6C6C6;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sga {
    padding: 1rem;
    box-sizing: border-box;
}
.contenedor {
    display: flex;
    gap: 1rem;
    width: 100%;
}
.blue {
    color: #256cb5;
}
.pricing-price {
    position: relative;
    padding: 25px 0;
    font-weight: 300;
    font-size: 64px;
    line-height: 1;
}
.sgatxt {
    width: 450px;
    background-color: #256cb5;
    color: white;
    text-align: justify;
    display: flex;
    align-items: center;
}

.sga {
    padding: 1rem;
    box-sizing: border-box;
}
.fancy-title.title-dotted-border {
    background: url(images/icons/dotted.png) repeat-x center;
}
.title-center {
    text-align: center;
}
.fancy-title {
    position: relative;
    margin-bottom: 30px;
}
.titulo {
    font-size: 26px;
    text-transform: uppercase;
    color: #2d88c7;
    font-weight: bold;
    font-stretch: condensed;
}


.sgamid {
    max-width: 325px;
    width: 325px;
}
.table-container {
    max-width: 900px;
    margin: auto;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
  }

  table {
    width: 100%;
    border-collapse: collapse;
  }

  thead {
    background-color: #0f1b4e;
    color: #ffffff;
  }

  th, td {
    padding: 14px 16px;
    text-align: left;
    vertical-align: top;
  }

  th {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  tbody tr {
    border-bottom: 1px solid #e0e0e0;
  }

  tbody tr:last-child {
    border-bottom: none;
  }

  tbody tr:hover {
    background-color: #e9e7eba6;
  }

  td:first-child {
    font-weight: 600;
    color: #020146;
    width: 30%;
  }

  @media (max-width: 768px) {
    table, thead, tbody, th, td, tr {
      display: block;
    }

    thead {
      display: none;
    }

    tr {
      margin-bottom: 15px;
      border-bottom: 2px solid #0b033d;
    }

    td {
      padding: 10px;
    }

    td:first-child {
      font-weight: bold;
      width: 100%;
    }
  }