body {
  font-family: sans-serif;
}
h2 {
  font-size: 32px;
  font-weight: bolder !important;
  color: #212529;
}
p {
  line-height: 1.2 !important;
}
a, a:hover {
  color: #b3890b;
}
a:hover {
  text-decoration: underline;
}
.container {
  max-width: 1140px !important;
  width: 1140px !important;
}
#solicitud {
  display: none;
}
.container-scroller {
  background: #f3f3f3;
  background: #fff;
  padding-top: 65px;
}
.main-panel {
  width: 100%;
}
.content-wrapper {
  background: #fff !important;
}
.card {
  border: none;
}
.card-body {
  padding: 0 !important;
  padding-right: 10px !important;
}

.btn, .btn:hover, .btn:focus {
  color: #fff;
}
.btn-secondary {
  background: #31b0d5;
  border: 1px solid #31b0d5;
}
.btn-secondary:hover {
  background: #56BEDC;
  border: 1px solid #56BEDC;
}
.btn-icon-text {
  line-height: 1.2;
}
.btn-icon-text .label {
  padding-top: 5px;
}
.btn-icon-text .icon {
  margin-left: -9px;
}

select {
  color: #333 !important;
  padding: 5px;
  font-size: 16px;
  line-height: 1;
  border: 0;
  border-radius: 5px;
  max-height: calc(1.6em + 24px);
  height: calc(1.6em + 24px);
  background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #ddd;
  -webkit-appearance: none;
  background-position-x: calc(100% - 20px);
  background-color: #fff;
}

select::placeholder {
  color: #333 !important;
}

input, select {
  max-height: calc(1.2em + 24px);
  height: calc(1.2em + 24px);
}
input, select, textarea {
  //height: calc(1.2em + 24px);
  //padding: 5px;
  border: 1px solid #bbb !important;
}
.step-msg {
  padding: 20px;
  text-transform: uppercase;
  font-weight: bold;
  background: #D4B848 !important;
  border-radius: 4px 4px 0 0;
  color: #fff;
  margin-bottom: 30px;
  font-size: 18px;
  letter-spacing: 2px;
  word-break: break-word !important;
  border-bottom: 1px solid rgba(0,0,0,.125);
}
.step-body {
  padding: 0 20px;
}
.card-description {
  display: block;
  padding-bottom: 40px !important;
  letter-spacing: 1px !important;
  font-size: 19px! important;
  color:#6c757d!important;
}
.text-muted {
  #6c757d!important;
}
.banner-container {
  padding: 20px;
  padding-left: 20px;
  padding-top: 0;
}
.banner-container img {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 8px 0px;
}
.field-errors {
  color: #ff4747;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  font-weight: bold;
}
#conditions-msg {
  color: chocolate !important;
  font-size: 18px;
}
#conditions-msg a {
  color: chocolate !important;
}
#nav {
  background: #fff;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);
}
#nav-logo {
  width: 150px;
}
#nav .nav-link {
  color: #000;
  font-size: 13px;
  transition: 0s;
}
#nav .nav-link:hover {
  color: #c39b21;
}
.form-check {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
#footer {
  border-top: .5px solid #bdbdbd;
  padding: 30px 0 40px;
  box-sizing: border-box;
  color: #212529;
}
#footer * {
  font-size: 12px;
  line-height: 1.5 !important;
}
#footer a {
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer h5 {
  font-size: 18px !important;
}
.footer-links {
  text-align: right !important;
}
.footer-nav {
  margin: 0 15px 5px;
  display: inline-block;
  text-decoration: none;
}
a.footer-nav {
  font-size: 13px !important;
}
#producto-servicio-select {
  border: 1px solid #bbb !important;
  height: 40px;
  padding: 0;
}
.ms-sel-ctn {
  margin: 0 !important;
}
.ms-sel-item {
  margin: 5px 0 0 5px !important;
}
.ms-helper {
  display: none !important;
}
#producto-servicio-select {
  background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #fff;
  background-position-x: calc(100% - 20px);
}

#producto-servicio-select input {
  border: none !important;
  height: 35px !important;
  margin: 2px 0 !important;
  padding: 0 5px !important;
  background: none !important;
}
#registro_pais {
  display: none;
}
#success-msg {
  background: #28a745;
}
#error-msg {
  background: #ff4747;
  padding: 20px;
  border-radius: 3px;
  color: #fff;
  display: none;
  margin-top: 10px;
}
#error-msg a {
  color: #fff;
}
.alert-msg {
  padding: 20px;
  border-radius: 3px;
  color: #fff;
  position: fixed;
  right: 30px;
  top: 30px;
  display: none;
  z-index: 9000;
}
.alert-animation {
  display: block !important;
  animation-name: fadeInRight,hide;
  animation-duration: 1s;
  animation-delay: 0s,3s;
  animation-fill-mode: both;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes hide {
  100% {
    opacity: 0;
    z-index: -1;
  }
}
#loader {
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  display: none;
}
#loader img {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -100px;
}
