@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: .7em;
  position: relative;
}
#deadline h1 {
  color: #606060;
}
p.mb4rem {
	margin-bottom: 4rem;
}
header {
  padding: 20px 0 30px;
  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;
}
small {
  font-family: arial;
  font-size: 0.7em;
}

.link {
    color: #33b5e5;
    cursor: pointer;
    font-size: 0.9rem;
}

.voltar {
    /*position: absolute;*/
    margin-right: 10px;
    left: 0;
}

.voltar a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00e2d1;
}

.voltar span {
    font-weight: normal;
    font-size: 13px;
    opacity: 1;
    margin-left: 6px;
    padding-top: 6px;
    align-self: center;
    display: none;
}

span.voltar a:hover {
    color: #0056b3;
}

.voltar:hover > a span {
    opacity: 1;
}

.link:hover{
    text-decoration: underline;
}

.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: 30px;
}
.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: 14.28%;
}
    .progress-bar .marker:nth-of-type(3) {
        left: 28.57%;
    }
.progress-bar .marker:nth-of-type(4) {
  left: 42.85%;
}
.progress-bar .marker:nth-of-type(5) {
  left: 57.13%;
}
.progress-bar .marker:nth-of-type(6) {
  left: 71.41%;
}
.progress-bar .marker:nth-of-type(7) {
  left: 85.69%;
}
.progress-bar .marker:nth-of-type(8) {
  left: 87.5%;
}
.progress-bar .marker:nth-of-type(9) {
  left: 100%;
}
    .progress-bar .marker:nth-of-type(10) {
        left: 75%;
    }
    .progress-bar .marker:nth-of-type(11) {
        left: 87.5%;
    }
.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%, 4px);
}
.md-form.form-check label.error {
	transform: translate(-50%, -4px);
}
.md-form.file-field label.error {
	top: auto;
	bottom: 0;
	transform: translate(-50%, -8px);
}
.md-form .bootstrap-select label.error {
  font-size: 0.8125em;
}
.md-form .validate {
	margin-bottom: 1.75rem;
}
.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;
  margin: 5px;
}
.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;
  }
  section {
    margin-bottom: 80px;
  }
  footer {
    padding: 1.25rem 0;
  }
  h1 {
    font-size: 2.75rem;
  }
  .btn {
    border-radius: 25px;
    font-size: 1.875rem;
    margin: 20px 0 40px;
  }
  .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;
  }
  .voltar span {
    display: block;
    opacity: 0;
  }
}

#todo {
    width: 100%;
}

#izquierda {
    width: 10%;
}

#contenido {
    width: 90%;
}

#izquierda {
    float: left;
}

#contenido {
    margin-left: 100px;
}


#loader {
    width: 220px;
    height: 80px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: -1;
    opacity: 0;
    background: url(assets/images/bg-loader.png) no-repeat center center;
    transition: all .5s ease-in-out;
    margin: -40px 0 0 -110px;
}

    #loader img {
        position: relative;
        top: 50%;
        margin-top: -30px;
        left: 10px;
    }

.loading #loader {
    z-index: 1000;
    opacity: 1.0;
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -40px;
    position: relative;
    z-index: 2;
    height: 45px;
    width: 45px;
}

.container {
    padding-top: 50px;
    margin: auto;
}

#ParcelaRenda {
    background-image: url(../img/postit.png);
    background-repeat: no-repeat;
    background-position: center;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
}

.my-float {
    margin-top: 22px;
}