<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media all and (min-width: 200px) {
  /* xs */
  .btn-back {
    color: #646464;
    border-radius: 5rem;
    font-weight: 600;
    font-size: 15px;
  }
  .btn-back span {
    display: inline-block;
    margin-right: 8px;
  }
  .btn-back:hover {
    color: #000000;
  }

  .btn-contact {
    background-color: #d62c40;
    font-weight: 700;
    border-radius: 5rem;
    color: #ffffff !important;
    padding: 0.8rem 2rem;
  }
  .btn-contact:hover {
    background-color: #82000f;
  }

  .banner-top {
    height: 12rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .banner-top__content-box {
    text-align: center;
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .banner-top__title {
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.72);
    padding: 2rem;
    color: #ffffff;
    font-size: 25px;
    position: relative;
    margin-bottom: 0;
  }
  .banner-top__title::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80px;
    height: 4px;
    background-color: #d62c40;
  }

  .description-service__title {
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
    font-size: 25px;
    color: #000000;
    margin-bottom: 1.5rem;
  }
  .description-service__title span {
    color: #d62c40;
  }
  .description-service__texts {
    text-align: justify;
    font-size: 16px;
    color: #000000;
  }

  .banner-contact {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 2rem 0;
  }
  .banner-contact__title {
    font-family: "Fjalla One", sans-serif;
    color: #ffffff;
    font-size: 30px;
    position: relative;
    margin-bottom: 2rem;
    display: inline-block;
  }
  .banner-contact__title::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    background-color: #d62c40;
    width: 120px;
    height: 4px;
  }
  .banner-contact__button {
    background-color: #d62c40;
    font-weight: 700;
    border-radius: 5rem;
    color: #ffffff !important;
    padding: 0.8rem 1.4rem;
  }
  .banner-contact__button:hover {
    background-color: #82000f;
  }
}
@media all and (min-width: 576px) {
  /* sm */
}
@media all and (min-width: 768px) {
  /* md */
  .description-service__title {
    font-size: 30px;
  }

  .banner-contact {
    padding: 5rem 0;
  }
}
@media all and (min-width: 992px) {
  /* lg */
  .banner-top {
    height: 20rem;
    position: relative;
    top: -6rem;
  }
}
@media all and (min-width: 1200px) {
  /* xl */
  .description-service__title {
    font-size: 40px;
  }

  .banner-top {
    height: 25rem;
  }
  .banner-top__title {
    font-size: 40px;
    padding: 2rem 5rem;
  }

  .banner-contact {
    padding: 7rem 0;
  }
  .banner-contact__title {
    font-size: 40px;
  }
  .banner-contact__title::after {
    right: 15px;
    left: inherit;
  }
  .banner-contact__button {
    padding: 1rem 2.8rem;
  }
}

/*# sourceMappingURL=servicio-detalle.css.map */
</pre></body></html>