body {
  background: #f8f9fd;
  font-family: Lato;
}
*:focus {
  outline: none;
}
html,
body {
  height: 100%;
}

.mw600 {
  max-width: 600px;
}

.select2-selection__rendered {
  line-height: calc(3.5rem + 2px) !important;
  padding-top: 8px !important;
  padding-left: 10px !important;
}
.select2-container .select2-selection--single {
  height: calc(3.5rem + 2px) !important;
}
.select2-selection__arrow {
  height: calc(3.5rem + 2px) !important;
}

.badge-precio {
  font-size: 35px;
}

.badge_personalizado {
  text-align: left;
  border-radius: 10px !important;
}

.bold {
  font-weight: bold !important;
}
