

/* =========================== */
/* 💻 SOPORTE – LAPTOP         */
/* =========================== */

@media screen and (min-width: 993px) and (max-width: 1200px) {
  body {
    background-color: #e7e3da;
    background-image: url("/static/img/p_fondo_responsive_unificado.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    overflow-x: hidden;
  }

  .container {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    max-width: 540px;
    margin: 80px auto 50px auto;
    padding: 40px 40px;
    background-color: rgba(255, 255, 255, 0.35);
    border-radius: 22px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
  }

  form input,
  form textarea,
  form select {
    width: 100%;
    max-width: 460px;
    font-size: 14px;
    box-sizing: border-box;
  }

  .container h1 {
    font-size: 22px;
  }

  .intro {
    font-size: 15px;
    margin-bottom: 22px;
  }

  .btn-enviar {
    font-size: 13px;
    padding: 10px 24px;
  }

  .faq-aviso {
    font-size: 13px;
    margin-top: 25px;
  }

  .footer {
    margin-top: 30px;
    padding-top: 12px;
    padding-bottom: 30px;
    text-align: center;
  }

  .redes-sociales {
    gap: 60px;
    margin-top: 12px;
  }

  .redes-sociales img {
    width: 22px;
    height: 22px;
  }

  .marca-registrada {
    font-size: 10px;
    margin-top: 8px;
    opacity: 0.9;
  }

  .logo-responsive {
    display: block;
    position: absolute;
    top: 22px;
    left: 50px;
    width: 220px;
    height: auto;
    z-index: 10;
  }

  .logo-colibri-responsive {
    width: 220px;
    height: auto;
  }

  .btn-cta-red {
    top: 20px;
    right: 40px;
  }
}
