@font-face {
  font-family: "Cocogoose Pro";
  src: url("../../fonts/CocogoosePro-Light.eot");
  src: url("../../fonts/CocogoosePro-Light.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/CocogoosePro-Light.woff2") format("woff2"), url("../fonts/CocogoosePro-Light.woff") format("woff"),
    url("../../fonts/CocogoosePro-Light.ttf") format("truetype"),
    url("../../fonts/CocogoosePro-Light.svg#CocogoosePro-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Cocogoose Pro";
  src: url("../../fonts/CocogoosePro-Regular.eot");
  src: url("../../fonts/CocogoosePro-Regular.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/CocogoosePro-Regular.woff2") format("woff2"), url("../fonts/CocogoosePro-Regular.woff") format("woff"),
    url("../../fonts/CocogoosePro-Regular.ttf") format("truetype"),
    url("../../fonts/CocogoosePro-Regular.svg#CocogoosePro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  background: #f3f4f5;
  background: -moz-linear-gradient(top, #f3f4f5 0%, #fff 100%);
  background: -webkit-linear-gradient(top, #f3f4f5 0%, #fff 100%);
  background: linear-gradient(to bottom, #f3f4f5 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F3F4F5', endColorstr='#FFF',GradientType=0 );
  color: #606060;
  font-family: "Cocogoose Pro";
  font-size: 1rem;
  font-weight: 300;
  min-height: 100vh;
  padding-bottom: 1rem;
}
h1 {
  color: #00e2d1;
  font-size: 1.75rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
}
#deadline h1 {
  color: #606060;
}
header {
  padding: 30px 0 50px;
  text-align: center;
}
header img {
  padding: 0 15px;
  max-width: 100%;
}
section {
  margin-bottom: 30px;
}
footer {
  background-color: #f3f4f5;
  padding: 0.75rem 0;
}
footer p {
  font-size: 0.75rem;
  margin: 0.25rem 0;
}
footer img {
  margin-top: -0.375rem;
  position: absolute;
  right: 0;
}
footer a {
  color: #666 !important;
  font-weight: 700;
  padding-right: 26px;
  position: relative;
}
p {
  line-height: 1.1;
}
.termos {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.termos p {
  font-size: 0.65em;
}
h1 + p:not(.ignore-margin) {
  margin-bottom: 3rem;
}
small {
  font-family: arial;
  font-size: 0.7em;
}
.primary-text {
  color: #00e2d1;
}
.btn {
  border-radius: 15px;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
  text-transform: initial;
  width: 420px;
  max-width: 80%;
  padding: 1.5rem;
  margin: 30px 0;
  box-shadow: none;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:not([disabled]):not(.disabled):active {
  background-color: #00c5b7 !important;
  box-shadow: none !important;
}
#deadline .btn {
  background-color: #606060 !important;
}
#deadline .btn:hover,
#deadline .btn:focus,
#deadline .btn:not([disabled]):not(.disabled):active {
  background-color: #454545 !important;
  box-shadow: none !important;
}
.progress {
  background: #979797;
  height: 3px;
  overflow: visible;
  position: relative;
  margin-bottom: 80px;
}
.progress-bar .marker {
  background-color: #979797;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin-left: -10px;
  position: absolute;
  top: 2px;
  transform: translateY(-50%);
}
.progress-bar .marker:first-of-type {
  left: 0;
}
.progress-bar .marker:nth-of-type(2) {
  left: 9.091%;
}
.progress-bar .marker:nth-of-type(3) {
  left: 18.182%;
}
.progress-bar .marker:nth-of-type(4) {
  left: 27.273%;
}
.progress-bar .marker:nth-of-type(5) {
  left: 36.364%;
}
.progress-bar .marker:nth-of-type(6) {
  left: 45.454%;
}
.progress-bar .marker:nth-of-type(7) {
  left: 54.545%;
}
.progress-bar .marker:nth-of-type(8) {
  left: 63.636%;
}
.progress-bar .marker:nth-of-type(9) {
  left: 72.727%;
}
.progress-bar .marker:nth-of-type(10) {
  left: 81.818%;
}
.progress-bar .marker:nth-of-type(11) {
  left: 90.909%;
}
.progress-bar .marker:last-of-type {
  left: 100%;
}
.progress-bar .marker.active,
.progress-bar .marker.current {
  background-color: #00e2d1;
}
.progress-bar .marker.current .fullfill,
.progress-bar .marker.active .fullfill {
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.progress-bar .marker.active .fullfill {
  background-color: #00e2d1;
}
.progress-bar .marker.current .fullfill {
  background: #00e2d1;
  background: -moz-linear-gradient(left, #00e2d1 0%, #979797 100%);
  background: -webkit-linear-gradient(left, #00e2d1 0%, #979797 100%);
  background: linear-gradient(to right, #00e2d1 0%, #979797 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e2d1', endColorstr='#979797',GradientType=1 );
}

.hide_field{
  display: none;
}
.smile {
  width: 90px;
  height: 90px;
  margin-bottom: 20px;
}
.md-form {
  max-width: 600px;
  margin: auto;
}
.md-form input.form-control {
  box-sizing: border-box;
  font-weight: 300;
  text-align: center;
  padding: 0.5rem;
}
.md-form input[type="date"],
.md-form input[type="datetime-local"],
.md-form input[type="email"],
.md-form input[type="number"],
.md-form input[type="password"],
.md-form input[type="search-md"],
.md-form input[type="search"],
.md-form input[type="tel"],
.md-form input[type="text"],
.md-form input[type="time"],
.md-form input[type="url"],
.md-form textarea.md-textarea {
  border-bottom: 1px solid #606060;
}
.md-form input[type="number"]::-webkit-outer-spin-button,
.md-form input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.md-form .btn-file {
  border-radius: 10px;
  font-size: 1.375rem;
  margin: 0 0 2.5rem;
  width: 200px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.md-form input[type="file"] {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 200px;
}
.md-form.file-field label:not(.error) {
  display: block;
  position: relative;
  font-size: 1.25rem;
  color: #606060;
}
.md-form .btn .fa {
  font-size: inherit !important;
}
.md-form label.error,
.row_parcelas label.error {
  color: #c80000 !important;
  font-size: 0.65em;
  width: 100%;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 8px);
}
.md-form.file-field label.error {
  top: auto;
  bottom: 0;
  transform: translate(-50%, -8px);
}
.md-form .bootstrap-select label.error {
  font-size: 0.8125em;
}
.row_parcelas {
  position: relative;
}
.row_parcelas label.error {
  position: absolute;
}
.md-form input[disabled="disabled"] {
  background-color: #efefef !important;
  border-bottom: 1px solid #9e9e9e !important;
  -webkit-box-shadow: 0 1px 0 0 #9e9e9e !important;
  box-shadow: 0 1px 0 0 #9e9e9e !important;
  color: #999 !important;
}
.md-form input.error {
  border-bottom: 1px solid #c80000 !important;
  -webkit-box-shadow: 0 1px 0 0 #c80000 !important;
  box-shadow: 0 1px 0 0 #c80000 !important;
}
.md-form input:focus {
  border-bottom: 1px solid #00e2d1 !important;
  -webkit-box-shadow: 0 1px 0 0 #00e2d1 !important;
  box-shadow: 0 1px 0 0 #00e2d1 !important;
}
.md-form input::placeholder {
  color: #979797;
  opacity: 1;
}
.md-form input:-ms-input-placeholder {
  color: #979797;
}
.md-form input::-ms-input-placeholder {
  color: #979797;
}
.md-form input.error::placeholder {
  color: #c80000;
  opacity: 1;
}
.md-form input.error:-ms-input-placeholder {
  color: #c80000;
}
.md-form input.error::-ms-input-placeholder {
  color: #c80000;
}
.md-form input:focus::placeholder {
  color: #979797;
  opacity: 1;
}
.md-form input:focus:-ms-input-placeholder {
  color: #979797;
}
.md-form input:focus::-ms-input-placeholder {
  color: #979797;
}
.md-form .form-check-input.validate {
  margin-bottom: 0;
}
.md-form .form-control.bootstrap-select {
  padding: 0;
  margin-bottom: 2.5rem;
}
.md-form .bootstrap-select select {
  height: 0 !important;
}
.md-form .bootstrap-select button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/seta.svg);
  background-size: 20px 14px;
  background-repeat: no-repeat;
  background-position: right 8px center;
  border: none;
  border-radius: 10px;
  font-size: 1.375rem;
  padding: 0 2.25rem 0 0.75rem;
  margin: 0;
  max-width: none;
  text-align-last: center;
  height: 46px; /* Edge fix */
  line-height: 46px; /* Edge fix */
}
.md-form .bootstrap-select.show button {
  background-image: url(../img/seta-reverse.svg);
}
.md-form .bootstrap-select button,
.md-form .bootstrap-select button:hover,
.md-form .bootstrap-select button:focus {
  background-color: #979797 !important;
  color: #fff !important;
  box-shadow: none !important;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.bootstrap-select .dropdown-toggle::before,
.bootstrap-select .dropdown-toggle::after {
  content: none;
}
.bootstrap-select .dropdown-menu {
  background-color: #e5e5e5;
  border: none;
  border-radius: 0 0 10px 10px;
  margin-top: -2rem;
  padding-top: 3rem;
  position: relative !important;
  z-index: 0;
  transform: none !important;
}
.bootstrap-select .dropdown-menu li a {
  text-align: center;
}
.bootstrap-select .dropdown-menu li a span.text {
  color: #606060;
  font-weight: 300;
}
.bootstrap-select .dropdown-menu li a.active,
.bootstrap-select .dropdown-menu li a:active {
  background-color: #00e2d1;
}
.bootstrap-select .dropdown-menu li a.active span.text,
.bootstrap-select .dropdown-menu li a:active span.text {
  color: #fff;
}
.email_confirmado {
  color: #00e2d1;
}
.form-check {
  padding-left: 0;
}
.form-check input {
  opacity: 0;
}
.form-check-input {
  position: relative;
  margin-bottom: 1.25rem;
}
label.form-check-label {
  cursor: pointer;
  font-size: 0.9rem;
  padding-left: 28px;
  width: 100%;
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  text-align: left;
  white-space: normal;
}
.row_parcelas .form-check {
  min-width: 180px;
  min-height: 40px;
}
.form-check-label::before {
  background-image: url(../img/check-01.svg);
  background-repeat: no-repeat;
  border-radius: 5px;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.form-check input:checked ~ .form-check-label::before {
  background-image: url(../img/check-02.svg);
  width: 23px;
}
.form-check input.error ~ .form-check-label::before {
  background-color: #ffe9e9;
}
.form-check input:not(:checked) ~ .form-check-label:hover::before {
  background-color: #ececec;
}
.row_parcelas .form-check input:checked ~ .form-check-label {
  color: #00e2d1;
  font-weight: 400;
}
.range_slider {
  margin-bottom: 4.5rem;
}
.range_slider p {
  margin-bottom: 0;
}
/*.g-recaptcha {
    display: table;
    margin: 0 auto;
}*/
@media screen and (min-width: 576px) {
  body {
    font-size: 1.25rem;
    padding-bottom: 2.5rem;
  }
  header {
    padding: 50px 0 80px;
  }
  section {
    margin-bottom: 80px;
  }
  footer {
    padding: 1.25rem 0;
  }
  h1 {
    font-size: 2.75rem;
  }
 .btn {
    border-radius: 25px;
    font-size: 1.875rem;
    /*margin: 70px 0;*/
  }
  .progress,
  .progress-bar .marker.current .fullfill,
  .progress-bar .marker.active .fullfill {
    height: 4px;
  }
  .progress-bar .marker {
    width: 20px;
    height: 20px;
  }
  .smile {
    width: 128px;
    height: 128px;
  }
  label.form-check-label {
    font-size: 1.25rem;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    white-space: nowrap;
  }
  .form-check-label::before {
    top: 4px;
  }
}
