@import url("https://fonts.googleapis.com/css?family=Montserrat");
.select2-container--default
.select2-selection--single {
  border-radius: 0px !important;
  height: 48px !important;
  padding-top: 10px !important;
  margin-bottom: 10px !important;
  border: 1px solid #ccc !important;
  text-align: left !important;
}

.select2-container--default
.select2-selection--single
.select2-selection__arrow {
  height: 48px !important;
}

input[type="file"] {
  display: none;
}

#msform {
  text-align: center;
}

#msform input:not([type='checkbox']),
#msform textarea {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: montserrat;
  color: #2C3E50;
  font-size: 13px;
}

#msform input:not([type='checkbox']):focus,
#msform textarea:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #F0833B;
  outline-width: 0;
  transition: All 0.5s ease-in;
  -webkit-transition: All 0.5s ease-in;
  -moz-transition: All 0.5s ease-in;
  -o-transition: All 0.5s ease-in;
}

#msform select {
  font-weight: 500 !important;
  width: 100% !important;
  height: 48px !important;
}

#msform fieldset {
  -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
  background: white;
  border: 0 none;
  border-radius: 0px;
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 60px 10% 0 10%;
  width: 80%;
}

#msform fieldset:not(:first-of-type) {
  display: none;
}

#msform button {
  background: #F0833B;
  padding: 10px;
  border-radius: 6px;
  float: right;
  line-height: 20px;
}

#msform button i.fa-arrow-right {
  margin-left: 10px;
  font-size: 18px;
}

#msform button i.fa-arrow-left {
  margin-right: 10px;
  font-size: 18px;
}

#msform .action-button {
  width: 150px;
  font-weight: bold;
  color: white;
  border: 0 none;
  cursor: pointer;
  padding: 15px;
  margin: 10px 0px;
}

#msform .action-button:hover {
  -webkit-box-shadow: 0 0 0 2px white, 0 0 0 3px #F0833B;
          box-shadow: 0 0 0 2px white, 0 0 0 3px #F0833B;
}

#msform .action-button-previous {
  width: 100px;
  background: #C5C5F1;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 25px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

#msform .action-button-previous:hover {
  -webkit-box-shadow: 0 0 0 2px white, 0 0 0 3px #C5C5F1;
          box-shadow: 0 0 0 2px white, 0 0 0 3px #C5C5F1;
}

#msform .fs-title {
  font-size: 18px;
  text-transform: uppercase;
  color: #2C3E50;
  margin-bottom: 10px;
  letter-spacing: 2px;
  font-weight: bold;
}

#msform .fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}

#msform .dme_link {
  margin-top: 30px;
  text-align: center;
}

#msform .dme_link a {
  background: #FFF;
  font-weight: bold;
  color: #F0833B;
  border: 0 none;
  border-radius: 25px;
  cursor: pointer;
  padding: 5px 25px;
  font-size: 12px;
}

#msform .dme_link a:hover, #msform .dme_link a:focus {
  background: #C5C5F1;
  text-decoration: none;
}

#msform .hd-checkbox-success {
  line-height: 40px;
}

#msform .hd-checkbox-success .checker {
  margin-left: -5px;
}

#msform .btn-default .btn-on.active:hover {
  background-color: #5BB75B;
  color: white;
}

#msform .btn-default .btn-off.active:hover {
  background-color: #DA4F49;
  color: white;
}

#msform .btn-default .btn-on-1.active:hover {
  background-color: #F0833B;
  color: white;
}

#msform .btn-default .btn-off-1.active:hover {
  background-color: #F0833B;
  color: white;
}

#msform .btn-default .btn-on-2.active {
  background-color: #00D590;
  color: white;
}

#msform .btn-default .btn-off-2.active {
  background-color: #A7A7A7;
  color: white;
}

#msform .btn-default .btn-on-3.active {
  color: #5BB75B;
  font-weight: bolder;
}

#msform .btn-default .btn-off-3.active {
  color: #DA4F49;
  font-weight: bolder;
}

#msform .btn-default .btn-on-4.active {
  background-color: #006FFC;
  color: #5BB75B;
}

#msform .btn-default .btn-off-4.active {
  background-color: #DA4F49;
  color: #DA4F49;
  display: in;
}

#msform .custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
}

#msform #form-paso-2 button {
  border-radius: 0px !important;
}

#msform #form-paso-2 .btn-enviar {
  background-color: #5CB85C !important;
  margin-left: 10px !important;
  border-radius: 0px !important;
}

#msform #form-paso-2 .btn-enviar i {
  margin-left: 10px;
}

#msform #form-paso-2 .nav-tabs {
  margin-top: 20px;
  border-bottom: none;
}

#msform #form-paso-2 .nav-tabs li {
  margin-right: 2px;
  min-width: 150px;
}

#msform #form-paso-2 .nav-tabs li.active > a {
  background-color: #EE8207 !important;
  color: #fff !important;
  border-radius: 0px !important;
}

#msform #form-paso-2 .nav-tabs a {
  background-color: #000000 !important;
  color: #fff !important;
  border-radius: 0px !important;
  border: 0px solid #000000 !important;
}

#msform #form-paso-2 .tab-content {
  margin-bottom: 20px;
  border: 1px solid #f0f0f0;
  -webkit-box-shadow: 5px 5px 10px #f0f0f0;
          box-shadow: 5px 5px 10px #f0f0f0;
  padding: 10px 20px 20px 20px;
}

#footer div.left p.h2 {
  font-size: 14px !important;
}

.h2 {
  font-size: 16px !important;
}

.grecaptcha-badge {
  bottom: 65px !important;
  z-index: 99999;
}

/*
Preview formulario Paso 2
*/
.flip-list-move {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.no-move {
  -webkit-transition: -webkit-transform 0s;
  transition: -webkit-transform 0s;
  transition: transform 0s;
  transition: transform 0s, -webkit-transform 0s;
}

.ghost {
  opacity: 0.5;
  background: #f0f0f0;
}

.list-group {
  min-height: 20px;
}

.list-group-item {
  cursor: move;
}

.list-group-item i {
  cursor: pointer;
}

.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

#progressbar {
  counter-reset: step;
  text-align: center;
}

#progressbar li {
  list-style-type: none;
  color: white;
  text-transform: uppercase;
  width: 100px;
  position: relative;
  letter-spacing: 1px;
  display: inline-block;
}

#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 34px;
  height: 34px;
  line-height: 36px;
  display: block;
  font-size: 16px;
  color: #333;
  background: white;
  border-radius: 25px;
  margin: 0 auto 10px auto;
}

#progressbar li:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  left: -50%;
  top: 16px;
  z-index: -1;
}

#progressbar li:first-child:after {
  content: none;
}

#progressbar .active:after,
#progressbar .active:before {
  background: #F0833B;
  color: white;
}

.hd-checkbox-success {
  line-height: 40px;
}

.hd-checkbox-success .checker {
  margin-left: -5px;
}

/* Checkbobex de productos Preview del formulario ----*/
#checkboxes-wrap {
  margin: 10px 0px 30px 0px;
}

#checkboxes-wrap h4 {
  font-weight: 700;
  color: dimgray;
  font-size: 1rem;
  text-transform: uppercase;
}

#checkboxes-wrap .checkbox-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin: 15px 0px 15px 30px;
}

#checkboxes-wrap .checkbox-container input {
  margin-right: 10px;
}

#checkboxes-wrap .checkboxContainer {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: 20px;
}

#checkboxes-wrap .checkboxContainer input {
  display: none;
}

#checkboxes-wrap .checkboxContainer input:checked + .checkmark {
  background-color: darkorange;
}

#checkboxes-wrap .checkboxContainer input:checked + .checkmark:after {
  content: "";
  position: absolute;
  height: 6px;
  width: 12px;
  border-left: 3px solid white;
  border-bottom: 3px solid white;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

#checkboxes-wrap .checkboxContainer .checkmark {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #e6e6e6;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px;
}
/*# sourceMappingURL=formularios-dinamicos.css.map */