.contacto-wrapper {
  background: #f7f9fc;
}

.contacto-info,
.contacto-formulario {
  transition: all 0.3s ease;
}

.contacto-info i,
.contacto-formulario i {
  color: #fff;
}

.contacto-info span {
  font-size: 1rem;
  color: #333;
}

.contacto-formulario label {
  font-weight: 500;
  color: #333;
}

@media (max-width: 768px) {
  .contacto-formulario,
  .contacto-info {
    padding: 2rem 1rem;
  }
}

.text-naranja {
  color: #f9821c !important;
}

.btn-naranja {
  background-color: #f9821c !important;
  border-color: #f9821c !important;
  color: white !important;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.btn-naranja:hover {
  background-color: #db6e14 !important;
  border-color: #db6e14 !important;
}

.separator {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 4px 0; /* margen vertical */
}

.separator::before,
.separator::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #ccc; /* línea fina */
  margin: 0 10px;
}

.separator span {
  white-space: nowrap;
  color: #666;
  font-weight: 500;
}
