/* ========== FORZAR ANCHO COMPLETO ========== */
.contacto-page {
  width: 100vw !important;
  max-width: none !important;
  margin: 0 !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 0 !important;
  overflow-x: hidden;
  background: #fff;
}

.contacto-page section {
  margin: 0 !important;
  box-sizing: border-box;
}

.block-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* ========== SECCIÓN FORMULARIO ========== */
.formulario-contacto-section {
  background: #fff;
  padding: 80px 20px !important;
}

.formulario-contacto-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: start;
}

/* Columna formulario */
.formulario-contacto-col {
  background: #fff;
  padding: 45px 40px;
  border-radius: 12px;
  border: 1px solid #eee;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.04);
}

.formulario-contacto-col h2 {
  font-size: 26px;
  font-weight: 600;
  color: #333;
  margin: 0 0 30px 0;
  padding-bottom: 16px;
  border-bottom: 2px solid #e6764e;
}

/* Columna info */
.info-contacto-col {
  padding: 0;
  background: transparent;
  box-shadow: none;
  border: none;
}

/* ========== FORMULARIO ========== */
.wpforms-container {
  width: 100%;
}

.wpforms-field-container,
.wpforms-field-container1 {
  margin-bottom: 0;
}

.wpforms-field {
  margin-bottom: 20px;
}

.wpforms-field-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #555;
  margin-bottom: 6px;
  letter-spacing: 0.3px;
}

.texto_blanco {
  color: #555 !important;
}

.wpforms-required-label {
  color: #e6764e;
  margin-left: 2px;
}

.wpforms-field-medium,
.wpforms-field-small {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.25s ease;
  box-sizing: border-box;
  font-family: inherit;
  color: #333;
  background: #fafafa;
}

.wpforms-field-medium:focus,
.wpforms-field-small:focus,
textarea.wpforms-field-small:focus {
  border-color: #e6764e;
  background: #fff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(230, 118, 78, 0.08);
}

.wpforms-field-medium::placeholder,
.wpforms-field-small::placeholder {
  color: #bbb;
  font-size: 13px;
}

textarea.wpforms-field-small {
  min-height: 130px;
  resize: vertical;
}

.wpforms-one-half {
  width: 100%;
}

/* Honeypot */
.wpforms-field-container1 {
  position: absolute !important;
  left: -9000px !important;
}

/* Checkbox */
.wpforms-field input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #e6764e;
  margin-right: 8px;
  vertical-align: middle;
}

.wpforms-field-label-inline {
  display: inline;
  font-size: 13px;
  color: #555;
  line-height: 1.6;
}

.wpforms-field-label-inline a {
  color: #e6764e;
  text-decoration: none;
  font-weight: 600;
}

.wpforms-field-label-inline a:hover {
  text-decoration: underline;
}

/* Botón enviar */
.wpforms-submit-container {
  margin-top: 25px;
}

.wpforms-submit {
  display: block;
  width: 100%;
  padding: 14px 40px;
  background-color: transparent !important;
  background-image: linear-gradient(
    180deg,
    #e6764e 0%,
    #e6764e 100%
  ) !important;
  color: #ffffff !important;
  border: none;
  border-radius: 55px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: none;
}

.wpforms-submit:hover {
  background-color: transparent !important;
  background-image: linear-gradient(180deg, #e6764e 0%, #cc572d 86%) !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: none;
}

.wpforms-submit:active {
  transform: translateY(0);
}

/* Alertas */
.alert {
  padding: 16px 20px;
  border-radius: 8px;
  margin: 0 0 20px 0;
  font-size: 14px;
  line-height: 1.6;
}

.alert-success {
  background: #f0faf3;
  color: #1a6b35;
  border: 1px solid #c8ecd3;
  border-left: 4px solid #34a853;
}

.alert-danger {
  background: #fef2f2;
  color: #8b1a1a;
  border: 1px solid #f5c6cb;
  border-left: 4px solid #dc3545;
}

/* ========== INFO CONTACTO ========== */
.info-contacto-item {
  background: #fff;
  padding: 30px 28px;
  border-radius: 12px;
  border: 1px solid #eee;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.info-contacto-item:hover {
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.info-contacto-item h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.info-icono {
  width: 40px;
  height: 40px;
  background: #e6764e;
  border-radius: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: white;
  flex-shrink: 0;
}

.info-contacto-item p {
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  margin: 6px 0;
}

/* Horarios */
.horarios p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}

.horarios .ciudad {
  font-weight: 600;
  color: #333;
}

.horarios .horario {
  color: #e6764e;
  font-weight: 500;
}

/* ========== SECCIÓN OFICINAS ========== */
.oficinas-section {
  background: #fafafa;
  padding: 80px 20px !important;
  border-top: 1px solid #eee;
}

.oficinas-section h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 15px 0;
  color: #333;
  letter-spacing: 0.5px;
}

.oficinas-section h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #e6764e;
  margin: 16px auto 50px;
  border-radius: 2px;
}

.oficina-item {
  max-width: 1100px;
  margin: 0 auto 40px;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.04);
}

.oficina-info {
  padding: 30px 35px;
  background: #fff;
}

.oficina-item h3 {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin: 0 0 14px 0;
}

.oficina-item p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  margin: 6px 0;
}

.oficina-item p strong {
  color: #333;
  font-weight: 600;
}

.oficina-mapa {
  width: 100%;
  height: 400px;
  border: none;
  display: block;
  border-top: 1px solid #eee;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 968px) {
  .formulario-contacto-section,
  .oficinas-section {
    padding: 50px 15px !important;
  }

  .formulario-contacto-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .formulario-contacto-col {
    padding: 30px 25px;
  }

  .formulario-contacto-col h2 {
    font-size: 22px;
  }

  .oficinas-section h2 {
    font-size: 24px;
  }

  .oficina-info {
    padding: 25px 20px;
  }

  .oficina-item h3 {
    font-size: 20px;
  }

  .oficina-mapa {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .formulario-contacto-section,
  .oficinas-section {
    padding: 40px 10px !important;
  }

  .formulario-contacto-col {
    padding: 25px 18px;
  }

  .info-contacto-item {
    padding: 22px 20px;
  }

  .info-contacto-item h3 {
    font-size: 16px;
  }

  .oficina-mapa {
    height: 250px;
  }
}
