.btn-blue {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  background: #216a93;
  padding: 8px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.btn-blue:hover {
  background-color: #1a73e9;
}

.btn-verde {
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  padding: 8px 15px;
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
  color: #216a93;
  text-decoration: none;
  background-color: #40f99b;
  transition: all 0.3s ease;
}
.btn-verde:hover {
  background-color: #b9fddb;
}

.btn-blanco {
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  gap: 10px;
  padding: 8px 15px;
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
  color: #216a93;
  text-decoration: none;
  background-color: #fff;
  transition: all 0.3s ease;
}
.btn-blanco:hover {
  background-color: #e6eaed;
}

.propuesta {
  padding: 100px 0;
  min-height: auto;
  height: auto;
}
@media (max-width: 1024px) {
  .propuesta .contenedor {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
  }
}
.propuesta .contenedor .title {
  color: #216a93;
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  line-height: 35px;
  margin-bottom: 30px;
}
.propuesta .contenedor .propuesta__tabla {
  width: 100%;
  min-width: 960px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}
.propuesta .contenedor .propuesta__tabla th,
.propuesta .contenedor .propuesta__tabla td {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  vertical-align: middle;
}
.propuesta .contenedor .propuesta__tabla th:last-child,
.propuesta .contenedor .propuesta__tabla td:last-child {
  border-right: none;
}
.propuesta .contenedor .propuesta__tabla thead tr th {
  padding: 10px;
  color: #40f99b;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  line-height: 25px;
  background-color: #216a93;
}
.propuesta .contenedor .propuesta__tabla thead tr th:first-child {
  width: 25%;
}
.propuesta .contenedor .propuesta__tabla thead tr th:nth-child(2), .propuesta .contenedor .propuesta__tabla thead tr th:nth-child(3) {
  width: 37.5%;
}
.propuesta .contenedor .propuesta__tabla tbody tr:last-child td {
  border-bottom: none;
}
.propuesta .contenedor .propuesta__tabla tbody tr td {
  padding: 20px 30px;
  font-size: 18px;
  line-height: 22px;
}
.propuesta .contenedor .propuesta__tabla tbody tr td:first-child {
  width: 25%;
  background-color: #b9fddb;
  color: #0A0E18;
  text-align: center;
  font-weight: bold;
}
.propuesta .contenedor .propuesta__tabla tbody tr td:nth-child(2), .propuesta .contenedor .propuesta__tabla tbody tr td:nth-child(3) {
  width: 37.5%;
  background: rgba(230, 234, 237, 0.8);
  text-align: left;
}/*# sourceMappingURL=index.css.map */