.vps-seccion1 {
  background: linear-gradient(
    101.32deg,
    rgba(229, 33, 80, 0.86) 38.72%,
    rgba(243, 128, 33, 0.86) 105.68%
  );
  padding: 60px 0;
}
.contact-hero {
  position: relative;
  overflow: hidden;
}
.contact-hero::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -160px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
}
.banner-text {
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
  font-size: 51px;
  line-height: 77px;
  color: #ffffff;
  position: relative;
  top: auto;
  transform: none;
  margin: 0;
}
.contact-kicker,
.contact-kicker-dark {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  font-family: Karla;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.contact-kicker {
  color: rgba(255, 255, 255, 0.86);
}
.contact-kicker-dark {
  color: #e52150;
}
.contact-hero-title {
  max-width: 640px;
  font-size: clamp(42px, 6vw, 70px);
  line-height: 0.98;
}
.contact-hero-copy {
  max-width: 670px;
  margin: 24px 0 0;
  font-family: Karla;
  font-size: 20px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
}
.contact-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}
.contact-primary-link,
.contact-secondary-link,
.contact-card-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  border-radius: 27.5px;
  padding: 0 28px;
  font-family: Karla;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}
.contact-primary-link {
  color: #e52150;
  background: #ffffff;
  box-shadow: 0 20px 34px -24px rgba(30, 30, 30, 0.9);
}
.contact-secondary-link {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.72);
}
.contact-primary-link:hover,
.contact-secondary-link:hover,
.contact-card-action:hover {
  transform: translateY(-1px);
}
.contact-primary-link:hover {
  color: #e52150;
}
.contact-secondary-link:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
}
.contact-hero-img {
  max-width: 460px;
  filter: drop-shadow(0 24px 38px rgba(82, 22, 34, 0.28));
}
.banner-list {
  font-family: Karla;
  font-style: normal;
  font-weight: 500;
  font-size: 23px;
  line-height: 50px;
  color: #ffffff;
  margin: 20px 0px;
}

.contact-page {
  padding: 90px 0;
}
.contact-section-heading {
  max-width: 760px;
  margin: 0 auto 44px;
}
.contact-section-heading h2,
.contact-form-copy h2 {
  margin: 0;
  font-family: Rubik;
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 600;
  line-height: 1.12;
  color: #1e1e1e;
}
.contact-section-heading p,
.contact-form-copy p {
  margin: 16px 0 0;
  font-family: Karla;
  font-size: 18px;
  line-height: 1.6;
  color: #6f6f6f;
}
.contact-section-heading-left {
  max-width: 720px;
  margin: 0 0 28px;
  text-align: left;
}
.contact-channel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.contact-channel-card {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  border: 1px solid rgba(30, 30, 30, 0.08);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 24px 50px -40px rgba(30, 30, 30, 0.42);
}
.contact-channel-urgent {
  border-color: rgba(229, 33, 80, 0.22);
}
.contact-channel-whatsapp {
  border-color: rgba(37, 211, 102, 0.28);
}
.contact-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 20px;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(101.32deg, rgba(229, 33, 80, 0.92) 38.72%, rgba(243, 128, 33, 0.92) 105.68%);
  font-size: 24px;
}
.contact-channel-whatsapp .contact-card-icon {
  background: #25d366;
}
.contact-card-label {
  font-family: Karla;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #8c8c8c;
}
.contact-channel-card h3 {
  margin: 0 0 16px;
  font-family: Rubik;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.18;
  color: #1e1e1e;
}
.contact-channel-card p {
  margin: 0 0 24px;
  font-family: Karla;
  font-size: 17px;
  line-height: 1.5;
  color: #6f6f6f;
}
.contact-card-action {
  margin-top: auto;
  color: #ffffff;
  background: linear-gradient(101.32deg, rgba(229, 33, 80, 0.86) 38.72%, rgba(243, 128, 33, 0.86) 105.68%);
  box-shadow: 0 14px 30px -18px rgba(229, 33, 80, 0.9);
}
.contact-channel-whatsapp .contact-card-action {
  background: #25d366;
  box-shadow: 0 14px 30px -20px rgba(37, 211, 102, 0.9);
}
.contact-card-action:hover {
  color: #ffffff;
}
.contact-support-shortcuts {
  margin-top: 80px;
}
.contact-shortcut-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.contact-shortcut-card {
  min-height: 185px;
  padding: 24px;
  border: 1px solid rgba(30, 30, 30, 0.08);
  border-radius: 8px;
  background: #ffffff;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.contact-shortcut-card:hover {
  transform: translateY(-2px);
  border-color: rgba(243, 128, 33, 0.4);
  box-shadow: 0 22px 44px -34px rgba(30, 30, 30, 0.45);
}
.contact-shortcut-card i {
  display: block;
  margin-bottom: 16px;
  font-size: 28px;
  color: #f38021;
}
.contact-shortcut-card strong {
  display: block;
  margin-bottom: 8px;
  font-family: Rubik;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #1e1e1e;
}
.contact-shortcut-card span {
  display: block;
  font-family: Karla;
  font-size: 16px;
  line-height: 1.45;
  color: #6f6f6f;
}
.contact-form-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 42px;
  align-items: start;
  margin-top: 86px;
}
.contact-form-copy {
  padding-top: 18px;
}
.contact-form-note {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 28px;
  padding: 18px;
  border-left: 4px solid #f38021;
  background: rgba(243, 128, 33, 0.08);
  font-family: Karla;
  font-size: 16px;
  line-height: 1.45;
  color: #565656;
}
.contact-form-note i {
  color: #e52150;
  font-size: 22px;
  line-height: 1;
}
.contact-form-card {
  padding: 34px;
  border: 1px solid rgba(30, 30, 30, 0.08);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 24px 55px -42px rgba(30, 30, 30, 0.5);
}
.form-control {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 18px 31px;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid rgba(255, 99, 71, 0.63);
  outline: none;
}
.labelInput {
  font-family: Karla;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #8c8c8c;
}
.form-floating > textarea.form-control {
  line-height: 1.45;
}

.btn-contacto {
  width: 100%;
  font-family: Karla;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.4px;
  color: #ffffff;
  background: linear-gradient(
    101.32deg,
    rgba(229, 33, 80, 0.86) 38.72%,
    rgba(243, 128, 33, 0.86) 105.68%
  );
  border-radius: 27.5px;
  padding: 14px 60px;
  text-decoration: none;
  border: 0;
  transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
  box-shadow: 0 14px 30px -18px rgba(229, 33, 80, 0.9);
}

.btn-contacto:hover {
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 16px 30px -16px rgba(243, 128, 33, 0.8);
}

.btn-contacto:disabled {
  opacity: 0.75;
  cursor: wait;
  transform: none;
}

.contact-alert.swal2-popup {
  width: min(420px, calc(100vw - 32px));
  border-radius: 18px;
  padding: 34px 32px 30px;
  font-family: Karla, sans-serif;
  color: #1e1e1e;
  box-shadow: 0 28px 70px -35px rgba(30, 30, 30, 0.75);
}

.contact-alert .swal2-title {
  margin: 12px 0 8px;
  padding: 0;
  font-family: Rubik, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  color: #1e1e1e;
}

.contact-alert .swal2-html-container {
  margin: 0;
  font-family: Karla, sans-serif;
  font-size: 17px;
  line-height: 1.45;
  color: #6f6f6f;
}

.contact-alert .swal2-icon {
  border-color: #f38021;
  color: #f38021;
}

.contact-alert .swal2-success-ring {
  border-color: rgba(243, 128, 33, 0.28);
}

.contact-alert .swal2-success-line-tip,
.contact-alert .swal2-success-line-long {
  background-color: #e52150;
}

.contact-alert-btn.swal2-confirm {
  min-width: 150px;
  margin-top: 18px;
  border: 0;
  border-radius: 27.5px;
  padding: 13px 30px;
  font-family: Karla, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: #ffffff;
  background: linear-gradient(101.32deg, rgba(229, 33, 80, 0.86) 38.72%, rgba(243, 128, 33, 0.86) 105.68%);
  box-shadow: 0 14px 30px -18px rgba(229, 33, 80, 0.9);
}

.contact-alert-btn.swal2-confirm:focus {
  box-shadow: 0 0 0 3px rgba(243, 128, 33, 0.24), 0 14px 30px -18px rgba(229, 33, 80, 0.9);
}

@media (max-width: 500px) {
  .banner-text {
    font-size: 11.5vw;
  }
}

@media (max-width: 991px) {
  .contact-hero {
    padding: 56px 0 70px;
  }
  .contact-hero-title,
  .contact-hero-copy {
    max-width: none;
  }
  .contact-hero-actions {
    justify-content: center;
  }
  .contact-channel-grid,
  .contact-shortcut-grid,
  .contact-form-section {
    grid-template-columns: 1fr;
  }
  .contact-channel-card {
    min-height: auto;
  }
  .contact-form-section {
    gap: 28px;
    margin-top: 64px;
  }
}

@media (max-width: 575px) {
  .contact-hero {
    padding: 44px 0 46px;
  }
  .contact-hero-title {
    font-size: 42px;
  }
  .contact-hero-copy {
    margin-top: 18px;
  }
  .contact-hero-actions {
    margin-top: 24px;
  }
  .contact-hero-img {
    max-width: 245px;
  }
  .contact-page {
    padding: 68px 0;
  }
  .contact-hero-copy,
  .contact-section-heading p,
  .contact-form-copy p {
    font-size: 17px;
  }
  .contact-primary-link,
  .contact-secondary-link {
    width: 100%;
  }
  .contact-channel-card,
  .contact-form-card {
    padding: 24px;
  }
  .contact-shortcut-card {
    min-height: auto;
  }
}
