section#ti-quote .contenedor h1 {
  text-align: center;
  font-size: 1.875rem;
  font-family: "Exo", sans-serif;
  font-style: italic;
  color: #15253f;
  font-weight: bold;
}
section#ti-quote .contenedor .ti-cart__tabs ol li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
section#ti-quote .contenedor .ti-cart__tabs ol li span.ti-step__index {
  height: 1.5rem;
  width: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #dfecf5;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-weight: normal;
}
section#ti-quote .contenedor .ti-cart__tabs ol li.is-current span.ti-step__index {
  color: #ffffff;
  background-color: #1f9ad7;
}
section#ti-quote .contenedor .ti-cart__tabs ol li.is-current span.ti-step__label {
  color: #1f9ad7;
  font-weight: normal;
}
section#ti-quote .contenedor .cotizacion-gracias .quote-titulo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
section#ti-quote .contenedor .cotizacion-gracias .quote-titulo h2 {
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  color: #15253f;
  font-family: "Exo", sans-serif;
  font-style: italic;
}
section#ti-quote .contenedor .cotizacion-gracias .quote-titulo p {
  text-align: center;
  font-size: 1rem;
  width: 40rem;
  margin: 0 auto;
  color: #15253f;
}
section#ti-quote .contenedor .cotizacion-gracias .quote-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  background-color: #ffffff;
  padding: 2.5rem;
  border-radius: 1rem;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.05);
  width: 100%;
}
section#ti-quote .contenedor .cotizacion-gracias .quote-summary p {
  display: flex;
  flex-direction: column;
}
section#ti-quote .contenedor .cotizacion-gracias .quote-table h3 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #15253f;
  font-family: "Exo", sans-serif;
  font-style: italic;
}
section#ti-quote .contenedor .cotizacion-gracias .quote-table table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.05);
}
section#ti-quote .contenedor .cotizacion-gracias .quote-table table thead {
  background-color: #15253f;
}
section#ti-quote .contenedor .cotizacion-gracias .quote-table table thead th {
  font-size: 1.25rem;
  color: #ffffff;
  text-align: left;
  padding: 0.5rem 1rem;
  font-weight: normal;
}
section#ti-quote .contenedor .cotizacion-gracias .quote-table table thead th:last-child {
  text-align: right;
}
section#ti-quote .contenedor .cotizacion-gracias .quote-table table tbody tr td {
  padding: 0.5rem 1rem;
}
section#ti-quote .contenedor .cotizacion-gracias .quote-table table tbody tr td:first-child {
  text-align: left;
}
section#ti-quote .contenedor .cotizacion-gracias .quote-table table tbody tr td:last-child {
  text-align: right;
}
section#ti-quote .contenedor .cotizacion-gracias .quote-table table tbody tr td span {
  font-size: 0.7rem;
}
section#ti-quote .contenedor .cotizacion-gracias .quote-table table tbody tr:first-child td {
  padding-top: 2rem;
}
section#ti-quote .contenedor .cotizacion-gracias .quote-table table tbody tr:last-child td {
  padding-bottom: 2rem;
}
section#ti-quote .contenedor .cotizacion-gracias .quote-table table tfoot tr {
  border-top: 1px solid #495879;
}
section#ti-quote .contenedor .cotizacion-gracias .quote-table table tfoot tr th {
  font-family: "Exo", sans-serif;
  font-style: italic;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 1rem;
}
section#ti-quote .contenedor .cotizacion-gracias .quote-table table tfoot tr th:first-child {
  text-align: left;
}
section#ti-quote .contenedor .cotizacion-gracias .quote-table table tfoot tr th:last-child {
  text-align: right;
}
section#ti-quote .contenedor > a {
  margin: 0 auto;
  padding: 0.5rem 1rem;
  border-radius: 3rem;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: normal;
  background: linear-gradient(85deg, #1f9ad7 37.44%, #2ba9ee 90.96%);
  position: relative;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
section#ti-quote .contenedor > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(85deg, #1f9ad7 37.44%, #2ba9ee 90.96%);
  border-radius: 3rem;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
section#ti-quote .contenedor > a span {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: normal;
  position: relative;
  transition: all 0.3s ease;
  z-index: 2;
}
section#ti-quote .contenedor > a span::before {
  font-weight: normal;
  content: attr(data-title);
  position: absolute;
  font-size: 1.125rem;
  width: -moz-max-content;
  width: max-content;
  line-height: 1.2;
  opacity: 0;
  transition: all 0.3s ease;
}
section#ti-quote .contenedor > a svg {
  height: 1rem;
  width: 2rem;
  z-index: 2;
}
section#ti-quote .contenedor > a svg path {
  fill: #ffffff;
  transition: all 0.3s ease;
}
@media (max-width: 780px) {
  section#ti-quote .contenedor > a {
    font-size: 0.938rem;
    padding: 0.4rem 0.8rem;
  }
}/*# sourceMappingURL=index.css.map */