hr {
  border: 2px solid #f07e26;
}

.grid hr {
  margin-bottom: 20px;
}

.proceso {
  grid-gap: 0;
}

.numbers picture {
  position: relative;
}
.numbers picture .number {
  width: clamp(8.375rem, 8.241vw + 6.521rem, 13.938rem);
  height: clamp(5.563rem, 6.574vw + 4.083rem, 10rem);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: opacity 0.5s;
}
.numbers picture .number.num-filled {
  width: clamp(8.375rem, 8.241vw + 6.521rem, 13.938rem);
  height: clamp(5.563rem, 6.574vw + 4.083rem, 10rem);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.numbers.filled picture .number.num-outlined {
  opacity: 0;
}
.numbers.filled picture .number.num-filled {
  opacity: 1;
}

.btn-cta {
  background: #FFFFFF;
  color: #283c90;
  border-radius: 100px;
  font-size: clamp(1.25rem, 1.852vw + 0.833rem, 2.5rem);
  aspect-ratio: 1/1;
  width: clamp(2.5rem, 3.704vw + 1.667rem, 5rem);
  display: grid;
  place-content: center;
}
.btn-cta:hover {
  background-color: #f07e26;
  color: #FFFFFF;
}

.grid-cols-md-2-auto {
  -moz-gap: 2.5rem;
  gap: 2.5rem;
  align-items: start;
}
.grid-cols-md-2-auto div:first-child .number {
  color: #f07e26;
}
@media (min-width: 768px) {
  .grid-cols-md-2-auto {
    grid-template-columns: auto auto;
  }
}

#hero {
  position: relative;
  grid-column: 1/-1;
}
#hero img {
  width: 100%;
}
#hero:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  #hero picture {
    height: 200px;
  }
  #hero picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.list-content {
  align-items: start;
  -moz-gap: 40px;
  gap: 40px;
}
.list-content .grid {
  justify-items: start;
}
.list-content .text-tertiary {
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .list-content {
    -moz-gap: 80px;
    gap: 80px;
    grid-template-columns: 0.55fr 1fr;
  }
}

.grid-col-1 {
  align-content: space-between;
  align-items: center;
}

.grid-cols-sm-2 {
  padding-top: 30px;
}

.gap-none {
  -moz-column-gap: 0;
  column-gap: 0;
}

.flex {
  display: flex;
  -moz-column-gap: clamp(1.875rem, 4.815vw + 0.792rem, 5.125rem);
  column-gap: clamp(1.875rem, 4.815vw + 0.792rem, 5.125rem);
  flex-wrap: wrap;
  justify-content: space-between;
}

.txt-featured {
  font-size: 30px;
  line-height: 20px;
}

.txt-featured-principal {
  font-size: clamp(6.25rem, 5.926vw + 4.917rem, 10.25rem);
  line-height: clamp(4.656rem, 4.415vw + 3.663rem, 7.636rem);
}
.txt-featured-principal::before {
  content: "";
  margin-bottom: -0.0355em;
  display: table;
}
.txt-featured-principal::after {
  content: "";
  margin-top: 0.0355em;
  display: table;
}

.spotify {
  justify-items: left;
  align-content: start;
  align-self: center;
  max-width: 35ch;
}
@media (min-width: 768px) {
  .spotify {
    justify-self: end;
  }
}
.spotify .btn-green {
  color: #283c90;
  background-color: #1ED761;
  border: #1ED761;
  font-weight: 700;
  text-transform: capitalize;
}
.spotify .btn-green:hover {
  background-color: #f07e26;
  border: #f07e26;
}
@media (min-width: 1440px) {
  .spotify {
    margin-right: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .spotify {
    margin-right: 10px;
  }
}

.cta-container {
  align-items: center;
  border-radius: 20px;
  padding: clamp(2.5rem, 3.704vw + 1.667rem, 5rem) clamp(1.25rem, 6.481vw - 0.208rem, 5.625rem);
  background: var(--Degradado1, linear-gradient(93deg, #f07e26 0%, #283c90 100%));
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
}
.cta-container h2 {
  grid-column: 1/-1;
}
@media (min-width: 1024px) {
  .cta-container h2 {
    grid-column: 1;
  }
}
.cta-container .text-cta {
  font-size: clamp(1.5rem, 2.222vw + 1rem, 3rem);
  line-height: clamp(1.75rem, 2.222vw + 1.25rem, 3.25rem);
  grid-column: 1/3;
}
@media (min-width: 1024px) {
  .cta-container .text-cta {
    grid-column: 2;
  }
}/*# sourceMappingURL=nosotros.css.map */