html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif !important;
}

#app,
textarea,
.el-popover,
.el-message,
.el-select-dropdown,
.el-message-box,
.el-autocomplete-suggestion,
.el-date-picker,
.el-notification,
.el-dialog,
.notification,
.el-button {
  font-family: 'Roboto', sans-serif !important;
}

.el-popover {
  text-align: left;
}

.el-popover__title {
  font-weight: bold;
}

.el-button {
  white-space: normal;
}

.el-menu--horizontal {
  border-bottom: transparent !important;
}

.el-form--label-top .el-form-item__label {
  padding: 0 !important;
}

.el-dialog__body {
  padding-top: 0;
}

.container {
  margin: 0 auto;
  padding: 30px !important;
}

.full-width {
  width: 100%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text-center {
  text-align: center;
  width: 100%;
}

.text-right {
  text-align: right;
}

.text-muted {
  opacity: 0.5;
}

.customRiskBox {
  text-transform: uppercase;
  font-weight: bold;
  border: 2px solid black;
  border-radius: 7px;
  max-width: 100%;
  font-size: 12px;
  text-align: center;
  margin: 0 auto;
  width: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 110px;
  word-break: break-word;
  display: flex;
  align-items: center;
  justify-content: center;
}

.customRiskBox.material {
  background-color: rgb(230, 84, 0);
  color: white;
}

.customRiskBox.noMaterial {
  background-color: rgb(250, 182, 54);
  color: black;
}

.customRiskBox.custom {
  background-color: rgb(71, 100, 117);
  color: white;
}

.customRiskBox.material.medioambiental {
  background-color: rgb(1, 137, 130);
  color: white;
}

.customRiskBox.medioambiental {
  background-color: rgb(179, 222, 104);
  color: black;
}

.customRiskBox .sign {
  font-size: 60px;
  margin-bottom: 20px;
}

.customRiskBox .content {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.big-submit {
  width: 300px;
  font-weight: bold;
  margin-top: 60px !important;
}

.help-box {
  display: inline;
  cursor: pointer;
}

.with-help-box {
  max-width: 93% !important;
  margin-right: 4px;
}

.title-download {
  margin-top: 30px;
  text-align: center;
}

.iper-title {
  font-size: 23px;
  margin-block-end: 20px !important;
}