html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, input, select, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
  font-family: "Source Sans Pro", sans-serif;
}

p {
  color: #332d2d;
}

div {
  display: block;
  position: relative;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

a {
  text-decoration: none;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* box model reset */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* clearfix */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

input, select {
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0px;
}

.max-img {
  width: 100%;
  display: block;
  height: auto;
  position: relative;
}

.img-wrap {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  padding: 10px 0px;
}

.real-img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.container-frame {
  position: relative;
  padding-bottom: 56.2%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
}

.container-frame img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .3s ease-in-out;
  -webkit-transition: all .3s  ease-in-out;
  transition: all .3s  ease-in-out;
}

.container-frame iframe, .container-frame video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(font-icon/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(font-icon/MaterialIcons-Regular.woff2) format("woff2"), url(font-icon/MaterialIcons-Regular.woff) format("woff"), url(font-icon/MaterialIcons-Regular.ttf) format("truetype");
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: none;
  -webkit-box-shadow: none;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.wrapper_prev {
  width: 100%;
  max-width: 1200px;
  display: block;
  margin: 0 auto;
}

html, body {
  width: 100%;
  min-height: 100%;
  position: relative;
  display: block;
}

html {
  background: #012135;
}

.header_prev {
  padding: 0px;
  display: block;
  position: relative;
}

.logo_prev {
  background-color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 145px;
          flex: 0 0 145px;
  padding: 10px;
  border-radius: 10px;
}

.slogan_header {
  width: 100%;
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  text-align: center;
}

.slogan_header h3 {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  margin-top: 10px;
  font-weight: 800;
  font-size: 28px;
  letter-spacing: 1px;
  color: #00ace9;
  -webkit-animation: neon 1s ease-in-out infinite alternate;
          animation: neon 1s ease-in-out infinite alternate;
  text-shadow: 0 0 2px rgba(0, 172, 233, 0.62), 0 0 10px rgba(0, 172, 233, 0.4), 0 0 2px rgba(0, 172, 233, 0.22), 0 0 1px rgba(0, 172, 233, 0.62), 0 0 14px rgba(0, 172, 233, 0.48), 0 0 24px rgba(0, 172, 233, 0.62);
}

@-webkit-keyframes neon {
  from {
    color: #00ace9;
    text-shadow: 0 0 2px rgba(0, 172, 233, 0.62), 0 0 10px rgba(0, 172, 233, 0.4), 0 0 2px rgba(0, 172, 233, 0.22), 0 0 1px rgba(0, 172, 233, 0.62), 0 0 14px rgba(0, 172, 233, 0.48), 0 0 24px rgba(0, 172, 233, 0.62);
  }
  to {
    color: #d7eff8;
    text-shadow: 0 0 2px rgba(0, 172, 233, 0.98), 0 0 20px rgba(0, 172, 233, 0.42), 0 0 2px rgba(0, 172, 233, 0.58), 0 0 12px rgba(0, 172, 233, 0.84), 0 0 28px rgba(0, 172, 233, 0.88), 0 0 50px #00ace9;
  }
}

@keyframes neon {
  from {
    color: #00ace9;
    text-shadow: 0 0 2px rgba(0, 172, 233, 0.62), 0 0 10px rgba(0, 172, 233, 0.4), 0 0 2px rgba(0, 172, 233, 0.22), 0 0 1px rgba(0, 172, 233, 0.62), 0 0 14px rgba(0, 172, 233, 0.48), 0 0 24px rgba(0, 172, 233, 0.62);
  }
  to {
    color: #d7eff8;
    text-shadow: 0 0 2px rgba(0, 172, 233, 0.98), 0 0 20px rgba(0, 172, 233, 0.42), 0 0 2px rgba(0, 172, 233, 0.58), 0 0 12px rgba(0, 172, 233, 0.84), 0 0 28px rgba(0, 172, 233, 0.88), 0 0 50px #00ace9;
  }
}

.title_header {
  color: #fff;
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}

.title_header b {
  position: relative;
  display: inline-block;
  color: #fff;
  letter-spacing: 2px;
  font-size: 24px;
}

.title_header b:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(0, 172, 233, 0.8);
  position: absolute;
  left: 0px;
  bottom: -2px;
  z-index: -1;
}

.subtitle_header {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  margin-top: 5px;
  letter-spacing: 2px;
}

.progress_prev {
  width: 100%;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.4);
  margin-top: 40px;
  border-radius: 10px;
  z-index: 1;
}

.progress_prev .number_progress {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 0%;
  border-radius: 10px;
  -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #00ace9;
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 172, 233, 0.5);
          box-shadow: 0px 0px 10px 3px rgba(0, 172, 233, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.23);
}

#form_prev {
  background-color: #fff;
  border-radius: 30px;
  padding: 30px;
  -webkit-box-shadow: 10px 10px 35px rgba(0, 0, 0, 0.25), -10px -10px 35px rgba(0, 172, 233, 0.15);
          box-shadow: 10px 10px 35px rgba(0, 0, 0, 0.25), -10px -10px 35px rgba(0, 172, 233, 0.15);
  margin-top: 70px;
  position: relative;
  margin-bottom: 15px;
}

.step {
  height: 0px;
  position: relative;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  overflow: hidden;
}

.step.open {
  opacity: 1;
  height: auto;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: visible;
}

.number-step {
  width: 70px;
  height: 70px;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -50px;
  background-color: #00548a;
  color: #fff;
  line-height: 70px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  border-radius: 222px;
  -webkit-box-shadow: 0px 0px 0px 5px white;
  box-shadow: 0px 0px 0px 5px white;
}

.aste_cont {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  top: 0px;
}

.aste {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 1px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.aste:nth-child(1) {
  display: none;
}

.main_question {
  font-size: 25px;
  color: #00548a;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
  position: relative;
}

.last_q {
  font-weight: 600;
}

.last_q b {
  display: inline-block;
  position: relative;
  background-color: rgba(0, 172, 233, 0.3);
  padding: 3px;
  margin-top: 5px;
}

.main_question:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  height: 1px;
  background-color: #00ace9;
}

.last_q:after {
  display: none;
}

.form-group.radio_questions input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0px;
  top: 0px;
  z-index: 2;
}

.form-group.radio_questions {
  padding: 20px 20px;
  border: 1px solid rgba(0, 84, 138, 0.4);
  margin: 30px 0px;
  border-radius: 15px;
  font-size: 20px;
  padding-left: 50px;
  padding-right: 50px;
  cursor: pointer;
  -webkit-box-shadow: 7px 7px 21px rgba(0, 0, 0, 0.15);
          box-shadow: 7px 7px 21px rgba(0, 0, 0, 0.15);
}

.form-group.radio_questions b {
  width: 30px;
  height: 30px;
  background-color: rgba(0, 84, 138, 0.4);
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  border-radius: 222px;
  line-height: 30px;
  color: #fff;
}

.form-group.radio_questions span {
  pointer-events: none;
}

.form-group.radio_questions .error_label {
  position: absolute;
  top: -21px;
  right: 20px;
  overflow: hidden;
}

.form-group.radio_questions .error_label em {
  -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  padding: 4px 10px;
  padding-left: 22px;
  position: relative;
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  background-color: #e5314c;
  color: #fff;
  width: 100%;
  font-style: normal;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.form-group.radio_questions .error_label em:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url("../img/error-icon.svg");
  background-size: 15px;
  background-position: center center;
  background-repeat: no-repeat;
}

.form-group.radio_questions.active {
  border: 1px solid #3bd348;
}

.form-group.radio_questions.active b {
  background-color: #3bd348;
}

.form-group.radio_questions.active label:after {
  background-color: rgba(59, 211, 72, 0.1);
  border: 2px solid #3bd348;
}

.form-group.radio_questions.active label:before {
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.form-group.radio_questions:hover {
  background-color: rgba(0, 84, 138, 0.1);
}

.form-group.radio_questions.error {
  border: 1px solid #e5314c;
}

.form-group.radio_questions.error b {
  background-color: #e5314c;
}

.form-group.radio_questions.error .error_label em {
  -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

.form-group.radio_questions label:after {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  background-color: rgba(0, 84, 138, 0.1);
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 222px;
  border: 2px solid rgba(0, 84, 138, 0.4);
}

.form-group.radio_questions label:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  border-radius: 222px;
  background-image: url("../img/check-icon.svg");
  background-size: 20px;
}

#bottom-wizard {
  text-align: center;
  margin: 5px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#bottom-wizard button {
  background-color: #00548a;
  /* Green */
  border: none;
  color: white;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  cursor: pointer;
  border-radius: 10px;
  text-transform: uppercase;
  position: relative;
  margin: 0px 10px;
  width: 125px;
}

#bottom-wizard button.forward {
  padding-right: 40px;
}

#bottom-wizard button.forward i {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  font-size: 18px;
}

#bottom-wizard button.forward:hover {
  opacity: .8;
}

#bottom-wizard button.forward:hover i {
  right: 0px;
  -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#bottom-wizard button.backward {
  padding-left: 40px;
}

#bottom-wizard button.backward i {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  font-size: 18px;
}

#bottom-wizard button.backward:hover {
  opacity: .8;
}

#bottom-wizard button.backward:hover i {
  left: 0px;
  -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#bottom-wizard button[disabled] {
  opacity: .3;
  pointer-events: none;
}

#bottom-wizard #finish {
  width: 300px;
}

.form-group.select_type {
  border: 1px solid rgba(0, 84, 138, 0.4);
  margin: 30px 0px;
  border-radius: 10px;
  cursor: pointer;
  width: 100%;
  position: relative;
}

.form-group.select_type h7 {
  position: absolute;
  opacity: 0;
}

.form-group.select_type i {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 10px;
  color: rgba(0, 84, 138, 0.4);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 30px;
  font-size: 30px;
  pointer-events: none !important;
}

.form-group.select_type b {
  width: 30px;
  height: 30px;
  background-color: rgba(0, 84, 138, 0.4);
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  border-radius: 222px;
  line-height: 30px;
  color: #fff;
  background-image: url("../img/provincia-icon.svg");
  background-size: 20px;
  background-position: center center;
  background-repeat: no-repeat;
}

.form-group.select_type.cap_type b {
  background-image: url("../img/icon-cap.svg");
}

.form-group.select_type .error_label {
  position: absolute;
  top: -21px;
  right: 20px;
  overflow: hidden;
}

.form-group.select_type .error_label em {
  -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  padding: 4px 10px;
  padding-left: 22px;
  position: relative;
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  background-color: #e5314c;
  color: #fff;
  width: 100%;
  font-style: normal;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.form-group.select_type .error_label em:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url("../img/error-icon.svg");
  background-size: 15px;
  background-position: center center;
  background-repeat: no-repeat;
}

.form-group.select_type select {
  width: 100%;
  position: relative;
  height: 100%;
  left: 0px;
  top: 0px;
  font-size: 20px;
  padding: 20px 20px;
  padding-left: 50px;
  padding-right: 50px;
}

.form-group.select_type.error {
  border: 1px solid #e5314c;
}

.form-group.select_type.error b {
  background-color: #e5314c;
}

.form-group.select_type.error .error_label em {
  -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

.form-group.select_type.active {
  border: 1px solid #3bd348;
}

.form-group.select_type.active b {
  background-color: #3bd348;
}

.form-group.text_type:nth-child(1) {
  margin-top: 0px;
}

.form-group.text_type:nth-child(3) {
  margin-bottom: 0px;
}

.form-group.text_type {
  border: 1px solid rgba(0, 84, 138, 0.4);
  margin: 30px 0px;
  border-radius: 10px;
  cursor: pointer;
  width: 100%;
  position: relative;
}

.form-group.text_type input {
  width: 100%;
  position: relative;
  height: 100%;
  left: 0px;
  top: 0px;
  font-size: 20px;
  padding: 20px 20px;
  padding-left: 50px;
  padding-right: 50px;
}

.form-group.text_type i {
  width: 30px;
  height: 30px;
  background-color: rgba(0, 84, 138, 0.4);
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  border-radius: 222px;
  line-height: 30px;
  color: #fff;
  font-size: 20px;
}

.form-group.text_type .error_label {
  position: absolute;
  top: -21px;
  right: 20px;
  overflow: hidden;
}

.form-group.text_type .error_label em {
  -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  padding: 4px 10px;
  padding-left: 22px;
  position: relative;
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  background-color: #e5314c;
  color: #fff;
  width: 100%;
  font-style: normal;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.form-group.text_type .error_label em:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url("../img/error-icon.svg");
  background-size: 15px;
  background-position: center center;
  background-repeat: no-repeat;
}

.form-group.text_type.error {
  border: 1px solid #e5314c;
}

.form-group.text_type.error i {
  background-color: #e5314c;
}

.form-group.text_type.error .error_label em {
  -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

.form-group.text_type.active {
  border: 1px solid #3bd348;
}

.form-group.text_type.active i {
  background-color: #3bd348;
}

#finish {
  display: none !important;
  border-radius: 10px;
}

#finish b {
  border-bottom: 2px solid #3bd348;
}

#finish.open {
  display: inline-block !important;
  border-radius: 10px;
}

#finish.open:hover {
  opacity: .8;
}

.forward {
  display: none !important;
}

.forward.open {
  display: inline-block !important;
}

.end_txt {
  padding-bottom: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
}

.privacy_box {
  padding: 20px 0px;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
}

.privacy_box a {
  border-bottom: 2px solid #00ace9;
  color: #332d2d;
}

input#numbertel::-webkit-outer-spin-button,
input#numbertel::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input#numbertel[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

.center_flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.privacy_b {
  width: auto;
  margin: 20px 0px;
  position: relative;
  text-align: center;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}

.privacy_b label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
}

.privacy_b input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.privacy_b .checkmark {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #eee;
  border-radius: 5px;
}

.privacy_b:hover input ~ .checkmark {
  background-color: #ccc;
}

.privacy_b input:checked ~ .checkmark {
  background-color: #00ace9;
}

.privacy_b .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.privacy_b input:checked ~ .checkmark:after {
  display: block;
}

.privacy_b .checkmark:after {
  left: 9px;
  top: 3px;
  width: 5px;
  height: 13px;
  border: solid white;
  border-width: 0 2px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.privacy_b a {
  border-bottom: 1px solid #00ace9;
  color: #332d2d;
  font-weight: 400;
}

.privacy_b .error_privacy {
  padding: 5px 10px;
  background-color: #d82a2a;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  margin-top: 10px;
  border-radius: 5px;
}

.footer-landing {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 0;
  margin-bottom: 20px;
}

.footer-landing p {
  font-size: 12px;
  color: #fff;
}

.footer-landing a {
  font-size: 12px;
  color: #00ace9;
  text-decoration: underline;
}

sup {
  vertical-align: middle;
  line-height: 10px;
  letter-spacing: -1px;
}

sup em {
  font-size: 10px;
  vertical-align: super;
  line-height: 0px;
  font-style: normal;
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .wrapper_prev {
    max-width: 930px;
  }
}

/***********************************************
Tablet (Smaller than 959px)
***********************************************/
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .wrapper_prev {
    max-width: 750px;
  }
}

/***********************************************
Mobile (portrait 300px)
***********************************************/
@media only screen and (max-width: 767px) {
  .wrapper_prev {
    max-width: 100%;
    padding: 0px 10px;
  }
  .header_prev {
    padding: 0px;
  }
  .title_header {
    letter-spacing: 2px;
  }
  .subtitle_header {
    font-size: 20px;
    margin-top: 10px;
  }
  .center_flex {
    display: block;
  }
  .progress_prev {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .slogan_header {
    padding: 0px;
  }
  .main_question {
    font-size: 20px;
    padding-bottom: 10px;
  }
  #form_prev {
    padding: 10px;
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .form-group.radio_questions, .form-group.select_type select, .form-group.text_type input {
    font-size: 17px;
    padding: 15px;
    padding-left: 45px;
    padding-right: 45px;
  }
  #bottom-wizard button {
    padding: 10px 15px;
    margin-bottom: 5px;
  }
  .number-step {
    width: 60px;
    height: 60px;
    line-height: 60px;
    top: -28px;
  }
  .logo_prev {
    width: 100px;
    margin: 0px auto 10px auto;
  }
  .last_q {
    font-size: 24px;
  }
  .end_txt {
    font-size: 17px;
    line-height: 1.2em;
  }
  .privacy_box {
    font-size: 15px;
  }
  #bottom-wizard {
    position: fixed;
    left: 0px;
    width: 100%;
    padding: 10px 10px 25px 10px;
    background-color: #fff;
    bottom: 0px;
    margin: 0px;
    -webkit-box-shadow: -10px 0px 30px rgba(0, 0, 0, 0.35);
            box-shadow: -10px 0px 30px rgba(0, 0, 0, 0.35);
    z-index: 1;
  }
  .slogan_header h3 {
    font-size: 23px;
    letter-spacing: 0px;
  }
  .footer-landing {
    margin-bottom: 120px;
    padding: 10px;
  }
}

/***********************************************
Mobile (landscape 420px)
***********************************************/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .wrapper_prev {
    max-width: 100%;
    padding: 0px 10px;
  }
}

.typage {
  background: #f3fff3;
}

.typage .section_bg {
  height: 350px;
  width: 100%;
  background-position: top center;
  background-size: cover;
  background-image: url("../img/bghead.jpg");
  background-repeat: no-repeat;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #00548a;
  overflow: hidden;
  position: relative;
}

.typage .container {
  height: 100vh;
  background-color: #00548a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.typage .container_p {
  min-height: 100vh;
  width: 100%;
  max-width: 800px;
  margin: 0px auto;
}

.typage .container_p .footer-landing {
  background-color: transparent;
}

.typage .container_p .footer-landing p {
  color: #00548a;
}

.typage .logo_p {
  width: 170px;
  margin: -40px auto 40px auto;
  border-radius: 20px;
  background-color: #f3fff3;
  padding: 10px;
}

.typage .txt_p {
  text-align: center;
  margin: -30px auto 20px auto;
  padding: 20px 20px;
  width: 90%;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 30px;
}

.typage .txt_p h1 {
  font-size: 25px;
  font-weight: 600;
  color: #00548a;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #00ace9;
}

.typage .txt_p h1 b {
  display: block;
  font-weight: 900;
  font-size: 30px;
}

.typage .txt_p p {
  color: #373737;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .typage .section_bg {
    height: 260px;
  }
  .typage .txt_p h1 {
    font-size: 22px;
  }
  .typage .txt_p h1 b {
    font-size: 25px;
  }
  .typage .txt_p p {
    font-size: 18px;
  }
}
/*# sourceMappingURL=all.css.map */