#cf7-drop-area {
  border: 2px dashed #999;
  padding: 30px;
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
  transition: 0.3s;
}

#cf7-drop-area.hover {
  border-color: #0073aa;
  background: #f0f8ff;
}

#cf7-drop-area .fa-circle-check {
  color: #85B200;
}

#cf7-drop-area .fa-circle-xmark {
  color: #D90000;
}

#file-preview {
  margin-top: 10px;
  font-weight: bold;
}

#cf7-progress-bar {
  width: 100%;
  height: 8px;
  background: #eee;
  margin-top: 10px;
  border-radius: 5px;
  overflow: hidden;
}

#cf7-progress {
  height: 100%;
  width: 0%;
  background: #0073aa;
}

.wpcf7-form-control-wrap #archivo_validado{
	display: none;
}