body {
      margin: 0;
      font-family: 'Montserrat', sans-serif;
      background: #fff;
      color: #686868;
    }
    .container {
      max-width: 420px;
      margin: 0 auto;
      box-shadow: 0 0 8px #eee;
      min-height: 100vh;
      background: #fff;
      padding-bottom: 32px;
    }
    .logo {
      display: block;
      width: 250px;
      margin: 0 auto;
    }
    .main-image {
      width: 100%;
      display: block;
      object-fit: cover;
      max-height: 100%;
    }
    .rastreo-box {
      text-align: center;
      padding: 28px 20px 0 20px;
    }
    .rastreo-box h1 {
      color: #284377;
      font-size: 2em;
      margin-bottom: 12px;
      font-weight: 700;
      letter-spacing: 1px;
    }
    .rastreo-box p {
      font-size: 14px;
      color: #686868;
      margin-bottom: 24px;
      font-weight: 400;
      font-family: Montserrat, sans-serif;
    }
    .input-box {
      display: flex;
      align-items: center;
      justify-content: center;
      background: #f6f8fa;
      border-radius: 30px;
      padding: 6px 6px 6px 16px;
      max-width: 380px;
      margin: 0 auto 18px auto;
      border: 1px solid #e2e6ed;
    }
    .input-box input {
      border: none;
      background: transparent;
      font-size: 1.1em;
      flex: 1;
      outline: none;
      color: #888;
      padding: 10px 0;
    }
    .input-box button {
      border: none;
      background: #e5e9ed;
      color: #bfc3ca;
      font-size: 1.15em;
      padding: 10px 28px;
      border-radius: 25px;
      cursor: not-allowed;
      font-weight: bold;
      transition: background 0.2s;
    }
    
    .input-box button.naranja {
      background: #f05a28 !important;
      color: #fff;
    }
    .rastreo-link {
      color: #2c7be5;
      font-size: 1em;
      text-decoration: none;
      display: inline-block;
      margin-top: 8px;
      font-weight: 500;
      transition: color 0.2s;
    }
    .rastreo-link:hover {
      text-decoration: underline;
      color: #244a9b;
    }
    .arrow {
      display: inline-block;
      vertical-align: middle;
      margin-left: 5px;
      font-size: 1.1em;
      color: #70a1ef;
    }
    @media (max-width: 430px) {
      .container { max-width: 100vw; }
      .logo { width: 70vw; max-width: 250px; }
      .main-image { max-height: 100%; }
      .rastreo-box { padding: 18px 5vw 0 5vw; }
    }

    .menu-coordinadora {
  background: #003c82;
  color: #fff;
  width: 360px;
  padding: 28px 28px 0 28px;
  border-radius: 0 0 4px 4px;
  margin: 32px auto 0 auto;
  font-family: 'Montserrat', sans-serif;
}
.logo-menu-coordinadora {
  display: block;
  width: 250px;
  margin-bottom: 32px;
  margin-top: 24px;
}
.telefono-coordinadora {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  gap: 15px;
}
.icono-telefono {
  width: 38px;
  height: 38px;
  filter: brightness(0) invert(1) opacity(0.8);
}
.linea-unica {
  font-size: 13px;
  color: #b9d4f7;
  font-weight: 400;
  margin-bottom: 1px;
}
.telefono-numero {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
}
.separador {
  border: none;
  border-top: 1.5px solid #4561a0;
  margin: 16px 0 12px 0;
}
.item-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0 10px 0;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.flecha {
  font-size: 1.2em;
  color: #b9d4f7;
  margin-left: 8px;
}
    .nuestras {
      color: #003c82;
      font-size: 14px;
      font-weight: 500;
      text-align: center;
      margin-top: 12px;
      display: block;
    }
        .compa {
      color: #003c82;
      font-size: 18px;
      font-weight: 900;
      text-align: center;
    }

        .ultimo {
      display: block;
      width: 100%;
      margin: 0 auto;
    }
@media (max-width: 430px) {
  .menu-coordinadora {
    width: 100vw;
    padding: 18px 4vw 0 4vw;
    margin: 22px 0 0 0;
  }
  .logo-menu-coordinadora {
    width: 58vw;
    max-width: 200px;
  }
}
.section-divider {
  border-top: 2px dashed #ccd5db;
  margin: 36px auto 180px auto;
  width: 95%;
  max-width: 510px;
}

.main-titulo {
  font-size: 24px;
  font-weight: 700;
  color: #054381;
  text-align: center;
  line-height: 1.22;
  margin: 38px auto 38px auto;
  max-width: 500px;
  font-family: 'Montserrat', Arial, sans-serif;
}

.servicios-titulo {
  font-size: 24px;
  font-weight: 700;
  color: #054381;
  margin-bottom: 32px;
  margin-top: 12px;
  text-align: center;
  font-family: 'Montserrat', Arial, sans-serif;
}

.servicio-card {
  display: flex;
  align-items: flex-start;
  background: #fff;
  box-shadow: 0 2px 16px 0 rgba(0,0,0,0.09);
  border-radius: 14px;
  padding: 34px 32px 24px 28px;
  max-width: 540px;
  margin: 0 auto 40px auto;
  text-align: left;
  font-family: 'Montserrat', Arial, sans-serif;
  gap: 18px;
}

.servicio-icon {
  flex-shrink: 0;
  margin-right: 6px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 56px;
  height: 56px;
}

.servicio-info {
  flex: 1;
  min-width: 0;
}

.servicio-nombre {
  font-size: 1.25rem;
  font-weight: 700;
  color: #054381;
  margin-bottom: 7px;
}

.servicio-desc {
  font-size: 1rem;
  color: #515a60;
  margin-bottom: 18px;
  line-height: 1.45;
}

.servicio-link {
  font-size: 1rem;
  color: #0093DD;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
}

.servicio-link:hover {
  color: #036fb2;
  text-decoration: underline;
}

.arrow {
  font-size: 1.1em;
  vertical-align: middle;
}
.moro {
      display: block;
      width: 100%;
      margin: 0 auto;
    }

    .imagen-container {
  position: relative;
}

.main-image {
  width: 100%;
  display: block;
  object-fit: cover;
}

.rastreo-box {
  position: absolute;
  left: 50%;
  bottom: -180px;
  transform: translateX(-50%);
  width: 90%;
  max-width: 340px;
  background: #ffffff;
  border-radius: 18px;
  padding: 28px 22px 24px 22px;
  box-shadow: 0 22px 50px rgba(0,0,0,0.30), 0 1.5px 5px rgba(0,0,0,0.13);
  text-align: center;
  z-index: 10;
}

.rastreo-box h1 {
  color: #284377;
  font-size: 1.4em;
  margin-bottom: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.rastreo-box p {
  font-size: 14px;
  color: #686868;
  margin-bottom: 24px;
  font-weight: 400;
}

.input-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f8fa;
  border-radius: 30px;
  padding: 6px 6px 6px 16px;
  border: 1px solid #e2e6ed;
  margin-bottom: 18px;
}

.input-box input {
  border: none;
  background: transparent;
  font-size: 1em;
  flex: 1;
  outline: none;
  color: #888;
  padding: 10px 0;
}

.input-box button {
  border: none;
  background: #e5e9ed;
  color: #bfc3ca;
  font-size: 1em;
  padding: 10px 24px;
  border-radius: 25px;
  cursor: not-allowed;
  font-weight: bold;
  transition: background 0.2s;
}

.input-box button.naranja {
  background: #f05a28 !important;
  color: #fff;
  cursor: pointer;
}

.rastreo-link {
  color: #2c7be5;
  font-size: 0.9em;
  text-decoration: none;
  display: inline-block;
  margin-top: 8px;
  font-weight: 500;
}

.rastreo-link:hover {
  color: #244a9b;
  text-decoration: underline;
}
    .alerta-no-guia {
    display: flex;
    align-items: flex-start;
    background: #FCF4F2;
    border-radius: 12px;
    border: 1.5px solid #FCF4F2;
    max-width: 760px;         /* <-- Ancho más grande */
    margin: 18px auto 24px auto;
    padding: 22px 32px 20px 32px;
    box-shadow: 0 2px 16px #ede8e6;
    font-family: 'Montserrat', Arial, sans-serif;
    gap: 18px;
}

.alerta-no-guia-icon {
    min-width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.alerta-no-guia-content {
    flex: 1;
    min-width: 0;
}

.alerta-no-guia-title {
    color: #c73f12;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
    margin-top: 0;
    text-align: left;
    line-height: 1.15;
}

.alerta-no-guia-desc {
    color: #757575;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.38;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
}

@media (max-width: 800px) {
    .alerta-no-guia {
        max-width: 96vw;
        padding: 15px 10px;
    }
    .alerta-no-guia-title { font-size: 18px; }
    .alerta-no-guia-desc { font-size: 15px; }
}
