/* Contacto premium: estilos especificos de la pagina contacto.php */
.contacto-premium-section .contact-premium-grid {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.contacto-premium-section .contact-premium-col {
  padding-bottom: 14px;
}

.contacto-premium-section .contact-premium-card {
  height: 100%;
  border-radius: 16px;
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid rgba(88, 88, 91, 0.2);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.97), rgba(247, 247, 248, 0.88));
  box-shadow: 0 16px 34px rgba(26, 28, 34, 0.11);
}

.contacto-premium-section .contact-card-title {
  margin: 0;
  color: #2f3033;
  font-size: clamp(1.26em, 2.8vw, 1.54em);
}

.contacto-premium-section .contact-card-text {
  margin: 10px 0 14px;
  color: #535760;
  line-height: 1.58;
}

.contacto-premium-section .contact-property-chip {
  margin: 0 0 16px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(227, 27, 45, 0.25);
  background: rgba(227, 27, 45, 0.07);
  color: #393d45;
  line-height: 1.45;
}

.contacto-premium-section .contact-property-chip strong {
  color: #b51225;
}

.contacto-premium-section .contact-premium-form .form-group {
  margin-bottom: 12px;
}

.contacto-premium-section .contact-premium-form label {
  width: auto;
  float: none;
  margin: 0 0 6px;
  padding: 0;
  background: transparent;
  box-shadow: none;
  color: #363a43;
  font-weight: 700;
  font-size: 0.92em;
  cursor: default;
  text-align: left;
}

.contacto-premium-section .contact-premium-form .form-control {
  border-radius: 10px;
  border: 1px solid rgba(88, 88, 91, 0.28);
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(20, 22, 29, 0.05);
  color: #2f3138;
  height: 42px;
}

.contacto-premium-section .contact-premium-form textarea.form-control {
  min-height: 134px;
  height: auto;
  resize: vertical;
}

.contacto-premium-section .contact-premium-form .form-control:focus {
  border-color: rgba(227, 27, 45, 0.5);
  box-shadow: 0 0 0 3px rgba(227, 27, 45, 0.14);
}

.contacto-premium-section .contact-premium-submit {
  width: 100%;
  min-height: 44px;
  margin-top: 2px;
  border-radius: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  background: linear-gradient(135deg, #e31b2d 0%, #bf1222 100%);
  border: 1px solid rgba(161, 14, 29, 0.9);
  box-shadow: 0 10px 20px rgba(191, 18, 34, 0.25);
}

.contacto-premium-section .contact-premium-submit:hover,
.contacto-premium-section .contact-premium-submit:focus {
  background: linear-gradient(135deg, #ef2339 0%, #ca1628 100%);
  box-shadow: 0 14px 24px rgba(191, 18, 34, 0.3);
}

.contacto-premium-section .contact-info-block {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px dashed rgba(88, 88, 91, 0.25);
}

.contacto-premium-section .contact-info-block-last {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.contacto-premium-section .contact-info-block h3 {
  margin: 8px 0 8px;
  color: #2f3033;
  font-size: 1.12em;
}

.contacto-premium-section .contact-info-block p {
  margin: 0 0 7px;
  color: #4c5059;
  line-height: 1.56;
}

.contacto-premium-section .contact-info-block a {
  color: #2f3035;
  font-weight: 600;
  text-decoration: none;
}

.contacto-premium-section .contact-info-block a:hover,
.contacto-premium-section .contact-info-block a:focus {
  color: #b51225;
}

.contacto-premium-section .contact-map-frame {
  margin-top: 8px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(88, 88, 91, 0.24);
  box-shadow: 0 16px 32px rgba(24, 25, 29, 0.12);
}

.contacto-premium-section .contact-map-frame iframe {
  display: block;
}

@media (max-width: 991px) {
  .contacto-premium-section .contact-premium-grid {
    margin-top: 4px;
  }

  .contacto-premium-section .contact-premium-card {
    height: auto;
  }
}

@media (max-width: 640px) {
  .contacto-premium-section .contact-premium-card {
    padding: 16px 14px;
    border-radius: 14px;
  }

  .contacto-premium-section .contact-map-frame {
    border-radius: 14px;
  }
}
